diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a946a4fcb8a..f275d742596 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-05-09 Richard M. Stallman + * mail/rmail.el (rmail-show-message): + Catch error in check-coding-system. + * progmodes/compile.el (compilation-error-regexp-alist): New element to recognize Python error messages. diff --git a/src/ChangeLog b/src/ChangeLog index c3cfcf14cd5..8e4046b3e49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-09 Richard M. Stallman + + * search.c (Freplace_match): Doc fix. + 2002-05-09 Kim F. Storm * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):