aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-09-14 05:59:16 +0000
committerKenichi Handa2008-09-14 05:59:16 +0000
commitc3702194809d8772afa226d5107ec3abb05e8d35 (patch)
treeef6a0d33b9b75f273e2c0b355387c001355d8351 /src/ChangeLog
parent896c726619b7c6094406ab075451fb24cad46a0e (diff)
downloademacs-c3702194809d8772afa226d5107ec3abb05e8d35.tar.gz
emacs-c3702194809d8772afa226d5107ec3abb05e8d35.zip
(Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
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.