comparison plugins/ChangeLog.API @ 11907:d2db6426c88a

[gaim-migrate @ 14198] sf patch #1342817, from Evan Schoenberg "As discussed in #gaim, this patch removes idle.c and replaces it with gtkidle.c and gtkidle.h. The attached diff removes the idle management from its various hiding places in connection.c, server.c, and gaim.h. The plugins Changelog.API is appropriately updated. The new gtkidle files are attached; idle.c should be removed from CVS." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 30 Oct 2005 23:00:47 +0000
parents 3404646c6886
children fe12abd6b879
comparison
equal deleted inserted replaced
11906:8913546c6a4e 11907:d2db6426c88a
46 * chat_rename_user in GaimConversationUiOps, added new_alias 46 * chat_rename_user in GaimConversationUiOps, added new_alias
47 * GaimConversation.log became GList * GaimConversation.logs, so that a 47 * GaimConversation.log became GList * GaimConversation.logs, so that a
48 conversation can have multiple logs at once 48 conversation can have multiple logs at once
49 * gaim_conv_chat_add_user, added extra_msgs list 49 * gaim_conv_chat_add_user, added extra_msgs list
50 * gaim_notify_userinfo, removed primary and secondary parameters 50 * gaim_notify_userinfo, removed primary and secondary parameters
51 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and secondary 51 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and
52 parameters 52 secondary parameters
53 * Idle timers are now added and removed in gtkidle.c in response
54 to the signed-on and signed-off signals
53 55
54 Removed: 56 Removed:
55 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 57 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
56 preference) 58 preference)
57 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 59 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)
83 * serv_add_buddy(); use gaim_account_add_buddy() instead 85 * serv_add_buddy(); use gaim_account_add_buddy() instead
84 * serv_add_buddies(); use gaim_account_add_buddies() instead 86 * serv_add_buddies(); use gaim_account_add_buddies() instead
85 * serv_remove_buddy(); use gaim_account_remove_buddy() instead 87 * serv_remove_buddy(); use gaim_account_remove_buddy() instead
86 * serv_remove_buddies(); use gaim_account_remove_buddies() instead 88 * serv_remove_buddies(); use gaim_account_remove_buddies() instead
87 * serv_change_passwd(); use gaim_account_change_password() instead 89 * serv_change_passwd(); use gaim_account_change_password() instead
90 * serv_touch_idle(): use gaim_gtk_check_idle() instead
88 * GaimGtkImPane->a_virgin 91 * GaimGtkImPane->a_virgin
89 92
90 Added: 93 Added:
91 * gaim_prefs_disconnect_by_handle() 94 * gaim_prefs_disconnect_by_handle()
92 * a password field to GaimConnection, which only persists for the 95 * a password field to GaimConnection, which only persists for the