From 0cccd4dc239e8236dc54f338625e77986813a913 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 25 Jan 2000 04:02:14 +0000 Subject: The CamelDataWrapper can now be provided with input and output streams, so 2000-01-24 bertrand * camel/camel-data-wrapper.h: * camel/camel-data-wrapper.c (_set_input_stream): (_get_input_stream): (_set_output_stream): (_get_output_stream): The CamelDataWrapper can now be provided with input and output streams, so that nothing has to be kept in memory. * camel/camel-stream.c (camel_stream_class_init): added the "data_available" signal. svn path=/trunk/; revision=1624 --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d131c88a7..764ddd3379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2000-01-24 bertrand + + * camel/camel-data-wrapper.h: + * camel/camel-data-wrapper.c + (_set_input_stream): + (_get_input_stream): + (_set_output_stream): + (_get_output_stream): + The CamelDataWrapper can now be provided with input and + output streams, so that nothing has to be kept in memory. + + * camel/camel-stream.c (camel_stream_class_init): + added the "data_available" signal. + + 2000-01-24 Federico Mena Quintero * configure.in: Added the gnome-pilot and capplet checks; they @@ -10,7 +25,8 @@ * camel/camel-seekable-stream.c: * camel/camel-seekable-stream.h: - + new files. + * camel/camel-simple-data-wrapper-stream.h: parent class is now CamelSeekableStream * camel/camel-stream-buffered-fs.h: idem -- cgit v1.2.3