aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-03-10 12:21:09 +0000
committerKenichi Handa2008-03-10 12:21:09 +0000
commitfe56282f2782570432d9b1a707d8a37d38076628 (patch)
tree18d3840604a362266030be60a8e7f36cb632c2a7 /src/ChangeLog
parent74215b552126a43e4331a7a9c78497ac0ffe2257 (diff)
downloademacs-fe56282f2782570432d9b1a707d8a37d38076628.tar.gz
emacs-fe56282f2782570432d9b1a707d8a37d38076628.zip
(Finsert_file_contents): Don't make CCL program to
append "CCL: Quitted" when the decoding is quitted, but just signal `quit'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b00ca9a32a8..2a9fec1ef2c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12008-03-10 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * fileio.c (Finsert_file_contents): Don't make CCL program to
4 append "CCL: Quitted" when the decoding is quitted, but just
5 signal `quit'.
6
7 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
8 append "CCL: Quitted" when the CCL program is quitted.
9 (setup_ccl_program): Initialize ccl->quit_silently to zero.
10
11 * ccl.h (struct ccl_program): New member quit_silently.
12
12008-03-08 Andreas Schwab <schwab@suse.de> 132008-03-08 Andreas Schwab <schwab@suse.de>
2 14
3 * process.h (struct Lisp_Process): Declare bit field as unsigned. 15 * process.h (struct Lisp_Process): Declare bit field as unsigned.