summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8ed5b8f1bcc..21de687d22b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,8 @@ images and toolkit scrollbars. Use the --help option to list them.
* Changes in Emacs 21.1
+** The variable `echo-keystrokes' may now have a floating point value.
+
** C-x 5 1 runs the new command delete-other-frames which deletes
all frames except the selected one.
@@ -955,8 +957,6 @@ protocols. It has a separate manual.
*** windmove.el
-*** calculator.el
-
** Withdrawn packages
*** mldrag.el has been removed. mouse.el provides the same
@@ -973,6 +973,10 @@ Note that +++ before an item means the Lisp manual has been updated.
When you add a new item, please add it without either +++ or ---
so I will know I still need to look at it -- rms.
++++
+** The new function `delete-and-extract-region' deletes text and
+returns it.
+
** The function `clear-this-command-keys' now also clears the vector
returned by function `recent-keys'.