diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-14 02:53:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-14 02:53:08 +0800 |
commit | aabc9c14ea0e9dc152e1aee605eeaace2ba4d4f6 (patch) | |
tree | 86fc004ac681b0edd182d073fb8cce941835ece9 /camel/ChangeLog | |
parent | 3209f94b02a3d153df60f83d9595d32348fa7ae6 (diff) | |
download | gsoc2013-evolution-aabc9c14ea0e9dc152e1aee605eeaace2ba4d4f6.tar.gz gsoc2013-evolution-aabc9c14ea0e9dc152e1aee605eeaace2ba4d4f6.tar.zst gsoc2013-evolution-aabc9c14ea0e9dc152e1aee605eeaace2ba4d4f6.zip |
Added a hack to convert charsets in the format iso8859-1 to iso-8859-1
2001-07-13 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.c (rfc2047_decode_word): Added a hack to
convert charsets in the format iso8859-1 to iso-8859-1 because it
seems to be more iconv friendly. It has been reported that on some
systems, iconv doesn't know about iso8859-1 while it *does* know
about iso-8859-1. See bug #4530.
svn path=/trunk/; revision=11094
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d1abaa0b19..88fab1eafc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,14 +1,22 @@ +2001-07-13 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (rfc2047_decode_word): Added a hack to + convert charsets in the format iso8859-1 to iso-8859-1 because it + seems to be more iconv friendly. It has been reported that on some + systems, iconv doesn't know about iso8859-1 while it *does* know + about iso-8859-1. See bug #4530. + 2001-07-13 Peter Williams <peterw@ximian.com> - * Makefile.am (install-exec-local): Let people install as non-root, - but give them a bigass warning so they're not allowed to complain when - it doesn't work right. + * Makefile.am (install-exec-local): Let people install as + non-root, but give them a bigass warning so they're not allowed to + complain when it doesn't work right. - * camel-remote-store.c (sync_remote_folder): New function: - hash table callback. - (remote_disconnect): If cleanly disconnecting, sync our folders. Fixes - deadlocks on exit (folders syncing after store disconnects) and also makes - sense. + * camel-remote-store.c (sync_remote_folder): New function: hash + table callback. + (remote_disconnect): If cleanly disconnecting, sync our + folders. Fixes deadlocks on exit (folders syncing after store + disconnects) and also makes sense. 2001-07-13 Jeffrey Stedfast <fejj@ximian.com> |