comparison ChangeLog.API @ 19200:d470d42d2cb1

propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01) to branch 'im.pidgin.soc.2007.certmgr' (head d1d514d18e94b8444eef617bb29ee248c3a0a572)
author William Ehlhardt <williamehlhardt@gmail.com>
date Sun, 12 Aug 2007 20:48:34 +0000
parents 7a594763c229
children db7afbe91b63
comparison
equal deleted inserted replaced
19096:81163e153778 19200:d470d42d2cb1
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.1.1 (x/x/x):
4 libpurple:
5 Changed:
6 * PurpleAccountUiOps.request_authorize's authorize_cb and
7 deny_cb parameters now correctly have type
8 PurpleAccountRequestAuthorizationCb rather than GCallback.
9 (You'll want to change your UI's implementation's signature
10 to avoid warnings, and then remove some now-redundant casts
11 back to the proper type.)
2 12
3 version 2.1.0 (7/28/2007): 13 version 2.1.0 (7/28/2007):
4 libpurple: 14 libpurple:
5 Added: 15 Added:
6 * purple-remote: added getstatus command 16 * purple-remote: added getstatus command
17 * purple_conversation_do_command 27 * purple_conversation_do_command
18 * purple_conversation_get_extended_menu 28 * purple_conversation_get_extended_menu
19 * purple_core_ensure_single_instance 29 * purple_core_ensure_single_instance
20 This is for UIs to use to ensure only one copy is running. 30 This is for UIs to use to ensure only one copy is running.
21 * purple_dbus_is_owner 31 * purple_dbus_is_owner
22 * purple_image_data_calculate_filename
23 * purple_timeout_add_seconds 32 * purple_timeout_add_seconds
24 Callers should prefer this to purple_timeout_add for timers 33 Callers should prefer this to purple_timeout_add for timers
25 longer than 1 second away. Be aware of the rounding, though. 34 longer than 1 second away. Be aware of the rounding, though.
26 * purple_timeout_add_seconds 35 * purple_timeout_add_seconds
27 Callers should prefer this to purple_timeout_add for timers 36 Callers should prefer this to purple_timeout_add for timers