| 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 |