commit 9d0f761061e4ce4f4da134ed562e2431929fe09b Author: Chenthill Palanisamy Date: Mon Oct 18 18:44:35 2010 +0530 News update for 2.91.1 release NEWS | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) commit 6a692683f4503ffb7e0708c7ca69cd3aa53da4e0 Author: Vibha Yadav Date: Mon Oct 18 11:04:48 2010 +0530 Bug #558478 - Autocompletion inserts comma. Retrieve the text of gtk_entry again. libedataserverui/e-name-selector-entry.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 754b9f9581ea66c0da419ba6f2e78a5874ca1980 Author: Pacho Ramos Date: Sun Oct 17 13:17:14 2010 -0400 Bug 632376 - Rewind in camel-disco-diary to fix a crash camel/camel-disco-diary.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f6a1d8754a83fe147ef89cc29dcff4cf8c19ce0c Author: Matthew Barnes Date: Sat Oct 16 20:56:15 2010 -0400 Fix build issue when not using Kerberos. Apparently when building without Kerberos support the entire contents of camel-sasl-gssapi.c is omitted, which breaks generating API docs because camel-scan.c expects a camel_sasl_gssapi_get_type() regardless. With this commit, when building with Kerberos support, CamelSaslGssapi is still a registered CamelSasl subclass but it does absolutely nothing and is never used by Camel's SASL support. camel/camel-sasl-gssapi.c | 49 +++++++++++++++++++++++++++++--------------- 1 files changed, 32 insertions(+), 17 deletions(-) commit 7943d5e1cf0e8164f309c12504f7d130697108ec Author: Kjartan Maraas Date: Sat Oct 16 18:54:40 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 2023 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1017 insertions(+), 1006 deletions(-) commit 9c5ad309843caae9b40cc7989e712eb5f9cc9e3d Author: Milan Crha Date: Fri Oct 15 11:34:34 2010 +0200 Opening default/system addressbook doesn't always work addressbook/libebook/e-book.c | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) commit ab7a5fb0b5fb42a1e83c03e6776deeda3e577f85 Author: Chenthill Palanisamy Date: Thu Oct 14 23:15:03 2010 +0530 Prefix soup_soap_(message/response) with e_soap and add it in libedataserver so that groupwise, evolution-ews and evolution-sync for ews libedataserver/Makefile.am | 4 + libedataserver/e-soap-message.c | 816 ++++++++++++++++++++++++++++++++++++++ libedataserver/e-soap-message.h | 96 +++++ libedataserver/e-soap-response.c | 578 +++++++++++++++++++++++++++ libedataserver/e-soap-response.h | 68 ++++ 5 files changed, 1562 insertions(+), 0 deletions(-) commit 003ebce339da16d5226c6b4cf6a1151ac7affd2e Author: Milan Crha Date: Thu Oct 14 18:18:39 2010 +0200 Google contacts - do not drop all URLs/events on update addressbook/backends/google/util.c | 55 ++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 2 deletions(-) commit 1124cc40ee8af27399123c4caec7f5834cb9f4d6 Author: Milan Crha Date: Thu Oct 14 13:03:53 2010 +0200 Bug #534369 - New mail notifications for local Inbox don't work camel/providers/local/camel-local-folder.c | 15 ++------ camel/providers/local/camel-local-store.c | 49 +++++++++++++++++++++++++++ camel/providers/local/camel-local-store.h | 4 ++ camel/providers/local/camel-maildir-store.c | 7 +++- camel/providers/local/camel-mbox-store.c | 14 +++++--- camel/providers/local/camel-mh-store.c | 7 +++- camel/providers/local/camel-spool-store.c | 4 +- 7 files changed, 79 insertions(+), 21 deletions(-) commit bad12c46deca895b2f82ac755c52b2e8105c6796 Author: Milan Crha Date: Thu Oct 14 10:38:18 2010 +0200 Bug #630358 - Google contacts doesn't sync anniversary .../backends/google/e-book-backend-google.c | 1 + addressbook/backends/google/util.c | 64 +++++++++++++++++++- 2 files changed, 62 insertions(+), 3 deletions(-) commit f1e2603da7370141d4c5a403ef1152b63dc81995 Author: Milan Crha Date: Wed Oct 13 17:21:09 2010 +0200 Bug #608557 - CamelOfflineJournal can call fclose with NULL camel/camel-offline-journal.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit b1c896efc3d2d2abe4bff27a3afd353730375268 Author: Milan Crha Date: Wed Oct 13 12:22:21 2010 +0200 Bug #630358 - Google contacts doesn't sync birthday and URL .../backends/google/e-book-backend-google.c | 20 ++++- addressbook/backends/google/util.c | 82 ++++++++++++++++++++ configure.ac | 8 +- 3 files changed, 105 insertions(+), 5 deletions(-) commit ef24183c4c53d8861476fe143a1b034e901272e0 Author: Matthew Barnes Date: Mon Oct 11 14:19:18 2010 -0400 Skip leading whitespace in mime_part_get_header(). Return value points to first non-whitespace character in header value. camel/camel-mime-part.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit a2204c7867ac6189de58af695445788823d95b4a Author: Matej Urbančič Date: Tue Oct 12 20:07:53 2010 +0200 Updated Slovenian translation po/sl.po | 114 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 59 insertions(+), 55 deletions(-) commit 0341e670c234017441c6ac74e2aa52db3446a843 Author: Matthew Barnes Date: Mon Oct 11 11:13:39 2010 -0400 Fix "since" tags in API docs. Since: 2.34 -> Since: 2.92 camel/camel-cipher-context.c | 34 ++++++------ camel/camel-data-wrapper.c | 18 +++--- camel/camel-folder.c | 38 +++++++------- camel/camel-mime-part.c | 6 +- camel/camel-offline-folder.c | 6 +- camel/camel-sasl.c | 10 ++-- camel/camel-store.c | 72 +++++++++++++------------- camel/camel-transport.c | 6 +- docs/reference/camel/camel-docs.sgml | 6 +- docs/reference/camel/tmpl/camel-folder.sgml | 9 +++ 10 files changed, 107 insertions(+), 98 deletions(-) commit 24446cde6be0c3edcdb41520e0a433c99d17f9f9 Author: Matthew Barnes Date: Mon Oct 11 10:57:56 2010 -0400 Add a CamelFolder:uri property. Replaces mail_tools_folder_to_url() in Evolution. The URI is computed on-demand and then cached, so the return value is const. Renaming the folder invalidates the cached URI and emits a "notify::uri" signal. camel/camel-folder.c | 88 ++++++++++++++++++++++++++- camel/camel-folder.h | 1 + docs/reference/camel/camel-sections.txt | 1 + docs/reference/camel/tmpl/camel-folder.sgml | 5 ++ 4 files changed, 93 insertions(+), 2 deletions(-) commit fba927b873c5dd5f8341faeec070bf51d8105123 Author: Matthew Barnes Date: Sun Oct 10 12:59:41 2010 -0400 Bug 631594 - Various races in CamelOperation camel/camel-operation.c | 119 +++++++++++++++++++++++++++++------------------ 1 files changed, 74 insertions(+), 45 deletions(-) commit de94b7f564d4c7a49585cd2860a1ff4eeaeecfa4 Author: Jorge González Date: Sat Oct 9 13:08:28 2010 +0200 Updated Spanish translation po/es.po | 248 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 126 insertions(+), 122 deletions(-) commit a77bbc3c466fc403ba767fd35921d85a36fae7ee Author: Milan Crha Date: Fri Oct 8 14:42:30 2010 +0200 Include also reason_phrase on libsoup errors .../backends/webdav/e-book-backend-webdav.c | 35 ++++++++++++++++--- calendar/backends/caldav/e-cal-backend-caldav.c | 26 +++++++++----- calendar/backends/http/e-cal-backend-http.c | 3 +- 3 files changed, 48 insertions(+), 16 deletions(-) commit a27b2b09b09cba9eacdd6ecf236fbdcd52300d1a Author: Milan Crha Date: Fri Oct 8 09:31:00 2010 +0200 Bug #347520 - Names containing a dot in address parsed incorrectly camel/camel-mime-utils.c | 25 +++++++++++++++++++++ camel/tests/lib/address-data.h | 27 +++++++++++++++++++++++ camel/tests/lib/camel-test.c | 1 + camel/tests/message/test2.c | 47 ++++++++++++++++++++++++++++++++++++++- 4 files changed, 98 insertions(+), 2 deletions(-) commit 237ae0ddc6144fd8e31b5e395ab5a1633cae0c57 Author: Javier Jardón Date: Fri Oct 8 04:42:57 2010 +0200 autogen.sh: remove unneded call to autopoint It's already called in gnome-autogen.sh autogen.sh | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 0cfa295313253f721810ede126fd9e09deb46c46 Author: Matthew Barnes Date: Thu Oct 7 12:27:52 2010 -0400 CamelOperation: Try to avoid crashing on refcount errors. Sanity check the StatusNode passed to the idle callback so that we emit a runtime warning rather than crash if the CamelOperation has already been finalized. camel/camel-operation.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 22159c900cd89fb75c168df9b7038ea31ccf2fc2 Author: Jorge González Date: Thu Oct 7 14:38:16 2010 +0200 Updated Spanish translation po/es.po | 2070 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1037 insertions(+), 1033 deletions(-) commit 6863f2c1b05b7e3ae2b82ba6e98c86542ba2a6e5 Author: Milan Crha Date: Thu Oct 7 13:49:47 2010 +0200 Bug #630361 - Categories editing fixes libedataserver/e-categories.c | 63 +++++++++++++++++++++++--------- libedataserverui/e-categories-dialog.c | 24 +++++++++++- 2 files changed, 67 insertions(+), 20 deletions(-) commit 2a86f9532ed5eb16dae57276d8a8f815055f9c76 Author: Javier Jardón Date: Thu Oct 7 04:50:18 2010 +0200 Really fix srcdir != builddir builds. autogen.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 545faf61df8faa11ee1936f3d8b6f963d876970b Author: Matej Urbančič Date: Wed Oct 6 15:07:14 2010 +0200 Updated Slovenian translation po/sl.po | 2078 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1045 insertions(+), 1033 deletions(-) commit 821747af30cb25382b35dc8845c9bac154e21603 Author: Matthew Barnes Date: Tue Oct 5 11:29:28 2010 -0400 Limit libgdata support to 0.6. libgdata 0.7 will break API. We don't want to deal with that until 0.7 is released, so cap the supported version. configure.ac | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 6954a545ac771ab999251c43c56ed4d4f673acb0 Author: Javier Jardón Date: Tue Oct 5 08:10:41 2010 -0400 Fix srcdir != builddir builds. autogen.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d3cdc32528cc69cd72834ebe2b78118853361a24 Author: Milan Crha Date: Tue Oct 5 16:27:46 2010 +0200 Bug #630889 - Use-after-free while sending messages camel/camel-mime-filter-progress.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 09d8e8e7fab84c3eeea9a7a78bdeec6c6b722314 Author: Matthew Barnes Date: Tue Oct 5 08:02:40 2010 -0400 Bug 631404 - Stop shipping a Locations.xml calendar/backends/weather/Locations.xml.in | 736 ---------------------------- calendar/backends/weather/Makefile.am | 10 - 2 files changed, 0 insertions(+), 746 deletions(-) commit a948e4d2dcbe7287f34ac67a99dcbe496aca1fb2 Author: Luca Ferretti Date: Mon Oct 4 23:41:00 2010 +0200 Change %-H to %k in Italian translation (should fix bug #631122) po/it.po | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 6bd5f90eec37a4c3b3bbc5c72d47d07fc8926bf0 Author: Matthew Barnes Date: Mon Oct 4 12:44:40 2010 -0400 Post-release version bump. calendar/backends/file/Makefile.am | 19 ++++++++++--------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-)