diff options
author | Radek Doulik <rodo@ximian.com> | 2004-03-30 01:37:55 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-03-30 01:37:55 +0800 |
commit | d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b (patch) | |
tree | e44db54dfd6015d0d9e9249b7b52784da404b675 /camel/ChangeLog | |
parent | 724507dfa693bb75c17788619a956b5e858cd216 (diff) | |
download | gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.tar gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.tar.gz gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.tar.bz2 gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.tar.lz gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.tar.xz gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.tar.zst gsoc2013-evolution-d2aaaeb274bc8d95dcbbb88c9c2af604e4c51b6b.zip |
close pre tag in case we just flush. I am not sure if it's still worth to
2004-03-29 Radek Doulik <rodo@ximian.com>
* camel-mime-filter-tohtml.c (html_convert): close pre tag in case
we just flush. I am not sure if it's still worth to check for
inlen == 0 and handle it specially, but didn't want to make too
big changes.
Fixes #55817
svn path=/trunk/; revision=25229
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d8eeab1a19..1878664afa 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2004-03-29 Radek Doulik <rodo@ximian.com> + + * camel-mime-filter-tohtml.c (html_convert): close pre tag in case + we just flush. I am not sure if it's still worth to check for + inlen == 0 and handle it specially, but didn't want to make too + big changes. + + Fixes #55817 + 2004-03-29 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (get_folder_counts): use |