diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2000-02-14 bertrand <Bertrand.Guiheneuf@aful.org> + * camel/gmime-utils.c (get_header_array_from_stream): use the + eos stream method. + (gmime_read_line_from_stream): ditto. + + * camel/camel-stream-fs.h (struct ): add the eof field + cosmetics changes. + + * camel/camel-stream-fs.c (camel_stream_fs_init): set eof. + (_read): set eof on end of file. + (_eos): implemented. + * camel/gmime-utils.c (get_header_array_from_stream): make a blocking version of the header parser. When the fs stream uses gnome-vfs, this should |