aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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