# HG changeset patch # User Richard Laager # Date 1179672352 0 # Node ID c6803512f30e3ff1c4a1ecd342811393acefb343 # Parent 3cf22b52a942774e30fabbf2bc8685616e8baa0b ChangeLog the dbus_uniq and timeout_add_seconds changes. diff -r 3cf22b52a942 -r c6803512f30e ChangeLog --- a/ChangeLog Sun May 20 14:08:56 2007 +0000 +++ b/ChangeLog Sun May 20 14:45:52 2007 +0000 @@ -1,5 +1,18 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.1.0 (??/??/????): + libpurple: + * Core changes to allow UIs to use second-granularity for scheduling. + Pidgin and Finch, which use the glib event loop, were changed to use + g_timeout_add_seconds() on glib >= 2.14 when possible. This allows + glib to properly group our longer timers to increase power efficiency. + (Arjan van de Ven with Intel Corporation) + + Pidgin: + * Ensure only one copy of Pidgin is running with a given configuration + directory. The net effect of this is that trying to start Pidgin a + second time will raise the buddy list. (Gabriel Schulhof) + version 2.0.1 (??/??/????): * Buddy list update speedups when buddy icons are not being displayed. (Scott Wolchok)