From ff6a65c2baafdce9fe1aaf9c59ce1960e68ec521 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 10 Jun 2000 01:16:33 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++-- src/ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5