diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-16 23:05:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-16 23:05:06 +0800 |
commit | ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d (patch) | |
tree | e436f55cf164932a96b9653d2fc4e5c9667401b8 /camel/ChangeLog | |
parent | b6a4a8bdb86886c8715f487f35069a5c90c72b9c (diff) | |
download | gsoc2013-evolution-ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d.tar.gz gsoc2013-evolution-ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d.tar.zst gsoc2013-evolution-ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d.zip |
#include some headers we had forgotten to add previously, also added
2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
* camel.h: #include some headers we had forgotten to add
previously, also added camel-mime-filter-enriched.h.
* camel-mime-filter-enriched.[c,h]: New stream filter to convert
text/enriched and text/richtext into HTML.
svn path=/trunk/; revision=19124
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3c115e6232..e37403899b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-12-16 Jeffrey Stedfast <fejj@ximian.com> + + * camel.h: #include some headers we had forgotten to add + previously, also added camel-mime-filter-enriched.h. + + * camel-mime-filter-enriched.[c,h]: New stream filter to convert + text/enriched and text/richtext into HTML. + 2002-12-15 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-signed.c (camel_multipart_signed_verify): Don't |