# HG changeset patch # User John Bailey # Date 1234734985 0 # Node ID 865fe809ac03eebc5598a48c94f407972490ddc2 # Parent 5949c8a0bba87f568bdcf5bf65b7625598cf1c7e Reorganize the ChangeLog a bit. diff -r 5949c8a0bba8 -r 865fe809ac03 ChangeLog --- a/ChangeLog Sun Feb 15 21:49:53 2009 +0000 +++ b/ChangeLog Sun Feb 15 21:56:25 2009 +0000 @@ -7,14 +7,8 @@ enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) - * XMPP resources using __HOSTNAME__ substitution will now grab only the - short hostname instead of the FQDN on systems which put the FQDN in - the hostname (Matěj Cepl) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) - * No longer send a 'to' attribute on an outgoing XMPP stanza when we - haven't received one. This fixes a registration bug as described in - ticket #6635. ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and @@ -36,6 +30,14 @@ for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. + XMPP: + * Resources using __HOSTNAME__ substitution will now grab only the short + hostname instead of the FQDN on systems which put the FQDN in the + hostname. (Matěj Cepl) + * No longer send a 'to' attribute on an outgoing stanza when we haven't + received one. This fixes a registration bug as described in ticket + #6635. + Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)