comparison ChangeLog.API @ 15319:b17a907065cc

[gaim-migrate @ 18109] Patch #1259960 ((HEAD) Additions to the privacy API) and #1236132 (Allow/Block option in buddy-context menu). committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Jan 2007 00:47:58 +0000
parents 5176a9f30ba3
children 467244cc4ff2
comparison
equal deleted inserted replaced
15318:d928cf5ead1b 15319:b17a907065cc
353 * gaim_gtk_roomlist_dialog_show_with_account 353 * gaim_gtk_roomlist_dialog_show_with_account
354 * gaim_gtk_tree_view_search_equal_func to be used with 354 * gaim_gtk_tree_view_search_equal_func to be used with
355 gtk_tree_view_set_search_equal_func 355 gtk_tree_view_set_search_equal_func
356 * gaim_xfer_set_bytes_sent(). Sets the offset in the file to 356 * gaim_xfer_set_bytes_sent(). Sets the offset in the file to
357 read from or write to. 357 read from or write to.
358 * gaim_privacy_deny and gaim_privacy_allow
358 359
359 Signals - Changed: (See the Doxygen docs for details on all signals.) 360 Signals - Changed: (See the Doxygen docs for details on all signals.)
360 * Signal propagation now stops after a handler returns a non-NULL value. 361 * Signal propagation now stops after a handler returns a non-NULL value.
361 This value is now returned. Previously, all registered handlers were 362 This value is now returned. Previously, all registered handlers were
362 called and the value from the last handler was used. 363 called and the value from the last handler was used.