# HG changeset patch # User Richard Laager # Date 1180912317 0 # Node ID ee9f7ee0be66a3e1e278b47a93d076905a2761f7 # Parent c168d1ae20124ec7ebdfccef6d8c74a14dd5edf8 Sort the 2.1.0 entries. diff -r c168d1ae2012 -r ee9f7ee0be66 ChangeLog.API --- 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