comparison plugins/ChangeLog.API @ 12712:8ae981f2c9cb

[gaim-migrate @ 15056] SF Patch #1395207 from Sadrul "Gaim currently doesn't allow to have formatted/multiline string as a preference for core-plugins. It'd be great if core plugins could have formatted strings for preference (ie. have imhtml+toolbar for the preference in the Plugin-preference dialog) without actually having to worry about gtk-codes." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 04 Jan 2006 04:14:02 +0000
parents 0bc110c7ab91
children d7043c3c793d
comparison
equal deleted inserted replaced
12711:145f76e74a9f 12712:8ae981f2c9cb
209 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO 209 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO
210 * gaim_conversation_present() 210 * gaim_conversation_present()
211 * GaimConversationUiOps->present(GaimConversation *) 211 * GaimConversationUiOps->present(GaimConversation *)
212 * GaimPlugin.unloadable 212 * GaimPlugin.unloadable
213 * gaim_plugin_is_unloadable() 213 * gaim_plugin_is_unloadable()
214 * GAIM_PLUGIN_PREF_STRING_FORMAT
215 * gaim_plugin_pref_get_format_type()
216 * gaim_plugin_pref_set_format_type()
217 * GaimStringFormatType
214 218
215 Signals - Changed: (See the Doxygen docs for details on all signals.) 219 Signals - Changed: (See the Doxygen docs for details on all signals.)
216 * Signal propagation now stops after a handler returns a non-NULL value. 220 * Signal propagation now stops after a handler returns a non-NULL value.
217 This value is now returned. Previously, all registered handlers were 221 This value is now returned. Previously, all registered handlers were
218 called and the value from the last handler was used. 222 called and the value from the last handler was used.