diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-17 06:42:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-17 06:42:12 +0800 |
commit | f0600c2ccbfbd5378cdf980e2d53210c0101639d (patch) | |
tree | 6321ea59524bf53f09e57bf1fedde7783f83aaf4 /camel/ChangeLog | |
parent | 325ee9a266a538d72018110ba578b670dcdd0dbf (diff) | |
download | gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.tar gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.tar.gz gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.tar.bz2 gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.tar.lz gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.tar.xz gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.tar.zst gsoc2013-evolution-f0600c2ccbfbd5378cdf980e2d53210c0101639d.zip |
KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, output
* camel-mime-utils.c (rfc2047_decode_word):
* camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser):
* camel-folder-summary.c (summary_build_content_info):
KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet,
output ISO-8859-1 instead, so Ettore can read his Italian mail. :)
This will be reverted later.
svn path=/trunk/; revision=3597
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 6d523c893e..e8ae2fbfa9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-06-16 Dan Winship <danw@helixcode.com> + + * camel-mime-utils.c (rfc2047_decode_word): + * camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser): + * camel-folder-summary.c (summary_build_content_info): + KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, + output ISO-8859-1 instead, so Ettore can read his Italian mail. :) + This will be reverted later. + 2000-06-15 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_get_summary): Started to implement |