Mercurial > pidgin
comparison ChangeLog.API @ 18036:ee9f7ee0be66
Sort the 2.1.0 entries.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 03 Jun 2007 23:11:57 +0000 |
parents | c168d1ae2012 |
children | c588a4a9d287 6b7b13adb9b1 |
comparison
equal
deleted
inserted
replaced
18035:c168d1ae2012 | 18036:ee9f7ee0be66 |
---|---|
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.1.0 (??/??/????): | 3 version 2.1.0 (??/??/????): |
4 Added: | 4 Added: |
5 * purple-remote: added getstatus command | |
6 * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that | |
7 slash commands are "native" to the protocol | |
8 * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message | |
9 should not be auto-linkified | |
5 * PurpleEventLoopUiOps.timeout_add_seconds | 10 * PurpleEventLoopUiOps.timeout_add_seconds |
6 UIs can now use better scheduling for whole-second timers. For | 11 UIs can now use better scheduling for whole-second timers. For |
7 example, clients based on the glib event loop can now use | 12 example, clients based on the glib event loop can now use |
8 g_timeout_add_seconds(). | 13 g_timeout_add_seconds(). |
9 * pidgin_create_window() | 14 * pidgin_create_window() |
11 This is for UIs to use to ensure only one copy is running. | 16 This is for UIs to use to ensure only one copy is running. |
12 * purple_dbus_is_owner() | 17 * purple_dbus_is_owner() |
13 * purple_timeout_add_seconds() | 18 * purple_timeout_add_seconds() |
14 Callers should prefer this to purple_timeout_add() for timers | 19 Callers should prefer this to purple_timeout_add() for timers |
15 longer than 1 second away. Be aware of the rounding, though. | 20 longer than 1 second away. Be aware of the rounding, though. |
16 * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message | |
17 should not be auto-linkified | |
18 * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that | |
19 slash commands are "native" to the protocol | |
20 * getstatus command for purple-remote | |
21 | 21 |
22 version 2.0.0 (5/3/2007): | 22 version 2.0.0 (5/3/2007): |
23 Please note all functions, defines, and data structures have been | 23 Please note all functions, defines, and data structures have been |
24 re-namespaced to match the new names of Pidgin, Finch, and libpurple. | 24 re-namespaced to match the new names of Pidgin, Finch, and libpurple. |
25 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are | 25 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are |