diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03c4b8943cf..4d2c6e515c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-07-24 Juanma Barranquero + + * man.el (Man-goto-page): Make second argument NOERROR optional. + 2005-07-23 Richard M. Stallman * man.el (Man-bgproc-sentinel): Check here for failure to find @@ -6,8 +10,8 @@ (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): + * 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):