comparison plugins/ChangeLog.API @ 10670:cfb1f4b08ab1

[gaim-migrate @ 12210] Stu Tomlinson gets a wee bit pissy when I forget to update this file. =) committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 08 Mar 2005 01:24:10 +0000
parents 18223e71ced7
children c4cb90065e1d
comparison
equal deleted inserted replaced
10669:5fae2e790f5d 10670:cfb1f4b08ab1
16 now a const char* instead of just a char* 16 now a const char* instead of just a char*
17 * Changed: the add_buddy perl sub. The argument now takes the account 17 * Changed: the add_buddy perl sub. The argument now takes the account
18 as the first argument, and buddy and group as the second and 18 as the first argument, and buddy and group as the second and
19 third. It also adds the buddy to the server-side buddy 19 third. It also adds the buddy to the server-side buddy
20 list of the given account. 20 list of the given account.
21 * Changed: gaim_blist_node_action_new, added a fourth argument, a GList
22 of GaimBlistNodeActions to be created as a submenu of the item.
21 23
22 Signals: 24 Signals:
23 * Changed: "received-im-msg and "received-chat-msg" to match, both 25 * Changed: "received-im-msg and "received-chat-msg" to match, both
24 now pass a conversation pointer and flags 26 now pass a conversation pointer and flags
25 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 27 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both