diff options
Diffstat (limited to 'libversit/ChangeLog')
-rw-r--r-- | libversit/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libversit/ChangeLog b/libversit/ChangeLog new file mode 100644 index 0000000000..cf4d305ada --- /dev/null +++ b/libversit/ChangeLog @@ -0,0 +1,10 @@ +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. + |