comparison ChangeLog.API @ 21205:ebbe7b5df08e

Move 2.2.2 to the right place.
author Richard Laager <rlaager@wiktel.com>
date Wed, 10 Oct 2007 04:01:22 +0000
parents 8a89c2caf9d8
children 3301b2f813f0
comparison
equal deleted inserted replaced
21204:8a89c2caf9d8 21205:ebbe7b5df08e
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.2.2 (??/??/????):
4 libpurple:
5 Changed:
6 * The size parameter of purple_util_write_data_to_file_absolute
7 has been changed to gssize instead of a size_t to correctly
8 indicate that -1 can be used for a nul-delimited string.
9 2
10 version 2.3.0 (??/??/????): 3 version 2.3.0 (??/??/????):
11 libpurple: 4 libpurple:
12 Added: 5 Added:
13 * purple_plugin_disable(), which is intended to be called when 6 * purple_plugin_disable(), which is intended to be called when
20 * purple_plugin_unload() now honors the return value of a 13 * purple_plugin_unload() now honors the return value of a
21 plugin's unload function and can actually return FALSE now. 14 plugin's unload function and can actually return FALSE now.
22 * purple_plugin_unload() no longer does its own notifications 15 * purple_plugin_unload() no longer does its own notifications
23 when a dependent plugin fails to unload. The UI should do 16 when a dependent plugin fails to unload. The UI should do
24 something appropriate. 17 something appropriate.
18
19 Version 2.2.2 (??/??/????):
20 libpurple:
21 Changed:
22 * The size parameter of purple_util_write_data_to_file_absolute
23 has been changed to gssize instead of a size_t to correctly
24 indicate that -1 can be used for a nul-delimited string.
25 25
26 version 2.2.0 (09/13/2007): 26 version 2.2.0 (09/13/2007):
27 libpurple: 27 libpurple:
28 Added: 28 Added:
29 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 29 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by