aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2005-04-01 01:12:22 +0000
committerKenichi Handa2005-04-01 01:12:22 +0000
commit41639988b2b9fc7cb071b2936c5822a7f8c8a741 (patch)
tree77dd17f82ad55b26f96a2523514f1a51ef677bd9 /src
parent0190922fb49028aa5dc422378931a81ee59b5c9c (diff)
downloademacs-41639988b2b9fc7cb071b2936c5822a7f8c8a741.tar.gz
emacs-41639988b2b9fc7cb071b2936c5822a7f8c8a741.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 258948bf5d3..517a0a2b479 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
1<<<<<<< ChangeLog
22005-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
12005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> 212005-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.