diff options
author | Dave Love <fx@gnu.org> | 2000-02-18 22:03:40 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-02-18 22:03:40 +0000 |
commit | 31047e0d1ab20a2948fc673f1a700b75a8c9c38c (patch) | |
tree | 79cc7e4a9c6bde8517b9fc060db5498b0b473bd1 | |
parent | f2647d044c32f446cf174e0bd3635f2da00d8a1c (diff) | |
download | emacs-31047e0d1ab20a2948fc673f1a700b75a8c9c38c.tar.gz emacs-31047e0d1ab20a2948fc673f1a700b75a8c9c38c.tar.bz2 emacs-31047e0d1ab20a2948fc673f1a700b75a8c9c38c.zip |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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'. |