comparison src/ChangeLog @ 98161:c80ae6f21730

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 12 Sep 2008 06:33:04 +0000
parents 314662df7c17
children 80ddfbfad89e
comparison
equal deleted inserted replaced
98160:51ea1846eb9f 98161:c80ae6f21730
1 2008-09-12 Kenichi Handa <handa@m17n.org>
2
3 * indent.c (scan_for_column): Don't handle automatic composition
4 if the current buffer is not associated with a window.
5
6 * composite.c (composition_reseat_it): If the current buffer is
7 not associated with a window, ignore the automatic composition.
8 (find_automatic_composition): Likewise.
9
1 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 10 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop. 12 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
4 (Fgpm_mouse_stop): Use it. 13 (Fgpm_mouse_stop): Use it.
5 * termhooks.h (close_gpm): Declare. 14 * termhooks.h (close_gpm): Declare.