diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-01 05:54:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-01 05:54:46 +0800 |
commit | 7e6119378401be13db70e78cf249104e86a9101e (patch) | |
tree | fce5453508fcb6a99a390d88519d6313d8f7acb6 /camel/ChangeLog | |
parent | eaf13cd032d16cea453cd4d00240faccd9a3d672 (diff) | |
download | gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.tar gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.tar.gz gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.tar.bz2 gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.tar.lz gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.tar.xz gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.tar.zst gsoc2013-evolution-7e6119378401be13db70e78cf249104e86a9101e.zip |
Use strncasecmp for matching the nofill and /nofill tags. Also fixed to
2003-03-31 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-enriched.c (enriched_to_html): Use strncasecmp
for matching the nofill and /nofill tags. Also fixed to handle
enriched tags that require <param> tags.
svn path=/trunk/; revision=20603
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 518237af2e..a7022b0cc7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-03-31 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-filter-enriched.c (enriched_to_html): Use strncasecmp + for matching the nofill and /nofill tags. Also fixed to handle + enriched tags that require <param> tags. + 2003-03-28 Not Zed <NotZed@Ximian.com> * providers/local/camel-spool-store.c (get_folder): remove unused |