comparison plugins/ChangeLog.API @ 11018:04f280376f06

[gaim-migrate @ 12888] sf patch #1223909, from Richard Laager New Accessor Method: gaim_gtk_blist_node_is_contact_expanded committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 22 Jun 2005 22:41:59 +0000
parents 2b772e7094ef
children 4febc4df0eb8
comparison
equal deleted inserted replaced
11017:829ab6b71ffe 11018:04f280376f06
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, 57 * Removed: Window flashing support in the core: gaim_conv_window_flash,
58 and flash UI operation for conversations. Use signal 58 and flash UI operation for conversations. Use signal
59 "received-im-msg" or similar. 59 "received-im-msg" or similar.
60 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if
61 the given blist node is a buddy inside an expanded contact,
62 or is itself an expanded contact
60 63
61 Signals: 64 Signals:
62 * Changed: "received-im-msg" and "received-chat-msg" to match, both 65 * Changed: "received-im-msg" and "received-chat-msg" to match, both
63 now pass a conversation pointer and flags 66 now pass a conversation pointer and flags
64 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 67 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both