diff options
| author | Richard M. Stallman | 2002-05-10 01:02:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-05-10 01:02:32 +0000 |
| commit | ccc8c8bbf3607d1260db2d69c015182872eb69a0 (patch) | |
| tree | bde5848a419b662898b4935b547f2ca9096d1e4a | |
| parent | de971ad1a174f22c75b3b01276c86d03b3793215 (diff) | |
| download | emacs-ccc8c8bbf3607d1260db2d69c015182872eb69a0.tar.gz emacs-ccc8c8bbf3607d1260db2d69c015182872eb69a0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a946a4fcb8a..f275d742596 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-05-09 Richard M. Stallman <rms@gnu.org> | 1 | 2002-05-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/rmail.el (rmail-show-message): | ||
| 4 | Catch error in check-coding-system. | ||
| 5 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist): | 6 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 4 | New element to recognize Python error messages. | 7 | New element to recognize Python error messages. |
| 5 | 8 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index c3cfcf14cd5..8e4046b3e49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-05-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * search.c (Freplace_match): Doc fix. | ||
| 4 | |||
| 1 | 2002-05-09 Kim F. Storm <storm@cua.dk> | 5 | 2002-05-09 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1): | 7 | * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1): |