aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7d15c93cdf4..b1e541ce49d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12004-06-12 Kenichi Handa <handa@m17n.org>
2
3 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
4 ccl_prog_stack_struct and update it.
5 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
6 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
7 ccl->eof_ic on EOF.
8 (ccl_debug_hook): New function.
9 (struct ccl_prog_stack): New member eof_ic.
10 (ccl_driver): Handle EOF in subrountine call correctly.
11
122004-06-11 Kenichi Handa <handa@m17n.org>
13
14 * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
15
12004-06-11 Kim F. Storm <storm@cua.dk> 162004-06-11 Kim F. Storm <storm@cua.dk>
2 17
3 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown. 18 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.