comparison ChangeLog @ 26343:d30745b5b574

propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44) to branch 'im.pidgin.cpw.malu.client_type' (head 29693e1cea910e32cfcad60ffa998a2a61e8abfc)
author Marcus Lundblad <ml@update.uu.se>
date Sat, 28 Mar 2009 17:00:03 +0000
parents bee0e8ddfebc
children 6821f507ae26
comparison
equal deleted inserted replaced
26269:00eb738116ae 26343:d30745b5b574
2 2
3 version 2.6.0 (??/??/2009): 3 version 2.6.0 (??/??/2009):
4 General: 4 General:
5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code 5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code
6 project. With some minor additions and clean ups from Paul Aurich. 6 project. With some minor additions and clean ups from Paul Aurich.
7 * It should no longer be possible to end up with duplicates of buddies
8 in a group on the buddy list.
9 * Removed the unmaintained and unneeded toc protocol plugin.
10 * Fixed NTLM authentication on big-endian systems.
7 11
8 XMPP: 12 XMPP:
9 * Add support for in-band bytestreams (XEP-0047). 13 * Add support for in-band bytestreams for file transfers (XEP-0047).
10 * Add support for attention (XEP-0224). 14 * Add support for sending attentions (equivalent to "buzz" and "nudge")
15 using the command /buzz (XEP-0224).
11 16
12 Pidgin: 17 Pidgin:
13 * Added -f command line option to tell Pidgin to ignore NetworkManager 18 * Added -f command line option to tell Pidgin to ignore NetworkManager
14 and assume it has a valid network connection. 19 and assume it has a valid network connection.
15 * Allow plugins to specify custom link types to the GtkIMHtml widget. 20 * Allow plugins to specify custom link types to the GtkIMHtml widget.
19 dialog and various other dialogs now causes the cursor to move to 24 dialog and various other dialogs now causes the cursor to move to
20 the next line. 25 the next line.
21 * Created a unified Buddy Pounce notification window for all pounces 26 * Created a unified Buddy Pounce notification window for all pounces
22 where "Pop up a notification" is selected, which avoids having a 27 where "Pop up a notification" is selected, which avoids having a
23 new dialog box every time a pounce is triggered. (Jorge VillaseƱor) 28 new dialog box every time a pounce is triggered. (Jorge VillaseƱor)
29 * The New Account dialog is now broken into three tabs. Proxy
30 configuration has been moved from the Advanced tab to the new tab.
24 31
25 version 2.5.5 (03/01/2009): 32 version 2.5.5 (03/01/2009):
26 libpurple: 33 libpurple:
27 * Fix a crash when removing an account with an unknown protocol id. 34 * Fix a crash when removing an account with an unknown protocol id.
28 * Beta support for SSL connections for AIM and ICQ accounts. To 35 * Beta support for SSL connections for AIM and ICQ accounts. To