commit 8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Mar 28 12:42:22 2011 +0200

    prepare 2.91.93

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

commit 4a662ab1fc168a3868fa6f83ecb6845a6bb1bf37
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Mon Mar 28 14:37:55 2011 +0530

    hindi updated

 po/hi.po | 3634
 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 2545 insertions(+), 1089 deletions(-)

commit 3faa1f894ae25830ba4fbdf4d8d7f016f28cbcdf
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Mar 23 15:01:54 2011 +0100

    event-manager: only display incoming messages in notification

    If not, we display outgoing ones as well if the user uses Shell's
    message tray
    to reply.

 src/empathy-event-manager.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 36f079ca48db4727b237ea471f13f7593c8e1b71
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Mar 24 15:00:37 2011 +0100

    theme-adium: keep count of the pages loading instead of using
    a boolean

    Each time theme_adium_clear() is called, WebKit has to reload the
    page. If we
    do multi calls to clear() in a short interval, we used to think the
    page was
    loaded while it was the *old* one which was actually loaded. (#645670)

 libempathy-gtk/empathy-theme-adium.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 3935bc1bc5c5da553f74eb2db75d0a7f1444bc6d
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:18:36 2011 +0200

    Added UG translation

 po/ug.po | 1091
 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 626 insertions(+), 465 deletions(-)

commit 3f93ca5601789155d84adfe42028ffa984a19272
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Mar 27 19:34:29 2011 +0300

    Updated Lithuanian translation

 po/lt.po |  364
 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 232 insertions(+), 132 deletions(-)

commit cc31eef5cb583f5b521a754ffc9af0efbfb2a442
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Mar 27 15:31:25 2011 +0530

    Updated Tamil translation

 po/ta.po | 1463
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 701 insertions(+), 762 deletions(-)

commit 29c5768b6eef66ba95baeff2d167b76716e8f4d7
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Sat Mar 26 06:40:04 2011 +0200

    Updated Bulgarian translation

 po/bg.po |  789
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 445 insertions(+), 344 deletions(-)

commit eae49dc6444e0e7a834c6d40fe79735f0ed2f23c
Author: Aron Xu <aronxu@gnome.org>
Date:   Fri Mar 25 04:09:07 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |  257
 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 128 insertions(+), 129 deletions(-)

commit 8f13a8e6f7cd8ab9ed79c8f63ba977ba3069627d
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Mar 25 08:31:19 2011 +0530

    update tranlation for Punjabi by A S Alam

 po/pa.po |  296
 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 193 insertions(+), 103 deletions(-)

commit 2e24da05f2b400423be9c87fbfe5e60329b5a7f7
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu Mar 24 20:58:49 2011 +0530

    Updated Marathi Translations

 po/mr.po | 3634
 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 2494 insertions(+), 1140 deletions(-)

commit 2ba5f4fdf1d4ab286da84d9f442eb714be1dafd6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Mar 24 10:41:14 2011 +0100

    Calendar widget should be disabled if no contact selected (#645582)

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

commit 17df132d41f12c7003dbeda74a7de2cb598b64f9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Mar 24 13:13:02 2011 +0100

    account_chooser_filter_ready_cb: don't unref the account

    Our ref is already released in filter_result_callback_data_free
    (#645672).

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

commit b7a5f478cc1e3828504f653b4a66b22f28523cb7
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Mar 23 14:27:19 2011 +0100

    chat_window_new_message_cb: check that we found the chatroom

    There is a race, if the chatroom manager didn't parse the chatrooms
    list yet,
    this was crashing.

 src/empathy-chat-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 26ac10366710eb6e60539421ccf88c5e6833a58b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Mar 23 14:26:29 2011 +0100

    tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref
    priv->user

    If priv->user and old are both NULL, we used to crash.

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

commit 1da2f83f35972269f9e4712ecee01ed0ad5a55a2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Mar 23 09:53:17 2011 +0100

    remove released flag

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

commit 194f9646a5abb7d599d5624e7081cb6300323c44
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Mar 22 22:21:45 2011 +0100

    [l10n] Updated German translation

 po/de.po | 1115
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 637 insertions(+), 478 deletions(-)