diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-21 16:28:09 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-21 16:28:09 +0800 |
commit | 6cfc31750daed7f502b3d0097892a70e9f134fdf (patch) | |
tree | 20f738f0aded9cedba313aedef013d1fda7927c2 /libversit/ChangeLog | |
parent | 733a9024ae7ae20df421aee546bf0a9252c9ffd1 (diff) | |
download | gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.gz gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.zst gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.zip |
Libversit / VFS work - Federico
svn path=/trunk/; revision=1601
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. + |