comparison plugins/ChangeLog.API @ 10246:a66cf83552dc

[gaim-migrate @ 11386] I changed gaim_find_conversation and gaim_find_conversation_with_account The first parameter is now one of GAIM_CONV_IM, GAIM_CONV_CHAT or GAIM_CONV_ANY. Unfortunately, this changes a bajillion files. Please look over this and make sure I use the correct type everywhere. Especially in Novell and MSN, and somewhat in SILC. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Nov 2004 06:14:15 +0000
parents 60db14d54914
children 5cb55bcad11b
comparison
equal deleted inserted replaced
10245:c143a3fac58d 10246:a66cf83552dc
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
12 * Changed: gaim_find_conversation_with_account, added a "type" parameter
11 13
12 Signals: 14 Signals:
13 * Changed: "received-im-msg and "received-chat-msg" to match, both 15 * Changed: "received-im-msg and "received-chat-msg" to match, both
14 now pass a conversation pointer and flags 16 now pass a conversation pointer and flags
15 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 17 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both