comparison ChangeLog.API @ 20873:63ce5e7f453d

Change Version to version to match the vast majority of entries.
author Richard Laager <rlaager@wiktel.com>
date Wed, 10 Oct 2007 04:04:07 +0000
parents 34fc2a999977
children 086b6e3e5015 3301b2f813f0
comparison
equal deleted inserted replaced
20871:34fc2a999977 20873:63ce5e7f453d
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 2
3 Version 2.2.2 (??/??/????): 3 version 2.2.2 (??/??/????):
4 libpurple: 4 libpurple:
5 Changed: 5 Changed:
6 * The size parameter of purple_util_write_data_to_file_absolute 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 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. 8 indicate that -1 can be used for a nul-delimited string.
9 9
10 Version 2.2.0 (09/13/2007): 10 version 2.2.0 (09/13/2007):
11 libpurple: 11 libpurple:
12 Added: 12 Added:
13 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 13 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by
14 purple_conv_im_send_with_flags to send a message, but not display it 14 purple_conv_im_send_with_flags to send a message, but not display it
15 in the conversation 15 in the conversation
62 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more 62 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more
63 fine tuned updates of a GntSlider 63 fine tuned updates of a GntSlider
64 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a 64 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a
65 GntTextView (this works only if libxml2 is available) 65 GntTextView (this works only if libxml2 is available)
66 66
67 Version 2.1.1 (08/20/2007): 67 version 2.1.1 (08/20/2007):
68 libpurple: 68 libpurple:
69 Changed: 69 Changed:
70 * PurpleAccountUiOps.request_authorize's authorize_cb and 70 * PurpleAccountUiOps.request_authorize's authorize_cb and
71 deny_cb parameters now correctly have type 71 deny_cb parameters now correctly have type
72 PurpleAccountRequestAuthorizationCb rather than GCallback. 72 PurpleAccountRequestAuthorizationCb rather than GCallback.