comparison 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
comparison
equal deleted inserted replaced
21196:5cd2fe9a6629 21197:6f3eb604de73
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2
3 version 2.3.0 (??/??/????):
4 libpurple:
5 Added:
6 * purple_plugin_disable(), which is intended to be called when
7 a purple_plugin_unload()--which was called when a user tried
8 to unload a plugin--fails. This then prevents the plugin
9 from being saved in the saved plugins list, so it'll won't
10 be loaded at the next startup.
11
12 Changed:
13 * purple_plugin_unload() now honors the return value of a
14 plugin's unload function and can actually return FALSE now.
2 15
3 version 2.2.0 (09/13/2007): 16 version 2.2.0 (09/13/2007):
4 libpurple: 17 libpurple:
5 Added: 18 Added:
6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 19 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by