# HG changeset patch # User Gerd Moellmann # Date 970329708 0 # Node ID 9166041bd1e17dd9a0e0240d490e1d2746432e13 # Parent 29b572780dea4a927e8e0185f004e3309d4b0ede *** empty log message *** diff -r 29b572780dea -r 9166041bd1e1 etc/NEWS --- a/etc/NEWS Sat Sep 30 16:00:54 2000 +0000 +++ b/etc/NEWS Sat Sep 30 16:01:48 2000 +0000 @@ -31,6 +31,9 @@ * Changes in Emacs 21.1 +** The functions `keep-lines', `flush-lines' and `how-many' now +operate on the active region in Transient Mark mode. + ** The header line in an Info buffer is now displayed as an emacs header-line (which is like a mode-line, but at the top of the window), so that it remains visible even when the buffer has been scrolled. This behavior diff -r 29b572780dea -r 9166041bd1e1 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 30 16:00:54 2000 +0000 +++ b/lisp/ChangeLog Sat Sep 30 16:01:48 2000 +0000 @@ -1,5 +1,10 @@ 2000-09-30 Gerd Moellmann + * replace.el (keep-lines-read-args): New function. + (keep-lines, flush-lines, how-many): Use keep-lines-read-args to + read arguments interactively. Add parameters RSTART and REND. + Operate on the active region in Transient Mark mode. + * files.el (auto-mode-alist): Add pattern for `#*mail*...'. * emacs-lisp/authors.el (authors-obsolete-file-p): New function. diff -r 29b572780dea -r 9166041bd1e1 man/ChangeLog --- a/man/ChangeLog Sat Sep 30 16:00:54 2000 +0000 +++ b/man/ChangeLog Sat Sep 30 16:01:48 2000 +0000 @@ -1,3 +1,9 @@ +2000-09-30 Gerd Moellmann + + * search.texi (Other Repeating Search): Describe `how-many' + instead of `count-matches'. Say that they work on the active + region in Transient Mark mode. + 2000-09-29 Eli Zaretskii * emacs-mime.texi, message.texi: Fix @setfilename directive.