From: Kenichi Handa Date: Sat, 10 Jun 2000 01:16:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff6a65c2baafdce9fe1aaf9c59ce1960e68ec521;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 745384d85c5..58460eb189d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -18,8 +18,8 @@ * composite.el (decompose-composite-char): Declare it as obsolete. - * man.el (Man-fontify-manpage): Pay attention to overstrike - pattern for CJK characters (X^H^HX). + * man.el (Man-fontify-manpage): Pay attention to underline and + overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). 2000-06-08 Gerd Moellmann diff --git a/src/ChangeLog b/src/ChangeLog index 4a75b54418b..5b73a6eddd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-06-10 Kenichi Handa + * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte + and dst_multibyte members of coding. + * charset.c (update_charset_table): Update the table bytes_by_char_head. (init_charset_once): Initialize elements of bytes_by_char_head to