aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-02-09 07:18:29 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-09 07:18:29 +0800
commit3e5f29f65034bd84afa560c58000ac0ba1695536 (patch)
treeaabfa6bb439c2023e4e3a8b8ccb8d042c13110b3 /ChangeLog
parent6e1f98f09afc66e9bdfec631045a250b6c7cace5 (diff)
downloadgsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.tar
gsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.tar.gz
gsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.tar.bz2
gsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.tar.lz
gsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.tar.xz
gsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.tar.zst
gsoc2013-evolution-3e5f29f65034bd84afa560c58000ac0ba1695536.zip
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 <br> 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb0c41bcb7..a652ba148b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-02-08 Matt Loper <matt.loper@splashtech.com>
+
+ * 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 <br> 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 <ih@csd.abdn.ac.uk>
* shell/Makefile.am: Changed the order of the compilation, so the CORBA