Mercurial > emacs
changeset 98109:4069f64c7d4c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 09 Sep 2008 11:09:31 +0000 |
parents | 7b2adb63b556 |
children | c4934c5221ea |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 09 11:09:10 2008 +0000 +++ b/src/ChangeLog Tue Sep 09 11:09:31 2008 +0000 @@ -5,6 +5,10 @@ * composite.c (FORWARD_CHAR): Fix calculation of (POSITION).pos_byte. + (composition_compute_stop_pos): Limit the search of composition to + at most 500 characters ahead. If we reach the limit or find a + newline, set cmp_it->ch to -2 and return 0. + (composition_reseat_it): Handle the case that cmp_it->ch is -2. 2008-09-08 Kenichi Handa <handa@m17n.org>