1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 00:50:44 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2005-10-17 04:16:02 +00:00
parent 49e44e8134
commit a622537b0c

View file

@ -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.