2006-05-15 Harish Krishnaswamy * configure.in: Append -DLDAP_DEPRECATED to LDAP_CFLAGS and do not overwrite the value. 2006-05-12 Brian Pepple * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas 2006-05-12 Sushma Rai * configure.in : Bumped the version to 2.7.2 * NEWS : Updated 2006-05-12 Sankar P * Committed on behalf of Patrick Ohly * camel-stub.c: (stub_send_internal): Adds a NULL check before proceeding further 2006-05-11 Chenthill Palanisamy Fix #341229 * calendar/e-cal-backend-exchange-calendar.c: (modify_object_with_href): Set the old object so that it gets refreshed properly. 2006-05-11 Chenthill Palanisamy Fixes #339561 * calendar/e-cal-backend-exchange-calendar.c: (modify_object_with_href): check for modification of end times. 2006-05-11 Chenthill Palanisamy Fixes #339827 * calendar/e-cal-backend-exchange-calendar.c: (add_vevent), (get_changed_events), (create_object), (modify_object), (modify_object_with_href), (remove_object), (receive_objects), (book_resource), (discard_alarm): * calendar/e-cal-backend-exchange-tasks.c: (get_changed_tasks), (create_task_object), (modify_task_object), (receive_task_objects), (remove_task_object): * calendar/e-cal-backend-exchange.c: (e_cal_backend_exchange_cache_sync_end), (e_cal_backend_exchange_cache_lock), (e_cal_backend_exchange_cache_unlock), (get_object), (get_object_list), (start_query), (init), (finalize): * calendar/e-cal-backend-exchange.h: Set the cache lock while accessing the components from the hash table. 2006-05-10 Sushma Rai * storage/exchange-autoconfig-wizard.c (owa_page_next): Corrected the support page URL in the error message. Fixes #334035. 2006-05-10 Vandana Shenoy B * addressbook/e-book-backend-exchange.c (proppatch_address): Added a check for modifying a contact. Fixes #330265. 2006-05-10 Sushma Rai * mail/mail-stub-exchange.c (subscribe_folder): Not adding the toplevel "All Public Folders" to the list of favorite folders. Fixes #339277. 2006-05-10 Sushma Rai * mail/mail-stub-exchange.c (unsubscribe_folder): Extracting the folder name instead of folder patch. Fixes the issue of unsubscribing the sub favorite folders. Related to bug #268412. 2006-05-04 Jeffrey Stedfast Fix for the hang in Novell bug #166987 and gnome bugzilla bug #322897 * camel/camel-stub.c (status_main): Create a CamelOperation context so our main-loop/reads/writes can all be cancelled. (finalize): Call camel_operation_cancel() on the stub's CamelOperation so that the status_main thread exits more-or-less immediately rather than hanging indefinitely in a system read() call. * camel/camel-stub-marshal.c (do_read): Use camel_read() so the read is cancellable. (camel_stub_marshal_flush): Use camel_write(). 2006-05-02 Kjartan Maraas * configure.in: More LDAP build fixing from Sushuma Rai Closes bug #325957 2006-04-26 Sushma Rai * configure.in : Corrected the EVOLUTION_API_VERSION and EDS_BASE_VERSION and bumped the version to 2.7.1.1