diff ChangeLog.API @ 21245:f0ec79698fb7

Document the addition of the PURPLE_REQUEST_UI_HINT_* defines.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:55:36 +0000
parents 110f23ef3542
children 5915ad785ee7 e76b99d95214
line wrap: on
line diff
--- a/ChangeLog.API	Sun Oct 14 20:53:40 2007 +0000
+++ b/ChangeLog.API	Sun Oct 14 20:55:36 2007 +0000
@@ -35,6 +35,22 @@
 		* purple_request_ok_cancel_with_hint()
 		* purple_request_yes_no_with_hint()
 
+		  UI hints set by libpurple:
+		* PURPLE_REQUEST_UI_HINT_ACCOUNT
+		* PURPLE_REQUEST_UI_HINT_BLIST
+		* PURPLE_REQUEST_UI_HINT_BUDDY
+		* PURPLE_REQUEST_UI_HINT_CONV
+		* PURPLE_REQUEST_UI_HINT_REGISTER
+		* PURPLE_REQUEST_UI_HINT_XFER
+
+		  Common UI hints set by UIs:
+		* PURPLE_REQUEST_UI_HINT_ACCOUNTMGR
+		* PURPLE_REQUEST_UI_HINT_CERTMGR
+		* PURPLE_REQUEST_UI_HINT_PLUGINMGR
+		* PURPLE_REQUEST_UI_HINT_POUNCEMGR
+		* PURPLE_REQUEST_UI_HINT_PREFSMGR
+		* PURPLE_REQUEST_UI_HINT_STATUSMGR
+
 		Changed:
 		* purple_plugin_unload() now honors the return value of a
 		  plugin's unload function and can actually return FALSE now.