comparison ChangeLog.API @ 21196:5cd2fe9a6629

Fix the last two entries: we've used lowercase version elsewhere.
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Oct 2007 15:11:22 +0000
parents 51aff4db29da
children 6f3eb604de73
comparison
equal deleted inserted replaced
21195:239cb5c2297b 21196:5cd2fe9a6629
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.0 (09/13/2007): 3 version 2.2.0 (09/13/2007):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by
7 purple_conv_im_send_with_flags to send a message, but not display it 7 purple_conv_im_send_with_flags to send a message, but not display it
8 in the conversation 8 in the conversation
55 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more 55 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more
56 fine tuned updates of a GntSlider 56 fine tuned updates of a GntSlider
57 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a 57 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a
58 GntTextView (this works only if libxml2 is available) 58 GntTextView (this works only if libxml2 is available)
59 59
60 Version 2.1.1 (08/20/2007): 60 version 2.1.1 (08/20/2007):
61 libpurple: 61 libpurple:
62 Changed: 62 Changed:
63 * PurpleAccountUiOps.request_authorize's authorize_cb and 63 * PurpleAccountUiOps.request_authorize's authorize_cb and
64 deny_cb parameters now correctly have type 64 deny_cb parameters now correctly have type
65 PurpleAccountRequestAuthorizationCb rather than GCallback. 65 PurpleAccountRequestAuthorizationCb rather than GCallback.