From 32a86c99bdc870e2b0a6d35277e4fea1c4080283 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Jul 2002 17:46:11 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 20 ++++++++++++++++++++ src/ChangeLog | 2 ++ 2 files changed, 22 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00e4a5e9d65..b78cd868163 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2002-07-12 Richard M. Stallman + + * 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 * 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 + + * compile.el (compilation-error-regexp-alist): + Recognize Valgrind messages. + 2002-07-09 Juanma Barranquero * faces.el (face-id): Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index 7db4b0b41e0..bcb06157d20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-07-12 Richard M. Stallman + * 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. -- 2.39.2