From 3413f9720b8c8ae51feca34d7fb618d94fadbf56 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 28 Sep 2003 23:30:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09e493aa0f3..ccd0c36ba04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-09-28 Kenichi Handa + + * descr-text.el (describe-char-display): New function. + (describe-char): Pay attention to display table on describing how + a character is displayed. + + * international/mule-cmds.el (encoded-string-description): Prepend + "0x" to each encoded byte. + 2003-09-28 Andreas Schwab * find-file.el (ff-special-constructs): Add autoload cookie. diff --git a/src/ChangeLog b/src/ChangeLog index ab41449534b..8401a768825 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-09-28 Kenichi Handa + + * fontset.c (Finternal_char_font): Change return value to + cons (FONT-NAME . GLYPH-CODE). + 2003-09-28 Eli Zaretskii * term.c (tty_setup_colors): Treat any negative argument as -1. -- 2.39.2