# HG changeset patch # User Richard M. Stallman # Date 1122159118 0 # Node ID 22a15f008ac9b65e3a48125b2262e49042ba3bfd # Parent 93523fb80568a2f69632766485fb93066e7441fa *** empty log message *** diff -r 93523fb80568 -r 22a15f008ac9 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 23 22:51:33 2005 +0000 +++ b/lisp/ChangeLog Sat Jul 23 22:51:58 2005 +0000 @@ -1,3 +1,18 @@ +2005-07-23 Richard M. Stallman + + * man.el (Man-bgproc-sentinel): Check here for failure to find + any man page in the output, and report the error here. + (Man-arguments): Make it permanent local. + (Man-goto-page): New arg NOERROR. Never kill the current buffer. + (Man-mode): Pass t for NOERROR. + + * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face + (grep-mode-font-lock-keywords): + Don't use compilation-...-face for messages that are not file names. + + * progmodes/compile.el (compilation-mode-font-lock-keywords): + Don't use compilation-...-face for messages that are not file names. + 2005-07-22 Juri Linkov * simple.el (line-move-1): Fix comments.