diff options
author | Larry Ewing <lewing@helixcode.com> | 2000-12-15 03:15:08 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2000-12-15 03:15:08 +0800 |
commit | 2e5328e2744938dc7754c9c09e09c955ce0dda1c (patch) | |
tree | d31f6eb87bf1028ffa4a61be2521360c5d69558e /mail/ChangeLog | |
parent | 302ed285925f1e321def275329aa5283b02239ba (diff) | |
download | gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.tar gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.tar.gz gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.tar.bz2 gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.tar.lz gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.tar.xz gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.tar.zst gsoc2013-evolution-2e5328e2744938dc7754c9c09e09c955ce0dda1c.zip |
call gtk_html_set_default_content_type to make gkthtml default to utf-8
2000-12-14 Larry Ewing <lewing@helixcode.com>
* mail-display.c (mail_display_new): call
gtk_html_set_default_content_type to make gkthtml default to utf-8
when parsing. This requires gtkhtml >= the released 0.8.
svn path=/trunk/; revision=7022
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index df306cf3a5..bbac0c2507 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-12-14 Larry Ewing <lewing@helixcode.com> + + * mail-display.c (mail_display_new): call + gtk_html_set_default_content_type to make gkthtml default to utf-8 + when parsing. This requires gtkhtml >= the released 0.8. + 2000-12-14 Ettore Perazzoli <ettore@helixcode.com> * mail-threads.c (read_msg): Call `ui_set_busy()' before |