Mercurial > pidgin
changeset 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 | e3e42a99070e 6b7b13adb9b1 |
files | ChangeLog.API |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Sun Jun 03 19:34:16 2007 +0000 +++ b/ChangeLog.API Sun Jun 03 23:11:57 2007 +0000 @@ -2,6 +2,11 @@ version 2.1.0 (??/??/????): Added: + * purple-remote: added getstatus command + * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that + slash commands are "native" to the protocol + * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message + should not be auto-linkified * PurpleEventLoopUiOps.timeout_add_seconds UIs can now use better scheduling for whole-second timers. For example, clients based on the glib event loop can now use @@ -13,11 +18,6 @@ * purple_timeout_add_seconds() Callers should prefer this to purple_timeout_add() for timers longer than 1 second away. Be aware of the rounding, though. - * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message - should not be auto-linkified - * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that - slash commands are "native" to the protocol - * getstatus command for purple-remote version 2.0.0 (5/3/2007): Please note all functions, defines, and data structures have been