comparison src/ChangeLog @ 88419:c04be57b2859

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 01 Mar 2002 04:15:33 +0000
parents 6416d2c35321
children 8716131f15d4
comparison
equal deleted inserted replaced
88418:0e981bfea920 88419:c04be57b2859
261 (choose_face_font): Argments changed. Adjusted for the change of 261 (choose_face_font): Argments changed. Adjusted for the change of
262 fontset_font_pattern and FS_LOAD_FONT. 262 fontset_font_pattern and FS_LOAD_FONT.
263 263
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
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.
266 277
267 2002-02-26 Kim F. Storm <storm@cua.dk> 278 2002-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
270 which is similar to Vminibuf_scroll_window, but which is only set 281 which is similar to Vminibuf_scroll_window, but which is only set