From: Kenichi Handa Date: Thu, 25 May 2000 04:43:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46ab33a9c7f034b87b347405a50c886ba313c4c7;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 56769d224fd..35d346f162c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-05-25 Kenichi Handa + * coding.c (run_pre_post_conversion_on_str): Set point to the + beginning of buffer before calling coding->post_read_conversion. + (decode_coding_string): Give correct args to + run_pre_post_conversion_on_str. + (encode_coding_string): Likewise. + * ccl.c (ccl_driver) : Handle charsets eight-bit-control and eight-bit-graphic correctly.