comparison ChangeLog.API @ 21204:8a89c2caf9d8

propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df) to branch 'im.pidgin.pidgin.next.minor' (head 74cedc552bbe5f33b7933fdfb6fe0b7105f6c576)
author Richard Laager <rlaager@wiktel.com>
date Wed, 10 Oct 2007 03:57:39 +0000
parents 34fc2a999977 fb8f9bf86315
children ebbe7b5df08e
comparison
equal deleted inserted replaced
20871:34fc2a999977 21204:8a89c2caf9d8
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.3.0 (??/??/????):
11 libpurple:
12 Added:
13 * purple_plugin_disable(), which is intended to be called when
14 a purple_plugin_unload()--which was called when a user tried
15 to unload a plugin--fails. This then prevents the plugin
16 from being saved in the saved plugins list, so it'll won't
17 be loaded at the next startup.
18
19 Changed:
20 * purple_plugin_unload() now honors the return value of a
21 plugin's unload function and can actually return FALSE now.
22 * purple_plugin_unload() no longer does its own notifications
23 when a dependent plugin fails to unload. The UI should do
24 something appropriate.
25
26 version 2.2.0 (09/13/2007):
11 libpurple: 27 libpurple:
12 Added: 28 Added:
13 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 29 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by
14 purple_conv_im_send_with_flags to send a message, but not display it 30 purple_conv_im_send_with_flags to send a message, but not display it
15 in the conversation 31 in the conversation
62 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more 78 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more
63 fine tuned updates of a GntSlider 79 fine tuned updates of a GntSlider
64 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a 80 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a
65 GntTextView (this works only if libxml2 is available) 81 GntTextView (this works only if libxml2 is available)
66 82
67 Version 2.1.1 (08/20/2007): 83 version 2.1.1 (08/20/2007):
68 libpurple: 84 libpurple:
69 Changed: 85 Changed:
70 * PurpleAccountUiOps.request_authorize's authorize_cb and 86 * PurpleAccountUiOps.request_authorize's authorize_cb and
71 deny_cb parameters now correctly have type 87 deny_cb parameters now correctly have type
72 PurpleAccountRequestAuthorizationCb rather than GCallback. 88 PurpleAccountRequestAuthorizationCb rather than GCallback.