diff 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
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Wed Jan 04 03:01:32 2006 +0000
+++ b/plugins/ChangeLog.API	Wed Jan 04 04:14:02 2006 +0000
@@ -211,6 +211,10 @@
 	* GaimConversationUiOps->present(GaimConversation *)
 	* GaimPlugin.unloadable
 	* gaim_plugin_is_unloadable()
+	* GAIM_PLUGIN_PREF_STRING_FORMAT
+	* gaim_plugin_pref_get_format_type()
+	* gaim_plugin_pref_set_format_type()
+	* GaimStringFormatType
 
 	Signals - Changed:  (See the Doxygen docs for details on all signals.)
 	* Signal propagation now stops after a handler returns a non-NULL value.