Mercurial > emacs
diff src/ChangeLog @ 109976:26e31bcc4b06
Allow composition striding over PT.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 25 Aug 2010 13:39:30 +0900 |
parents | 08e939f21918 |
children | 35753506eda5 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Aug 25 13:06:15 2010 +0900 +++ b/src/ChangeLog Wed Aug 25 13:39:30 2010 +0900 @@ -1,3 +1,12 @@ +2010-08-25 Kenichi Handa <handa@m17n.org> + + * composite.c (composition_compute_stop_pos): Don't break + composition at PT. + (composition_reseat_it): Likewise. Fix calculation of character + position starting a composition. + (Fcomposition_get_gstring): Don't limit the number of components + for automatic composition. + 2010-08-25 Kenichi Handa <handa@m17n.org> * composite.c (composition_compute_stop_pos): In forward search,