diff options
| author | Dave Love | 2000-06-19 16:20:07 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-19 16:20:07 +0000 |
| commit | 3b4fa1b247ef090806926f346b4ace5e266c59e2 (patch) | |
| tree | d35697699ff240f6ee4edf2ead49d8af8ae3d493 | |
| parent | 20fd0b4fab6f7a7f3f669b75eee8a8fa2c75d8bc (diff) | |
| download | emacs-3b4fa1b247ef090806926f346b4ace5e266c59e2.tar.gz emacs-3b4fa1b247ef090806926f346b4ace5e266c59e2.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
2 files changed, 16 insertions, 3 deletions
| @@ -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 | ||
| 21 | using 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 |
| 21 | suitable as an after-save-hook as an alternative to executable-chmod. | 24 | suitable 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 |
| 74 | the same, but applies to the a particular buffer only. | 77 | the 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 |
| 77 | an indirect buffer that is a twin copy of the current buffer. The | 80 | an indirect buffer that is a twin copy of the current buffer. The |
| 78 | command `clone-buffer-indirectly-other-window', bound to C-x 4 c, | 81 | command `clone-indirect-buffer-other-window', bound to C-x 4 c, |
| 79 | does the same but displays the indirect buffer in another window. | 82 | does 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. | |||
| 1235 | call to `message', the echo area will not be resized to display that | 1238 | call to `message', the echo area will not be resized to display that |
| 1236 | message; it will be truncated instead. | 1239 | message; 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, |
| 1239 | meaning no limit. | 1242 | meaning 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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-06-19 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-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 |