changeset 52657:f02b2da0b533

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sun, 28 Sep 2003 23:30:45 +0000
parents 07aa89c19f9f
children 83e88d5bdd11
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 28 23:30:30 2003 +0000
+++ b/lisp/ChangeLog	Sun Sep 28 23:30:45 2003 +0000
@@ -1,3 +1,12 @@
+2003-09-28  Kenichi Handa  <handa@m17n.org>
+
+	* 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  <schwab@suse.de>
 
 	* find-file.el (ff-special-constructs): Add autoload cookie.
--- a/src/ChangeLog	Sun Sep 28 23:30:30 2003 +0000
+++ b/src/ChangeLog	Sun Sep 28 23:30:45 2003 +0000
@@ -1,3 +1,8 @@
+2003-09-28  Kenichi Handa  <handa@m17n.org>
+
+	* fontset.c (Finternal_char_font): Change return value to
+	cons (FONT-NAME . GLYPH-CODE).
+
 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
 
 	* term.c (tty_setup_colors): Treat any negative argument as -1.