comparison ChangeLog @ 18027:d7888166f4e1

changelog the lack of linkification
author Nathan Walp <nwalp@pidgin.im>
date Fri, 01 Jun 2007 01:27:47 +0000
parents 92e27556160c
children fbebe15c91a7
comparison
equal deleted inserted replaced
18026:c3d03dd25434 18027:d7888166f4e1
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 better 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 * No longer linkifies screennames containing @ signs in join/part
11 notifications in chats
10 12
11 Pidgin: 13 Pidgin:
12 * Ensure only one copy of Pidgin is running with a given configuration 14 * 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 15 directory. The net effect of this is that trying to start Pidgin a
14 second time will raise the buddy list. (Gabriel Schulhof) 16 second time will raise the buddy list. (Gabriel Schulhof)