Mercurial > pidgin
diff ChangeLog.API @ 21206:3301b2f813f0
propagate from branch 'im.pidgin.pidgin' (head b7ee9ed3d96546482462baf63c4127858553c275)
to branch 'im.pidgin.pidgin.next.minor' (head c196e533236db46190d525411b485194c2d4f03d)
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Wed, 10 Oct 2007 04:04:52 +0000 |
| parents | 63ce5e7f453d ebbe7b5df08e |
| children | d604027959a5 |
line wrap: on
line diff
--- a/ChangeLog.API Wed Oct 10 04:04:07 2007 +0000 +++ b/ChangeLog.API Wed Oct 10 04:04:52 2007 +0000 @@ -1,5 +1,21 @@ 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. + * 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.2 (??/??/????): libpurple: Changed:
