emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v [EMACS_22_BASE]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v [EMACS_22_BASE]
Date: Mon, 10 Mar 2008 12:21:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Kenichi Handa <handa>   08/03/10 12:21:13

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5651.2.198
retrieving revision 1.5651.2.199
diff -u -b -r1.5651.2.198 -r1.5651.2.199
--- ChangeLog   8 Mar 2008 15:55:51 -0000       1.5651.2.198
+++ ChangeLog   10 Mar 2008 12:21:09 -0000      1.5651.2.199
@@ -1,3 +1,15 @@
+2008-03-10  Kenichi Handa  <address@hidden>
+
+       * 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  <address@hidden>
 
        * process.h (struct Lisp_Process): Declare bit field as unsigned.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]