2004-08-13 Dan Winship * configure.in: Bump version to 1.5.93 2004-08-13 Rodney Dawes * acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted and determined in testing 2004-08-13 Rodney Dawes * acinclude.m4: Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes} Sync with e-d-s acinclude.m4 (Adds GTK_DOC_CHECK) 2004-08-13 Frederic Crozat * configure.in: Add another krb5 headers options, fix small errors in previous commit. 2004-08-13 Sarfraaz Ahmed * storage/exchange-delegates.c (exchange_delegates): Checking for NULL account. The tree view was returning a NULL account. This fixes #62248 * calendar/e-cal-backend-exchange-calendar.c (update_x_properties): Fixed a build break. 2004-08-13 Sushma Rai * storage/exchange-autoconfig-wizard.c: (autoconfig_gui_apply) Not allowing the user to create new account if already one account exists. (is_active_exchange_account): Checks if account exists and active. Fixes #61330 2004-08-12 Frederic Crozat * configure.in: Add option to specify location of kerberos 5 libraries. Needed for 64bits support. 2003-08-12 Sarfraaz Ahmed * calendar/e-cal-backend-exchange-calendar.c: (update_x_properties) Modified the logic to now use separate flags. This fixes #62852 2003-08-12 Sushma Rai * storage/exchange-account.c (get_password): Incoporated e_passwords_ask_password() API change. 2004-08-12 Sarfraaz Ahmed * calendar/e-cal-backend-exchange-calendar.c (remove_object): Remove recurrences only if rid is not NULL. This fixes the crash in #62631 2004-08-12 Sarfraaz Ahmed * calendar/e-cal-backend-exchange-calendar.c (discard_alarm): Moved this from e-cal-backend-exchange.c, since this should be in the calendar derived class and not in the abstract class. This fixes #45103 * calendar/e-cal-backend-exchange.c (discard_alarm): Now just returns an error (remove_calendar): Removed some warnings. 2004-08-12 Sushma Rai * lib/e2k-context.c (write_prop): Checking for value of property being NULL. This fixes the crash #62259, But Internet Newsgroup folder disappears from favorite folders list on restart, which needs to be fixed. 2004-08-11 Sushma Rai * storage/exchange-config-listener.c (account_changed): Removing the source groups with old account name, when account name is changed. Fixes #61332 2004-08-09 Ankit Patel * configure.in: Added Gujarati & Panjabi 2004-08-07 Runa Bhattacharjee * configure.in: Added Bengali (bn) Locale 2004-08-07 Sushma Rai * mail/mail-stub-exchange.c (get_folder_info): Handling favorite folder and foreign folder hierarchies, to display users favorite public mail folders and subscribed mail folders. (account_new_folder): ditto (account_removed_folder): ditto 2004-08-05 Dan Winship * lib/e2k-context.c (e2k_context_transfer_start): Make this split the source_hrefs into groups of E2K_CONTEXT_MAX_BATCH_SIZE so that we don't freak out the server when moving large numbers of messages. (Eg, deleting everything in my Spam folder.) 2004-08-05 Sushma Rai * addressbook/e-book-backend-exchange.c (e_book_backend_exchange_remove): Returning error, instead of disabling delete option in contacts view. * calendar/e-cal-backend-exchange.c (remove_calendar): ditto Temporary fix for #57129. 2004-08-05 Sarfraaz Ahmed * calendar/e-cal-backend-exchange.c (discard_alarm): Implemented Fixes #45103 2004-08-04 Dan Winship * README: remove "this is SOOOO beta" message since we've been shipping snaps for quite a while now 2004-08-04 Sarfraaz Ahmed * calendar/e-cal-backend-exchange-calendar.c (book_resource): Implemented the code to book the calendar of a resource object. (send_objects): Added code to send mails to all attendees. 2004-08-03 Sushma Rai * storage/exchange-hierarchy-foreign.c (remove_folder): Emitting the "removed_folder" signal after ESource cleanup. Fixes a crash while unsubscribing other user's folder.