Mercurial > pidgin
comparison ChangeLog @ 26113:9fcff08ce726
propagate from branch 'im.pidgin.pidgin' (head e39dfbe6c3a61b035fc764dfaad7b49c84666d14)
to branch 'im.pidgin.pidgin.vv' (head 22553645a6b7273105d6333de2a0cec0f32b8478)
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Thu, 19 Feb 2009 11:29:08 +0000 |
parents | e859785b49d8 |
children | 7d58d7a3c5c3 |
comparison
equal
deleted
inserted
replaced
26112:1fa62c559a78 | 26113:9fcff08ce726 |
---|---|
5 * Fix a crash when removing an account with an unknown protocol id. | 5 * Fix a crash when removing an account with an unknown protocol id. |
6 * Beta support for SSL connections for AIM and ICQ accounts. To | 6 * Beta support for SSL connections for AIM and ICQ accounts. To |
7 enable, check the "Use SSL" option from the Advanced tab when | 7 enable, check the "Use SSL" option from the Advanced tab when |
8 editing your AIM or ICQ account. (Paul Aurich) | 8 editing your AIM or ICQ account. (Paul Aurich) |
9 * Fix a memory leak in SILC. (Luke Petre) | 9 * Fix a memory leak in SILC. (Luke Petre) |
10 * Fix some string handling in the SIMPLE prpl, which fixes some buddy name | |
11 handling and other issues. (Paul Aurich, Marcus Sundberg) | |
12 * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). | |
10 | 13 |
11 ICQ: | 14 ICQ: |
12 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and | 15 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and |
13 other libpurple clients. (Daniel Ljungborg) | 16 other libpurple clients. (Daniel Ljungborg) |
14 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing | 17 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing |
15 of buddy icons and available messages. | 18 of buddy icons and available messages. |
16 * Properly publish status messages for statuses other than Available. | 19 * Properly publish status messages for statuses other than Available. |
17 ICQ 6.x users can now see these status messages. (Daniel Ljungborg) | 20 ICQ 6.x users can now see these status messages. (Daniel Ljungborg) |
21 * Fix recipt of messages from the mobile client Slick. (David Jedelsky) | |
18 | 22 |
19 MSN: | 23 MSN: |
20 * Fix transfer of buddy icons, custom smileys, and files from the | 24 * Fix transfer of buddy icons, custom smileys, and files from the |
21 latest Windows Live Messenger 9 official client. (Thomas | 25 latest Windows Live Messenger 9 official client. (Thomas |
22 Gibson-Robinson) | 26 Gibson-Robinson) |
23 * Large (multi-part) messages are now correctly re-combined. | 27 * Large (multi-part) messages are now correctly re-combined. |
24 * Federated/Yahoo! buddies should now stop creating sync issues at | 28 * Federated/Yahoo! buddies should now stop creating sync issues at |
25 every signin. You may need to remove duplicates in the Address | 29 every signin. You may need to remove duplicates in the Address |
26 Book. See the FAQ for more information. | 30 Book. See the FAQ for more information. Thanks to Jason Lingohr |
31 for lots of debugging and testing. | |
27 * Messages from Yahoo! buddies are no longer silently dropped. | 32 * Messages from Yahoo! buddies are no longer silently dropped. |
33 * We now save and use the CacheKey for ABCH SOAP requests. | |
34 * Don't try to parse Personal Status Messages or Current Media if they | |
35 don't exist. | |
36 * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified | |
37 on incoming messages. This should fix some issues with messages from | |
38 older clients. | |
39 * Force sending the font "Segoe UI" if outgoing formatting doesn't specify | |
40 a font already. | |
41 * Queue callbacks when token updates are in progress to prevent two token | |
42 update attempts from trampling each other. | |
43 * Fixed a crash on Windows when removing a buddy's alias. | |
44 * Update the Address Book when buddies' friendly names change. This | |
45 prevents seeing an outdated alias or not seeing an alias at all for | |
46 buddies who are offline when you sign in. | |
47 * Update tokens for FindMembership and ABFindAll SOAP requests. | |
48 * We no longer try to send empty messages. This could happen when a | |
49 message contained only formatting and that formatting was not supported | |
50 on MSN. | |
51 * Buddies on both the Allow and Block list are now automatically | |
52 removed from the Allow list. Users with this problem will now no | |
53 longer receive an ADL 241 error. The problematic buddy should now | |
54 appear on the buddy list and can be removed or unblocked as desired. | |
55 | |
56 XMPP: | |
57 * Resources using __HOSTNAME__ substitution will now grab only the short | |
58 hostname instead of the FQDN on systems which put the FQDN in the | |
59 hostname. (Matěj Cepl) | |
60 * No longer send a 'to' attribute on an outgoing stanza when we haven't | |
61 received one. This fixes a registration bug as described in ticket | |
62 #6635. | |
63 | |
64 Pidgin: | |
65 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) | |
66 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) | |
67 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta | |
68 Arvanitis) | |
28 | 69 |
29 Finch: | 70 Finch: |
30 * Allow rebinding keys to change the focused widget (details in the | 71 * Allow rebinding keys to change the focused widget (details in the |
31 man-page, look for GntBox::binding) | 72 man-page, look for GntBox::binding) |
32 | 73 |