diff options
| author | Richard M. Stallman | 2002-07-12 17:46:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-12 17:46:11 +0000 |
| commit | 32a86c99bdc870e2b0a6d35277e4fea1c4080283 (patch) | |
| tree | 800697e9f39b9fe6c4fd4198a73787e3fddc1469 | |
| parent | 7d317bca4f71d17933746a03fac449ad4c8dec39 (diff) | |
| download | emacs-32a86c99bdc870e2b0a6d35277e4fea1c4080283.tar.gz emacs-32a86c99bdc870e2b0a6d35277e4fea1c4080283.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 20 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00e4a5e9d65..b78cd868163 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2002-07-12 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * strokes.el (strokes-help): Call print-help-return-message | ||
| 4 | while inside with-output-to-temp-buffer. | ||
| 5 | |||
| 6 | * info.el (info-emacs-manual): New function. | ||
| 7 | (Info-use-header-line): Doc fix. | ||
| 8 | |||
| 9 | * emacs-lisp/cl.el (multiple-value-call): Add alias. | ||
| 10 | |||
| 11 | * progmodes/compile.el (compilation-normalize-filename): | ||
| 12 | New subroutine, taken out of compilation-parse-errors. | ||
| 13 | (compilation-parse-errors): Use that, and for directories too. | ||
| 14 | Don't check whether a directory really exists. | ||
| 15 | |||
| 1 | 2002-07-12 Juanma Barranquero <lektu@terra.es> | 16 | 2002-07-12 Juanma Barranquero <lektu@terra.es> |
| 2 | 17 | ||
| 3 | * help-fns.el (describe-variable): Put `defvaralias' info before the | 18 | * help-fns.el (describe-variable): Put `defvaralias' info before the |
| @@ -53,6 +68,11 @@ | |||
| 53 | 68 | ||
| 54 | * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo. | 69 | * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo. |
| 55 | 70 | ||
| 71 | 2002-07-09 Ole Aamot <ole@gnu.org> | ||
| 72 | |||
| 73 | * compile.el (compilation-error-regexp-alist): | ||
| 74 | Recognize Valgrind messages. | ||
| 75 | |||
| 56 | 2002-07-09 Juanma Barranquero <lektu@terra.es> | 76 | 2002-07-09 Juanma Barranquero <lektu@terra.es> |
| 57 | 77 | ||
| 58 | * faces.el (face-id): Fix typo. | 78 | * 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 @@ | |||
| 1 | 2002-07-12 Richard M. Stallman <rms@gnu.org> | 1 | 2002-07-12 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Fwrite_region): Doc fix. | ||
| 4 | |||
| 3 | * print.c (print_error_message): Don't handle Vsignaling_function here. | 5 | * print.c (print_error_message): Don't handle Vsignaling_function here. |
| 4 | 6 | ||
| 5 | * keyboard.c (cmd_error_internal): Handle Vsignaling_function here. | 7 | * keyboard.c (cmd_error_internal): Handle Vsignaling_function here. |