summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 2.91.1.1 release.EVOLUTION_DATA_SERVER_2_91_1_1gnome-2-91-1Matthew Barnes2010-10-202-1/+6
|
* Bug 632687 - Doesn't build against gtk+ 2.91.1Matthew Barnes2010-10-202-2/+8
|
* News update for 2.91.1 releaseEVOLUTION_DATA_SERVER_2_91_1Chenthill Palanisamy2010-10-181-0/+31
|
* Bug #558478 - Autocompletion inserts comma.Vibha Yadav2010-10-181-0/+1
| | | | Retrieve the text of gtk_entry again.
* Bug 632376 - Rewind in camel-disco-diary to fix a crashPacho Ramos2010-10-171-0/+1
|
* Fix build issue when not using Kerberos.Matthew Barnes2010-10-161-17/+32
| | | | | | | | | | 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.
* Updated Norwegian bokmål translationKjartan Maraas2010-10-161-1006/+1017
|
* Opening default/system addressbook doesn't always workMilan Crha2010-10-151-1/+18
|
* Prefix soup_soap_(message/response) with e_soap and add it in libedataserver ↵Chenthill Palanisamy2010-10-145-0/+1562
| | | | so that groupwise, evolution-ews and evolution-sync for ews
* Google contacts - do not drop all URLs/events on updateMilan Crha2010-10-141-2/+53
|
* Bug #534369 - New mail notifications for local Inbox don't workMilan Crha2010-10-147-21/+79
|
* Bug #630358 - Google contacts doesn't sync anniversaryMilan Crha2010-10-142-3/+62
|
* Bug #608557 - CamelOfflineJournal can call fclose with NULLMilan Crha2010-10-131-2/+7
|
* Bug #630358 - Google contacts doesn't sync birthday and URLMilan Crha2010-10-133-5/+105
|
* Skip leading whitespace in mime_part_get_header().Matthew Barnes2010-10-121-1/+8
| | | | Return value points to first non-whitespace character in header value.
* Updated Slovenian translationMatej Urbančič2010-10-121-55/+59
|
* Fix "since" tags in API docs.Matthew Barnes2010-10-1110-98/+107
| | | | Since: 2.34 -> Since: 2.92
* Add a CamelFolder:uri property.Matthew Barnes2010-10-114-2/+93
| | | | | | 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.
* Bug 631594 - Various races in CamelOperationMatthew Barnes2010-10-101-45/+74
|
* Updated Spanish translationJorge González2010-10-091-122/+126
|
* Include also reason_phrase on libsoup errorsMilan Crha2010-10-083-16/+48
|
* Bug #347520 - Names containing a dot in address parsed incorrectlyMilan Crha2010-10-084-2/+98
|
* autogen.sh: remove unneded call to autopointJavier Jardón2010-10-081-6/+0
| | | | It's already called in gnome-autogen.sh
* CamelOperation: Try to avoid crashing on refcount errors.Matthew Barnes2010-10-071-0/+4
| | | | | | 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.
* Updated Spanish translationJorge González2010-10-071-1033/+1037
|
* Bug #630361 - Categories editing fixesMilan Crha2010-10-072-20/+67
|
* Really fix srcdir != builddir builds.Javier Jardón2010-10-071-1/+3
|
* Updated Slovenian translationMatej Urbančič2010-10-061-1033/+1045
|
* Limit libgdata support to 0.6.Matthew Barnes2010-10-051-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.
* Fix srcdir != builddir builds.Javier Jardón2010-10-051-0/+2
|
* Bug #630889 - Use-after-free while sending messagesMilan Crha2010-10-051-1/+1
|
* Bug 631404 - Stop shipping a Locations.xmlMatthew Barnes2010-10-052-746/+0
|
* Change %-H to %k in Italian translation (should fix bug #631122)Luca Ferretti2010-10-041-10/+10
|
* Post-release version bump.Matthew Barnes2010-10-042-10/+11
|
* Fix distcheck errors.EVOLUTION_DATA_SERVER_2_91_0Matthew Barnes2010-10-041-10/+13
|
* NEWS update for 2.91.0 release.Matthew Barnes2010-10-041-135/+234
|
* Temporarily disable EBook tests.Matthew Barnes2010-10-041-30/+36
| | | | | | | | | The test fixture for EBook tests works by hacking the old "file://absolute/path/to/source-uid" URIs for local ESources. But local ESource URIs are now just "local:source-uid", so we need to figure out a different way to set up the test fixture. Disabling these tests for now so I can still run "make distcheck".
* Avoid passing NULL to g_strstrip in e_contact_get calls (part ][)Milan Crha2010-10-041-5/+5
|
* Collect Camel flags into enum types.Matthew Barnes2010-10-0340-917/+978
| | | | | | | | | | | | | | Camel has many struct members and function parameters named 'flags'. Using a plain integer type for these can lead to confusion about which flag definitions are expected. This collects flag values into enumeration types, and changes the struct member or function parameter type from a plain integer type to the proper enumeration type. TODO: Collect enum types into a camel-enums.h file and let GObject generate GTypes for each of them so they can be used properly in GObject properties, GtkTreeModel columns, etc.
* Coding style cleanup.Matthew Barnes2010-10-0332-187/+187
|
* Update MAINTAINERCLEANFILES.Matthew Barnes2010-10-032-5/+85
|
* Coding style and whitespace cleanup.Matthew Barnes2010-10-0319-119/+120
|
* Change version to 2.91.0.Matthew Barnes2010-10-031-4/+4
| | | | In accordance with http://live.gnome.org/TwoPointNinetyone.
* CamelStore: Forgot a part in store_get_folder_info()Matthew Barnes2010-10-011-0/+3
|
* No need to allocate colors with cairo drawingWilliam Jon McCann2010-10-012-4/+1
|
* IMAPX: Use a CamelOperation, not GCancellable in the parser threadMatthew Barnes2010-10-012-1/+3
|
* Use upstream gettext instead glib oneJavier Jardón2010-09-302-1/+5
|
* Don't link libebook to GTK+.Matthew Barnes2010-09-301-2/+2
|
* Emit CamelFolder and CamelStore signals from idle callbacks.Matthew Barnes2010-09-308-63/+329
| | | | | | | | | | Clients will likely have to redirect these signals back to the main loop thread anyway, so save them the pain. This should allow me to remove a bunch more redirection cruft from Evolution. TODO: Check where Camel connects to these signals internally and make sure the signal handlers don't block. Should be easy since most blocking function names now end in "sync".
* Adapt to GtkObject removal in GTK3Javier Jardón2010-09-301-1/+1
|