]> git.eshelyaron.com Git - emacs.git/commit
Include "character.h".
authorKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 04:15:33 +0000 (04:15 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 04:15:33 +0000 (04:15 +0000)
commit8a78c965db72e3b59534d96ecc465d6be8525b06
tree326501aea8cba3abdd18412cac92fb9373e7dc8a
parentf8b185be36c596318edcd61b8fa2b97a3a0bb8f4
Include "character.h".
(x_encode_char): New argument CHARSET.  Caller changed.
(x_get_char_face_and_encoding): Call ENCODE_CHAR instead of
SPLIT_CHAR.
(x_get_glyph_face_and_encoding): Likewise.
(x_produce_glyphs): Don't check Vnonascii_translation_table Call
CHAR_WIDTH instead of CHARSET_WIDTH.
(XTread_socket): Adjusted for the new code-conversion API.
(x_new_font): Adjusted for the change of FS_LOAD_FONT.
(x_load_font): Adjusted for the change of struct font.
src/ChangeLog
src/xterm.c