From 092b7e4449e8a2a354446ec2813a04fe95d42ec8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 30 May 2001 21:32:18 +0000 Subject: Redo the BUILD_MAP code to not depend on libunicode. Now it only generates * camel-charset-map.c: Redo the BUILD_MAP code to not depend on libunicode. Now it only generates a map of "popular" 8bit encodings. (It's not worthwhile to support obscure encodings, because any mailer that supports them will support UTF8 too. And Chinese and Japanese use mostly the same UTF8 characters so you need to decide between those encodings based on the locale or the charset of the message you're replying to or the input method you used. So this is sufficient for camel_charset_best's use.) * camel-charset-map-private.h: Regenerated. * camel.c (camel_shutdown): Move #ifdefs around to prevent a warning. svn path=/trunk/; revision=10055 --- camel/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index ae54828283..a56052f885 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,20 @@ +2001-05-30 Dan Winship + + * camel-charset-map.c: Redo the BUILD_MAP code to not depend on + libunicode. Now it only generates a map of "popular" 8bit + encodings. (It's not worthwhile to support obscure encodings, + because any mailer that supports them will support UTF8 too. And + Chinese and Japanese use mostly the same UTF8 characters so you + need to decide between those encodings based on the locale or + the charset of the message you're replying to or the input + method you used. So this is sufficient for camel_charset_best's + use.) + + * camel-charset-map-private.h: Regenerated. + + * camel.c (camel_shutdown): Move #ifdefs around to prevent a + warning. + 2001-05-29 Dan Winship * camel-disco-diary.c: Code for logging and replaying offline -- cgit v1.2.3