# HG changeset patch # User Kenichi Handa # Date 1221201184 0 # Node ID c80ae6f2173072b185c123c916c9b7acd8db542a # Parent 51ea1846eb9febee309ad315f706825d115fd0ee *** empty log message *** diff -r 51ea1846eb9f -r c80ae6f21730 src/ChangeLog --- a/src/ChangeLog Fri Sep 12 06:29:25 2008 +0000 +++ b/src/ChangeLog Fri Sep 12 06:33:04 2008 +0000 @@ -1,3 +1,12 @@ +2008-09-12 Kenichi Handa + + * indent.c (scan_for_column): Don't handle automatic composition + if the current buffer is not associated with a window. + + * composite.c (composition_reseat_it): If the current buffer is + not associated with a window, ignore the automatic composition. + (find_automatic_composition): Likewise. + 2008-09-12 Stefan Monnier * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.