Mercurial > emacs
comparison src/ChangeLog @ 109972:7a86ccf3260e
Fix finding a stop position for composition.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 25 Aug 2010 09:54:05 +0900 |
parents | 637005c4c3ca |
children | 08e939f21918 |
comparison
equal
deleted
inserted
replaced
109848:637005c4c3ca | 109972:7a86ccf3260e |
---|---|
1 2010-08-25 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * composite.c (composition_compute_stop_pos): In forward search, | |
4 pay attention to the possibility that some character after ENDPOS | |
5 will be composed with charactrs before ENDPOS. | |
6 | |
1 2010-08-19 Jan Djärv <jan.h.d@swipnet.se> | 7 2010-08-19 Jan Djärv <jan.h.d@swipnet.se> |
2 | 8 |
3 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". | 9 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". |
4 | 10 |
5 2010-08-18 Eli Zaretskii <eliz@gnu.org> | 11 2010-08-18 Eli Zaretskii <eliz@gnu.org> |