# HG changeset patch # User Stu Tomlinson # Date 1111946482 0 # Node ID aa10aa27c177d203fde4fe2d153d15b4c8ef6447 # Parent bf5e48215158d5d4550759febe4d883b291d1a69 [gaim-migrate @ 12355] I'm glad I'm not a plugin author ;-) committer: Tailor Script diff -r bf5e48215158 -r aa10aa27c177 plugins/ChangeLog.API --- a/plugins/ChangeLog.API Sun Mar 27 17:50:35 2005 +0000 +++ b/plugins/ChangeLog.API Sun Mar 27 18:01:22 2005 +0000 @@ -22,6 +22,21 @@ of GaimBlistNodeActions to be created as a submenu of the item. * Removed: gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) instead) + * Removed: gaim_accounts_sync, account changes are now scheduled to be saved + automatically + * Removed: gaim_connection_connect + * Removed: gaim_connection_disconnect + * Removed: gaim_connection_register + * Removed: gaim_accounts_auto_login + * Changed: gaim_connection_new, gaim_account_connect and gaim_account_register + no longer return a GaimConnection + * Added: a password field to GaimConnection, which only persists for the + session (when "remember password" is false, account->password is NEVER set) + Use gaim_connection_get_password(GaimConnection *gc) + * Removed: serv_login + * Removed: serv_close + * Removed: serv_finish_login + * Changed: keep_alive in GaimConnection is renamed to keepalive Signals: * Changed: "received-im-msg and "received-chat-msg" to match, both