From d136ea0fe4fda6c60c0e6602a57f4bb3388b689b Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 15 Jan 2009 01:46:58 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 11 +++++++++++ src/ChangeLog | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/example/ChangeLog b/example/ChangeLog index d5f97b1..c8d3f83 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,14 @@ +2009-01-15 Kenichi Handa + + * mconv.c (suppress_warning, continue_on_error): Make them global + variables. + (check_invalid_bytes, check_unencoded_chars): Check + suppress_warning and continue_on_error. + (unknown_encoding): New function. + (FATAL_ERROR): Check suppress_warning. + (main): Use unknown_encoding. Call check_invalid_bytes and + check_unencoded_chars unconditionally. + 2008-12-26 Kenichi Handa * mconv.c (main): Print a proper error message if the specified diff --git a/src/ChangeLog b/src/ChangeLog index 159656a..a92d979 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-01-14 Kenichi Handa + + * coding.c (decode_coding_iso_2022): Check invocation status + before updating charset0 and charset1. + + * symbol.c (msymbol__canonicalize): Handle "windows-XXXX". + 2008-12-31 Kenichi Handa * m17n-flt.c (mflt_run): If g->encoded is set, don't clear -- 1.7.10.4