comparison ChangeLog.API @ 21225:e967fd47baa5

propagate from branch 'im.pidgin.pidgin' (head 26e91b9e80a9d63c85455f11102f75f36cb95afc) to branch 'im.pidgin.pidgin.next.minor' (head 437f2181e715cb65bbeaede6e8d80a4656a6cf05)
author Richard Laager <rlaager@wiktel.com>
date Fri, 12 Oct 2007 03:53:58 +0000
parents 086b6e3e5015 693c485a1983
children cc8bdfb16ddf fa3c4c5dea66
comparison
equal deleted inserted replaced
20890:086b6e3e5015 21225:e967fd47baa5
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_request_field_blist_nodes_new and its accessory functions.
7 * a PurpleConversation field in PurpleConvMessage
8 * account-authorization signals (see account-signals.dox for
9 details) (Stefan Ott)
10 * libpurple/purple.h, which includes #define's and #include's
11 required to compile stand-alone plugins
12 * purple_plugin_disable(), which is intended to be called when
13 a purple_plugin_unload()--which was called when a user tried
14 to unload a plugin--fails. This then prevents the plugin
15 from being saved in the saved plugins list, so it'll won't
16 be loaded at the next startup.
17
18 Changed:
19 * purple_plugin_unload() now honors the return value of a
20 plugin's unload function and can actually return FALSE now.
21 * purple_plugin_unload() no longer does its own notifications
22 when a dependent plugin fails to unload. The UI should do
23 something appropriate.
2 24
3 version 2.2.2 (??/??/????): 25 version 2.2.2 (??/??/????):
4 libpurple: 26 libpurple:
5 Changed: 27 Changed:
6 * The size parameter of purple_util_write_data_to_file_absolute 28 * The size parameter of purple_util_write_data_to_file_absolute