commit 25f3b8cf347fe66e1818f5177c105e87ea3e04a5 Author: Matthew Barnes 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 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 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 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 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 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 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 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 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 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 Date: Mon Jul 16 08:53:05 2012 +0200 NEWS update for 3.5.4 NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)