comparison doc/ChangeLog.API @ 14394:2620e491c8f1

[gaim-migrate @ 17102] Remove gaim_show_xfer_dialog, it was only used as a callback from the buddy list menus, and it just ended up calling gaim_gtkxfer_dialog_show anyway, so I removed the middle man. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 31 Aug 2006 21:52:06 +0000
parents c2fe0f54c389
children 8a1c6ed3dde6
comparison
equal deleted inserted replaced
14393:81932c1ec6cf 14394:2620e491c8f1
128 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 128 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
129 * gaim_account_get_log(): Added create parameter 129 * gaim_account_get_log(): Added create parameter
130 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 130 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
131 * gtk_imhtml_search_find(): Now wraps around to the top instead of 131 * gtk_imhtml_search_find(): Now wraps around to the top instead of
132 clearing the search at the end. 132 clearing the search at the end.
133 * gaim_gtkxfer_dialog_show: Can now take NULL to show (and possibly
134 create) a default gtkxfer dialog.
133 135
134 Removed: 136 Removed:
135 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 137 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
136 preference) 138 preference)
137 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 139 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)
192 * gaim_conversation_get_send_history(), and send_history from 194 * gaim_conversation_get_send_history(), and send_history from
193 GaimConversation 195 GaimConversation
194 * Removed ui_ops from GaimBuddyList. Use gaim_blist_get_ui_ops() instead 196 * Removed ui_ops from GaimBuddyList. Use gaim_blist_get_ui_ops() instead
195 * GaimGtkLogViewer hidden... You weren't using it anyway. 197 * GaimGtkLogViewer hidden... You weren't using it anyway.
196 * GaimGtkConversation: dialogs (dialogs.search moved to GaimGtkWindow) 198 * GaimGtkConversation: dialogs (dialogs.search moved to GaimGtkWindow)
199 * gaim_show_xfer_dialog: Use gaim_gtk_xfer_dialog_show(NULL) instead.
197 200
198 Added: 201 Added:
199 * gaim_prefs_disconnect_by_handle() 202 * gaim_prefs_disconnect_by_handle()
200 * a password field to GaimConnection, which only persists for the 203 * a password field to GaimConnection, which only persists for the
201 session (when "remember password" is false, account->password is 204 session (when "remember password" is false, account->password is
371 * "displaying-userinfo" 374 * "displaying-userinfo"
372 * "gtkblist-hiding" 375 * "gtkblist-hiding"
373 * "gtkblist-unhiding" 376 * "gtkblist-unhiding"
374 * "log-displaying" 377 * "log-displaying"
375 * "savedstatus-changed" 378 * "savedstatus-changed"
379 * "sendto-extended-menu"
376 380
377 Signals - Removed: 381 Signals - Removed:
378 * "account-away": replaced by account-status-changed 382 * "account-away": replaced by account-status-changed
379 * "account-warned" 383 * "account-warned"
380 * "buddy-away": replaced by buddy-status-changed 384 * "buddy-away": replaced by buddy-status-changed