Mercurial > emacs
comparison src/ChangeLog.unicode @ 90246:b45f998a92aa
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 17 Oct 2005 04:16:02 +0000 |
parents | bf08376ae834 |
children | 110356d4cc9b |
comparison
equal
deleted
inserted
replaced
90245:7dd79b4dd8a5 | 90246:b45f998a92aa |
---|---|
1 2005-10-17 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * search.c (search_buffer): Give up BM search on case-fold-search | |
4 if one of a target character has a case-equivalence of different | |
5 byte length even if that target charcter is an ASCII. | |
6 (simple_search): Fix culculation of byte length of matched text. | |
7 (boyer_moore): Fix handling of case-equivalent multibyte | |
8 characters. | |
9 | |
1 2005-10-15 Kenichi Handa <handa@m17n.org> | 10 2005-10-15 Kenichi Handa <handa@m17n.org> |
2 | 11 |
3 * coding.c (decode_coding): Fix handling of invalid bytes. | 12 * coding.c (decode_coding): Fix handling of invalid bytes. |
4 | 13 |
5 2005-10-06 Kenichi Handa <handa@m17n.org> | 14 2005-10-06 Kenichi Handa <handa@m17n.org> |