comparison ChangeLog @ 25106:865fe809ac03

Reorganize the ChangeLog a bit.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 15 Feb 2009 21:56:25 +0000
parents 5949c8a0bba8
children 463a2caa35e6
comparison
equal deleted inserted replaced
25105:5949c8a0bba8 25106:865fe809ac03
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 * XMPP resources using __HOSTNAME__ substitution will now grab only the
11 short hostname instead of the FQDN on systems which put the FQDN in
12 the hostname (Matěj Cepl)
13 * Fix some string handling in the SIMPLE prpl, which fixes some buddy name 10 * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
14 handling and other issues. (Paul Aurich, Marcus Sundberg) 11 handling and other issues. (Paul Aurich, Marcus Sundberg)
15 * No longer send a 'to' attribute on an outgoing XMPP stanza when we
16 haven't received one. This fixes a registration bug as described in
17 ticket #6635.
18 12
19 ICQ: 13 ICQ:
20 * 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
21 other libpurple clients. (Daniel Ljungborg) 15 other libpurple clients. (Daniel Ljungborg)
22 * 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
33 * Federated/Yahoo! buddies should now stop creating sync issues at 27 * Federated/Yahoo! buddies should now stop creating sync issues at
34 every signin. You may need to remove duplicates in the Address 28 every signin. You may need to remove duplicates in the Address
35 Book. See the FAQ for more information. Thanks to Jason Lingohr 29 Book. See the FAQ for more information. Thanks to Jason Lingohr
36 for lots of debugging and testing. 30 for lots of debugging and testing.
37 * 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.
38 40
39 Pidgin: 41 Pidgin:
40 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) 42 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
41 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) 43 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
42 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta 44 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta