comparison plugins/ChangeLog.API @ 10752:aa10aa27c177

[gaim-migrate @ 12355] I'm glad I'm not a plugin author ;-) committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 27 Mar 2005 18:01:22 +0000
parents c4cb90065e1d
children d83f745c997b
comparison
equal deleted inserted replaced
10751:bf5e48215158 10752:aa10aa27c177
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 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. 22 of GaimBlistNodeActions to be created as a submenu of the item.
23 * Removed: gaim_escape_html(const char *html) (use 23 * Removed: gaim_escape_html(const char *html) (use
24 g_markup_escape_text(html, -1) instead) 24 g_markup_escape_text(html, -1) instead)
25 * Removed: gaim_accounts_sync, account changes are now scheduled to be saved
26 automatically
27 * Removed: gaim_connection_connect
28 * Removed: gaim_connection_disconnect
29 * Removed: gaim_connection_register
30 * Removed: gaim_accounts_auto_login
31 * Changed: gaim_connection_new, gaim_account_connect and gaim_account_register
32 no longer return a GaimConnection
33 * Added: a password field to GaimConnection, which only persists for the
34 session (when "remember password" is false, account->password is NEVER set)
35 Use gaim_connection_get_password(GaimConnection *gc)
36 * Removed: serv_login
37 * Removed: serv_close
38 * Removed: serv_finish_login
39 * Changed: keep_alive in GaimConnection is renamed to keepalive
25 40
26 Signals: 41 Signals:
27 * Changed: "received-im-msg and "received-chat-msg" to match, both 42 * Changed: "received-im-msg and "received-chat-msg" to match, both
28 now pass a conversation pointer and flags 43 now pass a conversation pointer and flags
29 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 44 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both