comparison ChangeLog.API @ 18011:3cf22b52a942

ChangeLog the timeout changes, and add some commentary.
author Richard Laager <rlaager@wiktel.com>
date Sun, 20 May 2007 14:08:56 +0000
parents 85cd72c67803
children 23a65f460e34
comparison
equal deleted inserted replaced
18010:1fcd21ea6780 18011:3cf22b52a942
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 * PurpleEventLoopUiOps.timeout_add_seconds
6 UIs can now use better scheduling for whole-second timers. For
7 example, clients based on the glib event loop can now use
8 g_timeout_add_seconds().
5 * pidgin_create_window() 9 * pidgin_create_window()
6 * purple_core_ensure_single_instance() 10 * purple_core_ensure_single_instance()
11 This is for UIs to use to ensure only one copy is running.
7 * purple_dbus_is_owner() 12 * purple_dbus_is_owner()
13 * purple_timeout_add_seconds()
14 Callers should prefer this to purple_timeout_add() for timers
15 longer than 1 second away. Be aware of the rounding, though.
8 16
9 version 2.0.0 (5/3/2007): 17 version 2.0.0 (5/3/2007):
10 Please note all functions, defines, and data structures have been 18 Please note all functions, defines, and data structures have been
11 re-namespaced to match the new names of Pidgin, Finch, and libpurple. 19 re-namespaced to match the new names of Pidgin, Finch, and libpurple.
12 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are 20 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are