From 41639988b2b9fc7cb071b2936c5822a7f8c8a741 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 1 Apr 2005 01:12:22 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 5 +++++ src/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7f22ad2e485..0d11d7c0e9e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 258948bf5d3..517a0a2b479 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.11.4.GIT