comparison 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
comparison
equal deleted inserted replaced
20873:63ce5e7f453d 21206:3301b2f813f0
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.
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.
2 18
3 version 2.2.2 (??/??/????): 19 version 2.2.2 (??/??/????):
4 libpurple: 20 libpurple:
5 Changed: 21 Changed:
6 * The size parameter of purple_util_write_data_to_file_absolute 22 * The size parameter of purple_util_write_data_to_file_absolute