# HG changeset patch # User Kenichi Handa # Date 1112317942 0 # Node ID 9a92248c5bb298138edcea35798911a2b11dd674 # Parent 91ba6c641a6095b6c6090c0537ec4e8708098826 *** empty log message *** diff -r 91ba6c641a60 -r 9a92248c5bb2 lispref/ChangeLog --- 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 + + * nonascii.texi (Coding System Basics): Describe about rondtrip + identity of coding systems. + 2005-03-29 Chong Yidong * text.texi (Buffer Contents): Add filter-buffer-substring and diff -r 91ba6c641a60 -r 9a92248c5bb2 src/ChangeLog --- 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 + + * 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 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.