]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 28 Sep 2003 23:30:45 +0000 (23:30 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 28 Sep 2003 23:30:45 +0000 (23:30 +0000)
lisp/ChangeLog
src/ChangeLog

index 09e493aa0f357f49206ec62642fa2c38cb03ec11..ccd0c36ba0410f63382e0f7378087a896c5e3105 100644 (file)
@@ -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.
index ab41449534b292b067f878c73e617dbc200ba976..8401a7688252709b7712e19fa8e8433c6674790a 100644 (file)
@@ -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.