comparison ChangeLog @ 31437:4635d84e3292

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 02 Dec 2010 20:17:37 +0900
parents 7bf659dbacee
children e9afcbec8f20
comparison
equal deleted inserted replaced
31425:8fd65bb260cf 31437:4635d84e3292
3 version 2.7.8 (??/??/????): 3 version 2.7.8 (??/??/????):
4 General: 4 General:
5 * Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak) 5 * Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak)
6 (#12151) 6 (#12151)
7 7
8 Pidgin:
9 * When a conversation has reached the maximum limit on the number
10 of smileys, display the text representation of the smiley properly
11 when it contains HTML-escapable characters (e.g. "<3" was previously
12 displayed as "&lt;3").
13
8 libpurple: 14 libpurple:
9 * Fix multipart parsing when '=' is included in the boundary for 15 * Fix multipart parsing when '=' is included in the boundary for
10 purple_mime_document_parse. (Jakub Adam) (#11598) 16 purple_mime_document_parse. (Jakub Adam) (#11598)
17
18 AIM and ICQ:
19 * Buddies who unset their status message will now be correctly shown
20 without a message in your buddy list. (#12988)
11 21
12 Gadu-Gadu: 22 Gadu-Gadu:
13 * Updated our bundled libgadu and minimum requirement for external 23 * Updated our bundled libgadu and minimum requirement for external
14 libgadu to 1.9.0. (#12789) 24 libgadu to 1.9.0. (#12789)
15 25
16 MSN: 26 MSN:
17 * Stop showing ourselves in the list of endpoints that can be 27 * Stop showing ourselves in the list of endpoints that can be
18 disconnected. 28 disconnected.
19 * Allow full-size display names, by not escaping (most) non-English 29 * Allow full-size display names, by not escaping (most) non-English
20 characters. (#8508) 30 characters. (#8508)
31 * Fix receiving messages from users on Yahoo and other federated
32 services. (#13022)
33 * Correctly remove old endpoints when they sign out.
21 34
22 version 2.7.7 (11/23/2010): 35 version 2.7.7 (11/23/2010):
23 General: 36 General:
24 * Allow multiple CA certificates to share the same Distinguished Name 37 * Allow multiple CA certificates to share the same Distinguished Name
25 (DN). Partially fixes remaining MSN issues from #12906. 38 (DN). Partially fixes remaining MSN issues from #12906.