Mercurial > emacs
changeset 46328:761b6bcbb552
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Jul 2002 17:46:11 +0000 |
parents | 4d662e939eab |
children | 081502d6dd98 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 @@ -53,6 +68,11 @@ * 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.
--- 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 <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.