comparison plugins/ChangeLog.API @ 11926:5b703a92e79d

[gaim-migrate @ 14217] Changes from earlier tonight committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 31 Oct 2005 05:57:23 +0000
parents fe12abd6b879
children cb73483c9f63
comparison
equal deleted inserted replaced
11925:ad62cd866435 11926:5b703a92e79d
87 * serv_remove_buddy(); use gaim_account_remove_buddy() instead 87 * serv_remove_buddy(); use gaim_account_remove_buddy() instead
88 * serv_remove_buddies(); use gaim_account_remove_buddies() instead 88 * serv_remove_buddies(); use gaim_account_remove_buddies() instead
89 * 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 90 * serv_touch_idle(): use gaim_gtk_check_idle() instead
91 * GaimGtkImPane->a_virgin 91 * GaimGtkImPane->a_virgin
92 * gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead
92 93
93 Added: 94 Added:
94 * gaim_prefs_disconnect_by_handle() 95 * gaim_prefs_disconnect_by_handle()
95 * a password field to GaimConnection, which only persists for the 96 * a password field to GaimConnection, which only persists for the
96 session (when "remember password" is false, account->password is 97 session (when "remember password" is false, account->password is
128 * gaim_plugin_get_summary() 129 * gaim_plugin_get_summary()
129 * gaim_plugin_get_description() 130 * gaim_plugin_get_description()
130 * gaim_plugin_get_author() 131 * gaim_plugin_get_author()
131 * gaim_plugin_get_homepage() 132 * gaim_plugin_get_homepage()
132 * gaim_gtkconv_switch_active_conversation(GaimConversation *) 133 * gaim_gtkconv_switch_active_conversation(GaimConversation *)
134 * gaim_str_strip_char() to strip a given character from
135 a given string
136 * gaim_util_chrreplace() to replace a given character with a
137 different character
133 138
134 Signals - Changed: 139 Signals - Changed:
135 * "received-im-msg" and "received-chat-msg" to match, both now pass a 140 * "received-im-msg" and "received-chat-msg" to match, both now pass a
136 conversation pointer and flags 141 conversation pointer and flags
137 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a 142 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a