From 3e5f29f65034bd84afa560c58000ac0ba1695536 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Tue, 8 Feb 2000 23:18:29 +0000 Subject: New member to 'CamelFormatterPrivate', 'attachments', will be used to let * camel/camel-formatter.c: New member to 'CamelFormatterPrivate', 'attachments', will be used to let the caller know which items should be treated as attachments (as opposed to objects which are inline to the body). (text_to_html): name changed from 'encode_entities'. Also now converts newlines to
tags. (camel_formatter_mime_message_to_html): Now takes two output streams -- one for the header, and one for the body. (get_bonobo_tag_for_object): New function; tries to make a tag out of (1) the leaf of a mime message and (2) a bonobo object that can handle its mime type, but can return NULL if it fails to find the mime type. (handle_vcard): New function; will write out a vcard as html. svn path=/trunk/; revision=1696 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb0c41bcb7..a652ba148b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2000-02-08 Matt Loper + + * camel/camel-formatter.c: New member to 'CamelFormatterPrivate', + 'attachments', will be used to let the caller know which items + should be treated as attachments (as opposed to objects which are + inline to the body). + (text_to_html): name changed from 'encode_entities'. Also now + converts newlines to
tags. + (camel_formatter_mime_message_to_html): Now takes two output + streams -- one for the header, and one for the body. + (get_bonobo_tag_for_object): New function; tries to make a tag out + of (1) the leaf of a mime message and (2) a bonobo object that can + handle its mime type, but can return NULL if it fails to find the + mime type. + (handle_vcard): New function; will write out a vcard as html. + 2000-02-08 Iain Holmes * shell/Makefile.am: Changed the order of the compilation, so the CORBA -- cgit