2005-06-03 Sarfraaz Ahmed * configure.in : Bumped the version to 2.2.3 * NEWS : Updated Fixed some warnings 2005-04-22 Sushma Rai * storage/exchange-config-listener.[ch] (requires_relogin): Check for the change in auth type, only if it is set. 2005-04-22 Sushma Rai * storage/exchange-config-listener.[ch] (add_esources): Removed. (add_account_esources): Added new to create e-sources for all the folders. (add_folder_esource): Added new to create e-source for a given folder. (add_sources): Creating a list which contains folder name, uri and type for all the folders, which is used in add_account_sources(). Moved finding the source list and list_sync() in add_account_esources() instead of add_sources(). (remove_esource): Removed. (remove_account_esources): Added new to remove e-sources for all the folders. (remove_account_esource): Added new to remove e-sources for all folders of given type. (remove_folder_esource): Added new, to remove e-source for a specified folder. (requires_relogin): Checking for auth-mechanism and SSL. (account_changed): Calling remove_account_esources(). * storage/e-folder-exchange.c (e_folder_exchange_delete): Calling remove_folder_esource(). (e_folder_exchange_new): Calling add_folder_esource(). * storage/exchange-hierarchy-gal.c (exchange_hierarchy_gal_new): Similar. * storage/exchange-hierarchy-webdav.c (xfer_folder): Similar. * storage/exchange-hierarchy-favorites.c (remove_folder): Similar. * storage/exchange-hierarchy-foreign.c (remove_folder): Similar. (exchange_hierarchy_foreign_add_folder): Similar. 2005-05-11 Sushma Rai * addressbook/e-book-backend-exchange.c (func_match): Forming the search filter for contacts with nickname property. * addressbook/e-book-backend-gal.c (func_is_or_begins_with): Added mailNickname (alias) attribute to LDAP search filter. Also mapping mailNickname to E_CONTACT_NICKNAME in structure prop_info. Fixes #255756. 2005-06-01 Harry Lu * storage/exchange-component.c: (impl_createControls): should add view instead of a NULL control. 2005-05-25 Sarfraaz Ahmed * addressbook/e-book-backend-gal.c : Added a mutex for the ldap connection, so that access to the ldap server is locked while gal_reconnect is in progress. Fixes #305398 2005-05-09 Vivek Jain **Fixes #273846 * calendar/e-cal-backend-exchange.c: (get_attach_file_contents), Modified the function to take length as an argument, so that we can return no of bytes in the file. (build_msg): pass the len pointer and use this length for writing the file 2005-04-07 Sarfraaz Ahmed * configure.in : Bumped to 2.2.2 * NEWS : Updated