comparison src/ChangeLog @ 110361:4d54e23aa31e

Fix typos in comments and ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Sep 2010 22:32:35 +0200
parents 01aabf6189ef
children 6dcf9897d91a
comparison
equal deleted inserted replaced
110360:01aabf6189ef 110361:4d54e23aa31e
20305 20305
20306 2008-02-01 Kenichi Handa <handa@m17n.org> 20306 2008-02-01 Kenichi Handa <handa@m17n.org>
20307 20307
20308 * search.c (search_buffer): Give up BM search on case-fold-search 20308 * search.c (search_buffer): Give up BM search on case-fold-search
20309 if one of a target character has a case-equivalence of different 20309 if one of a target character has a case-equivalence of different
20310 byte length even if that target charcter is an ASCII. 20310 byte length even if that target character is an ASCII.
20311 (simple_search): Fix calculation of byte length of matched text. 20311 (simple_search): Fix calculation of byte length of matched text.
20312 (boyer_moore): Fix handling of case-equivalent multibyte characters. 20312 (boyer_moore): Fix handling of case-equivalent multibyte characters.
20313 20313
20314 2008-02-01 Kenichi Handa <handa@m17n.org> 20314 2008-02-01 Kenichi Handa <handa@m17n.org>
20315 20315