comparison plugins/ChangeLog.API @ 11003:2b772e7094ef

[gaim-migrate @ 12858] Kevin Stange made this patch to remove the win32 flashing from the gaim core and put it the winprefs plugin. He also cleaned up the winprefs plugin quite a bit. Blame him if it doesn't work ;) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 11 Jun 2005 23:29:56 +0000
parents 57e3e958ff49
children 04f280376f06
comparison
equal deleted inserted replaced
11002:bf03a5271395 11003:2b772e7094ef
52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon 52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon
53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether 53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether
54 or not the file is binary 54 or not the file is binary
55 * Added: gaim_buddy_icon_get_type, can be used to attempt to 55 * Added: gaim_buddy_icon_get_type, can be used to attempt to
56 determine the file type of a given buddy icon. 56 determine the file type of a given buddy icon.
57 * Removed: Window flashing support in the core: gaim_conv_window_flash,
58 and flash UI operation for conversations. Use signal
59 "received-im-msg" or similar.
57 60
58 Signals: 61 Signals:
59 * Changed: "received-im-msg" and "received-chat-msg" to match, both 62 * Changed: "received-im-msg" and "received-chat-msg" to match, both
60 now pass a conversation pointer and flags 63 now pass a conversation pointer and flags
61 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 64 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both