# HG changeset patch # User Kenichi Handa # Date 1220575643 0 # Node ID b5a42c692791a29e6b62f2adc965de31efa29b5b # Parent 59bcf1726f2c2c2433272455f02e36a7e9f47ddd *** empty log message *** diff -r 59bcf1726f2c -r b5a42c692791 src/ChangeLog --- a/src/ChangeLog Fri Sep 05 00:46:57 2008 +0000 +++ b/src/ChangeLog Fri Sep 05 00:47:23 2008 +0000 @@ -1,3 +1,15 @@ +2008-09-05 Kenichi Handa + + * composite.c (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. + + * dispextern.h (struct composition_it): New member lookback. + 2008-09-02 Chong Yidong * indent.c (Fvertical_motion): Don't call move_it_by_lines again