Mercurial > emacs
changeset 64621:22a15f008ac9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Jul 2005 22:51:58 +0000 |
parents | 93523fb80568 |
children | b508a64c1b7e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * 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 <juri@jurta.org> * simple.el (line-move-1): Fix comments.