Mercurial > emacs
changeset 80313:39ead84da0d8
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 Mar 2008 12:21:09 +0000 |
parents | 339dff977be0 |
children | 388fb439ae8c |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Mar 10 12:19:35 2008 +0000 +++ b/src/ChangeLog Mon Mar 10 12:21:09 2008 +0000 @@ -1,3 +1,15 @@ +2008-03-10 Kenichi Handa <handa@ni.aist.go.jp> + + * fileio.c (Finsert_file_contents): Don't make CCL program to + append "CCL: Quitted" when the decoding is quitted, but just + signal `quit'. + + * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't + append "CCL: Quitted" when the CCL program is quitted. + (setup_ccl_program): Initialize ccl->quit_silently to zero. + + * ccl.h (struct ccl_program): New member quit_silently. + 2008-03-08 Andreas Schwab <schwab@suse.de> * process.h (struct Lisp_Process): Declare bit field as unsigned.