comparison ChangeLog @ 26678:78ef23551355

merge of '18a763ca3d80ae60e586ade3456b8d59196a7b8f' and '54b44cf23dd4b4d1e79d9c5b04a1496758072127'
author Paul Aurich <paul@darkrain42.org>
date Mon, 20 Apr 2009 00:05:54 +0000
parents 6821f507ae26
children a6974c0d789b
comparison
equal deleted inserted replaced
26671:d58fa4c34987 26678:78ef23551355
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).
16
17 IRC:
18 * Correctly handle WHOIS for users who are joined to a large number of
19 channels.
11 20
12 Pidgin: 21 Pidgin:
13 * Added -f command line option to tell Pidgin to ignore NetworkManager 22 * Added -f command line option to tell Pidgin to ignore NetworkManager
14 and assume it has a valid network connection. 23 and assume it has a valid network connection.
15 * Allow plugins to specify custom link types to the GtkIMHtml widget. 24 * Allow plugins to specify custom link types to the GtkIMHtml widget.
16 * The status message input box at the bottom of the buddy list expands 25 * The status message input box at the bottom of the buddy list expands
17 correctly when starting a new line of text. 26 correctly when starting a new line of text.
18 * Pressing the Enter key in the message entry box of the New Status 27 * Pressing the Enter key in the message entry box of the New Status
19 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
20 the next line. 29 the next line.
30 * Created a unified Buddy Pounce notification window for all pounces
31 where "Pop up a notification" is selected, which avoids having a
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.
21 35
22 version 2.5.5 (03/01/2009): 36 version 2.5.5 (03/01/2009):
23 libpurple: 37 libpurple:
24 * 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.
25 * Beta support for SSL connections for AIM and ICQ accounts. To 39 * Beta support for SSL connections for AIM and ICQ accounts. To