comparison doc/ChangeLog.API @ 14370:c2fe0f54c389

[gaim-migrate @ 17076] SF Patch #1547720 from Hilbert Fixes SF Bug #1541097 If you search, leave the Find dialog open, switch tabs, and search again, the search happens in the original tab. This patch fixes that bug. Now when you search, it searches in the active conversation window. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Aug 2006 02:22:08 +0000
parents 01daacf7b771
children 2620e491c8f1
comparison
equal deleted inserted replaced
14369:66cb461d6079 14370:c2fe0f54c389
191 notify_searchresults in GaimNotifyUiOps. 191 notify_searchresults in GaimNotifyUiOps.
192 * gaim_conversation_get_send_history(), and send_history from 192 * gaim_conversation_get_send_history(), and send_history from
193 GaimConversation 193 GaimConversation
194 * Removed ui_ops from GaimBuddyList. Use gaim_blist_get_ui_ops() instead 194 * Removed ui_ops from GaimBuddyList. Use gaim_blist_get_ui_ops() instead
195 * GaimGtkLogViewer hidden... You weren't using it anyway. 195 * GaimGtkLogViewer hidden... You weren't using it anyway.
196 * GaimGtkConversation: dialogs (dialogs.search moved to GaimGtkWindow)
196 197
197 Added: 198 Added:
198 * gaim_prefs_disconnect_by_handle() 199 * gaim_prefs_disconnect_by_handle()
199 * a password field to GaimConnection, which only persists for the 200 * a password field to GaimConnection, which only persists for the
200 session (when "remember password" is false, account->password is 201 session (when "remember password" is false, account->password is
313 gaim_proxy_connect() request 314 gaim_proxy_connect() request
314 * gaim_dnsquery_destroy(): Can be used to cancel a pending DNS 315 * gaim_dnsquery_destroy(): Can be used to cancel a pending DNS
315 query. 316 query.
316 * gaim_util_fetch_url_cancel(): Can be used to cancel a pending 317 * gaim_util_fetch_url_cancel(): Can be used to cancel a pending
317 call to gaim_util_fetch_url() or gaim_util_fetch_url_request(). 318 call to gaim_util_fetch_url() or gaim_util_fetch_url_request().
319 * GaimGtkWindow: dialogs.search (previously in GaimGtkConversation)
318 320
319 Signals - Changed: (See the Doxygen docs for details on all signals.) 321 Signals - Changed: (See the Doxygen docs for details on all signals.)
320 * Signal propagation now stops after a handler returns a non-NULL value. 322 * Signal propagation now stops after a handler returns a non-NULL value.
321 This value is now returned. Previously, all registered handlers were 323 This value is now returned. Previously, all registered handlers were
322 called and the value from the last handler was used. 324 called and the value from the last handler was used.