comparison ChangeLog @ 25438:4b8c4870b13a

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