comparison 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
comparison
equal deleted inserted replaced
21198:b6136fd465a0 21199:fb8f9bf86315
10 be loaded at the next startup. 10 be loaded at the next startup.
11 11
12 Changed: 12 Changed:
13 * purple_plugin_unload() now honors the return value of a 13 * purple_plugin_unload() now honors the return value of a
14 plugin's unload function and can actually return FALSE now. 14 plugin's unload function and can actually return FALSE now.
15 * purple_plugin_unload() no longer does its own notifications
16 when a dependent plugin fails to unload. The UI should do
17 something appropriate.
15 18
16 version 2.2.0 (09/13/2007): 19 version 2.2.0 (09/13/2007):
17 libpurple: 20 libpurple:
18 Added: 21 Added:
19 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 22 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by