diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-18 09:28:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-18 09:28:27 +0800 |
commit | f6408daa103092f18789a719a4123224b259f71f (patch) | |
tree | 838b491516e1b3669428136d73019aa9afe5f2c3 /camel/ChangeLog | |
parent | 13299ab7e073cf4d412cec019e4240a7634c1cf5 (diff) | |
download | gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.gz gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.zst gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.zip |
New function to map ISO charsets to the Windows charsets.
2001-12-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-charset-map.c (camel_charset_iso_to_windows): New function
to map ISO charsets to the Windows charsets.
* camel-mime-part-utils.c (broken_windows_charset): Detect Windows
charsets.
(simple_data_wrapper_construct_from_parser): Simplify a tad and
also check for iso-8859-* charsets that are really Windows
charsets. Fixes bug #12631.
svn path=/trunk/; revision=15144
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index cb8a9eaf6a..b82266ff9e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-12-17 Jeffrey Stedfast <fejj@ximian.com> + + * camel-charset-map.c (camel_charset_iso_to_windows): New function + to map ISO charsets to the Windows charsets. + + * camel-mime-part-utils.c (broken_windows_charset): Detect Windows + charsets. + (simple_data_wrapper_construct_from_parser): Simplify a tad and + also check for iso-8859-* charsets that are really Windows + charsets. Fixes bug #12631. + 2001-12-17 Dan Winship <danw@ximian.com> * Makefile.am (INCLUDES): define CAMEL_PROVIDERDIR to be the @@ -7,11 +18,16 @@ * providers/imap/Makefile.am (camel_provider_LTLIBRARIES, camel_provider_DATA): renamed from provider_LTLIBRARIES, - provider_DATA. - * providers/local/Makefile.am: Likewise - * providers/nntp/Makefile.am: Likewise - * providers/pop3/Makefile.am: Likewise - * providers/sendmail/Makefile.am: Likewise + provider_DATA. + + * providers/local/Makefile.am: Likewise + + * providers/nntp/Makefile.am: Likewise + + * providers/pop3/Makefile.am: Likewise + + * providers/sendmail/Makefile.am: Likewise + * providers/smtp/Makefile.am: Likewise 2001-12-16 Jeffrey Stedfast <fejj@ximian.com> |