diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f33507b81f..8c1c475996 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2003-07-11 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> + + * camel-iconv.c: Fix for #46168 'some additional locale aliases + required for chinese support'. + +2003-07-25 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (header_decode_word): Revert NotZed's fix for + bug #42170 - this causes even more problems than it solves. See + bug #46331 for info. Basically, each address header would be + converted to UTF-8 twice which means no raw 8bit address header + would render correctly. + (header_decode_mailbox): Perform a sanity check on the resultant + addr->str to make sure that it is valid UTF-8, if not convert it + to UTF-8. Fixes bug #42170. + 2003-07-23 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-message.c (find_best_encoding): Revert my previous |