2005-02-07  Sushma Rai  <rsushma@novell.com>

	* addressbook/e-book-backend-gal.c (func_contains): Handling the
	query with the attribute fileAs. Fixes Gal lookup from user selection
	dialog, which was was not working as the query now is having 
	fileAs=username.

2005-02-04  Sarfraaz Ahmed <asarfraaz@novell.com>
	
	* po/POTFILES.in : Updated with the missing files.

2005-02-04  Sarfraaz Ahmed <asarfraaz@novell.com>

	* calendar/e-cal-backend-exchange.c (set_mode): Fix the race by 
	having a local variable.
	* camel/camel-exchange-store.c (exchange_get_folder_info): The check
	for offline check should actually be done in mail.
	* mail/mail-stub-exchange.c (get_folder)(sync_deletions)
	(refresh_folder_internal)(mail_stub_exchange_new) : Dont contact server 
	when in	offline mode.
	* storage/exchange-account.c (exchange_account_open_folder): Check for 
	offline mode. 
	(exchange_account_is_offline) : A wrapper around the component check
	for offline mode.
	(setup_account_hierarchies) : Extracted this code to be used in offline
	and online modes.
	(exchange_account_connect) : Move code and fix warnings.
	* storage/exchange-account.h : Similar
	* storage/exchange-component.c (new_connection) : check for offline
	(exchange_component_get_account_for_uri) : Dont check for offline here.
	(exchange_component_is_offline) : Returns the component's current state. 
	* storage/exchange-component.h : Similar
	* storage/exchange-hierarchy-favorites.c (get_hrefs) : Scan the offline
	tree when in offline.
	(add_hrefs) : A callback helper method for offline scanning of folders.
	* storage/exchange-hierarchy-foreign.c (scan_subtree) : Pass the online
	and offline status of the component.
	* storage/exchange-hierarchy-somedav.c (scan_subtree) : Similar
	* storage/exchange-hierarchy-webdav.c (create_folder)(remove_folder)
	(xfer_folder)(rescan) : Dont contact server if offline.
	(scan_subtree) : Scan the offline tree stored on disk when offline
	(add_folders) : A helper callback method for offline scanning
	* storage/exchange-hierarchy.c (scan_subtree)
	(exchange_hierarchy_scan_subtree) : Pass on the offline state
	* storage/exchange-hierarchy.h : Similar
	* storage/exchange-storage.c (account_to_storage_result)
	(idle_open_folder) : Set the errors for describing offline mode.

2005-02-04  Sarfraaz Ahmed <asarfraaz@novell.com>

        * addressbook/e-book-backend-gal.c :
        * lib/e2k-types.h :
        * shell/e-folder-creation-dialog.c :
        * shell/e-folder-dnd-bridge.c :
        * shell/e-folder-misc-dialogs.c :
        * shell/e-folder-selection-dialog.c :
        * shell/e-storage.c :
        Should now be using gi18n.h/gi18n-lib.h

2005-02-04  Kostas Papadimas <pkst@gnome.org>

        * configure.in (ALL_LINGUAS): Added 'el' (Greek).

2005-02-02  JP Rosevear  <jpr@novell.com>

	* storage/main.c (main): bind to the GETTEXT_PACKAGE domain, not
	PACKAGE

2005-02-02  Sarfraaz Ahmed <asarfraaz@novell.com>

	* calendar/e-cal-backend-exchange-calendar.c (discard_alarm):
	Fixed a leak
	* calendar/e-cal-backend-exchange.c : Removed a typo.
	* camel/camel-exchange-store.c (make_folder_info): Mark the inbox
	flag which is newly added in camel.
	* camel/camel-stub-constants.h : Declare the new camel flags.
	* mail/mail-stub-exchange.c (get_folder_info): Set the flag for
	inbox folder

2005-02-01  Rodrigo Moya <rodrigo@novell.com>

	* calendar/e-cal-backend-exchange-calendar.c (create_object,
	modify_object_with_href, remove_object): removed usage of
	removed categories API.

2005-01-29  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/exchange-hierarchy-webdav.c (hierarchy_new_folder):
        Check for duplicate entried being added into the hashtable.
        Fixes #68330

2005-01-28  Žygimantas Beručka  <uid0@akl.lt>

	* configure.in (ALL_LINGUAS): Added 'lt' (Lithuanian).

2005-01-27  Sushma Rai  <rsushma@novell.com>

	* exchange-config-listener.[ch] (add_esource)(remove_esource): 
	Changed the arguments for the function. Now reading folder type,
	instead of is_contact_folder flag. 
	Defined Gconf Key values in the header file so that it need not be
	defined by every function calling add/remove esource functions.
	Selecting calendar and tasks automatically, when the account or folder
	is created and unsetting when account or folder is removed.
	(add_sources)(remove_sources): Sending folder type to add_esource()/
	remove_esource() functions. Fixes #71432
	
	* storage/e-folder-exchange.c (e_folder_exchange_new)
	(e_folder_exchange_delete): Similar.

	* storage/exchange-hierarchy-gal.c (exchange_hierarchy_gal_new): Similar
	
	* storage/exchange-hierarchy-foreign.c (remove_folder)
	(exchange_hierarchy_foreign_add_folder): Similar.

	* storage/exchange-hierarchy-favorites.c (remove_folder): Similar.

	* storage/exchange-hierarchy-webdav.c (xfer_folder): Similar.

2005-01-25  Sarfraaz Ahmed <asarfraaz@novell.com>

	* storage/exchange-account.c (exchange_account_connect): Properly
        set use_ntlm when reconnecting to server. This now tries either
        Basic or Plaintext authentication if one of them fails. Patch submitted
        by Soren Hansen and fixes #70730

2005-01-25  Sarfraaz Ahmed <asarfraaz@novell.com>

	* configure.in : Bumped the version to 2.1.4
	* NEWS : Updated
	* addressbook/e-book-backend-exchange.c : fixed some warnings
	* Updated the po files