# HG changeset patch # User Richard M. Stallman # Date 1124574648 0 # Node ID 6d51680c39ce3622715424151e31aae4f4d792a0 # Parent 8bd0fdf7b9d14e9f8e5844cc3a8026c76a873814 *** empty log message *** diff -r 8bd0fdf7b9d1 -r 6d51680c39ce lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 20 21:49:28 2005 +0000 +++ b/lisp/ChangeLog Sat Aug 20 21:50:48 2005 +0000 @@ -1,3 +1,16 @@ +2005-08-20 Richard M. Stallman + + * files.el (normal-mode): If font lock is on, turn it off and on. + + * subr.el (replace-regexp-in-string): Doc fix. + + * startup.el (command-line-1): Don't suppress startup screen + due to existing processes. + + * progmodes/grep.el (grep): Bind compilation-disable-input to t. + + * progmodes/compile.el (compilation-disable-input): Default to nil. + 2005-08-20 Kevin Rodgers (tiny change) * progmodes/compile.el (compilation-disable-input): New defcustom.