comparison plugins/ChangeLog.API @ 13269:3638606a5afa

[gaim-migrate @ 15635] Reverting the request folder stuff, because it uses GtkFileChooser, which was added in GTK+ 2.4. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 04:11:39 +0000
parents f3ae450fb947
children 3de53fe8345f
comparison
equal deleted inserted replaced
13268:16f6d6f8afc7 13269:3638606a5afa
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()
278 275
279 Signals - Changed: (See the Doxygen docs for details on all signals.) 276 Signals - Changed: (See the Doxygen docs for details on all signals.)
280 * Signal propagation now stops after a handler returns a non-NULL value. 277 * Signal propagation now stops after a handler returns a non-NULL value.
281 This value is now returned. Previously, all registered handlers were 278 This value is now returned. Previously, all registered handlers were
282 called and the value from the last handler was used. 279 called and the value from the last handler was used.