comparison ChangeLog.API @ 21227:059d6deebee7

propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 49d0219884ede2c6c571f2df73e29dffa86f54ad) to branch 'im.pidgin.pidgin.next.minor' (head 6f090c623ea4e9357e5b4238348a888b4c869ab7)
author Richard Laager <rlaager@wiktel.com>
date Sat, 13 Oct 2007 23:32:54 +0000
parents e967fd47baa5
children cc8bdfb16ddf fa3c4c5dea66
comparison
equal deleted inserted replaced
21093:5e46cdf9ef2b 21227:059d6deebee7
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