comparison ChangeLog @ 29792:8b452039c329

propagate from branch 'im.pidgin.pidgin' (head 53abc38e3dfd2e9f8ae8c3e6532379d4b0dc333b) to branch 'im.pidgin.cpw.malu.ft_thumbnails' (head 4d135ac4918d2e985a66786a6c07473911498c4f)
author Marcus Lundblad <ml@update.uu.se>
date Sun, 12 Jul 2009 20:47:45 +0000
parents ecae4c8ee0c3
children a12574d982a1
comparison
equal deleted inserted replaced
29791:8781cfb550bb 29792:8b452039c329
25 * PURPLE_VERBOSE_DEBUG environment variable. Currently this is an "on" or 25 * PURPLE_VERBOSE_DEBUG environment variable. Currently this is an "on" or
26 "off" variable. Set it to any value to turn it on and unset it to turn 26 "off" variable. Set it to any value to turn it on and unset it to turn
27 it off. This will optionally be used to only show less useful debug 27 it off. This will optionally be used to only show less useful debug
28 information on an as-needed basis. 28 information on an as-needed basis.
29 * Add support for receiving handwritten (ink) messages on MSN. 29 * Add support for receiving handwritten (ink) messages on MSN.
30 * Don't do IPv6 address lookups if the computer does not have an IPv6
31 address configured.
32 * Add support for receiving audio clips on MSN.
33 * Fix a leak when the UI provides its own DNS resolving UI op.
34 (Aman Gupta)
35 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta)
36
37 AIM and ICQ:
38 * Preliminary support for a new authentication scheme called
39 "clientLogin."
40 * Fixed a bug where your away message sometimes would not get set when
41 you first sign on.
42 * Make sure links in your away messages show up as links to other people.
43 * For ICQ, Never change the privacy setting specified by the user.
30 44
31 Gadu-Gadu: 45 Gadu-Gadu:
32 * Accounts can specify a server to which to connect. 46 * Accounts can specify a server to which to connect.
33 (Krzysztof "kreez" Tobola) 47 (Krzysztof "kreez" Tobola)
34 * Correctly show tooltip status for contacts with status messages. 48 * Correctly show tooltip status for contacts with status messages.
35 (Krzysztof "kkszysiu" Klinikowski) 49 (Krzysztof "kkszysiu" Klinikowski)
36 * Support for fetching buddy icons. (Krzysztof "kkszysiu" Klinikowski) 50 * Support for fetching buddy icons. (Krzysztof "kkszysiu" Klinikowski)
37 * Support connection progress steps in Gadu-Gadu (Krzysztof "kkszysiu" 51 * Support connection progress steps in Gadu-Gadu. (Krzysztof "kkszysiu"
38 Klinikowski) 52 Klinikowski)
39 53
40 XMPP: 54 XMPP:
41 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), voice 55 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), voice
42 support with GTalk and voice and video support with the GMail web 56 support with GTalk and voice and video support with the GMail web
78 * Google Talk mail notifications should now work for people for whom they 92 * Google Talk mail notifications should now work for people for whom they
79 inexplicably did not. (Thanks to yukam for determining the reason) 93 inexplicably did not. (Thanks to yukam for determining the reason)
80 * New XMPP and Google Talk accounts require SSL by default. 94 * New XMPP and Google Talk accounts require SSL by default.
81 * Display kicks (and the reasons given) in chat rooms when an occupant is 95 * Display kicks (and the reasons given) in chat rooms when an occupant is
82 kicked. 96 kicked.
97 * Fix issues with case-sensitivity of XMPP roster and case-insensitive
98 Purple groups.
99 * For contacts who advertise Entity Capabilities, only send rich text
100 markup if they support it.
101 * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091
102 (Legacy Entity Time).
83 103
84 Yahoo!/Yahoo! JAPAN: 104 Yahoo!/Yahoo! JAPAN:
85 * P2P file transfers. (Sulabh Mahajan) 105 * P2P file transfers. (Sulabh Mahajan)
86 * Sending text messages (address to +<countrycode><phone number>). 106 * Sending text messages (address to +<countrycode><phone number>).
87 (Sulabh Mahajan) 107 (Sulabh Mahajan)
122 * IMG tags without 'id' attributes are turned into links to the image URL. 142 * IMG tags without 'id' attributes are turned into links to the image URL.
123 (Dmitry Petroff) 143 (Dmitry Petroff)
124 * Draw the user's buddy icon at the bottom of the Buddy List with rounded 144 * Draw the user's buddy icon at the bottom of the Buddy List with rounded
125 corners for visual consistency with the actual icons in the Buddy List. 145 corners for visual consistency with the actual icons in the Buddy List.
126 (Kosta Arvanitis) 146 (Kosta Arvanitis)
147 * When file transfers are complete, the received file name written to the
148 conversation window is now linked to the file.
127 149
128 Finch: 150 Finch:
129 * The hardware cursor is updated correctly. This will be useful 151 * The hardware cursor is updated correctly. This will be useful
130 especially for users of braille terminals, screen readers etc. 152 especially for users of braille terminals, screen readers etc.
131 * Added a TinyURL plugin, which aids copying longer URLs. 153 * Added a TinyURL plugin, which aids copying longer URLs.