*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Jul 2002 17:46:11 +0000 (17:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Jul 2002 17:46:11 +0000 (17:46 +0000)
lisp/ChangeLog
src/ChangeLog

index 00e4a5e..b78cd86 100644 (file)
@@ -1,3 +1,18 @@
+2002-07-12  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <lektu@terra.es>
 
        * help-fns.el (describe-variable): Put `defvaralias' info before the
 
        * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
 
+2002-07-09  Ole Aamot  <ole@gnu.org>
+
+       * compile.el (compilation-error-regexp-alist):
+       Recognize Valgrind messages.
+
 2002-07-09  Juanma Barranquero  <lektu@terra.es>
 
        * faces.el (face-id): Fix typo.
index 7db4b0b..bcb0615 100644 (file)
@@ -1,5 +1,7 @@
 2002-07-12  Richard M. Stallman  <rms@gnu.org>
 
+       * fileio.c (Fwrite_region): Doc fix.
+
        * print.c (print_error_message): Don't handle Vsignaling_function here.
 
        * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.