comparison ChangeLog @ 20480:7d3e53e3f623

propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72) to branch 'im.pidgin.cpw.khc.msnp14' (head 225df0e615bb2eeed8c7af88c770ade3d78626fb)
author Carlos Silva <typ0@pidgin.im>
date Wed, 08 Aug 2007 23:04:44 +0000
parents 510cd9fa91aa
children 5da32c4019ce
comparison
equal deleted inserted replaced
20479:6a8463be5b23 20480:7d3e53e3f623
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.1 (??/??/????):
4 libpurple:
5 * Added an account action to open your inbox in the yahoo prpl.
6 * Added support for Unicode status messages in Yahoo.
7 * Server-stored aliases for Yahoo. (John Moody)
8 * Fixed support for Yahoo! doodling.
9 * Bonjour plugin uses native Avahi instead of Howl
10
11 Pidgin:
12 * Show current outgoing conversation formatting on the font label on
13 the toolbar
14 * Slim new redesign of conversation tabs to maximize number of
15 conversations that can fit in a window
16
17 version 2.1.0 (07/28/2007):
4 libpurple: 18 libpurple:
5 * Core changes to allow UIs to use second-granularity for scheduling. 19 * 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 20 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 21 g_timeout_add_seconds() on glib >= 2.14 when possible. This allows
8 glib to better group our longer timers to increase power efficiency. 22 glib to better group our longer timers to increase power efficiency.