diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-17 03:36:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-17 03:36:35 +0800 |
commit | 9d70bad4944b3f00c7b6e0a214e8c5ed9566e8ac (patch) | |
tree | 003b299901d5c449ef95ad8384415597b111cbf6 /camel/ChangeLog | |
parent | aed127b4f487bc6026b1c89eeb7034973511ba6b (diff) | |
download | gsoc2013-evolution-9d70bad4944b3f00c7b6e0a214e8c5ed9566e8ac.tar.gz gsoc2013-evolution-9d70bad4944b3f00c7b6e0a214e8c5ed9566e8ac.tar.zst gsoc2013-evolution-9d70bad4944b3f00c7b6e0a214e8c5ed9566e8ac.zip |
New convenience function to replace calls to e_text_to_html() in the
2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-tohtml.c (camel_text_to_html): New convenience
function to replace calls to e_text_to_html() in the
mailer/composer etc.
svn path=/trunk/; revision=19128
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e37403899b..64768a5425 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-filter-tohtml.c (camel_text_to_html): New convenience + function to replace calls to e_text_to_html() in the + mailer/composer etc. + * camel.h: #include some headers we had forgotten to add previously, also added camel-mime-filter-enriched.h. |