comparison plugins/ChangeLog.API @ 13285:f67f0cda5f0c

[gaim-migrate @ 15651] Seems I forgot to commit these changes with the request folder stuff. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Feb 2006 07:55:30 +0000
parents e629076386f1
children 2e6dda9f9159
comparison
equal deleted inserted replaced
13284:8d0c909ac2d9 13285:f67f0cda5f0c
271 * gaim_date_format_short() 271 * gaim_date_format_short()
272 * gaim_date_format_long() 272 * gaim_date_format_long()
273 * gaim_date_format_full() 273 * gaim_date_format_full()
274 * gaim_time_format() 274 * gaim_time_format()
275 * gaim_plugin_action_free() 275 * gaim_plugin_action_free()
276 * GaimRequestType: Added GAIM_REQUEST_FOLDER
277 * GaimRequestUiOps: Added request_folder
278 * gaim_request_folder()
276 279
277 Signals - Changed: (See the Doxygen docs for details on all signals.) 280 Signals - Changed: (See the Doxygen docs for details on all signals.)
278 * Signal propagation now stops after a handler returns a non-NULL value. 281 * Signal propagation now stops after a handler returns a non-NULL value.
279 This value is now returned. Previously, all registered handlers were 282 This value is now returned. Previously, all registered handlers were
280 called and the value from the last handler was used. 283 called and the value from the last handler was used.