From: Richard M. Stallman Date: Fri, 10 May 2002 01:02:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccc8c8bbf3607d1260db2d69c015182872eb69a0;p=emacs.git *** empty log message *** --- 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):