aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-30 16:01:48 +0000
committerGerd Moellmann2000-09-30 16:01:48 +0000
commit068127d64b6ae60e0d143438fd252d091998aec8 (patch)
tree5a1c75063de30edc89577f110daff5c8ebf5b5bc
parente32eb3e64165e8de72accf08b5c4e34b48fb4603 (diff)
downloademacs-068127d64b6ae60e0d143438fd252d091998aec8.tar.gz
emacs-068127d64b6ae60e0d143438fd252d091998aec8.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog5
-rw-r--r--man/ChangeLog6
3 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 26c95fcd592..a5af828a15a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,6 +31,9 @@ support 64-bit executables. See etc/MACHINES for instructions.
31 31
32* Changes in Emacs 21.1 32* Changes in Emacs 21.1
33 33
34** The functions `keep-lines', `flush-lines' and `how-many' now
35operate on the active region in Transient Mark mode.
36
34** The header line in an Info buffer is now displayed as an emacs header-line 37** The header line in an Info buffer is now displayed as an emacs header-line
35(which is like a mode-line, but at the top of the window), so that it 38(which is like a mode-line, but at the top of the window), so that it
36remains visible even when the buffer has been scrolled. This behavior 39remains visible even when the buffer has been scrolled. This behavior
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7afd617f7c8..26478ffd00f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-09-30 Gerd Moellmann <gerd@gnu.org> 12000-09-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * replace.el (keep-lines-read-args): New function.
4 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5 read arguments interactively. Add parameters RSTART and REND.
6 Operate on the active region in Transient Mark mode.
7
3 * files.el (auto-mode-alist): Add pattern for `#*mail*...'. 8 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4 9
5 * emacs-lisp/authors.el (authors-obsolete-file-p): New function. 10 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
diff --git a/man/ChangeLog b/man/ChangeLog
index a4fbeb970ed..2edf7c2f5e3 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12000-09-30 Gerd Moellmann <gerd@gnu.org>
2
3 * search.texi (Other Repeating Search): Describe `how-many'
4 instead of `count-matches'. Say that they work on the active
5 region in Transient Mark mode.
6
12000-09-29 Eli Zaretskii <eliz@is.elta.co.il> 72000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * emacs-mime.texi, message.texi: Fix @setfilename directive. 9 * emacs-mime.texi, message.texi: Fix @setfilename directive.