diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-03 16:29:15 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-03 16:29:15 +0800 |
commit | bba2b0a352933d8aa8894fe1b7a8a5185378990f (patch) | |
tree | 8557eae5bfd3a04f06eea1d447eb45547f7eb5a2 /ChangeLog | |
parent | 80fc9140524e6fd492ccc8ca7d3bdaba65667178 (diff) | |
download | gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.tar gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.tar.gz gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.tar.bz2 gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.tar.lz gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.tar.xz gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.tar.zst gsoc2013-evolution-bba2b0a352933d8aa8894fe1b7a8a5185378990f.zip |
Update logs and sync home/work versions.
* camel/camel-multipart.c (_read_part):
use a stream to store the part instead of GString.
* camel/camel-mime-part.c (camel_mime_part_set_text):
set data wrapper content type to "text/plain".
* camel/camel-stream-mem.c:
* camel/camel-stream-mem.h:
new memory buffer based stream.
* camel/camel-stream-fs.c (_seek):
implementation for file system based stream.
* camel/camel-stream.c (camel_stream_seek):
new method.
* camel/camel-stream-fs.c (camel_stream_fs_class_init):
pass CamelStreamFsClass instead of CamelStreamClass.
svn path=/trunk/; revision=1069
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -1,10 +1,29 @@ -1999-08-02 root <guiheneu@linoleum.inria.fr> +1999-08-01 bertrand <Bertrand.Guiheneuf@aful.org> - * camel/gmime-utils.c (gmime_write_header_pair_to_stream): - corrected a bug with memory not allocated for '\0' in strtmp + * camel/camel-multipart.c (_read_part): + use a stream to store the part instead of GString. + + * camel/camel-mime-part.c (camel_mime_part_set_text): + set data wrapper content type to "text/plain". + + * camel/camel-stream-mem.c: + * camel/camel-stream-mem.h: + new memory buffer based stream. + + * camel/camel-stream-fs.c (_seek): + implementation for file system based stream. + + * camel/camel-stream.c (camel_stream_seek): + new method. + + * camel/camel-stream-fs.c (camel_stream_fs_class_init): + pass CamelStreamFsClass instead of CamelStreamClass. 1999-08-01 bertrand <Bertrand.Guiheneuf@aful.org> + * camel/gmime-utils.c (gmime_write_header_pair_to_stream): + corrected a bug with memory not allocated for '\0' in strtmp + * camel/gmime-utils.c (gmime_read_line_from_stream): do not return NULL when line is empty. |