| 274 * gaim_time_format() |
274 * gaim_time_format() |
| 275 * gaim_plugin_action_free() |
275 * gaim_plugin_action_free() |
| 276 * GaimRequestType: Added GAIM_REQUEST_FOLDER |
276 * GaimRequestType: Added GAIM_REQUEST_FOLDER |
| 277 * GaimRequestUiOps: Added request_folder |
277 * GaimRequestUiOps: Added request_folder |
| 278 * gaim_request_folder() |
278 * gaim_request_folder() |
| |
279 * gaim_gtk_setup_screenname_autocomplete() |
| 279 |
280 |
| 280 Signals - Changed: (See the Doxygen docs for details on all signals.) |
281 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 281 * Signal propagation now stops after a handler returns a non-NULL value. |
282 * Signal propagation now stops after a handler returns a non-NULL value. |
| 282 This value is now returned. Previously, all registered handlers were |
283 This value is now returned. Previously, all registered handlers were |
| 283 called and the value from the last handler was used. |
284 called and the value from the last handler was used. |