aboutsummaryrefslogtreecommitdiffstats
path: root/libversit/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-01-22 06:38:57 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-22 06:38:57 +0800
commit9764088cda82b0f7d79d1d1d7170f4311c8e9465 (patch)
tree4e762b0dff9ba068819e6ecd7fcc2e7e0ffd0c25 /libversit/ChangeLog
parentfe547e35612befdaf9932c2be6421c1664306959 (diff)
downloadgsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.gz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.bz2
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.lz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.xz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.zst
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.zip
Removed the VFS crap; my mistake, it should not go here.
2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
Diffstat (limited to 'libversit/ChangeLog')
-rw-r--r--libversit/ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/libversit/ChangeLog b/libversit/ChangeLog
deleted file mode 100644
index cf4d305ada..0000000000
--- a/libversit/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2000-01-20 Federico Mena Quintero <federico@helixcode.com>
-
- * vcc.y (LexBuf): Added a "handle" field for the GnomeVFSHandle.
- (initLex): Initialize the lexBuf.handle.
- (Parse_MIME_FromGnomeVFSURI): New function to parse a vCalendar
- object from a GnomeVFS URI.
- (Parse_MIME_FromGnomeVFSHandle): New function to parse a vCalendar
- object from a GnomeVFS handle.
- (lexGetc_): Now it can read characters from the VFS as well.
-