diff options
author | Seth Alves <alves@src.gnome.org> | 2000-02-26 21:59:17 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-02-26 21:59:17 +0800 |
commit | 07a4a7b97ea99b3177f5f5a832155564154fb446 (patch) | |
tree | 0146e3383e4f9256c9b0b0a0ac77483c6f594384 | |
parent | 70f7a69fd047e8ac52303e32ec3e9d11b6db06f7 (diff) | |
download | gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.tar gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.tar.gz gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.tar.bz2 gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.tar.lz gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.tar.xz gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.tar.zst gsoc2013-evolution-07a4a7b97ea99b3177f5f5a832155564154fb446.zip |
start using ChangeLog in this library
svn path=/trunk/; revision=1966
-rw-r--r-- | libical/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog new file mode 100644 index 0000000000..895ee32505 --- /dev/null +++ b/libical/ChangeLog @@ -0,0 +1,9 @@ +2000-02-26 Seth Alves <alves@hungry.com> + + * src/libical/icalitipy.y: renamed icalitip.y so automake bung is easy + + * src/libical/icalitipl.l: renamed icalitip.l so automake bung is easy + + * src/libical/Makefile.am: added icalparser_yy to the start + of all the yacc/lex names to avoid namespace conflicts. + note that this forces the build to use bison/flex |