Mercurial > pidgin
changeset 20014:a1c5518c445c
merge of '83f50edf9e879470bb69228cdfb494cd66b76d27'
and 'c88cbf0cbd20ab395ceec705909ed6dd55c76799'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 14 Sep 2007 06:00:03 +0000 |
parents | ef35d7f5a5b6 (diff) 6dffb3255315 (current diff) |
children | 017e4efa3368 a2b4eac83902 |
files | |
diffstat | 3 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 14 05:55:03 2007 +0000 +++ b/ChangeLog Fri Sep 14 06:00:03 2007 +0000 @@ -1,9 +1,14 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.2.0: +version 2.2.0i (09/13/2007): Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) + * XMPP enhancements. See + http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas + Monitzer, Google Summer of Code for Adium) + * Certificate management. Libpurple will validate certificates on + SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar
--- a/NEWS Fri Sep 14 05:55:03 2007 +0000 +++ b/NEWS Fri Sep 14 06:00:03 2007 +0000 @@ -1,5 +1,12 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +2.2.0 (9/13/2007): + Sean: 2.2.0 contains the results of several major Google Summer + of Code branches bringing some new, extraordinary features. We + have a new protocol, MySpaceIM, a bunch of new features for an + existing protocol, XMPP, and nifty new certificate management + to make sure your IM server is who it says it is. + 2.1.1 (8/20/2007): Sean: Continuing our schedule of frequent releases, Pidgin 2.1.1 is out. In it, we've addressed a lot of UI issues from our
--- a/libpurple/protocols/msn/userlist.c Fri Sep 14 05:55:03 2007 +0000 +++ b/libpurple/protocols/msn/userlist.c Fri Sep 14 06:00:03 2007 +0000 @@ -452,7 +452,7 @@ void msn_userlist_add_user(MsnUserList *userlist, MsnUser *user) { - userlist->users = g_list_append(userlist->users, user); + userlist->users = g_list_prepend(userlist->users, user); } void