comparison ChangeLog.API @ 21092:957556ba7b38

merge of '5440858761f5047ec1b899b68ea9fd9dc1e797d4' and '65bc667e49a619ad538ec2a2bef797371ebfeef7'
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 13 Oct 2007 17:46:15 +0000
parents 086b6e3e5015
children 5136cd8f66f3 e967fd47baa5
comparison
equal deleted inserted replaced
21090:8e9d40defbc0 21092:957556ba7b38
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.