# HG changeset patch # User Richard M. Stallman # Date 1026495971 0 # Node ID 761b6bcbb5521bd40f6624cb09132a9e8a2e91c8 # Parent 4d662e939eabfec8f0bc52a1bd25a924e44c1299 *** empty log message *** diff -r 4d662e939eab -r 761b6bcbb552 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 12 17:45:45 2002 +0000 +++ b/lisp/ChangeLog Fri Jul 12 17:46:11 2002 +0000 @@ -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 -r 4d662e939eab -r 761b6bcbb552 src/ChangeLog --- a/src/ChangeLog Fri Jul 12 17:45:45 2002 +0000 +++ b/src/ChangeLog Fri Jul 12 17:46:11 2002 +0000 @@ -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.