comparison ChangeLog @ 26664:7c2506045671

merge of '9804728d8412930412ec4faaa29230268879586d' and '99afc19a87766c3beb24ccc126de72da4fef3be9'
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 20 Mar 2009 00:34:17 +0000
parents c884b702ec17
children 4f6228f14461
comparison
equal deleted inserted replaced
26663:65d973e8de78 26664:7c2506045671
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 7
8 XMPP: 8 XMPP:
9 * Add support for in-band bytestreams (XEP-0047). 9 * Add support for in-band bytestreams for file transfers (XEP-0047).
10 * Add support for attention (XEP-0224). 10 * Add support for sending attentions (equivalent to "buzz" and "nudge")
11 using the command /buzz (XEP-0224).
11 12
12 Pidgin: 13 Pidgin:
13 * Added -f command line option to tell Pidgin to ignore NetworkManager 14 * Added -f command line option to tell Pidgin to ignore NetworkManager
14 and assume it has a valid network connection. 15 and assume it has a valid network connection.
15 * Allow plugins to specify custom link types to the GtkIMHtml widget. 16 * 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 17 * The status message input box at the bottom of the buddy list expands
17 correctly when starting a new line of text. 18 correctly when starting a new line of text.
18 * Pressing the Enter key in the message entry box of the New Status 19 * 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 20 dialog and various other dialogs now causes the cursor to move to
20 the next line. 21 the next line.
22 * Created a unified Buddy Pounce notification window for all pounces
23 where "Pop up a notification" is selected, which avoids having a
24 new dialog box every time a pounce is triggered. (Jorge VillaseƱor)
21 25
22 version 2.5.5 (03/01/2009): 26 version 2.5.5 (03/01/2009):
23 libpurple: 27 libpurple:
24 * Fix a crash when removing an account with an unknown protocol id. 28 * Fix a crash when removing an account with an unknown protocol id.
25 * Beta support for SSL connections for AIM and ICQ accounts. To 29 * Beta support for SSL connections for AIM and ICQ accounts. To