aboutsummaryrefslogtreecommitdiffstats
path: root/libical/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r--libical/ChangeLog55
1 files changed, 6 insertions, 49 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog
index d69a377318..2ecd0248d7 100644
--- a/libical/ChangeLog
+++ b/libical/ChangeLog
@@ -1,54 +1,11 @@
-2002-04-01 Dan Winship <danw@ximian.com>
+2001-12-18 Dan Winship <danw@ximian.com>
- Darwin/OS portability from Max Horn <max@quendi.de>
-
- * src/libical/icallangbind.c: #include <stdlib.h>, not <malloc.h>
-
- * src/libicalvcal/vobject.c: Likewise
-
- * src/libicalvcal/vcc.y: Likewise
-
- * src/libicalss/icaldirset.c: Rearrange #includes slightly to make
- Darwin happy.
-
-2002-02-08 Damon Chaplin <damon@ximian.com>
-
- * src/Makefile.am (SUBDIRS): added libicalvcal.
-
- * configure.in (AC_OUTPUT): added src/libicalvcal/Makefile.
-
-2002-02-06 Damon Chaplin <damon@ximian.com>
-
- * src/libicalvcal/icalvcal.c: major changes to support RRULE/EXRULE,
- VALARMS and several other properties.
-
- * src/libicalvcal/icalvcal.h (icalvcal_convert_with_defaults): new
- function to pass defaults for a few values into the importer. These
- are used when the vCalendar file doesn't provide the property but it
- is required in iCalendar.
-
- * src/libicalvcal/vcc.y: support multi-valued properties, by appending
- new ones and separating by ';'. This was pinched from our changes to
- evolution/libversit/vcc.y.
-
- * src/libicalvcal/Makefile.am: renamed library to libicalvcal-evolution
- Don't install the headers.
-
- * design-data/parameters.csv: added new error for error's parsing
- vCalendar properties.
-
-2002-01-28 Dan Winship <danw@ximian.com>
-
- * src/libical/icalrecur.c (icalrecur_add_bydayrules): Skip over
- illegal whitespace in Microsoft-generated BYDAY rules.
-
-2001-12-18 Damon Chaplin <damon@ximian.com>
-
- * src/libical/icalyacc.y: removed unused 'trigger:' production.
+ * configure.in (AC_OUTPUT): Remove src/libicalss/Makefile and
+ src/libicalvcal/Makefile since we don't build those any more. From
+ Jeremy Katz (katzj@redhat.com). #17606.
- * configure.in (AC_OUTPUT): patch from Jeremy Katz <katzj@redhat.com>
- to remove src/libicalss/Makefile and src/libicalvcal/Makefile, as we
- don't ship those directories now.
+ * src/libical/icalyacc.y: Remove an unused rule since bison 1.30
+ apparently considers this an error. #17531.
2001-12-10 Damon Chaplin <damon@ximian.com>