Mercurial > pidgin
comparison ChangeLog @ 29219:e3206d6da6c7
propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
to branch 'im.pidgin.pidgin.next.minor' (head 6d87b28fb7d202e9e5cf6700c99d9f140fdcd245)
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 31 Oct 2009 17:52:54 +0000 |
parents | a78a44f0cdcd 876ffa0f5465 |
children | 3c9534e77ea1 |
comparison
equal
deleted
inserted
replaced
29218:a78a44f0cdcd | 29219:e3206d6da6c7 |
---|---|
20 General: | 20 General: |
21 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') | 21 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') |
22 to announce the list of loaded plugins (in both Finch and Pidgin). | 22 to announce the list of loaded plugins (in both Finch and Pidgin). |
23 * Fix building the GnuTLS plugin with older versions of GnuTLS. | 23 * Fix building the GnuTLS plugin with older versions of GnuTLS. |
24 * Fix DNS TXT query resolution. | 24 * Fix DNS TXT query resolution. |
25 * Always rejoin open chats after an account reconnects. | |
25 | 26 |
26 MSN: | 27 MSN: |
27 * Don't forget display names for buddies. | 28 * Don't forget display names for buddies. |
28 * Fix a random crash that might occur when idle. | 29 * Fix a random crash that might occur when idle. |
30 * Fix more FQY 240 connection errors. | |
31 * Fix a crash that could occur when adding a buddy. | |
32 * Fix an occasional crash when sending message to an offline user. | |
29 | 33 |
30 XMPP: | 34 XMPP: |
31 * Users connecting to Google Talk now have an "Initiate Chat" context menu | 35 * Users connecting to Google Talk now have an "Initiate Chat" context menu |
32 option for their buddies. (Eion Robb) | 36 option for their buddies. (Eion Robb) |
33 * Fix a crash when attempting to validate an invalid JID. | 37 * Fix a crash when attempting to validate an invalid JID. |
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. |
59 * Tooltips for custom smileys should work now. | |
60 * Users with unread messages are again bolded in the Buddy List. | |
55 | 61 |
56 version 2.6.3 (10/16/2009): | 62 version 2.6.3 (10/16/2009): |
57 General: | 63 General: |
58 * Fix a crash when performing DNS queries on Unixes that use the | 64 * Fix a crash when performing DNS queries on Unixes that use the |
59 blocking DNS lookups. (Brian Lu) | 65 blocking DNS lookups. (Brian Lu) |