Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
17919:6c9c16275868 | 18295:464004cc58e4 |
---|---|
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.0.2 (??/??/????): | 3 version 2.1.0 (??/??/????): |
4 libpurple: | |
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 | |
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. | |
9 (Arjan van de Ven with Intel Corporation) | |
10 * No longer linkifies screennames containing @ signs in join/part | |
11 notifications in chats | |
12 * With the HTML logger, images in conversations are now saved. | |
13 NOTE: Saved images are not yet displayed when loading logs. | |
14 | |
15 Pidgin: | |
16 * Ensure only one copy of Pidgin is running with a given configuration | |
17 directory. The net effect of this is that trying to start Pidgin a | |
18 second time will raise the buddy list. (Gabriel Schulhof) | |
19 * Undo capability in the conversation window | |
20 | |
21 version 2.0.2 (06/14/2007): | |
4 Pidgin: | 22 Pidgin: |
5 * Added a custom conversation font option to preferences | 23 * Added a custom conversation font option to preferences |
24 * Fixed smiley ordering in the insert smiley popup to be more intuitive | |
25 * Conversation->More menu items work for Chats as well as Buddies, | |
26 including those not on your buddy list | |
27 * newline plugin should work better with conversation colors plugin now | |
28 * Get Info on users now provides immediate feedback that something is | |
29 happening | |
30 * Aliasing a buddy will not be interrupted by other buddy list activity | |
31 * Using the -l option to log in to a specific account works better | |
6 | 32 |
7 libpurple: | 33 libpurple: |
8 * Moving an ICQ buddy from one group to another no longer | 34 * Moving an ICQ buddy from one group to another no longer |
9 re-requests authorization from that person (Rene Hausleitner) | 35 re-requests authorization from that person (Rene Hausleitner) |
10 * Added nullprpl, an example protocol plugin (Ryan Barrett) | 36 * Added nullprpl, an example protocol plugin (Ryan Barrett) |
11 * Fixed SOCKS5 bug which caused Jabber file receiving to fail | 37 * Fixed SOCKS5 bug which caused Jabber file receiving to fail |
38 * Remove MSN's random "Authorization Failed" dialogs | |
39 * Fix MSN to correctly detect incorrect passwords and disable the account | |
40 * Get User Info on MSN is now more reliable & accurate | |
41 * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen) | |
42 * Fix for some QQ authentication problems | |
43 * Fix for building on FreeBSD | |
44 * Prevent "Logged in:" times for AIM buddies being ridiculously high | |
45 * Updates and fixes to Bonjour support | |
46 * Improve ICQ encoding support for some non-latin languages | |
12 | 47 |
13 Finch: | 48 Finch: |
14 * Auto account reconnecting | 49 * Auto account reconnecting |
15 | 50 |
16 version 2.0.1 (05/24/2007): | 51 version 2.0.1 (05/24/2007): |