Mercurial > emacs
diff lisp/ChangeLog @ 64621:22a15f008ac9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Jul 2005 22:51:58 +0000 |
parents | a0a53728d812 |
children | 9a399e33edd3 |
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.