Mercurial > pidgin
comparison ChangeLog @ 28501:cf9ea9f2c0bb
merge of '06b53ea832679e0dfb2e6d5d0c1b69e61f1bd38b'
and 'ea2f92f486297b27994d3652e14f799eb0964834'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 04 Nov 2009 18:41:51 +0000 |
parents | 4575d8daba12 8464e695c62b |
children | 30f8f2105740 |
comparison
equal
deleted
inserted
replaced
28499:4575d8daba12 | 28501:cf9ea9f2c0bb |
---|---|
1 | |
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul | 2 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul |
2 | 3 |
3 version 2.6.4 (??/??/20??): | 4 version 2.6.4 (??/??/20??): |
4 libpurple: | 5 libpurple: |
5 * Actually emit the hold signal for media calls. | 6 * Actually emit the hold signal for media calls. |
8 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') | 9 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') |
9 to announce the list of loaded plugins (in both Finch and Pidgin). | 10 to announce the list of loaded plugins (in both Finch and Pidgin). |
10 * Fix building the GnuTLS plugin with older versions of GnuTLS. | 11 * Fix building the GnuTLS plugin with older versions of GnuTLS. |
11 * Fix DNS TXT query resolution. | 12 * Fix DNS TXT query resolution. |
12 * Always rejoin open chats after an account reconnects. | 13 * Always rejoin open chats after an account reconnects. |
13 | |
14 AIM and ICQ: | 14 AIM and ICQ: |
15 * Better rate limit calculations and other improvements. (Aman Gupta) | 15 * Better rate limit calculations and other improvements. (Aman Gupta) |
16 * More detailed error messages when messages fail to send. (Aman Gupta) | 16 * More detailed error messages when messages fail to send. (Aman Gupta) |
17 * The simultaneous login account option is respected when using | 17 * The simultaneous login account option is respected when using |
18 the clientLogin authentication method. | 18 the clientLogin authentication method. |
19 | |
19 | 20 |
20 MSN: | 21 MSN: |
21 * Don't forget display names for buddies. | 22 * Don't forget display names for buddies. |
22 * Fix a random crash that might occur when idle. | 23 * Fix a random crash that might occur when idle. |
23 * Fix more FQY 240 connection errors. | 24 * Fix more FQY 240 connection errors. |
24 * Fix a crash that could occur when adding a buddy. | 25 * Fix a crash that could occur when adding a buddy. |
25 * Fix an occasional crash when sending message to an offline user. | 26 * Fix an occasional crash when sending message to an offline user. |
27 * Fix a random crash that might occur when idle. | |
28 * Fix a crash when logging in with some long non-ASCII passwords. | |
29 (Shaun Lindsay) | |
26 | 30 |
27 XMPP: | 31 XMPP: |
28 * Users connecting to Google Talk now have an "Initiate Chat" context menu | 32 * Users connecting to Google Talk now have an "Initiate Chat" context menu |
29 option for their buddies. (Eion Robb) | 33 option for their buddies. (Eion Robb) |
30 * Fix a crash when attempting to validate an invalid JID. | 34 * Fix a crash when attempting to validate an invalid JID. |
31 * Resolve an issue when connecting to iChat Server when no resource | 35 * Resolve an issue when connecting to iChat Server when no resource |
32 is specified. | 36 is specified. |
33 * Fix a crash when adding a buddy without an '@'. | |
34 * Try to automatically find a STUN server by using an SRV lookup on the | 37 * Try to automatically find a STUN server by using an SRV lookup on the |
35 account's domain, and use that for voice and video if found and the user | 38 account's domain, and use that for voice and video if found and the user |
36 didn't set one manually in prefs. | 39 didn't set one manually in prefs. |
40 * Fix a crash when adding a buddy without an '@'. | |
37 | 41 |
38 Yahoo: | 42 Yahoo: |
39 * Fix sending /buzz. | 43 * Fix sending /buzz. |
40 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users. | 44 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users. |
41 (Jason Cohen) | 45 (Jason Cohen) |
50 | 54 |
51 Pidgin: | 55 Pidgin: |
52 * The userlist in a multiuser chat can be styled via gtkrc by using the | 56 * The userlist in a multiuser chat can be styled via gtkrc by using the |
53 widget name "pidgin_conv_userlist". (Heiko Schmitt) | 57 widget name "pidgin_conv_userlist". (Heiko Schmitt) |
54 * Add a hold button to the media window. | 58 * Add a hold button to the media window. |
55 * Tooltips for custom smileys should work now. | |
56 * Users with unread messages are again bolded in the Buddy List. | |
57 * Minor reworking of the Preferences window's Network tab to make it need | |
58 less vertical space. | |
59 * The global "Use remote DNS with SOCKS4 proxies" preference no longer | |
60 disappears when the preference value changes in certain ways. | |
61 | 59 |
62 version 2.6.3 (10/16/2009): | 60 version 2.6.3 (10/16/2009): |
63 General: | 61 General: |
64 * Fix a crash when performing DNS queries on Unixes that use the | 62 * Fix a crash when performing DNS queries on Unixes that use the |
65 blocking DNS lookups. (Brian Lu) | 63 blocking DNS lookups. (Brian Lu) |