aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-07-23 22:51:58 +0000
committerRichard M. Stallman <[email protected]>2005-07-23 22:51:58 +0000
commit55fb4ff7a72385327061e1b90f70d4c4236e9730 (patch)
tree4f6d5eee20337aae93748bcb0cf2bf039f719867 /lisp/ChangeLog
parent69517e25dcf6eac43c13d53f22778798e0f9a2e0 (diff)
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1823f0c3ec..03c4b8943c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
+2005-07-23 Richard M. Stallman <[email protected]>
+
+ * 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 <[email protected]>
* simple.el (line-move-1): Fix comments.