

*** THIS CHANGELOG IS NO LONGER MAINTAINED; PLEASE REFER TO THE SVN COMMIT LOG !

2007-12-12  Christian Krause  <chkr@plauener.de>

	** Fix for bug #487687

	* src/libical/icalvalue.c: (icalvalue_new_from_string_with_error):
	Do not dereference NULL when a geo parsing error occurs. 

2007-11-16  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #492426 by Robert Noland

	* src/libical/icaltz-util.c: (find_transidx):
	Do not iterate beyond bounds of the array.

2007-10-22  Matthew Barnes  <mbarnes@redhat.com>

	* src/libicalss/icalssyacc.y:
	Add a function declaration for sslex().

	* src/libicalvcal/vcc.y:
	Add a function declaration for mime_lex().

2007-10-04  Milan Crha  <mcrha@redhat.com>

	* src/libical/icaltz-util.c: (icaltzutil_fetch_timezone):
	Fixed leak in this function.

2007-09-10  Chenthill Palanisamy  <pchenthill@novell.com>

	* zoneinfo/Africa/Cairo.ics:
	* zoneinfo/America/Grand_Turk.ics:
	* zoneinfo/America/Havana.ics:
	* zoneinfo/America/Port-au-Prince.ics:
	* zoneinfo/Antarctica/McMurdo.ics:
	* zoneinfo/Antarctica/South_Pole.ics:
	* zoneinfo/Asia/Choibalsan.ics:
	* zoneinfo/Asia/Damascus.ics:
	* zoneinfo/Australia/Broken_Hill.ics:
	* zoneinfo/Australia/Hobart.ics:
	* zoneinfo/Australia/Lord_Howe.ics:
	* zoneinfo/Australia/Sydney.ics:
	* zoneinfo/Pacific/Auckland.ics:
	* zoneinfo/Pacific/Chatham.ics: Updated the timezones.

2007-08-30  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #298788 (bnc)
	* src/libical/icaltz-util.c: (find_transidx),
	(icaltzutil_fetch_timezone): Fixes crash in
	64 bit architectures.

2007-08-28  Ross Burton  <ross@openedhand.com>

	* src/libical/icallangbind.c:
	* src/libical/icalderivedparameter.c.in:
	* src/test/process.c:
	* src/test/regression.c:
	* src/test/regression-storage.c:
	* src/test/testmime.c:
	* src/test/regression-classify.c:
	* src/libicalss/icalset.c:
	Add missing config.h includes (part of #271841)

2007-08-24  Milan Crha  <mcrha@redhat.com>

	** Partial fix for bug #458753 by DULMANDAKH Sukhbaatar

	* zoneinfo/Asia/Ulaanbaatar.ics: Removes DST.

2007-08-21  Wang Xin  <jedy.wang@sun.com>

	* src/libical/icaltz-util.c: Fix #462499. Patch from
	damien.carbery@sun.com.

2007-08-15  Wang Xin  <jedy.wang@sun.com>

	Fix #464252.

	* src/libical/icaltz-util.c: Search zone info in /usr/share/lib/zoneinfo,
	not /usr/share/lib/zoneinfo/tab.
	* src/libical/icaltz-util.h: On Solaris, zone tab is
	/usr/share/zoneinfo/tab/zone_sun.tab. So define ZONES_TAB_SYSTEM_FILENAME
	to "tab/zone_sun.tab" not zone_sun.tab.
	* src/libical/icaltimezone.c: Move ZONES_TAB_SYSTEM_FILENAME to icaltz-util.h
	because it's used by icaltz-util.c too.

2007-08-13  Ross Burton  <ross@openedhand.com>

	* src/libical/sspm.[ch]:
	Add consts to fix compile warnings.

2007-08-09  Jeff Cai<jeff.cai@sun.com>

	* src/libical/icaltimezone.c:
	* src/libical/icaltz-util.c: (set_zone_directory):
	Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris
	Fix #464252

2007-08-01  Veerapuram Varadhan  <vvaradhan@novell.com>

	* Makefile.am:  Define DIST_SUBDIRS and add zoneinfo to it.  Fixes
	build break on release-tarballs.
	
2007-08-01  Chenthill Palanisamy  <pchenthill@novell.com>

	* Makefile.am:
	* configure.in: Install the timezone files only on
	win32 systems.

2007-07-31  Milan Crha  <mcrha@redhat.com>

	** Partially fixes bug #327851

	* src/libical/icaltimezone.c:
	(icaltimezone_get_builtin_timezone_from_tzid):
	Do not check for exact time zone id.

2007-07-31  Matthew Barnes  <mbarnes@redhat.com>

	* src/libical/icaltimezone.c: Fix implicit declaration of
	isspace() by including <ctype.h>.

2007-07-30  Chenthill Palanisamy  <pchenthill@novell.com>

	* src/libical/icaltz-util.[ch]: Updated the license 
	information.

2007-07-30  Chenthill Palanisamy  <pchenthill@novell.com>

	* src/libical/Makefile.am:
	* src/libical/icaltimezone.c: (icaltimezone_get_builtin_timezone),
	(parse_coord), (fetch_lat_long_from_string),
	(icaltimezone_parse_zone_tab),
	(icaltimezone_load_builtin_timezone):
	* src/libical/icaltz-util.c: (decode), (zname_from_stridx),
	(find_transidx), (set_zone_directory),
	(icaltzutil_get_zone_directory), (icaltzutil_fetch_timezone):
	* src/libical/icaltz-util.h: Reads the timezone information from
	the system instead of the timezone files which we maintain. The files
	are not removed since windows systems would still need them.									     
2007-06-09  Loïc Minier  <lool@dooz.org>

	* configure.in: Use more specific "src/libical/ical.h" in AC_INIT()
	instead of the generic "src"; remove AC_CONFIG_AUX_DIR() override
	which was incorrect and was causing rebuilds to fail (#443705)

2007-06-01  Pascal Terjan  <pterjan@linuxfr.org>

	* zoneinfo/Asia/Jerusalem.ics: add a timezone name for 
	Asia/Jerusalem (#425129)

2007-05-24  Pascal Terjan  <pterjan@linuxfr.org>

	* calendar/libical/src/libical/icaltimezone.c: Fix a crash when
	the timezone has no name (#425129)

2007-05-24  Pascal Terjan  <pterjan@linuxfr.org>

	* zoneinfo/Australia/Perth.ics: add a timezone name for 
	Australia/Perth (#425129)

2007-05-18  Matthew Barnes  <mbarnes@redhat.com>

	* src/libical/icalvalue.c: Fix implicit function declarations.

2007-05-12 Dodji Seketeli <dodji@openedhand.com>

	* calendar/libical/src/libical/icalvalue.c:
	  (icalvalue_new_from_string_with_error): add support for parsing
	  GEO properties.


2007-04-16  Ross Burton  <ross@openedhand.com>

	* scripts/mkrestrictiontable.pl:
	* scripts/mkderivedproperties.pl:
	* scripts/mkderivedvalues.pl:
	* scripts/mkderivedparameters.pl:
	* src/libical/icalrestriction.c.in:
	* src/libical/icalrecur.c:
	* src/libical/icalcomponent.c:
	* src/libical/icalenums.c:
	* src/libical/icalmime.c:
	* src/libical/icalerror.c:
	* src/libical/icalerror.h:
	* src/libicalss/icalclassify.c:
	* src/libicalvcal/icalvcal.c:
	* src/libicalvcal/vobject.c:
	Add numerous static and const keywords to move large arrays into
	shared memory (#318176).

2007-04-09  Chenthill Palanisamy  <pchenthill@novell.com>

	Committing on behalf of Thomas Klausner <wiz%@danbala.tuwien.ac.at>
	* configure.in: Use = instead of == for test(1) construct.
	Fixes #362726

2007-03-27  Harish Krishnaswamy <kharish@novell.com>

	* src/libical/icalvalue.c (icalvalue_decode_ical_string) :
	Plug a possible memory leak. Fixes Bug #384044.
	Patch submitted by Matt Davey.

2007-03-05  Chenthill Palanisamy  <pchenthill@novell.com>

	Partly fixes #301363
	* zoneinfo/Africa/Cairo.ics:
	* zoneinfo/Africa/Tunis.ics:
	* zoneinfo/America/Adak.ics:
	* zoneinfo/America/Anchorage.ics:
	* zoneinfo/America/Araguaina.ics:
	* zoneinfo/America/Asuncion.ics:
	* zoneinfo/America/Boise.ics:
	* zoneinfo/America/Cambridge_Bay.ics:
	* zoneinfo/America/Chicago.ics:
	* zoneinfo/America/Cuiaba.ics:
	* zoneinfo/America/Dawson.ics:
	* zoneinfo/America/Denver.ics:
	* zoneinfo/America/Detroit.ics:
	* zoneinfo/America/Edmonton.ics:
	* zoneinfo/America/Fortaleza.ics:
	* zoneinfo/America/Glace_Bay.ics:
	* zoneinfo/America/Goose_Bay.ics:
	* zoneinfo/America/Halifax.ics:
	* zoneinfo/America/Indiana/Indianapolis.ics:
	* zoneinfo/America/Indiana/Knox.ics:
	* zoneinfo/America/Indiana/Marengo.ics:
	* zoneinfo/America/Indiana/Vevay.ics:
	* zoneinfo/America/Inuvik.ics:
	* zoneinfo/America/Iqaluit.ics:
	* zoneinfo/America/Juneau.ics:
	* zoneinfo/America/Kentucky/Louisville.ics:
	* zoneinfo/America/Kentucky/Monticello.ics:
	* zoneinfo/America/Los_Angeles.ics:
	* zoneinfo/America/Maceio.ics:
	* zoneinfo/America/Menominee.ics:
	* zoneinfo/America/Miquelon.ics:
	* zoneinfo/America/Montevideo.ics:
	* zoneinfo/America/Montreal.ics:
	* zoneinfo/America/Nassau.ics:
	* zoneinfo/America/New_York.ics:
	* zoneinfo/America/Nipigon.ics:
	* zoneinfo/America/Nome.ics:
	* zoneinfo/America/North_Dakota/Center.ics:
	* zoneinfo/America/Pangnirtung.ics:
	* zoneinfo/America/Port-au-Prince.ics:
	* zoneinfo/America/Rainy_River.ics:
	* zoneinfo/America/Rankin_Inlet.ics:
	* zoneinfo/America/Recife.ics:
	* zoneinfo/America/Sao_Paulo.ics:
	* zoneinfo/America/Shiprock.ics:
	* zoneinfo/America/St_Johns.ics:
	* zoneinfo/America/Thule.ics:
	* zoneinfo/America/Thunder_Bay.ics:
	* zoneinfo/America/Vancouver.ics:
	* zoneinfo/America/Whitehorse.ics:
	* zoneinfo/America/Winnipeg.ics:
	* zoneinfo/America/Yakutat.ics:
	* zoneinfo/America/Yellowknife.ics:
	* zoneinfo/Asia/Almaty.ics:
	* zoneinfo/Asia/Amman.ics:
	* zoneinfo/Asia/Aqtau.ics:
	* zoneinfo/Asia/Aqtobe.ics:
	* zoneinfo/Asia/Baku.ics:
	* zoneinfo/Asia/Bishkek.ics:
	* zoneinfo/Asia/Choibalsan.ics:
	* zoneinfo/Asia/Colombo.ics:
	* zoneinfo/Asia/Damascus.ics:
	* zoneinfo/Asia/Dili.ics:
	* zoneinfo/Asia/Gaza.ics:
	* zoneinfo/Asia/Hovd.ics:
	* zoneinfo/Asia/Istanbul.ics:
	* zoneinfo/Asia/Jerusalem.ics:
	* zoneinfo/Asia/Karachi.ics:
	* zoneinfo/Asia/Tbilisi.ics:
	* zoneinfo/Asia/Tehran.ics:
	* zoneinfo/Asia/Ulaanbaatar.ics:
	* zoneinfo/Atlantic/Bermuda.ics:
	* zoneinfo/Australia/Adelaide.ics:
	* zoneinfo/Australia/Broken_Hill.ics:
	* zoneinfo/Australia/Hobart.ics:
	* zoneinfo/Australia/Lord_Howe.ics:
	* zoneinfo/Australia/Melbourne.ics:
	* zoneinfo/Australia/Perth.ics:
	* zoneinfo/Australia/Sydney.ics:
	* zoneinfo/Europe/Istanbul.ics:
	* zoneinfo/Europe/Vilnius.ics:
	* zoneinfo/Pacific/Chatham.ics:
	* zoneinfo/Pacific/Tongatapu.ics: Updated timezone information.

2006-12-03  Harish Krishnaswamy  <kharish@novell.com>

	* calendar/libical/src/libical/icalvalue.c:
	(icalvalue_decode_ical_string): Fix a potential buffer
	over-run.

2006-09-21  Chenthill Palanisamy  <pchenthill@novell.com>

	* zoneinfo/Asia/Jerusalem.ics: Updated the right
	timezone for Jerusalem.

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

	Fixes #301363
	* zoneinfo/America/Los_Angeles.ics:
	* zoneinfo/Asia/Jerusalem.ics: Updating the timezone
	information.

	Committing the patch from Roozbeh Pournader <roozbeh@farsiweb.info>

2006-08-14  Ricardo Markiewicz <rmarkie@fi.uba.ar>

	reviewed by: Harish Krishnaswamy

	* src/libical/icalmime.c: (icalmime_text_end_part):
	use after dereference. Fixes #335251.

2006-08-07  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #349078
	* zoneinfo/Asia/Choibalsan.ics:
	* zoneinfo/Asia/Hovd.ics:
	* zoneinfo/Asia/Ulaanbaatar.ics: Updated the timezone information.

	Committing on behalf of DULMANDAKH Sukhbaatar <dulmandakh@gmail.com>

2006-06-16  Tor Lillqvist  <tml@novell.com>

	* src/libical/icaltimezone.c: Add gmtime_r() macro implementadion
	for Win32.

2006-06-15  Harish Krishnaswamy  <kharish@novell.com>

	* src/libical/icalvalue.[ch] (icalvalue_decode_ical_string):
	Add a function to decode an icalstring and restore escaped
	characters in original form.

2006-06-15  Andre Klapper  <a9016009@gmx.de>

	* zoneinfo/Asia/Columbo.ics:
	update timezone info. Fixes bug #344978.

2006-06-14  Srinivasa Ragavan  <sragavan@novell.com>

	* src/libical/icaltimezone.c: Added a new api to get the location from
	the offset and the TZNAME.
	(icaltimezone_get_vtimezone_properties), (tm_to_icaltimetype),
	(get_offset), (icaltimezone_get_builtin_timezone_from_offset),
	(icaltimezone_load_builtin_timezone):
	* src/libical/icaltimezone.h:

2006-05-12  Nancy Cai <nancy.cai@sun.com>

	* src/libical/icaltimezone.c: (icaltimezone_get_builtin_timezone):
	init time zone first if builtin_timezones is NULL, before checking
	location.
	Fixes #333594.

2006-02-13  Chenthill Palanisamy  <pchenthill@novell.com>

	* src/libical/icalrecur.c: (icalrecurrencetype_as_string): Check
	if the week start is set before getting the value.
	Fixes #330215.

2005-12-13  Tor Lillqvist  <tml@novell.com>

	* src/test/regression-utils.c (ical_timet_string): Don't crash if
	gmtime() returns NULL.

	* src/test/testmime.c: No sleep() in the MSFT C library, use
	_sleep() (which takes milliseconds).

2005-11-28  Tor Lillqvist  <tml@novell.com>

	* src/libical/icaltime.c (icaltime_as_timet_with_zone): On Windows
	we must call tzset() after setting the TZ environment variable.
	The mktime() in Microsoft's C library calls tzset() internally
	just the first time it's called.

	* src/libical/icaltimezone.c (get_zone_directory): On Windows look
	up the zoneinfo directory at run-time. The code previously used
	the built-in pathname /Projects/libical for PACKAGE_DATA_DIR on
	Windows, and not even the one from the configure script, huh?

2005-10-27  Harish Krishnaswamy  <kharish@novell.com>

	* zoneinfo/zones.tab: Correct typo on Macao.
	Fixes #317804

2005-09-27  Dinesh Layek <ldinesh@novell.com>
	Fixes bug#272176
	* src/libical/icalparser.c (icalparser_add_line): removed the
	leading and trailing white spaces of the string to be parse
	* scripts/mkderivedvalues.pl: changed the code to make the
	functions, which returns a string, return NULL on NULL input.

2005-09-20  Irene Huang <Irene.Huang@sun.com>

	* src/libical/icalcomponent.c: (icalcomponent_get_datetime):
	icaltimezone_get_builtin_timezone(tzid) was replaced by 
	icaltimezone_get_builtin_timezone_from_tzid(tzid), which is the correct 
	function to retrive timezone information from tzid

2005-09-15  Tor Lillqvist  <tml@novell.com>

	* src/libical/vsnprintf.c: No reason not to include config.h also
	on Win32.

	* src/libicalvcal/icalvcal.c (get_alarm_properties): Add comment
	about brokenness of the code on Win32.

2005-09-05  P. S. Chakravarthi <pchakravarthi@novell.com>

	Fixes #312462
	* src/libical/icaltime.c (set_tz), (unset_tz) : make
       the functions thread safe.

2005-08-25  Harish Krishnaswamy  <kharish@novell.com>

	Fix submitted by David Malcolm <dmalcolm@redhat.com>
	
	* src/libical/vsnprintf.c: Revert the earlier patch which
	borks the build.

2005-08-22  Not Zed  <NotZed@Ximian.com>

	* src/libicalvcal/icalvcal.c (rrule_parse_weekly_days): init e to
	something before using it.
	(rrule_parse_monthly_positions): init only_weekday to remove
	spurious warning.
	(rrule_parse_monthly_positions): init e to something.
	(rule_prop): remove unused vars.
	(dc_prop): remove unused vars.

	* src/libicalss/icalfileset.c (icalfileset_begin_component)
	(icalfileset_form_a_matched_recurrence_component)
	(icalfilesetiter_to_next): () to remove warning.

	* src/libical/icaltypes.c (icaltriggertype_from_string): set es
	before using it.

	* src/libical/icaltime.c (icaltime_from_timet_with_zone)
	(icaltime_as_timet_with_zone, icaltime_convert_to_zone)
	(icaltime_get_tzid): cast away warnings.

	* src/libical/icalerror.c: fix this strange function to always
	return something.

2005-08-12  Tor Lillqvist  <tml@novell.com>

	* src/libical/Makefile.am (libical_evolution_la_LIBADD): Add
	PTHREAD_LIBS.

2005-08-11  Tor Lillqvist  <tml@novell.com>

	* configure.in: Check for Win32, define Automake conditional OS_WIN32.

	* src/libical/icalrecur.c: No need to define intptr_t on Win32, it
	is defined in the mingw headers.

	* src/libical/vsnprintf.c: Hmm, redo the ifdefs a bit to bypass
	this on Win32, it doesn't compile, and doesn't seem to be needed.

	* src/libicalss/icalcalendar.c
	* src/test/regression.c: Handle the different prototype for
	mkdir() on Win32.

	* src/libicalss/icalmessage.c (icalmessage_new_reply_base): Remove
	bogus Win32 ifdef.

	* src/test/Makefile.am: Don't build stow on Win32.

	* src/test/copycluster.c: Conditionalize use of SIGALRM.

2005-03-09  Not Zed  <NotZed@Ximian.com>

	* src/libical/icaltime.c (unset_tz): uncomment out free'ing code.

2005-01-08  Not Zed  <NotZed@Ximian.com>

	* src/libicalss/icalfileset.c (icalfileset_read_from_file)
	(icalfileset_read_file): pass the icalfileset to the callback
	rather than cast the fd to/from a pointer.

2004-12-20  Rodrigo Moya <rodrigo@novell.com>

	* src/libical/icaltime.c (set_tz): uncomment free() call that was
	commented because of a crash that does not happen anymore.

2004-10-27  Julio M. Merino Vidal <jmmv@menta.net>

	* configure.in: search for unsetenv.

	* src/libical/icaltime.c (unset_tz): use unsetenv when available.

2004-10-15  Rodney Dawes  <dobey@novell.com>

	* configure.in: Call AC_CONFIG_AUX_DIR() before AM_INIT_AUTOMAKE
	This is ordering is required by automake 1.9

2004-09-03  Rodrigo Moya <rodrigo@novell.com>

	Fixes crash in #57443

	* src/libical/icalerror.c (icalerror_errors_are_fatal): s/#ifdef/#if,
	so that we check against the value, not the definition being available.

2004-08-02  Not Zed  <NotZed@Ximian.com>

	* src/libicalvcal/vcc.y: re-alloc when we reach the buffer length,
	not one past it.  Fixes an ABW.

2004-05-13  Phil Goembel <phil-goembel@wi.rr.com>

	* src/libical/icalparser.c (icalparser_get_line): accept tab and
	space as continuation character, bug #55561.

2004-04-01  JP Rosevear <jpr@ximian.com>

	Fixes #55984
	
	* src/libical/icaltime.c (icaltime_as_timet_with_zone): copy the
	icaltimetype to a local struct and use that

2004-02-26  JP Rosevear <jpr@ximian.com>

	* configure.in: don't ac_output python and java dirs

	* src/Makefile.am: remove python and java dirs

2004-02-23  JP Rosevear <jpr@ximian.com>

	* zoneinfo/Makefile.am: uninstall the zone files

	* src/libical/Makefile.am: make sure icalversion.h gets cleaned
	and icalrestrication is found in the builddir

	* src/test/Makefile.am: add includes for srcdir != builddir, add
	define to locate test source calendar, clean up files 

	* src/test/process.c: make sure to load the sources from the right
	spot

	* src/test/regression-recur.c: ditto
	
	* src/test/regression-classify.c: ditto

	* src/test/regression.c: ditto

	* src/test/test-classify.c: ditto	

	* src/libicalvcal/Makefile.am: add includes for srcdir != builddir

	* Makefile.am: ditto

	* examples/Makefile.am: ditto

2004-02-12  Hans Petter Jansson  <hpj@ximian.com>

	* src/libicalvcal/vcc.y (enterValues): Allocate space for the string
	terminator. Fixes mem corruption.

2004-02-04  JP Rosevear <jpr@ximian.com>

	* src/libicalvcal/icalvcal.c (icalvcal_traverse_objects): just
	return on unknown property

2004-01-09 Harish K <kharish@novell.com>
        * src/libical/icaltime.c: allow separators in ISO 8601
        strings.

2004-01-08  JP Rosevear <jpr@ximian.com>

	* src/libical/icaltime.c (icaltime_from_string): a date is a
	floating time
	(icaltime_as_timet_with_zone): revert to the right thing

2004-01-07  JP Rosevear <jpr@ximian.com>

	* src/libical/icaltime.c: revert icaltime_as_timet_with_zone and
	icaltime_from_timet_with_zone to previous versions as these
	version always use the machine timezone

2003-11-05  JP Rosevear <jpr@ximian.com>

	* src/libical/Makefile.am: ditto

	* src/libicalvcal/Makefile.am: ditto

	* src/libicalss/Makefile.am: don't install the library

2003-11-04  JP Rosevear <jpr@ximian.com>

	* src/libicalvcal/Makefile.am: install headers

2003-10-24  Dan Winship  <danw@ximian.com>

	* configure.in: add AM_DISABLE_STATIC here too.

2003-10-23  Dan Winship  <danw@ximian.com>

	* src/libical/Makefile.am (libical_evolutioninclude_HEADERS):
	install all of the headers that ical.h now #includes

2003-10-15  Rodrigo Moya <rodrigo@ximian.com>

	* src/libicalss/icalssyacc.y: re-added missing header.

	* src/libical/ical.h: added from HEAD.

2003-10-09  Jeffrey Stedfast  <fejj@ximian.com>

	* src/libical/Makefile.am: Fixed INCLUDES and don't autogenerate
	ical.h, no need to. Plus it caused problems anyways.

	* src/libical/*.[c,h]: Fixed the #includes

	* src/libicalss/Makefile.am: Fixed INCLUDES and don't autogenerate
	icalss.h, no need to. Plus it caused problems anyways.

	* src/libicalss/*.[c,h]: Fixed the #includes

	* tests/*.c: #include <libical/ical.h> rather
	than "ical.h"

	* tests/Makefile.am: Fixed INCLUDES

	* examples/*.c: #include <libical/ical.h> rather
	than "ical.h"

	* examples/Makefile.am: Fixed INCLUDES

	* src/libicalvcal/icalvcal.h: #include <libical/ical.h> which is
	no longer autogenerated.

	* src/libicalvcal/icalvcal.c (icalvcal_convert_with_defaults): Use
	the proper macro names from config.h

2003-10-07  Dan Winship  <danw@ximian.com>

	* src/libical/Makefile.am: Remove libical-static

	* src/libicalcap/Makefile.am: and libicalcap-static

2003-09-23  Hans Petter Jansson  <hpj@ximian.com>

	* configure.in: Remove flex check. Set ICAL_ERRORS_ARE_FATAL to 0.

	* src/libicalss/icalgauge.c (icalgauge_new_from_sql): Don't use
	globals struct. Remove calls to sslex_init(), _extra(),
	ss_scan_string(). Use a global pointer icalss_yy_gauge to hold context.
	Call ssparse() with no arguments.

	* src/libicalss/icalsslexer.l: Remove options reentrant and
	bison-bridge. Rename variables, change function invocations to comply
	with flex 2.5.4.
	(icalss_input): Add function to read input.

	* src/libicalss/icalssyacc.y (yyextra): Remove.
	(select_list)
	(from_list)
	(where_clause)
	(where_list): yyextra -> icalss_yy_gauge

	* src/libicalss/icalsslexer.c:
	* src/libicalss/icalssyacc.c:
	* src/libicalss/icalssyacc.h: Add generated files back to repository.
	They don't belong there, but that's not my problem.

2003-09-22  Hans Petter Jansson  <hpj@ximian.com>

	* src/libicalcap/Makefile.am (LDADD): Remove $(cxx_libs), it's
	undefined.

2003-09-22  Hans Petter Jansson  <hpj@ximian.com>

	* configure.in: Require flex 2.5.31 and add a test for it. Rename
	WITH_CXX conditional to WITH_CXX_BINDINGS.

	* examples/Makefile.am (doesnothing_LDADD): Add -evolution to lib
	names.

	* src/test/Makefile.am: WITH_CXX -> WITH_CXX_BINDINGS. Add -evolution
	to lib names.

	* src/test/regression.c (main): WITH_CXX -> WITH_CXX_BINDINGS.

	* src/libicalcap/Makefile.am: Add -evolution to lib names. Install to
	Evolution's priv dirs.

	* src/libicalvcal/Makefile.am: Ditto.

	* src/libical/Makefile.am: WITH_CXX -> WITH_CXX_BINDINGS. Add
	-evolution to lib names. Install in privlibdir. Install includes to
	$(privincludedir)/libical.

	* src/libicalss/Makefile.am: Ditto.

	* src/libicalss/icalsslexer.l: Replace option reentrant-bison with
	reentrant and bison-bridge. Use new Flex variable names.

	* src/libical/icallexer.l:
	* src/libical/icalyacc.y:
	* src/libicalss/icalsslexer.c:
	* src/libicalss/icalssyacc.c:
	* src/libicalss/icalssyacc.h: Removed from repository.

2003-09-12  Hans Petter Jansson  <hpj@ximian.com>

	* configure.in: Subst in Evolution install variables.

	* src/libical/Makefile.am (CPPFLAGS): Use Evolution's privdatadir.

2004-02-04  JP Rosevear <jpr@ximian.com> (merged to upstream by Ross Burton and Art Cancro)
	* src/libicalvcal/icalvcal.c (icalvcal_traverse_objects): just
	return on unknown property

2004-08-02  Not Zed  <NotZed@Ximian.com> (merged to upstream by Ross Burton and Art Cancro)
	* src/libicalvcal/vcc.y: re-alloc when we reach the buffer length,
	not one past it.  Fixes an ABW.

2005-09-15  Tor Lillqvist  <tml@novell.com> (merged to upstream by Ross Burton and Art Cancro)
	* src/libical/vsnprintf.c: No reason not to include config.h also
	on Win32.

2007-05-18  Matthew Barnes  <mbarnes@redhat.com> (merged to upstream by Ross Burton and Art Cancro)
	* src/libical/icalvalue.c: Fix implicit function declarations.

2007-03-??  Art Cancro <ajc@uncensored.citadel.org>
        * Updated tzdata in order to deal with daylight savings time changes in the US.

200?-??-??  Omar Kilani (merged to upstream by Art Cancro)
	* Merge the libical forks from KDE, Evolution, and SourceForge.

2002-07-09  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalcomponent.c
	* src/libical/icalcomponent.h: Added a check for valid component kind
	before instancing a new one.

2002-07-08  Andrea Campi  <a.campi@inet.it>

	* src/python/Gauge.py
	* src/python/LibicalWrap.i
	* src/python/Property.py
	* src/python/Store.py
	* src/python/Time.py
	* src/python/python-binding.txt
	* src/python/test.py: Updated the python bindings to match the C API
	changes.
	Obtained from: Mark Tearle

2002-07-04  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalderivedproperty.c.in
	* src/libical/icalproperty.c
	* src/libical/icalproperty.h: Added a check for valid property kind
	before instancing a new one.

	* src/libical/icalvalue.c: Fixed icalvalue_new_clone to properly clone
	X- properties.

2002-06-28  Andrea Campi  <a.campi@inet.it>

	* design-data/parameters.csv
	* src/libicalss/icalgauge.c
	* src/libicalss/icalgaugeimpl.h
	* src/libicalss/icalsslexer.c
	* src/libicalss/icalsslexer.l
	* src/libicalss/icalssyacc.c
	* src/libicalss/icalssyacc.h
	* src/libicalss/icalssyacc.y: Added IS NULL to icalgauge
	syntax.
	Obtained from: Paul Lindner

	* src/libical/icallexer.c
	* src/libical/icallexer.l
	* src/libical/icalyacc.c
	* src/libical/icalyacc.h
	* src/libical/icalyacc.y: Sent lex/yacc code to Attic.

	* src/libical/icalparameter.c: Changed icalparameter_as_ical_string
	to also quote the param value if it contains a , (comma), as per RFC2445.

	* src/libicalss/icalset.c
	* src/libicalss/icalset.h: Added experimental code to support
	dynamic loading of icalset derived classes.

	* src/libicalss/Makefile.am
	* src/libicalss/icalspanlist_cxx.cpp
	* src/libicalss/icalspanlist_cxx.h: Added C++ binding for libicalss.
	Obtained from: Paul Lindner

2002-06-28  Eric Busboom  <eric@softwarestudio.org>

	* src/libical/Makefile.am
	* src/libical/icalduration.c
	* src/libical/icalparser.c
	* src/libical/icalvalue.c
	* src/libical/icalyacc.c
	* src/libical/icalyacc.h: removed lex and yacc by writing
	code to parse UTC-OFFSET

2002-06-27  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalcomponent.c
	* src/libical/icalcomponent.h: Added icalcomponent_foreach_recurrence
	as a better way of handling recurrences; deprecated
	icalcomponent_get_span
	Obtained from: Paul Lindner

	* src/libical/icalderivedvalue.c.in
	* src/libical/icalvalue.c
	* src/libical/icalvalue.h: Added a check for valid value kind before
	instancing a new one.
	Obtained from: Paul Lindner

	* src/libical/icalproperty.c
	* src/libical/icalproperty.h: Deprecated icalproperty_remove_parameter,
	added 3 new functions to do the same in a safer way (wrt X- params).
	Obtained from: Paul Lindner

	* src/libical/icaltime.c
	* src/libical/icaltime.h: Added functions to work with time spans.
	Obtained from: Paul Lindner

2002-06-26  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalduration.c: Fixed icaldurationtype_from_int to
	generate valid RFC2445 durations (it used to mix weeks and other
	time units).

2002-06-13  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalvalue.c: Fixed escaping of TEXT values and
	formatting of UTCOFFSET values to more closely match RFC2445.

	* configure.in
	* src/libical/Makefile.am
	* src/libical/icalparameter_cxx.cpp
	* src/libical/icalparameter_cxx.h
	* src/libical/icalproperty_cxx.cpp
	* src/libical/icalproperty_cxx.h
	* src/libical/icalvalue_cxx.cpp
	* src/libical/icalvalue_cxx.h
	* src/libical/vcomponent.cpp
	* src/libical/vcomponent.h
	* src/libicalss/icalbdbset_cxx.h: Added C++ binding.
	Obtained from: Paul Lindner

	* configure.in
	* src/libicalss/Makefile.am
	* src/libicalss/icalbdbset.c
	* src/libicalss/icalbdbset.h
	* src/libicalss/icalbdbset.h
	* src/libicalss/icalbdbsetimpl.h
	* src/test/Makefile.am
	* src/test/storage.c: Added BerkeleyDB 4.0 icalset implementation.
	Obtained from: Paul Lindner

2002-06-11  Andrea Campi  <a.campi@inet.it>

	* src/test/Makefile.am
	* src/test/regression-classify.c
	* src/test/regression-component.c
	* src/test/regression-recur.c
	* src/test/regression-utils.c
	* src/test/regression.c
	* src/test/regression.h
	* src/test/test_fileset.ics: New regression test suite
	Obtained from: Paul Lindner

	* src/libical/icalcomponent.c
	* src/libical/icalproperty.c
	* src/libical/icalproperty.h
	* src/python/test.py
	* src/test/regression.c: Improved X- parameter handling.
	Obtained from: Mark Tearle

2002-06-07  Andrea Campi  <a.campi@inet.it>

	* configure.in
	* src/libical/Makefile.am
	* src/libical/icallexer.l
	* src/libical/icalparser.c
	* src/libical/icalparser.h
	* src/libical/icalyacc.y
	* src/libicalss/Makefile.am
	* src/libicalss/icalgauge.c
	* src/libicalss/icalsslexer.c
	* src/libicalss/icalsslexer.l
	* src/libicalss/icalssyacc.c
	* src/libicalss/icalssyacc.h
	* src/libicalss/icalssyacc.y: Made parser fully reentrant using
	recent versions of flex/bison. Also committed the generated files
	so that the library can be compiled even without those tools.
	Obtained from: Paul Lindner

	* src/python/LibicalWrap.i
	* src/python/Property.py
	* src/python/test.py: Support X- properties in the Python wrapper.
	Obtained from: Mark Tearle

2002-06-04  Andrea Campi  <a.campi@inet.it>

	* *: Constifed a lot of functions, also made a few of them static
	Obtained from: Paul Lindner <lindner@inuus.com>

2002-06-03  Andrea Campi  <a.campi@inet.it>
	* src/libical/icallangbind.c
	* src/python/Component.py
	* src/python/Gauge.py
	* src/python/Libical.py
	* src/python/LibicalWrap.i
	* src/python/Store.py
	* src/python/test.py: Fully implemented FileStore and Gauge
	in the python bindings.
	Obtained from: Mark Tearle <mtearle@tearle.com>

2002-05-28  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalattach.c
	* src/libical/icalattach.h
	* src/libical/icalattachimpl.h
	* src/libical/icalderivedproperty.c.in
	* src/libical/icalderivedvalue.c.in
	* src/libical/icalderivedvalue.h.in
	* src/libical/icaltypes.c
	* src/libical/icaltypes.h
	* src/libical/icalvalue.c
	* src/libical/icalvalueimpl.h: Changed ATTACH to be an opaque type

2002-05-27  Eric Busboom  <eric@softwarestudio.org>

	* scripts/mkderivedparameters.pl
	* scripts/mkderivedproperties.pl
	* scripts/mkderivedvalues.pl
	* src/libical/icalderivedparameter.c.in
	* src/libical/icalderivedparameter.h.in
	* src/libical/icalderivedproperty.c.in
	* src/libical/icalderivedproperty.h.in
	* src/libical/icalderivedvalue.c.in
	* src/libical/icalderivedvalue.h.in: changed the auto generated
	files and scripts so that the generated code is inserted into the
	middle of the template (.in) file, instead of the end. This means
	we could get rid of the declaration for the maps.

2002-05-27  Andrea Campi  <a.campi@inet.it>

	* src/libical/icaltimezone.c: Worked around Outlook/Exchange brokenness.
	Obtained from: evolution CVS repository

2002-05-24  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalproperty.c: Implemented proper RFC2445 folding.
	Obtained from: evolution CVS repository

	* src/libical/icalrecur.c: Worked around Outlook/Exchange brokenness.
	Obtained from: evolution CVS repository


2002-05-21  Andrea Campi  <a.campi@inet.it>

	* src/libical/*: Removed void * in favor of opaque typedef types.
	This helped uncover a few bugs and made debugging easier.
	Obtained from: Paul Lindner

2002-05-10  Andrea Campi  <a.campi@inet.it>

	* src/libical/icalmemory.c: Made the memory allocator threadsafe.
	This code is currently conditional on USE_THREAD, but it might
	become the default in the future.
	Obtained from: Paul Lindner

	* src/libical/icaltime.c: Implemented icaltime_is_date(), with the
	intent of removing all direct accesses to is_date.

2002-05-09  Andrea Campi  <a.campi@inet.it>

	* icaltime.c Rewrote and documented icaltime API, with the goal of
	keeping it stable until release 1.0. Some functions and internal
	implementation details are now declared obsolete and removed from
	the documentation; they will be removed at a later time.

2001-12-12  Eric Busboom  <eric@softwarestudio.org>

	* icalrecur.c implemented recurrence rule for "FREQ=YEARLY",
	with no BY rules.

2001-12-11  Eric Busboom  <eric@softwarestudio.org>

	* icalrecur.c Fixed bug in next_month for MONTHLY rules that have
	only BYDAY rules. The code would miss valid dates that fell on the
	first of the month. created new routine is_day_in_byday()

	* icaltime.c Fixed icaltime_from_day_of_year to correctly handle 
[--snip--]
