diff options
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
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 |