aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-24 13:55:54 +0000
committerGerd Moellmann2000-02-24 13:55:54 +0000
commitc60ea02e08d21160e7163ea3e36a43ef6618b6c3 (patch)
tree4ced4262c7e5923c6e44c626fdbd9ded1d3c8b7b
parente55a0b7912f65fa71e493541a2ab418d85e02843 (diff)
downloademacs-c60ea02e08d21160e7163ea3e36a43ef6618b6c3.tar.gz
emacs-c60ea02e08d21160e7163ea3e36a43ef6618b6c3.zip
*** empty log message ***
-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