aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-06-19 16:20:07 +0000
committerDave Love2000-06-19 16:20:07 +0000
commit3b4fa1b247ef090806926f346b4ace5e266c59e2 (patch)
treed35697699ff240f6ee4edf2ead49d8af8ae3d493
parent20fd0b4fab6f7a7f3f669b75eee8a8fa2c75d8bc (diff)
downloademacs-3b4fa1b247ef090806926f346b4ace5e266c59e2.tar.gz
emacs-3b4fa1b247ef090806926f346b4ace5e266c59e2.zip
*** empty log message ***
-rw-r--r--etc/NEWS9
-rw-r--r--src/ChangeLog10
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.
17 17
18* Changes in Emacs 21.1 18* Changes in Emacs 21.1
19 19
20** Item Save Options on the Options menu allows saving options set
21using that menu.
22
20** New function executable-make-buffer-file-executable-if-script-p is 23** New function executable-make-buffer-file-executable-if-script-p is
21suitable as an after-save-hook as an alternative to executable-chmod. 24suitable as an after-save-hook as an alternative to executable-chmod.
22 25
@@ -73,9 +76,9 @@ equivalent ot specifying the frame parameter.
73- By setting buffer-local variable `line-spacing'. The meaning is 76- By setting buffer-local variable `line-spacing'. The meaning is
74the same, but applies to the a particular buffer only. 77the same, but applies to the a particular buffer only.
75 78
76** The new command `clone-buffer-indirectly' can be used to create 79** The new command `clone-indirect-buffer' can be used to create
77an indirect buffer that is a twin copy of the current buffer. The 80an indirect buffer that is a twin copy of the current buffer. The
78command `clone-buffer-indirectly-other-window', bound to C-x 4 c, 81command `clone-indirect-buffer-other-window', bound to C-x 4 c,
79does the same but displays the indirect buffer in another window. 82does the same but displays the indirect buffer in another window.
80 83
81** New user options `backup-directory-alist' and 84** New user options `backup-directory-alist' and
@@ -1235,7 +1238,7 @@ and event names in ange brackets.
1235call to `message', the echo area will not be resized to display that 1238call to `message', the echo area will not be resized to display that
1236message; it will be truncated instead. 1239message; it will be truncated instead.
1237 1240
1238** The variable line-number-display-limit can now be set to nil, 1241** The user option line-number-display-limit can now be set to nil,
1239meaning no limit. 1242meaning no limit.
1240 1243
1241** select-safe-coding-system now also checks the most preferred 1244** 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 @@
12000-06-19 Dave Love <fx@gnu.org>
2
3 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
4 errno, strerror. Put text after #endif in comment.
5
6 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for
7 pcc).
8
9 * xterm.c (x_frame_of_widget): Likewise.
10
12000-06-19 Gerd Moellmann <gerd@gnu.org> 112000-06-19 Gerd Moellmann <gerd@gnu.org>
2 12
3 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table 13 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table