# HG changeset patch # User Juanma Barranquero # Date 1122167903 0 # Node ID 9a399e33edd3b85d79c4f3a8e4eb127ae3d66fe8 # Parent b508a64c1b7eb77c4800301f17015ea09d69c253 *** empty log message *** diff -r b508a64c1b7e -r 9a399e33edd3 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 24 01:03:25 2005 +0000 +++ b/lisp/ChangeLog Sun Jul 24 01:18:23 2005 +0000 @@ -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):