comparison ChangeLog @ 26398:04a9e8435bfb

merge of '21bd048f68510f25c5c854a1c7e395e88f530503' and '22ecf5b2d3d8874d498194695cb625a789c0754a'
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 01 Apr 2009 05:24:19 +0000
parents 6821f507ae26
children a6974c0d789b
comparison
equal deleted inserted replaced
26396:43dcfcdd6a73 26398:04a9e8435bfb
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 for file transfers (XEP-0047). 13 * Add support for in-band bytestreams for file transfers (XEP-0047).
10 * Add support for sending attentions (equivalent to "buzz" and "nudge") 14 * Add support for sending attentions (equivalent to "buzz" and "nudge")
11 using the command /buzz (XEP-0224). 15 using the command /buzz (XEP-0224).
16
17 IRC:
18 * Correctly handle WHOIS for users who are joined to a large number of
19 channels.
12 20
13 Pidgin: 21 Pidgin:
14 * Added -f command line option to tell Pidgin to ignore NetworkManager 22 * Added -f command line option to tell Pidgin to ignore NetworkManager
15 and assume it has a valid network connection. 23 and assume it has a valid network connection.
16 * Allow plugins to specify custom link types to the GtkIMHtml widget. 24 * Allow plugins to specify custom link types to the GtkIMHtml widget.
20 dialog and various other dialogs now causes the cursor to move to 28 dialog and various other dialogs now causes the cursor to move to
21 the next line. 29 the next line.
22 * Created a unified Buddy Pounce notification window for all pounces 30 * Created a unified Buddy Pounce notification window for all pounces
23 where "Pop up a notification" is selected, which avoids having a 31 where "Pop up a notification" is selected, which avoids having a
24 new dialog box every time a pounce is triggered. (Jorge VillaseƱor) 32 new dialog box every time a pounce is triggered. (Jorge VillaseƱor)
33 * The New Account dialog is now broken into three tabs. Proxy
34 configuration has been moved from the Advanced tab to the new tab.
25 35
26 version 2.5.5 (03/01/2009): 36 version 2.5.5 (03/01/2009):
27 libpurple: 37 libpurple:
28 * Fix a crash when removing an account with an unknown protocol id. 38 * Fix a crash when removing an account with an unknown protocol id.
29 * Beta support for SSL connections for AIM and ICQ accounts. To 39 * Beta support for SSL connections for AIM and ICQ accounts. To