diff ChangeLog.API @ 21334:e76b99d95214

disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:26 +0000
parents f0ec79698fb7
children 7b30d02a36aa
line wrap: on
line diff
--- a/ChangeLog.API	Sun Oct 14 20:55:36 2007 +0000
+++ b/ChangeLog.API	Fri Nov 16 23:01:26 2007 +0000
@@ -35,22 +35,6 @@
 		* 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.