2006-03-14  Christian Kellner <gicmo@gnome.org>

	Reviewed and committed by Carsten Guenther <carsten.guenther@scalix.com>
	Fixes Scalix bugs 11247 and 11248.

	* Makefile.am: Add eplugin.mk to EXTRA_DIST so
	it is getting included in the tarball. (Fixes #334585)

2006-03-15  Christian Kellner  <gicmo@gnome.org>

	Reviewed and committed by Carsten Guenther <carsten.guenther@scalix.com>
	Fixes Scalix bug 11243.

	* configure.in:
	* camel/camel-scalix-store.c:
	Added support for SSL (fixes #332227)

2006-03-15  Christian Kellner  <gicmo@gnome.org>

	Reviewed and committed by Carsten Guenther <carsten.guenther@scalix.com>
	Fixes Scalix bug 11245.

	* camel/camel-scalix-extensions.c: (scalix_engine_nstring),
	(parse_scalix_id): Optimized parsing of X-Scalix-ID output to
	deal with non-ascii characters in login names. (fixes #332002)

2006-03-15  Christian Kellner  <gicmo@gnome.org>

	Reviewed and committed by Carsten Guenther <carsten.guenther@scalix.com>

	* camel/camel-scalix-store-summary.c: (load_namespaces),
	(save_namespaces): Initialize some variables to make gcc happy.

2006-03-15  Christian Kellner  <gicmo@gnome.org>

	Committed by Carsten Guenther <carsten.guenther@scalix.com>

	* CVSVERSION: Added to enable automtic decetion of cvs checkouts
	which will enable stricter gcc flags.

2006-03-15  Christian Kellner  <gicmo@gnome.org>

	Committed by Carsten Guenther <carsten.guenther@scalix.com>
	Fixes Scalix bug 11246 (Gnome 331389)

	* configure.in:
	* libescalix/Makefile.am:
	* libescalix/scalix-object-cache.c:
	Add --with-libdb configure command line switch to enable
	external linking of the berkeley db (needed for debian/unbuntu
	and future versions of evolution)

	* libescalix/db.h:
	Move to db-local.h so we can differ between the file included
	in our source and the one installed system-wide.

	* addressbook/e-book-backend-scalix.c:
	Remove uneccesary libedataserver/e-util.h include.

	* calendar/e-cal-backend-scalix.c:
	(container_object_removed_cb), (receive_objects):
	E-d-s API change.

	* camel/camel-scalix-folder.c:
	camel_mkdir has been removed in evo 2.6. Use e_util_mkdir_hier
	instead.

	* libescalix/scalix-appointment.c:
	* libescalix/scalix-container.c:
	Add EAPI_CHECK_VERSION ifdefs to make it build with evo 2.6
	(e-util/e-account.h and e-util/e-account-list.h has been moved to
	libedataserver/e-account.h and libedataserver/e-account-list.h)

2006-03-06  Carsten Guenther <carsten.guenther@scalix.com>

	* camel/camel-scalix-engine.c:
	Removed some debug output.

