# HG changeset patch # User Richard Laager # Date 1191770158 0 # Node ID 6f3eb604de73ef6858e9141416de8ce503921207 # Parent 5cd2fe9a6629e29f69fbd22f05c5161f9728feb3 Document the addition of purple_plugin_disable() and the changes to purple_plugin_unload(). diff -r 5cd2fe9a6629 -r 6f3eb604de73 ChangeLog.API --- a/ChangeLog.API Sun Oct 07 15:11:22 2007 +0000 +++ b/ChangeLog.API Sun Oct 07 15:15:58 2007 +0000 @@ -1,5 +1,18 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.3.0 (??/??/????): + libpurple: + Added: + * purple_plugin_disable(), which is intended to be called when + a purple_plugin_unload()--which was called when a user tried + to unload a plugin--fails. This then prevents the plugin + from being saved in the saved plugins list, so it'll won't + be loaded at the next startup. + + Changed: + * purple_plugin_unload() now honors the return value of a + plugin's unload function and can actually return FALSE now. + version 2.2.0 (09/13/2007): libpurple: Added: