From 35919c51941d48a5636581d8a7a88156027c73a3 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 7 Oct 2000 21:57:08 +0000 Subject: Fix the semicolons in this rule. Noticed by x-virge. * src/libical/icalyacc.y (weekday_list): Fix the semicolons in this rule. Noticed by x-virge. * src/test/Makefile.in: While I'm here, remove this from CVS, as it's a generated file. svn path=/trunk/; revision=5781 --- libical/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libical/ChangeLog') diff --git a/libical/ChangeLog b/libical/ChangeLog index 46b70066b0..577da04a9b 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,11 @@ +2000-10-07 Dan Winship + + * src/libical/icalyacc.y (weekday_list): Fix the semicolons in + this rule. Noticed by x-virge. + + * src/test/Makefile.in: While I'm here, remove this from CVS, as + it's a generated file. + 2000-09-12 Ettore Perazzoli * configure.in: AC_OUTPUT the Makefile in `src' before the stuff -- cgit