aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-07-18 04:12:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-07-18 04:12:12 +0800
commit451cc1a07a7010fba205ffebfb7778b284f524cf (patch)
tree1ed2548bd23831e761088d9dee16a535c02f8702 /camel/ChangeLog
parent76c23a45f1737a6fc6d11b235ef753a082fe16cb (diff)
downloadgsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar
gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.gz
gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.bz2
gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.lz
gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.xz
gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.zst
gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.zip
Updated to convert to/from the correct charset (since content is no longer
2003-07-17 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-message.c (find_best_encoding): Updated to convert to/from the correct charset (since content is no longer necessarily in UTF-8). (best_encoding): Free the charset string when we're done with it. svn path=/trunk/; revision=21863
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bb654f24bc..8a607b8bfe 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2003-07-17 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-mime-message.c (find_best_encoding): Updated to convert
+ to/from the correct charset (since content is no longer
+ necessarily in UTF-8).
+ (best_encoding): Free the charset string when we're done with it.
+
* camel-stream-fs.c (stream_read): Increment the seekable stream
position by the number of bytes read. Oops.
(stream_write): Same here.