Mercurial > emacs
comparison src/ChangeLog @ 61190:9a92248c5bb2
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Apr 2005 01:12:22 +0000 |
parents | deabd7fb7548 |
children | a4c4fe785cf5 |
comparison
equal
deleted
inserted
replaced
61189:91ba6c641a60 | 61190:9a92248c5bb2 |
---|---|
1 <<<<<<< ChangeLog | |
2 2005-04-01 Kenichi Handa <handa@m17n.org> | |
3 | |
4 * lisp.h (Vascii_upcase_table, Vascii_canon_table, | |
5 Vascii_eqv_table): Extern them. | |
6 | |
7 * casetab.c (set_case_table): If standard is nonzero, setup | |
8 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. | |
9 | |
10 * search.c (looking_at_1): Use current_buffer->case_canon_table, | |
11 not DOWNCASE_TABLE. | |
12 (string_match_1): Likewise. | |
13 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not | |
14 Vascii_downcase_table. | |
15 (fast_string_match_ignore_case): Likewise. | |
16 (search_buffer): Fix checking of boyer-moore usability. | |
17 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. No | |
18 need of tranlating characters in PAT. Fix calculation of | |
19 simple_translate. | |
20 | |
1 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | 21 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 22 |
3 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap. | 23 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap. |
4 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it. | 24 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it. |
5 Use XtNtopShadowPixel and XtNbottomShadowPixel. | 25 Use XtNtopShadowPixel and XtNbottomShadowPixel. |