Mercurial > pidgin
comparison ChangeLog @ 25475:463a2caa35e6
Add some MSN items to the changelog.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 16 Feb 2009 05:12:26 +0000 |
parents | 865fe809ac03 |
children | 9398f0f2cdc6 |
comparison
equal
deleted
inserted
replaced
25474:93463c6114aa | 25475:463a2caa35e6 |
---|---|
27 * Federated/Yahoo! buddies should now stop creating sync issues at | 27 * Federated/Yahoo! buddies should now stop creating sync issues at |
28 every signin. You may need to remove duplicates in the Address | 28 every signin. You may need to remove duplicates in the Address |
29 Book. See the FAQ for more information. Thanks to Jason Lingohr | 29 Book. See the FAQ for more information. Thanks to Jason Lingohr |
30 for lots of debugging and testing. | 30 for lots of debugging and testing. |
31 * Messages from Yahoo! buddies are no longer silently dropped. | 31 * Messages from Yahoo! buddies are no longer silently dropped. |
32 * We now save and use the CacheKey for ABCH SOAP requests. | |
33 * Don't try to parse Personal Status Messages or Current Media if they | |
34 don't exist. | |
35 * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified | |
36 on incoming messages. This should fix some issues with messages from | |
37 older clients. | |
38 * Force sending the font "Segoe UI" if outgoing formatting doesn't specify | |
39 a font already. | |
40 * Queue callbacks when token updates are in progress to prevent two token | |
41 update attempts from trampling each other. | |
42 * Fixed a crash on Windows when removing a buddy's alias. | |
43 * Update the Address Book when buddies' friendly names change. This | |
44 prevents seeing an outdated alias or not seeing an alias at all for | |
45 buddies who are offline when you sign in. | |
46 * Update tokens for FindMembership and ABFindAll SOAP requests. | |
47 * We no longer try to send empty messages. This could happen when a | |
48 message contained only formatting and that formatting was not supported | |
49 on MSN. | |
32 | 50 |
33 XMPP: | 51 XMPP: |
34 * Resources using __HOSTNAME__ substitution will now grab only the short | 52 * Resources using __HOSTNAME__ substitution will now grab only the short |
35 hostname instead of the FQDN on systems which put the FQDN in the | 53 hostname instead of the FQDN on systems which put the FQDN in the |
36 hostname. (Matěj Cepl) | 54 hostname. (Matěj Cepl) |