Mercurial > emacs
comparison src/ChangeLog @ 88420:8716131f15d4
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Mar 2002 04:27:37 +0000 |
parents | c04be57b2859 |
children | 29c4241b5418 |
comparison
equal
deleted
inserted
replaced
88419:c04be57b2859 | 88420:8716131f15d4 |
---|---|
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 * xselect.c: Don't include "charset.h". | |
268 (selection_data_to_lisp_data): Adjusted for the new code | |
269 covnersion API. | |
266 | 270 |
267 * xterm.c: Include "character.h". | 271 * xterm.c: Include "character.h". |
268 (x_encode_char): New argument CHARSET. Caller changed. | 272 (x_encode_char): New argument CHARSET. Caller changed. |
269 (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of | 273 (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of |
270 SPLIT_CHAR. | 274 SPLIT_CHAR. |