]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 28 Jan 2000 13:55:15 +0000 (13:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 28 Jan 2000 13:55:15 +0000 (13:55 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index a925addc265e69a8cead4f85530dad87aad46e3a..7d9d689e585da2ea18f3dec12c72fba6e7318753 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13,6 +13,9 @@ the --without-pop configure option, should that be necessary.
 \f
 * Changes in Emacs 21.1
 
+** C-x 5 1 runs the new command delete-other-frames which deletes
+all frames except the selected one.
+
 ** If your init file is compiled (.emacs.elc), `user-init-file' is set
 to the source name (.emacs.el), if that exists, after loading it.
 
index 0cbb0fbf6af58e56c6f4005ab7f3cf2d13800ac8..c21e359fa229746195dd71093eeee9240408a162 100644 (file)
@@ -1,5 +1,8 @@
 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
 
+       * frame.el (delete-other-frames): New function.
+       (toplevel): Bind it to C-x 5 1.
+
        * sort.el (sort-numeric-base): New option.
        (sort-numeric-fields): If number starts with `0' or `0[xX[',
        interpret it as octal or hexadecimal.  Use sort-numeric-base
index 4586f299f1fe5b933d0e8b57cf771504ddc69c63..86d15d717ce26ebcce432d530454e7735a18144d 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs.c (USAGE): New macro.
+       (main): Use it to display usage information.
+
 2000-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        Support for the menu-help feature: