commit fb4a8981ea0342ba1270a4e2c945ecc1ef298e2a
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Sep 19 17:35:23 2011 +0530

    News update for 3.1.92 release

 NEWS |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit bfb4b532f616a259d37f40ba9637c59e26ca2462
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 19 12:28:32 2011 +0200

    Bug #659282 - Cannot add more than one appointment per session

 calendar/libecal/e-cal-client.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit 23b0fb32b96f88864dae9c498471995e71f1c01d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 19 11:33:45 2011 +0200

    Bug #659184 - Contacts calendar backend doesn't show events

 addressbook/libedata-book/e-book-backend-sexp.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 631a425f3518a34cdac2609cafeb4edcc5f56ecb
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Mon Sep 19 09:44:44 2011 +0200

    Updated Slovak translation

 po/sk.po | 6637 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 3686 insertions(+), 2951 deletions(-)

commit a3c08ab0e503448108cc4fecac979b21c545fc08
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Sep 19 03:00:42 2011 +0200

    Updated Serbian translation

 po/sr.po       | 1785 +++++++++++++++++++++++++++++---------------------------
 po/sr@latin.po | 1785 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 1838 insertions(+), 1732 deletions(-)

commit a7312a51508974847ed6c63837eb5e88ac6f6609
Author: Alexander Larsson <alexl@redhat.com>
Date:   Sun Sep 18 17:36:47 2011 +0100

    Bug 659079 — Read all gContact:website
    
    Convert the website code in EDS' Google Contacts backend to support TYPEs
    and generally use the existing framework code.
    
    Closes: bgo#659079

 .../backends/google/e-book-backend-google.c        |  127 ++++++++++++++++----
 1 files changed, 104 insertions(+), 23 deletions(-)

commit 964f7a5fcdc0b93cfe72285e6dbb9d9fd7141d2c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 17 10:18:07 2011 +0100

    Bug 659165 — editing eds contacts that has an avatar fails
    
    Fix the propagation of avatar data for contacts across contact modifications
    which don't edit the avatar data.
    
    Closes: bgo#659165

 .../backends/google/e-book-backend-google.c        |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 88a4b784edd350a4abe477a4748f8ab64cf03ffd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 17 10:53:40 2011 +0200

    Updated Slovenian translation

 po/sl.po |   27 ++++++++++++---------------
 1 files changed, 12 insertions(+), 15 deletions(-)

commit 022a1ddb029d69f9286665cef86e80425049fb47
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 11:24:43 2011 +0900

    Updated Japanese translation

 po/ja.po | 4510 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 2412 insertions(+), 2098 deletions(-)

commit 9220410d2a133406edfebe11125282f03ca534b0
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Fri Sep 16 10:02:23 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 4085 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 1899 insertions(+), 2186 deletions(-)

commit b57504a98dcc56d6a6c627b04351cb1c976d317b
Author: Raul Gutierrez Segales <rgs@collabora.co.uk>
Date:   Fri Sep 16 10:09:13 2011 +0100

    Introspection: improve annotation for e_source_peek_group

 libedataserver/e-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 837e469f23fbc4cf3590ee2e19a961f006d72bda
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Sep 16 09:31:25 2011 +0200

    [imapx] Fix read of uninitialized memory from g_str_has_prefix
    
    I caused this with a change of hiding LOGIN command debug prints,
    the ByteArray is not nul-terminated, thus later strlen use in
    g_str_has_prefix was reading out of bounds.

 camel/providers/imapx/camel-imapx-server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b9da17da5a81a36fa8bc3e5a47e0128c2c8f8a69
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Thu Sep 15 22:34:37 2011 +0200

    Updated Slovenian translation

 po/sl.po | 1721 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 740 insertions(+), 981 deletions(-)

commit bd9088299b78e393dd2a816480041d4ea068893a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Sep 15 19:16:19 2011 +0200

    e-d-s: Expose all gContact:websites items
    
    This exposes all the links that the contact has in the X-URIS vcard
    attribute (other that the previously set homepage and blog fields).
    X-URIS is compatible with what folks uses for extending the uri fields.
    
    Fixed bug #659079

 .../backends/google/e-book-backend-google.c        |   75 ++++++++++++--------
 1 files changed, 46 insertions(+), 29 deletions(-)

commit fe4494dd68c162a1dc9d024d40fd320fd6728d54
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Sep 15 15:01:20 2011 +0200

    Handle changes in the goa accounts list at runtime
    
    If an account is added to GOA after initialization we failed to
    pick it up. We now listen to signals and update the hashtables
    for the accounts.
    
    Fixes bug #659138

 addressbook/libedata-book/e-data-book-factory.c |   67 ++++++++++++++++-------
 1 files changed, 46 insertions(+), 21 deletions(-)

commit 8362e0da37a13dbe53ce637fd9691f78ad65961d
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Thu Sep 15 15:40:18 2011 +0300

    Updated Belarusian translation.

 po/be.po |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit be9e80262fe5829145f49ae2508652a832a3b3a7
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 15 12:43:13 2011 +0200

    Updated Hungarian translation

 po/hu.po | 3628 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1785 insertions(+), 1843 deletions(-)

commit 2e576d8cb05dfcc33d10fc23b4c7543b2205506f
Author: Patrick Ohly <patrick.ohly@intel.com>
Date:   Wed Sep 14 17:05:42 2011 +0200

    Bug #655253 - fix regression introduced with MOD_ONLY_THIS
    
    Part of the code reorganization was removal of check_dup_uid() from
    the normal "add component" code paths. It was only done as sanity
    check when loading a file. That sanity check then incorrectly rewrote
    UIDs, because it didn't take into account that detached recurrences
    have (and must have) the same UID as the recurring master event.
    
    This patch fixes check_dup_uid() accordingly. It moves the
    uid g_free() into the bottom of the function to have a common
    cleanup section.

 calendar/backends/file/e-cal-backend-file.c |   29 +++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 4 deletions(-)

commit df5f467aa7cf8437b3161763ffbf503020c50130
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Sep 15 00:18:51 2011 +0100

    Updated Portuguese translation

 po/pt.po | 3880 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 2020 insertions(+), 1860 deletions(-)

commit d225712ffea418c771274a871dfd644c88baadb0
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Wed Sep 14 23:53:11 2011 +0200

    l10n: Updated Italian translation

 po/it.po | 3813 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1989 insertions(+), 1824 deletions(-)

commit ebe08eaa2998d49ea39d55e0ddc5dc12561b4c48
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Wed Sep 14 21:50:45 2011 +0300

    Updated Belarusian translation.

 po/be.po |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

commit 7828bb097065c16deae4e9f7198dfc91947d6aa2
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Wed Sep 14 22:36:33 2011 +0800

    update Simplified Chinese (zh_CN) translation

 po/zh_CN.po | 2589 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 1320 insertions(+), 1269 deletions(-)

commit e41c9f23cd43f84b9a93778f6fa507ce1166ed65
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Wed Sep 14 14:47:09 2011 +0530

    hindi update

 po/hi.po | 6511 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 3635 insertions(+), 2876 deletions(-)

commit 717cf57e770964bf2bf0ad6367486b50129702df
Author: Patrick Ohly <patrick.ohly@intel.com>
Date:   Wed Sep 14 09:43:58 2011 +0200

    calendar file backend: revert adding EXDATE when creating detached recurrences
    
    This reverts the part of 8631a8f which adds an EXDATE to the recurring
    event when adding a detached recurrence. Adding that EXDATE is not
    necessary, the detached recurrences overwrite the regular recurrences
    based on UID/RECURRENCE-ID, and changes visible EDS behavior (breaks
    SyncEvolution testing, for example).
    
    As discussed in GNOME Bug #655253 and the "SyncEvolution + EClient API
    + EXDATE regression (Bug #655253)" mail thread, the real problem
    seems to be related to UID handling in detached recurrences.

 calendar/backends/file/e-cal-backend-file.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 69e00712abac96f7b0284e937af70f6213a955b2
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Wed Sep 14 07:40:26 2011 +0300

    Updated Bulgarian translation

 po/bg.po | 1917 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 915 insertions(+), 1002 deletions(-)

commit 5b4a450c824c9264e59965c61253091f675fa16f
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 13 16:09:57 2011 +0200

    Bug #632153 - Set X-Evolution-Source header consistently

 camel/camel-folder.c                     |    8 ++++++++
 camel/providers/imap/camel-imap-folder.c |    3 ---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 499e1290d64ae3e9bb4c2753c08933f54db0bc86
Author: Alexander Larsson <alexl@redhat.com>
Date:   Tue Sep 13 10:06:45 2011 -0400

    Bug 658911 - google: Always readonly addressbooks with goa

 .../backends/google/e-book-backend-google.c        |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 20d110bb5c037abcfb64421d26803b43fcb30ced
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Tue Sep 13 15:02:34 2011 +0300

    e-gdbus-templates: Fix incorrect type check in e_gdbus_proxy_finish_call_uint()
    
    It should make sure the type is UINT, not STRING.

 libedataserver/e-gdbus-templates.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8a974d37e31fad5d6e7e8fa2c2e5df9a49297366
Author: I Felix <ifelix25@gmail.com>
Date:   Tue Sep 13 15:04:13 2011 +0530

    Updated Tamil Translations

 po/ta.po | 4626 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 2554 insertions(+), 2072 deletions(-)

commit 6ea7bf1cb90525985546dd92a6a2d8e6d4031666
Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
Date:   Tue Sep 13 12:18:51 2011 +0530

    Updated Oriya Translation

 po/or.po |  102 ++++++++++++++++++++++++-------------------------------------
 1 files changed, 40 insertions(+), 62 deletions(-)

commit 292b77ebab7684cd6de48c86b9fd9986e7d55a0a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 13 09:30:24 2011 +0900

    Updated Korean translation

 po/ko.po | 3582 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1769 insertions(+), 1813 deletions(-)

commit cb997846228dd3aab51fd6b023600d01ffbecb88
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Sep 12 12:41:40 2011 +0300

    Updated Belarusian translation.

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

commit e409cb60ae1bc2c3245b54bff97b29be89db2c24
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Mon Sep 12 00:25:56 2011 +0300

    Updated Latvian translation.

 po/lv.po | 2018 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1027 insertions(+), 991 deletions(-)

commit 5fd303b5ba18b7c1280ac54ecbe2905ecaa209ec
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 11 12:35:59 2011 -0400

    configure.ac: Remove leftover GroupWise symbols.

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

commit 5428749451126e06e2a55b3e56e0fec23f53579c
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 11 15:27:04 2011 +0300

    Updated Belarusian translation.

 po/be.po |10265 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 5092 insertions(+), 5173 deletions(-)

commit 6f97bac2bd7d14651a15b8e6da369fa19754666e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Sep 11 11:07:01 2011 +0200

    Updated Spanish translation

 po/es.po |   48 ++++++++++++++++--------------------------------
 1 files changed, 16 insertions(+), 32 deletions(-)

commit e88c2f57764b78c7dc270a388f2c607ac57f2412
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Sep 9 15:33:12 2011 +0100

    Make maintiner mode enabled by default
    
    See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/

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

commit fee9da21d9cd01ff5edc80ae7d6315dd408ba5f6
Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
Date:   Fri Sep 9 19:41:32 2011 +0530

    Updated Oriya Translation

 po/or.po | 5261 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 3098 insertions(+), 2163 deletions(-)

commit 09553695871e3b5b2b4ccec2ac47f43649e45374
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 8 20:54:38 2011 +0200

    Updated Polish translation

 po/pl.po | 3579 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1767 insertions(+), 1812 deletions(-)

commit c9b65d4e952d985ffc19de3cc7c7f949a067bab8
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Sep 8 22:19:20 2011 +0530

    update PunjabiTranslation

 po/pa.po | 3987 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 2141 insertions(+), 1846 deletions(-)

commit 505f9ef5d6ab064d44addaed91d3a2f3bd466321
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Sep 8 10:07:31 2011 +0200

    Change order of system timezone detection
    
    Prefer checking of user's system timezone based on /etc/localtime
    content, to get always correct timezone, even when the system doesn't
    update config files when timezone is changed. This is fixing timezone
    detection in KDE, which doesn't update /etc/sysconfig/clock ZONE key
    when user changes local timezone. With the added caching mechanism is
    the walk-through zoneinfo directories done only once till the other
    change, which usually doesn't happen that often anyway.

 calendar/libecal/e-cal-system-timezone.c |   44 +++++++++++++++++++++++++----
 1 files changed, 38 insertions(+), 6 deletions(-)

commit 96b76f820904a78a888ebb36865f7f94d10fadfe
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Sep 8 07:41:32 2011 +0200

    Updated Czech translation

 po/cs.po | 3679 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 1808 insertions(+), 1871 deletions(-)

commit 5c50b34161afc58f6369bf00e73e6fc196d51d3c
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Sep 7 14:30:20 2011 +0100

    Updated British English translation

 po/en_GB.po | 3777 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 1966 insertions(+), 1811 deletions(-)

commit 079197de6a5434e1c36010404ce1bba377a8ab71
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 6 17:35:03 2011 +0200

    Bug #655728 - Read proxy settings from GSettings since Gnome 3

 libedataserver/e-proxy.c |  493 +++++++++++++++++++++++++++++++++------------
 1 files changed, 361 insertions(+), 132 deletions(-)

commit f1c9292caa3b26c890d628e99677dd05d62eba99
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Sep 6 16:43:04 2011 +0200

    Bug #655837 - Avoid use of deprecated g_unicode_canonical_decomposition

 libedataserver/e-data-server-util.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit 13b49917925bf84979510795c69f6b6b8a132818
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Sep 6 16:27:38 2011 +0700

    Updated Indonesian translation

 po/id.po | 1144 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 454 insertions(+), 690 deletions(-)

commit 99a56bb8273bc4b5e98bfd7c0dcd41a6a1f9ed6a
Author: Punit Jain <jpunit@novell.com>
Date:   Tue Sep 6 14:37:33 2011 +0530

    Bug #654818 crash fix : query conversion to sql

 .../libedata-book/e-book-backend-sqlitedb.c        |   32 ++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit 69fff73121c325f4b33038f8394a7642580a884e
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 5 12:37:33 2011 +0200

    camel-sasl-gssapi.c: Fix reply read of org.gnome.KrbAuthDialog.acquireTgt

 camel/camel-sasl-gssapi.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit c2cf8b944ce7bbe2ccb3ba5d96c36fb2662ba502
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 5 10:38:41 2011 +0200

    Fix compiler warnings for format strings in imapx

 camel/providers/imapx/camel-imapx-server.c  |    8 ++++----
 camel/providers/imapx/camel-imapx-summary.c |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 649d8ee0d3e0e82acdd3b68124c4b3761de47e64
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Sep 4 18:20:58 2011 +0300

    Updated Lithuanian translation

 po/lt.po | 1917 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 893 insertions(+), 1024 deletions(-)

commit 648811fa3ff82de31ee7a2ca44a5b5ad895e866a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Sep 3 20:02:44 2011 -0400

    Post-release version bump.

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