Mercurial > emacs
changeset 90246:b45f998a92aa
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 17 Oct 2005 04:16:02 +0000 |
parents | 7dd79b4dd8a5 |
children | b82766aee45f |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Mon Oct 17 04:15:51 2005 +0000 +++ b/src/ChangeLog.unicode Mon Oct 17 04:16:02 2005 +0000 @@ -1,3 +1,12 @@ +2005-10-17 Kenichi Handa <handa@m17n.org> + + * search.c (search_buffer): Give up BM search on case-fold-search + if one of a target character has a case-equivalence of different + byte length even if that target charcter is an ASCII. + (simple_search): Fix culculation of byte length of matched text. + (boyer_moore): Fix handling of case-equivalent multibyte + characters. + 2005-10-15 Kenichi Handa <handa@m17n.org> * coding.c (decode_coding): Fix handling of invalid bytes.