aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ef951515f28..5ce4c049c77 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12010-08-25 Kenichi Handa <handa@m17n.org> 12010-08-25 Kenichi Handa <handa@m17n.org>
2 2
3 * composite.c (composition_compute_stop_pos): Don't break
4 composition at PT.
5 (composition_reseat_it): Likewise. Fix calculation of character
6 position starting a composition.
7 (Fcomposition_get_gstring): Don't limit the number of components
8 for automatic composition.
9
102010-08-25 Kenichi Handa <handa@m17n.org>
11
3 * composite.c (composition_compute_stop_pos): In forward search, 12 * composite.c (composition_compute_stop_pos): In forward search,
4 pay attention to the possibility that some character after ENDPOS 13 pay attention to the possibility that some character after ENDPOS
5 will be composed with charactrs before ENDPOS. 14 will be composed with charactrs before ENDPOS.