2008-09-15  Johnny Jacob  <jjohnny@novell.com>

	* evolution/Makefile.am (DISTCLEANFILES): Add TestCache.* .

2008-09-11  Chenthill Palanisamy  <pchenthill@novell.com>

	* evolution/AssemblyInfo.cs.in:
	* evolution/Makefile.am: Used a newly generated sn key as
	the existing evolution-sharp.snk. Removed evolution-sharp.pub
	* configure.in: Updated the API version

2008-09-12  Chenthill Palanisamy  <pchenthill@novell.com>

	* NEWS: Updated the news for 0.17.6
	* configure.in: Bumped the version to 0.17.6
	* evolution/Makefile.am:
	* evolution/evolution-api-1.8.raw:
	* evolution/evolution-api.raw:
	* evolution/src/CalComponent.cs: Ensures the backward
	compatibility to older eds versions.	

2008-09-08  Chenthill Palanisamy  <pchenthill@novell.com>

	* evolution/Evolution.metadata:
	* evolution/Icaltimetype.custom:
	* evolution/Makefile.am:
	* evolution/TestCache.cs:
	* evolution/src/CalComponent.cs:
	* glue/cal/e-cal-glue-comp.c (e_cal_alloc_ecalcomponentdatetime),
	(e_cal_alloc_icaltimetype), (e_cal_glue_set_itt_month),
	(e_cal_glue_get_itt_month), (e_cal_glue_set_itt_year),
	(e_cal_glue_get_itt_year), (e_cal_glue_set_itt_day),
	(e_cal_glue_get_itt_day), (e_cal_glue_set_itt_hour),
	(e_cal_glue_get_itt_hour), (e_cal_glue_set_itt_minute),
	(e_cal_glue_get_itt_minute), (e_cal_glue_set_itt_second),
	(e_cal_glue_get_itt_second), (e_cal_glue_set_itt_is_utc),
	(e_cal_glue_get_itt_is_utc), (e_cal_glue_set_itt_is_date),
	(e_cal_glue_get_itt_is_date), (e_cal_glue_set_itt_is_daylight),
	(e_cal_glue_get_itt_is_daylight), (e_cal_glue_set_itt_zone),
	(e_cal_glue_get_itt_zone), (e_cal_timet_to_ecalcomponentdatetime),
	(e_cal_set_icaltimetype_to_ecalcomponentdatetime): Added the glue for
	setting icaltimetype values.							   

2008-08-28  Chenthill Palanisamy  <pchenthill@novell.com>

	* evolution/CalBackendCache.custom:
	* evolution/TestCache.cs: Added the tests for timezone.	
	* evolution/src/CalComponent.cs: Changed the variable name
	to Value in CalComponentOrganizer.

2008-08-28  Chenthill Palanisamy  <pchenthill@novell.com>

	* evolution/Evolution.metadata:
	* evolution/evolution-api-1.8.raw:
	* evolution/src/CalComponent.cs:
	* sources.xml: Added bindings to libical.

2008-08-28  Chenthill Palanisamy  <pchenthill@novell.com>

	* evolution/Makefile.am:
	* evolution/evolution-api-1.8.raw: Added the bindings for 
	ECalBackend, ECalBackendSExp and ECalBackendCache.
	* evolution/evolution-sharp.dll.config.in: Added libebackend 
	and libedatacal librarues.
	* evolution/src/CalComponent.cs: Added CalComponentId and 
	GetAsString Apis.
	* evolution/src/CalUtil.cs: Added CalMode and BackendStatus
	enums.
	* evolution/CalBackend.custom:
	* evolution/CalBackendCache.custom:
	* evolution/CalBackendSExp.custom: Added the apis with CalComponent as args
	which were not generated.