comparison doc/ChangeLog.API @ 14491:8a1c6ed3dde6

[gaim-migrate @ 17210] SF Patch #1554418 from TiCPU Adds gaim_buddy_get_server_alias(). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 09 Sep 2006 21:32:47 +0000
parents 2620e491c8f1
children
comparison
equal deleted inserted replaced
14490:f283ebe419e4 14491:8a1c6ed3dde6
318 * gaim_dnsquery_destroy(): Can be used to cancel a pending DNS 318 * gaim_dnsquery_destroy(): Can be used to cancel a pending DNS
319 query. 319 query.
320 * gaim_util_fetch_url_cancel(): Can be used to cancel a pending 320 * gaim_util_fetch_url_cancel(): Can be used to cancel a pending
321 call to gaim_util_fetch_url() or gaim_util_fetch_url_request(). 321 call to gaim_util_fetch_url() or gaim_util_fetch_url_request().
322 * GaimGtkWindow: dialogs.search (previously in GaimGtkConversation) 322 * GaimGtkWindow: dialogs.search (previously in GaimGtkConversation)
323 * gaim_buddy_get_server_alias()
323 324
324 Signals - Changed: (See the Doxygen docs for details on all signals.) 325 Signals - Changed: (See the Doxygen docs for details on all signals.)
325 * Signal propagation now stops after a handler returns a non-NULL value. 326 * Signal propagation now stops after a handler returns a non-NULL value.
326 This value is now returned. Previously, all registered handlers were 327 This value is now returned. Previously, all registered handlers were
327 called and the value from the last handler was used. 328 called and the value from the last handler was used.