aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-03-01 04:15:33 +0000
committerKenichi Handa2002-03-01 04:15:33 +0000
commit8a78c965db72e3b59534d96ecc465d6be8525b06 (patch)
tree326501aea8cba3abdd18412cac92fb9373e7dc8a /src/ChangeLog
parentf8b185be36c596318edcd61b8fa2b97a3a0bb8f4 (diff)
downloademacs-8a78c965db72e3b59534d96ecc465d6be8525b06.tar.gz
emacs-8a78c965db72e3b59534d96ecc465d6be8525b06.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b513c6599ed..26ffcf762e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -264,6 +264,17 @@
264 * xfns.c: Include "character.h". 264 * xfns.c: Include "character.h".
265 (x_encode_text): Adjusted for the new code-conversion API. 265 (x_encode_text): Adjusted for the new code-conversion API.
266 266
267 * xterm.c: Include "character.h".
268 (x_encode_char): New argument CHARSET. Caller changed.
269 (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of
270 SPLIT_CHAR.
271 (x_get_glyph_face_and_encoding): Likewise.
272 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
273 CHAR_WIDTH instead of CHARSET_WIDTH.
274 (XTread_socket): Adjusted for the new code-conversion API.
275 (x_new_font): Adjusted for the change of FS_LOAD_FONT.
276 (x_load_font): Adjusted for the change of struct font.
277
2672002-02-26 Kim F. Storm <storm@cua.dk> 2782002-02-26 Kim F. Storm <storm@cua.dk>
268 279
269 The following changes add a new Vminibuf_selected_window variable 280 The following changes add a new Vminibuf_selected_window variable