Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 2cac0aff3bacd1e7d1d2c08f94238e06 > files > 12

evolution-mapi-3.6.4-1.fc18.i686.rpm

# Generated by Makefile. Do not edit.

commit 1bc65b4a92a652c5f17bfa371a0ba1fb4e05fa6d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 1 15:18:25 2013 +0100

    Bug #694786 - Do not use unknown property tags in restrictions

 src/libexchangemapi/e-mapi-connection.c | 326 ++++++++++++++++++++++++++++++--
 1 file changed, 311 insertions(+), 15 deletions(-)

commit 1b0f47be5c507f83c5bc6888c41a3fd8a59370f9
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 27 14:25:58 2013 +0100

    Bug #694786 - Ref count issue on a book view update

 src/addressbook/e-book-backend-mapi.c | 2 ++
 1 file changed, 2 insertions(+)

commit 3594369638f59269a5945c4ddc706d966f00bbdf
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 26 09:45:17 2013 +0100

    Teach collection backend about Kerberos authentication

 configure.ac                       |  2 +-
 src/collection/e-mapi-backend.c    | 44 ++++++++++++++++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-utils.c | 18 ++++++++++++++++
 src/libexchangemapi/e-mapi-utils.h |  3 +++
 4 files changed, 66 insertions(+), 1 deletion(-)

commit da2e53f8a04c85da848b1ea8331b953b70fdfa47
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 25 16:22:48 2013 +0100

    Allow debugging of an account Authenticate process
    
    Debugging was enabled only for the profile's load mapi contexts, not for all,
    thus for example accounts' validation didn't print debug info on console.
    Setting debugging for each mapi context makes this work better.

 src/libexchangemapi/e-mapi-connection.c | 8 --------
 src/libexchangemapi/e-mapi-utils.c      | 7 +++++++
 2 files changed, 7 insertions(+), 8 deletions(-)

commit 24c20518d1ecfdc3b3a90e13e099a61c46da6a5f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 21 20:37:55 2013 +0100

    Bug #685882 - NspiGetIDsFromNames failure with MAPI_E_NO_SUPPORT

 src/libexchangemapi/e-mapi-connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a6bce1ab4a7efadeed16c6acca9a631f47194462
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Feb 18 12:25:58 2013 +0100

    Update French translation

 po/fr.po | 339 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 177 insertions(+), 162 deletions(-)

commit c3c295b00fece5a5ab42a5bf7b50ee229cb77723
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 14 19:06:27 2013 +0100

    Call OpenProfile() with talloc-allocated 'profile' parameter
    
    The 'profile' variable have been allocated on stack, but the underlying
    code could expect a talloc-allocated memory, which could cause crashes
    during connection to the server in this function.

 src/libexchangemapi/e-mapi-connection.c | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

commit 494b856eea59dbd8dcb98dc030551dcc305aa89a
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 5 17:46:14 2013 +0100

    Bug #693181 - Does not ask for password after its change

 src/addressbook/e-book-backend-mapi.c          |  3 +--
 src/calendar/e-cal-backend-mapi.c              |  3 +--
 src/camel/camel-mapi-store.c                   | 10 ++--------
 src/configuration/e-mail-config-mapi-backend.c |  2 +-
 4 files changed, 5 insertions(+), 13 deletions(-)

commit da62a924d0e56ae2bf39278d2f7c233726fa94cd
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 4 19:51:43 2013 +0100

    Bug #692373 - Crash when using finalizing connection

 src/camel/camel-mapi-folder.c                      |  44 ++++--
 src/camel/camel-mapi-store.c                       | 152 +++++++++++++++------
 src/camel/camel-mapi-store.h                       |   2 +-
 .../e-mapi-subscribe-foreign-folder.c              |  20 ++-
 4 files changed, 161 insertions(+), 57 deletions(-)

commit d623ce597f22b87ba5dce8e34a8dfc00b7883d7d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 23 13:58:04 2013 +0100

    Bug #692371 - Crash under e_mapi_connection_connected()

 src/libexchangemapi/e-mapi-connection.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 12cfd4f7e4ee2933f8272f12d110dce164b0aef2
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 22 11:23:24 2013 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8af4c7c3f23ad4d6cc9793d2ea0b4961e6198af1
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 22 11:22:40 2013 +0100

    NEWS update for 3.6.3

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 6611c5fd2f8790e423f93d1ab1a286e18c38b307
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 17 19:31:57 2013 +0100

    Bug #691834 - Body of attached message not shown

 src/libexchangemapi/e-mapi-connection.c | 24 ++++++++----------------
 src/libexchangemapi/e-mapi-mail-utils.c | 21 +++++++++++++++++----
 2 files changed, 25 insertions(+), 20 deletions(-)

commit d9c3a68fbe6ae2e22e9ed7406fd15a835d4c2b97
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 15 14:05:30 2013 +0100

    Bug #691772 - Long text/html message constructed as text/plain only

 src/libexchangemapi/e-mapi-cal-utils.c  | 28 ++++++++++++---
 src/libexchangemapi/e-mapi-connection.c | 62 +++++++++++++++++++++++++--------
 src/libexchangemapi/e-mapi-connection.h |  4 +++
 src/libexchangemapi/e-mapi-mail-utils.c | 56 ++++++++++++++---------------
 src/libexchangemapi/e-mapi-utils.c      |  2 +-
 5 files changed, 102 insertions(+), 50 deletions(-)

commit cb6d7443e3761fca7ef5665ff449cd405b489029
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sat Jan 12 23:30:12 2013 -0200

    Updated Brazilian Portuguese Translation

 po/pt_BR.po | 1722 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 865 insertions(+), 857 deletions(-)

commit d5c1b05076658089086077979cda8585fd6f9868
Author: Shantha kumar <shkumar@redhat.com>
Date:   Tue Dec 18 15:13:59 2012 +0530

    Tamil translation updated

 po/ta.po | 1249 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 944 insertions(+), 305 deletions(-)

commit 1db552eef211c805a9c9b85fc45e9ab148b1738d
Author: Sayak Sarkar <sayak.bugsmith@gmail.com>
Date:   Fri Nov 30 12:56:22 2012 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 1289 ++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 971 insertions(+), 318 deletions(-)

commit 1105f2c9ba7d8ee436036be0acca80ebee5b4f57
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:   Wed Nov 28 15:39:34 2012 +0530

    Updated Telugu Translations

 po/te.po | 1392 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 1025 insertions(+), 367 deletions(-)

commit 55cdadbfb734fb7a8a4708becefdfc2bdf0fd648
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 12 08:29:03 2012 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1e7cd888d9d245135749401a758f4f8a3baaf47
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 12 08:27:39 2012 +0100

    NEWS update for 3.6.2

 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 71ee88fa981e833e05bf2abaf4ecf7c72851c33e
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Nov 5 17:27:08 2012 +0530

    Updated kn translation

 po/kn.po | 1369 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 1150 insertions(+), 219 deletions(-)

commit f7be32073d006ed6432f2bc602fd04276825442a
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Oct 31 19:41:20 2012 +0100

    Avoid re-add of a GAL ESource

 src/collection/e-mapi-backend.c | 62 ++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

commit 99f1b13c5bac62e9d2710cad8085ac5598815db0
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Oct 28 08:44:40 2012 +0100

    Updated Serbian translation

 po/sr.po       | 1256 +++++++++++++++++++++++++++++++++++++++++---------------
 po/sr@latin.po | 1256 +++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 1846 insertions(+), 666 deletions(-)

commit 4aa2e6ac359cc175e059a60c296bdcc3f2b8a434
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Oct 24 12:17:04 2012 +0200

    Updated German translation

 po/de.po | 341 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 156 insertions(+), 185 deletions(-)

commit 95a5e45f11815dabaff9ce1e7c06f05f73c3db11
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Sep 22 12:11:44 2012 -0400

    NEWS update for 3.6.0 release.

 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit b1faabfa4951eb6e012ab445693a1bf3c0c6737e
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Sat Sep 22 10:51:31 2012 +0530

    hindi update

 po/hi.po | 3728 +++++++++++++++++---------------------------------------------
 1 file changed, 999 insertions(+), 2729 deletions(-)

commit 06e328d212fb93c4c90d5677b0b9036f6e346486
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Sat Sep 22 10:47:37 2012 +0530

    hindi update

 po/hi.po | 3075 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 2846 insertions(+), 229 deletions(-)

commit 61ab686e3711a7eee32ed0da4ceee4a783fdc243
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Sep 22 02:48:19 2012 +0200

    Updated Hungarian translation

 po/hu.po | 1143 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 840 insertions(+), 303 deletions(-)

commit 893196bde090755a722a741eb0946c56be44ed4c
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Thu Sep 20 04:16:59 2012 +0530

    Assamese translation updated

 po/as.po | 1357 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 1131 insertions(+), 226 deletions(-)

commit d0bdbc54c63c760c2b2ae5b6a4f838625d7f8479
Author: Ani Peter <apeter@redhat.com>
Date:   Thu Sep 20 02:39:00 2012 +0530

    Updated Malayalam file

 po/ml.po | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit b8c00e8a2c2be7e1a4b00b0fd7c1c89fd329d149
Author: Ani Peter <apeter@redhat.com>
Date:   Thu Sep 20 02:35:17 2012 +0530

    Updated Malayalam file

 po/ml.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d7868681bb1278f16cdf16d6980cc9fc44c7c61
Author: Ani Peter <apeter@redhat.com>
Date:   Thu Sep 20 02:33:02 2012 +0530

    Updated Malayalam file

 po/ml.po | 1340 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 1126 insertions(+), 214 deletions(-)

commit bf085f5afc02a297185d58f355a957f71bc7c389
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 17 09:23:37 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 718193a54a4f84a4fb966905cb63e4f14140faee
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 17 09:22:11 2012 +0200

    NEWS update for 3.5.92

 NEWS | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit c52dd81225b10833d3d4a51ef558040c354ffbac
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Fri Sep 14 23:06:21 2012 +0300

    Updated Lithuanian translation

 po/lt.po | 298 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 125 insertions(+), 173 deletions(-)

commit 51ddcb25e5b3f9f47b22712e3ad3717d984a1658
Author: Chris Leonard <cjl@laptop.org>
Date:   Fri Sep 14 15:55:40 2012 +0100

    Updated British English translation

 po/en_GB.po | 1233 ++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 934 insertions(+), 299 deletions(-)

commit 5b41f599f514d9780fc97987ab67b41f5ad3f526
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Sep 14 15:57:49 2012 +0200

    Bug #678952 - Meeting invitation causes crash of Outlook 2010

 src/libexchangemapi/e-mapi-cal-utils.c | 3 +++
 1 file changed, 3 insertions(+)

commit 69749d3ab36b1c78cae7bb73669019475175b0c0
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Sep 13 18:10:14 2012 +0200

    Bug #678952 - Meeting invitation reply causes crash of Outlook 2010

 src/libexchangemapi/e-mapi-cal-utils.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 8e0889e847d24aef4662f9237017a52d3bf98663
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Sep 12 16:11:35 2012 +0530

    Updated gujarati file

 po/gu.po | 1320 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 1116 insertions(+), 204 deletions(-)

commit b46ace0784895b5bc7201bc9bbd9878fb3f4522b
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Sep 9 00:05:15 2012 +0700

    Updated Indonesian translation

 po/id.po | 1655 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 809 insertions(+), 846 deletions(-)

commit b21e2576c3e4438ee6235fcd8eacbe60858556bc
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Fri Sep 7 13:41:50 2012 +0530

    Updated Marathi Translations

 po/mr.po | 1397 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 1028 insertions(+), 369 deletions(-)

commit c2af85323df691f5cea3f5453e336d4bd27b9ca4
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Sep 5 22:03:48 2012 +0200

    Updated Czech translation

 po/cs.po | 1658 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 804 insertions(+), 854 deletions(-)

commit 402aeaf77e076da0dac8498e78ebaed83ed73100
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 4 22:17:27 2012 +0200

    Bug #680921 - e_shell_window_get_action_group() doesn't return reffed pointer

 src/configuration/e-mapi-config-utils.c | 2 --
 1 file changed, 2 deletions(-)

commit ee0b9b1dcf4d0219f5f831761544a77ada630bb7
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Tue Sep 4 10:41:18 2012 +0200

    Bug #682914 - Some messages won't show translated strings

 src/configuration/e-mapi-edit-folder-permissions.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8b934f0bf21d3b2dcd1cfdfb99ab171b13e529a4
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 4 10:34:05 2012 +0200

    Make translations work in respective modules

 src/addressbook/Makefile.am                   |  1 +
 src/addressbook/e-book-backend-mapi-factory.c |  7 +++++++
 src/calendar/Makefile.am                      |  1 +
 src/calendar/e-cal-backend-mapi-factory.c     |  7 +++++++
 src/collection/Makefile.am                    |  1 +
 src/collection/module-mapi-backend.c          | 13 +++++++++++--
 src/configuration/Makefile.am                 |  1 +
 src/configuration/module-mapi-configuration.c | 13 +++++++++++--
 8 files changed, 40 insertions(+), 4 deletions(-)

commit d0f27651250a845f95346fad5d7c6ff1df6ddd6c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 3 12:44:01 2012 +0200

    Bug #681069 - Crash under e_mapi_util_copy_binary_r()

 src/calendar/e-cal-backend-mapi.c      | 16 ++++++++--------
 src/libexchangemapi/e-mapi-cal-utils.c | 14 +++++++++++---
 src/libexchangemapi/e-mapi-cal-utils.h |  6 +++---
 src/libexchangemapi/e-mapi-utils.c     | 14 +++++++-------
 src/libexchangemapi/e-mapi-utils.h     |  4 ++--
 5 files changed, 31 insertions(+), 23 deletions(-)

commit fbed4a26dec107c290d694026c03cf9205fc1d1c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 3 07:40:21 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8167b41e5f9b109b8ffdb4c66a591134e91ffcb2
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 3 07:39:23 2012 +0200

    NEWS update for 3.5.91

 NEWS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit e6c498ec989f58b213f60005560289bc6ada30db
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Sep 2 23:05:32 2012 +0200

    Updated Polish translation

 po/pl.po | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 80208e8dfcde457f6e65089839bbe7d05c43f4fa
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Aug 29 08:51:02 2012 +0200

    Updated Slovenian translation

 po/sl.po | 224 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 115 insertions(+), 109 deletions(-)

commit 84d3c1e46b2a652753f7b9b9f00e336c360f46fe
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 23 16:24:44 2012 +0200

    Install ESource::changed listener in mapi_backend_constructed()
    
    That way, if user enables MAPI account, the backend will know about
    it. The mapi_backend_populate() is not called for disabled accounts,
    thus it's not the right place to install the signal listener.

 src/collection/e-mapi-backend.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 69b8988b102524989e3a418460e19dc883461b9b
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 23 13:13:01 2012 +0200

    Be able to create book/calendar/task/memo folders

 src/collection/e-mapi-backend.c         | 99 +++++++++++++++++++++++++++++----
 src/configuration/e-book-config-mapi.c  |  8 +++
 src/configuration/e-cal-config-mapi.c   |  8 +++
 src/configuration/e-mapi-config-utils.c | 39 +++++++++++++
 src/configuration/e-mapi-config-utils.h |  1 +
 5 files changed, 145 insertions(+), 10 deletions(-)

commit c8a6b3c7c3a8bfec5f9768801be196691c503f6a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 23 12:00:42 2012 +0200

    Delete user's remote folders on delete of its local ESource

 src/collection/Makefile.am                    |   2 +
 src/collection/e-mapi-backend-authenticator.c | 163 ++++++++++++++++++++++++++
 src/collection/e-mapi-backend-authenticator.h |  41 +++++++
 src/collection/e-mapi-backend.c               |  62 ++++++++--
 4 files changed, 261 insertions(+), 7 deletions(-)

commit 2dcdd12aa67fe29adab64134b20201f8d504a9c7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Aug 22 03:45:36 2012 +0200

    Updated Polish translation

 po/pl.po | 1654 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 807 insertions(+), 847 deletions(-)

commit 684cf17e833a11ca58ac06764949e1334f63bd9e
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 21 12:31:46 2012 +0200

    Fix a compiler warning (variable may be used uninitialized)

 src/calendar/e-cal-backend-mapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 027a6ac08a994379928eca626254f71e768b57ba
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Aug 20 14:13:43 2012 +0200

    Updated Spanish translation

 po/es.po | 222 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 113 insertions(+), 109 deletions(-)

commit 9b06d69d8719c5c00de72f863810bddcb12a1ef3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 20 08:02:35 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 94ff115e5d5ccd93b821d4efb8a218c6ebf5c6c6
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 20 08:01:25 2012 +0200

    NEWS update for 3.5.90

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit f367bd1769544dba7b49be56c0973a006a94aea7
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 17 10:57:28 2012 +0200

    Partially implement add/remove of ESource-s

 src/collection/e-mapi-backend.c         | 125 ++++++++++++++++++++++++++++++++
 src/configuration/e-mapi-config-utils.c |  42 ++++++++---
 2 files changed, 155 insertions(+), 12 deletions(-)

commit 3ae3ba841b3ef8560502ee42b95aafb9d25976e3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 13 09:13:45 2012 +0200

    Fix a build break after recent API changes in eds

 src/camel/camel-mapi-store.c            | 2 +-
 src/camel/camel-mapi-transport.c        | 2 +-
 src/configuration/e-mapi-config-utils.c | 8 ++------
 3 files changed, 4 insertions(+), 8 deletions(-)

commit 2f2d1fbd02ac4b7472fcea3b7332d18302103d9f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 12 16:00:47 2012 -0400

    Adapt to CamelService API changes.
    
    camel_service_get_settings() is now camel_service_ref_settings()
    and it returns a new CamelSettings reference which the caller must
    release with g_object_unref().

 src/camel/camel-mapi-folder.c                      | 26 ++++--
 src/camel/camel-mapi-store.c                       | 93 ++++++++++++++++------
 src/camel/camel-mapi-transport.c                   | 39 ++++++---
 src/configuration/e-mapi-config-utils.c            | 38 +++++----
 .../e-mapi-subscribe-foreign-folder.c              | 14 +++-
 5 files changed, 147 insertions(+), 63 deletions(-)

commit ea0b59b45b1489ae4f159e93df54064794bba572
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 12 09:15:41 2012 -0400

    Adapt to CamelSession API changes.

 src/camel/camel-mapi-transport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66f2a72cf61e0dd6d336b617bbf8715240478e0b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Aug 11 11:15:58 2012 -0400

    Update git.mk.
    
    Source: https://github.com/behdad/git.mk

 git.mk | 83 +++++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 60 insertions(+), 23 deletions(-)

commit 1e57413889139cb1fe3fed778082465c6f45fe43
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Fri Aug 10 19:32:23 2012 +0200

    [l10n] Updated German translation

 po/de.po | 1731 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 867 insertions(+), 864 deletions(-)

commit 1e0f1d687b1c41252ec750a99cefbe057788baa6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Aug 7 12:22:51 2012 +0200

    Updated Slovenian translation

 po/sl.po | 266 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 136 insertions(+), 130 deletions(-)

commit f043b6e17a98b4920f3e16eeaacbad01547c210a
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Aug 7 10:37:11 2012 +0300

    Updated Lithuanian translation

 po/lt.po | 1309 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 938 insertions(+), 371 deletions(-)

commit 51adf5a67ef8c83d16cd668e765c732725f2fb7e
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 6 08:15:00 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2f91b30e6f4f9ca692dd596ebc7df9f7f755e9dd
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 6 08:14:03 2012 +0200

    NEWS update for 3.5.5

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 25f3b8cf347fe66e1818f5177c105e87ea3e04a5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jul 31 19:01:38 2012 -0400

    Use e_backend_authenticate_sync() in backends.

 src/addressbook/e-book-backend-mapi.c |  8 ++------
 src/calendar/e-cal-backend-mapi.c     |  8 ++------
 src/collection/e-mapi-backend.c       | 20 ++++----------------
 3 files changed, 8 insertions(+), 28 deletions(-)

commit 33e0e234d640ed0178b77e1e23be7ef4d3bbd9ed
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 30 21:11:57 2012 +0200

    Declare UI definitions as static

 src/configuration/e-mapi-config-utils.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 83d54ec0261ad1add18408c5f9cba30614d03a46
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jul 28 15:44:19 2012 -0400

    Adapt to ESourceRegistryServer API changes.
    
    Use e_source_registry_server_authenticate() (with no callback function)
    instead of e_source_registry_server_queue_auth_session().
    
    Sort of a temporary kludge as ECollectionBackends continue to evolve.

 src/collection/e-mapi-backend.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f80c848c0ba35198eed73d596bf3b809aaa28264
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 23 15:47:02 2012 +0200

    Fix runtime check error return values

 src/libexchangemapi/e-mapi-connection.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 39e874cc6f1dbfb6e4aba950f3046b6bb563a95f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Jul 21 18:43:10 2012 +0200

    Updated Spanish translation

 po/es.po | 247 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 126 insertions(+), 121 deletions(-)

commit 390555c561b39a6c1bd978a23751c2a8db2b43d2
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jul 17 12:32:26 2012 +0200

    Could leave EBookBackend local cache locked for updates

 src/addressbook/e-book-backend-mapi-contacts.c |  4 ++--
 src/addressbook/e-book-backend-mapi-gal.c      |  2 +-
 src/addressbook/e-book-backend-mapi.c          | 14 ++++++++++----
 src/addressbook/e-book-backend-mapi.h          |  1 +
 4 files changed, 14 insertions(+), 7 deletions(-)

commit c5001b6187603424f49ccaf40fd0e83b62594666
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jul 17 12:22:35 2012 +0200

    Fix double connection in EBookBackend from the previous commit

 src/addressbook/e-book-backend-mapi.c | 14 --------------
 1 file changed, 14 deletions(-)

commit 467b2c3fc167c4b4eb5d73c1035211d6af68fbf7
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jul 17 11:32:49 2012 +0200

    Bug #608327 - Cannot recover after connection lost (book/cal parts)

 src/addressbook/e-book-backend-mapi-contacts.c | 112 +++++++++--
 src/addressbook/e-book-backend-mapi-gal.c      |  42 +++-
 src/addressbook/e-book-backend-mapi.c          | 113 ++++++++---
 src/addressbook/e-book-backend-mapi.h          |  46 +++--
 src/calendar/e-cal-backend-mapi.c              | 265 +++++++++++++++++++------
 src/libexchangemapi/e-mapi-connection.c        |  78 +++++---
 6 files changed, 493 insertions(+), 163 deletions(-)

commit 4f8268749ecb66b129785f1be8edfe854b7728a9
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 16 18:00:05 2012 +0200

    Bug #608327 - Cannot recover after connection lost (mailer part)

 configure.ac                                       |   2 +-
 src/camel/camel-mapi-folder.c                      | 160 +++++++++++++--------
 src/camel/camel-mapi-store.c                       |  85 ++++++++---
 src/camel/camel-mapi-store.h                       |  10 +-
 .../e-mapi-subscribe-foreign-folder.c              |   4 +-
 src/libexchangemapi/e-mapi-connection.c            |  66 +++++++--
 src/libexchangemapi/e-mapi-connection.h            |   5 +-
 7 files changed, 233 insertions(+), 99 deletions(-)

commit ae8434ab8d7a18037ae9376b87f003de6d7b1cca
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 16 08:53:58 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c55844f6c310260bce55795f511f988d8d25d970
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 16 08:53:05 2012 +0200

    NEWS update for 3.5.4

 NEWS | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit 34d9e0257d71f093446277dbf8c3e8485ccec0c4
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 12 14:50:18 2012 +0200

    Could free uninitialized memory in e_mapi_connection_close_folder()

 src/addressbook/e-book-backend-mapi-contacts.c | 6 ++++--
 src/camel/camel-mapi-folder.c                  | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 4b470ed5f3c2efd43e7c11cc99bd98a601df9b3c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 12 14:48:40 2012 +0200

    Use cancellable rec mutex for connection operations

 src/libexchangemapi/e-mapi-connection.c | 189 ++++++++++++++++++++------------
 src/libexchangemapi/e-mapi-utils.c      | 152 ++++++++++++++++++++-----
 src/libexchangemapi/e-mapi-utils.h      |  19 +++-
 3 files changed, 262 insertions(+), 98 deletions(-)

commit 31ac8d68faba8ff3e52573491bcf428a6cc29be8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jul 10 09:14:13 2012 +0200

    Updated Slovenian translation

 po/sl.po | 248 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 128 insertions(+), 120 deletions(-)

commit ece45008f622d0be3a1fdeb0fc474306ddeeb636
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Jul 7 21:40:59 2012 +0200

    Updated French translation

 po/fr.po | 1669 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 801 insertions(+), 868 deletions(-)

commit b24c5666f6190ac0a8c0e9a41d8e408a5dcc5d17
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jul 6 23:02:40 2012 -0400

    Remove redundant method implementations.
    
    By default, CamelStoreClass uses g_str_hash for its hash_folder_name
    method, and g_str_equal for its equal_folder_name.  So we don't need
    to override those methods to do exactly the same thing.

 src/camel/camel-mapi-store.c | 18 ------------------
 1 file changed, 18 deletions(-)

commit 75491d7906d522dae7378c7dbc2d2aea26e5b725
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 2 17:28:54 2012 +0200

    Updated Spanish translation

 po/es.po | 267 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 136 insertions(+), 131 deletions(-)

commit 0707baf425d0a3d722f4f2d72e739a82cdc26035
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 2 13:44:33 2012 +0200

    Add support for E_CONTACT_PHOTO property

 src/libexchangemapi/e-mapi-book-utils.c | 102 ++++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)

commit e570e7b55481a91868681aa52a21b6544b7040c0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 2 12:17:48 2012 +0200

    Bug #679041 - Incorrect date in Sent Items folder

 src/camel/camel-mapi-folder.c           |  5 ++---
 src/libexchangemapi/e-mapi-mail-utils.c | 10 ++--------
 2 files changed, 4 insertions(+), 11 deletions(-)

commit 53b0e46a3f837f408ad52fa6108517a198586897
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 29 14:24:53 2012 +0200

    Prefill Kerberos Realm from /etc/krb5.conf, if possible

 src/configuration/e-mail-config-mapi-backend.c | 128 +++++++++++++++++++++++++
 1 file changed, 128 insertions(+)

commit 91b9904b54c7db0b83ee58b77d0d703174f18d85
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 29 12:11:21 2012 +0200

    Kerberos authentication did not work

 po/POTFILES.in                                 |  1 +
 src/camel/Makefile.am                          |  2 +
 src/camel/camel-mapi-provider.c                |  4 ++
 src/camel/camel-mapi-sasl-krb.c                | 62 ++++++++++++++++++++++++++
 src/camel/camel-mapi-sasl-krb.h                | 59 ++++++++++++++++++++++++
 src/camel/camel-mapi-store.c                   | 31 ++++++++-----
 src/configuration/e-mail-config-mapi-backend.c |  4 +-
 src/configuration/e-mapi-config-utils.c        |  2 +-
 src/libexchangemapi/e-mapi-connection.c        |  6 +--
 9 files changed, 153 insertions(+), 18 deletions(-)

commit 35cb9dd9f8fa827888729b759a30dd0de7a5bb4f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 28 17:43:48 2012 +0200

    Bug #678952 - Not all named properties are converted to server tags

 src/libexchangemapi/e-mapi-connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b6b66f3ab9675c66066404ebdbe7c087ca75a26c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 28 16:21:16 2012 +0200

    Add spinner to wait dialog

 src/configuration/e-mapi-config-utils.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 0aec1266b28cd5a9313b7794fa5a227852b5006a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 28 11:19:52 2012 +0200

    Use SetProps if write property as stream failed
    
    This had been reported as https://bugzilla.redhat.com/show_bug.cgi?id=835178

 src/libexchangemapi/e-mapi-connection.c | 34 ++++++++++++++++++++++++++-------
 src/libexchangemapi/e-mapi-connection.h |  1 +
 2 files changed, 28 insertions(+), 7 deletions(-)

commit 32673a7792482e6703d83f98fbc2140f60a46169
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jun 26 21:11:55 2012 +0200

    Updated Spanish translation

 po/es.po | 1701 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 843 insertions(+), 858 deletions(-)

commit 4f12815f2a2ac861458373b6c76ce2faec3c0466
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jun 26 19:19:39 2012 +0200

    Updated Slovenian translation

 po/sl.po | 1692 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 837 insertions(+), 855 deletions(-)

commit eb0cfe3541a97ca9919b56a1fd22813915e7e853
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 20:12:41 2012 +0200

    Bug #637291 - Can't send to both internal and external recipients

 src/libexchangemapi/e-mapi-connection.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 55494cd74e641d4c7c243ac7e01f7fca831ed8ff
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 18:22:36 2012 +0200

    Avoid possible memory leak

 src/camel/camel-mapi-store.c | 4 ++++
 1 file changed, 4 insertions(+)

commit ca41bf4eaca6c8b98b496bbb399e352ae638b518
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 10:35:39 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4582a2f59def83d68ba400295e54bf5001d678ef
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 10:34:42 2012 +0200

    NEWS update for 3.5.3

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit e1afe3024ddf647099428a5f8f6dc630cc4ecd2a
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 10:21:36 2012 +0200

    Fix build failure due to rename of E_CONTACT_BOOK_URI to E_CONTACT_BOOK_UID

 src/addressbook/e-book-backend-mapi-contacts.c | 2 +-
 src/libexchangemapi/e-mapi-book-utils.c        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit cba9e5563a5ecbfa510143ba3cc05f914e14c802
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 10:20:00 2012 +0200

    Do not set GError on E_SOURCE_AUTHENTICATION_REJECTED return value

 src/addressbook/e-book-backend-mapi.c          | 3 ++-
 src/calendar/e-cal-backend-mapi.c              | 7 ++++---
 src/collection/e-mapi-backend.c                | 5 ++++-
 src/configuration/e-mail-config-mapi-backend.c | 5 ++++-
 4 files changed, 14 insertions(+), 6 deletions(-)

commit 2ae3ff016b0bbffb78c1b7cb11098b7f99c256bf
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 22 16:15:09 2012 +0200

    Make it work with API changes for 3.5.3

 Makefile.am                                        |    1 -
 autogen.sh                                         |    4 +-
 configure.ac                                       |   27 +-
 eplugin-rule.mk                                    |   11 -
 po/POTFILES.in                                     |   15 +-
 src/Makefile.am                                    |    4 +-
 src/account-setup-eplugin/Makefile.am              |   52 -
 .../e-mapi-account-listener.c                      | 1312 --------------
 .../e-mapi-account-listener.h                      |   55 -
 .../e-mapi-account-settings.c                      |  826 ---------
 src/account-setup-eplugin/e-mapi-account-setup.c   | 1794 --------------------
 src/account-setup-eplugin/e-mapi-account-setup.h   |   65 -
 .../e-mapi-edit-folder-permissions.c               | 1283 --------------
 .../e-mapi-edit-folder-permissions.h               |   43 -
 src/account-setup-eplugin/e-mapi-search-gal-user.c |  754 --------
 src/account-setup-eplugin/e-mapi-search-gal-user.h |   46 -
 .../e-mapi-subscribe-foreign-folder.c              |  708 --------
 .../e-mapi-subscribe-foreign-folder.h              |   34 -
 .../org-gnome-exchange-mapi.eplug.xml              |  127 --
 src/addressbook/e-book-backend-mapi-contacts.c     |   35 +-
 src/addressbook/e-book-backend-mapi-factory.c      |    6 +-
 src/addressbook/e-book-backend-mapi-gal.c          |   26 +-
 src/addressbook/e-book-backend-mapi.c              |  228 ++-
 src/addressbook/e-book-backend-mapi.h              |    7 +-
 src/calendar/e-cal-backend-mapi-factory.c          |    6 +-
 src/calendar/e-cal-backend-mapi.c                  |  410 ++---
 src/calendar/e-cal-backend-mapi.h                  |    2 +-
 src/camel/Makefile.am                              |    2 +
 src/camel/camel-mapi-store.c                       |   94 +-
 src/collection/Makefile.am                         |   35 +
 src/collection/e-mapi-backend-factory.c            |  100 ++
 src/collection/e-mapi-backend-factory.h            |   64 +
 src/collection/e-mapi-backend.c                    |  573 +++++++
 src/collection/e-mapi-backend.h                    |   63 +
 src/collection/module-mapi-backend.c               |   40 +
 src/configuration/Makefile.am                      |   57 +
 src/configuration/e-book-config-mapi.c             |   75 +
 src/configuration/e-book-config-mapi.h             |   63 +
 src/configuration/e-book-config-mapigal.c          |  106 ++
 src/configuration/e-book-config-mapigal.h          |   63 +
 src/configuration/e-cal-config-mapi.c              |   75 +
 src/configuration/e-cal-config-mapi.h              |   63 +
 src/configuration/e-mail-config-mapi-backend.c     |  841 +++++++++
 src/configuration/e-mail-config-mapi-backend.h     |   63 +
 src/configuration/e-mail-config-mapi-extension.c   |  121 ++
 src/configuration/e-mail-config-mapi-extension.h   |   34 +
 src/configuration/e-mail-config-mapi-page.c        |  296 ++++
 src/configuration/e-mail-config-mapi-page.h        |   71 +
 src/configuration/e-mapi-config-ui-extension.c     |  154 ++
 src/configuration/e-mapi-config-ui-extension.h     |   47 +
 src/configuration/e-mapi-config-utils.c            | 1698 ++++++++++++++++++
 src/configuration/e-mapi-config-utils.h            |   74 +
 src/configuration/e-mapi-edit-folder-permissions.c | 1283 ++++++++++++++
 src/configuration/e-mapi-edit-folder-permissions.h |   45 +
 src/configuration/e-mapi-search-gal-user.c         |  754 ++++++++
 src/configuration/e-mapi-search-gal-user.h         |   46 +
 .../e-mapi-subscribe-foreign-folder.c              |  706 ++++++++
 .../e-mapi-subscribe-foreign-folder.h              |   34 +
 src/configuration/module-mapi-configuration.c      |   49 +
 src/libexchangemapi/Makefile.am                    |    4 +-
 src/libexchangemapi/e-mapi-book-utils.c            |    2 +-
 src/libexchangemapi/e-mapi-book-utils.h            |    2 +-
 src/libexchangemapi/e-mapi-cal-recur-utils.c       |    3 +-
 src/libexchangemapi/e-mapi-cal-tz-utils.c          |    6 +-
 src/libexchangemapi/e-mapi-cal-utils.c             |    5 +-
 src/libexchangemapi/e-mapi-cal-utils.h             |    2 +-
 src/libexchangemapi/e-mapi-connection.c            |  137 +-
 src/libexchangemapi/e-mapi-connection.h            |   12 +-
 src/libexchangemapi/e-mapi-folder.c                |  376 ++--
 src/libexchangemapi/e-mapi-folder.h                |   54 +-
 src/libexchangemapi/e-mapi-mail-utils.c            |    2 +-
 src/libexchangemapi/e-mapi-utils.c                 |  105 +-
 src/libexchangemapi/e-mapi-utils.h                 |   11 +
 src/libexchangemapi/e-source-mapi-folder.c         |  488 ++++++
 src/libexchangemapi/e-source-mapi-folder.h         |   99 ++
 75 files changed, 9112 insertions(+), 7866 deletions(-)

commit 239238c4c990ebef77903a7595d39b5ee0afcdd8
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 18 18:01:59 2012 +0200

    Do not call g_object_notify() when property didn't change

 src/libexchangemapi/camel-mapi-settings.c | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit ad0bc4f0b789caf712f95856f81124065b4d32b1
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 13 16:17:54 2012 +0200

    Bug #677684 - Addressbook doesn't return matched contacts

 src/libexchangemapi/e-mapi-book-utils.c | 46 ++++++++++++++++++++++++-----
 src/libexchangemapi/e-mapi-connection.c | 51 +++++++++++++++++++++++++++++++--
 2 files changed, 87 insertions(+), 10 deletions(-)

commit 60f5ffbbbe9fe4999589c2f52a317a2535e0d621
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 6 11:12:15 2012 +0200

    Bug #677266 - Memory leaks when synchronizing for offline

 src/camel/camel-mapi-folder-summary.c      |  3 ++-
 src/camel/camel-mapi-store.c               |  1 +
 src/libexchangemapi/e-mapi-book-utils.c    |  6 ++++-
 src/libexchangemapi/e-mapi-cal-utils.c     |  2 ++
 src/libexchangemapi/e-mapi-connection.c    | 38 +++++++++++++++++++++++++++---
 src/libexchangemapi/e-mapi-fast-transfer.c |  3 +++
 src/libexchangemapi/e-mapi-mail-utils.c    | 14 +++++++----
 7 files changed, 58 insertions(+), 9 deletions(-)

commit e34c842d7bca2ad8198c4bb259df6a07d8fc47f0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 4 12:35:08 2012 +0200

    Remove generated files from source tree

 po/ChangeLog      | 397 ------------------------------------------------------
 po/Makefile.in.in | 217 -----------------------------
 2 files changed, 614 deletions(-)

commit 05dbac055fd87aa01095602c2a75dc7d83087cd1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 4 08:38:50 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 63b20bbc514ad7e74e26a0df8a201f462bbb4ce4
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 4 08:38:00 2012 +0200

    NEWS update for 3.5.2

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 251a8c4aadfb744f4c362fb911f1ac69c77cc1c0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 4 08:31:22 2012 +0200

    Replace/remove deprecated GLib functions

 src/account-setup-eplugin/e-mapi-account-settings.c |  2 +-
 src/account-setup-eplugin/e-mapi-account-setup.c    | 10 +---------
 2 files changed, 2 insertions(+), 10 deletions(-)

commit 3142c1de04fe607c3509efadf3b0758433a9c60c
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun May 20 15:18:16 2012 +0700

    [l10n] Updated Indonesian translation

 po/id.po | 1071 +++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 846 insertions(+), 225 deletions(-)

commit 8244040c005277a4b436c6990fd7e770f187bc39
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 19 14:52:51 2012 -0400

    Adapt to CamelService API changes.

 src/camel/camel-mapi-folder.c | 40 ++----------------------------------
 src/camel/camel-mapi-store.c  | 48 ++++++-------------------------------------
 2 files changed, 8 insertions(+), 80 deletions(-)

commit fe9c3c3b2c93be8e4eae656f8ec373ae4291cd64
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat May 19 13:21:52 2012 +0200

    Updated Slovenian translation

 po/sl.po | 126 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 67 insertions(+), 59 deletions(-)

commit 962faf0a4cded89568c5c882391f36a09b91d0c8
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 18 09:00:03 2012 +0200

    Remove camel_folder_has_search_capability()

 src/camel/camel-mapi-folder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 20463f411cb5e893284e105180a225815995701d
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Wed May 16 21:15:17 2012 +0300

    Updated Latvian translation.

 po/lv.po | 1124 +++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 895 insertions(+), 229 deletions(-)

commit f763d702c6553b71c192619c4de611e36a45f5a3
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 11 15:44:57 2012 +0200

    Bug #675871 - Hide gnu make extensions warnings for automake 1.12

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0ad4dafe97f74d530234b6bea923a06ad671c683
Author: Marek Černocký <marek@manet.cz>
Date:   Sat May 5 23:46:44 2012 +0200

    Updated Czech translation

 po/cs.po | 116 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 62 insertions(+), 54 deletions(-)

commit a54ff2813b027a0c334161dedde9fb82adadc0f9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu May 3 13:27:31 2012 -0400

    CamelMapiSettings: Add thread-safe accessors for string properties.

 src/libexchangemapi/camel-mapi-settings.c | 71 +++++++++++++++++++++++++++++++
 src/libexchangemapi/camel-mapi-settings.h |  3 ++
 2 files changed, 74 insertions(+)

commit 118ce6076dafd48d66a30fe7e7474677bb5a2025
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu May 3 09:57:46 2012 +0200

    Updated French translation

 po/fr.po | 986 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 795 insertions(+), 191 deletions(-)

commit 02fd6d0ead3b0ea9cca4c046eaf694dd8f5541a6
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 2 16:57:25 2012 +0200

    Bug #675283 - Fails to parse recurring blob

 src/libexchangemapi/e-mapi-cal-recur-utils.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 122c7d4eea89c6219daa3cd9ee7d976050c3aeb9
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 27 15:25:11 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7fec83c7c946e6a08c983e9cb20f3ef89ecd5236
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 27 15:24:17 2012 +0200

    NEWS update for 3.5.1

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit bbece436f98d17ff176c4da101344e830018c073
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 27 09:42:44 2012 +0200

    Change GAL named-id property fetching and GAL listing

 src/account-setup-eplugin/e-mapi-search-gal-user.c | 15 +++----
 src/libexchangemapi/e-mapi-connection.c            | 50 +++++++++++++++++-----
 src/libexchangemapi/e-mapi-connection.h            |  1 -
 3 files changed, 46 insertions(+), 20 deletions(-)

commit b0c29c1e8f946bcd178b59db79199ab815fc6767
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Apr 26 12:46:37 2012 +0200

    Updated Spanish translation

 po/es.po | 95 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 44 deletions(-)

commit e0a790549b8e42613497b01b3323485674390c0c
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Apr 25 13:59:02 2012 +0200

    Bug #668819 - Set error when no folder found

 src/camel/camel-mapi-store.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 9644f1526819c58ae9f7e0d4b1687e273508b2e5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 23 08:03:46 2012 +0200

    Adapt to API change in ESourceSelector

 src/account-setup-eplugin/e-mapi-account-settings.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 9a834841b0742469f5a4201c66e321f177337e5c
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Apr 19 08:33:49 2012 +0200

    Updated Czech translation

 po/cs.po | 258 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 127 insertions(+), 131 deletions(-)

commit 067db1fd2bb0a5ea82cf9bfd5995187d4311d10f
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 17 11:07:34 2012 +0200

    Explicitly enable/disable kerberos in MAPI profile
    
    It's to not even try kerberos authentication when not enabled in
    an account, because the previous code left the kerberos login on
    an "auto" mode, which eventually could try kerberos login.
    New code avoids this "auto" mode.
    
    Note, to take into effect, the account re-authentication is required.

 src/libexchangemapi/e-mapi-connection.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit 8b42789d520e262684e3ecd6ffdd7a9fb89e28d4
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Apr 10 20:29:21 2012 +0200

    Updated Swedish translation

 po/sv.po | 1027 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 832 insertions(+), 195 deletions(-)

commit 72dcd7bffa773b83d6b1210103675f37b2b63aef
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Apr 1 19:07:15 2012 +0200

    Updated Spanish translation

 po/es.po | 261 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 130 insertions(+), 131 deletions(-)

commit f53253001d0c83376f26fe05677e4fa4fe9273be
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Mar 31 11:09:40 2012 +0200

    Updated Slovenian translation

 po/sl.po | 174 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 89 insertions(+), 85 deletions(-)

commit 038bce424db35c6418e8f77ee4ad996f610aed9d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 30 16:13:05 2012 +0200

    Bug #246255 - "Other User's Folder" - avoid this genitive construction

 src/account-setup-eplugin/e-mapi-account-settings.c         | 2 +-
 src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c | 2 +-
 src/camel/camel-mapi-store.c                                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 579b069b59a98e8d7bbe8e49a0029d44e530bbd0
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Mar 28 14:25:17 2012 +0200

    Bug #670457 - Add bulk methods to ECalClient

 src/calendar/e-cal-backend-mapi.c | 215 +++++++++++++++++++++++++++-----------
 1 file changed, 156 insertions(+), 59 deletions(-)

commit fe725a7118cdefb57a238d539f916a0ef65ab142
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 27 17:16:48 2012 +0200

    Bug #672175 - Make CamelFolderSearch cancellable

 src/camel/camel-mapi-folder.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit b12fe970ebce865e246de94e1136136a04601963
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 26 10:13:48 2012 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19445d258318c93ef508fc658bffc22cad4fad5b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 26 10:09:24 2012 +0200

    NEWS update for 3.4.0

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

commit a8cad936de7edf3df96032951e89ddcfde992984
Author: Jiri Eischmann <jiri@eischmann.cz>
Date:   Sun Mar 25 14:52:32 2012 +0200

    Updated Czech translation

 po/cs.po | 697 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 557 insertions(+), 140 deletions(-)

commit 1d8d3cbe13ff68e92fe38162c0fc83759d91d9ac
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Tue Mar 20 14:15:33 2012 -0300

    Revert "Updated Brazilian Portuguese translation"
    
    This reverts commit 19f4fc9193c0e45ca793eb5fa2064fc0fa9490fb.

 po/pt_BR.po | 1018 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 823 insertions(+), 195 deletions(-)

commit 19f4fc9193c0e45ca793eb5fa2064fc0fa9490fb
Author: Leandro Toledo <leandrotoledodesouza@gmail.com>
Date:   Tue Mar 20 14:13:54 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1018 ++++++++++++-----------------------------------------------
 1 file changed, 195 insertions(+), 823 deletions(-)

commit a88755242692f77c0fdae16ec9905af9311c2e2e
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 19 08:46:34 2012 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8508f554a4570d819007a6bb15590aa8e2b4dda2
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 19 08:44:54 2012 +0100

    NEWS update for 3.3.92

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit b7b12bb65509dc85a300200ebf33398122c74bd5
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Mar 18 21:22:57 2012 +0100

    Updated Polish translation

 po/pl.po | 959 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 771 insertions(+), 188 deletions(-)

commit 1d8b29b4d63471883beacd1beca1e84d534f4587
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 15 19:03:59 2012 +0100

    Bump OpenChange dependency to 1.0

 configure.ac                               |   50 +-
 src/libexchangemapi/Makefile.am            |    3 -
 src/libexchangemapi/e-mapi-connection.c    |   85 +-
 src/libexchangemapi/e-mapi-connection.h    |    1 +
 src/libexchangemapi/e-mapi-debug.c         |  610 -------------
 src/libexchangemapi/e-mapi-defs.h          |    7 -
 src/libexchangemapi/e-mapi-fast-transfer.c |   19 +-
 src/libexchangemapi/e-mapi-openchange.c    | 1331 ----------------------------
 src/libexchangemapi/e-mapi-openchange.h    |   53 --
 9 files changed, 15 insertions(+), 2144 deletions(-)

commit fe370b18b8334bad4fc1ab6b0ce967dfc540157f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 15 14:19:22 2012 +0100

    Fix possible use of uninitialized variable

 src/libexchangemapi/e-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 10a566ccf6c6ffea90c59117a0a01ea1409c06a6
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Mar 13 20:23:46 2012 +0100

    [l10n] Updated German translation

 po/de.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 56e98add236b336300b56b0ea63f7c52e781f2d5
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 8 14:37:56 2012 +0100

    Bug #671638 - Trouble reading S/MIME messages

 src/libexchangemapi/e-mapi-mail-utils.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 4e03f13b11ea63d3937a514c653e6a0014c708ed
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Mar 7 20:21:01 2012 +0100

    Update store<=>folder summaries connection on folder rename

 src/camel/camel-mapi-folder.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit eea94e49588652876ff4aab6bef46c577b87a253
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 6 15:23:17 2012 +0100

    Fix typo in LIBEBOOK variable

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a7adf88384887fa4750f1c9fd338e39157c5b77d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 5 21:36:40 2012 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1f428dc9ef56f0b0865bc9ea53346f1f6a3aacd5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 5 21:35:06 2012 +0100

    NEWS update for 3.3.91

 NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 01d88423a3f815605decc7ad660d6d2987e1bf43
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 1 11:53:02 2012 +0100

    Fix typo in a conditionally compiled code

 src/libexchangemapi/e-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 88655757616cd50ba0a1fa8a73f8ed2dc0f056d4
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 1 11:51:14 2012 +0100

    Failed to fetch content of large folders

 src/libexchangemapi/e-mapi-connection.c | 79 +++++++++++++++++++--------------
 1 file changed, 45 insertions(+), 34 deletions(-)

commit 8ce3734621c842edab8c0322a13b0aefcfbab33a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 1 09:07:02 2012 +0100

    Bug #668810 - Crash in g_str_hash, mapi_store_delete_folder_sync

 src/camel/camel-mapi-folder.c |  4 ++--
 src/camel/camel-mapi-store.c  | 33 ++++++++++++++++++++++++++-------
 2 files changed, 28 insertions(+), 9 deletions(-)

commit a178cd50fbb906dbc4596cfd53050577a8efd853
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 27 12:21:32 2012 +0100

    Report connection errors, instead of ignore them

 src/camel/camel-mapi-folder.c | 43 ++++++++++++++++++++++++++++++++-----------
 1 file changed, 32 insertions(+), 11 deletions(-)

commit b430e0746cbf0795316bd74e0bcbacccbfba32de
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Feb 23 20:49:03 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 1003 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 811 insertions(+), 192 deletions(-)

commit 5de567e2847583171d7e767e4b18683c1123579c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 23 19:11:20 2012 +0100

    Bug #669817 - Events using incorrect timezone

 src/libexchangemapi/e-mapi-cal-tz-utils.c | 94 +++++++++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-cal-tz-utils.h |  2 +
 src/libexchangemapi/e-mapi-cal-utils.c    | 14 ++++-
 3 files changed, 109 insertions(+), 1 deletion(-)

commit dd30f433bfbdb25cecf3002193d2f9f5f951f41e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 23 17:00:46 2012 +0100

    Debug object properties from outside and change env variable names
    
    Use MAPI_DEBUG for properties debug and LIBMAPI_DEBUG for
    libmapi and RPC data debugging.

 src/addressbook/e-book-backend-mapi.c   | 15 ---------------
 src/addressbook/e-book-backend-mapi.h   |  1 -
 src/libexchangemapi/e-mapi-book-utils.c | 15 +++++++++++++++
 src/libexchangemapi/e-mapi-cal-utils.c  | 10 ++++++++++
 src/libexchangemapi/e-mapi-connection.c |  4 ++--
 src/libexchangemapi/e-mapi-debug.c      |  2 +-
 src/libexchangemapi/e-mapi-mail-utils.c | 10 ++++++++++
 7 files changed, 38 insertions(+), 19 deletions(-)

commit 82e5f1bb4fd2a6eb48a6924fe2693d9ece03f10a
Author: Gabriel Speckhahn <gabspeck@gmail.com>
Date:   Thu Feb 16 12:53:26 2012 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1052 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 862 insertions(+), 190 deletions(-)

commit 5ce6f662c848dcfc647733fa4d99ca178c6ee731
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Mon Feb 20 18:07:43 2012 +0100

    Updated Slovenian translation

 po/sl.po | 151 +++++++++++++--------------------------------------------------
 1 file changed, 31 insertions(+), 120 deletions(-)

commit 58f54923ce3dd1c9fe844a9951bff00f79187ddc
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 20 12:45:16 2012 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6736b4606a7fbc40880894ec6d64eb1b9625e7e0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 20 12:43:25 2012 +0100

    NEWS update for 3.3.90

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit e4724e36fd98df1b574fd6ec62d62ecacb7b3103
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Feb 17 21:29:15 2012 +0100

    Updated Slovenian translation

 po/sl.po | 203 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 101 insertions(+), 102 deletions(-)

commit e9f1d18e5a2eadfe0eba18acff1d17876d5a68f5
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 14 09:11:10 2012 +0100

    Differentiate between user and system folders in local cache

 src/camel/camel-mapi-folder.c | 17 +++++++++------
 src/camel/camel-mapi-store.c  | 48 +++++++++++++++++++++++++++++++++++++++----
 2 files changed, 55 insertions(+), 10 deletions(-)

commit 00b84c7f6be2a6b7d9c02c6feb98d7b0aca56a43
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Feb 10 15:30:06 2012 +0100

    Populate .gitignore with more files and create default COPYING file

 COPYING     | 503 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am |  12 ++
 2 files changed, 515 insertions(+)

commit 6034aa87f6c8790607b7abf8baed8b5df4f004fa
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Feb 10 15:16:04 2012 +0100

    Generate ChangeLog from git log

 ChangeLog                           |  195 +----
 Makefile.am                         |   21 +-
 src/account-setup-eplugin/ChangeLog |  421 -----------
 src/addressbook/ChangeLog           |  267 -------
 src/calendar/ChangeLog              |  596 ---------------
 src/camel/ChangeLog                 |  881 -----------------------
 src/libexchangemapi/ChangeLog       | 1352 -----------------------------------
 7 files changed, 19 insertions(+), 3714 deletions(-)

commit f78a353b47242144283ac357c0377cfd226a0460
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Feb 10 14:05:57 2012 +0100

    Fix issues found by Coverity Scan

 src/account-setup-eplugin/e-mapi-account-listener.c | 4 +---
 src/account-setup-eplugin/e-mapi-account-setup.c    | 7 ++++---
 src/addressbook/e-book-backend-mapi-contacts.c      | 4 ++--
 src/addressbook/e-book-backend-mapi.c               | 6 ++----
 src/calendar/e-cal-backend-mapi.c                   | 4 +---
 src/camel/camel-mapi-store.c                        | 2 +-
 src/camel/camel-mapi-transport.c                    | 8 ++++----
 src/libexchangemapi/e-mapi-book-utils.c             | 9 ++-------
 src/libexchangemapi/e-mapi-cal-recur-utils.c        | 9 +++++----
 src/libexchangemapi/e-mapi-cal-utils.c              | 5 ++---
 src/libexchangemapi/e-mapi-connection.c             | 6 +++---
 src/libexchangemapi/e-mapi-debug.c                  | 6 +++---
 12 files changed, 30 insertions(+), 40 deletions(-)

commit 25cb411be5167eead6f25f94678f73d8e629ea10
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Feb 7 22:56:36 2012 +0100

    [l10n] Updated German translation

 po/de.po | 448 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 300 insertions(+), 148 deletions(-)

commit d4278ae850ef3db963064ebaf9e57b0a380119d7
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 6 10:58:57 2012 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 98cb730c397ac3e1819d8eae34cf35b34005bacd
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 6 10:57:39 2012 +0100

    NEWS update for 3.3.5

 NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 5ac4fe1acc368f54403b8831896b5cffbd333c0b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Feb 5 19:27:00 2012 +0100

    Updated Spanish translation

 po/es.po | 74 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 36 deletions(-)

commit 73ed41572e142910ec1729bb611fbd1ad8fbc911
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Feb 3 23:13:32 2012 +0100

    Fixed singular form

 src/account-setup-eplugin/e-mapi-search-gal-user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e321b33301e0d532acfb105dd8916dc2007faf98
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Feb 3 14:29:18 2012 +0100

    Bug #669226 - Crash when removing calendar component

 src/calendar/e-cal-backend-mapi.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit d1d11651d51109191178b27be65f80651afb670b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Feb 2 20:37:20 2012 +0100

    Updated Slovenian translation

 po/sl.po | 187 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 107 insertions(+), 80 deletions(-)

commit ec8c9ac9870dbf3007684155ebb50162fa8f4612
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 2 15:44:22 2012 +0100

    Cannot read/write large attachments

 src/libexchangemapi/e-mapi-cal-utils.c     |  30 +--
 src/libexchangemapi/e-mapi-connection.c    | 297 +++++++++++++++++++++++------
 src/libexchangemapi/e-mapi-connection.h    |  42 +++-
 src/libexchangemapi/e-mapi-debug.c         |  52 ++++-
 src/libexchangemapi/e-mapi-fast-transfer.c |  56 +++++-
 src/libexchangemapi/e-mapi-mail-utils.c    | 120 +++++++-----
 6 files changed, 463 insertions(+), 134 deletions(-)

commit 9094ad5dade0378e832c3c88fca4ccb7bf5c4af4
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Feb 2 12:12:23 2012 +0100

    Updated Spanish translation

 po/es.po | 191 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 107 insertions(+), 84 deletions(-)

commit 1a541503f5d6393bbca106880ddb80cb70586fbd
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 2 11:31:25 2012 +0100

    Message size in message list not shown (always zero bytes)
    
    This requires refetch of message summary.

 src/camel/camel-mapi-folder.c           | 24 ++++++++++++++----------
 src/libexchangemapi/e-mapi-connection.c | 19 ++++++++++---------
 2 files changed, 24 insertions(+), 19 deletions(-)

commit c7286a3363e52ea71ddbf962e9b0618344547d7e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 2 10:45:33 2012 +0100

    Add debugging for bin-to-rrule converter

 src/libexchangemapi/e-mapi-cal-recur-utils.c |  6 ++++++
 src/libexchangemapi/e-mapi-debug.c           | 10 ++++++----
 src/libexchangemapi/e-mapi-debug.h           |  3 +++
 3 files changed, 15 insertions(+), 4 deletions(-)

commit 3e7de4893a369282903bcd3e86f57f22b0c281f5
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 1 20:36:10 2012 +0100

    Bug #601483 - Support for quota message service

 src/camel/camel-mapi-folder.c           |  50 ++++++++++++
 src/camel/camel-mapi-store.c            |  35 +++++++-
 src/libexchangemapi/e-mapi-connection.c | 136 +++++++++++++++++++++++++++++---
 src/libexchangemapi/e-mapi-connection.h |   8 ++
 4 files changed, 218 insertions(+), 11 deletions(-)

commit c3208a9fee13e897fa1d46532fe236d596702347
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 1 20:14:51 2012 +0100

    Could not create new MAPI account

 src/account-setup-eplugin/e-mapi-account-setup.c | 33 +++++++-----------------
 1 file changed, 10 insertions(+), 23 deletions(-)

commit ef578a6e897d06eda741419682374b6e04b14e27
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 1 14:36:25 2012 +0100

    Bug #668804 - Crash in ecbm_connect_user()

 src/account-setup-eplugin/e-mapi-account-setup.c   | 27 -------------
 src/account-setup-eplugin/e-mapi-account-setup.h   |  2 -
 .../e-mapi-edit-folder-permissions.c               |  2 +-
 src/addressbook/e-book-backend-mapi.c              |  4 +-
 src/calendar/e-cal-backend-mapi.c                  | 45 ++++++++++++++++------
 src/libexchangemapi/e-mapi-utils.c                 | 28 ++++++++++++++
 src/libexchangemapi/e-mapi-utils.h                 |  3 ++
 7 files changed, 69 insertions(+), 42 deletions(-)

commit 25d68f268ebaaf4232880a6a82ff8d77fdf5e0c2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jan 31 20:21:50 2012 +0100

    Updated Slovenian translation

 po/sl.po | 660 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 531 insertions(+), 129 deletions(-)

commit b86391f38209420b69c67896006b247eb399d8c4
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 31 17:55:05 2012 +0100

    Bug #668820 - Subscribed public calendar/task are shown in mail view

 src/camel/camel-mapi-store.c        |  46 +++++++++++----
 src/libexchangemapi/e-mapi-folder.c | 109 +++++++++++++++++++++++++++---------
 src/libexchangemapi/e-mapi-folder.h |   6 ++
 3 files changed, 123 insertions(+), 38 deletions(-)

commit 82dc492906e72146bf495bd5fe2deb093bdafc40
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 31 13:41:32 2012 +0100

    Bug #668825 - Read-receipt info set event when not requested

 src/camel/camel-mapi-folder.c           | 204 +++++++++++++-------------------
 src/libexchangemapi/e-mapi-cal-utils.c  |   4 +-
 src/libexchangemapi/e-mapi-connection.c |  12 +-
 src/libexchangemapi/e-mapi-debug.c      |   2 +-
 src/libexchangemapi/e-mapi-mail-utils.c |  12 +-
 5 files changed, 100 insertions(+), 134 deletions(-)

commit 4c4aa556950a54a32f9dff765670e0747c3d4b19
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Jan 29 13:21:43 2012 +0100

    Updated Spanish translation

 po/es.po | 216 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 154 insertions(+), 62 deletions(-)

commit 987221e3f08cda8920e4d12f49d97a01b05d4eac
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 27 18:03:28 2012 +0100

    Bug #668637 - May not be able to create books/calendars in offline

 .../e-mapi-account-listener.c                      |   2 +-
 .../e-mapi-account-settings.c                      | 148 ++--
 src/account-setup-eplugin/e-mapi-account-setup.c   | 969 +++++++++++++++------
 src/account-setup-eplugin/e-mapi-account-setup.h   |   8 +
 4 files changed, 831 insertions(+), 296 deletions(-)

commit a9c75587801781b312f23738b1b54071330093b9
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Jan 27 12:56:06 2012 +0100

    Updated Spanish translation

 po/es.po | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

commit 3077ff5215b799a3d3e09e9d5338f2c8a52c9a33
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 27 11:19:07 2012 +0100

    Bug #668816 - Contact search fails in GAL after certain limit

 configure.ac                            | 14 ++++++++++++++
 src/libexchangemapi/e-mapi-connection.c |  8 +++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

commit e70c22badd02b4ad225fc0103a8494fe2e087b91
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 27 09:53:54 2012 +0100

    Bug #668641 - Doesn't fetch mails with Exchange 2010 server

 src/account-setup-eplugin/e-mapi-search-gal-user.c |  3 ++-
 src/libexchangemapi/e-mapi-connection.c            | 12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit b7b28676db24fa3ad65298f9ae99328709cae6f1
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 27 09:17:08 2012 +0100

    Cache calendars/books locally by default, except of GAL

 src/account-setup-eplugin/e-mapi-account-listener.c         | 6 +++---
 src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c | 2 +-
 src/camel/camel-mapi-store.c                                | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit e19b25ccb7783a5348699ad1eb68064f736a1a65
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 26 16:54:00 2012 +0100

    Misplaced PidTagImportance with PidTagPriority

 src/libexchangemapi/e-mapi-mail-utils.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a7ad87f84bcd5e37d27d408373451170459e9c55
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 26 13:48:11 2012 +0100

    Bug #668630 - Error while assigning permissions

 src/libexchangemapi/e-mapi-connection.c | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

commit 92744642f318406676881be80309b89d33d0831f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 26 13:43:55 2012 +0100

    Updated Spanish translation

 po/es.po | 140 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 84 insertions(+), 56 deletions(-)

commit 3223916204c86e6cfff0d9d02483a51518d9c8b2
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 26 12:50:58 2012 +0100

    Bug #668635 - Better offline mode error handling

 src/camel/camel-mapi-store.c | 59 ++++++++++++++++++++++++++++++++++----------
 1 file changed, 46 insertions(+), 13 deletions(-)

commit c50d53087a42641c48cb7bd92d51f184b7649c41
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 26 11:29:10 2012 +0100

    Bug #668634 - Warn user with folder create error

 src/camel/camel-mapi-store.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit a15f7c1dcdd62ac491d801694eecc7ba400cb6e5
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 26 10:46:37 2012 +0100

    Bug #668633 - Newly created folder even shown under Favorites

 src/camel/camel-mapi-store-summary.c    |  6 +++++
 src/camel/camel-mapi-store.c            | 42 ++++++++++++++++++++++-----------
 src/libexchangemapi/e-mapi-connection.c | 12 +++++++++-
 3 files changed, 45 insertions(+), 15 deletions(-)

commit d1ed742c2e92764c0ef1a34d2cffc63deecf2564
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Jan 25 22:50:15 2012 +0100

    [l10n] Updated German translation

 po/de.po | 684 +++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 561 insertions(+), 123 deletions(-)

commit a4fa7635b6160599f89ed7d3a8872d3d0c4a98a2
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 25 19:15:04 2012 +0100

    Bug #668631 - Folder->Subscriptions cannot be managed in offline

 src/camel/camel-mapi-store.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 48d29512b7d164d00dc3834b0db73ab03b5eff8d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 25 18:55:36 2012 +0100

    Bug #586353 - Implement message read-receipt and importance flags

 src/camel/camel-mapi-folder-summary.h   |  2 +
 src/camel/camel-mapi-folder.c           | 46 +++++++++++++++++++--
 src/libexchangemapi/e-mapi-connection.c |  5 ++-
 src/libexchangemapi/e-mapi-mail-utils.c | 73 ++++++++++++++++++++++++++++++++-
 4 files changed, 120 insertions(+), 6 deletions(-)

commit 7a16c83ba667ab30c946b72a211e14a118f17b1d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 25 14:45:20 2012 +0100

    Bug #561658 - Unread count not shown against public folders

 src/camel/camel-mapi-folder.c | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

commit 5e46c360265d0dd53c0fa0823fcff287b29b86be
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jan 25 14:31:09 2012 +0100

    Updated Spanish translation

 po/es.po | 121 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 53 insertions(+), 68 deletions(-)

commit 56239c6b56e2461ffa0a3f7e16acbaf465f768e2
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jan 25 12:01:59 2012 +0100

    Updated Spanish translation

 po/es.po | 475 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 377 insertions(+), 98 deletions(-)

commit d6f3bde4f5a7d856833df0448bb6a494189406ef
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 24 15:35:32 2012 +0100

    Recognize Replied and Forwarded mail messages

 src/camel/camel-mapi-folder.c           | 22 ++++++++++++++++++----
 src/libexchangemapi/e-mapi-connection.c |  5 +++--
 src/libexchangemapi/e-mapi-mail-utils.c |  9 +++++++++
 3 files changed, 30 insertions(+), 6 deletions(-)

commit 57e756f19ade35da92b374e7f3475c72c837a8e1
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 24 14:23:06 2012 +0100

    Be able to search GAL users from "Subscribe other user's folder" dialog

 .../e-mapi-subscribe-foreign-folder.c              | 76 ++++++++++++++++++++--
 1 file changed, 69 insertions(+), 7 deletions(-)

commit b31a29b1d2cd82be56e8f84d1091c18bb96eb7a0
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 24 13:35:51 2012 +0100

    Bug #667714 - Support for setting user's folder permissions

 po/POTFILES.in                                     |    2 +
 src/account-setup-eplugin/Makefile.am              |    6 +-
 .../e-mapi-account-settings.c                      |  469 +++++--
 src/account-setup-eplugin/e-mapi-account-setup.c   |   98 +-
 src/account-setup-eplugin/e-mapi-account-setup.h   |   10 +
 .../e-mapi-edit-folder-permissions.c               | 1283 ++++++++++++++++++++
 .../e-mapi-edit-folder-permissions.h               |   43 +
 src/account-setup-eplugin/e-mapi-search-gal-user.c |  756 ++++++++++++
 src/account-setup-eplugin/e-mapi-search-gal-user.h |   46 +
 .../e-mapi-subscribe-foreign-folder.c              |    1 -
 .../org-gnome-exchange-mapi.eplug.xml              |   43 +-
 src/addressbook/e-book-backend-mapi-gal.c          |    2 +-
 src/libexchangemapi/e-mapi-connection.c            |  335 ++++-
 src/libexchangemapi/e-mapi-connection.h            |   48 +
 src/libexchangemapi/e-mapi-utils.c                 |   38 +
 src/libexchangemapi/e-mapi-utils.h                 |    4 +
 16 files changed, 3075 insertions(+), 109 deletions(-)

commit a45d4c06f448dcfcb743bb96b22d84c09a3ca98a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Jan 20 21:23:23 2012 +0100

    Updated Slovenian translation

 po/sl.po | 357 ++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 253 insertions(+), 104 deletions(-)

commit 06f7afd83fb0f5a4d5a55d628d84dbb3aee7eecd
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jan 18 23:37:22 2012 -0500

    Adapt to libemail-engine.

 src/account-setup-eplugin/e-mapi-account-settings.c | 1 -
 1 file changed, 1 deletion(-)

commit d636cbaa7ed7939bb8b1f32ba7dfda97d283ff9d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 18 19:05:05 2012 +0100

    Replace more obsolete code

 .../e-mapi-subscribe-foreign-folder.c              |   2 +-
 src/camel/camel-mapi-store.c                       |  69 ++++--
 src/libexchangemapi/e-mapi-connection.c            | 269 +++++----------------
 src/libexchangemapi/e-mapi-connection.h            |  28 +--
 4 files changed, 108 insertions(+), 260 deletions(-)

commit 5a6663734ec531b69f20b28086bad77bdca45cb1
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Jan 18 17:35:59 2012 +0100

    Updated Czech translation

 po/cs.po | 345 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 248 insertions(+), 97 deletions(-)

commit c717b99a50191b07325bbd244282a34846cb2522
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 18 17:16:46 2012 +0100

    Bug #568391 - Public folders having same name shown only once

 src/camel/camel-mapi-store-summary.c |  21 +++-
 src/camel/camel-mapi-store-summary.h |   9 +-
 src/camel/camel-mapi-store.c         | 211 ++++++++++++++++++++---------------
 src/camel/camel-mapi-store.h         |   1 -
 4 files changed, 146 insertions(+), 96 deletions(-)

commit a1d136532ad654b2beec9885fe6816aa1a25649c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jan 17 17:25:13 2012 +0100

    Updated Spanish translation

 po/es.po | 364 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 267 insertions(+), 97 deletions(-)

commit 14377ea958dbd54627bf7cc786a88e758dab5865
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 17 16:20:21 2012 +0100

    Bug #601382 - Support for subscribe to other user's folder

 configure.ac                                       |    1 +
 po/POTFILES.in                                     |    2 +
 src/account-setup-eplugin/Makefile.am              |    8 +-
 .../e-mapi-account-listener.c                      |  216 +---
 .../e-mapi-account-listener.h                      |    2 -
 .../e-mapi-account-settings.c                      |  172 +++-
 src/account-setup-eplugin/e-mapi-account-setup.c   |  280 +++++-
 src/account-setup-eplugin/e-mapi-account-setup.h   |   18 +-
 .../e-mapi-subscribe-foreign-folder.c              |  647 ++++++++++++
 .../e-mapi-subscribe-foreign-folder.h              |   34 +
 .../org-gnome-exchange-mapi.eplug.xml              |    1 +
 src/addressbook/e-book-backend-mapi-contacts.c     |  111 ++-
 src/calendar/e-cal-backend-mapi.c                  |  123 +--
 src/camel/camel-mapi-folder.c                      |  178 ++--
 src/camel/camel-mapi-store-summary.c               |   28 +-
 src/camel/camel-mapi-store-summary.h               |    6 +-
 src/camel/camel-mapi-store.c                       |  382 ++++++-
 src/camel/camel-mapi-store.h                       |    8 +-
 src/libexchangemapi/e-mapi-cal-utils.c             |   13 +-
 src/libexchangemapi/e-mapi-connection.c            | 1047 +++++++++++++-------
 src/libexchangemapi/e-mapi-connection.h            |   78 +-
 src/libexchangemapi/e-mapi-folder.c                |  332 ++++++-
 src/libexchangemapi/e-mapi-folder.h                |   57 +-
 23 files changed, 2813 insertions(+), 931 deletions(-)

commit de30352f1c9ad20336bcfd7543a8af46ee468c44
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 16 18:56:39 2012 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f57cf6bb4fee0b81061a42d18a8dc643079f5a4d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 16 18:55:02 2012 +0100

    NEWS update for 3.3.4

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 1aad78db00680e3f31df543483ee940ad3fd3db7
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Jan 14 15:58:09 2012 +0900

    Updated Japanese translation

 po/ja.po | 558 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 336 insertions(+), 222 deletions(-)

commit f8db7af2dd6af5d90945a9e3d4a909541d59cfa5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 9 19:27:47 2012 +0100

    [GAL] Do not use partial updates when marked for offline
    
    Also update book views with contacts in cache when completing after
    cache update, thus also already stored contacts are shown in the view.

 src/addressbook/e-book-backend-mapi-gal.c | 4 +++-
 src/addressbook/e-book-backend-mapi.c     | 9 ++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 9e7bbb6a9da3b32a5730e9f421eeba10c5c109e2
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 9 18:53:33 2012 +0100

    Bug #644817 - Slow addressbook cache

 src/addressbook/e-book-backend-mapi.c | 61 +++++++++++++++++++++++++++--------
 1 file changed, 47 insertions(+), 14 deletions(-)

commit fed53db6b91f14584b5af475a8bfa3944383d03a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 5 16:11:54 2012 +0100

    Decode attached book/calendar objects in a downloaded message

 src/libexchangemapi/e-mapi-mail-utils.c | 227 +++++++++++++++++++++-----------
 1 file changed, 147 insertions(+), 80 deletions(-)

commit 306ca7eb6f07e48c00d62d551831e5cd588fee9e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 4 17:24:57 2012 +0100

    Bug #667185 - Menu items from plugins not translated

 src/account-setup-eplugin/e-mapi-account-settings.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit ad228fd205c32288729c530bcb42ff86451092e9
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 3 16:22:44 2012 +0100

    Bug #666952 - Wrong date in message list

 src/camel/camel-mapi-folder.c           | 25 +++++++++++++++++++++----
 src/libexchangemapi/e-mapi-mail-utils.c | 23 +++++++++++++++++------
 src/libexchangemapi/e-mapi-utils.c      |  2 +-
 3 files changed, 39 insertions(+), 11 deletions(-)

commit 72f2285a00c28aab3ae3c5cfe32881e737b62956
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Mon Jan 2 12:27:00 2012 +0100

    Updated Danish translation

 po/da.po | 401 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 226 insertions(+), 175 deletions(-)

commit 53587901571484bafe4e388bb1930799aad5bd47
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Dec 26 17:59:37 2011 +0100

    Updated Slovenian translation

 po/sl.po | 176 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 89 insertions(+), 87 deletions(-)

commit 7a2a3ea77358d08f5286dbe175539a4c5c123563
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Dec 25 07:39:31 2011 +0100

    Updated Czech translation

 po/cs.po | 171 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 85 insertions(+), 86 deletions(-)

commit 4bcaf5dab44a1e49bccc84fd203ac80223f0c358
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Dec 23 14:59:51 2011 +0100

    Updated Spanish translation

 po/es.po | 183 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 89 insertions(+), 94 deletions(-)

commit 8d3ba4d496770cb78a87a16979f30186b016daaa
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Dec 21 19:33:49 2011 +0100

    Rewrite GAL to support restrictions and partial search results

 .../e-mapi-account-listener.c                      |    5 +-
 src/account-setup-eplugin/e-mapi-account-setup.c   |    4 +
 src/addressbook/e-book-backend-mapi-contacts.c     |  389 +------
 src/addressbook/e-book-backend-mapi-gal.c          |  201 ++--
 src/addressbook/e-book-backend-mapi.c              |  938 ++-------------
 src/addressbook/e-book-backend-mapi.h              |   28 +-
 src/libexchangemapi/Makefile.am                    |    5 +
 src/libexchangemapi/e-mapi-book-utils.c            | 1134 ++++++++++++++++++
 src/libexchangemapi/e-mapi-book-utils.h            |   67 ++
 src/libexchangemapi/e-mapi-connection.c            |  942 ++++++++++++---
 src/libexchangemapi/e-mapi-connection.h            |   50 +-
 src/libexchangemapi/e-mapi-debug.c                 | 1200 ++++++++++----------
 src/libexchangemapi/e-mapi-debug.h                 |    4 +-
 src/libexchangemapi/e-mapi-utils.c                 |  119 --
 src/libexchangemapi/e-mapi-utils.h                 |  145 ++-
 15 files changed, 2967 insertions(+), 2264 deletions(-)

commit fd54a2c1f0d79c33326b2caa197daca37036d927
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 19 16:36:44 2011 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d90ccdf7537af2c0bf777b7a05522be498fdd1fb
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 19 16:35:09 2011 +0100

    NEWS update for 3.3.3

 NEWS | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit 9fa4ea3eb3d1b7ac9f39455cf7cba29e6e2ab66f
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 19 16:20:07 2011 +0100

    Store last refresh information rather in folder's CamelStoreInfo
    
    CamelFolderSummary is freed as soon as the CamelFolder, which is freed
    when user moves to a different folder in the folder tree, thus storing
    any information about last update during current session is useless
    there. The CamelStoreInfo is persistent during the session, thus use it
    to know about last folder checking. These values are not saved, they
    are meant to be only for the current session.

 src/camel/camel-mapi-folder-summary.c |  2 --
 src/camel/camel-mapi-folder-summary.h |  3 ---
 src/camel/camel-mapi-folder.c         | 28 +++++++++++++++++++++-------
 src/camel/camel-mapi-store-summary.c  |  3 +++
 src/camel/camel-mapi-store-summary.h  |  4 ++++
 5 files changed, 28 insertions(+), 12 deletions(-)

commit cf1bd98862c53271b5c7b4bb13a638a48bbe9456
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 19 12:45:49 2011 +0100

    Bug #665250 - Map GMT Standard Time to Europe/Dublin

 src/libexchangemapi/tz-ical-to-mapi | 2 +-
 src/libexchangemapi/tz-mapi-to-ical | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit cdcb6a7ff59fcaa605deb93db505ae80390bd518
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Dec 18 18:45:41 2011 +0100

    [l10n] Updated German translation

 po/de.po | 262 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 138 insertions(+), 124 deletions(-)

commit b92840ad645412854e1667a7c7c258bd467afeb2
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Dec 16 11:24:59 2011 +0100

    Bug #664626 - Missing KOI-8R codepage support (patch by Vladislav)

 src/libexchangemapi/e-mapi-mail-utils.c | 2 ++
 1 file changed, 2 insertions(+)

commit 6702fb2b57f2b193f9634a57c42c4de0239bc63a
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Dec 14 10:10:35 2011 +0100

    Drop unused code and parameters

 src/addressbook/e-book-backend-mapi-contacts.c |   12 +-
 src/calendar/e-cal-backend-mapi.c              |   22 +-
 src/camel/camel-mapi-folder.c                  |    1 -
 src/libexchangemapi/e-mapi-cal-utils.c         | 2056 +------
 src/libexchangemapi/e-mapi-cal-utils.h         |   55 +-
 src/libexchangemapi/e-mapi-connection.c        | 6999 +++++++++---------------
 src/libexchangemapi/e-mapi-connection.h        |  154 +-
 src/libexchangemapi/e-mapi-fast-transfer.c     |  146 -
 src/libexchangemapi/e-mapi-mail-utils.c        | 3453 ++++--------
 src/libexchangemapi/e-mapi-mail-utils.h        |   80 -
 src/libexchangemapi/e-mapi-utils.c             |  207 -
 src/libexchangemapi/e-mapi-utils.h             |   14 -
 12 files changed, 3801 insertions(+), 9398 deletions(-)

commit ea303b4f6a5878115b24b9cac5c88085cb2c0253
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Dec 13 19:19:07 2011 +0100

    Use EMapiObject API for writing in book and calendar

 src/addressbook/e-book-backend-mapi-contacts.c | 233 +++----
 src/calendar/e-cal-backend-mapi.c              | 177 ++---
 src/libexchangemapi/e-mapi-cal-recur-utils.c   |  25 +-
 src/libexchangemapi/e-mapi-cal-recur-utils.h   |  12 +-
 src/libexchangemapi/e-mapi-cal-tz-utils.c      |  10 +-
 src/libexchangemapi/e-mapi-cal-tz-utils.h      |   4 +-
 src/libexchangemapi/e-mapi-cal-utils.c         | 932 ++++++++++++++++++++++++-
 src/libexchangemapi/e-mapi-cal-utils.h         |   8 +-
 src/libexchangemapi/e-mapi-connection.c        |  13 +-
 src/libexchangemapi/e-mapi-connection.h        |   2 +-
 src/libexchangemapi/e-mapi-mail-utils.c        |  81 +--
 src/libexchangemapi/e-mapi-utils.c             |   5 +
 12 files changed, 1180 insertions(+), 322 deletions(-)

commit 4b71be5e6d9a9e2877e8b2498ea1cc85dff0520f
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 12 18:28:05 2011 +0100

    Drop last usage of e_mapi_connection_fetch_item/s from e-cal-backend-mapi.c

 src/calendar/e-cal-backend-mapi.c | 138 +++++++++++++++++++++-----------------
 1 file changed, 75 insertions(+), 63 deletions(-)

commit 517be66ee01272c988af85d32255ea3db36b6d15
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 12 17:18:51 2011 +0100

    Provide write functions for EMapiObject and use them in Camel

 .../e-mapi-account-listener.c                      |   1 +
 src/camel/camel-mapi-folder.c                      | 280 +-----
 src/camel/camel-mapi-transport.c                   |  55 +-
 src/libexchangemapi/camel-mapi-settings.c          |   2 +
 src/libexchangemapi/e-mapi-connection.c            | 970 ++++++++++++++++++++-
 src/libexchangemapi/e-mapi-connection.h            |  45 +-
 src/libexchangemapi/e-mapi-fast-transfer.c         |  42 +
 src/libexchangemapi/e-mapi-folder.c                |   4 +
 src/libexchangemapi/e-mapi-mail-utils.c            | 746 ++++++++++++++--
 src/libexchangemapi/e-mapi-mail-utils.h            |   9 +
 src/libexchangemapi/e-mapi-utils.c                 |  37 +
 src/libexchangemapi/e-mapi-utils.h                 |   4 +
 12 files changed, 1829 insertions(+), 366 deletions(-)

commit 58bf9e28786e5833b8353ae5295d6fa1fbe87d3f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Dec 8 14:32:08 2011 +0100

    Fix minor compiler warning caused by conditional compilation

 src/addressbook/e-book-backend-mapi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit efc34863e76616301186b2e0d59b861b70922b9e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Dec 5 18:13:54 2011 +0100

    Updated Spanish translation

 po/es.po | 292 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 166 insertions(+), 126 deletions(-)

commit 23863c8460a19e1ce27d7afa1fb27adfaeca7d41
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Dec 2 16:46:32 2011 +0100

    Updated Slovenian translation

 po/sl.po | 251 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 128 insertions(+), 123 deletions(-)

commit eeec51fef3c448a118d1c9577d30497d636c6926
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Dec 1 12:58:32 2011 +0100

    Updated Czech translation

 po/cs.po | 222 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 112 insertions(+), 110 deletions(-)

commit 6e724dac943f4e78a8b43d75f98020bba17641cb
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Dec 1 11:54:43 2011 +0100

    Do not forget to save changes in CamelFolderSummary

 src/camel/camel-mapi-folder.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit ef9e2c3d8d136afd7c2fd5d980ae748d76de4709
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 30 18:29:16 2011 +0100

    Preselect colors for newly added calendars

 .../e-mapi-account-listener.c                      | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 85b81798cc422d9bd311a0ad872f14dc6fb7df98
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 30 18:27:38 2011 +0100

    Add "Listen for server notifications" option to mail/book/calendar

 src/account-setup-eplugin/e-mapi-account-setup.c |   3 +
 src/addressbook/e-book-backend-mapi-contacts.c   | 106 ++++++
 src/addressbook/e-book-backend-mapi.c            | 133 ++++---
 src/addressbook/e-book-backend-mapi.h            |   1 +
 src/calendar/e-cal-backend-mapi.c                | 103 +++++-
 src/camel/Makefile.am                            |   5 +-
 src/camel/camel-mapi-folder.c                    |   9 +-
 src/camel/camel-mapi-notifications.c             | 271 --------------
 src/camel/camel-mapi-notifications.h             |  36 --
 src/camel/camel-mapi-private.h                   |  46 ---
 src/camel/camel-mapi-provider.c                  |   2 +
 src/camel/camel-mapi-store.c                     | 435 +++++++++++++++++++++--
 src/camel/camel-mapi-store.h                     |   2 -
 src/libexchangemapi/camel-mapi-settings.c        |  49 ++-
 src/libexchangemapi/camel-mapi-settings.h        |   5 +
 src/libexchangemapi/e-mapi-connection.c          | 308 +++++++++++++---
 src/libexchangemapi/e-mapi-connection.h          |  20 +-
 17 files changed, 1009 insertions(+), 525 deletions(-)

commit c20420c6536bde58f772a212217c01add71fc3f1
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 29 18:15:31 2011 +0100

    Implement SExp parser for contacts backend

 configure.ac                                   |  19 +-
 src/addressbook/e-book-backend-mapi-contacts.c | 140 +--------
 src/addressbook/e-book-backend-mapi.c          | 412 ++++++++++++++++++++++++-
 src/addressbook/e-book-backend-mapi.h          |   4 +
 src/libexchangemapi/e-mapi-connection.c        |  12 +-
 5 files changed, 445 insertions(+), 142 deletions(-)

commit 2e394b975ca6f45798b4d919980fc12219931302
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 28 15:25:33 2011 +0100

    Use different way of converting FILETIME to time_t

 src/libexchangemapi/e-mapi-connection.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 7390c24bf87907fb1546a511bfeac1a3458aaae5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 28 15:23:32 2011 +0100

    Properly propagate Cancelled GError

 src/addressbook/e-book-backend-mapi.c   |  5 ++++
 src/calendar/e-cal-backend-mapi.c       |  5 ++++
 src/camel/camel-mapi-folder.c           | 45 ++++++++++++++++++---------------
 src/camel/camel-mapi-store.c            | 43 ++++++++++++++++++-------------
 src/camel/camel-mapi-transport.c        |  8 +++---
 src/libexchangemapi/e-mapi-connection.c | 12 +++++++--
 src/libexchangemapi/e-mapi-utils.c      | 13 ++++++++++
 src/libexchangemapi/e-mapi-utils.h      |  3 +++
 8 files changed, 90 insertions(+), 44 deletions(-)

commit 0737a92765884fa18082fe39f3b59fc6dc198e75
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Nov 25 18:01:27 2011 +0100

    Updated Slovenian translation

 po/sl.po | 344 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 192 insertions(+), 152 deletions(-)

commit de3247dfedfe0e22fb8d6274f42a231d80f401df
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Nov 24 18:06:09 2011 -0500

    Remove almost all *_DISABLE_DEPRECATED_FLAGS.
    
    Leave the EDS macros alone since we control them.
    
    I'll care about deprecated APIs again when a gtk4 release date is
    announced.  Meanwhile it's just causing distros unnecessary pain.

 configure.ac | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit 8c787e645b678624c41719d2927c2b167a97eb7e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Nov 24 17:54:32 2011 -0500

    Remove GSEAL_ENABLE macro.
    
    We already comply, and it's required now anyway for gtk3.

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit 836a77480be3cff9a3026879f86d08056d01883a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 24 19:30:37 2011 +0100

    At least minfo->last_modified may change, thus mark minfo dirty

 src/camel/camel-mapi-folder.c | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

commit 2d906ee77dbce5d0ac55c97d0af2adc0e8b3bd62
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Nov 24 16:25:40 2011 +0100

    Updated Czech translation

 po/cs.po | 117 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 65 insertions(+), 52 deletions(-)

commit bb43c9fddd05ebb41ff0abb03b47d09b98bba539
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 24 14:54:02 2011 +0100

    Bug #664062 - Profile name not saved in transport URL

 src/camel/camel-mapi-transport.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit 1c4553c1c60b3b1702eaacda2ffc64f3bdeee8be
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 24 12:11:31 2011 +0100

    Bug #664572 - Change e_cal_backend_notify_component* to use ECalComponent

 src/calendar/e-cal-backend-mapi.c | 154 ++++++++++++++++++++++----------------
 1 file changed, 91 insertions(+), 63 deletions(-)

commit c4c2ea2ac073bf41930a99b3453e977fe4ba4126
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 23 12:26:19 2011 +0100

    Bug #663867 - Cannot build against OpenChange svn trunk

 configure.ac                           | 17 +++++++++++++++++
 src/libexchangemapi/e-mapi-cal-utils.c |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

commit 9843a63eb02f4da54c21e20f4d1db4d3e220d8df
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 22 15:40:45 2011 +0100

    Implement fast-transfer for address book backend

 src/addressbook/e-book-backend-mapi-contacts.c | 438 ++++++++++++++++---------
 src/addressbook/e-book-backend-mapi-gal.c      | 102 +++---
 src/addressbook/e-book-backend-mapi.c          | 354 +++++++++-----------
 src/addressbook/e-book-backend-mapi.h          |  32 +-
 src/libexchangemapi/e-mapi-utils.c             |  20 --
 src/libexchangemapi/e-mapi-utils.h             |   5 +-
 6 files changed, 524 insertions(+), 427 deletions(-)

commit fc87a081ff519d5cb6ed2b0c1698cd977c9960d3
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Nov 22 10:39:16 2011 +0100

    Updated Czech translation

 po/cs.po | 194 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 101 insertions(+), 93 deletions(-)

commit 41642962bc4776e941dfa48d7dbf3ee26df1a134
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 21 08:54:06 2011 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3dd063a2f8b25b54d311e0411e89f278fbb44f54
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 21 08:52:24 2011 +0100

    NEWS update for 3.3.2

 NEWS | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit ef7d83ad4380d4383abbe82634e45f7eba80fd75
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 21 08:28:00 2011 +0100

    Notify about completed calendar view only when update_local_cache() is finished

 src/calendar/e-cal-backend-mapi.c | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 6274dd970332da0262715c7a47d78e8366355b7d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Nov 18 21:16:58 2011 +0100

    Update CamelMapiFolder completely when folder object count changed

 src/camel/camel-mapi-folder-summary.c |  1 +
 src/camel/camel-mapi-folder-summary.h |  2 ++
 src/camel/camel-mapi-folder.c         | 15 +++++++++++++--
 3 files changed, 16 insertions(+), 2 deletions(-)

commit 2e490fd41d631e4457b0b71e7f9a927c75ab89b7
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Nov 18 18:12:24 2011 +0100

    [l10n] Updated German translation

 po/de.po | 326 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 178 insertions(+), 148 deletions(-)

commit 00bc632874d5b67ed3f63d3d458ebcce6ffda447
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Nov 18 18:06:12 2011 +0100

    Fast-transfer for calendars with fallback to slow fetch

 src/calendar/e-cal-backend-mapi.c       | 965 ++++++++++++--------------------
 src/camel/camel-mapi-folder.c           |  39 +-
 src/libexchangemapi/e-mapi-cal-utils.c  |   6 +-
 src/libexchangemapi/e-mapi-connection.c | 531 +++++++++++++++++-
 src/libexchangemapi/e-mapi-connection.h |  13 +-
 src/libexchangemapi/e-mapi-mail-utils.c |  17 +-
 src/libexchangemapi/e-mapi-utils.c      | 186 ++++++
 src/libexchangemapi/e-mapi-utils.h      |  27 +-
 8 files changed, 1125 insertions(+), 659 deletions(-)

commit c5a8a96d354b8dfbd6b65f122c23d0a6e5c7e736
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Nov 15 12:37:39 2011 +0100

    Updated Spanish translation

 po/es.po | 175 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 87 deletions(-)

commit a577ac5c4aa74d0d5f2d54aa872ab8e0e126a375
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 14 19:56:00 2011 +0100

    Bug #664016 - Password prompt for Notes, Tasks, etc. on login

 .../e-mapi-account-listener.c                      |  3 +
 src/addressbook/e-book-backend-mapi.c              |  5 +-
 src/calendar/e-cal-backend-mapi.c                  |  7 ++-
 src/camel/camel-mapi-store.c                       |  6 ++
 src/libexchangemapi/e-mapi-connection.c            | 70 ++++++++++++++++++++++
 5 files changed, 88 insertions(+), 3 deletions(-)

commit 027ee36d9fa46b63ccb8050cd097427518efbcdd
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Nov 13 00:42:56 2011 -0500

    Adapt to CamelFolderSummary changes.

 src/camel/camel-mapi-folder-summary.c | 4 +---
 src/camel/camel-mapi-folder-summary.h | 2 +-
 src/camel/camel-mapi-folder.c         | 7 ++-----
 3 files changed, 4 insertions(+), 9 deletions(-)

commit 6f0c329838389f562a8038b4c686a14b82c7bc7b
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 10 13:01:45 2011 +0100

    Use fast-transfer for message fetching in camel

 src/camel/camel-mapi-folder.c                | 364 ++++++++-----
 src/camel/camel-mapi-store.c                 |  71 +--
 src/libexchangemapi/e-mapi-cal-recur-utils.c |   8 +-
 src/libexchangemapi/e-mapi-cal-recur-utils.h |   2 +-
 src/libexchangemapi/e-mapi-cal-tz-utils.c    |   5 +-
 src/libexchangemapi/e-mapi-cal-tz-utils.h    |   2 +-
 src/libexchangemapi/e-mapi-cal-utils.c       | 630 +++++++++++++++++++++-
 src/libexchangemapi/e-mapi-cal-utils.h       |  10 +-
 src/libexchangemapi/e-mapi-connection.c      | 289 +++++++++-
 src/libexchangemapi/e-mapi-connection.h      |  10 +-
 src/libexchangemapi/e-mapi-debug.c           |   8 +-
 src/libexchangemapi/e-mapi-fast-transfer.c   |  40 +-
 src/libexchangemapi/e-mapi-fast-transfer.h   |   9 +
 src/libexchangemapi/e-mapi-mail-utils.c      | 774 +++++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-mail-utils.h      |  28 +-
 src/libexchangemapi/e-mapi-utils.c           |  63 +++
 src/libexchangemapi/e-mapi-utils.h           |  18 +-
 17 files changed, 2106 insertions(+), 225 deletions(-)

commit 5f4774ffc3cf5413c2c549cef603775e7f17e04b
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Nov 9 10:25:34 2011 +0100

    Updated Czech translation

 po/cs.po | 255 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 127 insertions(+), 128 deletions(-)

commit 8ab5c0da1467ea12ba41aaa5474f531c0ac7ea5a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Nov 8 12:31:46 2011 +0100

    Updated Spanish translation

 po/es.po | 265 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 137 insertions(+), 128 deletions(-)

commit 98a632f7c9cb532ec05119160a8945b9de4b65fb
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 8 11:09:58 2011 +0100

    Different approach for CamelMapiFolder's summary fetching

 src/camel/camel-mapi-folder-summary.c   |  59 +-
 src/camel/camel-mapi-folder-summary.h   |   9 +-
 src/camel/camel-mapi-folder.c           | 961 ++++++++++++++++----------------
 src/camel/camel-mapi-folder.h           |   5 +-
 src/camel/camel-mapi-notifications.c    |  43 +-
 src/camel/camel-mapi-store-summary.c    |  20 +-
 src/camel/camel-mapi-store-summary.h    |  10 +-
 src/camel/camel-mapi-store.c            |  33 +-
 src/libexchangemapi/e-mapi-connection.c | 175 ++++++
 src/libexchangemapi/e-mapi-connection.h |   8 +
 10 files changed, 700 insertions(+), 623 deletions(-)

commit 826c3d915c86e20770345f5fcc678c0f06c7312d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 7 14:13:58 2011 +0100

    Provide e_mapi_connection_open/close_folder() API

 src/libexchangemapi/e-mapi-cal-utils.c  |  10 +-
 src/libexchangemapi/e-mapi-connection.c | 412 ++++++++++++++++++++++++++++----
 src/libexchangemapi/e-mapi-connection.h |  32 ++-
 3 files changed, 403 insertions(+), 51 deletions(-)

commit cdf7e4cdc8852a76a6aa3b30ade40b554e3acf9f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Nov 6 12:16:32 2011 -0500

    Adapt to Evolution's EMConfig API changes.

 .../e-mapi-account-settings.c                      |  37 ++--
 src/account-setup-eplugin/e-mapi-account-setup.c   | 245 ++++++++++-----------
 .../org-gnome-exchange-mapi.eplug.xml              |   8 +-
 3 files changed, 139 insertions(+), 151 deletions(-)

commit 977ac185c19980f73009c78f78eb8a9f49aba57d
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Nov 5 23:02:30 2011 +0100

    Updated Czech translation

 po/cs.po | 244 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 120 insertions(+), 124 deletions(-)

commit 3f0a9c1024edf9bcd503671e43f0fe4de41cc0d8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Nov 5 00:24:23 2011 -0400

    camel_operation_cancel_check(NULL) returns FALSE.
    
    Always.  Pointless call.

 src/camel/camel-mapi-folder.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cb2e3690e55220937f703c0f5826bbeeb53c0379
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Nov 4 15:34:58 2011 +0100

    A bit of code movement and renames

 src/libexchangemapi/e-mapi-cal-utils.c     |   4 +-
 src/libexchangemapi/e-mapi-connection.c    | 124 +++++++++++++++++++++--------
 src/libexchangemapi/e-mapi-connection.h    |  68 ++++++++++++++--
 src/libexchangemapi/e-mapi-fast-transfer.c |   8 +-
 src/libexchangemapi/e-mapi-fast-transfer.h |  54 +------------
 5 files changed, 164 insertions(+), 94 deletions(-)

commit 6de4c260f148f0667276001f1e7b51e4c6bb842a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 3 14:40:49 2011 +0100

    Provide GCancellable into fast-transfer functions/callback too

 src/libexchangemapi/e-mapi-fast-transfer.c | 16 +++++++++++++---
 src/libexchangemapi/e-mapi-fast-transfer.h |  4 ++++
 2 files changed, 17 insertions(+), 3 deletions(-)

commit c12b75624ca153b98322832c6de4d8278c59b87d
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 3 10:52:45 2011 +0100

    Avoid usage of talloc_init()
    
    It's not needed to access global talloc context, especially within
    threaded environment, thus create new talloc contexts rather under
    the session context, than on the global talloc context.

 src/libexchangemapi/e-mapi-connection.c | 104 +++++++++++++++-----------------
 1 file changed, 49 insertions(+), 55 deletions(-)

commit ac237b8fbcc063f6a6ddaf2e1262e355eda9a6c5
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 2 15:26:02 2011 +0100

    Use one mapi_context for each EMapiConnection

 .../e-mapi-account-listener.c                      |  26 ++-
 src/account-setup-eplugin/e-mapi-account-setup.c   |  16 +-
 src/libexchangemapi/e-mapi-cal-utils.c             |   2 +-
 src/libexchangemapi/e-mapi-connection.c            | 205 ++++++++-------------
 src/libexchangemapi/e-mapi-connection.h            |  12 +-
 src/libexchangemapi/e-mapi-utils.c                 |  94 +++++++++-
 src/libexchangemapi/e-mapi-utils.h                 |   9 +-
 7 files changed, 208 insertions(+), 156 deletions(-)

commit ff24a34946fd271f50be1f4eb242c66551bde1fe
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Nov 2 14:20:17 2011 +0100

    Updated Spanish translation

 po/es.po | 185 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 95 insertions(+), 90 deletions(-)

commit 151dbf0b661d9b2075ff1b583c32897f7e83a063
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 2 13:07:36 2011 +0100

    Use callback for Restrictions generation
    
    Good, because of provided talloc's mem_ctx into the callback

 src/addressbook/e-book-backend-mapi-contacts.c |  55 ++++--
 src/addressbook/e-book-backend-mapi-gal.c      |   6 +-
 src/addressbook/e-book-backend-mapi.c          |  72 ++++----
 src/addressbook/e-book-backend-mapi.h          |   2 +-
 src/calendar/e-cal-backend-mapi.c              | 228 ++++++++++++++++---------
 src/camel/camel-mapi-folder.c                  |  83 +++++----
 src/camel/camel-mapi-folder.h                  |   2 +-
 src/camel/camel-mapi-notifications.c           |  43 +++--
 src/libexchangemapi/e-mapi-cal-utils.c         |  82 ++++++---
 src/libexchangemapi/e-mapi-connection.c        | 184 +++++---------------
 src/libexchangemapi/e-mapi-connection.h        |  22 ++-
 11 files changed, 416 insertions(+), 363 deletions(-)

commit 4d85abba0f98381a3bea1c7bdbb7793be5b1a7a6
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 1 21:28:40 2011 +0100

    Provide GCancellable into EMapiConnection functions and callbacks

 .../e-mapi-account-listener.c                      |   7 +-
 src/account-setup-eplugin/e-mapi-account-setup.c   |   8 +-
 src/addressbook/e-book-backend-mapi-contacts.c     |  73 +-
 src/addressbook/e-book-backend-mapi-gal.c          |  34 +-
 src/addressbook/e-book-backend-mapi.c              |  15 +-
 src/addressbook/e-book-backend-mapi.h              |  10 +-
 src/calendar/e-cal-backend-mapi.c                  |  76 +-
 src/camel/camel-mapi-folder.c                      |  46 +-
 src/camel/camel-mapi-notifications.c               |   6 +-
 src/camel/camel-mapi-store.c                       |  35 +-
 src/camel/camel-mapi-transport.c                   |   9 +-
 src/libexchangemapi/e-mapi-cal-utils.c             | 105 ++-
 src/libexchangemapi/e-mapi-cal-utils.h             |  35 +-
 src/libexchangemapi/e-mapi-connection.c            | 924 ++++++++++++++++-----
 src/libexchangemapi/e-mapi-connection.h            | 365 ++++++--
 src/libexchangemapi/e-mapi-mail-utils.c            |  34 +-
 src/libexchangemapi/e-mapi-mail-utils.h            |  22 +-
 src/libexchangemapi/e-mapi-utils.c                 |  46 +-
 src/libexchangemapi/e-mapi-utils.h                 |  32 +-
 19 files changed, 1420 insertions(+), 462 deletions(-)

commit ca623905a320f833f16477625c74e1dd82b92bd8
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 1 11:46:43 2011 +0100

    Be able to set restrictions in e_mapi_connection_list_items()

 src/libexchangemapi/e-mapi-connection.c | 11 ++++++++++-
 src/libexchangemapi/e-mapi-connection.h |  4 +++-
 2 files changed, 13 insertions(+), 2 deletions(-)

commit d6175ecbc111bfb4378050c7ed415ca365a9f712
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 1 08:55:13 2011 +0100

    PidTagLastModificationTime doesn't work as expected on a folder object

 src/camel/camel-mapi-store-summary.c    | 28 +++++-----------------------
 src/camel/camel-mapi-store-summary.h    |  4 +---
 src/camel/camel-mapi-store.c            | 12 +++++-------
 src/libexchangemapi/e-mapi-connection.c | 23 ++++++-----------------
 src/libexchangemapi/e-mapi-folder.c     |  3 +--
 src/libexchangemapi/e-mapi-folder.h     |  4 +---
 6 files changed, 19 insertions(+), 55 deletions(-)

commit f4b4edd8bc0bf224e5d780091d1663700bd567e1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 31 19:11:28 2011 +0100

    Extend and clean-up CamelMapiStoreSummary

 src/camel/camel-mapi-folder.c           |  73 +++--
 src/camel/camel-mapi-folder.h           |   4 +-
 src/camel/camel-mapi-notifications.c    |  31 +-
 src/camel/camel-mapi-store-summary.c    | 355 +++++++++-----------
 src/camel/camel-mapi-store-summary.h    |  45 +--
 src/camel/camel-mapi-store.c            | 560 +++++++++++++-------------------
 src/camel/camel-mapi-store.h            |  37 +--
 src/libexchangemapi/e-mapi-connection.c |  47 ++-
 src/libexchangemapi/e-mapi-folder.c     |   3 +-
 src/libexchangemapi/e-mapi-folder.h     |   4 +-
 10 files changed, 511 insertions(+), 648 deletions(-)

commit f568a21b9d4836cf48517c71ede3e12831210ace
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 31 13:49:21 2011 +0100

    Add fetching of folder properties

 src/libexchangemapi/e-mapi-connection.c | 84 +++++++++++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-connection.h | 37 +++++++++++++--
 2 files changed, 116 insertions(+), 5 deletions(-)

commit dd28e4bde0551336e5d06e9b330990dc8cc84a6b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 31 13:11:06 2011 +0100

    Include and use fixed OpenChange's fxparser

 src/libexchangemapi/e-mapi-fast-transfer.c |  16 +-
 src/libexchangemapi/e-mapi-fast-transfer.h |   1 +
 src/libexchangemapi/e-mapi-openchange.c    | 665 +++++++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-openchange.h    |  13 +
 4 files changed, 688 insertions(+), 7 deletions(-)

commit d7495965f5e7fee05801bf30a27b5547a7dcd1dd
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Oct 27 17:53:24 2011 +0200

    A bit more house keeping around fast-transfer

 src/libexchangemapi/e-mapi-debug.c         |  32 ++++
 src/libexchangemapi/e-mapi-debug.h         |  10 +-
 src/libexchangemapi/e-mapi-fast-transfer.c | 241 ++++++++++++-----------------
 src/libexchangemapi/e-mapi-fast-transfer.h |  29 ++--
 4 files changed, 155 insertions(+), 157 deletions(-)

commit 93a05d9f5b4563a0508ea74cf8816b26f68d5610
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Oct 26 20:27:04 2011 +0200

    Updated POTFILES.in

 po/POTFILES.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 020aee35334430360e5def00ad3a2f5ba2a0d7c0
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Oct 26 19:26:27 2011 +0200

    Just rename them
    
    A little cleanup for shorter "namespace" of library functions
    and making CamelMapiSummary a CamelMapiFolderSummary.

 src/account-setup-eplugin/Makefile.am              |   12 +-
 .../e-mapi-account-listener.c                      | 1447 +++++++
 .../e-mapi-account-listener.h                      |   57 +
 .../e-mapi-account-settings.c                      |  422 ++
 src/account-setup-eplugin/e-mapi-account-setup.c   | 1048 +++++
 src/account-setup-eplugin/e-mapi-account-setup.h   |   35 +
 .../exchange-mapi-account-listener.c               | 1447 -------
 .../exchange-mapi-account-listener.h               |   57 -
 .../exchange-mapi-account-settings.c               |  422 --
 .../exchange-mapi-account-setup.c                  | 1048 -----
 .../exchange-mapi-account-setup.h                  |   35 -
 .../org-gnome-exchange-mapi.eplug.xml              |   28 +-
 src/addressbook/e-book-backend-mapi-contacts.c     |   88 +-
 src/addressbook/e-book-backend-mapi-gal.c          |   22 +-
 src/addressbook/e-book-backend-mapi.c              |   62 +-
 src/addressbook/e-book-backend-mapi.h              |   12 +-
 src/calendar/e-cal-backend-mapi.c                  |  276 +-
 src/camel/Makefile.am                              |    4 +-
 src/camel/camel-mapi-folder-summary.c              |  333 ++
 src/camel/camel-mapi-folder-summary.h              |   92 +
 src/camel/camel-mapi-folder.c                      |  100 +-
 src/camel/camel-mapi-folder.h                      |    2 +-
 src/camel/camel-mapi-notifications.c               |   16 +-
 src/camel/camel-mapi-store.c                       |   84 +-
 src/camel/camel-mapi-store.h                       |    6 +-
 src/camel/camel-mapi-summary.c                     |  333 --
 src/camel/camel-mapi-summary.h                     |   92 -
 src/camel/camel-mapi-transport.c                   |   12 +-
 src/camel/camel-mapi-transport.h                   |    2 +-
 src/libexchangemapi/Makefile.am                    |   76 +-
 src/libexchangemapi/e-mapi-cal-recur-utils.c       | 1368 +++++++
 src/libexchangemapi/e-mapi-cal-recur-utils.h       |   40 +
 src/libexchangemapi/e-mapi-cal-tz-utils.c          |  602 +++
 src/libexchangemapi/e-mapi-cal-tz-utils.h          |   44 +
 src/libexchangemapi/e-mapi-cal-utils.c             | 2347 +++++++++++
 src/libexchangemapi/e-mapi-cal-utils.h             |  110 +
 src/libexchangemapi/e-mapi-connection.c            | 4182 ++++++++++++++++++++
 src/libexchangemapi/e-mapi-connection.h            |  278 ++
 src/libexchangemapi/e-mapi-debug.c                 |  850 ++++
 src/libexchangemapi/e-mapi-debug.h                 |   35 +
 src/libexchangemapi/e-mapi-defs.h                  |  264 ++
 src/libexchangemapi/e-mapi-fast-transfer.c         |   18 +-
 src/libexchangemapi/e-mapi-fast-transfer.h         |    8 +-
 src/libexchangemapi/e-mapi-folder.c                |  170 +
 src/libexchangemapi/e-mapi-folder.h                |   98 +
 src/libexchangemapi/e-mapi-mail-utils.c            | 1685 ++++++++
 src/libexchangemapi/e-mapi-mail-utils.h            |  100 +
 src/libexchangemapi/e-mapi-operation-queue.c       |  339 ++
 src/libexchangemapi/e-mapi-operation-queue.h       |   72 +
 src/libexchangemapi/e-mapi-utils.c                 | 1153 ++++++
 src/libexchangemapi/e-mapi-utils.h                 |   79 +
 src/libexchangemapi/em-operation-queue.c           |  339 --
 src/libexchangemapi/em-operation-queue.h           |   72 -
 .../exchange-mapi-cal-recur-utils.c                | 1368 -------
 .../exchange-mapi-cal-recur-utils.h                |   40 -
 src/libexchangemapi/exchange-mapi-cal-tz-utils.c   |  764 ----
 src/libexchangemapi/exchange-mapi-cal-tz-utils.h   |  119 -
 src/libexchangemapi/exchange-mapi-cal-utils.c      | 2347 -----------
 src/libexchangemapi/exchange-mapi-cal-utils.h      |  110 -
 src/libexchangemapi/exchange-mapi-connection.c     | 4182 --------------------
 src/libexchangemapi/exchange-mapi-connection.h     |  278 --
 src/libexchangemapi/exchange-mapi-debug.c          |  850 ----
 src/libexchangemapi/exchange-mapi-debug.h          |   35 -
 src/libexchangemapi/exchange-mapi-defs.h           |  262 --
 src/libexchangemapi/exchange-mapi-folder.c         |  170 -
 src/libexchangemapi/exchange-mapi-folder.h         |   95 -
 src/libexchangemapi/exchange-mapi-mail-utils.c     | 1685 --------
 src/libexchangemapi/exchange-mapi-mail-utils.h     |  100 -
 src/libexchangemapi/exchange-mapi-utils.c          | 1153 ------
 src/libexchangemapi/exchange-mapi-utils.h          |   79 -
 70 files changed, 17665 insertions(+), 17895 deletions(-)

commit af42dc409c3729c456b7da8ab9f2f323e6e18480
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Oct 26 16:23:56 2011 +0200

    Preparations for Fast Transfer implementation

 src/camel/camel-mapi-folder.c                  |   2 +-
 src/libexchangemapi/Makefile.am                |   4 +
 src/libexchangemapi/e-mapi-fast-transfer.c     | 593 ++++++++++++++++++++++
 src/libexchangemapi/e-mapi-fast-transfer.h     | 107 ++++
 src/libexchangemapi/e-mapi-openchange.c        | 666 +++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-openchange.h        |  40 ++
 src/libexchangemapi/exchange-mapi-connection.c | 139 ++++++
 src/libexchangemapi/exchange-mapi-connection.h |  10 +
 src/libexchangemapi/exchange-mapi-debug.c      |  32 +-
 src/libexchangemapi/exchange-mapi-debug.h      |   2 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c |   2 +-
 11 files changed, 1578 insertions(+), 19 deletions(-)

commit e13ea8f8d933960b064b75991e4fb4d8bdcf97aa
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Oct 20 23:32:08 2011 -0400

    Adapt to CamelNetworkSettings changes.

 .../exchange-mapi-account-listener.c               | 57 ++++++++-----
 .../exchange-mapi-account-listener.h               |  4 +-
 .../exchange-mapi-account-settings.c               | 13 ++-
 src/camel/camel-mapi-folder.c                      | 18 ++++-
 src/camel/camel-mapi-store.c                       | 35 ++++----
 src/camel/camel-mapi-transport.c                   | 15 +++-
 src/libexchangemapi/camel-mapi-settings.c          | 94 ++++++++++++++++++++--
 7 files changed, 178 insertions(+), 58 deletions(-)

commit 75d785dac64b1d0b2c4f9aaeaf252c711d67b0f0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 24 16:33:04 2011 +0200

    Implement CamelFolder::get_message_cached()

 src/camel/camel-mapi-folder.c | 71 +++++++++++++++++++++++++------------------
 1 file changed, 42 insertions(+), 29 deletions(-)

commit e667d210b9b76fc978c4b54512bfdc0bd1c4813a
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 24 08:41:26 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 91aa75766661c255e8a3b29b5f8c05c99c3238e6
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 24 08:40:31 2011 +0200

    NEWS update for 3.3.1

 NEWS | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 99bcb12b2615ce893716fa4e0ec8580b05665b0a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Oct 23 19:15:38 2011 +0200

    Updated Slovenian translation

 po/sl.po | 155 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 78 insertions(+), 77 deletions(-)

commit ac260a32ede6446b07392ceacf8a11cdd8110b79
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Wed Oct 19 19:19:35 2011 +0200

    Add Esperanto translation

 po/LINGUAS |   1 +
 po/eo.po   | 589 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 590 insertions(+)

commit 46f8084924a8b3558edea8aeac387494b6844838
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Oct 19 18:26:41 2011 +0200

    Updated Spanish translation

 po/es.po | 148 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 75 insertions(+), 73 deletions(-)

commit 2b0ad9b42f99a0fe74374227230f8d5c553f398b
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Oct 19 15:23:38 2011 +0200

    Adapt to recent ECalBackend API changes

 src/calendar/e-cal-backend-mapi.c | 115 +++++++++++++++++++-------------------
 1 file changed, 56 insertions(+), 59 deletions(-)

commit 00a72b744ef8a6977903d31d9517b4cb07cbf547
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Oct 18 20:45:04 2011 +0200

    [l10n] Updated German translation

 po/de.po | 146 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

commit b1fe476e02168d98c22228a393682a7a6d43b0d0
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Sun Oct 16 22:14:11 2011 +0200

    Updated Slovak translation

 po/sk.po | 633 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 501 insertions(+), 132 deletions(-)

commit e5bcc4026a932b6d4481656547a4b94741945b97
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Oct 15 09:54:46 2011 -0400

    Adapt to Camel's new authentication API.

 src/camel/camel-mapi-store.c | 180 ++++++++++++++++---------------------------
 1 file changed, 67 insertions(+), 113 deletions(-)

commit c4ed1281a2bfe62f5ac4ca186da80dea0a1e742b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 10 13:41:46 2011 +0200

    Adapt to EBookBackend API changes

 src/addressbook/e-book-backend-mapi-contacts.c |  56 +++++----
 src/addressbook/e-book-backend-mapi-gal.c      |   8 +-
 src/addressbook/e-book-backend-mapi.c          | 156 ++++++++++++++-----------
 src/addressbook/e-book-backend-mapi.h          |   4 +-
 4 files changed, 126 insertions(+), 98 deletions(-)

commit 6ae2eb9d97bfad749f840aa6a4602b5ef27aa798
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Oct 7 14:14:57 2011 +0200

    Updated Swedish translation

 po/sv.po | 274 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 157 insertions(+), 117 deletions(-)

commit 68c62e71ff16c4c70dd805315f522d98c416822d
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Oct 6 17:02:16 2011 +0200

    Adapt to CamelFolderSummary API changes

 src/camel/camel-mapi-folder.c  | 66 ++++++++++++++++++++++++++----------------
 src/camel/camel-mapi-summary.c | 60 +++++++++++++++++++-------------------
 2 files changed, 71 insertions(+), 55 deletions(-)

commit 37e9ae1f895c66b040a56f7daf313a0cf9c0418f
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Fri Sep 30 09:51:50 2011 +0200

    Updated Danish translation

 po/da.po | 276 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 159 insertions(+), 117 deletions(-)

commit 89a6e627858c0c86c578af3fa949b22683c45ad4
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Sep 27 13:05:16 2011 -0400

    Adapt to camel-provider-1.2.pc going away.

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

commit d4a2a9ade58aef12451dea277b7a9c137860c5fa
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Sep 26 09:32:26 2011 -0400

    CamelMapiProvider: Setting "license" field is unnecessary.
    
    It's not used for anything, and in fact is going away.

 src/camel/camel-mapi-provider.c | 1 -
 1 file changed, 1 deletion(-)

commit b0e4878dfd54c166c10b5784d02d85586072bac0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 11 12:31:52 2011 -0400

    Adapt to libebackend changes.
    
    Address book and calendar backends now use the EModule / EExtension
    framework promoted from Evolution, instead of e-data-server-module.c.

 src/addressbook/e-book-backend-mapi-contacts.c |   2 +-
 src/addressbook/e-book-backend-mapi-factory.c  |  77 +++++++--
 src/addressbook/e-book-backend-mapi.c          |  29 ++--
 src/calendar/Makefile.am                       |   1 -
 src/calendar/e-cal-backend-mapi-factory.c      | 206 ++++++++-----------------
 src/calendar/e-cal-backend-mapi-factory.h      |  38 -----
 src/calendar/e-cal-backend-mapi.c              |  52 +++----
 7 files changed, 165 insertions(+), 240 deletions(-)

commit 7fa2f1dd6883a33b2229dd47d6791e4ddad988d1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 25 22:40:23 2011 -0400

    Adapt to CamelURL API changes.

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 4 ++--
 src/account-setup-eplugin/exchange-mapi-account-setup.c    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit b79a09c113fb0eaf531ea91530b4191712c90521
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 25 22:39:35 2011 -0400

    CamelMapiStore: Remove unused 'base_url' member.

 src/camel/camel-mapi-store.c | 11 -----------
 1 file changed, 11 deletions(-)

commit e785982d2b4c13fc9ef653c26e4f1aef048d8873
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 25 20:12:23 2011 -0400

    CamelMapiStore: Use camel_service_set_password().
    
    Instead of stashing the password in its CamelURL.

 src/camel/camel-mapi-store.c | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

commit b188a01d2ac9030e369929d5ec760a00feb215c5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 26 12:25:28 2011 +0200

    Updated Hungarian translation

 po/hu.po | 243 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 134 insertions(+), 109 deletions(-)

commit 5c8a2be98b720bbe8a0390bebcf2c04bf1d1e442
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 12:14:49 2011 +0200

    Bug #656473 - Store server folder cache in user's cache directory

 src/camel/camel-mapi-store.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

commit ca767ccc2efd2ea90e2e8c53cbaf3f9e347b4a4d
Author: Petr Kovar <pkovar@redhat.com>
Date:   Mon Sep 26 11:07:23 2011 +0200

    Update Czech translation by Jiri Eischmann

 po/cs.po | 84 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 41 insertions(+), 43 deletions(-)

commit 74f6be6d2f907d19354e1fd1fbfb436d8cd2b296
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 11:05:57 2011 +0200

    Bug #655252 - Need to escape the comp_uid part of a path

 src/libexchangemapi/exchange-mapi-cal-utils.c | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

commit cc7aa67f057d0b871061414e5611e1095b2be90b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 10:29:58 2011 +0200

    Bug #659555 - Add custom icons in a folder Subscription dialog

 src/camel/camel-mapi-store.c | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit 3aaae6b1e0c066f507068241b974e39dbdde5f61
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 07:36:09 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7ae49cac4549c8a3c6af57be516630f9ef058346
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 07:29:42 2011 +0200

    NEWS update for 3.2.0

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit ce8041ab5e02f1fba4194136e252750a4d284ac1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 19 09:13:10 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4adf8143e1c2a56c01933d2c3a8e300c5594f540
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 19 09:10:44 2011 +0200

    NEWS update for 3.1.92

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit db9d691b7cb29e57667db204857af8930dd0da12
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Mon Sep 19 00:35:54 2011 +0300

    Updated Latvian translation.

 po/lv.po | 306 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 165 insertions(+), 141 deletions(-)

commit 5fe4acb5abb3979132ca7a8cf90258191462738a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Sep 15 10:45:22 2011 +0200

    Bug #659020 - Destination folder not updated after transfer_messages call

 src/camel/camel-mapi-folder.c | 4 ++++
 1 file changed, 4 insertions(+)

commit a0501290c4edc2bb24e8fdb0dcdc66e87a666530
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 8 22:05:32 2011 +0200

    Updated Polish translation

 po/pl.po | 305 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 175 insertions(+), 130 deletions(-)

commit 989e9a66da26655a08ce2f06a9e1f86c532a2c81
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Sep 8 12:05:40 2011 +0200

    Updated Czech translation

 po/cs.po | 124 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 61 deletions(-)

commit e0de121cf5c22c46cd92fe70f76e9930aa0b6eb2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 7 21:27:19 2011 +0200

    Updated Slovenian translation

 po/sl.po | 243 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 128 insertions(+), 115 deletions(-)

commit d97630f9e86bf62a5bc0cddd9ccb1040d904fd9b
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Sep 7 20:06:29 2011 +0200

    [l10n] Updated German translation

 po/de.po | 117 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 62 insertions(+), 55 deletions(-)

commit 34dec0bbec06e3ed37924adec148923ea9710d0b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 5 12:39:24 2011 +0200

    Fix error reading from org.gnome.KrbAuthDialog.acquireTgt

 src/libexchangemapi/exchange-mapi-utils.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 37ca84c59d33368636032982f2b91a6a6484c4ed
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 5 07:40:58 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 167f13c0271ed07ba2f7d19eed19180961646067
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 5 07:39:06 2011 +0200

    NEWS update for 3.1.91

 NEWS | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 56d62eacba4042ec96713dd491c1ccdaed877a4b
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 31 17:56:39 2011 +0200

    Create tar.xz files for 'make dist' only

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit de259e9fb266466de066f1b2aa1e3a2d350b4a46
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 29 07:52:05 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53763d726fcb7001c6acbff5b11a4e535bd13994
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 29 07:49:51 2011 +0200

    NEWS update for 3.1.90 release

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 9582933bb4d1168adae3518d3f51b93c236b7537
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Aug 26 21:24:49 2011 +0200

    Updated Spanish translation

 po/es.po | 128 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 63 deletions(-)

commit 6c56590dda21cf7c44c352d602f0f9a738cdb251
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 10:32:09 2011 +0200

    Skip account changed signal for MAPI-unknown accounts

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 3 +++
 1 file changed, 3 insertions(+)

commit 0042b916daa8b9f16fe9e5b569308e38ed9d2ab2
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 14:34:12 2011 +0200

    Too small folder tree in ESource preferences

 src/account-setup-eplugin/exchange-mapi-account-setup.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit 4729966c4d4313e0c02989b22d1bbd49306611b0
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Aug 25 13:40:13 2011 +0200

    Updated French translation

 po/fr.po | 307 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 176 insertions(+), 131 deletions(-)

commit be629edc1bb542bf16f9ce6252d53bfb10f8ea87
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 11:08:01 2011 +0200

    Bug #657309 - Cann't send mail

 src/camel/camel-mapi-transport.c               | 3 ++-
 src/libexchangemapi/exchange-mapi-connection.c | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 7aad003c488f216c179e6752f76d62c3eafe5707
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Tue Aug 23 21:53:43 2011 +0400

    Updated Russian translation

 po/ru.po | 192 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 99 insertions(+), 93 deletions(-)

commit 69ac4fd5077982d6389a6599b35159029af21601
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 22 13:52:42 2011 +0200

    Stop authentication when user cancells password prompt in mailer

 src/camel/camel-mapi-store.c | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit bc49d37df1e1c9d96fe14889548ba7051e84808f
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 19 13:03:58 2011 +0200

    Bug #651709 - Crash on deselect in new calendar folder tree

 src/account-setup-eplugin/exchange-mapi-account-setup.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

commit 20c608ecfb003e16c582fa596dd3f1982c40d822
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 18:12:15 2011 -0400

    Adapt to new CamelSubscribable interface.

 src/camel/camel-mapi-store.c | 90 +++++++++++++++++++++++++-------------------
 1 file changed, 52 insertions(+), 38 deletions(-)

commit ace0b278fbe89a99869a20d9977968f7feb7ed7e
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Aug 15 18:51:55 2011 +0200

    Updated Czech translation

 po/cs.po | 100 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 60 insertions(+), 40 deletions(-)

commit be514b67e8c6ca7d613f693219723ff6bea597d0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 14 08:17:25 2011 -0400

    Add CamelMapiSettings.
    
    CamelMapiSettings replaces the various URL parameters used in
    CamelMapiStore with equivalent GObject properties.
    
    Adapt the mapi module to use CamelSettings.

 .../exchange-mapi-account-listener.c               | 155 ++++---
 .../exchange-mapi-account-setup.c                  | 214 ++++------
 src/camel/camel-mapi-folder.c                      |  10 +-
 src/camel/camel-mapi-provider.c                    |  10 +-
 src/camel/camel-mapi-store.c                       |  49 +--
 src/camel/camel-mapi-store.h                       |   1 -
 src/camel/camel-mapi-transport.c                   |  12 +-
 src/libexchangemapi/Makefile.am                    |   2 +
 src/libexchangemapi/camel-mapi-settings.c          | 445 +++++++++++++++++++++
 src/libexchangemapi/camel-mapi-settings.h          |  92 +++++
 src/libexchangemapi/exchange-mapi-connection.c     |  16 +-
 src/libexchangemapi/exchange-mapi-utils.c          |  34 +-
 src/libexchangemapi/exchange-mapi-utils.h          |   4 +-
 13 files changed, 804 insertions(+), 240 deletions(-)

commit 69629960d6190a8005a68dcd522c3a8f5ef202e3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 15 11:35:08 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66fd93b9d459f562eefe39d7ca4d61439fed0e83
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 15 11:32:53 2011 +0200

    NEWS update for 3.1.5 release

 NEWS | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit d190c82166066e6fb7953f43e0d26118c538379e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 11 19:30:36 2011 +0200

    Add back unintentionally removed code after kerberos patches merging

 src/addressbook/e-book-backend-mapi.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 93373c462e53a58ee0bdc9b23798f25af2f4a8d5
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 11 17:19:01 2011 +0200

    Indent debug properties dump by three spaces

 src/libexchangemapi/exchange-mapi-debug.c | 257 +++++++++++++++---------------
 1 file changed, 128 insertions(+), 129 deletions(-)

commit 10ac3df1cba9780a90408555024ac972d1f5e53c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 11 16:55:10 2011 +0200

    Better debugging of named properties; also do not use g_debug() anymore

 .../exchange-mapi-account-listener.c               |   2 +-
 .../exchange-mapi-account-setup.c                  |   2 +-
 src/addressbook/e-book-backend-mapi.c              |   2 +-
 src/camel/camel-mapi-folder.c                      |   2 +-
 src/libexchangemapi/Makefile.am                    |   3 +
 src/libexchangemapi/exchange-mapi-cal-utils.c      |   6 +-
 src/libexchangemapi/exchange-mapi-connection.c     | 221 +++---
 src/libexchangemapi/exchange-mapi-connection.h     |   1 +
 src/libexchangemapi/exchange-mapi-debug.c          | 851 +++++++++++++++++++++
 src/libexchangemapi/exchange-mapi-debug.h          |  35 +
 src/libexchangemapi/exchange-mapi-mail-utils.c     |   2 +-
 src/libexchangemapi/exchange-mapi-utils.c          | 200 -----
 src/libexchangemapi/exchange-mapi-utils.h          |   3 +-
 13 files changed, 1018 insertions(+), 312 deletions(-)

commit 2e16e0bebabc2eba139e33be78b455f60d2e6471
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Aug 11 10:29:47 2011 +0200

    Updated Spanish translation

 po/es.po | 8178 ++++----------------------------------------------------------
 1 file changed, 494 insertions(+), 7684 deletions(-)

commit 1ff085a04b6542eb53fd7fd8d18e85d794439774
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Aug 11 10:26:05 2011 +0200

    Updated Spanish translation

 po/es.po | 8176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 7683 insertions(+), 493 deletions(-)

commit 8ac84ed1bea54361b69fbf7a1b042448990910ca
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Aug 11 10:25:38 2011 +0200

    Updated Spanish translation

 po/es.po | 99 ++++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 59 insertions(+), 40 deletions(-)

commit b3e69a6feb984d8152217474e99de778d836db7b
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 11 09:08:41 2011 +0200

    Bug #656321 - Build break

 configure.ac | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 678d1ced05cd4de7866db1bea372419fd3e58853
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Aug 10 20:39:33 2011 +0200

    [l10n] Updated German translation

 po/de.po | 94 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 55 insertions(+), 39 deletions(-)

commit 6e731ab4ab1da39837ef42e0e32630e587cd370f
Author: Sean Finney <seanius@seanius.net>
Date:   Wed Aug 10 17:18:48 2011 +0200

    Bug #592779 - Authenticate using Kerberos

 .../exchange-mapi-account-listener.c               |  71 +++++---
 .../exchange-mapi-account-setup.c                  | 180 +++++++++++++++++----
 src/addressbook/e-book-backend-mapi.c              | 146 ++++++++++-------
 src/calendar/Makefile.am                           |   6 +-
 src/calendar/e-cal-backend-mapi.c                  | 111 ++++++++-----
 src/camel/camel-mapi-store.c                       |  85 ++++++----
 src/libexchangemapi/exchange-mapi-connection.c     |  65 ++++----
 src/libexchangemapi/exchange-mapi-connection.h     |  25 ++-
 src/libexchangemapi/exchange-mapi-utils.c          | 101 +++++++++++-
 src/libexchangemapi/exchange-mapi-utils.h          |   5 +-
 10 files changed, 567 insertions(+), 228 deletions(-)

commit 9614826d2999d29f6eeb42e46d1b4b9283aa735e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 10 12:07:19 2011 +0200

    Crash on calendar event modification

 src/calendar/e-cal-backend-mapi.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit cd3ebd03a5e420872b7fde1922079286cc977793
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 10 12:05:50 2011 +0200

    Fix read/write of PidNameKeywords property
    
    Note this change requires fix on an OpenChange side as well,
    see [1] for more details.
    
    [1] http://tracker.openchange.org/issues/367

 src/libexchangemapi/exchange-mapi-cal-utils.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9f92563931042959872348def066811d09a7e00a
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 8 10:51:17 2011 +0200

    Adapt to changes in evolution-data-server from bug #656058

 src/addressbook/e-book-backend-mapi-contacts.c | 2 +-
 src/addressbook/e-book-backend-mapi.c          | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 84b51006eb2f95f979e8908f01df2730bc35549a
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 5 19:07:55 2011 +0200

    Bug #638821 - Abort in e-addressbook-factory due to freed backend

 src/addressbook/e-book-backend-mapi.c | 41 +++++++++++++++++++++++++++++++++--
 1 file changed, 39 insertions(+), 2 deletions(-)

commit 9752d4b812ce722643c3ca141b479573a07350ae
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 4 16:35:38 2011 +0200

    Bug #655962 - Changed unread state forgotten on message move

 src/camel/camel-mapi-folder.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit da72805d8e24766d7cb7dba7ef01b77d02d2c275
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 3 18:14:49 2011 +0200

    Bug #655879 - Build break

 src/addressbook/e-book-backend-mapi-contacts.c | 2 +-
 src/addressbook/e-book-backend-mapi.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4a010b9b2da517a743aa8e8a9d6d152d0725422e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 3 08:23:26 2011 +0200

    Bug #655824 - Use StartTimeZone when EndTimeZone is missing

 src/libexchangemapi/exchange-mapi-cal-utils.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 142bf579bff48f946e5e31330b20f2a1e84f7472
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Aug 2 10:32:21 2011 +0200

    Updated Spanish translation

 po/es.po | 165 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 81 insertions(+), 84 deletions(-)

commit 61b278efecbb8c5091b4c2a9825956f34f7a0fbd
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Aug 2 01:53:41 2011 +0200

    Updated Czech translation

 po/cs.po | 163 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 79 insertions(+), 84 deletions(-)

commit 062144bfda27bd61dbb7d0723f937a3b162dd965
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Jul 30 20:41:41 2011 +0200

    [l10n] Updated German translation

 po/de.po | 164 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 80 insertions(+), 84 deletions(-)

commit 77513642e6817b6112d63f8e4d463eb22c35dc4e
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Jul 30 18:16:43 2011 +0200

    Clarify user-visible Description string in Account Editor - evolution-mapi supports 2007, contrary to evolution-exchange

 src/camel/camel-mapi-provider.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dc6ae8a95adc90af5b379b6beca5ad6988e64856
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 27 22:43:54 2011 +0200

    Bug #655409 - Extra flags in CamelStoreInfo break folder type check

 src/camel/camel-mapi-store-summary.c | 37 ++++++++++++++++++++++--------------
 src/camel/camel-mapi-store-summary.h |  6 ------
 src/camel/camel-mapi-store.h         |  3 ---
 3 files changed, 23 insertions(+), 23 deletions(-)

commit b0e05b0db98d42e2c3462706e008487881f7f27b
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 27 15:31:20 2011 +0200

    Do not set empty values to EContact and use iso time for REV attribute

 src/addressbook/e-book-backend-mapi.c | 46 ++++++++++++++++++++++++++---------
 1 file changed, 35 insertions(+), 11 deletions(-)

commit 3771ae78d286e2ead4820255fda37a2a0cb55c0f
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 27 14:56:08 2011 +0200

    Do not return error when cannot convert quire into restriction

 src/addressbook/e-book-backend-mapi-contacts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 20b31ec599081e641bfbdfd26d59bf7203b98668
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 27 13:15:48 2011 +0200

    Bug #620166 - Prefer named constants over property codes

 src/addressbook/e-book-backend-mapi-contacts.c |  10 +-
 src/calendar/e-cal-backend-mapi.c              | 310 ++++++-------------------
 src/libexchangemapi/exchange-mapi-cal-utils.c  |  54 ++---
 src/libexchangemapi/exchange-mapi-connection.c |   9 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c |   2 +-
 src/libexchangemapi/exchange-mapi-utils.c      |  65 ++++--
 src/libexchangemapi/exchange-mapi-utils.h      |  39 ++--
 7 files changed, 171 insertions(+), 318 deletions(-)

commit 9b8ca82116fc788b6a1d2e2ab25ca806521c2211
Author: Sean Finney <seanius@seanius.net>
Date:   Wed Jul 27 11:27:43 2011 +0200

    Bug #654474 - Use EBookBackendSqliteDB as a book backend cache

 src/addressbook/e-book-backend-mapi-contacts.c |  23 +-
 src/addressbook/e-book-backend-mapi-gal.c      |   2 -
 src/addressbook/e-book-backend-mapi.c          | 317 +++++++++++--------------
 src/addressbook/e-book-backend-mapi.h          |  11 +-
 4 files changed, 159 insertions(+), 194 deletions(-)

commit 35e91f18f625a7b24714fd93de7bfb6c47e0b0d0
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Jul 25 22:42:01 2011 +0400

    Updated Russian translation

 po/ru.po | 574 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 408 insertions(+), 166 deletions(-)

commit 23c9587cfdc3fab412ca8e7898921afdb41ae492
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 25 08:19:43 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b3fdf5a37a4bcd4e194f2c2c7bc2d27533d78623
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 25 08:16:45 2011 +0200

    NEWS update for 3.1.4 release

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit eb5b95e4a3900466e189e9d0c42e18455596d214
Author: Sean Finney <seanius@seanius.net>
Date:   Mon Jul 25 07:57:08 2011 +0200

    Bug #654382 - Drop unnecessary checks after switch to libmapi 0.11

 configure.ac                                   | 102 ------------------
 src/addressbook/e-book-backend-mapi.c          |   7 +-
 src/calendar/e-cal-backend-mapi.c              |  13 +--
 src/camel/camel-mapi-folder.c                  |   8 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  |   8 +-
 src/libexchangemapi/exchange-mapi-connection.c | 137 +++++--------------------
 src/libexchangemapi/exchange-mapi-mail-utils.c |  16 +--
 src/libexchangemapi/exchange-mapi-utils.c      |  49 ---------
 src/libexchangemapi/exchange-mapi-utils.h      |   3 -
 9 files changed, 43 insertions(+), 300 deletions(-)

commit 9f605f6fe4832daf60ff2407e65e327255fc7ddf
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 25 07:41:09 2011 +0200

    Bug #653516 - Depend on openchange's libmapi 0.11

 configure.ac                                   |  2 +-
 src/libexchangemapi/exchange-mapi-connection.c | 30 +++++++++++++-------------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit dc001103fded3c7776f5ef28a8bb58331cf6256f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jul 10 22:16:40 2011 -0400

    Remove G_DISABLE_DEPRECATED.

 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit f321855e44c44ced40b710e65f09c6cde588d34c
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jul 8 18:18:42 2011 +0200

    Updated Serbian translation

 po/sr.po       | 372 +++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 372 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 406 insertions(+), 338 deletions(-)

commit becfa5498a26f883cfcb8cea9ced3e9472031109
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Jul 5 18:14:01 2011 +0200

    Updated Czech translation

 po/cs.po | 127 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 68 insertions(+), 59 deletions(-)

commit 3bf09092bfbcbf745d48afb75bc5761c24b8d809
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jul 5 08:09:15 2011 -0400

    Prefer g_seekable_seek() over camel_stream_reset().
    
    When a stream is obviously a file or memory stream (both of which
    implement the GSeekable interface), use g_seekable_seek() instead of
    camel_stream_reset().
    
    This is helping me discover if it's safe to remove camel_stream_reset().
    We want to eventually move to GIO streams, which have no reset method.

 src/camel/camel-mapi-folder.c                  | 7 ++++---
 src/libexchangemapi/exchange-mapi-mail-utils.c | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 609380a1cad6c25455f25263e84c34874ce6a090
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Jul 4 09:59:22 2011 -0400

    Adapt to CamelSession and e-passwords changes.

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 10 +++-------
 src/account-setup-eplugin/exchange-mapi-account-setup.c    | 10 ++++------
 src/account-setup-eplugin/exchange-mapi-account-setup.h    |  3 ---
 src/camel/camel-mapi-store.c                               |  5 +----
 4 files changed, 8 insertions(+), 20 deletions(-)

commit 5dddfd175ff9f8cdd42690371af9c02f013be1ef
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 1 20:11:40 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 182b71f19bbaf48bc6a38ff21e3875bb1d0a9dc2
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 1 20:10:04 2011 +0200

    NEWS update for 3.1.3 release

 NEWS | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 2429f2b09393a1568e08e4798ab251e1d7791702
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 29 11:08:24 2011 +0200

    Bug #653489 - QueryRows fails on exchange 2010 servers

 src/libexchangemapi/exchange-mapi-connection.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 4f87be2afa8d65490f79968bfb24f300c6a100f3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 27 10:43:23 2011 +0200

    Report readonly and online states from backends in open functions

 src/addressbook/e-book-backend-mapi.c | 2 ++
 src/calendar/e-cal-backend-mapi.c     | 4 ++++
 2 files changed, 6 insertions(+)

commit c349f0f5994f95318136117f3756d7caaefb78a0
Author: Sean Finney <seanius@seanius.net>
Date:   Wed Jun 22 14:25:46 2011 +0200

    Remove invalid mapi_object_release() call

 src/libexchangemapi/exchange-mapi-connection.c | 1 -
 1 file changed, 1 deletion(-)

commit 5731b0ad24273fe23092408150cf3a6faa0f97c9
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 20 10:32:02 2011 +0200

    Bug #652857 - Do not use recently deprecated Gtk+ symbols

 configure.ac                                       |  4 +-
 .../exchange-mapi-account-settings.c               | 43 ++++++++++++----------
 .../exchange-mapi-account-setup.c                  | 40 ++++++++++----------
 3 files changed, 46 insertions(+), 41 deletions(-)

commit dc9417f157897f482be15d1f5d59fd52bab7db84
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Jun 19 21:40:21 2011 +0200

    Updated Slovenian translation

 po/sl.po | 129 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 69 insertions(+), 60 deletions(-)

commit 52811811ed8fc5f64ae76deaaa3b84ec34750272
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 19 17:24:10 2011 +0200

    [l10n] Updated German translation

 po/de.po | 127 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 68 insertions(+), 59 deletions(-)

commit bb96c45db98ea2b1a68c3ee45a1de9708d07dde3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Jun 19 11:22:06 2011 +0200

    Updated Spanish translation

 po/es.po | 127 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 68 insertions(+), 59 deletions(-)

commit 1969ec486ace8e134be4425fbd51cb3488ba2184
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 17 13:36:34 2011 +0200

    Bug #652019 - Crash in Select user dialog

 .../exchange-mapi-account-setup.c                  | 32 ++++++++++++++++------
 1 file changed, 24 insertions(+), 8 deletions(-)

commit ae2bf82d5904dd18b626726580f926867751dd1b
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 17 09:13:21 2011 +0200

    Bug #613209 - Crash after call of ResolveNames

 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c02f11150a85846a8440a2d50889f5de8eccd7f
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 14 08:57:11 2011 +0200

    Do not use deprecated EBook/ECal API

 configure.ac                                               |  6 ++----
 src/account-setup-eplugin/exchange-mapi-account-listener.c |  2 +-
 src/account-setup-eplugin/exchange-mapi-account-setup.c    | 12 ++++++------
 3 files changed, 9 insertions(+), 11 deletions(-)

commit 8390efc39f18896ee57a733c51e1de250bc6c3ba
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 13 10:17:14 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit af240d3bf2ecf8b5c8bfc3e67d21caaafdd92f70
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 13 10:15:29 2011 +0200

    NEWS update for 3.1.2 release

 NEWS | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit cb10616f3d0912ed201d5685a89cd35e98f8621b
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Jun 12 12:51:40 2011 +0200

    Updated Serbian translation

 po/sr.po       | 534 ++++++++++++++++++++++++++++++++++++++++-----------------
 po/sr@latin.po | 526 ++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 752 insertions(+), 308 deletions(-)

commit 1609b6516f2ff1d73f59d5ac23c8281511cd5a03
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 6 10:13:08 2011 +0200

    Do not QueryRows when there is no row available
    
    Suggested by Michael Braun

 src/libexchangemapi/exchange-mapi-connection.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 6bba3ec51847c3744761bcbc2f6afe79ffeb3e8c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun May 29 00:25:58 2011 +0200

    Updated Hungarian translation

 po/hu.po | 386 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 205 insertions(+), 181 deletions(-)

commit 49164d0ad8352b4f94da180e673c9c18dd6c22ad
Author: Marek Černocký <marek@manet.cz>
Date:   Fri May 27 10:30:13 2011 +0200

    Updated Czech translation

 po/cs.po | 237 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 128 insertions(+), 109 deletions(-)

commit 24dcfda143738cd8a49c376da0c7863c29a19806
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 26 07:51:54 2011 +0200

    Use 'username' instead of 'user' property in ESource
    
    This is due to EClient changes, where it expects 'username' during
    the authentication processing, instead of 'user'.

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 9 ++++++---
 src/account-setup-eplugin/exchange-mapi-account-setup.c    | 3 ++-
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 54f475c2cbcf3b48949de0b75996c5a4002a5414
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue May 24 20:52:03 2011 +0200

    Adapt to EClient changes in eds master

 configure.ac                                   |    6 +-
 src/addressbook/e-book-backend-mapi-contacts.c |   49 +-
 src/addressbook/e-book-backend-mapi-gal.c      |    6 +-
 src/addressbook/e-book-backend-mapi.c          |  440 +++-----
 src/addressbook/e-book-backend-mapi.h          |   22 +-
 src/calendar/e-cal-backend-mapi.c              | 1286 ++++++++++--------------
 src/libexchangemapi/exchange-mapi-cal-utils.c  |   12 +-
 src/libexchangemapi/exchange-mapi-cal-utils.h  |    2 +-
 8 files changed, 742 insertions(+), 1081 deletions(-)

commit eb301e5924ecc78778ed9708be32ea053071d370
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat May 21 18:44:13 2011 +0200

    [l10n] Updated German translation

 po/de.po | 234 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 126 insertions(+), 108 deletions(-)

commit 44f3792149ef9399b043efe654ae06c74c675320
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 16 15:06:04 2011 +0200

    Bug #649898 - Modified recurrences have incorrect time

 src/libexchangemapi/exchange-mapi-cal-recur-utils.c |  8 ++++----
 src/libexchangemapi/exchange-mapi-cal-recur-utils.h |  6 ++----
 src/libexchangemapi/exchange-mapi-cal-utils.c       | 10 +++++++++-
 3 files changed, 15 insertions(+), 9 deletions(-)

commit 473f7aaff943aaae88ab2c9193cd8f390d9b4e03
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed May 11 18:07:24 2011 +0200

    Updated Slovenian translation

 po/sl.po | 262 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 145 insertions(+), 117 deletions(-)

commit 91aa8a191c5fbaa70c5d0c730fd58baba6f74a8e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue May 10 21:28:02 2011 +0200

    Updated Spanish translation

 po/es.po | 240 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 130 insertions(+), 110 deletions(-)

commit 0e6bcef9b8aeff6f89cdc755bf2d5316e970b034
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue May 10 15:04:50 2011 +0200

    Bug #649442 - Meeting responses should contain type prefix in subject

 po/POTFILES.in                                |  1 +
 src/libexchangemapi/exchange-mapi-cal-utils.c | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

commit 67bdaa741a07ca5ff65f878e5eef569b398b371a
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue May 10 06:48:19 2011 +0200

    Make changes to let it work with samba4 alpha15

 src/libexchangemapi/exchange-mapi-connection.c | 31 +++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 5020f55df36bd5eaf3f53ebedeea5e759013a6d5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 9 09:08:10 2011 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7a268a4d4a70f2b5dd3f3aa2235e11418b648ef1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 9 09:06:27 2011 +0200

    NEWS update for 3.1.1

 NEWS         | 34 ++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)

commit 6b8049bdf5a77b2358cb75a22de000d68f77341c
Author: Takayoshi OKANO <kano@na.rim.or.jp>
Date:   Sun May 8 08:48:25 2011 +0900

    Updated Japanese translation

 po/ja.po | 352 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 181 insertions(+), 171 deletions(-)

commit 64ec2ae2c30a1b47a7816e08e479f6ef3056c977
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 7 12:14:52 2011 -0400

    Forgot to change property name for folder creation.

 src/camel/camel-mapi-folder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e8376d4bba4b92037c9e16283f7518c987566497
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 7 11:17:22 2011 -0400

    Adapt to CamelFolder:name -> display-name.

 src/camel/camel-mapi-folder.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d26c658158976262230157703b021c0771a60b7c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri May 6 19:04:09 2011 -0400

    Remove DISTCHECK_CONFIGURE_FLAGS.

 Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

commit c8379d77b86530466ae88deb34d86dfdbccaf8cf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri May 6 18:54:46 2011 -0400

    Remove dead assignments.

 src/camel/camel-mapi-store.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit 78b1072c76912ebe04f68402678b46d90e58b8a6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon May 2 22:21:16 2011 -0400

    Adapt to CamelFolderInfo changes.

 src/camel/camel-mapi-store.c | 74 ++++++++++----------------------------------
 1 file changed, 16 insertions(+), 58 deletions(-)

commit 307301cbb8daf51bb1e8afb66bbca456718c111f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 5 16:28:09 2011 +0200

    Bug #613147 - Recipients should not be discarded
    
    The last fallback code for Exchange 2003 servers.

 src/libexchangemapi/exchange-mapi-mail-utils.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit c7b1e94ed0026cfa191b0a3dc3a1b4a51a352c17
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 5 12:01:24 2011 +0200

    Bug #613147 - Recipients should not be discarded

 src/addressbook/e-book-backend-mapi-contacts.c |   4 +-
 src/addressbook/e-book-backend-mapi.c          |   2 +-
 src/camel/camel-mapi-folder.c                  |   8 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  |   8 +-
 src/libexchangemapi/exchange-mapi-connection.c |  56 ++++++----
 src/libexchangemapi/exchange-mapi-connection.h |   3 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c |  17 ++-
 src/libexchangemapi/exchange-mapi-utils.c      | 144 ++++++++++++++++++++-----
 src/libexchangemapi/exchange-mapi-utils.h      |   8 +-
 9 files changed, 176 insertions(+), 74 deletions(-)

commit 63c851845b44585a27fa4d2b706634e3adf0d9f9
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 5 10:14:56 2011 +0200

    Fix compiler warnings introduced in gcc 4.6.0

 .../exchange-mapi-account-settings.c               |  5 +--
 src/addressbook/e-book-backend-mapi.c              |  3 --
 src/calendar/e-cal-backend-mapi.c                  | 52 +---------------------
 src/camel/camel-mapi-folder.c                      |  4 --
 src/camel/camel-mapi-store.c                       | 10 -----
 src/libexchangemapi/em-operation-queue.c           |  2 +-
 src/libexchangemapi/exchange-mapi-utils.c          |  2 -
 7 files changed, 3 insertions(+), 75 deletions(-)

commit e2d52ebb485d0c3e38c10a3ba4f280c0342ce52b
Author: Sean Finney <seanius@seanius.net>
Date:   Wed May 4 15:36:45 2011 +0200

    Bug #629057 - Some events created in evolution are missing in OWA
    
    For recurring instances, an extra MAPI named property PidLidTimeZone
    is required for the events to appear in OWA.  The value of this property
    is an index into a rather arbitrarily defined table of timezone DST/SDT
    transition rules.
    
    Since we can not guarantee that the table will match 100% to the current
    or future timezone transition rules, use a best effort heuristic to find
    the closest matching rule;  for all table entries with the same UTC offset
    as the current timezone, test dates before and after the transition
    rules and take the entry which matches closest to what is expected.

 src/libexchangemapi/exchange-mapi-cal-tz-utils.c | 195 +++++++++++++++++++++++
 src/libexchangemapi/exchange-mapi-cal-tz-utils.h |   3 +
 src/libexchangemapi/exchange-mapi-cal-utils.c    |  18 ++-
 3 files changed, 215 insertions(+), 1 deletion(-)

commit b403eadd99c0226aa7fb3993bda45765eb3c4ce0
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 4 14:51:41 2011 +0200

    Bug #634486 - Crash when receiving message without body

 src/libexchangemapi/exchange-mapi-mail-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 73a030e1fd881b26be8280ff4505aae09ac1db02
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 4 14:43:45 2011 +0200

    Bug #648732 - Meeting invitation response not recognized by Outlook

 src/calendar/e-cal-backend-mapi.c             | 132 ++++++++++++++++++-------
 src/libexchangemapi/exchange-mapi-cal-utils.c | 137 +++++++++++---------------
 src/libexchangemapi/exchange-mapi-cal-utils.h |   2 +-
 3 files changed, 157 insertions(+), 114 deletions(-)

commit b4c445b9d972265ba9a920c8658578ce8ae30ec5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon May 2 22:24:12 2011 -0400

    Adapt to EMConfigTargetAccount changes.

 .../exchange-mapi-account-settings.c               |  4 ++--
 .../exchange-mapi-account-setup.c                  | 24 +++++++++++-----------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit fb3843d64a7e8f00d21be959da4059f081f96dd1
Author: Gabriel F. Vilar <cogumm@gmail.com>
Date:   Mon May 2 11:56:51 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 350 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 179 insertions(+), 171 deletions(-)

commit 8179dc8717ae083dda8550ef0182e0f350c663c7
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 29 17:10:05 2011 +0200

    Properly adapt to changes in CamelService status tracking from eds
    
    This involves revert of commit e61eaeb5 and connecting to the store
    through camel_service_connect_sync(), instead of mapi_connect_sync(),
    because the later cannot change service's status directly.

 src/camel/camel-mapi-store.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit c2134726813ee9ff02f8e35da00c280b03822ed9
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 28 18:12:12 2011 +0200

    Bug #613147 - Recipients should not be discarded

 src/camel/camel-mapi-folder.c                  |  6 +-----
 src/libexchangemapi/exchange-mapi-connection.c | 27 +++++++++++++++++++++-----
 src/libexchangemapi/exchange-mapi-mail-utils.c | 12 ++++--------
 3 files changed, 27 insertions(+), 18 deletions(-)

commit 158c206552fa2169852b798cbabd3369b5b470e0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 23 11:52:08 2011 -0400

    Adapt to new CamelSession background job API.

 src/camel/camel-mapi-folder.c | 113 +++++++++++++++++++-----------------------
 1 file changed, 52 insertions(+), 61 deletions(-)

commit 5e1854bab9db53d751e68bb9b9ff0eb97d176bba
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 22 18:38:37 2011 +0200

    Do not escape forward slashes in full folder name

 src/camel/camel-mapi-store.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ede25a3ece966deb05ced04c4e6e480a948ae415
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 21 08:49:46 2011 -0400

    Adapt to CamelService changes.

 src/camel/camel-mapi-store.c | 86 ++++++++++++++++++++++----------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

commit e61eaeb5cebfbb2dca18d1e1faf954264516b7e6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 21 11:02:10 2011 +0200

    Connect on demand when in online mode

 src/camel/camel-mapi-store.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 5e0df18a2f0785cbe7f89b20f55acf542fbab259
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 19 08:52:31 2011 +0200

    Bug #648175 - Crash in folder_size_actions_update_cb

 src/account-setup-eplugin/exchange-mapi-account-settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ea2e69ba29235d4dd7e31616d79361973343e48e
Author: Sean Finney <seanius@seanius.net>
Date:   Mon Apr 18 16:42:06 2011 +0200

    Bug #643561 - Better recurrence blob parsing code

 .../exchange-mapi-cal-recur-utils.c                | 1438 ++++++++++----------
 1 file changed, 720 insertions(+), 718 deletions(-)

commit aacb897bb96f0ed4444d786001819e90e97ea9a2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Apr 17 14:03:25 2011 -0400

    Adapt to sealed up CamelService.

 .../exchange-mapi-account-settings.c               |   7 +-
 src/camel/camel-mapi-folder.c                      |  57 ++++++-----
 src/camel/camel-mapi-store.c                       | 104 ++++++++++++++-------
 src/camel/camel-mapi-transport.c                   |  10 +-
 4 files changed, 116 insertions(+), 62 deletions(-)

commit abb735c18bee800453a97a4cf25fdeb5a98c01a4
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Apr 17 11:59:04 2011 +0200

    [l10n] Updated German translation

 po/de.po | 325 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 151 insertions(+), 174 deletions(-)

commit 903d2608630a239d8aefc7225a57ef8c54bb507b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 11 11:04:10 2011 +0200

    Remove unneeded UseUnicode flag in a GetHierarchyTable call

 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b4a24f8785cf25a4e8278fc0f96f0cd863a7767c
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Apr 9 10:17:34 2011 +0200

    Updated Swedish translation

 po/sv.po | 370 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 188 insertions(+), 182 deletions(-)

commit b06e449ffdd9fbe06edf33061ca2c631ca058e89
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Wed Apr 6 22:17:28 2011 +0200

    Updated Danish translation

 po/da.po | 378 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 178 insertions(+), 200 deletions(-)

commit 9ea612032403a3e71c8119d663b73ee253a422ba
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Fri Apr 1 23:07:25 2011 +0300

    Updated Latvian translation.

 po/lv.po | 581 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 418 insertions(+), 163 deletions(-)

commit d656f3221dfd929ced49fbd5e73d2a61980226a2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Mar 21 15:02:29 2011 -0400

    Begin Evolution-MAPI 3.1 development.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eff4d8df6e4c0afaa355bdf6fd5f95bb6f8cd277
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 21 17:36:42 2011 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19c2f8d5707091447c769a740f22084764f0252b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 21 08:07:56 2011 +0100

    NEWS update for 2.91.92

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 7b669c5f331cad047993f0e74e15899167300556
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Mar 16 10:33:02 2011 +0100

    Bug #611548 - Move/copy to folder doesn't work for many messages

 src/libexchangemapi/exchange-mapi-connection.c | 36 ++++++++++++++++----------
 1 file changed, 22 insertions(+), 14 deletions(-)

commit 72ff27278c234ab886c79e5e530ff8536d91b1e9
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 15 17:39:44 2011 +0100

    Bug #601529 - Categories are not handled properly

 src/calendar/e-cal-backend-mapi.c             |  6 +--
 src/libexchangemapi/exchange-mapi-cal-utils.c | 57 ++++++++++++++++++++++++---
 src/libexchangemapi/exchange-mapi-cal-utils.h |  2 +-
 3 files changed, 56 insertions(+), 9 deletions(-)

commit 8c2867e1d118b3c22dc07f8891652313e38da3ca
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 15 15:16:26 2011 +0100

    Bug #644796 - Lookup for display name for recipients in "Sent Items"

 src/camel/camel-mapi-folder.c                  |  2 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  |  8 +++---
 src/libexchangemapi/exchange-mapi-connection.c |  9 ++++--
 src/libexchangemapi/exchange-mapi-connection.h |  2 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c | 39 +++++++++++++++++++++-----
 5 files changed, 44 insertions(+), 16 deletions(-)

commit 816d2626639ee96af9a81e7d6fc0f64133c8fce0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 14 19:51:50 2011 +0100

    Bug #632450 - Support sending S/MIME messages

 src/libexchangemapi/exchange-mapi-mail-utils.c | 191 ++++++++++++++++++++++---
 src/libexchangemapi/exchange-mapi-mail-utils.h |   1 +
 2 files changed, 174 insertions(+), 18 deletions(-)

commit 33821b3f6c4eef34c616cc9c4bfcecf2e386e6ee
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Mar 12 22:38:02 2011 +0100

    Updated French translation

 po/fr.po | 310 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 153 deletions(-)

commit c69d0c8c3c5e52f72eb07071617d5a7872b56faf
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Mar 9 15:49:56 2011 +0100

    Bug #641029 - Be able to disable GAL completely
    
    Set /apps/evolution/eplugin/mapi/disable_gal GConf key to true
    to disable GAL completely - it'll be removed from UI the next start.

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a7ff6e388fd426c50c357475272549cd0819804
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Mar 9 14:01:50 2011 +0100

    Reprompt password if given wrong

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 154b7325ec4c76fe185016b5d33360588bc902f5
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 8 18:42:13 2011 +0100

    Allow slash in folder names

 src/camel/camel-mapi-store.c | 113 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 99 insertions(+), 14 deletions(-)

commit 918f7d4d7561aa905023aeeb9f3d792ea1cd0165
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 8 14:47:52 2011 +0100

    Bug #618514 - Forwarded messages as attachments encoded incorrectly

 src/camel/Makefile.am                          |   2 -
 src/camel/camel-mapi-folder.c                  |   5 +-
 src/camel/camel-mapi-transport.c               |   5 +-
 src/camel/camel-mapi-utils.c                   | 590 -------------------------
 src/camel/camel-mapi-utils.h                   |  41 --
 src/libexchangemapi/exchange-mapi-connection.c | 372 +++++++++-------
 src/libexchangemapi/exchange-mapi-connection.h |   3 +
 src/libexchangemapi/exchange-mapi-mail-utils.c | 562 +++++++++++++++++++++++
 src/libexchangemapi/exchange-mapi-mail-utils.h |  11 +-
 src/libexchangemapi/exchange-mapi-utils.c      |  17 +-
 10 files changed, 814 insertions(+), 794 deletions(-)

commit 1172bf31258765c29ea67a9600784a8e0411c0bf
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 8 08:17:05 2011 +0100

    Do not add extra \0 at the end of text mail message bodies

 src/libexchangemapi/exchange-mapi-mail-utils.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7de310ed522ef5ea188ca5649426e4fab83d760e
Author: Sean Finney <seanius@seanius.net>
Date:   Mon Mar 7 14:38:45 2011 +0100

    Bug #643791 - Duplicate events from outlook / OWA meetings

 src/calendar/e-cal-backend-mapi.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 93d0edb0697a6f175162b0703dc951eb54e6db95
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 7 09:10:18 2011 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1ce5f9119cfcf4543ac4b250b121dc3bcad80f70
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 7 09:06:29 2011 +0100

    NEWS update for 2.91.91

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 07ee5f454358f9fbf52dd0acb2a4b88889554f76
Author: Sean Finney <seanius@seanius.net>
Date:   Fri Mar 4 08:45:54 2011 +0100

    Bug #643781 - Crash accepting meeting requests

 src/libexchangemapi/exchange-mapi-cal-utils.c | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

commit 5fdba8730e338b6ca5acf69562308b11d0f18de6
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Thu Mar 3 19:29:06 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 352 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 180 insertions(+), 172 deletions(-)

commit 61f9d565634794a7e3099702a301e6e082cbc35b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 28 19:27:32 2011 +0100

    Bug #641911 - Ignores offline request

 .../exchange-mapi-account-listener.c               |  4 ++++
 .../exchange-mapi-account-setup.c                  |  6 +++++
 src/camel/camel-mapi-folder.c                      | 10 ++++----
 src/camel/camel-mapi-store.c                       | 28 +++++++++++-----------
 src/libexchangemapi/exchange-mapi-mail-utils.c     |  5 ++++
 5 files changed, 35 insertions(+), 18 deletions(-)

commit bf2316cd020884acb76079ecbd2902c4b11b8d53
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Feb 28 17:33:49 2011 +0200

    Updated Hebrew translation.

 po/he.po | 313 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 160 insertions(+), 153 deletions(-)

commit dbc429ed1eaa485ba9f8673eabde6adc2ac18298
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 24 13:53:24 2011 +0100

    Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly

 src/addressbook/e-book-backend-mapi.c          | 17 +++++---------
 src/camel/camel-mapi-folder.c                  |  6 +----
 src/camel/camel-mapi-store.c                   | 10 +++-----
 src/libexchangemapi/em-operation-queue.c       |  4 +---
 src/libexchangemapi/exchange-mapi-connection.c | 32 +++++++++++---------------
 src/libexchangemapi/exchange-mapi-connection.h |  3 +++
 6 files changed, 27 insertions(+), 45 deletions(-)

commit e964eb6438293285e2527c459df693a43111a076
Author: Sean Finney <seanius@seanius.net>
Date:   Thu Feb 24 08:41:59 2011 +0100

    Bug #642951 - Appointments have incorrect organizer information

 src/libexchangemapi/exchange-mapi-cal-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cdca6864a10aa5f1597b2959584a020979232cf6
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 21 08:17:54 2011 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 896d7722d04aae48de2b62a22dc76ff5e7f8e580
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 21 08:14:27 2011 +0100

    NEWS update for 2.91.90

 NEWS | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit e7266f4f16a706908248a8f1285897b50a3e9821
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Feb 20 13:51:52 2011 +0100

    Updated Slovenian translation

 po/sl.po | 329 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 167 insertions(+), 162 deletions(-)

commit ca189dd4d3a50e87b7321117679c7ca538000a52
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Feb 19 15:07:44 2011 +0100

    Updated Spanish translation

 po/es.po | 315 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 159 insertions(+), 156 deletions(-)

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

    Add back part mcrha incorrectly removed from previous commit

 src/libexchangemapi/exchange-mapi-cal-recur-utils.c | 3 +++
 1 file changed, 3 insertions(+)

commit 2272bd7a5f30a4472845a548caa4986bd22a59ad
Author: Sean Finney <seanius@seanius.net>
Date:   Fri Feb 18 15:09:00 2011 +0100

    Bug #642022 - Modified instances in a recurrent event disappear ][

 .../exchange-mapi-cal-recur-utils.c                | 150 +++++++++++----------
 1 file changed, 81 insertions(+), 69 deletions(-)

commit bb7e7d839dcd985b7d4622c0f27b05d61ba9eb12
Author: Sean Finney <seanius@seanius.net>
Date:   Thu Feb 17 18:20:51 2011 +0100

    Bug #642022 - Modified instances in a recurrent event disappear

 src/calendar/e-cal-backend-mapi.c                  |  54 +++--
 .../exchange-mapi-cal-recur-utils.c                | 235 +++++++++++++++++++--
 .../exchange-mapi-cal-recur-utils.h                |   2 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c      |  14 +-
 src/libexchangemapi/exchange-mapi-cal-utils.h      |   2 +-
 5 files changed, 270 insertions(+), 37 deletions(-)

commit 5758aac57e128e7a069532700703d1c600555785
Author: Sean Finney <seanius@seanius.net>
Date:   Thu Feb 17 09:08:05 2011 +0100

    Bug #642450 - Does not build against openchange trunk
    
    These changes should still be API-compatible with the previous release
    of openchange, but in trunk a few key properties have changed names and
    this needs to be conditionally reflected here.

 src/libexchangemapi/exchange-mapi-cal-utils.c  |  7 ++++++-
 src/libexchangemapi/exchange-mapi-connection.c | 16 ++++++++++++----
 2 files changed, 18 insertions(+), 5 deletions(-)

commit 3b94edcbb87535a3faac9e30277ec214434d7a2c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 14 13:04:50 2011 +0100

    Logoff() releases msg_store on its own

 src/libexchangemapi/exchange-mapi-connection.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5abe6fb04a7c656fbb47237c3eb636ac0f565b11
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 11 12:21:33 2011 +0100

    Updated Polish translation

 po/pl.po | 302 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 155 insertions(+), 147 deletions(-)

commit 0ff58c7951654cfb86456976b46641a17f56bc97
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 10 12:17:27 2011 +0100

    Bug #641701 - Use unicode strings when creating folders

 src/camel/camel-mapi-store.c                   | 1 +
 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f36cca5d32ce87a53684d950d53da75e266553ff
Author: Sean Finney <seanius@seanius.net>
Date:   Thu Feb 10 11:08:10 2011 +0100

    Fix for RRULE bin parsing for recurrences with modifications
    
    This is an additional fix for Bug #604029
    
    This patch fixes some incorrect parsing that would cause
    exchange_mapi_cal_util_bin_to_rrule() to incorrectly discard RRULE
    information when processing a recurrence containing modified
    instances.
    
    Note that this does *not* include a fix to actually parse the modified
    instances, which after some analysis will be fairly complicated to do and
    thus saved for a later point in time.
    
    The resulting behavior from this patch is that the recurrence will show
    in the calendar, with exception dates for the modified instances, but no
    corresponding events (i.e. the modified instances will be missing).

 src/libexchangemapi/exchange-mapi-cal-recur-utils.c | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

commit bb84774209c5cc95a5aaf06051aefa593feef805
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 9 17:46:26 2011 +0100

    Bug #641123 - Not set "folder-id" property on an addressbook source

 .../exchange-mapi-account-listener.c                 | 20 ++++++++++----------
 .../exchange-mapi-account-setup.c                    |  2 ++
 src/addressbook/e-book-backend-mapi.c                |  3 +++
 3 files changed, 15 insertions(+), 10 deletions(-)

commit f747a846c1b84a9cb1f170ceebe8130893cd7bbd
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Feb 9 13:52:01 2011 +0100

    Updated Czech translation

 po/cs.po | 306 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 156 insertions(+), 150 deletions(-)

commit c922117baed242cf87b3ab1585d5be4426dc0e5d
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 8 19:34:49 2011 +0100

    Bug #641108 - Crash on new folder move when unsubscribing

 src/camel/camel-mapi-store.c | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

commit 8f3efcb72496ff83fb8955ff8165be1b7ae9c9d7
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 8 16:28:36 2011 +0100

    Bug #615636 - Meeting requests/responses don't match calendar events

 src/calendar/e-cal-backend-mapi.c             | 120 +++++++++++++++++++++-----
 src/libexchangemapi/exchange-mapi-cal-utils.c | 120 ++++++++++++++++++++++++--
 src/libexchangemapi/exchange-mapi-cal-utils.h |   4 +-
 3 files changed, 216 insertions(+), 28 deletions(-)

commit 40b17651c676df661ed13ddfec40692d32f4a0ef
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 2 20:08:43 2011 +0100

    Bug #641251 - All sent mail containing unicode/utf8 is converted to junk

 src/camel/camel-mapi-utils.c | 98 +++++++++++++++++++++++++++++++++++++-------
 1 file changed, 83 insertions(+), 15 deletions(-)

commit 9c9481e3250bb9ce46b1dbcfeaa6243fdcd376fe
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 31 15:25:08 2011 +0100

    Bug #610227 - Failure accepting meeting with 'send reply to sender'

 src/calendar/e-cal-backend-mapi.c | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

commit 2a2ae0ae40eb5d863149894c5d9a52423195ea8c
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jan 31 16:49:00 2011 +0530

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 962db36ef2e3f30652ec035097fff31846b82e96
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jan 31 15:40:47 2011 +0530

    NEWS update for 2.91.6

 NEWS | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit fc48cc0ae6f74f9ca292969fa034da6c48f1e6ef
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 28 13:15:30 2011 +0100

    Bug #604029 - Modified recurring events are shown as single instance

 src/libexchangemapi/exchange-mapi-cal-recur-utils.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit 0acd0e3645307b6788f4db852c96377c5a7d904c
Author: Jelmer Vernooij <jelmer@samba.org>
Date:   Thu Jan 27 17:19:59 2011 +0100

    Bug #640584 - Crash if mailbox size property is missing

 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1df177771b4c56655056f8a48eb85f436539faa6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 27 09:49:11 2011 +0100

    Bug #640066 - Fails to fully download large text/plain messages

 src/libexchangemapi/exchange-mapi-connection.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit 9e588cc4c1bd56ebda1f21a76cadbccb7fcb0355
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jan 26 13:09:53 2011 -0500

    Drop the --enable-gtk3 configure option.
    
    Also require the very latest gtk+-3.0 release until 3.0.

 configure.ac | 34 ++++------------------------------
 1 file changed, 4 insertions(+), 30 deletions(-)

commit 7183befcb1fab234b8cc2139d3ef1fac20226ab0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jan 23 17:35:44 2011 -0500

    Adapt to Camel API changes.

 src/camel/camel-mapi-utils.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a4c94b2c075cd721ab493e8e64483a3b12f7bbd6
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 18 16:09:32 2011 +0100

    Bug #634062 - Crash when missing ESource property "public"

 .../exchange-mapi-account-listener.c                     |  6 ++----
 src/addressbook/e-book-backend-mapi-contacts.c           |  2 +-
 src/calendar/e-cal-backend-mapi.c                        | 16 ++++++++--------
 3 files changed, 11 insertions(+), 13 deletions(-)

commit 63aebc8ad2b64bc699f47b52a4eb314524e836f6
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 14 14:27:21 2011 +0100

    Bug #638337 - All day event created in evolution shows for two days in owa

 src/calendar/e-cal-backend-mapi.c             |   5 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c | 112 +++++++++++++++++---------
 2 files changed, 79 insertions(+), 38 deletions(-)

commit dad54aaecf7080cec4ec57c055239ac86a646ebb
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 13 13:42:00 2011 +0100

    Bug #638247 - Deadlock when enables an account

 .../exchange-mapi-account-listener.c               | 248 ++++++++++++++++-----
 src/libexchangemapi/em-operation-queue.c           |  66 ++++++
 src/libexchangemapi/em-operation-queue.h           |   7 +
 src/libexchangemapi/exchange-mapi-connection.c     |  29 ++-
 src/libexchangemapi/exchange-mapi-folder.c         |  32 +++
 src/libexchangemapi/exchange-mapi-folder.h         |   2 +
 6 files changed, 324 insertions(+), 60 deletions(-)

commit cf4a17c0b0d28024e239b8b0a92d82d6f4d23255
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 12 20:54:07 2011 +0100

    Bug #638340 - Hides modified message after Remove attachments function

 src/camel/camel-mapi-folder.c | 40 ++++++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 8 deletions(-)

commit a1eb90bcaab71e429980b155cbfb385644cc9582
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 11 13:24:56 2011 +0100

    Bug #632142 - File->Empty Trash does not remove just deleted emails

 src/camel/camel-mapi-folder.c                  | 31 ++++++++++++++++++++++++++
 src/libexchangemapi/exchange-mapi-connection.c |  5 +++--
 2 files changed, 34 insertions(+), 2 deletions(-)

commit ba2fbb71e270df26de9e5ebe684daf2e7cf01377
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 10 10:56:58 2011 +0100

    Post-release version bump

 configure.ac | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit ffa526159093882b2016b3b6dad9e89c38108fdb
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 10 10:47:32 2011 +0100

    NEWS update for 2.91.5

 NEWS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 0f9486e90681830b0cdd3e596950dacb3dfa2bc0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jan 6 10:16:32 2011 -0500

    Adapt to split E-D-S backend directories.

 configure.ac                | 9 ++++++---
 src/addressbook/Makefile.am | 2 +-
 src/calendar/Makefile.am    | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

commit bdc333bac847c828b70f673c066b001bf5f48475
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 18:40:57 2011 +0100

    Updated Norwegian bokmål translation from Torstein Adolf Winterseth

 po/nb.po | 306 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 156 insertions(+), 150 deletions(-)

commit 12a71a1f76678a63a9badc79630420c4a0f8011a
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 18:36:23 2010 +0100

    Added UG translation

 po/ug.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 4edec450ec2334a7f28a95ee4350aa86ac836989
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Dec 20 15:21:16 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po | 95 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

commit 9bbf7839e84830aa6ddaa2818b52f7a3f1d2f054
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 20 11:22:43 2010 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4c50faae522691c78ad176f476b594e1822df7a8
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 20 11:18:23 2010 +0100

    NEWS update for 2.91.4

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 0a15150dbe067af0f3db9a1a2e9dbcc5b6784cdf
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Dec 14 19:50:58 2010 +0100

    Bug #636840 - Fails to build with openchange svn trunk (rev 2377)

 configure.ac                                   |  14 +++
 src/libexchangemapi/exchange-mapi-connection.c | 125 +++++++++++++++++++++----
 src/libexchangemapi/exchange-mapi-connection.h |   1 +
 src/libexchangemapi/exchange-mapi-utils.c      |   2 +-
 4 files changed, 122 insertions(+), 20 deletions(-)

commit 6974e6e130432902b9a33ac12c533c13ac76f20c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 13 11:37:25 2010 +0100

    Bug #633121 - Fetch also Content-class message header

 src/libexchangemapi/exchange-mapi-mail-utils.c | 25 +++++++++++++++++++++++--
 src/libexchangemapi/exchange-mapi-mail-utils.h |  1 +
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 70b0068bf74fa2f8ee1576913ad538139e074fd8
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Dec 9 20:03:27 2010 +0100

    Bug #636854 - Ensure GAL contacts has filled UID

 src/addressbook/e-book-backend-mapi-gal.c | 39 ++++++++++++++++++++++++++++---
 src/addressbook/e-book-backend-mapi.c     | 32 +++++++++++++++++++++----
 2 files changed, 63 insertions(+), 8 deletions(-)

commit 8db26549e0e0095a961ec98a7146403fb82edec7
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Dec 9 13:59:30 2010 +0100

    Bug #573125 - Use new bdata_extract_ functions instead of own macros

 src/camel/camel-mapi-summary.c | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

commit 67433ec293368cbc64c98b2ccb09f663805f5a2d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 29 09:54:14 2010 +0100

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8918a234d251f34457feb59d73bf44ab3bbf5ec3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 29 09:42:05 2010 +0100

    NEWS update for 2.91.3

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 67f0f43fe42b714d36508c8bafe26fda366cc8ca
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 23 12:58:05 2010 +0100

    Bug #635078 - Do not write unicode markers in UTF16 strings

 src/camel/camel-mapi-utils.c                   | 6 +++++-
 src/libexchangemapi/exchange-mapi-connection.c | 7 ++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

commit d43718816a4461e769e4011be29e272ea4e685a5
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:05:46 2010 +0100

    Added UG translation

 po/ug.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 17d6d2c7293bf51c4b04cf9217db18e498ad53e6
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 21:54:09 2010 +0100

    Added UG translation

 po/ug.po | 227 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 110 insertions(+), 117 deletions(-)

commit 5b4feaf4d9c00d283a8fb86449994073b2f0aeb3
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Nov 7 23:38:54 2010 -0500

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 35493238779176b63f26b78d8790b098e7014cb1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Nov 7 23:37:15 2010 -0500

    NEWS update for 2.91.2 release.

 NEWS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit ef6caf30ff043c3563a1127fb6b37bd33e2eefcf
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 2 18:02:54 2010 +0100

    Bug #633185 - Can't handle Birthdays before 01/01/1970

 src/addressbook/e-book-backend-mapi-contacts.c | 18 ++-----
 src/addressbook/e-book-backend-mapi.c          | 20 +++-----
 src/camel/camel-mapi-folder.c                  | 12 ++---
 src/camel/camel-mapi-utils.c                   |  5 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  | 67 ++++++++++----------------
 src/libexchangemapi/exchange-mapi-mail-utils.c |  7 +--
 src/libexchangemapi/exchange-mapi-utils.c      | 34 +++++++++++++
 src/libexchangemapi/exchange-mapi-utils.h      |  3 ++
 8 files changed, 77 insertions(+), 89 deletions(-)

commit 847c41a3a69cb3a6758da4f642229aa6a16fc1dd
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 2 14:51:26 2010 +0100

    Bug #633182 - Meeting invites sent also to organiser

 src/libexchangemapi/exchange-mapi-cal-utils.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 7b50c024b8e223438c09103f9ceca7308e5fa93c
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Oct 26 11:01:46 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 504 +++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 367 insertions(+), 137 deletions(-)

commit cf0a5fccfd7c6949edd3cb4aa0801b4a889ff116
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Oct 21 18:28:50 2010 +0200

    Added UG translation

 po/LINGUAS |   1 +
 po/ug.po   | 559 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 560 insertions(+)

commit 3ce2b644fa5ddb19cc488a20ae4ade211bda4a53
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Oct 19 12:32:05 2010 +0200

    Unable to send mail after fix for bug #608388

 src/camel/camel-mapi-transport.c               | 8 ++++++++
 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 559521ae6bde51205aa38fd0c5aa7628b8e733d3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 18 15:50:52 2010 +0200

    Bug #608388 - Copying a mail from another account loses headers

 src/camel/camel-mapi-folder.c                  |  2 +-
 src/camel/camel-mapi-transport.c               |  4 +-
 src/camel/camel-mapi-utils.c                   | 87 +++++++++++++++++++++++---
 src/camel/camel-mapi-utils.h                   |  2 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c |  9 ++-
 5 files changed, 87 insertions(+), 17 deletions(-)

commit 8ace5aefb74b0b76dbe2765b2596128adecf1ad9
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 18 14:13:07 2010 +0200

    Bug #632449 - Copy message to Inbox tries to send it

 src/addressbook/e-book-backend-mapi-contacts.c | 2 +-
 src/camel/camel-mapi-folder.c                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b19c75f65b4605bec21bc17a6116002456a8b0a7
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Oct 18 15:58:24 2010 +0530

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 81e71777a5d135557f388c5bd5217d16805d7247
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Oct 18 15:50:23 2010 +0530

    NEWS update for 2.91.1 release.

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 5f1aef9f8e0769d5757ca50dae99d1f8ef1ad69e
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Oct 12 16:44:57 2010 +0200

    Bug #631500 - Recursive call when disabling account in folder tree

 src/camel/camel-mapi-store.c | 3 ---
 1 file changed, 3 deletions(-)

commit 92d94ce497ec6cc56433f74d1011f8037d9a2ba8
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Oct 12 16:11:26 2010 +0200

    Bug #631496 - Crash fetching property unsupported by cast_mapi_SPropValue

 src/libexchangemapi/exchange-mapi-connection.c | 101 ++++++++++++++-----------
 1 file changed, 58 insertions(+), 43 deletions(-)

commit b9bd544170d2889fcadfdaef655a38a5b4a8f2c6
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Oct 12 14:48:36 2010 +0200

    Bug #630712 - Crash in add_cal_esource

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 154e22698d4ba0a08ec4e81ee52e177fbdf8cfdf
Author: Punit Jain <jpunit@novell.com>
Date:   Tue Oct 12 11:46:48 2010 +0200

    Bug #630698 - Cannot remove just created folder

 src/libexchangemapi/exchange-mapi-connection.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 0d94ce7939d725ba752faa271f1572d9c5049846
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun Oct 10 22:53:56 2010 +0200

    Updated Catalan translation

 po/ca.po | 507 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 362 insertions(+), 145 deletions(-)

commit 600c6432d4a566d574a02ee110e153839f701aa1
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Oct 8 16:34:11 2010 +0200

    Bug #631621 - Cannot connect after update

 src/libexchangemapi/exchange-mapi-connection.c | 119 +++++++++++++++++++++++--
 1 file changed, 111 insertions(+), 8 deletions(-)

commit 677ec36d156dc7ed245845fee7c7827a40dfdfdf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Oct 4 15:39:26 2010 -0400

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c283bfd255be1e390bb62fc03cc22a13d3d8ba64
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Oct 4 15:30:04 2010 -0400

    NEWS update for 2.91.0 release.

 NEWS | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 0c09792e725a1f26e44dd4ef54c8ffd329afb7ae
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Oct 4 15:23:12 2010 -0400

    Change version to 2.91.0.
    
    Milan said I could.  :)
    
    Plus, the '0' major version is getting a little ridiculous.
    Evolution-MAPI is at least as stable as Evolution-Exchange.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5be8c45cc7a8cbc63cd06795535d61ecfd28ac63
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 4 16:45:18 2010 +0200

    GtkObject is gone in GTK3

 src/account-setup-eplugin/exchange-mapi-account-setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a66d266a2cfdaed01d7fb89e7003a561c1fb7a26
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 4 15:53:40 2010 +0200

    Bug #629507 - gal re-fetches itself (part ][)

 src/addressbook/e-book-backend-mapi-gal.c |  7 +++++--
 src/addressbook/e-book-backend-mapi.c     | 17 ++++++++++++++---
 2 files changed, 19 insertions(+), 5 deletions(-)

commit 86bbe650d1ab44cc4c63b85e8157efe095ed1e57
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Oct 3 21:11:29 2010 -0400

    Use new Camel enum types.

 src/camel/camel-mapi-folder.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 313876db4822661e867a8722113709944c111f18
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Oct 3 17:05:10 2010 -0400

    Silence debug output.

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 2 +-
 src/account-setup-eplugin/exchange-mapi-account-setup.c    | 4 ++--
 src/calendar/e-cal-backend-mapi.c                          | 2 +-
 src/camel/camel-mapi-transport.c                           | 2 +-
 src/camel/camel-mapi-utils.c                               | 2 +-
 src/libexchangemapi/exchange-mapi-folder.c                 | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

commit 87e2f57fd3b4da56b81b4146dd9282033207d2f9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Oct 3 10:17:00 2010 -0400

    Change version to 0.91.0.
    
    In accordance with http://live.gnome.org/TwoPointNinetyone.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 02d19aa5d53ae74e693870161cb2b328b49982f7
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Sep 29 12:40:13 2010 +0200

    Bug #629499 - Runs incoming filters in all folders

 src/camel/camel-mapi-folder.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit d52c2d0f337523d2a6600877aa58ff77a277c69e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Sep 29 12:36:01 2010 +0200

    Bug #629492 - Messages can be without recipients

 src/libexchangemapi/exchange-mapi-mail-utils.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 225abd898b7b8e0a2609f89239a38a5aafd6c83c
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Sep 29 12:32:21 2010 +0200

    Bug #629484 - Do not refresh 'Favourites' folder itself

 src/camel/camel-mapi-store.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 50dcd07330502cd9bd61bb64f2959c76c49fbbed
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Sep 29 12:21:23 2010 +0200

    Bug #629507 - gal re-fetches itself

 src/addressbook/e-book-backend-mapi-gal.c | 28 +++++++++++++
 src/addressbook/e-book-backend-mapi.c     | 65 +++++++++++++++++++++++++++----
 src/addressbook/e-book-backend-mapi.h     |  2 +
 3 files changed, 88 insertions(+), 7 deletions(-)

commit 7de2ac9fff438e84ed1a52dc8e82ee06f9e02680
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Sep 29 12:17:56 2010 +0200

    Bug #629836 - Crash on an event fetching

 src/libexchangemapi/exchange-mapi-connection.c | 48 ++++++++++++++++++++++----
 1 file changed, 41 insertions(+), 7 deletions(-)

commit 0519835b1f95e7d2d9a4e7394df2ef0c6d78cbdb
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Sep 29 12:11:04 2010 +0200

    Bug #629603 - Allow calendar refresh on demand

 src/calendar/e-cal-backend-mapi.c | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

commit 4c69558f4af8975a78ae12e45b7b41bd0fc6b2a6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Sep 18 22:07:44 2010 -0400

    Adapt to Camel API changes.

 src/camel/camel-mapi-folder.c                  | 1119 +++++-----
 src/camel/camel-mapi-folder.h                  |    4 +-
 src/camel/camel-mapi-notifications.c           |    5 +-
 src/camel/camel-mapi-store.c                   | 2820 ++++++++++++------------
 src/camel/camel-mapi-transport.c               |   12 +-
 src/camel/camel-mapi-utils.c                   |   30 +-
 src/camel/camel-mapi-utils.h                   |    2 +-
 src/libexchangemapi/exchange-mapi-connection.c |    3 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c |    6 +-
 9 files changed, 2039 insertions(+), 1962 deletions(-)

commit 9e45f571921600544f759460fe20aa1869756ebb
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 25 18:30:09 2010 +0200

    [l10n] Updated Italian translation

 po/it.po | 485 ++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 342 insertions(+), 143 deletions(-)

commit a0763e25d9b516d12f220320dcc72a5a909162fb
Author: Antonio Fernandes C. Neto <fernandes@pelivre.org>
Date:   Thu Sep 23 11:26:33 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 512 +++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 366 insertions(+), 146 deletions(-)

commit 1d847788d6fbc0430447bc4dc81809b9c1a59473
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Sep 20 17:17:13 2010 +0900

    Updated Japanese translation

 po/ja.po | 146 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

commit 729b1060f6012c92f8fa90cfee7a44c570061e7c
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 19 21:41:33 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po | 540 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 423 insertions(+), 117 deletions(-)

commit 84d69da9dc51c69ac835d60c9915a98c56259542
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Sun Sep 19 11:55:12 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 9e3b1c36d4ab82a48b91ddf0a189074aa1303e43
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Sep 17 22:36:27 2010 +0200

    Updated Polish translation

 po/pl.po | 483 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 343 insertions(+), 140 deletions(-)

commit a8b46e02240c97ce8741206b71bebfb3c675e68a
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Fri Sep 17 22:58:18 2010 +0300

    Updated Lithuanian translation

 po/lt.po | 538 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 390 insertions(+), 148 deletions(-)

commit e2448200d9d4666c0d8b37937666dd4fcef331a3
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 14 13:57:21 2010 +0200

    Bug #629481 - Critical warning from mapi_sync function

 src/camel/camel-mapi-folder.c  | 33 ++++++++++++++++++---------------
 src/camel/camel-mapi-private.h |  4 ----
 2 files changed, 18 insertions(+), 19 deletions(-)

commit ff211ae85009ec3704b1ae8736d166d5e2651a45
Author: Punit Jain <jpunit@novell.com>
Date:   Tue Sep 14 09:41:56 2010 +0530

    Bug #629489 - Could not get attach_file_url
    
    Could not get attach_file_url The pathname 'file:///tmp/' is not an absolute path.
    Pass absolute path rather than uri to set_attachments_to_cal_component.

 src/libexchangemapi/exchange-mapi-cal-utils.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit c318c58280f9b665a96504f81639f652af5f270a
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Sep 13 19:32:08 2010 +0530

    post release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 67cdb1182645a73904bb3f2227ffbf1d4deef25f
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Sep 13 11:52:22 2010 +0530

    NEWS update for 0.31.92 release.

 NEWS         | 21 +++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

commit c3164a47e700ed26b417264bd9efab0ad5324804
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Sep 12 21:10:20 2010 +0200

    [i18n] Updated German translation

 po/de.po | 267 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 144 insertions(+), 123 deletions(-)

commit b9287e2dd536ff81b0993483404a225065927c15
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 12 06:35:10 2010 -0400

    Bug 629393 - git.mk breaks parallel builds

 git.mk | 177 ++++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 93 insertions(+), 84 deletions(-)

commit 74b0420469dc86e7b1c8f5e0db92f90af049d505
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 11 20:19:39 2010 +0900

    Updated Korean translation

 po/ko.po | 514 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 367 insertions(+), 147 deletions(-)

commit 584e8424ca4ec68fd2523f2cadaecd9e2e126f0d
Author: Punit Jain <jpunit@novell.com>
Date:   Fri Sep 10 08:13:25 2010 +0200

    Bug #601481 - Calendar not handling attachments properly

 src/libexchangemapi/exchange-mapi-cal-utils.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit e04c4d897476c5c2cfbe87e20961b01ebe030b14
Author: Bharath Acharya <abharath@novell.com>
Date:   Thu Sep 9 11:41:46 2010 +0530

    Bug #628851 - Cannot delete address book.
    
    Deleted address book appears on restart, not deleted on the server.
    Delete only when not a public folder.

 src/addressbook/e-book-backend-mapi-contacts.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cade3feb4c994604415682b7b7b96a79e0e34d6a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Sep 7 23:25:37 2010 +0100

    Updated Portuguese translation

 po/pt.po | 514 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 366 insertions(+), 148 deletions(-)

commit 29ccb3e84ff0f336f58878c03ca81783c37426ee
Author: Punit Jain <jpunit@novell.com>
Date:   Tue Sep 7 22:33:00 2010 +0530

    Adapt to the changes for optimization in EDS.

 src/calendar/e-cal-backend-mapi.c | 51 +++++++++++++++++++++++++++++++++------
 1 file changed, 44 insertions(+), 7 deletions(-)

commit 9cb13a6c39e466182738b10d9a2d1975ab8e04d6
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 7 18:41:12 2010 +0200

    Various memory leaks

 src/account-setup-eplugin/exchange-mapi-account-settings.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 50b46bf0b37a1ec8ce6920e515bfa4ec2c36d8f0
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Sep 6 17:46:14 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

commit 38889baa85449f1bfba24fe2f4ced2d44b3cb7a9
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Sep 6 09:42:48 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 187 insertions(+), 31 deletions(-)

commit bdfbaf6fa7cc7eb953e01181803d54636288bc6b
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 31 16:44:59 2010 +0200

    Bug #627999 - Cannot autocomplete with contacts

 src/addressbook/e-book-backend-mapi.c          | 29 +++++++++++-------
 src/calendar/e-cal-backend-mapi.c              | 19 +++++++-----
 src/camel/camel-mapi-store.c                   |  3 +-
 src/libexchangemapi/exchange-mapi-connection.c | 42 ++++++++++++++++++++------
 4 files changed, 63 insertions(+), 30 deletions(-)

commit 0d6339b2c8f3dfd9dfefee267343aa2568eaf3c7
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Aug 31 13:10:10 2010 +0200

    Updated Czech translation

 po/cs.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 680b5c0f83fbc4798f1f2d676818220fee8e1325
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Aug 31 09:14:00 2010 +0100

    Update British English translation

 po/en_GB.po | 463 ++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 339 insertions(+), 124 deletions(-)

commit 592264935f2e187cace6b09584efc861c25aab61
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Aug 30 18:49:28 2010 +0200

    Updated Czech translation

 po/cs.po | 529 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 362 insertions(+), 167 deletions(-)

commit 1762f533b776e8f52d58773b3c96601d5c8c9537
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Aug 30 15:16:25 2010 +0530

    NEWS for 0.31.91 release

 NEWS         | 24 ++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

commit 6fd61af0fa605badf1631c9d48f3bdfd51678624
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Aug 28 07:28:30 2010 +0200

    Updated Hungarian translation

 po/hu.po | 490 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 348 insertions(+), 142 deletions(-)

commit 059f3430347023fc24093c6d26882ea3be59aa16
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 27 20:43:50 2010 +0200

    Updated French translation
    
    Contributed by Nils ? and Claude Paroz

 po/fr.po | 419 +++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 311 insertions(+), 108 deletions(-)

commit 7a652adcefb4249bcaf40fb5efc99d6e0a8c7b3f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Aug 26 20:35:59 2010 +0200

    Two typos fixed

 src/addressbook/e-book-backend-mapi.c | 2 +-
 src/calendar/e-cal-backend-mapi.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8b1366dec414e09a9f43b5926c2c93f686655f1f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 26 19:12:48 2010 +0200

    Bug #628004 - Forgets 'copy locally for offline' setting

 .../exchange-mapi-account-listener.c               | 32 +++++++++++++++++-----
 src/addressbook/e-book-backend-mapi.c              |  3 ++
 2 files changed, 28 insertions(+), 7 deletions(-)

commit eeb0a9dd4a7c41e5bd8ea937dafd427c468d0f40
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 26 12:02:45 2010 +0200

    Bug #628016 - Stack overflow in ebbm_contacts_remove

 src/addressbook/e-book-backend-mapi-contacts.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3b7061d1f9aa02ece476839af2946cb3e6f4bc6f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 26 09:40:57 2010 +0200

    Bug #627703 - Crash on double free while fetching Free/Busy

 src/calendar/e-cal-backend-mapi.c             |  3 +++
 src/libexchangemapi/exchange-mapi-cal-utils.c | 11 +++--------
 src/libexchangemapi/exchange-mapi-cal-utils.h |  2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)

commit 779e3aa21b562c2c9a086b402ab834a8af05758a
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 25 17:07:53 2010 +0200

    Bug #627331 - Crash in e_data_book_respond_authenticate_user

 src/addressbook/e-book-backend-mapi.c | 15 +++++++++++++++
 src/calendar/e-cal-backend-mapi.c     | 21 +++++++++++++++++++++
 2 files changed, 36 insertions(+)

commit 583f86922fa4eea2ced6373bd0afb9643cb19830
Author: Punit Jain <jpunit@novell.com>
Date:   Wed Aug 25 14:11:21 2010 +0200

    Bug #627255 - Folder deletion doesn't work well

 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 477b0d32a9830be99cfdcb9f7087181c3bc9e479
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 25 14:01:05 2010 +0200

    Bug #624597 - Opening S/MIME signed and/or encrypted messages fails

 src/libexchangemapi/exchange-mapi-mail-utils.c | 72 +++++++++++++++++++++++---
 src/libexchangemapi/exchange-mapi-mail-utils.h |  1 +
 2 files changed, 66 insertions(+), 7 deletions(-)

commit 5827ac7d70c689b463df1e82a54b24c6b0c8899c
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 24 17:40:31 2010 +0200

    Bug #586199 - Recurrence event modification doesn't get reflected

 src/libexchangemapi/exchange-mapi-connection.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

commit 4bc31743c009522b9e525892dc1b1ef573d2f52d
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Aug 23 23:05:24 2010 +0200

    Updated Danish translation

 po/da.po | 516 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 369 insertions(+), 147 deletions(-)

commit 00a9c5affa1a72c4f7b1d1ab17b5362e3f9f50c5
Author: Michael Kotsarinis <mk73628@hotmail.com>
Date:   Mon Aug 23 12:03:14 2010 +0300

    l10n: Updated Greek translation for evolution-mapi

 po/el.po | 315 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 165 insertions(+), 150 deletions(-)

commit 294544c8b881e177e45337312a2da2e06e6b06d4
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 21 20:17:06 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 213 ++++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 213 ++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 226 insertions(+), 200 deletions(-)

commit 6cf0b58976270e1a8c1773ca958db0271399b783
Author: A S Alam <aalam@users.sf.net>
Date:   Tue Aug 17 06:47:14 2010 +0530

    update translation for Punjabi

 po/pa.po | 546 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 396 insertions(+), 150 deletions(-)

commit d667efaecbb3ed6e53f89439177e65ff565c1dc8
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Aug 16 16:31:54 2010 +0530

    NEWS update for 0.31.90 release.

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 911673052b8e939ceca24a003ef7ad2e6d1c85fb
Author: Punit Jain <jpunit@novell.com>
Date:   Mon Aug 16 12:42:04 2010 +0530

    Bug #626860 - Crash while unsubscribing folder
    
    Crash in mapi_folders_hash_table_type_lookup

 src/camel/camel-mapi-store.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 64775ec109c1a9dfff80c7ba00195b56da3abb9e
Author: Punit Jain <jpunit@novell.com>
Date:   Mon Aug 16 12:16:40 2010 +0530

    Bug #626173 - Load the store after cache creation

 src/calendar/e-cal-backend-mapi.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 206af72fac23404c0eeb41e9632e700c10eaefd6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Aug 13 22:09:20 2010 +0200

    Updated Slovenian translation

 po/sl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 00a3c497b0e04fc77c1fc147eadf95d1e2f7fb1e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Aug 13 22:07:26 2010 +0200

    Updated Slovenian translation

 po/sl.po | 409 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 301 insertions(+), 108 deletions(-)

commit 166d5282b659e699c1cdade71983d65f47e7ce6f
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Wed Aug 11 19:03:25 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 211 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 112 insertions(+), 99 deletions(-)

commit aeb4c3b4179c783911ae33dcb3ba7b24e8d099e0
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Aug 6 13:41:44 2010 +0200

    Updated Swedish translation

 po/sv.po | 520 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 370 insertions(+), 150 deletions(-)

commit edce46325958ea701b0cc3cb7a72458089ac0755
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu Aug 5 03:17:04 2010 +0700

    Updated Indonesian translation

 po/id.po | 440 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 317 insertions(+), 123 deletions(-)

commit a163d2e2efd974a0c302da8e5aaf65d1fc84d8a2
Author: drtv <vasudeven@git.gnome.org>
Date:   Wed Aug 4 22:08:45 2010 +0530

    Updated Tamil translation

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

commit 1eb23a288af0025bc6ac59e94427e8bc3b424d51
Author: drtv <vasudeven@git.gnome.org>
Date:   Wed Aug 4 22:05:35 2010 +0530

    Updated Tamil translation

 po/ta.po | 516 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 371 insertions(+), 145 deletions(-)

commit 3f30e5a1f666e3995e15e81d6d04515c52bd2ad9
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Wed Aug 4 17:49:42 2010 +0300

    Updated Romanian translation

 po/ro.po | 577 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 418 insertions(+), 159 deletions(-)

commit 7d5b22ecaa94e252d43f226c80f142a90284b83f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 4 14:22:31 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 212 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 115 insertions(+), 97 deletions(-)

commit 86dd8046e07290293cc2e1f521282ad0bc54c753
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
Date:   Wed Aug 4 13:54:50 2010 +0900

    Updated Japanese translation.

 po/ja.po | 552 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 433 insertions(+), 119 deletions(-)

commit f95496811ca0162cffeb98b9c2009db45ae9f236
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Aug 3 13:38:08 2010 +0200

    Updated Galician translations

 po/gl.po | 218 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 120 insertions(+), 98 deletions(-)

commit df209097f4be0f9d64dc2275da6e30a717b7f8d6
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Aug 3 10:46:59 2010 +0300

    Updated Hebrew translation.

 po/he.po | 215 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 118 insertions(+), 97 deletions(-)

commit 4909221a0a9bfe427e986c034c8bf1b16011287e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 3 07:14:57 2010 +0200

    Updated Spanish translation

 po/es.po | 237 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 122 insertions(+), 115 deletions(-)

commit c6a3ca3f42cd626e4c121f6ddbef1165430c99f5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 2 23:03:07 2010 -0400

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 65e3cce9bba8ea705b4db595cb73d0aca34007e6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 2 23:00:34 2010 -0400

    Pre-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4f7d682e3dbbabc5481d07bb63d39c9ebb6146c3
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 2 22:57:34 2010 -0400

    NEWS update for 2.31.6 release.

 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 1f1345e2cc731d425f012a137ef933529e704b3e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 2 19:37:11 2010 -0400

    Enable GTK3 when running distcheck.

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit e9f9959983aff2d5a3ed91cb08360eb27c960134
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 2 19:25:52 2010 -0400

    Fix distcheck errors.

 po/POTFILES.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 07ed28a07032f43e272bc3ae5db4da1490df44a7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 2 18:02:21 2010 -0400

    Coding style and whitespace cleanup.

 .../exchange-mapi-account-listener.c               | 44 ++++++++++------------
 .../exchange-mapi-account-settings.c               |  1 -
 .../exchange-mapi-account-setup.c                  |  2 +-
 src/addressbook/e-book-backend-mapi-contacts.c     |  5 +--
 src/addressbook/e-book-backend-mapi.c              |  6 +--
 src/calendar/e-cal-backend-mapi.c                  | 18 ++++-----
 src/camel/camel-mapi-folder.c                      |  7 ++--
 src/camel/camel-mapi-store.c                       | 38 +++++++++----------
 src/libexchangemapi/em-operation-queue.c           |  1 -
 src/libexchangemapi/exchange-mapi-cal-utils.c      | 30 +++++++--------
 src/libexchangemapi/exchange-mapi-connection.c     |  4 +-
 src/libexchangemapi/exchange-mapi-connection.h     |  2 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c     |  1 -
 src/libexchangemapi/exchange-mapi-utils.c          |  2 +-
 14 files changed, 75 insertions(+), 86 deletions(-)

commit 97fe8e875a829396e1758102bb69d285efdac8ba
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Jul 30 12:29:22 2010 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 473 +++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 342 insertions(+), 131 deletions(-)

commit c6b056487cdca1d1dcf4de0d912231f50f1726b6
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Wed Jul 28 13:21:39 2010 +0530

    Updated Telugu Translations

 po/te.po | 501 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 371 insertions(+), 130 deletions(-)

commit a4a2938d21fc11d382ca6791fc3615e132f811b0
Author: Punit Jain <jpunit@novell.com>
Date:   Tue Jul 27 13:00:00 2010 +0200

    Bug #625382 - Migration from ECalBackendCache to ECalBackendStore

 src/calendar/e-cal-backend-mapi.c | 123 +++++++++++++++++++-------------------
 1 file changed, 62 insertions(+), 61 deletions(-)

commit d520e93ea3d8a9f014b6daf4ab6f4bd32ed8f34a
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 23 15:33:27 2010 +0200

    Bug #625069 - Slow message fetching

 src/libexchangemapi/exchange-mapi-connection.c | 412 ++++++++++++-------------
 src/libexchangemapi/exchange-mapi-mail-utils.c |   9 +-
 2 files changed, 194 insertions(+), 227 deletions(-)

commit c4dd5a811cf517dae03cdbb51aa62b2483f9bdf7
Author: Tao Wang <dancefire@gmail.com>
Date:   Fri Jul 23 18:13:23 2010 +0800

    Update Simplified China translation.

 po/zh_CN.po | 201 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 95 insertions(+), 106 deletions(-)

commit dd38e0da685da67b51cad1eba562831a08c004a5
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu Jul 22 15:31:47 2010 +0530

    Updated Marathi Translations

 po/mr.po | 478 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 349 insertions(+), 129 deletions(-)

commit 0dfd402028780bbb9172aa24ae3fa96371cd9021
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 21 17:19:12 2010 -0400

    Fix pkg-config issue when building with gtk+-3.0.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 991e4546035c1b6b4253df697a89dd3665a4db62
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 21 08:12:25 2010 -0400

    Adapt to libedata-book and libedata-cal API changes.
    
    Bumps minimum E-D-S requirement to 2.31.6.

 configure.ac                                       |  2 +-
 .../exchange-mapi-account-setup.h                  |  2 -
 src/addressbook/e-book-backend-mapi.c              | 39 +++-------
 src/calendar/e-cal-backend-mapi.c                  | 89 ++++++++--------------
 src/camel/camel-mapi-folder.h                      |  2 -
 src/libexchangemapi/exchange-mapi-cal-utils.c      |  8 +-
 src/libexchangemapi/exchange-mapi-connection.c     |  7 +-
 7 files changed, 50 insertions(+), 99 deletions(-)

commit 763a3c3e4c6bf83d09507daf673d8e293203733d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 21 23:06:07 2010 +0200

    Bug #624888 - Build breakage in master with OpenChange 0.9

 src/libexchangemapi/exchange-mapi-connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 25f4ad0c57f451a0655e0399ea71ce3ecffb642b
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 21 16:01:34 2010 +0200

    Merge common parts of EBookBackend-s and make it more asynchronous
    
    Make sure to delete
    $PREFIX/lib/evolution-data-server-1.2/extensions/libebookbackendmapigal.*
    as this one was removed, merged to libebookbackendmapi.*, so if not removed
    then e-addressbook-factory claims about two factories trying to register
    with the same name.

 src/addressbook/Makefile.am                       |   24 +-
 src/addressbook/e-book-backend-mapi-contacts.c    | 1202 +++++++++
 src/addressbook/e-book-backend-mapi-contacts.h    |   56 +
 src/addressbook/e-book-backend-mapi-factory.c     |   27 +-
 src/addressbook/e-book-backend-mapi-gal-factory.c |   51 -
 src/addressbook/e-book-backend-mapi-gal.c         |  906 +------
 src/addressbook/e-book-backend-mapi-gal.h         |   32 +-
 src/addressbook/e-book-backend-mapi-utils.c       |  465 ----
 src/addressbook/e-book-backend-mapi-utils.h       |   47 -
 src/addressbook/e-book-backend-mapi.c             | 3002 +++++++++++----------
 src/addressbook/e-book-backend-mapi.h             |   99 +-
 src/libexchangemapi/exchange-mapi-connection.c    |    6 +-
 src/libexchangemapi/exchange-mapi-connection.h    |    2 +-
 13 files changed, 3003 insertions(+), 2916 deletions(-)

commit a437720d03c68a0ed3c349ce87560bf8fc8967de
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Jul 20 15:07:43 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 486 +++++++++++++++++++++++++++++++++++++++++++-----------------
 po/zh_TW.po | 486 +++++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 694 insertions(+), 278 deletions(-)

commit 113953190a527b15e262e76465c7fee0b4ca2628
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Jul 19 21:17:32 2010 +0200

    Addmissing files to POTFILES.in. Fixes bug #624742.

 po/POTFILES.in | 2 ++
 1 file changed, 2 insertions(+)

commit cbafadde5ded2f7cc4ed48d4a9ea19ee4c1d5bf6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jul 18 19:14:11 2010 +0200

    Fixed headers in galician translation file

 po/gl.po | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

commit d1a2926b505b87d5c09be121470527a3e24bb5a9
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 18 14:16:46 2010 +0200

    Updated Spanish translation

 po/es.po | 350 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 273 insertions(+), 77 deletions(-)

commit ab8524d389ec3e0f3e07a7b55e48467cfeab3253
Author: Fotis Tsamis <ftsamis@gmail.com>
Date:   Sat Jul 17 12:34:16 2010 +0300

    Updated Greek translation for evolution-mapi

 po/el.po | 550 ++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 385 insertions(+), 165 deletions(-)

commit 8fdcd34d8c146f0e5be5283097753d459f580533
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Jul 16 20:34:04 2010 +0200

    [i18n] Updated German translation

 po/de.po | 395 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 287 insertions(+), 108 deletions(-)

commit e282b7cc71cd03ef0294c447233faa3068d68e17
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 16 14:09:58 2010 +0200

    Make calendar backend fully asynchronous

 src/calendar/e-cal-backend-mapi.c             | 1455 ++++++++++++++++++++-----
 src/calendar/e-cal-backend-mapi.h             |   20 +-
 src/libexchangemapi/Makefile.am               |    7 +-
 src/libexchangemapi/em-operation-queue.c      |  276 +++++
 src/libexchangemapi/em-operation-queue.h      |   65 ++
 src/libexchangemapi/exchange-mapi-cal-utils.h |   16 +-
 src/libexchangemapi/exchange-mapi-utils.c     |   28 +
 src/libexchangemapi/exchange-mapi-utils.h     |    3 +
 8 files changed, 1545 insertions(+), 325 deletions(-)

commit 7ac51f481dd1c6968d889c424bea183068c073ae
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 16 12:22:35 2010 +0200

    PR_RECIPIENTS_FLAGS renamed to PR_RECIPIENT_FLAGS in openchange

 configure.ac                                  | 18 ++++++++++++++++++
 src/calendar/e-cal-backend-mapi.c             |  2 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c |  6 +++---
 3 files changed, 22 insertions(+), 4 deletions(-)

commit 650c00ad988935c3cc77285a25546ce56e766d82
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 15 13:53:06 2010 +0200

    Bug #602395 - Reply to all in meeting pop up doesn't seem to work

 src/libexchangemapi/exchange-mapi-cal-utils.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 5a0708d9e3d384ea70844a0c4965f037bbab06ee
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 15 13:44:44 2010 +0200

    Follow-up fix for breakness after changes for bug #622695

 src/calendar/e-cal-backend-mapi.c              |  2 +-
 src/libexchangemapi/exchange-mapi-connection.c | 22 ++++++++--------------
 2 files changed, 9 insertions(+), 15 deletions(-)

commit 8f160a3976dc9e5cbb8fd47dab356f95a4959b22
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 13 14:33:22 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 327 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 252 insertions(+), 75 deletions(-)

commit 2a3bff135afc2d870ca2d5d02cd2838c7bc3759a
Author: Eleanor Chen <chenyueg@gmail.com>
Date:   Tue Jul 13 19:34:57 2010 +0800

    Update Simplified Chinese translations.

 po/zh_CN.po | 520 ++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 381 insertions(+), 139 deletions(-)

commit 5749a771a6c2be911b4fc8f6f1fd522ff3b8bcf3
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 13 13:22:08 2010 +0300

    Updated Hebrew translation.

 po/he.po | 332 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 254 insertions(+), 78 deletions(-)

commit 0cae51b9852315e02f8d524fb52cbe93d794e8df
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 13 03:09:36 2010 +0200

    Updated Galician translations

 po/gl.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 0c0ccef55d92f85bc809d8fed7a3a350c013cd11
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 13 03:05:35 2010 +0200

    Updated Galician translations

 po/gl.po | 335 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 257 insertions(+), 78 deletions(-)

commit 0d24d6c7e5311c2ffdbf810e0dcf5c78dc9c3f2e
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 12 18:52:43 2010 +0200

    Bug #624012 - Calendar backend requires cache for operations

 src/calendar/e-cal-backend-mapi.c | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

commit 18c3c577236ac4e2f0dd53795e370c97614101b1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 12 18:23:41 2010 +0200

    Bug #624013 - Free/Busy fetch in offline claims a runtime error

 src/calendar/e-cal-backend-mapi.c | 5 +++++
 1 file changed, 5 insertions(+)

commit b90a5ff644b4099ba5e7b93adbe77f449c55ad82
Author: Punit Jain <jpunit@novell.com>
Date:   Mon Jul 12 18:06:29 2010 +0200

    Bug #623192 - Crash on creating new folder

 src/camel/camel-mapi-store.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit acd6a3077f9c0ba6ca5d90098c820e5a7ed63d2e
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jul 12 19:29:00 2010 +0530

    NEWS update for 0.31.5 release.

 NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit e87d1eea4bd1a31dbf08c37c4264c91292152400
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 12 15:17:36 2010 +0200

    Bug #622695 - Report more detailed errors from operations

 .../exchange-mapi-account-listener.c               |   21 +-
 .../exchange-mapi-account-setup.c                  |   44 +-
 src/addressbook/e-book-backend-mapi-gal.c          |   37 +-
 src/addressbook/e-book-backend-mapi-utils.c        |   33 +-
 src/addressbook/e-book-backend-mapi-utils.h        |    3 +
 src/addressbook/e-book-backend-mapi.c              |  133 +-
 src/calendar/e-cal-backend-mapi.c                  |  199 ++-
 src/camel/camel-mapi-folder.c                      |  129 +-
 src/camel/camel-mapi-folder.h                      |    2 +-
 src/camel/camel-mapi-notifications.c               |    8 +-
 src/camel/camel-mapi-store.c                       |  101 +-
 src/camel/camel-mapi-transport.c                   |   22 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c      |   52 +-
 src/libexchangemapi/exchange-mapi-cal-utils.h      |    2 +-
 src/libexchangemapi/exchange-mapi-connection.c     | 1368 +++++++++++---------
 src/libexchangemapi/exchange-mapi-connection.h     |   69 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c     |    9 +-
 src/libexchangemapi/exchange-mapi-utils.c          |   10 +-
 18 files changed, 1400 insertions(+), 842 deletions(-)

commit 9e8105977f7ad842aa713bd8ab1cec48ef59b374
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 9 14:34:00 2010 +0200

    Bug #623204 - Be able to report detailed errors from backends

 configure.ac                                |   2 +
 src/addressbook/e-book-backend-mapi-gal.c   |  79 +++--
 src/addressbook/e-book-backend-mapi-utils.h |   3 +
 src/addressbook/e-book-backend-mapi.c       | 178 +++++-----
 src/calendar/e-cal-backend-mapi.c           | 484 ++++++++++++++--------------
 5 files changed, 380 insertions(+), 366 deletions(-)

commit eb65be210fe78ed15f3f86f55459cf2b8325b1d1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jul 9 06:41:22 2010 -0400

    Bug 623919 - Error while opening any newly received message

 src/camel/camel-mapi-folder.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 45e465dbada347a8a0fcc13a17bf91f61f94881b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jul 9 06:32:03 2010 -0400

    Bug 623919 - Error while opening any newly received message

 src/camel/camel-mapi-folder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 08030875d8b220cfee839e101154ac6f2639814f
Author: punit <jpunit@novell.com>
Date:   Fri Jul 9 12:02:15 2010 +0200

    Bug #623280 - Creating new calendar/... not refrected on a server

 .../exchange-mapi-account-setup.c                  | 37 ++++++++++++++++++----
 1 file changed, 31 insertions(+), 6 deletions(-)

commit 58c6252a3c3622a2ac1d870ae27812c719af2f17
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 9 11:03:43 2010 +0200

    Adapt to recent openchange svn trunk

 configure.ac                                   | 14 +++++++++++++
 src/calendar/e-cal-backend-mapi.c              | 28 +++++++++++++++++++++++---
 src/camel/camel-mapi-folder.c                  | 11 +++++++++-
 src/libexchangemapi/exchange-mapi-cal-utils.c  | 10 ++++++++-
 src/libexchangemapi/exchange-mapi-connection.c | 12 +++++++++--
 5 files changed, 68 insertions(+), 7 deletions(-)

commit 36d3e4dacc31facc11a3a323549559fe00f36298
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Jul 5 10:45:45 2010 -0400

    Migrate from CamelException to GError.

 src/camel/camel-mapi-folder.c                  | 195 +++++++++++---------
 src/camel/camel-mapi-folder.h                  |   6 +-
 src/camel/camel-mapi-provider.c                |   2 +-
 src/camel/camel-mapi-store.c                   | 241 ++++++++++++++-----------
 src/camel/camel-mapi-store.h                   |   2 +-
 src/camel/camel-mapi-summary.c                 |  16 +-
 src/camel/camel-mapi-transport.c               |  14 +-
 src/camel/camel-mapi-utils.c                   |  16 +-
 src/camel/camel-mapi-utils.h                   |   2 +-
 src/libexchangemapi/exchange-mapi-connection.c |   2 +-
 src/libexchangemapi/exchange-mapi-mail-utils.c |   4 +-
 11 files changed, 284 insertions(+), 216 deletions(-)

commit 8467a69bad529534e790f803c1172b19419e6f40
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 8 13:38:17 2010 +0200

    Bug #621761 - Usage of uninitialized variable in fetch_props_to_mail_item_cb

 src/libexchangemapi/exchange-mapi-mail-utils.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit 55571f900b95a0f7807e622913274b4bece0e5bb
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Jul 5 18:15:05 2010 +0200

    Updated Slovenian translation

 po/sl.po | 159 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 87 insertions(+), 72 deletions(-)

commit f3c6514a47d70bf9b82be4ebea2b0e09ae905e7e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 30 13:02:30 2010 +0200

    Bug #623057 - Calls e_book_backend_summary_new with NULL filename

 src/addressbook/e-book-backend-mapi-gal.c | 18 +++++-------------
 src/addressbook/e-book-backend-mapi.c     | 18 +++++-------------
 2 files changed, 10 insertions(+), 26 deletions(-)

commit e0ed02caaaa420ec329fcfa0c969b8f3e07aef23
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 30 09:34:41 2010 +0200

    Bug #623028 - Crash in e_data_book_view_notify_complete

 src/addressbook/e-book-backend-mapi-gal.c | 366 +++++++++++++-----------------
 src/addressbook/e-book-backend-mapi.c     | 307 ++++++++++++++-----------
 2 files changed, 333 insertions(+), 340 deletions(-)

commit b09be971acd0363ee717f0a0fd632172f09fd832
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jun 29 15:31:02 2010 -0400

    Post-release version bump.  For real this time.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ef8c9d4cfd07df86f12d0baa854675a6a1b6d430
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jun 29 15:27:32 2010 -0400

    Use the evolution-plugins-3.0 when building with gtk+-3.0.

 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit d6af2ed44318eca269467d648291e12709ff6203
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jun 29 15:19:38 2010 -0400

    Post-release version bump was pre-release.
    
    Still gotta shove a 0.31.4 release out the door.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ebc2f7a106e90323413ce46e0f629607e7ad1a9d
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 29 19:25:59 2010 +0200

    Shouldn't change user's setup for itip-formatter

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 3 ---
 1 file changed, 3 deletions(-)

commit af6e114b4ece823f137786eefbefc30ecb89a571
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 29 19:22:52 2010 +0200

    Bug #622862 - Uses gconf but doesn't check for it
    
    Added checks for glib, gtk+ and gconf.

 configure.ac | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 0f01f64c23ab3fa9de7001b7a0c905b599acd034
Author: Charles Bovy <charles.bovy@gmail.com>
Date:   Mon Jun 28 13:56:35 2010 +0200

    Bug #622923 - Birthday/Anniversary shifted by one day

 src/addressbook/e-book-backend-mapi-utils.c | 2 +-
 src/addressbook/e-book-backend-mapi.c       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit aadaebbab4b104e02e76c1a3d8228cc801ef505c
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jun 28 16:46:05 2010 +0530

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d2959b300a69ef294096b57fef0f8c2508aab19c
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jun 28 15:11:25 2010 +0530

    NEWS update for 0.31.4 release.

 NEWS | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 43efbbe1fde3f8f195494a7902230c04f4bd9f82
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 25 13:55:38 2010 +0200

    Bug #622687 - Unnecessary warning in exchange_mapi_util_read_generic_stream

 src/libexchangemapi/exchange-mapi-connection.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b044c9e3d4d1def02c1dde2a011ac1c2d3a27bb3
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 24 18:24:57 2010 +0200

    Let work "Check for new messages in all folders" as expected

 src/camel/camel-mapi-store.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 5814933ec3e6420b9f5fc590982f31790d0a55eb
Author: Punit Jain <jpunit@novell.com>
Date:   Thu Jun 24 19:30:45 2010 +0530

    Public calendar/task/address book support in mapi.
    
    Bug #600661 - Support to subscribe to Esource type public folders.

 .../exchange-mapi-account-listener.c               | 148 +++++++++++++++++-
 .../exchange-mapi-account-listener.h               |   4 +-
 src/addressbook/e-book-backend-mapi.c              |  68 +++++++--
 src/calendar/e-cal-backend-mapi.c                  | 107 +++++++++----
 src/camel/camel-mapi-folder.c                      |   2 +-
 src/camel/camel-mapi-store.c                       | 166 ++++++++++++++-------
 src/camel/camel-mapi-store.h                       |   1 +
 7 files changed, 388 insertions(+), 108 deletions(-)

commit 0c34750f05e37a34e7f75702ee6dd0b4b59bf5a4
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 24 14:25:52 2010 +0200

    Bug #622567 - Do not search meeting invites in user's calendar

 src/libexchangemapi/exchange-mapi-cal-utils.c  | 350 +------------------------
 src/libexchangemapi/exchange-mapi-connection.c |   5 -
 2 files changed, 3 insertions(+), 352 deletions(-)

commit c7f4dd64a20b4772f1284ebd25ec2114d7902e0d
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 24 12:21:52 2010 +0200

    Latest openchange svn has mem_ctx param on cast_SPropValue

 configure.ac                                   | 14 ++++++++++++++
 src/libexchangemapi/exchange-mapi-connection.c |  6 +++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

commit 978cbd114f73749dfe486a01942871485b2f7ca2
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Jun 21 07:06:22 2010 +0700

    Updated Indonesian translation

 po/id.po | 167 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 90 insertions(+), 77 deletions(-)

commit 83f4748318997ccb5919793f964363752e2f04a7
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Jun 21 06:56:38 2010 +0700

    Added Indonesian translation, contributed by Ekasari Nugraheni,
      edited by Nana Suryana and Andika Triwidada
    Added id to LINGUAS

 po/LINGUAS |   1 +
 po/id.po   | 356 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 357 insertions(+)

commit a0a7c2c5e5b98c6be30ad239461ed59c664df1a4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jun 19 16:02:29 2010 +0200

    Added Norwegian bokmål translation

 po/nb.po | 130 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 69 insertions(+), 61 deletions(-)

commit df22c6b21bcbbe15109ddee1621736b8c4d2c807
Author: Bharath Acharya <abharath@novell.com>
Date:   Wed Jun 16 20:45:04 2010 +0530

    Fix GAL contacts to not display LDAP_DN as name.

 src/addressbook/e-book-backend-mapi-utils.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 0b93bf5feadee9e90a3dc412876f49104a6fa402
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jun 16 06:11:21 2010 +0200

    Updated Spanish translation

 po/es.po | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit a24595705950c7ee0866be6d36fb1757034387fb
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 15 20:32:08 2010 +0200

    Bug #602413 - Crash in get_server_data, e_cal_backend_mapi_send_objects

 src/calendar/e-cal-backend-mapi.c | 1 +
 1 file changed, 1 insertion(+)

commit 94b65a4ee9ad91c800c0f7e9227292bd9e5c95b7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jun 15 19:27:48 2010 +0200

    Updated Spanish translation

 po/es.po | 94 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 50 insertions(+), 44 deletions(-)

commit d4cbc37e5555af2125e4f5188436712ff78d3cc7
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 15 18:57:02 2010 +0200

    Bug #621072 - Deleted meeting's request mail isn't shown properly

 src/libexchangemapi/exchange-mapi-cal-utils.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 835c201e4e6829d432ca0e117dc7fe3766d90c2a
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 15 10:13:49 2010 +0200

    Bug #621526 - Cann't create meeting in default calendar

 src/libexchangemapi/exchange-mapi-connection.c | 47 +++++++++++++-------------
 1 file changed, 24 insertions(+), 23 deletions(-)

commit 2583bbe9c251dde0f35f97308d88632c31792e4a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 13 00:56:47 2010 +0200

    Updated Galician translations

 po/gl.po | 75 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 42 insertions(+), 33 deletions(-)

commit 9f161e1010149a72a264c4e9bc979e1be6fd54d5
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 11 11:40:49 2010 +0200

    Bug #621232 - GAL ESource steals previous addressbook

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 1 +
 1 file changed, 1 insertion(+)

commit abb43fbab26de9f0d82261899eb174547a5b3b43
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Jun 10 16:50:28 2010 +0300

    Updated Hebrew translation.

 po/he.po | 92 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 44 deletions(-)

commit 7e3c00fdb18d30ca3a74a2f513293b670afdac1a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 10 13:01:52 2010 +0200

    Bug #568424 - Copy/Move mails with public folders fails

 .../exchange-mapi-account-setup.c                  |   2 +-
 src/addressbook/e-book-backend-mapi.c              |   4 +-
 src/calendar/e-cal-backend-mapi.c                  |   4 +-
 src/camel/camel-mapi-folder.c                      |  47 +++--
 src/camel/camel-mapi-store.c                       |   8 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c      |   6 +-
 src/libexchangemapi/exchange-mapi-connection.c     | 195 +++++++++------------
 src/libexchangemapi/exchange-mapi-connection.h     |  20 +--
 8 files changed, 143 insertions(+), 143 deletions(-)

commit 3a1045dec046573c76975f453569fbaa741dbee5
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 9 18:03:22 2010 +0200

    Bug #612395 - Folder unread count disappears

 src/camel/camel-mapi-folder.c                  | 151 ++++++++++++-------------
 src/camel/camel-mapi-store.c                   |   3 +
 src/camel/camel-mapi-summary.c                 |  39 +++++++
 src/camel/camel-mapi-summary.h                 |   1 +
 src/libexchangemapi/exchange-mapi-connection.c |   8 +-
 src/libexchangemapi/exchange-mapi-connection.h |   1 +
 6 files changed, 125 insertions(+), 78 deletions(-)

commit f9dac5797fbcd1b0bf799af39209bd9639fac2de
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 9 11:37:25 2010 +0200

    Bug #607438 - 'Mark as complete' in task doesn't stick in view

 src/calendar/e-cal-backend-mapi.c             |  7 +++++--
 src/libexchangemapi/exchange-mapi-cal-utils.c | 11 ++++++-----
 src/libexchangemapi/exchange-mapi-utils.c     |  4 ++--
 3 files changed, 13 insertions(+), 9 deletions(-)

commit ceb5d6c45a6ebeec04e51f0e0dec6c32f25bd42c
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 8 18:25:54 2010 +0200

    Bug #585353 - Marking Junk doesn't work on mapi account

 src/camel/camel-mapi-folder.c | 58 ++++++++++++++++++++++---------------------
 src/camel/camel-mapi-store.c  | 10 +++++++-
 2 files changed, 39 insertions(+), 29 deletions(-)

commit b6c95e5bf687ef8b3ecac0f132d0cfdaef768c7d
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 8 15:02:10 2010 +0200

    Bug #611557 - Update calendar/addressbook sources on start

 .../exchange-mapi-account-listener.c               | 298 +++++++++++++++------
 1 file changed, 220 insertions(+), 78 deletions(-)

commit b6572851a91f44425676d982b62a02efa4f088c3
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 8 09:41:47 2010 +0200

    Bug #620810 - Crash when opening a meeting invite

 src/libexchangemapi/exchange-mapi-cal-utils.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit f092a989d4a9f42f72afbead434faba5389d48f6
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jun 7 17:05:55 2010 +0530

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7920fdc91df5d7922be19ff2005daf7f9ba28d3
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon Jun 7 10:21:43 2010 +0530

    NEWS update for 0.31.3 release.

 NEWS | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit a3e7cdaebc6b5f3d86ef23803f2969ec244f29eb
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 7 08:52:39 2010 +0530

    Bug #618661 - Crashes e-addressbook-factory.
    
    Reuse already established connection.

 src/addressbook/e-book-backend-mapi-gal.c   | 13 +++++++------
 src/addressbook/e-book-backend-mapi-utils.c |  3 +--
 src/addressbook/e-book-backend-mapi.c       | 12 ++++++------
 src/calendar/e-cal-backend-mapi.c           | 12 ++++++------
 4 files changed, 20 insertions(+), 20 deletions(-)

commit 43c202285c29ccb35445c50d69455a48e0d46625
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Jun 5 21:29:08 2010 +0300

    Estonian translation updated

 po/et.po | 106 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 63 insertions(+), 43 deletions(-)

commit 4c59c284493fb8e517cf56c4378998d0e91d34de
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jun 3 21:47:26 2010 +0200

    Updated Galician translations

 po/gl.po | 115 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 56 deletions(-)

commit abf8f435edd502eb82972c47f0ae5420279e5fd6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 3 16:12:38 2010 +0200

    Bug #620367 - Cannot subscribe to Public folders

 src/camel/camel-mapi-folder.c        | 31 +++++++++----------
 src/camel/camel-mapi-store-summary.c | 52 ++++++++++++++++++-------------
 src/camel/camel-mapi-store-summary.h |  6 ++--
 src/camel/camel-mapi-store.c         | 60 +++++++++++++++++++++++-------------
 src/camel/camel-mapi-store.h         |  3 ++
 5 files changed, 90 insertions(+), 62 deletions(-)

commit cc9ef0617b179beba615b4f286008eb5680c05ea
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Jun 3 14:03:34 2010 +0300

    Updated Hebrew translation.

 po/he.po | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit 227aee96a6cd9fd387abb38cde932f63b0695286
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jun 3 11:30:49 2010 +0200

    Updated Spanish translation

 po/es.po | 82 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

commit e13bc373243193101275d0b3f96ef96c189b5538
Author: Bharath Acharya <abharath@novell.com>
Date:   Thu Jun 3 14:15:16 2010 +0530

    Bug #607524 - 'save as vcard' doesn't work.
    
    Fetch all known IDs. Part of the fix already committed before.

 src/addressbook/e-book-backend-mapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 92230660b650202d4585bf055c93eddba15e3cf4
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 2 17:03:01 2010 +0200

    Fix rounding issue with convert from double to int

 src/libexchangemapi/exchange-mapi-cal-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41aab21a5605dc8d33833c436906f3cdbbb9940f
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jun 2 13:17:41 2010 +0200

    Bug #619741 - Support multipart/appledouble attachments

 src/libexchangemapi/exchange-mapi-mail-utils.c | 162 ++++++++++++++++++++++---
 src/libexchangemapi/exchange-mapi-utils.c      |  19 +++
 src/libexchangemapi/exchange-mapi-utils.h      |   1 +
 3 files changed, 165 insertions(+), 17 deletions(-)

commit 1ba1c092739bcccac10e332110689f1eb37d8be5
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jun 1 15:47:24 2010 +0200

    Bug #620257 - Doesn't show all public folders

 src/libexchangemapi/exchange-mapi-connection.c | 70 +++++++++++++++-----------
 1 file changed, 41 insertions(+), 29 deletions(-)

commit b8933ab48613de331133f602782846f1f57b3448
Author: Bharath Acharya <abharath@novell.com>
Date:   Tue Jun 1 13:46:38 2010 +0200

    Fixes in exchange_mapi_connection_get_public_folder
    
    - add locking
    - add return
    - do not exit on failure

 src/libexchangemapi/exchange-mapi-connection.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit ed6da0101b60436b221216ad133168ca119f5156
Author: Bharath Acharya <abharath@novell.com>
Date:   Tue Jun 1 10:21:15 2010 +0530

    Free/Busy search implementation in MAPI.
    
    Works for all basic cases. Please find more comments at
    https://bugzilla.gnome.org/show_bug.cgi?id=601486

 src/calendar/e-cal-backend-mapi.c              |   8 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  | 230 +++++++++++++++++++++++++
 src/libexchangemapi/exchange-mapi-cal-utils.h  |   2 +
 src/libexchangemapi/exchange-mapi-connection.c |  20 +++
 src/libexchangemapi/exchange-mapi-connection.h |   2 +
 5 files changed, 261 insertions(+), 1 deletion(-)

commit 782dc90964a386498243897e86c431785c06cbd7
Author: Oded Arbel <oded@geek.co.il>
Date:   Mon May 31 20:15:40 2010 +0200

    Bug #620095 - Deadlock while filling folder list in Contacts

 src/account-setup-eplugin/exchange-mapi-account-setup.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 22d81d477cf866370de3e8972249e78d246950e7
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 31 19:33:42 2010 +0200

    Bug #579185 - Can't setup SSL connection

 .../exchange-mapi-account-listener.c               |  4 ++-
 .../exchange-mapi-account-setup.c                  | 37 ++++++++++++++++++++--
 src/libexchangemapi/exchange-mapi-connection.c     |  5 ++-
 src/libexchangemapi/exchange-mapi-connection.h     |  7 +++-
 4 files changed, 47 insertions(+), 6 deletions(-)

commit 1794590c3a91d633f6f988f8a6f50a39a3b256af
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat May 29 20:22:00 2010 +0200

    Updated Slovenian translation

 po/sl.po | 142 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 69 insertions(+), 73 deletions(-)

commit 51d4cb9190d2bb6c340e65a3aa6cc72e0fbff1c0
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu May 27 17:03:05 2010 +0300

    Updated Hebrew translation.

 po/he.po | 272 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 184 insertions(+), 88 deletions(-)

commit f2665a6ec7e32f18b9b84f71803e5bf28fc31c48
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 24 20:21:43 2010 +0200

    Bug #478840 - Folder size dialog improvements

 .../exchange-mapi-account-settings.c               | 92 ++++++++++++++--------
 1 file changed, 58 insertions(+), 34 deletions(-)

commit 3b86ec45e4e4d399f0737f2fd045f08534f96108
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 24 18:17:41 2010 +0200

    Bug #607384 - Replying causes the message to appear as garbage

 src/camel/camel-mapi-utils.c                   |  8 +++++-
 src/libexchangemapi/exchange-mapi-connection.c | 38 ++++++++++++++++++++------
 2 files changed, 36 insertions(+), 10 deletions(-)

commit 3390c3b3b504f9abb3b7c892b1b81c87da478270
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon May 24 16:32:03 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 223461fbd6ba68ab87d280fe7e82b46c00dfcbea
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon May 24 16:31:59 2010 +0200

    Add missing file

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 90b02d291eb2ba8f7f5709d420c558ba2a0b1fb5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon May 24 16:30:34 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 101 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 50 deletions(-)

commit daaf368e417388af726e70eb5a89c30a28f19e4c
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon May 24 16:24:35 2010 +0530

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2f8f6bc374e1886ebfa04d16c4d663a87bf00cc2
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon May 24 12:16:11 2010 +0530

    NEWS update for 0.31.2 release.

 NEWS | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit 8a6275d013bd4c89890a29881c8eecb1ca9f04bb
Author: Johnny Jacob <johnnyjacob@gmail.com>
Date:   Thu May 20 15:35:59 2010 +0530

        Milan and Bharath ordained as maintainers.
    
        Johnny takes a back seat. Thanks for all the good fun.
    
        (Damn .. This is emotional!)

 evolution-mapi.doap | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 663ae2b5de395f465246329fc8c38b77474217c2
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 19 23:38:18 2010 +0200

    Bug #600386 - Do not use charset on messages with UNICODE body fetched

 src/libexchangemapi/exchange-mapi-mail-utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5221d436c0f99aa3084d10001af4de4da643943a
Author: punit <jpunit@novell.com>
Date:   Wed May 19 09:36:10 2010 +0200

    Bug #618872 - Awfully slow fetching of folder hierarchy

 src/libexchangemapi/exchange-mapi-connection.c | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

commit 0cfebca5cd2219cb79597b42f5d38e50cded7df8
Author: punit <jpunit@novell.com>
Date:   Mon May 17 14:04:38 2010 +0200

    Bug #608408 - Folder -> Subscription doesn't show sub folders

 src/camel/camel-mapi-store.c                   | 26 ++++++---------------
 src/libexchangemapi/exchange-mapi-connection.c | 31 +++++++-------------------
 src/libexchangemapi/exchange-mapi-connection.h |  2 +-
 3 files changed, 16 insertions(+), 43 deletions(-)

commit 737db71498b4a23501510b939e6477935b356b33
Author: Johnny Jacob <jjohnny@gnome.org>
Date:   Fri May 14 13:45:59 2010 +0200

    Bug #607632 - Marking a message unread doesn't reflect on a server

 src/camel/camel-mapi-folder.c  | 29 +++++++++++++++++++++++++++++
 src/camel/camel-mapi-summary.c | 12 ++++++++++++
 2 files changed, 41 insertions(+)

commit ce5c059e4377a961e2c8f5e57da0d2fd81e7719e
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 14 13:14:30 2010 +0200

    Bug #618602 - Prepends an additional "Re: " to message reply

 src/camel/camel-mapi-utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 314a73b95bef9336858b3f22111dd80e921f3b51
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Thu May 13 20:23:40 2010 -0400

    Updated Shavian translation

 po/en@shaw.po | 46 ++++++++++++++++++----------------------------
 1 file changed, 18 insertions(+), 28 deletions(-)

commit 089d1cb8efb9eae03ad618839be101ef37d15d50
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 13 20:45:55 2010 +0200

    Bug #604498 - Incorrectly decoded message in UI

 src/camel/camel-mapi-folder.c                  | 18 +++++++++++++++++-
 src/libexchangemapi/exchange-mapi-mail-utils.c | 17 +++++++++--------
 2 files changed, 26 insertions(+), 9 deletions(-)

commit 7333e2ce13b5bb9d5c9b3cb10486ab020ae98dd3
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 13 12:11:15 2010 +0200

    Bug #618504 - Meeting request mails are shown as plain text

 src/libexchangemapi/exchange-mapi-cal-utils.c  | 2 +-
 src/libexchangemapi/exchange-mapi-connection.c | 9 +++------
 src/libexchangemapi/exchange-mapi-connection.h | 2 +-
 3 files changed, 5 insertions(+), 8 deletions(-)

commit 3bb4bb1f1ba2031765829b11aca20436c99bc95a
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:29 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po | 262 ++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 164 insertions(+), 98 deletions(-)

commit 03c7e6a152d0f89f956c9c3399a551d8bad8a34a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed May 12 23:54:11 2010 +0200

    Updated Galician translations

 po/gl.po | 103 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 51 deletions(-)

commit 72fe54064eadc95f4f796bc3ce66aec45cd23163
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 12 19:29:51 2010 +0200

    Bug #603006 - Move All Contacts To enabled for read-only address books
    
    Two things fixed:
    a) get_contact_list with searching actually returns all items, not only
       the first one
    b) do not search when no searching is needed

 src/addressbook/e-book-backend-mapi.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit f0376d03f32308a0d403f20ed7e53879a222ebd4
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 12 17:38:35 2010 +0200

    Bug #599311 - Doesn't show email attachments

 src/camel/camel-mapi-folder.c                  | 711 +-----------------------
 src/camel/camel-mapi-folder.h                  |  55 --
 src/camel/camel-mapi-transport.c               |   7 +-
 src/camel/camel-mapi-utils.c                   |  37 +-
 src/camel/camel-mapi-utils.h                   |   6 +-
 src/libexchangemapi/Makefile.am                |  13 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  |  10 +-
 src/libexchangemapi/exchange-mapi-cal-utils.h  |   2 +-
 src/libexchangemapi/exchange-mapi-connection.c | 216 ++++++--
 src/libexchangemapi/exchange-mapi-connection.h |   7 +
 src/libexchangemapi/exchange-mapi-mail-utils.c | 720 +++++++++++++++++++++++++
 src/libexchangemapi/exchange-mapi-mail-utils.h |  90 ++++
 src/libexchangemapi/exchange-mapi-utils.h      |   1 -
 13 files changed, 1045 insertions(+), 830 deletions(-)

commit dca17bd89fbe4fd5168a7b70d9bea4dc0ceee873
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue May 11 20:44:12 2010 +0200

    Updated Spanish translation

 po/es.po | 100 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

commit fc32625889e7f12f63b56d8e2cedf5b76e5fc2dd
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue May 11 18:21:33 2010 +0200

    Fix CamelOperation string (add folder name to it)

 src/camel/camel-mapi-folder.c        | 6 +++---
 src/camel/camel-mapi-folder.h        | 2 +-
 src/camel/camel-mapi-notifications.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 2302d936e619eb11b44479820752231983c25b37
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue May 11 18:13:43 2010 +0200

    Bug #569631 - Evolution hangs during the initial fetch of calendar items

 src/addressbook/e-book-backend-mapi-gal.c |  5 +++++
 src/addressbook/e-book-backend-mapi.c     |  5 +++++
 src/calendar/e-cal-backend-mapi.c         | 22 ++++++++++++++++++++--
 3 files changed, 30 insertions(+), 2 deletions(-)

commit 4cadacc1eeeb77a6533cd271794a4045b99bcbf0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 10 17:42:24 2010 +0200

    Bug #337479 - Evolution forgets password on any error

 src/camel/camel-mapi-store.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 8873f7bdc5632b0ecbf238b89a21b4a0a4188735
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat May 8 11:30:05 2010 +0200

    Updated German translation

 po/de.po | 257 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 117 deletions(-)

commit c4c570474fb993bc7dcbb95f9a867072911ffa0f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed May 5 22:29:42 2010 -0400

    Adapt to Camel API changes.

 src/camel/camel-mapi-folder.c        | 10 +++++-----
 src/camel/camel-mapi-notifications.c |  2 +-
 src/camel/camel-mapi-store.c         | 22 +++++++++++-----------
 src/camel/camel-mapi-summary.c       |  2 +-
 4 files changed, 18 insertions(+), 18 deletions(-)

commit 0d1fd7dfb9607486c4d5823bf01cede338503d49
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 7 20:35:35 2010 +0200

    Bug #617498 - Sometimes account configuration creates only mailer part

 .../exchange-mapi-account-listener.c               | 108 +++++++++++++++++++--
 1 file changed, 101 insertions(+), 7 deletions(-)

commit b0b9ed8f15fbb56a659fae1982808fa5d5e60416
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 3 21:37:59 2010 +0200

    Bug #611560 - 'Mark as junk' should be disabled in junk folder

 src/camel/camel-mapi-folder.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4add02b45f02812527e7ff7311a80e6205e93198
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 3 16:49:54 2010 +0200

    Bug #617509 - File->Empty trash doesn't expunge Deleted items

 src/camel/camel-mapi-store.c | 53 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

commit 8ab5556709b58966c519bbc3b9273fa79d2ef73c
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon May 3 14:23:55 2010 +0530

    Post-release version bump.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4955357cef5f526934764654ab03749d9110964b
Author: Bharath Acharya <abharath@novell.com>
Date:   Mon May 3 14:16:09 2010 +0530

    NEWS update for 0.31.1 release.

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

commit cd5dd03fc064c13cb976ca4c5f1dd447a202b885
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 1 20:21:08 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 231 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 116 insertions(+), 115 deletions(-)

commit 63c35ab126d3f6e95552025131606a40e64f4db4
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 30 17:10:35 2010 -0400

    Adapt to more Camel API changes.

 src/camel/camel-mapi-folder.c        | 56 ++++++++++++++++++------------------
 src/camel/camel-mapi-notifications.c | 16 +++++------
 src/camel/camel-mapi-store-summary.c | 12 ++++----
 src/camel/camel-mapi-store.c         | 40 +++++++++++++-------------
 4 files changed, 62 insertions(+), 62 deletions(-)

commit 5beb05f806dddfc7fa6d22c5fdd680e45c1ef3e9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 30 10:22:17 2010 -0400

    Adapt to Camel API changes.

 src/camel/camel-mapi-folder.c        | 263 ++++++++++++++++++++++-------------
 src/camel/camel-mapi-notifications.c |   7 +-
 2 files changed, 172 insertions(+), 98 deletions(-)

commit a839c76c45f755790ef2208cf872f042940ae1b2
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed Apr 28 17:29:42 2010 +0200

    Updated French translation

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

commit 38db692ee3b953960bb60b0b73a93dad8d3336a0
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Apr 28 15:49:50 2010 +0200

    Bug #616912 - Undefined symbol mapi_book_get_prop_list on GAL backend

 src/addressbook/Makefile.am                 |   4 +
 src/addressbook/e-book-backend-mapi-gal.c   |   8 +-
 src/addressbook/e-book-backend-mapi-utils.c | 434 ++++++++++++++++++++++++++++
 src/addressbook/e-book-backend-mapi-utils.h |  41 +++
 src/addressbook/e-book-backend-mapi.c       | 422 +--------------------------
 src/addressbook/e-book-backend-mapi.h       |  12 -
 6 files changed, 495 insertions(+), 426 deletions(-)

commit f28ef82f6f6e37abac69acae0f7da6d8561cf88b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Apr 27 20:56:11 2010 +0200

    Updated Spanish translation

 po/es.po | 137 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 68 insertions(+), 69 deletions(-)

commit 126a311bd6820bc7256c8f64bbbb373708f5633b
Author: Mario Carrion <mario@carrion.mx>
Date:   Tue Apr 27 12:13:37 2010 +0200

    Bug #615678 - i18n not working

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 2 +-
 src/account-setup-eplugin/exchange-mapi-account-settings.c | 2 +-
 src/account-setup-eplugin/exchange-mapi-account-setup.c    | 2 +-
 src/addressbook/e-book-backend-mapi-gal.c                  | 2 +-
 src/calendar/e-cal-backend-mapi.c                          | 2 +-
 src/camel/Makefile.am                                      | 1 +
 src/camel/camel-mapi-notifications.c                       | 2 +-
 src/camel/camel-mapi-provider.c                            | 7 ++++++-
 src/camel/camel-mapi-store.c                               | 2 +-
 src/camel/camel-mapi-store.h                               | 2 +-
 src/camel/camel-mapi-transport.c                           | 2 +-
 src/camel/camel-mapi-utils.c                               | 6 +++++-
 12 files changed, 21 insertions(+), 11 deletions(-)

commit 9cf11af42c0b6e3e3a5cc472ef96fcbbba717722
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 26 11:21:49 2010 +0200

    Bug #615838 - Use _ADDRTYPE_UNICODE properties

 src/calendar/e-cal-backend-mapi.c              | 16 +++++++-------
 src/camel/camel-mapi-folder.c                  |  8 +++----
 src/camel/camel-mapi-utils.c                   |  2 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  | 30 +++++++++++++-------------
 src/libexchangemapi/exchange-mapi-connection.c |  4 ++--
 5 files changed, 30 insertions(+), 30 deletions(-)

commit cf79dffe86e9990177b63428f292f137638a8b5e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Apr 24 20:00:18 2010 +0200

    Updated Slovenian translation

 po/sl.po | 120 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 67 insertions(+), 53 deletions(-)

commit 0a711ef46e83311a02b96cd3f926bdda1af3d105
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 24 11:03:34 2010 -0400

    Camel is now GObject based.

 src/addressbook/e-book-backend-mapi.c |   4 +-
 src/camel/camel-mapi-folder.c         | 154 ++++++++++++++++------------------
 src/camel/camel-mapi-folder.h         |  46 ++++++----
 src/camel/camel-mapi-notifications.c  |   4 +-
 src/camel/camel-mapi-notifications.h  |   6 +-
 src/camel/camel-mapi-private.h        |   2 +-
 src/camel/camel-mapi-store-summary.c  | 108 ++++++++++++------------
 src/camel/camel-mapi-store-summary.h  |  37 +++++---
 src/camel/camel-mapi-store.c          | 151 ++++++++++++++-------------------
 src/camel/camel-mapi-store.h          |  48 ++++++-----
 src/camel/camel-mapi-summary.c        | 124 ++++++++++++++-------------
 src/camel/camel-mapi-summary.h        |  37 +++++---
 src/camel/camel-mapi-transport.c      |  39 +++------
 src/camel/camel-mapi-transport.h      |  42 ++++++----
 src/camel/camel-mapi-utils.h          |   4 +-
 15 files changed, 414 insertions(+), 392 deletions(-)

commit 684b3f60560f02e5f818989bf4358f752f3a97db
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Apr 24 03:37:53 2010 +0200

    Updated Galician translation

 po/gl.po | 105 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 57 insertions(+), 48 deletions(-)

commit 879e3b832b154b7e6529f2b6e606e134ccc41312
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 23 16:58:47 2010 +0200

    Bug #610697 - GAL addressbook only shows e-mail addresses

 configure.ac                                   |  18 +-
 src/addressbook/e-book-backend-mapi-gal.c      | 301 +++++++++----------------
 src/addressbook/e-book-backend-mapi.c          | 170 ++++++++------
 src/addressbook/e-book-backend-mapi.h          |  11 +
 src/libexchangemapi/exchange-mapi-connection.c | 107 ++++-----
 src/libexchangemapi/exchange-mapi-connection.h |  13 +-
 src/libexchangemapi/exchange-mapi-utils.c      |  19 ++
 src/libexchangemapi/exchange-mapi-utils.h      |  10 +-
 8 files changed, 302 insertions(+), 347 deletions(-)

commit f86219b9f62cf299050bc604ff25a36c583f4967
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 22 19:51:57 2010 +0200

    Bug #592452 - Slow mail message fetching

 src/camel/camel-mapi-folder.c                 |  69 +-----------------
 src/libexchangemapi/exchange-mapi-cal-utils.c | 100 +++++++++++++++++---------
 src/libexchangemapi/exchange-mapi-cal-utils.h |   2 +-
 3 files changed, 70 insertions(+), 101 deletions(-)

commit 82c15efe1845cee018dee11a28d5a0c418b6a91e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 22 16:07:13 2010 +0200

    Bug #616319 - Cache named IDs instead of fetching them repeatedly

 src/addressbook/e-book-backend-mapi.c          | 549 +++++++++----------
 src/calendar/e-cal-backend-mapi.c              | 281 +++++-----
 src/camel/camel-mapi-folder.c                  | 299 ++++++-----
 src/camel/camel-mapi-notifications.c           |   2 +-
 src/camel/camel-mapi-transport.c               |   7 +-
 src/camel/camel-mapi-utils.c                   |  51 +-
 src/camel/camel-mapi-utils.h                   |   6 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c  | 707 ++++++++++++-------------
 src/libexchangemapi/exchange-mapi-cal-utils.h  |  50 +-
 src/libexchangemapi/exchange-mapi-connection.c | 455 +++++++---------
 src/libexchangemapi/exchange-mapi-connection.h |  31 +-
 src/libexchangemapi/exchange-mapi-utils.c      | 173 ++++++
 src/libexchangemapi/exchange-mapi-utils.h      |   9 +
 13 files changed, 1324 insertions(+), 1296 deletions(-)

commit 1e587c367146c2f34bfcbaa28347763c128fe260
Author: Xandru Armesto <xandru@softastur.org>
Date:   Thu Apr 22 07:24:47 2010 +0200

    Added asturian language

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 258ad0a87100715c33af9c8588caf403fcc35d87
Author: Xandru Armesto <xandru@softastur.org>
Date:   Thu Apr 22 07:24:32 2010 +0200

    Updated asturian translation

 po/ast.po | 357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 357 insertions(+)

commit e29b4fb87dbfed568788191057bb162894863aeb
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Thu Apr 22 00:00:41 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 245 +++++++++++++++++++++++++++++++-----------------------
 1 file changed, 139 insertions(+), 106 deletions(-)

commit 238bc1415eada8ed2755e188e69c50f657c65b68
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Apr 21 08:12:07 2010 -0400

    Adapt to Camel API changes.

 src/camel/camel-mapi-folder.c | 31 +++++++++++++---------
 src/camel/camel-mapi-store.c  | 61 ++++++++++++++++++++++++-------------------
 2 files changed, 53 insertions(+), 39 deletions(-)

commit 4b2eedcfbcad0dd7321fea411d86a1873da5e06d
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 20 20:03:30 2010 +0200

    Check for RegisterNotification function with two params

 configure.ac                                   | 14 ++++++++++++++
 po/Makefile.in.in                              |  4 ++--
 src/libexchangemapi/exchange-mapi-connection.c |  9 ++++++---
 3 files changed, 22 insertions(+), 5 deletions(-)

commit 446afb4f6cf77b1aaa47c42b46902dc957d0573d
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 20 19:07:58 2010 +0200

    Bug #586096 - Contact list doesn't work at all
    
    Reading only, it requires changes on OpenChange side to work properly.

 src/addressbook/e-book-backend-mapi.c          | 397 +++++++++++++++++++++----
 src/libexchangemapi/exchange-mapi-connection.c |  27 +-
 src/libexchangemapi/exchange-mapi-defs.h       |   1 +
 src/libexchangemapi/exchange-mapi-utils.c      | 331 +++++++++++++++++++--
 src/libexchangemapi/exchange-mapi-utils.h      |   5 +-
 5 files changed, 670 insertions(+), 91 deletions(-)

commit 3eb381d5e25136c30ffd6b2186a99014be6b2667
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 19 13:53:21 2010 +0200

    Bug #613146 - Message list shows messages that were deleted externally

 src/camel/camel-mapi-folder.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 90a1814efa66f22b2511ca9c05a9db692c553fd1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 19 11:14:36 2010 +0200

    Assign CamelStoreClass::free_folder_info

 src/camel/camel-mapi-store.c | 1 +
 1 file changed, 1 insertion(+)

commit a12b1491b203d2c091aaa11139e6d6a6e47c7df1
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Apr 17 20:56:10 2010 +0200

    Updated Galician translations

 po/gl.po | 232 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 116 insertions(+), 116 deletions(-)

commit b5beff97684278669ede905a835bc6a65dd6fd57
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Apr 17 20:13:14 2010 +0200

    Updated Slovenian translation

 po/sl.po | 243 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 123 insertions(+), 120 deletions(-)

commit 70376734a8b3bf06dff99b8c49eb2a916013419c
Author: Umarzuki Bin Mochlis Moktar <umar@umarzuki.com>
Date:   Sat Apr 17 14:08:54 2010 +0200

    Added Malay Translation

 po/LINGUAS |   1 +
 po/ms.po   | 353 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 354 insertions(+)

commit 229e680fc1511c1af7522a9bf0ccdd31bc5cd923
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 16 18:36:17 2010 +0200

    Updated Spanish translation

 po/es.po | 230 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 123 insertions(+), 107 deletions(-)

commit e30e8c46691aacc1078813f2e29a33782441a1a0
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 15 20:50:51 2010 +0200

    Bug #615776 - Do not use its own copy of camel-private.h

 src/camel/Makefile.am                |   3 +-
 src/camel/camel-mapi-folder.c        |  58 ++++++-----
 src/camel/camel-mapi-notifications.c |  18 ++--
 src/camel/camel-mapi-store-summary.c |  13 ++-
 src/camel/camel-mapi-store.c         |  46 ++++-----
 src/camel/camel-private.h            | 182 -----------------------------------
 6 files changed, 63 insertions(+), 257 deletions(-)

commit f8f909f78f5da413761e3a70f567273421cb97f6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 15 14:48:04 2010 +0200

    Bug #608766 - Replace pthread with GLib's GThread

 po/Makefile.in.in             | 4 ++--
 src/camel/camel-mapi-folder.c | 3 +--
 src/camel/camel-private.h     | 8 +++-----
 3 files changed, 6 insertions(+), 9 deletions(-)

commit 661a2786694f7f1ab4cc6f6c67851818ad7779f9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 13 17:57:34 2010 +0100

    Bug 615716 — Miscellaneous string fixes
    
    Mostly small punctuation fixes, including conversion of ASCII ellipses to
    proper Unicode ellipses. Closes: bgo#615716

 src/account-setup-eplugin/exchange-mapi-account-settings.c |  4 ++--
 src/account-setup-eplugin/exchange-mapi-account-setup.c    |  4 ++--
 src/addressbook/e-book-backend-mapi-gal.c                  |  8 ++++----
 src/camel/camel-mapi-provider.c                            |  4 ++--
 src/camel/camel-mapi-store.c                               | 12 ++++++------
 5 files changed, 16 insertions(+), 16 deletions(-)

commit 47489280ea11006c5b1e3b7edf42c0f189894923
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 13 17:52:51 2010 +0100

    Updated British English translation

 po/en_GB.po | 207 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 105 insertions(+), 102 deletions(-)

commit 7e71d71b0cd0bcee7b6d8ad6c5a9420e6b21f567
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 13 20:20:04 2010 +0200

    Bug #600389 - UTF8 characters in contacts not shown properly

 .../exchange-mapi-account-setup.c                  |  12 +-
 src/addressbook/e-book-backend-mapi-gal.c          |  93 ++++----
 src/addressbook/e-book-backend-mapi.c              | 248 +++++++++++++--------
 src/calendar/e-cal-backend-mapi.c                  | 106 ++++++++-
 src/camel/camel-mapi-folder.c                      |  49 +---
 src/camel/camel-mapi-utils.c                       |  12 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c      |  84 +++----
 src/libexchangemapi/exchange-mapi-cal-utils.h      |  12 -
 src/libexchangemapi/exchange-mapi-connection.c     |  67 +++---
 9 files changed, 398 insertions(+), 285 deletions(-)

commit 442e252d7d4ace432f171b66764c8b9f4b24e01e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Apr 13 10:52:26 2010 -0400

    Adapt to Camel API changes.

 src/camel/camel-mapi-summary.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 2f70baf038e17b5d7b6f1de8f7210dba2bf777f0
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 13 15:43:08 2010 +0200

    Bug #608307 - Renaming a parent folder disappears sub folders

 src/camel/camel-mapi-store.c | 90 +++++++++++++++++++++++++-------------------
 1 file changed, 52 insertions(+), 38 deletions(-)

commit 073e4471858a749abfbf66914cff4939750f52e3
Author: Johnny Jacob <jjohnny@gnome.org>
Date:   Tue Apr 13 15:06:53 2010 +0200

    Bug #600395 - 'Folder size' option is shown onto each MAPI folder

 src/account-setup-eplugin/exchange-mapi-account-settings.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 52e8782b36f307a2a49d02189714e3206a9ce9ff
Author: Luf <luf@seznam.cz>
Date:   Tue Apr 13 14:36:51 2010 +0200

    Bug #595914 - Doesn't display the Cyrrilic symbols in folder names

 src/libexchangemapi/exchange-mapi-connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e689b6905a17fa75772265e5407b946257e83667
Author: punit <jpunit@novell.com>
Date:   Tue Apr 13 14:21:52 2010 +0200

    Bug #610229 - Status bar progress goes beyond 100 percentage

 src/calendar/e-cal-backend-mapi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c2f0a0ddd5edd36bb822928c09c422c8d0991214
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 12 21:59:06 2010 +0200

    Bug #600655 - Calendar property doesn't show calendar hierarchy

 .../exchange-mapi-account-listener.c               |  12 +-
 .../exchange-mapi-account-setup.c                  | 190 +++++++++++++++++----
 .../org-gnome-exchange-mapi.eplug.xml              |   4 +-
 3 files changed, 172 insertions(+), 34 deletions(-)

commit 0634674f13fda66eed675a5e2f41b6ce5ddb0b94
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 12 13:28:43 2010 +0200

    Connect to the server in mapi_account_added when not connected yet

 .../exchange-mapi-account-listener.c                   | 18 +++++++++++-------
 src/camel/camel-mapi-provider.c                        |  3 ---
 2 files changed, 11 insertions(+), 10 deletions(-)

commit abe8dade5d7573ca47f22569cab0ba95882d182f
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sun Apr 11 00:55:01 2010 +0200

    Compile with -DGSEAL_ENABLE. Fixes bug 615265.

 configure.ac                                            | 1 +
 src/account-setup-eplugin/exchange-mapi-account-setup.c | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 9d11b97d647521a7aae3db0e068a253173bfc289
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 9 14:30:55 2010 +0200

    Bug #608885 - Allow multiple MAPI accounts
    
    Bad news is that the server notifications are disabled, it needs changes
    on OpenChange side. Also profile names are renamed, but it should survive
    without noticing in most cases.

 .../exchange-mapi-account-listener.c               |   72 +-
 .../exchange-mapi-account-listener.h               |    3 -
 .../exchange-mapi-account-settings.c               |   74 +-
 .../exchange-mapi-account-setup.c                  |   39 +-
 src/addressbook/e-book-backend-mapi-gal.c          |   18 +-
 src/addressbook/e-book-backend-mapi.c              |   37 +-
 src/calendar/e-cal-backend-mapi.c                  |   79 +-
 src/camel/camel-mapi-folder.c                      |   28 +-
 src/camel/camel-mapi-notifications.c               |   18 +-
 src/camel/camel-mapi-store.c                       |   82 +-
 src/camel/camel-mapi-store.h                       |    3 +
 src/camel/camel-mapi-transport.c                   |   21 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c      |   58 +-
 src/libexchangemapi/exchange-mapi-cal-utils.h      |    6 +-
 src/libexchangemapi/exchange-mapi-connection.c     | 1227 +++++++++++---------
 src/libexchangemapi/exchange-mapi-connection.h     |  177 +--
 src/libexchangemapi/exchange-mapi-folder.c         |   71 +-
 src/libexchangemapi/exchange-mapi-folder.h         |    7 +-
 src/libexchangemapi/exchange-mapi-utils.c          |   26 +-
 src/libexchangemapi/exchange-mapi-utils.h          |    5 +-
 20 files changed, 1161 insertions(+), 890 deletions(-)

commit f5328a60bb07acd50b1a115c721e1118c07a4a69
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 2 13:25:07 2010 -0500

    Use GtkSpinner instead of ESpinner (removed).

 configure.ac                                               | 2 +-
 src/account-setup-eplugin/exchange-mapi-account-settings.c | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 6961caa17de3a9f4a8708e74e8845e99284497f6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Apr 6 11:08:49 2010 -0400

    Whitespace and coding style cleanup.

 .../exchange-mapi-account-listener.c               |  172 ++--
 .../exchange-mapi-account-listener.h               |   26 +-
 .../exchange-mapi-account-settings.c               |   26 +-
 .../exchange-mapi-account-setup.c                  |  125 ++-
 .../exchange-mapi-account-setup.h                  |    5 +-
 src/addressbook/e-book-backend-mapi-factory.c      |    5 +-
 src/addressbook/e-book-backend-mapi-gal-factory.c  |    4 +-
 src/addressbook/e-book-backend-mapi-gal.c          |  273 +++---
 src/addressbook/e-book-backend-mapi-gal.h          |    4 +-
 src/addressbook/e-book-backend-mapi.c              |  612 ++++++------
 src/addressbook/e-book-backend-mapi.h              |    5 +-
 src/calendar/e-cal-backend-mapi-factory.c          |    6 +-
 src/calendar/e-cal-backend-mapi-factory.h          |    4 +-
 src/calendar/e-cal-backend-mapi.c                  |  535 +++++-----
 src/calendar/e-cal-backend-mapi.h                  |   12 +-
 src/camel/camel-mapi-folder.c                      |  581 ++++++-----
 src/camel/camel-mapi-folder.h                      |   19 +-
 src/camel/camel-mapi-notifications.c               |   17 +-
 src/camel/camel-mapi-notifications.h               |    4 +-
 src/camel/camel-mapi-private.h                     |    2 +-
 src/camel/camel-mapi-provider.c                    |   25 +-
 src/camel/camel-mapi-store-summary.c               |  102 +-
 src/camel/camel-mapi-store-summary.h               |   22 +-
 src/camel/camel-mapi-store.c                       |  297 +++---
 src/camel/camel-mapi-store.h                       |   30 +-
 src/camel/camel-mapi-summary.c                     |   63 +-
 src/camel/camel-mapi-summary.h                     |   30 +-
 src/camel/camel-mapi-transport.c                   |   19 +-
 src/camel/camel-mapi-transport.h                   |    6 +-
 src/camel/camel-mapi-utils.c                       |  110 +--
 src/camel/camel-mapi-utils.h                       |    4 +-
 src/camel/camel-private.h                          |   27 +-
 .../exchange-mapi-cal-recur-utils.c                |  428 ++++----
 .../exchange-mapi-cal-recur-utils.h                |    2 +-
 src/libexchangemapi/exchange-mapi-cal-tz-utils.c   |   64 +-
 src/libexchangemapi/exchange-mapi-cal-tz-utils.h   |   12 +-
 src/libexchangemapi/exchange-mapi-cal-utils.c      | 1029 ++++++++++----------
 src/libexchangemapi/exchange-mapi-cal-utils.h      |  140 +--
 src/libexchangemapi/exchange-mapi-connection.c     |  506 +++++-----
 src/libexchangemapi/exchange-mapi-connection.h     |  112 ++-
 src/libexchangemapi/exchange-mapi-defs.h           |   53 +-
 src/libexchangemapi/exchange-mapi-folder.c         |   20 +-
 src/libexchangemapi/exchange-mapi-folder.h         |   12 +-
 src/libexchangemapi/exchange-mapi-utils.c          |  136 ++-
 src/libexchangemapi/exchange-mapi-utils.h          |   36 +-
 45 files changed, 2802 insertions(+), 2920 deletions(-)

commit d470eb0751ae9690b2a2b800167041f477d97667
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 6 15:15:49 2010 +0200

    Bug #565964 - Translation issues (added translator's comments)

 src/camel/camel-mapi-folder.c    | 6 +++++-
 src/camel/camel-mapi-store.c     | 1 +
 src/camel/camel-mapi-transport.c | 2 ++
 3 files changed, 8 insertions(+), 1 deletion(-)

commit b950cad63fcb70dd0f4d62ea6a473973c1129005
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 3 20:07:13 2010 -0400

    Adapt to Camel API changes.

 src/camel/camel-mapi-folder.c    | 10 +++++-----
 src/camel/camel-mapi-summary.c   |  3 ---
 src/camel/camel-mapi-transport.c |  2 +-
 src/camel/camel-mapi-utils.c     | 10 +++++-----
 4 files changed, 11 insertions(+), 14 deletions(-)

commit e131a0da7d0d5f1bef5e69b45b8a3c1e4ae1523e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 2 17:20:14 2010 -0400

    Only #include Camel's top-level header.

 po/Makefile.in.in                                  |  4 ++--
 .../exchange-mapi-account-listener.c               |  2 +-
 .../exchange-mapi-account-settings.c               |  4 ----
 .../exchange-mapi-account-setup.c                  |  4 ----
 src/camel/camel-mapi-folder.c                      | 17 +++------------
 src/camel/camel-mapi-folder.h                      |  6 +-----
 src/camel/camel-mapi-notifications.c               |  2 --
 src/camel/camel-mapi-provider.c                    |  5 -----
 src/camel/camel-mapi-store-summary.c               |  5 +----
 src/camel/camel-mapi-store-summary.h               |  3 +--
 src/camel/camel-mapi-store.c                       | 12 -----------
 src/camel/camel-mapi-store.h                       |  5 +----
 src/camel/camel-mapi-summary.c                     |  4 ----
 src/camel/camel-mapi-summary.h                     |  4 +---
 src/camel/camel-mapi-transport.c                   | 24 ----------------------
 src/camel/camel-mapi-transport.h                   |  2 +-
 src/camel/camel-mapi-utils.c                       | 20 ------------------
 17 files changed, 12 insertions(+), 111 deletions(-)

commit be2cd6dc8dfe1ced0f5f43a352201bdddc155e78
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 14:48:41 2010 +0200

    Bug #598564 - Has problems encoding mails containing html

 src/camel/camel-mapi-folder.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit aaaec435506c39d907e0ccf7c1f3fdf0e07a22b6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 12:57:14 2010 +0200

    camel/camel-i18n.h and other headers gone, adapt to it properly

 src/account-setup-eplugin/exchange-mapi-account-listener.c | 2 +-
 src/camel/camel-mapi-notifications.c                       | 2 +-
 src/camel/camel-mapi-provider.c                            | 2 +-
 src/camel/camel-mapi-store-summary.c                       | 1 -
 src/camel/camel-mapi-store.c                               | 2 +-
 src/camel/camel-mapi-store.h                               | 3 ++-
 src/camel/camel-mapi-transport.c                           | 3 ++-
 src/camel/camel-mapi-utils.c                               | 3 ++-
 src/camel/camel-private.h                                  | 1 -
 9 files changed, 10 insertions(+), 9 deletions(-)

commit e708c2d98b5aaa5ea6e3223fdb795420a50b9502
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Mar 28 21:35:10 2010 +0300

    Added Latvian translation.

 po/lv.po | 359 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 359 insertions(+)

commit b28eeba37145df11f06820c6d9683146150ea084
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Mar 28 21:34:54 2010 +0300

    Added Latvian (lv) translation.

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit e4e4eeed1b80db667afbf3686eefdd4eb6b59af0
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Mar 28 17:49:21 2010 +0200

    Update Czech translation by Jiri Eischmann

 po/cs.po | 69 ++++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 43 insertions(+), 26 deletions(-)

commit 64cffd88957922cae049819fe9658771b903da4d
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Mar 28 10:53:11 2010 +0200

    Updated Danish translation

 po/da.po | 170 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 95 insertions(+), 75 deletions(-)

commit a9396ee29276721849052babf71a6e61e78904ef
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Mar 28 00:03:33 2010 +0600

    Updated Bengali translation

 po/bn.po | 212 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 113 insertions(+), 99 deletions(-)

commit 69b871f03f9f6a6453f085890c794ad54f2a05d5
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Sat Mar 27 13:35:49 2010 +0200

    Updated Ukrainian translation

 po/uk.po | 169 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 90 insertions(+), 79 deletions(-)

commit f67c82d1abb09708dc5b7f244a1a40a220ddc42a
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Tue Mar 23 01:29:47 2010 +0100

    Updated Serbian translations

 po/sr.po       | 122 ++++++++++++++++++++++++++++++++-------------------------
 po/sr@latin.po | 122 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 136 insertions(+), 108 deletions(-)

commit 660b21a10acb65781976deeb9ab9ae9ab2053023
Author: Adi Roiban <adi@roiban.ro>
Date:   Mon Mar 22 14:46:35 2010 +0200

    Update Romanian translation

 po/ro.po | 156 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 81 insertions(+), 75 deletions(-)

commit 2d4cb654be879b26251021d0101dadf68bddd0ea
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Mar 21 02:01:14 2010 +0200

    Updated Lithuanian translation

 po/lt.po | 184 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 102 insertions(+), 82 deletions(-)

commit 544014559da5949314395ced05b314361bb46f89
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Mar 20 18:49:31 2010 +0530

    update Punjabi Translation

 po/pa.po | 180 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 101 insertions(+), 79 deletions(-)

commit a0fe0d1ef4920d7c32021a962abb48dcdfb46465
Author: Nikos Bakaoukas <nikolaos.x1@gmail.com>
Date:   Thu Mar 18 23:59:22 2010 +0200

    Updated Greek translation for evolution-mapi

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