aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@helixcode.com>2000-11-11 03:37:26 +0800
committerLarry Ewing <lewing@src.gnome.org>2000-11-11 03:37:26 +0800
commit1d3b7827ed31cf56ab2684047287c48d439a77d6 (patch)
tree1d1c166aa922a83af6163fd2558283668e10ea1f /composer/ChangeLog
parenta162472fd61b27675181cc74a7b695a5cfb0c089 (diff)
downloadgsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.tar
gsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.tar.gz
gsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.tar.bz2
gsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.tar.lz
gsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.tar.xz
gsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.tar.zst
gsoc2013-evolution-1d3b7827ed31cf56ab2684047287c48d439a77d6.zip
set the HTML charset to utf-8 for all the html message parts.
2000-11-10 Larry Ewing <lewing@helixcode.com> * e-msg-composer.c (build_message): set the HTML charset to utf-8 for all the html message parts. (build_message): make sure we set the proper encoding on the html part now that it may contain utf-8 characters svn path=/trunk/; revision=6534
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 4681985dae..42d0c9e0ed 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-10 Larry Ewing <lewing@helixcode.com>
+
+ * e-msg-composer.c (build_message): set the HTML charset to utf-8
+ for all the html message parts.
+ (build_message): make sure we set the proper encoding on the html
+ part now that it may contain utf-8 characters
+
2000-11-08 Radek Doulik <rodo@helixcode.com>
* e-msg-composer.c (e_msg_composer_clear_inlined_table): new