From 6881fd1bf710f0ce0bd55f9975855bb23622077a Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 24 Aug 1999 21:01:10 +0000 Subject: new class. Will handle all sort of information media (Mime mail messages, 1999-08-24 bertrand * camel/camel-medium.c (camel_medium_class_init): new class. Will handle all sort of information media (Mime mail messages, Lotus Notes mail messages, postit notes, faxes, who knows .... :) CamelMimePart will inherit from it. * camel/camel-mime-part.c (_set_disposition): (_set_description): description and disposition parameters are now const. * camel/gmime-content-field.c (gmime_content_field_free): added assertion code. * camel/providers/MH/camel-mh-folder.c (_get_message): uses buffered stream. * camel/camel-stream-buffered-fs.c: new stream to accelerate file ops. Thanks to jwz, I've decided to add a level of abstraction to Camel. In the future, it should be able to handle other mail systems, but also non-mail information vehicles. Enough for today. Roller time! svn path=/trunk/; revision=1140 --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc308a8d92..304e440733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +1999-08-24 bertrand + + * camel/camel-medium.c (camel_medium_class_init): + new class. Will handle all sort of information media + (Mime mail messages, Lotus Notes mail messages, + postit notes, faxes, who knows .... :) + CamelMimePart will inherit from it. + + * camel/camel-mime-part.c (_set_disposition): + (_set_description): + description and disposition parameters are now const. + + + * camel/gmime-content-field.c (gmime_content_field_free): added + assertion code. + + * camel/providers/MH/camel-mh-folder.c (_get_message): + uses buffered stream. + + * camel/camel-stream-buffered-fs.c: + new stream to accelerate file ops. + 1999-08-20 bertrand * camel/camel-stream-fs.c (camel_stream_fs_new_with_name): -- cgit