# HG changeset patch # User Richard Laager # Date 1192395336 0 # Node ID f0ec79698fb7e4ccc43b7620da5fa525fc37c558 # Parent a20ef7180680a123f1dced82f1498731797cdb73 Document the addition of the PURPLE_REQUEST_UI_HINT_* defines. diff -r a20ef7180680 -r f0ec79698fb7 ChangeLog.API --- 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.