Mercurial > pidgin.yaz
comparison ChangeLog @ 25108:93463c6114aa
merge of '4021ee6bbfa81bd2fda8e2760cb4ae05d5c30083'
and 'efefbfc4bbf45f2744736df7f5e2ee83c21629f6'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 15 Feb 2009 23:11:18 +0000 |
parents | 865fe809ac03 |
children | 463a2caa35e6 |
comparison
equal
deleted
inserted
replaced
25095:15fc25014ce2 | 25108:93463c6114aa |
---|---|
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) | |
10 | 12 |
11 ICQ: | 13 ICQ: |
12 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and | 14 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and |
13 other libpurple clients. (Daniel Ljungborg) | 15 other libpurple clients. (Daniel Ljungborg) |
14 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing | 16 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing |
15 of buddy icons and available messages. | 17 of buddy icons and available messages. |
16 * Properly publish status messages for statuses other than Available. | 18 * Properly publish status messages for statuses other than Available. |
17 ICQ 6.x users can now see these status messages. (Daniel Ljungborg) | 19 ICQ 6.x users can now see these status messages. (Daniel Ljungborg) |
20 * Fix recipt of messages from the mobile client Slick. (David Jedelsky) | |
18 | 21 |
19 MSN: | 22 MSN: |
20 * Fix transfer of buddy icons, custom smileys, and files from the | 23 * Fix transfer of buddy icons, custom smileys, and files from the |
21 latest Windows Live Messenger 9 official client. (Thomas | 24 latest Windows Live Messenger 9 official client. (Thomas |
22 Gibson-Robinson) | 25 Gibson-Robinson) |
24 * Federated/Yahoo! buddies should now stop creating sync issues at | 27 * Federated/Yahoo! buddies should now stop creating sync issues at |
25 every signin. You may need to remove duplicates in the Address | 28 every signin. You may need to remove duplicates in the Address |
26 Book. See the FAQ for more information. Thanks to Jason Lingohr | 29 Book. See the FAQ for more information. Thanks to Jason Lingohr |
27 for lots of debugging and testing. | 30 for lots of debugging and testing. |
28 * Messages from Yahoo! buddies are no longer silently dropped. | 31 * Messages from Yahoo! buddies are no longer silently dropped. |
32 | |
33 XMPP: | |
34 * Resources using __HOSTNAME__ substitution will now grab only the short | |
35 hostname instead of the FQDN on systems which put the FQDN in the | |
36 hostname. (Matěj Cepl) | |
37 * No longer send a 'to' attribute on an outgoing stanza when we haven't | |
38 received one. This fixes a registration bug as described in ticket | |
39 #6635. | |
40 | |
41 Pidgin: | |
42 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) | |
43 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) | |
44 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta | |
45 Arvanitis) | |
29 | 46 |
30 Finch: | 47 Finch: |
31 * Allow rebinding keys to change the focused widget (details in the | 48 * Allow rebinding keys to change the focused widget (details in the |
32 man-page, look for GntBox::binding) | 49 man-page, look for GntBox::binding) |
33 | 50 |