Mercurial > emacs
comparison src/ChangeLog @ 89158:4ba8c85cf519
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 05 Oct 2002 19:23:48 +0000 (2002-10-05) |
parents | 501b1c98d45a |
children | b824f9b566f2 |
comparison
equal
deleted
inserted
replaced
89157:e1e3e649ab34 | 89158:4ba8c85cf519 |
---|---|
1 2002-10-05 Dave Love <fx@gnu.org> | |
2 | |
3 * xfns.c (x_window, x_window): Use use_xim. | |
4 | |
5 * xterm.c (use_xim): Initialize. | |
6 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim. | |
7 (x_term_init): Maybe set use_xim. | |
8 | |
9 * xterm.h (use_xim) [HAVE_X_I18N]: Declare. | |
10 | |
1 2002-10-01 Kenichi Handa <handa@m17n.org> | 11 2002-10-01 Kenichi Handa <handa@m17n.org> |
2 | 12 |
3 * search.c (search_buffer): Fix case-fold-search of multibyte | 13 * search.c (search_buffer): Fix case-fold-search of multibyte |
4 characters. | 14 characters. |
5 (boyer_moore): Rename the last argument to char_high_bits. | 15 (boyer_moore): Rename the last argument to char_high_bits. |
467 (Fset_fotset_font): Fix arguments to 5. | 477 (Fset_fotset_font): Fix arguments to 5. |
468 | 478 |
469 * msdos.c (XMenuActivate): Adjuted for the change of | 479 * msdos.c (XMenuActivate): Adjuted for the change of |
470 lookup_derived_face. | 480 lookup_derived_face. |
471 | 481 |
472 * xdisp.c (message_dolog, set_message_1, | 482 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line): |
473 extend_face_to_end_of_line): Use ASCII_CHAR_P, not | 483 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P. |
474 SINGLE_BYTE_CHAR_P. | |
475 (highlight_trailing_whitespace): Adjusted for the change of | 484 (highlight_trailing_whitespace): Adjusted for the change of |
476 lookup_named_face. | 485 lookup_named_face. |
477 | 486 |
478 * xfaces.c: Include charset.h. | 487 * xfaces.c: Include charset.h. |
479 (load_face_font): Argument C deleted. Caller changed. | 488 (load_face_font): Argument C deleted. Caller changed. |