commit f2425364a7a18e7df42379d83fbd629684fc4f52
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 21 17:19:33 2011 -0400

    NEWS update for 2.32.3 release.

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

commit d3c0eb53980c4c071e2bfec37807783f95612b70
Author: Abner Silva <abnerf@gmail.com>
Date:   Wed Apr 20 23:04:43 2011 +0100

    Bug 648317 - MeeGo shell looking for the wrong atom
    
    Yet another s/MOBLIN/MEEGO/
    
    https://bugs.meego.com/show_bug.cgi?id=13756
    (cherry picked from commit a27e5eb99ec458993f631e5617483701a482f42d)

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

commit 9a55ba6a9386d92dc0667452418b40f0e543780b
Author: Alban Crequy <alban.crequy@collabora.co.uk>
Date:   Tue Apr 19 15:09:55 2011 +0100

    evolution-alarm-notify: replace Moblin by Meego
    
    evolution-alarm-notify didn't start correctly on Meego Netbook. This patch
    fixes the problem by replacing "Moblin" by the new Meego strings.
    
    https://bugs.meego.com/show_bug.cgi?id=14683
    (cherry picked from commit 387d6e01e3ca74b50b17e5597847d2acb6322a91)

 data/evolution-alarm-notify.desktop.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c0ce55c05aec70cfd9efc8b0a45d88f50fd79d0f
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Feb 18 15:13:06 2011 +0100

    Bug #639483 - Category list includes weather information
    (cherry picked from commit 1b25ab52f7709a0eae7493fb933fa62376ead288)

 e-util/e-util.c                                 |   34 ++++++++++++++++++++++-
 e-util/e-util.h                                 |    1 +
 modules/addressbook/e-book-shell-view-actions.c |    2 +-
 modules/addressbook/e-book-shell-view.c         |    2 +-
 modules/calendar/e-cal-shell-view-actions.c     |    2 +-
 modules/calendar/e-cal-shell-view.c             |    2 +-
 modules/calendar/e-memo-shell-view-actions.c    |    2 +-
 modules/calendar/e-memo-shell-view.c            |    2 +-
 modules/calendar/e-task-shell-view-actions.c    |    2 +-
 modules/calendar/e-task-shell-view.c            |    2 +-
 10 files changed, 42 insertions(+), 9 deletions(-)

commit b63b75b111a4cf6de8c8d3406cf33509c6146d75
Author: David Woodhouse <David.Woodhouse@intel.com>
Date:   Fri Apr 15 14:57:39 2011 +0100

    Bug 647816 - Moving folder hierarchy causes error
    
    When *moving*, as opposed to copying, we only need to operate on the top-level
    folder; its children will automatically follow it.
    (cherry picked from commit d44fb9e2cf43ebec0ffc811d6d1f9f6e28ccefae)

 mail/em-folder-utils.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit ca0d2d390d80fdc81e08ace8fba6f632d2b3a573
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 14 08:23:13 2011 -0400

    Bug 647698 - Selected calendar doesnt authenticate after offline/online
    
    When I wrote e_load_cal_source_async() it didn't occur to me that a
    calendar backend may emit "auth-required" after the initial connection
    attempt.  And because I was passing the allocated context data for the
    asynchronous load operation to e_cal_set_auth_func(), meaning the data
    gets freed at the end of the load operation, I was then calling
    e_cal_set_auth_func(cal, NULL, NULL) after the initial authentication
    was complete so that the ECal would not try to access the freed context
    data after the load operation finished.
    
    But that turned out to break the case of switching to offline mode, then
    back to online mode.  Most calendar backends need to re-authenticate when
    they come back online.
    
    This commit instead passes data to the authentication function by way of
    g_object_set_data_full() so that the authentication function can be left
    in place for the duration of the ECal instance.
    
    Note that e_cal_set_auth_func() lacks a GDestroyNotify argument for the
    user data passed to it, which rules out passing any kind of allocated
    data structure.  This is an API design flaw, in my opinion.  But
    g_object_set_data_full() *does* take a GDestroyNotify argument.
    (cherry picked from commit 760c438e670e4ebe01c5431779628ed3a3189b76)

 calendar/common/authentication.c |   56 ++++++++++++++++++++++++++-----------
 1 files changed, 39 insertions(+), 17 deletions(-)

commit 76647951b85363ded524bef501092efdb497b486
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 11 14:48:19 2011 +0100

    Bug #644301 - Invalid GVariant format in NetworkManager module
    (cherry picked from commit 3712e3981b2056401c57c981160c96ff931f612c)

 modules/connman/evolution-connman.c                |    4 +++-
 .../network-manager/evolution-network-manager.c    |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 9389a705332f4cdbf43f02baabbd3200110a076d
Author: Hao H Li <hao.h.li@intel.com>
Date:   Tue Mar 8 08:07:23 2011 -0500

    Bug 644164 - Using outdated Connman D-Bus names
    (cherry picked from commit cbcae0eef22d80d564145de68fd55e47d2c35b05)

 modules/connman/evolution-connman.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0d6a01e644e096dff3964c13482885527164bbd0
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 23 15:26:55 2010 +0100

    Bug #371705 - Calendar's day view does not reset its IM context
    (cherry picked from commit e490db52f6c48d5c37884c2345386116474112ae)

 widgets/text/e-text.c |   87 ++++++++++++++++++++++---------------------------
 1 files changed, 39 insertions(+), 48 deletions(-)

commit 226430c112e9f98b6b63439c63a4a8e7279ad933
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 17 19:33:58 2011 +0100

    Order matters, process master object first, then detached instances
    (cherry picked from commit b1008815feab6b7a95fd0f11c18a7f018b1a605b)
    (Bug 646164)

 calendar/gui/e-cal-model.c |   42 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 2 deletions(-)

commit c645e03a3c1ceecc15e87474ef171fee91303487
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 21 13:19:36 2011 +0100

    Bug #640829 - Can drop text/plain message lines in message preview
    (cherry picked from commit 065755c13c934634aeee08477ae4ed6a7d4a816e)

 mail/em-inline-filter.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 081a65512f97a17c3ad77bc824d5dca313d023be
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Apr 2 15:28:40 2011 +0200

    Updated Swedish translation

 po/sv.po |  694 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 339 insertions(+), 355 deletions(-)

commit f0ac22542eb9bc90e9aed645fa6952ce3a0af8aa
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 29 14:43:27 2011 -0400

    Revert "Bug 640083 - Cannot configure LDAPS on port 636"
    
    This reverts commit 8542059ec53e51f56ddc4b4ad720739ec075c72a.
    
    This reportedly caused a regression and does not fix the original issue.

 modules/addressbook/addressbook-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 84a6b16c3fd9f3dfaf48257bf4a77c32c090d403
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Thu Mar 17 13:01:33 2011 +0100

    Updated Romanian translation

 po/ro.po | 5606 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 3202 insertions(+), 2404 deletions(-)

commit 6d85143ed18ba7493ec0fbdd4248ccd3dce5c161
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Mar 8 22:26:11 2011 +0200

    Updated Latvian translation.

 po/lv.po |40001 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 20928 insertions(+), 19073 deletions(-)

commit 2386ecf031365cd6bda6be036fb65faabd49e77f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Feb 6 01:24:36 2011 -0500

    Post-release version bump.

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