im.pidgin.pidgin: 584deef31dde531d5eb5786f3f0a24d55128e8dd
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Sat Oct 6 14:10:43 EDT 2007
revision: 584deef31dde531d5eb5786f3f0a24d55128e8dd
date: 2007-10-06T18:08:21
author: resiak at soc.pidgin.im
branch: im.pidgin.pidgin
changelog:
All the links to libpurple signal pages were in the comment containing the
GPL information rather than in a doxygen comment.
manifest:
format_version "1"
new_manifest [fffdb017251ab2b13bc0a55abaea37ee7ec2a5cf]
old_revision [6c08c628ee64e16c824829c25befc0ca09338f9d]
patch "libpurple/account.h"
from [10ce3465809fca456da0c042e6e110446e1ac4d8]
to [f48b8e6b688a5aebdcc74511f2d3f7d8e36abc64]
patch "libpurple/blist.h"
from [fedb76effbb121058fd4292713e8feca08464821]
to [d59db4ed4175aa1ea9bfe44839fb5a927e54b4f4]
patch "libpurple/cipher.h"
from [f702a4e33b896b9bec5e05d4ee29b00d8ec87ed8]
to [094bcb2f742e04e09e5025ef2cd14ce960dc0694]
patch "libpurple/connection.h"
from [c74ac3e93caa7aa1b1f3a9c9a94c1a1c0e2d93d5]
to [e635841597c59c2048ed458bb581103cc0d57a58]
patch "libpurple/conversation.h"
from [71da89b093e34a0b89d65d0435b611ce98f268e0]
to [97c41d074f55f9e086d5de6d58bc918b6bd9f56c]
patch "libpurple/core.h"
from [06126d129539a6506a855c5aeb675dc734f356a4]
to [583177e6431d025d95adf80bf968053a41a199ff]
patch "libpurple/dbus-server.h"
from [dc231a6ae2966a36fb29a73843c9f6e742b20816]
to [ec6d5606aa6b24692d35544cc56aa7966ab8089c]
patch "libpurple/ft.h"
from [081365ba234ffcc3a46cfe3794a9abe967df08d1]
to [0c0e56f708a2ad9ac7d2a373bf17d10c5dcac035]
patch "libpurple/gaim-compat.h"
from [fe641a5434f3669273fe1c489eaa7882594fb579]
to [9d2db46bb46891a7dcdf471a694d990024fde4e6]
patch "libpurple/imgstore.h"
from [eb7ce433e962fd4555c61af0278093f34bddc444]
to [234f2755c6f3051ddef06a228ef133b2b57284b8]
patch "libpurple/log.h"
from [4cb2dc7b256d861cbf14f34f6a9bfafc373794af]
to [706f21c8c4d726634fee1d6e3bd3f8c1629be44e]
patch "libpurple/notify.h"
from [96d4290ea914778f278a0a6f836658ad872d8153]
to [318fb292c541c87e8f5b8ad0fd64f9972e1116cb]
patch "libpurple/plugin.h"
from [1e5f64d96a39b6e4d185e2b074858bbb35058b81]
to [58638fdb1ebc6a7990cbb8244963b643457657ab]
patch "libpurple/savedstatuses.h"
from [fd2da0682d3ed24e3e0fa4d7e589553567210a92]
to [89d1c00a7511a69c2281d4b25d6195fd7710fe5c]
patch "libpurple/sound.h"
from [155576ac7fd540899efe8d7b40f6ec5c399d17c3]
to [4c099c3521b23e6f391b3fd807cd282cb2e48fd0]
-------------- next part --------------
============================================================
--- libpurple/account.h 10ce3465809fca456da0c042e6e110446e1ac4d8
+++ libpurple/account.h f48b8e6b688a5aebdcc74511f2d3f7d8e36abc64
@@ -1,6 +1,7 @@
/**
* @file account.h Account API
* @ingroup core
+ * @see @ref account-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref account-signals
*/
#ifndef _PURPLE_ACCOUNT_H_
#define _PURPLE_ACCOUNT_H_
============================================================
--- libpurple/blist.h fedb76effbb121058fd4292713e8feca08464821
+++ libpurple/blist.h d59db4ed4175aa1ea9bfe44839fb5a927e54b4f4
@@ -1,6 +1,7 @@
/**
* @file blist.h Buddy List API
* @ingroup core
+ * @see @ref blist-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref blist-signals
*/
#ifndef _PURPLE_BLIST_H_
#define _PURPLE_BLIST_H_
============================================================
--- libpurple/cipher.h f702a4e33b896b9bec5e05d4ee29b00d8ec87ed8
+++ libpurple/cipher.h 094bcb2f742e04e09e5025ef2cd14ce960dc0694
@@ -1,6 +1,7 @@
/**
* @file cipher.h Purple Cipher API
* @ingroup core
+ * @see @ref cipher-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref cipher-signals
*/
#ifndef PURPLE_CIPHER_H
#define PURPLE_CIPHER_H
============================================================
--- libpurple/connection.h c74ac3e93caa7aa1b1f3a9c9a94c1a1c0e2d93d5
+++ libpurple/connection.h e635841597c59c2048ed458bb581103cc0d57a58
@@ -1,6 +1,7 @@
/**
* @file connection.h Connection API
* @ingroup core
+ * @see @ref connection-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref connection-signals
*/
#ifndef _PURPLE_CONNECTION_H_
#define _PURPLE_CONNECTION_H_
============================================================
--- libpurple/conversation.h 71da89b093e34a0b89d65d0435b611ce98f268e0
+++ libpurple/conversation.h 97c41d074f55f9e086d5de6d58bc918b6bd9f56c
@@ -1,6 +1,7 @@
/**
* @file conversation.h Conversation API
* @ingroup core
+ * @see @ref conversation-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref conversation-signals
*/
#ifndef _PURPLE_CONVERSATION_H_
#define _PURPLE_CONVERSATION_H_
============================================================
--- libpurple/core.h 06126d129539a6506a855c5aeb675dc734f356a4
+++ libpurple/core.h 583177e6431d025d95adf80bf968053a41a199ff
@@ -1,5 +1,6 @@
/**
* @defgroup core libpurple
+ * @see @ref core-signals
*/
/* purple
@@ -21,8 +22,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref core-signals
*/
#ifndef _PURPLE_CORE_H_
#define _PURPLE_CORE_H_
============================================================
--- libpurple/dbus-server.h dc231a6ae2966a36fb29a73843c9f6e742b20816
+++ libpurple/dbus-server.h ec6d5606aa6b24692d35544cc56aa7966ab8089c
@@ -1,6 +1,7 @@
/**
* @file dbus-server.h Purple DBUS Server
* @ingroup core
+ * @see @ref dbus-server-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref dbus-server-signals
*/
#ifndef _PURPLE_DBUS_SERVER_H_
============================================================
--- libpurple/ft.h 081365ba234ffcc3a46cfe3794a9abe967df08d1
+++ libpurple/ft.h 0c0e56f708a2ad9ac7d2a373bf17d10c5dcac035
@@ -1,6 +1,7 @@
/**
* @file ft.h File Transfer API
* @ingroup core
+ * @see @ref xfer-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref xfer-signals
*/
#ifndef _PURPLE_FT_H_
#define _PURPLE_FT_H_
============================================================
--- libpurple/gaim-compat.h fe641a5434f3669273fe1c489eaa7882594fb579
+++ libpurple/gaim-compat.h 9d2db46bb46891a7dcdf471a694d990024fde4e6
@@ -22,8 +22,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref account-signals
*/
#ifndef _GAIM_COMPAT_H_
#define _GAIM_COMPAT_H_
============================================================
--- libpurple/imgstore.h eb7ce433e962fd4555c61af0278093f34bddc444
+++ libpurple/imgstore.h 234f2755c6f3051ddef06a228ef133b2b57284b8
@@ -1,6 +1,7 @@
/**
* @file imgstore.h IM Image Store API
* @ingroup core
+ * @see @ref imgstore-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref imgstore-signals
*/
#ifndef _PURPLE_IMGSTORE_H_
#define _PURPLE_IMGSTORE_H_
============================================================
--- libpurple/log.h 4cb2dc7b256d861cbf14f34f6a9bfafc373794af
+++ libpurple/log.h 706f21c8c4d726634fee1d6e3bd3f8c1629be44e
@@ -1,6 +1,7 @@
/**
* @file log.h Logging API
* @ingroup core
+ * @see @ref log-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref log-signals
*/
#ifndef _PURPLE_LOG_H_
#define _PURPLE_LOG_H_
============================================================
--- libpurple/notify.h 96d4290ea914778f278a0a6f836658ad872d8153
+++ libpurple/notify.h 318fb292c541c87e8f5b8ad0fd64f9972e1116cb
@@ -1,6 +1,7 @@
/**
* @file notify.h Notification API
* @ingroup core
+ * @see @ref notify-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref notify-signals
*/
#ifndef _PURPLE_NOTIFY_H_
#define _PURPLE_NOTIFY_H_
============================================================
--- libpurple/plugin.h 1e5f64d96a39b6e4d185e2b074858bbb35058b81
+++ libpurple/plugin.h 58638fdb1ebc6a7990cbb8244963b643457657ab
@@ -1,6 +1,9 @@
/**
* @file plugin.h Plugin API
* @ingroup core
+ * @see @ref plugin-signals
+ * @see @ref plugin-ids
+ * @see @ref plugin-i18n
*/
/* purple
@@ -22,10 +25,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref plugin-signals
- * @see @ref plugin-ids
- * @see @ref plugin-i18n
*/
#ifndef _PURPLE_PLUGIN_H_
#define _PURPLE_PLUGIN_H_
============================================================
--- libpurple/savedstatuses.h fd2da0682d3ed24e3e0fa4d7e589553567210a92
+++ libpurple/savedstatuses.h 89d1c00a7511a69c2281d4b25d6195fd7710fe5c
@@ -1,6 +1,7 @@
/**
* @file savedstatuses.h Saved Status API
* @ingroup core
+ * @see @ref savedstatus-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref savedstatus-signals
*/
#ifndef _PURPLE_SAVEDSTATUSES_H_
#define _PURPLE_SAVEDSTATUSES_H_
============================================================
--- libpurple/sound.h 155576ac7fd540899efe8d7b40f6ec5c399d17c3
+++ libpurple/sound.h 4c099c3521b23e6f391b3fd807cd282cb2e48fd0
@@ -1,6 +1,7 @@
/**
* @file sound.h Sound API
* @ingroup core
+ * @see @ref sound-signals
*/
/* purple
@@ -22,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- *
- * @see @ref sound-signals
*/
#ifndef _PURPLE_SOUND_H_
#define _PURPLE_SOUND_H_
More information about the Commits
mailing list