diff ChangeLog.API @ 21199:fb8f9bf86315

* Add purple_plugin_disable() to prevent plugins from loading on the next startup. A UI would call this when purple_plugin_unload() returns FALSE. * Make purple_plugin_unload() set plugin->error instead of popping up a notification if a dependent plugin can't be unloaded.
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Oct 2007 16:02:55 +0000
parents 6f3eb604de73
children 8a89c2caf9d8
line wrap: on
line diff
--- a/ChangeLog.API	Sun Oct 07 15:58:57 2007 +0000
+++ b/ChangeLog.API	Sun Oct 07 16:02:55 2007 +0000
@@ -12,6 +12,9 @@
 		Changed:
 		* purple_plugin_unload() now honors the return value of a
 		  plugin's unload function and can actually return FALSE now.
+		* purple_plugin_unload() no longer does its own notifications
+		  when a dependent plugin fails to unload.  The UI should do
+		  something appropriate.
 
 version 2.2.0 (09/13/2007):
 	libpurple: