Mercurial > pidgin.yaz
comparison ChangeLog @ 18022:b1e453e4e62a
Change "properly" to "better" in the description of the second-granularity
timers. I think "properly" makes it sound like something was wrong, rather
than not taking advantage of a new feature in glib.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 28 May 2007 08:10:38 +0000 |
parents | f556e8c269b0 |
children | 92e27556160c |
comparison
equal
deleted
inserted
replaced
18021:f556e8c269b0 | 18022:b1e453e4e62a |
---|---|
3 version 2.1.0 (??/??/????): | 3 version 2.1.0 (??/??/????): |
4 libpurple: | 4 libpurple: |
5 * Core changes to allow UIs to use second-granularity for scheduling. | 5 * Core changes to allow UIs to use second-granularity for scheduling. |
6 Pidgin and Finch, which use the glib event loop, were changed to use | 6 Pidgin and Finch, which use the glib event loop, were changed to use |
7 g_timeout_add_seconds() on glib >= 2.14 when possible. This allows | 7 g_timeout_add_seconds() on glib >= 2.14 when possible. This allows |
8 glib to properly group our longer timers to increase power efficiency. | 8 glib to better group our longer timers to increase power efficiency. |
9 (Arjan van de Ven with Intel Corporation) | 9 (Arjan van de Ven with Intel Corporation) |
10 | 10 |
11 Pidgin: | 11 Pidgin: |
12 * Ensure only one copy of Pidgin is running with a given configuration | 12 * Ensure only one copy of Pidgin is running with a given configuration |
13 directory. The net effect of this is that trying to start Pidgin a | 13 directory. The net effect of this is that trying to start Pidgin a |