comparison ChangeLog @ 29692:fb99a0067812

propagate from branch 'im.pidgin.pidgin' (head 70d69397ed952b26b453423c381c70d6783eb66d) to branch 'im.pidgin.cpw.attention_ui' (head 1cf0dea282a0d0e4aeac4770e0150d6d0c10830a)
author Marcus Lundblad <ml@update.uu.se>
date Thu, 13 Aug 2009 17:42:44 +0000
parents e4b0bf56667f
children 3b6f50b68f5d
comparison
equal deleted inserted replaced
29691:338d6a211055 29692:fb99a0067812
41 (Jan Kaluza and Aman Gupta) 41 (Jan Kaluza and Aman Gupta)
42 * Internationalized Domain Names are supported when libpurple is compiled 42 * Internationalized Domain Names are supported when libpurple is compiled
43 against the GNU IDN library. 43 against the GNU IDN library.
44 * Install scalable versions of the main Pidgin icon, the protocol icons, 44 * Install scalable versions of the main Pidgin icon, the protocol icons,
45 the dialog icons, and the Buddy List emblems. 45 the dialog icons, and the Buddy List emblems.
46 * Build properly on Hurd. (Marc Dequènes)
47 * Various memory leaks fixed as reported by Josh Mueller.
48 * Properly handle an IRC buddy appearing in multiple groups.
49 * Escape HTML entities in usernames when written with the HTML logger.
50 * Do not display MySpace status changes as incoming IMs. (Mark Doliner and
51 Justin Williams)
46 52
47 AIM and ICQ: 53 AIM and ICQ:
48 * Preliminary support for a new authentication scheme called 54 * Preliminary support for a new authentication scheme called
49 "clientLogin." 55 "clientLogin."
50 * Fixed a bug where your away message sometimes would not get set when 56 * Fixed a bug where your away message sometimes would not get set when
111 * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091 117 * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091
112 (Legacy Entity Time). 118 (Legacy Entity Time).
113 * When the GNU IDN library (libidn) is available, it is used for 119 * When the GNU IDN library (libidn) is available, it is used for
114 normalization of Jabber IDs. When unavailable, internal routines are 120 normalization of Jabber IDs. When unavailable, internal routines are
115 used (as in previous versions). 121 used (as in previous versions).
122 * Topics that contain '<' followed by a non-whitespace character can now
123 be set properly.
116 124
117 Yahoo!/Yahoo! JAPAN: 125 Yahoo!/Yahoo! JAPAN:
118 * P2P file transfers. (Sulabh Mahajan) 126 * P2P file transfers. (Sulabh Mahajan)
119 * Sending text messages (address to +<countrycode><phone number>). 127 * Sending text messages (address to +<countrycode><phone number>).
120 (Sulabh Mahajan) 128 (Sulabh Mahajan)
171 (Kosta Arvanitis) 179 (Kosta Arvanitis)
172 * When file transfers are complete, the received file name written to the 180 * When file transfers are complete, the received file name written to the
173 conversation window is now linked to the file. 181 conversation window is now linked to the file.
174 * Fix a crash when closing a conversation tab that has unread messages 182 * Fix a crash when closing a conversation tab that has unread messages
175 when the Message Notification plugin is loaded. 183 when the Message Notification plugin is loaded.
184 * Fix a crash when closing the New Mail dialog if an account with new
185 mail was previously disconnected while the dialog was open.
186 * Fix incorrect unread message counts for the new mail notifications.
187 * Do not lose unread messages with a hidden conversation window when
188 new IM conversations are hidden and "Close IMs immediately when the tab
189 is closed" is unset.
176 190
177 Finch: 191 Finch:
178 * The hardware cursor is updated correctly. This will be useful 192 * The hardware cursor is updated correctly. This will be useful
179 especially for users of braille terminals, screen readers etc. 193 especially for users of braille terminals, screen readers etc.
180 * Added a TinyURL plugin, which aids copying longer URLs. 194 * Added a TinyURL plugin, which aids copying longer URLs.