diff options
author | JP Rosevear <jpr@src.gnome.org> | 2001-02-06 03:43:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-06 03:43:58 +0800 |
commit | e582e23949ac7cb3e4d72ee50957a105ce30e1be (patch) | |
tree | 58d90b179338b33921f5bbb0e0d447fcbc58b6be /libical/ChangeLog | |
parent | d7da449065a8138d93367765f091932481e776b4 (diff) | |
download | gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.gz gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.zst gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.zip |
Import cleanup
svn path=/trunk/; revision=7978
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 1154e42278..369810f4ee 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,16 @@ +2001-01-26 Eric Busboom <eric@softwarestudio.org> + + * icalproperty.c.in Improved icalproperty_as_ical_string() to + eliminate the possibility of having a VALUE parameter that does + not match the actual kind of value. + + * icalvalue.c.in made icalvalue_*_trigger() and + icalvalue_*_datetimeperiod non-autogenerated. These routines were + for combined value type -- non standard values that can have more + than on standard value type. These non-standard types now delegate + to stadard types. + + 2001-01-24 Dan Winship <danw@helixcode.com> * src/libical/icaltime.c: Remove unused "extern long timezone". @@ -15,6 +28,11 @@ * configure.in: Don't AC_INIT on an autogenerated file that does not exist beforehand +2001-01-24 Eric Busboom <eric@softwarestudio.org> + + * icalfileset.c fixed icalfileset_read-from_file so it will handle + lines longer than 80 char properly. + 2001-01-23 Eric Busboom <eric@softwarestudio.org> * icltime.c Removed all of the _local_ routines and simplified |