diff options
| author | Kenichi Handa | 2008-09-05 00:47:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-09-05 00:47:23 +0000 |
| commit | 90b3fe912530f5170ae660f0a9a9a66f35714491 (patch) | |
| tree | 5f7a8e6a1eddb3200a5d5a018f45e1427c7a4525 /src/ChangeLog | |
| parent | cbf21103d9fad16fe87d9affbc955c75cce657e4 (diff) | |
| download | emacs-90b3fe912530f5170ae660f0a9a9a66f35714491.tar.gz emacs-90b3fe912530f5170ae660f0a9a9a66f35714491.zip | |
(autocmp_chars): Check lookback count.
(composition_compute_stop_pos): Set cmp_it->lookback.
(composition_reseat_it): Check lookback count.
(struct position_record): New struct.
(FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
(find_automatic_composition): New function.
(composition_adjust_point): Use find_automatic_composition.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2cb1c7b8cb0..ff10dd9b61e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-09-05 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * composite.c (autocmp_chars): Check lookback count. | ||
| 4 | (composition_compute_stop_pos): Set cmp_it->lookback. | ||
| 5 | (composition_reseat_it): Check lookback count. | ||
| 6 | (struct position_record): New struct. | ||
| 7 | (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros. | ||
| 8 | (find_automatic_composition): New function. | ||
| 9 | (composition_adjust_point): Use find_automatic_composition. | ||
| 10 | |||
| 11 | * dispextern.h (struct composition_it): New member lookback. | ||
| 12 | |||
| 1 | 2008-09-02 Chong Yidong <cyd@stupidchicken.com> | 13 | 2008-09-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * indent.c (Fvertical_motion): Don't call move_it_by_lines again | 15 | * indent.c (Fvertical_motion): Don't call move_it_by_lines again |