aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c73628cd5d9..c6347082506 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,10 @@ images and toolkit scrollbars. Use the --help option to list them.
16 16
17* Changes in Emacs 21.1 17* Changes in Emacs 21.1
18 18
19** The variable `cursor-in-non-selected-windows' controls how to
20display the cursor in non-selected windows. If nil, no cursor is
21shown, if non-nil a hollow box cursor is shown.
22
19** The variable `echo-keystrokes' may now have a floating point value. 23** The variable `echo-keystrokes' may now have a floating point value.
20 24
21** C-x 5 1 runs the new command delete-other-frames which deletes 25** C-x 5 1 runs the new command delete-other-frames which deletes
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1d5d06f269..1da4edfcb43 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2
3 * diary-lib.el (include-other-diary-files): Undo the selective
4 display in any included file and don't kill it.
5
12000-02-24 Eli Zaretskii <eliz@is.elta.co.il> 62000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * dired.el (dired-mode-map): Don't remove "Edit" from the menu 8 * dired.el (dired-mode-map): Don't remove "Edit" from the menu