comparison plugins/ChangeLog.API @ 10478:d497f3a2686f

[gaim-migrate @ 11765] Kevin, does this sound good? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 Jan 2005 05:49:36 +0000
parents 5cb55bcad11b
children 18223e71ced7
comparison
equal deleted inserted replaced
10477:5cb55bcad11b 10478:d497f3a2686f
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
14 now a const char* instead of just a char*
15 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is
16 now a const char* instead of just a char*
13 17
14 Signals: 18 Signals:
15 * Changed: "received-im-msg and "received-chat-msg" to match, both 19 * Changed: "received-im-msg and "received-chat-msg" to match, both
16 now pass a conversation pointer and flags 20 now pass a conversation pointer and flags
17 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 21 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both