comparison ChangeLog.API @ 15261:5176a9f30ba3

[gaim-migrate @ 18050] AIM/ICQ file transfer pausing an resuming. This should work, but could use a little more testing. It's a patch from Graham Booker with modifcations by me. Blame me if I broke file transfer for anything. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 23 Dec 2006 19:32:10 +0000
parents 30932055bb7c
children b17a907065cc
comparison
equal deleted inserted replaced
15260:c7acd154bcb3 15261:5176a9f30ba3
351 * gaim_conv_send_confirm() 351 * gaim_conv_send_confirm()
352 * GaimConversationUiOps.send_confirm 352 * GaimConversationUiOps.send_confirm
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
357 read from or write to.
356 358
357 Signals - Changed: (See the Doxygen docs for details on all signals.) 359 Signals - Changed: (See the Doxygen docs for details on all signals.)
358 * Signal propagation now stops after a handler returns a non-NULL value. 360 * Signal propagation now stops after a handler returns a non-NULL value.
359 This value is now returned. Previously, all registered handlers were 361 This value is now returned. Previously, all registered handlers were
360 called and the value from the last handler was used. 362 called and the value from the last handler was used.