\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.
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
+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: