aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45a5bd149a3..1f0ae13a37d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-09-14 Kenichi Handa <handa@m17n.org>
2
3 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
4 specpdl_ptr.
5
12008-09-12 Kenichi Handa <handa@m17n.org> 62008-09-12 Kenichi Handa <handa@m17n.org>
2 7
3 * indent.c (scan_for_column): Don't handle automatic composition 8 * indent.c (scan_for_column): Don't handle automatic composition
@@ -90,6 +95,11 @@
90 95
91 * buffer.c (Fbuffer_swap_text): Reset window->point markers. 96 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
92 97
982008-09-07 Kenichi Handa <handa@m17n.org>
99
100 * composite.c (FORWARD_CHAR): Check STOP after
101 incrementing (POSITION).pos.
102
932008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 1032008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
94 104
95 * process.c (Fsystem_process_attributes): Doc fix. 105 * process.c (Fsystem_process_attributes): Doc fix.