aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-12 17:46:11 +0000
committerRichard M. Stallman <[email protected]>2002-07-12 17:46:11 +0000
commit32a86c99bdc870e2b0a6d35277e4fea1c4080283 (patch)
tree800697e9f39b9fe6c4fd4198a73787e3fddc1469 /lisp
parent7d317bca4f71d17933746a03fac449ad4c8dec39 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 00e4a5e9d6..b78cd86816 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
+2002-07-12 Richard M. Stallman <[email protected]>
+
+ * strokes.el (strokes-help): Call print-help-return-message
+ while inside with-output-to-temp-buffer.
+
+ * info.el (info-emacs-manual): New function.
+ (Info-use-header-line): Doc fix.
+
+ * emacs-lisp/cl.el (multiple-value-call): Add alias.
+
+ * progmodes/compile.el (compilation-normalize-filename):
+ New subroutine, taken out of compilation-parse-errors.
+ (compilation-parse-errors): Use that, and for directories too.
+ Don't check whether a directory really exists.
+
2002-07-12 Juanma Barranquero <[email protected]>
* help-fns.el (describe-variable): Put `defvaralias' info before the
@@ -53,6 +68,11 @@
* emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
+2002-07-09 Ole Aamot <[email protected]>
+
+ * compile.el (compilation-error-regexp-alist):
+ Recognize Valgrind messages.
+
2002-07-09 Juanma Barranquero <[email protected]>
* faces.el (face-id): Fix typo.