comparison plugins/ChangeLog.API @ 10631:18223e71ced7

[gaim-migrate @ 12110] sf patch #975984, from Gregory C. Harfst Buddies added from a perl plugin were not being sent to the server. Also, added a hook to the function that returns all buddies for a given account. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 23 Feb 2005 04:31:38 +0000
parents d497f3a2686f
children cfb1f4b08ab1
comparison
equal deleted inserted replaced
10630:781a0582d35f 10631:18223e71ced7
5 * Changed: gaim_prefs_connect_callback(), added handle parameter 5 * Changed: gaim_prefs_connect_callback(), added handle parameter
6 * Added: gaim_prefs_disconnect_by_handle() 6 * Added: gaim_prefs_disconnect_by_handle()
7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the 7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the
8 /gaim/gtk/sound/mute preference) 8 /gaim/gtk/sound/mute preference)
9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it 9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it
10 easier to add your own widgets to it 10 easier to add your own widgets to it
11 * Changed: gaim_find_conversation, added a "type" parameter 11 * Changed: gaim_find_conversation, added a "type" parameter
12 * Changed: gaim_find_conversation_with_account, added a "type" parameter 12 * Changed: gaim_find_conversation_with_account, added a "type" parameter
13 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is 13 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is
14 now a const char* instead of just a char* 14 now a const char* instead of just a char*
15 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is 15 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is
16 now a const char* instead of just a char* 16 now a const char* instead of just a char*
17 * Changed: the add_buddy perl sub. The argument now takes the account
18 as the first argument, and buddy and group as the second and
19 third. It also adds the buddy to the server-side buddy
20 list of the given account.
17 21
18 Signals: 22 Signals:
19 * Changed: "received-im-msg and "received-chat-msg" to match, both 23 * Changed: "received-im-msg and "received-chat-msg" to match, both
20 now pass a conversation pointer and flags 24 now pass a conversation pointer and flags
21 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 25 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
22 now pass a conversation pointer and a pointer to the flags. 26 now pass a conversation pointer and a pointer to the flags.
23 * Changed: "drawing-tooltip," the second argument is now a GString* 27 * Changed: "drawing-tooltip," the second argument is now a GString*
24 instead of a char** 28 instead of a char**
25 29
26 version 1.0.0 (09/17/2004): 30 version 1.0.0 (09/17/2004):
27 * Added: get_chat_name to the GaimPluginProtocolInfo struct 31 * Added: get_chat_name to the GaimPluginProtocolInfo struct
28 * Changed: gaim_blist_update_buddy_presence(), presence changed to 32 * Changed: gaim_blist_update_buddy_presence(), presence changed to
29 type gboolean 33 type gboolean
30 * Changed: the versioning scheme, and all the plugin structs 34 * Changed: the versioning scheme, and all the plugin structs
31 35
32 version 0.82 (08/26/2004): 36 version 0.82 (08/26/2004):
33 Gaim API: 37 Gaim API:
34 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() 38 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text()