From 2088dd34013562ec6c051d2b7524e9167bd89a57 Mon Sep 17 00:00:00 2001 From: bertrand Date: Wed, 9 Feb 2000 21:09:31 +0000 Subject: set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE --- 2000-02-09 bertrand * camel/camel-mime-message.c (camel_mime_message_init): set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE --- * camel/camel-mime-body-part.c (camel_mime_body_part_init): set the mime type to "body-part". --- THIS IS NOT THE CONTENT TYPE --- * camel/camel-data-wrapper.c (camel_data_wrapper_set_mime_type): mime_type is const. (_set_input_stream): really set the input stream (_set_output_stream): really set the output stream various other typo fixes. * tests/ui-tests/message-browser.c: various typo fixes in the ctree construction. svn path=/trunk/; revision=1712 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index df0b1999ee..f5d75094b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2000-02-09 bertrand + * camel/camel-mime-message.c (camel_mime_message_init): + set the mime type to "mime/message". + --- THIS IS NOT THE CONTENT TYPE --- + + * camel/camel-mime-body-part.c (camel_mime_body_part_init): + set the mime type to "body-part". + --- THIS IS NOT THE CONTENT TYPE --- + + * camel/camel-data-wrapper.c (camel_data_wrapper_set_mime_type): + mime_type is const. + (_set_input_stream): really set the input stream + (_set_output_stream): really set the output stream + various other typo fixes. + * tests/ui-tests/message-browser.c: various typo fixes in the ctree construction. -- cgit