aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-04-05 11:34:23 +0800
committerSimon Zheng <simonz@src.gnome.org>2006-04-05 11:34:23 +0800
commit6761feca240609a6e30981a1e24cadf80bce3f3f (patch)
tree9ee13e75fca6d8d717964ae120d24d015819f344 /composer/ChangeLog
parent0d1c0e1e1ae3d5040f8a274b164b6eba3850ca4d (diff)
downloadgsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.tar
gsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.tar.gz
gsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.tar.bz2
gsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.tar.lz
gsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.tar.xz
gsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.tar.zst
gsoc2013-evolution-6761feca240609a6e30981a1e24cadf80bce3f3f.zip
** Fixes bug #333213 According to POSIX.1 specfication, if iconv()
2006-04-05 Simon Zheng <simon.zheng@sun.com> ** Fixes bug #333213 * e-msg-composer.c: (best_encoding): According to POSIX.1 specfication, if iconv() encounts non-identical characters, it'll return the number of non-identical conversation performed. i.e. returning positive value means exception as well as -1. svn path=/trunk/; revision=31766
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 335f434904..cf4c370720 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-05 Simon Zheng <simon.zheng@sun.com>
+
+ ** Fixes bug #333213
+ * e-msg-composer.c: (best_encoding): According to POSIX.1
+ specfication, if iconv() encounts non-identical characters, it'll
+ return the number of non-identical conversation performed. i.e.
+ returning positive value means exception as well as -1.
+
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584