From 3b4fa1b247ef090806926f346b4ace5e266c59e2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 19 Jun 2000 16:20:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 9 ++++++--- src/ChangeLog | 10 ++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index d98866dbef9..ac6d9b495d1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -17,6 +17,9 @@ images and toolkit scrollbars. Use the --help option to list them. * Changes in Emacs 21.1 +** Item Save Options on the Options menu allows saving options set +using that menu. + ** New function executable-make-buffer-file-executable-if-script-p is suitable as an after-save-hook as an alternative to executable-chmod. @@ -73,9 +76,9 @@ equivalent ot specifying the frame parameter. - By setting buffer-local variable `line-spacing'. The meaning is the same, but applies to the a particular buffer only. -** The new command `clone-buffer-indirectly' can be used to create +** The new command `clone-indirect-buffer' can be used to create an indirect buffer that is a twin copy of the current buffer. The -command `clone-buffer-indirectly-other-window', bound to C-x 4 c, +command `clone-indirect-buffer-other-window', bound to C-x 4 c, does the same but displays the indirect buffer in another window. ** New user options `backup-directory-alist' and @@ -1235,7 +1238,7 @@ and event names in ange brackets. call to `message', the echo area will not be resized to display that message; it will be truncated instead. -** The variable line-number-display-limit can now be set to nil, +** The user option line-number-display-limit can now be set to nil, meaning no limit. ** select-safe-coding-system now also checks the most preferred diff --git a/src/ChangeLog b/src/ChangeLog index d47a10b7ad0..7f4acdb6106 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-06-19 Dave Love + + * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare + errno, strerror. Put text after #endif in comment. + + * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for + pcc). + + * xterm.c (x_frame_of_widget): Likewise. + 2000-06-19 Gerd Moellmann * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table -- 2.39.2