commit 8957b456d91821ff56a559b36066e66546f0dfe3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Sep 6 10:08:34 2011 +0200

    prepare 3.1.91

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 43 insertions(+), 3 deletions(-)

commit 0597cf5d537a65542c00f1ec64369d93c2a53209
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Tue Sep 6 12:17:43 2011 +0430

    Updated Persian translation

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

commit 0ecc4bae11c7130a57687163bf75a90fe1911121
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Tue Sep 6 12:08:47 2011 +0430

    Updated Persian translation

 po/fa.po | 1196
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 616 insertions(+), 580 deletions(-)

commit c1188cc50e7e8e492d1f98f1b73200eb65ba784e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Sep 6 09:23:45 2011 +0200

    build fix

    How did I end up commiting this without the ';'??

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

commit 68ef0da647171dc544ef4e16859a9519529863c6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Sep 6 09:03:07 2011 +0200

    empathy_contact_dup_from_folks_individual: add a debug msg if no
    contact is found

    In most cases that's probably either an Empathy or Folks issue,
    so it's good
    to have some info to help debugging.

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

commit 7936496e842742b7e5f1444e3ffdc0ab89e09f50
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Sep 5 16:30:50 2011 +0200

    empathy-accounts.desktop.in.in: remove X-GNOME-Settings-Panel

    We can't integrate with GNOME control center any more.

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

 data/empathy-accounts.desktop.in.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 301f075fbc9ebd1f6330a5ce6ba19fbace3ea80a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Sep 5 16:01:44 2011 +0200

    don't leak the keys returned by g_key_file_get_keys()

 goa-mc-plugin/mcp-account-manager-goa.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit e49885103b7bd1754511282b05a1b44c13d7289f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Sep 5 15:55:53 2011 +0200

    mcp_account_manager_goa_get: rename 'n' to nkeys

 goa-mc-plugin/mcp-account-manager-goa.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit fe369729ae300f341fa250420b1596900da58742
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Sep 2 14:26:46 2011 +0200

    Store variable parameters to a key file

 goa-mc-plugin/mcp-account-manager-goa.c |  131
 +++++++++++++++++++++++++++++--
 1 files changed, 124 insertions(+), 7 deletions(-)

commit b7c9d3ec599064bee965a017eb6182d56c156e41
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Sep 1 14:03:24 2011 +0200

    watch for chat properties change to detect if Chat has
    enabled/disabled

 goa-mc-plugin/mcp-account-manager-goa.c |   38
 +++++++++++++++---------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit 08dedb8027eb3947b689ee7c99171406c8e82b47
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 16:04:30 2011 +0200

    set TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction

    We can't change the 'Chat' switch on the GOA account so user will
    have to use
    GOA to enable/disable the TP account.

 goa-mc-plugin/mcp-account-manager-goa.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2d217cf1e80cfa1437f9f08e124b0c6f1fbe247c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 14:58:08 2011 +0200

    Remove old Facebook code

    Add a TODO for now.

 goa-mc-plugin/mcp-account-manager-goa.c |   46
 +++----------------------------
 1 files changed, 4 insertions(+), 42 deletions(-)

commit 2f5e2d1fdb7220291a75357c6c51ab7000e8b897
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 14:54:49 2011 +0200

    watch for Chat feature changes to enable/disable the account

 goa-mc-plugin/mcp-account-manager-goa.c |   41
 +++++++++++++-----------------
 1 files changed, 18 insertions(+), 23 deletions(-)

commit 2278e8e11be7614d15d8c1a081dc49e68e5924eb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 14:43:10 2011 +0200

    mcp_account_manager_goa_set: pretend we save everything

    No doing it result in MC saving the keys in accounts.cfg and so
    duplicating
    the account.

 goa-mc-plugin/mcp-account-manager-goa.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5d17340353b68177ec1332e564a13f18fb00105a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 14:22:36 2011 +0200

    Enable TP account only if Chat has been turned on in GOA

 goa-mc-plugin/mcp-account-manager-goa.c |   28
 ++++++----------------------
 1 files changed, 6 insertions(+), 22 deletions(-)

commit 79df4629d7890f5d3a70e2d66afea1ded744e9d6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 14:09:47 2011 +0200

    store the GoaObject rather than the GoaAccount

    We need to keep the GoaObject to check if Chat is enabled on it.

 goa-mc-plugin/mcp-account-manager-goa.c |   28
 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit eb9d398e95bbb9972df1ac26374da11234a82989
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Wed Jun 29 14:56:49 2011 +0800

    Add params fallback-servers, extra-certificate-identities and
    require-encryption

 goa-mc-plugin/mcp-account-manager-goa.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 18cb1d75f31075ac4ac4ad809d96cab824515387
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Wed Jun 29 14:39:11 2011 +0800

    Document hashtable allocation/reffing

 goa-mc-plugin/mcp-account-manager-goa.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0b4a5527117a282de064b0ea0a9bc920a1029dae
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Tue Jun 14 18:37:30 2011 +0100

    Track accounts created and destroyed from GOA

 goa-mc-plugin/mcp-account-manager-goa.c |   34
 +++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 2 deletions(-)

commit 56ad8aa9ae095378b17d9bea03dd3f41fab232e2
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Tue Jun 14 18:28:54 2011 +0100

    Support launching GNOME Online Accounts in empathy-accounts

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

commit b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Tue Jun 14 17:18:58 2011 +0100

    Initial work on a GNOME Online Accounts Mission Control plugin

 Makefile.am                             |    7 +-
 configure.ac                            |   31 ++
 goa-mc-plugin/Makefile.am               |   18 ++
 goa-mc-plugin/mcp-account-manager-goa.c |  471
 +++++++++++++++++++++++++++++++
 goa-mc-plugin/mcp-account-manager-goa.h |   60 ++++
 goa-mc-plugin/mission-control-plugin.c  |   48 ++++
 6 files changed, 634 insertions(+), 1 deletions(-)

commit 2d762527c1291c0a0fedcc2ab153d947b1876435
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Sep 5 23:29:57 2011 +0200

    Updated Spanish translation

 help/es/es.po |  171
 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 114 insertions(+), 57 deletions(-)

commit 4d64e1f05887e06f88d9599a24e0b259c1d5838d
Author: Ekaterina Gerasimova <kittykat3756@googlemail.com>
Date:   Mon Sep 5 20:32:57 2011 +0200

    help/share-desktop: Updated and improved wording

    Changed "desktop viewing application" to "desktop sharing application"
    when talking about a VNC server. Simplified language, improved grammar
    and word order.

 help/C/share-desktop.page |   56
 ++++++++++++++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 21 deletions(-)

commit aae0b71cf6b97217175111c8af378bcccd05776b
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Mon Sep 5 20:01:38 2011 +0200

    Updated Dutch translation by Hannie Dumoleyn

 po/nl.po |  585
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 312 insertions(+), 273 deletions(-)

commit e01b2c3f1bbe994b1766709398d53611e30ee0ca
Author: Fran Dieguez <fran@openhost.es>
Date:   Sun Sep 4 18:46:02 2011 +0200

    Updated galician translations

 po/gl.po |  436
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 231 insertions(+), 205 deletions(-)

commit 177093d0b13b58d50094b273cb16d62b8e2bd41b
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 4 18:37:59 2011 +0300

    Updated Belarusian translation.

 po/be.po |   96
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 48 insertions(+), 48 deletions(-)

commit 3db27cec190e8a7d13566d73d6eda04f9d99b5d0
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 3 20:33:48 2011 +0200

    Updated Spanish translation

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

commit d2467f4d3b989bb34ef35c16fd7cbdd57edf4161
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Sep 3 13:49:07 2011 -0400

    help/irc-manage: Add install link for telepathy-idle

 help/C/irc-manage.page |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 22de94f978df78e8b83ad515a6d6c870049b116b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 1 13:55:38 2011 -0400

    main-window: add back the primary-toolbar hint

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

 src/empathy-main-window.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 55debdac5cb1a3a46a0c6e2bbc052e83f7e57f77
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 1 12:26:29 2011 -0400

    log-window: add the "raised" style class to the account chooser

    So that it raises up from the toolbar below.

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

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

commit f329a627ccf45954e06909dde3626fbe535cd440
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Fri Sep 2 20:59:27 2011 +0300

    Updated Belarusian translation.

 po/be.po |  367
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 196 insertions(+), 171 deletions(-)

commit 2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1
Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Date:   Fri Sep 2 12:43:29 2011 +0100

    Use format-justify-fill everywhere

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

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

commit bc0ec088a254f7432a299ee0b1d4b634d771140e
Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Date:   Thu Sep 1 11:18:08 2011 +0100

    LogWindow: fix toolbar icons

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

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

commit 24bc9e50cd9cdb73f9983e01988834e386f600fb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Sep 1 16:01:37 2011 +0200

    log-window: align the account chooser and search widget

    Center the account chooser and align the search widget to the right
    of the
    toolbar.

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

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

commit 8d3d11d5e3866cf4cfd730af4252c10fdd5783ed
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Aug 30 10:44:02 2011 +0200

    empathy_connection_can_*_personas: check if connection is connected

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

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

commit 01086a035fcf1b128bd9547219aa00c8768e0118
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Date:   Wed Aug 31 17:28:35 2011 +0100

    Fixes a segfault in empathy-individual-store.c

    When a contact cannot be obtained from an individual, icon_name and
    contact will be NULL, leading to g_hash_table_lookup for a NULL-value,
    segfaulting.

    Although there's probably an underlying error somewhere, the NULL case
    should be handled, being a valid return value for the method;

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

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

commit 96a577f74ee233951f6b61b0fb8b1bbe70a1e12e
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Fri Sep 2 16:04:03 2011 +0530

    Updated Tamil translation

 po/ta.po | 2173
 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 1383 insertions(+), 790 deletions(-)

commit b1fcecccc0dc5d4cbbdc67baf00a8bbdce2781d4
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Fri Sep 2 05:40:36 2011 +0530

    Updated Tamil translation

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

commit 078a23707194b9a1c21e42591a3a9732d46bb019
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Thu Sep 1 23:08:32 2011 +0300

    Updated Lithuanian translation

 po/lt.po | 1737
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 906 insertions(+), 831 deletions(-)

commit 9cabc4a14f2ffab0045c5a601e9b5c8eada11b71
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Thu Sep 1 23:41:58 2011 +0400

    Updated Russian translation

 po/ru.po |  401
 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 181 insertions(+), 220 deletions(-)

commit f26ba0c5b0883b2fb63c5fa59349540cf2e7f8de
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Aug 22 12:08:46 2011 -0400

    build: fix typo in configure summary

    Geocode support uses geocode-glib, not geoclue.

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

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

commit d3afcd73345ebda8e784df8b81edda8ccc5d7c24
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Sep 1 12:47:59 2011 +0200

    Updated Swedish translation

 po/sv.po |  397
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 213 insertions(+), 184 deletions(-)

commit ac7803440e7d05e5e6f688c137ff738b760c261c
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Wed Aug 31 23:34:18 2011 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po |  385
 +++++++++++++++++++++++++++++++---------------------------
 1 files changed, 206 insertions(+), 179 deletions(-)

commit 73e8667395282bda229c900425221ee0f35560ab
Merge: 1da2ae6 e461080
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Thu Sep 1 11:00:08 2011 +1000

    Merge branch 'timezones-656189'

commit 1da2ae694517fc48cb8e49d5a030a8d95554701d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 31 21:24:27 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  363
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 194 insertions(+), 169 deletions(-)

commit fcd22fbdd8d4545b04e15f3bcb6e4384e7d0ded6
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Wed Aug 31 15:14:15 2011 +0100

    Correct grouping in the hostname regexp

    Correctly group our subregexp otherwise hostnames like the following
    won't be recognized due to the way things expand:
      a.com
      example.c-om

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

commit 022c807d5dee69a54c565051cea62571b29d3ebf
Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Date:   Wed Aug 31 09:20:28 2011 +0100

    CallWindow: make video buttons unsensitive when video not supported

    If we're calling an audio-only contact, make the camera buttons
    unsensitive.

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

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

commit 7da7c9f115124a274a8566a77624338816c641b3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Aug 31 10:24:20 2011 +0200

    remove released flag

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