commit e8455be378847e312f34054e29e59caaf801a997
Author: Guillaume Desmottes <[email protected]>
Date:   Fri Feb 25 13:03:53 2011 +0100

   prepare 2.91.90.1

NEWS         |   25 +++++++++++++++++++++++++
configure.ac |    4 ++--
2 files changed, 27 insertions(+), 2 deletions(-)

commit 667cae90a298a8f9a0004431fd3ce494b3c15f26
Author: Chandni Verma <[email protected]>
Date:   Wed Feb 23 11:55:25 2011 +0530

   Implementation of /PART command for MUCs

   Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604348

libempathy-gtk/empathy-chat.c |   62
+++++++++++++++++++++++++++++++++++++----
libempathy-gtk/empathy-chat.h |    3 ++
2 files changed, 59 insertions(+), 6 deletions(-)

commit 9a5d1c52d41aab250ca5bfff3373b11d876bdf1f
Author: Chandni Verma <[email protected]>
Date:   Wed Feb 23 11:44:54 2011 +0530

   Updating empathy_tp_chat_leave() function in empathy-tp-chat API

libempathy-gtk/empathy-chat.c |    2 +-
libempathy/empathy-tp-chat.c  |   60
++++++++++------------------------------
libempathy/empathy-tp-chat.h  |    3 +-
src/empathy-event-manager.c   |    2 +-
4 files changed, 19 insertions(+), 48 deletions(-)

commit 860c0a75da2c97bc1e91ed3b4bb958cb7e3cb934
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Thu Feb 24 13:46:11 2011 +0000

   Update the Logger dbus API for the new version

extensions/Logger.xml |  114
++++++++++++++++++++-----------------------------
1 files changed, 47 insertions(+), 67 deletions(-)

commit 830aa2622ca7832e4daad33bbe82e06d81be7388
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Thu Feb 24 10:46:38 2011 +0000

   Indentation fix

libempathy-gtk/empathy-log-window.c |   42
+++++++++++++++++-----------------
1 files changed, 21 insertions(+), 21 deletions(-)

commit 69c3a29e4d9af4b68c3ccb2a6d160cbf2fd9171a
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Thu Feb 24 10:46:00 2011 +0000

   Log window: free the entities together with the list

libempathy-gtk/empathy-log-window.c |    4 +---
1 files changed, 1 insertions(+), 3 deletions(-)

commit 3370389a56ebd8fe1076721f55519ea1ad34c96a
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Thu Feb 24 10:37:58 2011 +0000

   Check for the right telepathy-logger pc file

configure.ac |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit acb645b19b6b0357e9a4b5af0d9e0faf3ebda49e
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Thu Feb 24 10:31:25 2011 +0000

   Log window: don't leak the account

libempathy-gtk/empathy-log-window.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit 72089c86163dd65754d251c9900ee98a1b9b2447
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Thu Feb 24 10:14:53 2011 +0000

   Unref the entity when we're done

libempathy-gtk/empathy-chat.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

commit 67920cae23f4b8020559d7548fd1dff8de44e962
Author: Nicolas Dufresne <[email protected]>
Date:   Thu Feb 24 10:17:15 2011 +0000

   Port empathy to Telepathy logger 0.2.0

configure.ac                          |    2 +-
libempathy-gtk/empathy-chat.c         |   37 ++++---
libempathy-gtk/empathy-contact-menu.c |   11 ++-
libempathy-gtk/empathy-log-window.c   |  197
+++++++++++++++-----------------
libempathy/empathy-contact.c          |    9 +-
libempathy/empathy-message.c          |   30 +++---
libempathy/empathy-message.h          |    4 +-
7 files changed, 144 insertions(+), 146 deletions(-)

commit 677a6bf7fca3ce8e26cf02d36c2721fa03510a4d
Author: Guillaume Desmottes <[email protected]>
Date:   Thu Feb 24 14:29:22 2011 +0100

   tls-dialog: destroy the dialog if the certificate is invalidated
   (#643186)

   There is no point to keep it around.

libempathy-gtk/empathy-tls-dialog.c |   13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)

commit 4d45b02f6930ef0f97096deb5f70d62252dc7f95
Author: Nirbheek Chauhan <[email protected]>
Date:   Wed Feb 23 20:55:49 2011 +0530

   Fix header collisions between clutter-gtk-0.10 and clutter-gtk-1.0

   Always include clutter-gtk-1.0 first to avoid header-include-path
   problems

   https://bugzilla.gnome.org/show_bug.cgi?id=643078

configure.ac |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

commit 33b6ee49a826c72e8a872bc9a98ef5015bca638a
Author: Guillaume Desmottes <[email protected]>
Date:   Wed Dec 22 11:44:57 2010 +0100

   re-implement /query and /msg (#623682)

libempathy-gtk/empathy-chat.c |   62
+++++++++++++++++++++++++----------------
1 files changed, 38 insertions(+), 24 deletions(-)

commit c7112dca957e3c5fb4c318f2753b22e300960747
Author: Guillaume Desmottes <[email protected]>
Date:   Fri Feb 4 15:37:41 2011 +0100

   finally kill EmpathyDispatcher

   So long, and thanks for all the dispatching!

libempathy/empathy-dispatcher.c |  656
+--------------------------------------
libempathy/empathy-dispatcher.h |   34 --
2 files changed, 1 insertions(+), 689 deletions(-)

commit 938d9c8dbe1c39c99d92311b0fa0c2a98c0cb940
Author: Guillaume Desmottes <[email protected]>
Date:   Fri Feb 4 15:35:00 2011 +0100

   ft-handler: stop instantiating a EmpathyDispatcher

libempathy/empathy-ft-handler.c |   10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)

commit ea84ad87c75088e29378c1c332a20567a76a538e
Author: Guillaume Desmottes <[email protected]>
Date:   Fri Feb 4 15:34:37 2011 +0100

   empathy.c: stop instantiating a EmpathyDispatcher

src/empathy.c |    6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

commit ffb89eff7654897d8d5246bc06840411ab1de13f
Author: Guillaume Desmottes <[email protected]>
Date:   Fri Feb 4 15:24:36 2011 +0100

   use tp_capabilities_supports_room_list() (#641491)

src/empathy-new-chatroom-dialog.c |   21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)

commit c96c271f838ffa3911bd301b37b6c7aaffb2dfc2
Author: Guillaume Desmottes <[email protected]>
Date:   Thu Feb 24 10:11:26 2011 +0100

   depend on telepathy-glib 0.13.14

   We need it for tp_capabilities_supports_room_list()

configure.ac |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit 4435767a8769ac913b7fc7860474dca824a1cde8
Author: Bruno Brouard <[email protected]>
Date:   Wed Feb 23 20:40:08 2011 +0100

   Updated French translation

po/fr.po |  158
++++++++++++++++++++++++++++++++------------------------------
1 files changed, 81 insertions(+), 77 deletions(-)

commit 5ac753af160f7184594b74aa0b61e73e8fb3d5a7
Author: Cheng-Chia Tseng <[email protected]>
Date:   Wed Feb 23 19:28:48 2011 +0800

   Updated Traditional Chinese translation(Hong Kong and Taiwan)

po/zh_HK.po |  349
++++++++++++++++++++++++++++++-----------------------------
po/zh_TW.po |  349
++++++++++++++++++++++++++++++-----------------------------
2 files changed, 358 insertions(+), 340 deletions(-)

commit c7146024489b4cc95263b9dfa0f8f237dd799b42
Author: Emilio Pozuelo Monfort <[email protected]>
Date:   Tue Feb 22 22:36:07 2011 +0000

   CC panel: don't use an undefined symbol

src/cc-empathy-accounts-panel.c |    2 --
src/empathy-accounts-common.h   |    4 ----
2 files changed, 0 insertions(+), 6 deletions(-)

commit 35bbb7ce80ed1941a68b593fa69ebdb78c71e1e1
Author: Guillaume Desmottes <[email protected]>
Date:   Tue Feb 22 09:58:31 2011 +0100

   Ship a 256x256 version of the Empathy icon

data/icons/Makefile.am                      |    1 +
data/icons/hicolor_apps_256x256_empathy.png |  Bin 0 -> 24824 bytes
2 files changed, 1 insertions(+), 0 deletions(-)

commit ef711c0be15feb40853087ea3b86d364e83030d4
Author: Guillaume Desmottes <[email protected]>
Date:   Tue Feb 22 09:44:23 2011 +0100

   remove released flag

configure.ac |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit fc9e2392778db9c05b9f628cc104da12608c6369
Author: Ivar Smolin <[email protected]>
Date:   Tue Feb 22 10:14:54 2011 +0200

   [l10n] Updated Estonian translation

po/et.po |    7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)