comparison ChangeLog.API @ 15117:1f0db03dd165

[gaim-migrate @ 17903] Update the Changelog.API. Thanks to ari for noticing. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 06 Dec 2006 23:05:51 +0000
parents 41dc2e3dbe2d
children 4035dfc09faa
comparison
equal deleted inserted replaced
15116:2bec32a6f303 15117:1f0db03dd165
339 * GaimGtkWindow: dialogs.search (previously in GaimGtkConversation) 339 * GaimGtkWindow: dialogs.search (previously in GaimGtkConversation)
340 * gaim_buddy_get_server_alias() 340 * gaim_buddy_get_server_alias()
341 * gaim_conv_send_confirm() 341 * gaim_conv_send_confirm()
342 * GaimConversationUiOps.send_confirm 342 * GaimConversationUiOps.send_confirm
343 * gaim_gtk_roomlist_dialog_show_with_account 343 * gaim_gtk_roomlist_dialog_show_with_account
344 * gaim_gtk_tree_view_search_equal_func to be used with
345 gtk_tree_view_set_search_equal_func
344 346
345 Signals - Changed: (See the Doxygen docs for details on all signals.) 347 Signals - Changed: (See the Doxygen docs for details on all signals.)
346 * Signal propagation now stops after a handler returns a non-NULL value. 348 * Signal propagation now stops after a handler returns a non-NULL value.
347 This value is now returned. Previously, all registered handlers were 349 This value is now returned. Previously, all registered handlers were
348 called and the value from the last handler was used. 350 called and the value from the last handler was used.