# HG changeset patch # User Gerd Moellmann # Date 949067715 0 # Node ID 2c8128604a57b2016b2fd408ca96b1358218ecab # Parent 881e4d39490dbcfaec4203b235815788f5c3a98c *** empty log message *** diff -r 881e4d39490d -r 2c8128604a57 etc/NEWS --- a/etc/NEWS Fri Jan 28 13:51:47 2000 +0000 +++ b/etc/NEWS Fri Jan 28 13:55:15 2000 +0000 @@ -13,6 +13,9 @@ * 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 -r 881e4d39490d -r 2c8128604a57 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 28 13:51:47 2000 +0000 +++ b/lisp/ChangeLog Fri Jan 28 13:55:15 2000 +0000 @@ -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 -r 881e4d39490d -r 2c8128604a57 src/ChangeLog Binary file src/ChangeLog has changed