Mercurial > emacs
changeset 61190:9a92248c5bb2
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Apr 2005 01:12:22 +0000 |
parents | 91ba6c641a60 |
children | e675fc444baf |
files | lispref/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Fri Apr 01 01:05:46 2005 +0000 +++ b/lispref/ChangeLog Fri Apr 01 01:12:22 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-01 Kenichi Handa <handa@m17n.org> + + * nonascii.texi (Coding System Basics): Describe about rondtrip + identity of coding systems. + 2005-03-29 Chong Yidong <cyd@stupidchicken.com> * text.texi (Buffer Contents): Add filter-buffer-substring and
--- a/src/ChangeLog Fri Apr 01 01:05:46 2005 +0000 +++ b/src/ChangeLog Fri Apr 01 01:12:22 2005 +0000 @@ -1,3 +1,23 @@ +<<<<<<< ChangeLog +2005-04-01 Kenichi Handa <handa@m17n.org> + + * lisp.h (Vascii_upcase_table, Vascii_canon_table, + Vascii_eqv_table): Extern them. + + * casetab.c (set_case_table): If standard is nonzero, setup + Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. + + * search.c (looking_at_1): Use current_buffer->case_canon_table, + not DOWNCASE_TABLE. + (string_match_1): Likewise. + (fast_c_string_match_ignore_case): Use Vascii_canon_table, not + Vascii_downcase_table. + (fast_string_match_ignore_case): Likewise. + (search_buffer): Fix checking of boyer-moore usability. + (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. No + need of tranlating characters in PAT. Fix calculation of + simple_translate. + 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.