commit cbbc6043ad0ad96af8d0fb77712ac9431cf91585
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 22 14:14:35 2010 +0000

    prepare 2.29.91 release

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

commit df4b9f7d0799110489721ee3d2c537ad2645a8e8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 22 09:15:43 2010 +0000

    Remove the --acounts CLI option

    We should use empathy-accounts directly now.

 src/empathy.c |   56
 +++++++++++++-------------------------------------------
 1 files changed, 13 insertions(+), 43 deletions(-)

commit 1b3ea6b00704d60166a1733894184105edf04586
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 22 13:08:37 2010 +0000

    define EMPATHY_CLIENT_NAME

 libempathy/empathy-utils.h |    2 ++
 src/empathy-debug-window.c |    2 +-
 src/empathy.c              |    3 +--
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 8cdf004d3b499cf73aaf6ceb92ec9f1c58331d7a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 22 09:14:03 2010 +0000

    remove old services from gitignore

 src/.gitignore |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 99ce33b5078ef5db9dcaf198a2c739fd88f8feb2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 22 09:12:04 2010 +0000

    Stop using org.gnome.Empathy

    We can use org.freedesktop.Telepathy.Client.Empathy to check if
    another
    Empathy instance is running.

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

commit 8b7b49e0fa549ead1f7f8a62914f3c50576fac10
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 22 09:04:20 2010 +0000

    debug_window_fill_cm_chooser: use
    org.freedesktop.Telepathy.Client.Empathy

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

commit 97334b2ceab261eb75f4eadbbb5acb51a59bf0eb
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Feb 21 19:46:11 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  298
 ++++++++++++++++++++++++++++++++--------------------------
 po/zh_TW.po |  302
 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 335 insertions(+), 265 deletions(-)

commit 520cdecad9de9f6c7ace28856d6089b45872377e
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Sat Feb 20 22:23:05 2010 +0100

    Updated Galician Translation

 po/gl.po |  233
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 116 insertions(+), 117 deletions(-)

commit 15d71955d6c65cc9f4a70a97979d109af3b72df1
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Feb 20 22:30:22 2010 +0200

    Updated Arabic translation

 po/ar.po |  522
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 313 insertions(+), 209 deletions(-)

commit d5a96cec5e4cf549a86f5b331f77c9c09abe02a3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 19 16:02:31 2010 +0000

    always use empathy_tp_chat_leave instead of _close

 libempathy/empathy-tp-chat.c |    6 +++---
 libempathy/empathy-tp-chat.h |    1 -
 src/empathy-event-manager.c  |    2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

commit c8166c52a0b133c3af082277270d3f911f634163
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 19 15:43:17 2010 +0000

    empathy_tp_chat_leave: try to remove the self-handle instead of
    closing (#610461)

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

commit 998ef19cf8a2e546208d1fb0a835032a7e07e543
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 19 15:26:58 2010 +0000

    Introduce empathy_tp_chat_leave

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

commit 6e6f54464f4fe105bbda956699a6fc130c72b8d0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 19 11:09:38 2010 +0000

    assistant: Fix creation of the last account created

    When user enters the details about his last account, the 'prepare'
    signal is
    not fired. So we should create the account in impl_signal_apply
    instead.
    Fixes bug #609995.

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

commit 95466c01c61e06f33c29b9a243789e6ef34335d7
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 19 10:14:39 2010 +0000

    assistant: check that the enter/create page isn't already valid when
    switching protocol

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

commit 96254dab84d19af25964e0d6a1a73b0872428222
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 19 09:59:45 2010 +0000

    assistant: set the salut page as complete if we pre-filled enough
    fields (#610380)

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

commit 8ce1c64808b2772e61be3f162defa22072117267
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Feb 19 09:15:00 2010 +1100

    Rename Moblin to Meego throughout Empathy

    At the request of Rob Bradford

 configure.ac                            |   34 +++++++++++-----------
 libempathy-gtk/Makefile.am              |    4 +-
 libempathy-gtk/empathy-account-widget.c |   46
 +++++++++++++++---------------
 src/empathy-accounts-dialog.c           |   12 ++++----
 4 files changed, 48 insertions(+), 48 deletions(-)

commit 2917ac10a8a99e348648825990b7ae1088a3aacc
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Feb 18 13:45:47 2010 +0100

    Updated Slovenian translation

 po/sl.po |  240
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 117 insertions(+), 123 deletions(-)

commit 7b03cea8d49bd2d09b4c93fe04fd5bb9dd542d53
Author: Djavan Fagundes <djavan@comum.org>
Date:   Wed Feb 17 22:46:48 2010 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 3263
 ++++++++++++++++++++++++-----------------------------------
 1 files changed, 1335 insertions(+), 1928 deletions(-)

commit 4bc690a44edd3bbe18d321893fa21b1c23b5c216
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Feb 17 22:07:58 2010 +0100

    Updated Italian help translation

 help/it/it.po | 2469
 ++++++++++++++++-----------------------------------------
 1 files changed, 703 insertions(+), 1766 deletions(-)

commit efba0ae450f343ba1eea5af8702c1910c672d40a
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Feb 17 22:05:55 2010 +0100

    [help] Fixed two strings: now they are similar

 help/C/import-account.page    |    2 +-
 help/C/irc-nick-password.page |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c4e99fdfefcfe81a8ddb41fba9cc8f56d95ef9bc
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Feb 17 21:00:34 2010 +0100

    Updated Spanish translation

 help/es/es.po |  227
 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 110 insertions(+), 117 deletions(-)

commit 0625fb11e5a203dfe74df6b06df4035bc9fafef4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Feb 17 21:00:31 2010 +0100

    Updated Spanish translation

 po/es.po |  242
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 123 insertions(+), 119 deletions(-)

commit 399aaaeee55ad253dd39a99664558f8124ce842a
Author: Frédéric Péters <fpeters@0d.be>
Date:   Wed Feb 17 18:43:26 2010 +0100

    Point Makefile.am to .lo files, to please some libtool deity

 tests/interactive/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 32061585dc6be565457a19df27037bd91ff01210
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Feb 17 21:25:15 2010 +0530

    updated Tamil translation

 po/ta.po |  450
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 251 insertions(+), 199 deletions(-)

commit 93f0695d387c3cb939c052848aa4c002090ddc81
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 14:55:59 2010 +0000

    Don't display the 'respond' button in presence notifications (#610032)

    This button doesn't make anything as this event is not
    activatable. Plan is to
    display better button at some point (see bug 597124) but for now
    let's remove
    this button when it's useless.

 src/empathy-status-icon.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a32038569c0eec120ef9ff0c75bcc12e98fde1fa
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 14:45:04 2010 +0000

    remove EMPATHY_EVENT_TYPE_TUBE

    It's not used any more.

 src/empathy-event-manager.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 17:09:16 2010 +0000

    account-assistant: remove '\n' from the salut error web page

    Wrapping the label will add them for us.

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

commit a921a695e89f621cdd62e5dc9c003eb943b6ccd4
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 17:07:50 2010 +0000

    account-assistant: Wrap secondary error message (#607908)

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

commit 8429eac0cc68664c1c19ad99b8343fae5f03eefb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 17:54:50 2010 +0000

    main-window: use GTK_MESSAGE_ERROR for account error info bars

    The accounts dialog uses this message type in this case which makes
    more sense
    as that's an really an error (#609822).

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

commit 37aabc6b1e5b97747da6bb1b3070fa2fdaffa530
Author: Jonny Lamb <jonnylamb@gnome.org>
Date:   Tue Feb 16 16:38:21 2010 +0000

    Use TpDebugSender to publish debug messages (#607330)

 libempathy/Makefile.am        |    2 -
 libempathy/empathy-debug.c    |   14 ++-
 libempathy/empathy-debugger.c |  270
 -----------------------------------------
 libempathy/empathy-debugger.h |   88 -------------
 src/empathy-debug-window.c    |   27 ++--
 src/empathy.c                 |   41 ++-----
 6 files changed, 34 insertions(+), 408 deletions(-)

commit fd49fd64d74d56ae4e1cf514edfb1aec348832a4
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Tue Feb 16 18:38:00 2010 +0100

    [help] Fixed the Apply button on account creation
    * Added a small section about proxy configuration
    * Updated the errors topics
    * Fixed a capitalization glitch, at least now titles are all the same

 help/C/add-account.page            |    2 +-
 help/C/audio-video.page            |    2 +-
 help/C/prob-conn-acctdisabled.page |    2 +-
 help/C/prob-conn-auth.page         |   12 +++++++-----
 help/C/prob-conn-name.page         |    4 +++-
 help/C/prob-conn-neterror.page     |   25 +++++++++++++++++++------
 6 files changed, 32 insertions(+), 15 deletions(-)

commit 613e72b79f276b5258ca06eece2fc5fa11edf232
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 12:19:10 2010 +0000

    empathy_accounts_dialog_show_application: try to run
    "empathy-accounts" from source

    This fix starting the accounts dialog for people (testers mostly)
    using
    Empathy from a not installed build.

 src/empathy-accounts-dialog.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 4253e9ae71c3df9918e1ee4f81ecd1e90639edeb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 12:15:27 2010 +0000

    empathy_accounts_dialog_show_application: use g_build_filename

    That's cleaner to build a path.

 src/empathy-accounts-dialog.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 57f093617f28dea1a4d4ab948561579d3f623427
Merge: 4219fa9 c4bd37a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Tue Feb 16 12:06:44 2010 +0000

    Merge branch 'ack-all'

commit c4bd37aa901a9cd8c6cc716508416daa6ae58fbc
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon Feb 15 23:28:57 2010 +0000

    Remove duplicate and buggy bookkeeping of pending messages

 libempathy-gtk/empathy-chat.c |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

commit 94539737998972571a33af133ae91b2769f7cd99
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon Feb 15 23:28:17 2010 +0000

    add API to TpChat to ack all pending messages in one go

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

commit 4219fa9dd2a048563bd6684a0bfba08dd1629759
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 16 11:53:41 2010 +0000

    dispatcher_connection_new_requested_channel: fix a use-after-free
    crash

    If an error occurs when requesting the channel, we call
    dispatcher_request_failed which as the side effect of destroying the
    DispatcherRequestData. When calling
    dispatcher_flush_outstanding_operations
    we used to deference this pointer.
    Fixes this crash by using the "self" pointer instead and reffing it
    to be sure
    it stays valid.

 libempathy/empathy-dispatcher.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 926bd94a134044ed2416537f02e55d7e4ef6cb1e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 15 15:58:15 2010 +0000

    Always use "Apply" button if we are not connected or editing an
    account

    For some reason we mixed up the "Apply" and "Save" button. "Apply"
    is clearer
    as hitting it as the side effect of reconnecting the account.

 libempathy-gtk/empathy-account-widget.c |   22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)

commit 5db0929af3f0b94d57ff21938ed49e2cfb0f4b88
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 15 15:46:19 2010 +0000

    account-widget: don't display "Log in" button if we are modyfing
    an account

    Either the account is enabled and saving will reconnect, either it's
    not and
    that won't connect it.

 libempathy-gtk/empathy-account-widget.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 76f92daf5490a9fd5189862feaa067115d967d15
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Feb 15 18:40:29 2010 +0100

    Updated Slovenian translation

 po/sl.po |   48 ++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 40 insertions(+), 8 deletions(-)

commit 466a60d6bfc58a9fc4bd87f6e90fa8eff77caff6
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 18:04:59 2010 +0100

    Updated Spanish translation

 help/es/es.po |   60
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 59 insertions(+), 1 deletions(-)

commit 0e7074dbf801ca17ab88c15e9d261b244d2ecdd5
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 15 13:28:20 2010 +0000

    accounts-dialog: block the selection 'changed' signal while removing
    a row

    There is no need to call accounts_dialog_model_selection_changed
    while removing
    as we are going to call accounts_dialog_model_select_first right
    after which
    will update the selection.

    This has the nice side effect of letting the "remove" button
    sensitive after
    the account has been removed. The callback used to be called
    recursively twice:
    once during the removal of the row and once when calling
    accounts_dialog_model_select_first in accounts_dialog_update_settings.
    As accounts_dialog_model_selection_changed is checking if a row
    is selected
    *before* calling accounts_dialog_update_settings, the button was
    unsensitived
    at the end of the first call of the callback. (#609575)

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

commit 1f08efd25771856f49285ea26e8a5056ff86763f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sun Feb 14 20:57:07 2010 +0000

    Remove workaround for wrong drag behaviour

    Revert "chat_window_create_label: ref the widgets stored as data so
    we are sure they stay alive when doing DnD"

    This is not needed anymore as we handle dragging correctly now

    This reverts commit 183fa2e8a94d94a7098120fc43cde9ad83869de6.

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

commit 6b4d4954a4231209d261ced4ae0140ae11de6814
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon Feb 15 12:05:09 2010 +0000

    Make the ChatWindow handle dropping items itself

    Both GtkNotebook and EmpathChatWindow take action when
    drag-data-received is
    signalled (moving the tab or adding a contact). Drag data is received
    after the
    program has asked for it, usually when a drop occurs. Now this can
    be done in
    two ways 0) Handle the drop signal yourself and call gtk_drag_get_data
    yourself
    or 1) set GTK_DEST_DEFAULT_DROP and let gtk call it for you.

    GtkNotebook takes option 0, EmpathyChatWindow decided to use option
    1.. This
    causes all kind of strange issues as the drag data is now requested
    twice and
    thus the signal handlers are called twice causing all kinds of
    fun issues
    (trying to move a tab that's already moved etc).

    Change the drag dest flags to GTK_DEST_DEFAULT_HIGHLIGHT which
    provides some
    extra visual clues but is other harmless and handle drops
    directly. Also remove
    some cases where ChatWindow meddles with tab dragging as GtkNotebook
    will
    handle these for us

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

commit d132874edb6b5af1a2755e006db4c87355a0d206
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Feb 15 13:19:43 2010 +0700

    Updated Thai translation.

 po/th.po |  343
 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 199 insertions(+), 144 deletions(-)

commit 267e4a1d3a1d79fc559386d807cb100fc5bd4f88
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 14:45:44 2010 +0100

    Updated Galician Translation

 po/gl.po |   68
 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 52 insertions(+), 16 deletions(-)

commit 6cfaf6920953783e52db4000d5e5892654e25262
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 13:16:08 2010 +0100

    Updated Spanish translation

 help/es/es.po |   42 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 41 insertions(+), 1 deletions(-)

commit 12286b44fc0a2117d9268f8a770a9b4f1c3f6a95
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 13:15:27 2010 +0100

    Updated Spanish translation

 po/es.po |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

commit 26222a532d619fd676554eea6b99ff44d99017a8
Merge: 8b27464 4dd044b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 15 11:25:21 2010 +0000

    Merge commit 'wjt/all'

commit 8b274648f9907a0b91d994a0b62b022dcdc03027
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 12:14:47 2010 +0100

    Updated Spanish translation

 help/es/es.po |   66
 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 35 insertions(+), 31 deletions(-)

commit 3de8c425aa4d6d070be67dc31022dfe0e9ba7338
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 11:49:12 2010 +0100

    Updated Spanish translation

 help/es/es.po | 1270
 +++++++++++++++++++++++++++++++++------------------------
 1 files changed, 727 insertions(+), 543 deletions(-)

commit 424556bda9542472a3546002b86d3564878cc652
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 11:40:10 2010 +0100

    Updated Spanish translation

 help/es/es.po |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit 05d6231a5e3fc80dcbe3b5ec584ff83b5136d45c
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Feb 14 22:48:42 2010 +0100

    [help] Updated help against new upcoming version
    * Added logo to the front page
    * Added a new small topic on the /help IRC command
    * Added license page and license reference to all pages
    * Added some links group
    * Fixed validity errors
    * Removed legal.xml
    * Updated Makefile

 help/C/account-irc.page             |    7 +++-
 help/C/account-jabber.page          |    7 +++-
 help/C/accounts-window.page         |    5 ++-
 help/C/add-account.page             |   36 +++++++++------------
 help/C/add-contact.page             |    5 ++-
 help/C/audio-call.page              |   18 ++++++----
 help/C/audio-video.page             |   11 ++++++-
 help/C/change-status.page           |    5 ++-
 help/C/create-account.page          |    5 ++-
 help/C/disable-account.page         |   19 +++++------
 help/C/favorite-rooms.page          |    8 +++-
 help/C/figures/empathy-logo.png     |  Bin 0 -> 1813 bytes
 help/C/geolocation-not-showing.page |    5 ++-
 help/C/geolocation-privacy.page     |    5 ++-
 help/C/geolocation-supported.page   |    5 ++-
 help/C/geolocation-turn.page        |    5 ++-
 help/C/geolocation-what-is.page     |    5 ++-
 help/C/geolocation.page             |    5 ++-
 help/C/group-conversations.page     |    5 ++-
 help/C/import-account.page          |    5 ++-
 help/C/index.page                   |   22 +++++++------
 help/C/introduction.page            |    5 ++-
 help/C/irc-commands.page            |   28 ++++++++++++++++
 help/C/irc-join-pwd.page            |    5 ++-
 help/C/irc-join-room.page           |    7 +++-
 help/C/irc-manage.page              |    8 +++-
 help/C/irc-nick-password.page       |    5 ++-
 help/C/irc-send-file.page           |    5 ++-
 help/C/irc-start-conversation.page  |    7 +++-
 help/C/legal.xml                    |    9 -----
 help/C/license.page                 |   59
 +++++++++++++++++++++++++++++++++++
 help/C/offline-contacts.page        |    5 ++-
 help/C/prev-conv.page               |    5 ++-
 help/C/prob-conn-acctdisabled.page  |    5 ++-
 help/C/prob-conn-auth.page          |    5 ++-
 help/C/prob-conn-name.page          |    5 ++-
 help/C/prob-conn-neterror.page      |    5 ++-
 help/C/prob-conn.page               |    5 ++-
 help/C/remove-account.page          |    5 ++-
 help/C/salut-protocol.page          |    5 ++-
 help/C/send-file.page               |    5 ++-
 help/C/send-message.page            |    5 ++-
 help/C/set-custom-status.page       |    5 ++-
 help/C/share-desktop.page           |    5 ++-
 help/C/status-icons.page            |    5 ++-
 help/C/video-call.page              |   17 +++++-----
 help/Makefile.am                    |    5 ++-
 47 files changed, 308 insertions(+), 110 deletions(-)

commit 342c49d96ffdf18146d6f582d3fe1d55a6fc0562
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Feb 14 20:44:09 2010 +0100

    Updated Spanish translation

 po/es.po |  100
 +++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 67 insertions(+), 33 deletions(-)

commit 4f6021eb06b9e5c6339e45ef87743033cca59d6d
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Feb 14 15:04:19 2010 +0200

    Update Romanian translation

 po/ro.po | 1922
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1005 insertions(+), 917 deletions(-)

commit 82ee2cfb806cd91b6a58a1e3d4cceabbe736ee5a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sat Feb 13 16:44:39 2010 +0000

    Don't reinvent g_slist_foreach

 libempathy-gtk/empathy-chat.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 0306a490cce67d9df54255cd8c7d1efea4c7377f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sat Feb 13 16:43:35 2010 +0000

    Only act when the account got a connection

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

commit 26024d8ad63511ec46f928d12bc2689098480104
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Sat Feb 13 16:10:53 2010 +0000

    Don't crash when switching to a tab with no TpChat

    Fixes: #609843

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

commit a0e6a68707d834fbae1cdf93dadc4674a665c032
Author: Travis Reitter <treitter@gmail.com>
Date:   Fri Feb 12 08:11:13 2010 -0800

    Update the FSF's mailing address in the new control center files.

 src/cc-empathy-accounts-page.c  |    3 +--
 src/cc-empathy-accounts-page.h  |    3 +--
 src/cc-empathy-accounts-panel.c |    3 +--
 src/cc-empathy-accounts-panel.h |    3 +--
 src/empathy-accounts-module.c   |    3 +--
 5 files changed, 5 insertions(+), 10 deletions(-)

commit 4dd044b3c28320a935bfe0ead8fd1ef196587aac
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Fri Feb 12 13:34:59 2010 +0000

    Ensure "All" is at the top of account selector.

    Fixes: #609737

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

commit 8e3b113ee061ce053f7dff8f6d8b351a8ac2fb4d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 12 11:42:08 2010 +0000

    update data/.gitignore

 data/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 9ea6c05701eaff48caeafef2d10fe4ad5676893f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Feb 12 11:42:00 2010 +0000

    update POTFILES.{in,skip}

 po/POTFILES.in   |    4 ++++
 po/POTFILES.skip |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 73fe36dc22ca12d3e2c4670c2948f75e808bd964
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Feb 12 13:00:55 2010 +0100

    Updated Slovenian translation

 po/sl.po |  167
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 93 insertions(+), 74 deletions(-)

commit f390cc946b33d2a22a2c47ec0f9b7470f254853e
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Fri Feb 12 11:44:12 2010 +0000

    Remove weird maybe-null account special case.

    I'm pretty sure this is unnecessary. Consider the four cases:

         value of data->account |   0   |   x        |
         value of       account | 0 | y | 0 |   y    |
    a. data->account == NULL    | t | f | t |   f    |
    b.       account == NULL    | t | t | f |   f    |
    c.             a != b       | f | t | t |   f    |
    d. data->account == account | t | f | f | x == y |
    e.                    equal | t | f | f | x == y |

    In all cases, the value of equal is identical to what it would
    have been
    if the else branch were always taken. So... let's just always take the
    else branch.

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

commit bc744cd293dc2b9b0884fd0d1af9cbc91dcfb7b4
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Feb 12 12:15:47 2010 +1100

    Port Moblin widgets to Mx

 configure.ac                            |    2 +-
 libempathy-gtk/empathy-account-widget.c |   18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 8d2e9d517beed4f272bed7ae9a2f59b96688e6c6
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Fri Feb 12 10:22:34 2010 +0100

    Updated Galician Translation

 po/gl.po |  412
 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 170 insertions(+), 242 deletions(-)

commit ea639834be0504f90ca56a6993dfd8ba33edbd5e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Feb 12 08:14:24 2010 +0100

    Updated Spanish translation

 po/es.po |  229
 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 126 insertions(+), 103 deletions(-)

commit 28bd41e002c64a01e7efbb0b47417e098533e93b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Feb 12 08:14:09 2010 +0100

    Updated Spanish translation

 help/es/es.po |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

commit 774efbddb7a480acb093d0a653fef0de7ecfd95e
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Feb 12 13:04:20 2010 +1100

    empathy-accounts-dialog: Prepend BIN_DIR to the binary name

 src/Makefile.am               |    1 +
 src/empathy-accounts-dialog.c |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 2aa506e8a17ef67ddf43ee716b21afc780a9d0d2
Author: Travis Reitter <treitter@gmail.com>
Date:   Thu Feb 11 15:09:32 2010 -0800

    Separate the accounts dialog into its own program which works with
    the Gnome preferences and control center.

    Where available, this also supports embedding the preferences dialog
    in the
    "extensible-shell" control center (currently in development, but
    likely to be
    mainlined soon).

 configure.ac                          |   47 ++++++
 data/Makefile.am                      |    5 +-
 data/empathy-accounts.desktop.in.in   |   15 ++
 libempathy/empathy-account-settings.c |    7 +-
 src/Makefile.am                       |  103 ++++++++++--
 src/cc-empathy-accounts-page.c        |  207 ++++++++++++++++++++++++
 src/cc-empathy-accounts-page.h        |   55 +++++++
 src/cc-empathy-accounts-panel.c       |  134 +++++++++++++++
 src/cc-empathy-accounts-panel.h       |   55 +++++++
 src/empathy-accounts-common.c         |  216 +++++++++++++++++++++++++
 src/empathy-accounts-common.h         |   39 +++++
 src/empathy-accounts-dialog.c         |   56 +++++++
 src/empathy-accounts-dialog.h         |    6 +
 src/empathy-accounts-module.c         |   42 +++++
 src/empathy-accounts.c                |  287
 +++++++++++++++++++++++++++++++++
 src/empathy-accounts.h                |   25 +++
 src/empathy-main-window.c             |   12 +-
 src/empathy.c                         |  199 +++---------------------
 18 files changed, 1311 insertions(+), 199 deletions(-)

commit 1abde726f2920d166728b79cc6e2cdc5e72ea1df
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Feb 12 06:08:41 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  368
 ++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po |  375
 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 361 insertions(+), 382 deletions(-)

commit 4c56821d84e3dbd90108986c9a4347f7c460c4d1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 17:14:56 2010 +0000

    Rephrase the helper text and change "Login ID" to "Username"

    Thanks to Nick Richards for his suggestions.

 libempathy-gtk/empathy-account-widget-jabber.ui |   12 +++++++-----
 libempathy-gtk/empathy-account-widget.c         |    3 +++
 2 files changed, 10 insertions(+), 5 deletions(-)

commit e8ceee61bcfd8c07ac243b1cef17d80434abbb61
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 16:38:37 2010 +0000

    embold the part of the Facebook URL showing the ID to make it clearer

 libempathy-gtk/empathy-account-widget-jabber.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6d2a11ac6fa575de2a4ed9e5f9fe239c2063e07f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 15:47:53 2010 +0000

    add a simple version of the Facebook widget

 libempathy-gtk/empathy-account-widget-jabber.ui |   93
 +++++++++++++++++++++++
 libempathy-gtk/empathy-account-widget.c         |   17 ++++-
 2 files changed, 109 insertions(+), 1 deletions(-)

commit 9be6f0a2e28b9719bceafbd95ed49d27363b33c0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 15:27:36 2010 +0000

    Improve default display name for Facebook accounts

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

commit 79718737e209ee469d5b0ea9b7cabf5e6d5adb87
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 15:17:03 2010 +0000

    add the '@chat.facebook.com' suffix to account but dont't display
    it in the widget

    Fixes bug #573194

 libempathy-gtk/empathy-account-widget.c |   77
 ++++++++++++++++++++++++++++++-
 1 files changed, 76 insertions(+), 1 deletions(-)

commit 438199f57bc03b42aae12a18888c73597b04c1ec
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 14:26:36 2010 +0000

    assistant: filter out facebook from the new account page

 libempathy-gtk/empathy-protocol-chooser.c |    5 +++--
 libempathy-gtk/empathy-protocol-chooser.h |    1 +
 src/empathy-account-assistant.c           |    4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit 0110d107dcb0539355ca634498bd133b0161d4f6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:46:14 2010 +0000

    Help user to understand what Facebook alias are and how to set it

 libempathy-gtk/empathy-account-widget-jabber.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 457d59921b00b2acb008df1cd0428d4433ec981a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:41:47 2010 +0000

    hide the advanced options for Facebook accounts

 libempathy-gtk/empathy-account-widget-jabber.ui |    2 +-
 libempathy-gtk/empathy-account-widget.c         |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 2f011b0419e1d37ce9eadba249fa11f6852e1d8e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:39:09 2010 +0000

    don't display the register options for Facebook accounts

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

commit aba09644412809a256dc1b8b570022c772e3009d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:35:53 2010 +0000

    account-widget: display facebook example label

 libempathy-gtk/empathy-account-widget.c |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

commit d5c50301939772d752c7f8789a9b5ae81334fab3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:34:09 2010 +0000

    add is_facebook arg to empathy_protocol_chooser_dup_selected

    So the assistant and accounts dialog can special case facebook
    accounts.

 libempathy-gtk/empathy-protocol-chooser.c |   10 +++++++++-
 libempathy-gtk/empathy-protocol-chooser.h |    3 ++-
 src/empathy-account-assistant.c           |   18 ++++++++++++++----
 src/empathy-accounts-dialog.c             |   19 ++++++++++++++-----
 4 files changed, 39 insertions(+), 11 deletions(-)

commit 0d6a5a8caef60613531a96f5f81b55c811200ec8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:28:44 2010 +0000

    empathy-protocol-chooser: add a column saying if a row is a facebook
    account or not

 libempathy-gtk/empathy-protocol-chooser.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit a2ca8c402f0d0be1f2f7c47b6159c92f44181bff
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 12:01:14 2010 +0000

    add example label for Facebook accounts

 libempathy-gtk/empathy-account-widget-jabber.ui |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 73ad6627b646932f5af9754122521b3a904c9a97
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 11:41:58 2010 +0000

    account_widget_build_jabber: add few comments

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

commit 90480686db5a6f52b29abc6b9294428a347511da
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 10:57:16 2010 +0000

    Drop Haze's facebook implementation

    Everyone should use Gabble now.

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

commit 894061fd27c27db5026c8d90bdb72339223f1798
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Thu Feb 11 00:02:58 2010 +0100

    Add facebook in protocol chooser for gabble CM.

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

commit fe0619ea555d88ac4342d2b5172b4738a6836b02
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Thu Feb 11 15:42:10 2010 +0100

    Updated Galician Translation

 po/gl.po | 1815
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 1082 insertions(+), 733 deletions(-)

commit 307edc47ea9dc3abe2d4e6ab7e3778850a696faa
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Thu Feb 11 14:37:53 2010 +0100

    fixed typo in help

 help/C/video-call.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 488cf6f19faeb2fef4990a0d17f58efe0dadea99
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Feb 11 15:00:07 2010 +0100

    Updated Slovenian translation

 po/sl.po |  230
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 117 insertions(+), 113 deletions(-)

commit b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Feb 11 11:20:04 2010 +0000

    do_show_accounts_ui: don't unref the EmpathyConnectionManagers

    We already unref it once the async callback is done.

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

commit 3c1479077106c5afb4791f7c5f21574d737f4bf6
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Feb 11 07:23:13 2010 +0100

    Updated Spanish translation

 help/es/es.po |   44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

commit ca16ccb91698c5e39675f72bc7b0352e03da85de
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 11 08:16:13 2010 +0530

    updated Tamil translation

 po/ta.po |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 0fdb87b573e442e0690388d791a122eb05bd089d
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 11 08:15:19 2010 +0530

    updated Tamil translation

 po/ta.po |  434
 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 255 insertions(+), 179 deletions(-)

commit 1fda9ad7589e487885827f667e2253d5bd4dccb0
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 11 07:37:23 2010 +0530

    updated Tamil translation

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

commit 1485f01d0fd8cc305d18825df32b4189d8072f9f
Author: vasudeven <agnihot3@gmail.com>
Date:   Sun Jan 24 05:25:58 2010 +0530

    updated Tamil translation

 po/ta.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e61dc7bebe7788d7a08c92f5d8f647ba0bffba3f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 10 21:50:09 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  337
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 192 insertions(+), 145 deletions(-)

commit 1c1c28d84322625bcd83aae9e705c00bbc2095d6
Merge: d6d5fd2 41f9f0a
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Wed Feb 10 20:14:43 2010 +0100

    Merge branch 'menu'

commit 41f9f0a717f8519cf8c69cb043198980fe503ebc
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Wed Feb 10 18:51:53 2010 +0100

    Fix leaked GtkMenu

    GtkMenu is initially unowned, which means ref_count is 1 and floating
    flag is set.
    gtk_menu_popup temporarily adds a ref, that will be dropped when
    the menu is popped
    down. So once the menu is popped up, we call g_object_ref_sink()
    to clear the floating
    flag, and g_object_unref() to drop the initial ref. Only the ref
    from gtk_menu_popup
    stay, and the menu will be finalized when it is popped down.

    Fixes bug #609567

 libempathy-gtk/empathy-contact-list-view.c |    4 ++++
 libempathy-gtk/empathy-contact-menu.c      |    1 -
 libempathy-gtk/empathy-contact-widget.c    |    3 ++-
 libempathy-gtk/empathy-theme-adium.c       |    2 ++
 src/empathy-debug-window.c                 |    2 ++
 src/empathy-map-view.c                     |    2 ++
 6 files changed, 12 insertions(+), 2 deletions(-)

commit d6d5fd2192dccbd51b83303dbbcd5cf83db66574
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Wed Feb 10 20:00:34 2010 +0100

    Fix leaks, gtk_tree_model_get() returns a ref!

    COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading,
    they are not POINTER but OBJECT, so we have to unref them.

 src/empathy-accounts-dialog.c |   53
 +++++++++++++++++++++++++---------------
 1 files changed, 33 insertions(+), 20 deletions(-)

commit 5e16c7dc88686748aa7a79a8d3e97f58736b4dee
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Feb 10 11:46:11 2010 +0000

    Fix creation of imported accounts (#609439)

    impl_signal_apply isn't called any more after the "import" page as
    this page
    as a 'next' button now.
    So we have to create the imported accounts when preparing the
    next page.

 src/empathy-account-assistant.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 0ad091ed52c2818870dbfc3d7cd1aed573f5099f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Feb 10 11:37:38 2010 +0000

    assistant: store the ID of the current page

    This will make easier to know from which page we are coming in
    impl_signal_prepare.

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

commit bb10972967005ad19d42287597ae52d1a11e543b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Feb 10 13:55:00 2010 +0000

    accounts-dialog: wrap label status in info bar

    So the accounts doesn't become huge if user entered a ridiculously
    long
    message (#609537).

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

commit 77a36e4b92c5f01bccd6c1f790c20b92e7452af3
Author: K.Vishnoo Charan Reddy <drkvi-a@yahoo.com>
Date:   Wed Feb 10 12:37:35 2010 +0000

    Add icon for the 'mxit' protocol (#609519)

    This icon won't be displayed while telepathy-haze won't have been
    released
    with a patch renaming the "loubserp-mxit" protocol to "mxit".

 data/icons/Makefile.am                       |    6 ++
 data/icons/hicolor_apps_16x16_im-mxit.png    |  Bin 0 -> 560 bytes
 data/icons/hicolor_apps_22x22_im-mxit.png    |  Bin 0 -> 828 bytes
 data/icons/hicolor_apps_24x24_im-mxit.png    |  Bin 0 -> 767 bytes
 data/icons/hicolor_apps_32x32_im-mxit.png    |  Bin 0 -> 998 bytes
 data/icons/hicolor_apps_48x48_im-mxit.png    |  Bin 0 -> 1306 bytes
 data/icons/hicolor_apps_scalable_im-mxit.svg |  106
 ++++++++++++++++++++++++++
 7 files changed, 112 insertions(+), 0 deletions(-)

commit ccb3964865cf65dcca05a145ceac91137746c331
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Feb 10 13:06:19 2010 +0000

    Use the 'phone' icon for the 'sms' protocol

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

commit 3a3b095dd0f76eec019f424105e40d3d344a59e2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Feb 10 08:02:49 2010 +0100

    Updated Spanish translation

 help/es/es.po |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)

commit 2253498a5c1a8edaab0296b752c3327fc7b4e1f3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 9 16:56:40 2010 +0000

    Create the account even when user chooses to not create other
    one after

    As the account is not created in impl_signal_apply() any more,
    we have to be
    smarter in impl_signal_prepare and call
    account_assistant_apply_account_and_finish in more cases.

    That also means that account_assistant_account_enabled_cb doesn't
    have to
    terminate the assistant if the salut account has not been created yet.

    Fixes bug #609220.

 src/empathy-account-assistant.c |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

commit a36df4571d37a9046e22e99d88e1a3642f612b8a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 9 16:45:43 2010 +0000

    impl_signal_apply: this function is not called after the create page
    any more

    The 'create account' page doesn't have a 'apply' button any more so
    this test
    never succeeds any more.

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

commit ddbfc6ec6a3b2ffab1f83471dbf1f82630292f8a
Author: K.Vishnoo Charan Reddy <drkvi-a@yahoo.com>
Date:   Tue Feb 9 13:31:01 2010 +0000

    Replace SILC icon by one rendering better in 16x16 (#609352)

 data/icons/hicolor_apps_16x16_im-silc.png    |  Bin 321 -> 359 bytes
 data/icons/hicolor_apps_22x22_im-silc.png    |  Bin 391 -> 510 bytes
 data/icons/hicolor_apps_24x24_im-silc.png    |  Bin 311 -> 476 bytes
 data/icons/hicolor_apps_32x32_im-silc.png    |  Bin 475 -> 547 bytes
 data/icons/hicolor_apps_48x48_im-silc.png    |  Bin 468 -> 749 bytes
 data/icons/hicolor_apps_scalable_im-silc.svg |   57
 +++++++++++++++----------
 6 files changed, 34 insertions(+), 23 deletions(-)

commit 6595e1660bb1dc21fc7fefb6fe6a9e925f9189c3
Merge: fe9e7dd 66dd2eb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 9 11:56:47 2010 +0000

    Merge branch 'zephyr'

commit 66dd2eb3f37e2ddb0b72f5a31683ca3a2f9b837b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 9 11:49:56 2010 +0000

    Add icon for the Zephyr protocol (#609343)

 data/icons/Makefile.am                         |    6 +
 data/icons/hicolor_apps_16x16_im-zephyr.png    |  Bin 0 -> 695 bytes
 data/icons/hicolor_apps_22x22_im-zephyr.png    |  Bin 0 -> 995 bytes
 data/icons/hicolor_apps_24x24_im-zephyr.png    |  Bin 0 -> 1049 bytes
 data/icons/hicolor_apps_32x32_im-zephyr.png    |  Bin 0 -> 1500 bytes
 data/icons/hicolor_apps_48x48_im-zephyr.png    |  Bin 0 -> 2303 bytes
 data/icons/hicolor_apps_scalable_im-zephyr.svg |  182
 ++++++++++++++++++++++++
 7 files changed, 188 insertions(+), 0 deletions(-)

commit fe9e7dd4083299e534a1f82be51d4d092237f994
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Feb 9 12:44:08 2010 +0100

    Disable sound notifications for login/logout of contacts (#609319)

 data/empathy.schemas.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6bcd28a6ac046bdc612dbcf71f97fbbbe0038e12
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Feb 9 08:21:34 2010 +0100

    Updated Spanish translation

 help/es/es.po |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit 607d9295b45f34d9328d247b0dbea49f0e6b440c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Feb 9 00:22:27 2010 +0100

    Updated Spanish translation

 po/es.po |   59
 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 29 insertions(+), 30 deletions(-)

commit d927a3b3bb87953e0d1f429885e3c88e1cbb12a7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 8 23:52:14 2010 +0100

    Updated Spanish translation

 help/es/es.po |  212
 +++++++--------------------------------------------------
 1 files changed, 25 insertions(+), 187 deletions(-)

commit 7444974aba04059220371ca286e7205193a667ef
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 8 23:51:56 2010 +0100

    Updated Spanish translation

 po/es.po |   44 ++++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 20 deletions(-)

commit 4c184062d7d9d5e507c5fad23897b82cce6af795
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Feb 8 20:31:06 2010 +0000

    start dev of next release

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