diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-08 05:57:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-08 05:57:08 +0800 |
commit | 35919c51941d48a5636581d8a7a88156027c73a3 (patch) | |
tree | 7fa16d854cc3570aafba7e8dd45d031665cf416b /libical/ChangeLog | |
parent | 5e56396c7a4e1366c2e69131bd7f627d600a94e7 (diff) | |
download | gsoc2013-evolution-35919c51941d48a5636581d8a7a88156027c73a3.tar.gz gsoc2013-evolution-35919c51941d48a5636581d8a7a88156027c73a3.tar.zst gsoc2013-evolution-35919c51941d48a5636581d8a7a88156027c73a3.zip |
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
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <danw@helixcode.com> + + * 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 <ettore@helixcode.com> * configure.in: AC_OUTPUT the Makefile in `src' before the stuff |