comparison plugins/ChangeLog.API @ 10477:5cb55bcad11b

[gaim-migrate @ 11764] The Ever-Vigilant Stu pointed out that it probably wasn't a good idea to allow plugins to modify the internals of a GString. This should take care of that. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 Jan 2005 01:27:34 +0000
parents a66cf83552dc
children d497f3a2686f
comparison
equal deleted inserted replaced
10476:d02e70b5d197 10477:5cb55bcad11b
11 * Changed: gaim_find_conversation, added a "type" parameter 11 * Changed: gaim_find_conversation, added a "type" parameter
12 * Changed: gaim_find_conversation_with_account, added a "type" parameter 12 * Changed: gaim_find_conversation_with_account, added a "type" parameter
13 13
14 Signals: 14 Signals:
15 * Changed: "received-im-msg and "received-chat-msg" to match, both 15 * Changed: "received-im-msg and "received-chat-msg" to match, both
16 now pass a conversation pointer and flags 16 now pass a conversation pointer and flags
17 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 17 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
18 now pass a conversation pointer and a pointer to the flags. 18 now pass a conversation pointer and a pointer to the flags.
19 * Changed: "drawing-tooltip," the second argument is now a GString*
20 instead of a char**
19 21
20 version 1.0.0 (09/17/2004): 22 version 1.0.0 (09/17/2004):
21 * Added: get_chat_name to the GaimPluginProtocolInfo struct 23 * Added: get_chat_name to the GaimPluginProtocolInfo struct
22 * Changed: gaim_blist_update_buddy_presence(), presence changed to 24 * Changed: gaim_blist_update_buddy_presence(), presence changed to
23 type gboolean 25 type gboolean