Mercurial > pidgin.yaz
comparison ChangeLog @ 27931:d8e6a2d592a4
propagate from branch 'im.pidgin.pidgin' (head 66190c21dfe7125476caca3c14725bac9db8b71b)
to branch 'im.pidgin.pidgin.yaz' (head 30f1655106c7764e3f9cfc8a139784d9b0bd4459)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 03 Mar 2009 06:57:02 +0000 |
parents | f98049a447f2 |
children | a4fea5757d27 |
comparison
equal
deleted
inserted
replaced
27930:25319f536d93 | 27931:d8e6a2d592a4 |
---|---|
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul | 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul |
2 | 2 |
3 version 2.5.5 (??/??/????): | 3 version 2.6.0 (??/??/2009): |
4 General: | |
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. | |
7 | |
8 XMPP: | |
9 * Add support for in-band bytestreams (XEP-0047). | |
10 * Add support for attention (XEP-0224). | |
11 | |
12 Pidgin: | |
13 * Added -f command line option to tell Pidgin to ignore NetworkManager | |
14 and assume it has a valid network connection. | |
15 * 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 correctly when starting a new line of text. | |
18 * 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 the next line. | |
21 * Authentication failures now clear the account password, causing Pidgin | |
22 to prompt for the password when clicking the "Re-enable" button on the | |
23 minidialog. | |
24 | |
25 version 2.5.5 (03/01/2009): | |
4 libpurple: | 26 libpurple: |
5 * Fix a crash when removing an account with an unknown protocol id. | 27 * Fix a crash when removing an account with an unknown protocol id. |
6 * Beta support for SSL connections for AIM and ICQ accounts. To | 28 * Beta support for SSL connections for AIM and ICQ accounts. To |
7 enable, check the "Use SSL" option from the Advanced tab when | 29 enable, check the "Use SSL" option from the Advanced tab when |
8 editing your AIM or ICQ account. (Paul Aurich) | 30 editing your AIM or ICQ account. (Paul Aurich) |
667 dialog. | 689 dialog. |
668 | 690 |
669 version 2.2.0 (09/13/2007): | 691 version 2.2.0 (09/13/2007): |
670 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 | 692 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 |
671 | 693 |
672 Libpurple: | 694 libpurple: |
673 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of | 695 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of |
674 Code) | 696 Code) |
675 * XMPP enhancements. See | 697 * XMPP enhancements. See |
676 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas | 698 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas |
677 Monitzer, Google Summer of Code for Adium) | 699 Monitzer, Google Summer of Code for Adium) |
678 * Certificate management. Libpurple will validate certificates on | 700 * Certificate management. libpurple will validate certificates on |
679 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) | 701 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) |
680 * Some adjustments were made to fix sending messages when using | 702 * Some adjustments were made to fix sending messages when using |
681 the MSN HTTP method. (Laszlo Pandy) | 703 the MSN HTTP method. (Laszlo Pandy) |
682 * Yahoo! Chat is fixed. | 704 * Yahoo! Chat is fixed. |
683 * Some AIM file transfer issues between Pidgin and other clients | 705 * Some AIM file transfer issues between Pidgin and other clients |