aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1136e5e6057..45a5bd149a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12008-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
12008-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 102008-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.