comparison plugins/ChangeLog.API @ 13267:f3ae450fb947

[gaim-migrate @ 15633] Part of SF Patch #1175520 from dennisne This adds a request API function to select a folder. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 03:40:00 +0000
parents f09c6e8df82c
children 3638606a5afa
comparison
equal deleted inserted replaced
13266:d1088b7771d4 13267:f3ae450fb947
270 * gaim_date_format_short() 270 * gaim_date_format_short()
271 * gaim_date_format_long() 271 * gaim_date_format_long()
272 * gaim_date_format_full() 272 * gaim_date_format_full()
273 * gaim_time_format() 273 * gaim_time_format()
274 * gaim_plugin_action_free() 274 * gaim_plugin_action_free()
275 * GaimRequestType: Added GAIM_REQUEST_FOLDER
276 * GaimRequestUiOps: Added request_folder
277 * gaim_request_folder()
275 278
276 Signals - Changed: (See the Doxygen docs for details on all signals.) 279 Signals - Changed: (See the Doxygen docs for details on all signals.)
277 * Signal propagation now stops after a handler returns a non-NULL value. 280 * Signal propagation now stops after a handler returns a non-NULL value.
278 This value is now returned. Previously, all registered handlers were 281 This value is now returned. Previously, all registered handlers were
279 called and the value from the last handler was used. 282 called and the value from the last handler was used.