comparison ChangeLog.API @ 21223:d604027959a5

merge of '87d5331b62c3e62aaacddc0fe0a8c3f0787cda2b' and 'd06c9d5a05c154d236601f6380dbfd9bb299c30a'
author Richard Laager <rlaager@wiktel.com>
date Fri, 12 Oct 2007 03:32:17 +0000
parents 3301b2f813f0 e98c08afb706
children 693c485a1983
comparison
equal deleted inserted replaced
21206:3301b2f813f0 21223:d604027959a5
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.3.0 (??/??/????):
4 libpurple:
5 Added:
6 * purple_request_field_blist_nodes_new and its accessory functions.
7 * Added a PurpleConversation field in PurpleConvMessage
8 * Added account-authorization signals. (see account-signals.dox for
9 details) (Stefan Ott)
10 * Added libpurple/purple.h, which includes #define's and #include's
11 required to compile stand-alone plugins.
2 12
3 version 2.3.0 (??/??/????): 13 version 2.3.0 (??/??/????):
4 libpurple: 14 libpurple:
5 Added: 15 Added:
6 * purple_plugin_disable(), which is intended to be called when 16 * purple_plugin_disable(), which is intended to be called when
107 * purple_conversation_do_command 117 * purple_conversation_do_command
108 * purple_conversation_get_extended_menu 118 * purple_conversation_get_extended_menu
109 * purple_core_ensure_single_instance 119 * purple_core_ensure_single_instance
110 This is for UIs to use to ensure only one copy is running. 120 This is for UIs to use to ensure only one copy is running.
111 * purple_dbus_is_owner 121 * purple_dbus_is_owner
112 * purple_timeout_add_seconds
113 Callers should prefer this to purple_timeout_add for timers
114 longer than 1 second away. Be aware of the rounding, though.
115 * purple_timeout_add_seconds 122 * purple_timeout_add_seconds
116 Callers should prefer this to purple_timeout_add for timers 123 Callers should prefer this to purple_timeout_add for timers
117 longer than 1 second away. Be aware of the rounding, though. 124 longer than 1 second away. Be aware of the rounding, though.
118 * purple_xfer_get_remote_user 125 * purple_xfer_get_remote_user
119 * purple_pounces_get_all_for_ui 126 * purple_pounces_get_all_for_ui