From: Gerd Moellmann Date: Fri, 27 Apr 2001 13:01:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.103~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a5d918531eef16df596e69f97fb28dae0c39119;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9790f0fd9f0..f03f8c7e9a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-04-27 Gerd Moellmann + + * mail/rmail.el (rmail-message-regexp-p): Don't match before + headers. + 2001-04-26 Richard M. Stallman * dabbrev.el: Add doc strings for some functions. diff --git a/src/ChangeLog b/src/ChangeLog index 9fc2ae2c3f7..f0ae3d17eac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-04-27 Gerd Moellmann + + * term.c (turn_on_face): Fix reverse video handling on terminals + that don't support colors. + 2001-04-26 Gerd Moellmann * editfns.c (save_excursion_restore): Don't use XBUFFER on