Mercurial > pidgin
diff ChangeLog @ 18295:464004cc58e4
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
to branch 'org.maemo.garage.pidgin.smiley-install' (head 6a34c0d525ca3bb40837ac0334d8a353af0b0e34)
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Wed, 27 Jun 2007 21:43:18 +0000 |
parents | 40d51793f2d7 |
children | cbec54ecd9ab b2caad7bc71b |
line wrap: on
line diff
--- a/ChangeLog Sun Jun 03 09:40:38 2007 +0000 +++ b/ChangeLog Wed Jun 27 21:43:18 2007 +0000 @@ -1,14 +1,49 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.0.2 (??/??/????): +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 better group our longer timers to increase power efficiency. + (Arjan van de Ven with Intel Corporation) + * No longer linkifies screennames containing @ signs in join/part + notifications in chats + * With the HTML logger, images in conversations are now saved. + NOTE: Saved images are not yet displayed when loading logs. + + 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) + * Undo capability in the conversation window + +version 2.0.2 (06/14/2007): Pidgin: * Added a custom conversation font option to preferences + * Fixed smiley ordering in the insert smiley popup to be more intuitive + * Conversation->More menu items work for Chats as well as Buddies, + including those not on your buddy list + * newline plugin should work better with conversation colors plugin now + * Get Info on users now provides immediate feedback that something is + happening + * Aliasing a buddy will not be interrupted by other buddy list activity + * Using the -l option to log in to a specific account works better libpurple: * Moving an ICQ buddy from one group to another no longer re-requests authorization from that person (Rene Hausleitner) * Added nullprpl, an example protocol plugin (Ryan Barrett) * Fixed SOCKS5 bug which caused Jabber file receiving to fail + * Remove MSN's random "Authorization Failed" dialogs + * Fix MSN to correctly detect incorrect passwords and disable the account + * Get User Info on MSN is now more reliable & accurate + * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen) + * Fix for some QQ authentication problems + * Fix for building on FreeBSD + * Prevent "Logged in:" times for AIM buddies being ridiculously high + * Updates and fixes to Bonjour support + * Improve ICQ encoding support for some non-latin languages Finch: * Auto account reconnecting