# HG changeset patch # User Richard Laager # Date 1179670136 0 # Node ID 3cf22b52a942774e30fabbf2bc8685616e8baa0b # Parent 1fcd21ea67803bf64c1c14a7d34bea4b55932c0b ChangeLog the timeout changes, and add some commentary. diff -r 1fcd21ea6780 -r 3cf22b52a942 ChangeLog.API --- a/ChangeLog.API Sun May 20 14:05:52 2007 +0000 +++ b/ChangeLog.API Sun May 20 14:08:56 2007 +0000 @@ -2,9 +2,17 @@ version 2.1.0 (??/??/????): Added: + * 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 + g_timeout_add_seconds(). * pidgin_create_window() * purple_core_ensure_single_instance() + This is for UIs to use to ensure only one copy is running. * purple_dbus_is_owner() + * 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. version 2.0.0 (5/3/2007): Please note all functions, defines, and data structures have been