From f926f10e86aee8df632613d9c5b5022e6b8597ca Mon Sep 17 00:00:00 2001 From: bertrand Date: Wed, 16 Feb 2000 10:44:35 +0000 Subject: this routine replaces the _read_part routine and does not store the part 2000-02-15 bertrand * camel/camel-multipart.c (_localize_part): this routine replaces the _read_part routine and does not store the part in a buffer. (_set_input_stream): use the set_input_stream instead of the construct_from_stream. each bodypart is given an input stream. * camel/camel-mime-part-utils.c: include the data-wrapper-repository header. (camel_mime_part_construct_content_from_stream): use the set_input_stream instead of the construct_from_stream method. * camel/camel-seekable-substream.c (_set_bounds): cur position is set to 0 not to inf_bound. Sync svn path=/trunk/; revision=1790 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8344e219b..76512c0a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2000-02-15 bertrand + + * camel/camel-multipart.c (_localize_part): + this routine replaces the _read_part routine + and does not store the part in a buffer. + (_set_input_stream): use the set_input_stream + instead of the construct_from_stream. + each bodypart is given an input stream. + + * camel/camel-mime-part-utils.c: + include the data-wrapper-repository header. + (camel_mime_part_construct_content_from_stream): + use the set_input_stream instead of the + construct_from_stream method. + + * camel/camel-seekable-substream.c (_set_bounds): + cur position is set to 0 not to inf_bound. + 2000-02-14 Miguel de Icaza * camel/providers/mbox/Makefile.am (libcamelmbox_la_LIBADD): Add -- cgit