diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4fbe0de2a1..6edb7419eb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | * composite.c (FORWARD_CHAR): Fix calculation | 6 | * composite.c (FORWARD_CHAR): Fix calculation |
| 7 | of (POSITION).pos_byte. | 7 | of (POSITION).pos_byte. |
| 8 | (composition_compute_stop_pos): Limit the search of composition to | ||
| 9 | at most 500 characters ahead. If we reach the limit or find a | ||
| 10 | newline, set cmp_it->ch to -2 and return 0. | ||
| 11 | (composition_reseat_it): Handle the case that cmp_it->ch is -2. | ||
| 8 | 12 | ||
| 9 | 2008-09-08 Kenichi Handa <handa@m17n.org> | 13 | 2008-09-08 Kenichi Handa <handa@m17n.org> |
| 10 | 14 | ||