diff ChangeLog.API @ 21197:6f3eb604de73

Document the addition of purple_plugin_disable() and the changes to purple_plugin_unload().
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Oct 2007 15:15:58 +0000
parents 5cd2fe9a6629
children fb8f9bf86315
line wrap: on
line diff
--- 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: