From: Gerd Moellmann Date: Fri, 28 Jan 2000 13:55:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b02786f9b40a1f1f268550a20ce8a6ac1d828969;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index a925addc265..7d9d689e585 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -13,6 +13,9 @@ the --without-pop configure option, should that be necessary. * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cbb0fbf6af..c21e359fa22 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-01-28 Gerd Moellmann + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index 4586f299f1f..86d15d717ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-01-28 Gerd Moellmann + + * emacs.c (USAGE): New macro. + (main): Use it to display usage information. + 2000-01-27 Eli Zaretskii Support for the menu-help feature: