Mercurial > pidgin
changeset 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 | bf5e48215158 |
children | b40a67d45dbb |
files | plugins/ChangeLog.API |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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