comparison plugins/ChangeLog.API @ 10808:dcfb8d8784e6

[gaim-migrate @ 12459] " I should've included this in my signal patch that was recently accepted for HEAD." --rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 00:19:40 +0000
parents d83f745c997b
children d087e928ffd1
comparison
equal deleted inserted replaced
10807:904aafb6713d 10808:dcfb8d8784e6
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