Mercurial > emacs
changeset 88419:c04be57b2859
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Mar 2002 04:15:33 +0000 |
parents | 0e981bfea920 |
children | 8716131f15d4 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 01 04:14:58 2002 +0000 +++ b/src/ChangeLog Fri Mar 01 04:15:33 2002 +0000 @@ -264,6 +264,17 @@ * xfns.c: Include "character.h". (x_encode_text): Adjusted for the new code-conversion API. + * xterm.c: 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. + 2002-02-26 Kim F. Storm <storm@cua.dk> The following changes add a new Vminibuf_selected_window variable