plugins/ChangeLog.API

changeset 10808
e4b51d846a9d
parent 10774
f4238d6312ff
child 10812
25c595cbffe8
equal deleted inserted replaced
10807:c70c4b8d2b27 10808:e4b51d846a9d
44 now pass a conversation pointer and flags 44 now pass a conversation pointer and flags
45 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 45 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
46 now pass a conversation pointer and a pointer to the flags. 46 now pass a conversation pointer and a pointer to the flags.
47 * Changed: "drawing-tooltip," the second argument is now a GString* 47 * Changed: "drawing-tooltip," the second argument is now a GString*
48 instead of a char** 48 instead of a char**
49 * Changed: Signal propagation now stops after a handler returns a
50 non-NULL value. This value is now returned. Previously,
51 all registered handlers were called and the value from the
52 last handler was used.
49 53
50 version 1.0.0 (09/17/2004): 54 version 1.0.0 (09/17/2004):
51 * Added: get_chat_name to the GaimPluginProtocolInfo struct 55 * Added: get_chat_name to the GaimPluginProtocolInfo struct
52 * Changed: gaim_blist_update_buddy_presence(), presence changed to 56 * Changed: gaim_blist_update_buddy_presence(), presence changed to
53 type gboolean 57 type gboolean

mercurial