aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-28 12:04:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-28 12:04:51 +0800
commit8644df4c44ea281d77f57d6981326a730871c360 (patch)
tree670cee9cb0e4da8bc8b889e0da3711fd73aedb97 /composer/ChangeLog
parenta81077272f8a2525ee65bb921913511e622fa4f3 (diff)
downloadgsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.tar
gsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.tar.gz
gsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.tar.bz2
gsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.tar.lz
gsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.tar.xz
gsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.tar.zst
gsoc2013-evolution-8644df4c44ea281d77f57d6981326a730871c360.zip
If the subject or body components of the mailto url are not in UTF-8,
2003-01-27 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_new_from_url): If the subject or body components of the mailto url are not in UTF-8, convert them to UTF-8. svn path=/trunk/; revision=19662
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index a5ea71831a..360e6146e1 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,9 @@
2003-01-27 Jeffrey Stedfast <fejj@ximian.com>
+ * e-msg-composer.c (e_msg_composer_new_from_url): If the subject
+ or body components of the mailto url are not in UTF-8, convert
+ them to UTF-8.
+
* e-msg-composer-attachment.c (update_mime_type): Fixed a #warning
by converting the filename into a uri before passing it into
gnome_vfs_get_mime_type() since that function really needs a uri.