# HG changeset patch # User Richard Laager # Date 1195254086 0 # Node ID e76b99d95214bba62cf6ff97f23640290e7aa85c # Parent f0ec79698fb7e4ccc43b7620da5fa525fc37c558 disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336' diff -r f0ec79698fb7 -r e76b99d95214 ChangeLog.API --- 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.