Mercurial > emacs
comparison etc/NEWS @ 29752:76ef59b86226
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 19 Jun 2000 16:20:07 +0000 |
parents | a5051216d618 |
children | daf26bf9d779 |
comparison
equal
deleted
inserted
replaced
29751:ea3c28a8be00 | 29752:76ef59b86226 |
---|---|
14 ** There are new configure options associated with the support for | 14 ** There are new configure options associated with the support for |
15 images and toolkit scrollbars. Use the --help option to list them. | 15 images and toolkit scrollbars. Use the --help option to list them. |
16 | 16 |
17 | 17 |
18 * Changes in Emacs 21.1 | 18 * Changes in Emacs 21.1 |
19 | |
20 ** Item Save Options on the Options menu allows saving options set | |
21 using that menu. | |
19 | 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 |
23 ** The most preferred coding-system is now used to save a buffer if | 26 ** The most preferred coding-system is now used to save a buffer if |
71 - By specifying `--line-spacing=N' or `-lsp N' on the command line. | 74 - By specifying `--line-spacing=N' or `-lsp N' on the command line. |
72 | 75 |
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 |
82 `make-backup-file-name-function' control the placement of backups, | 85 `make-backup-file-name-function' control the placement of backups, |
83 typically in a single directory or in an invisible sub-directory. | 86 typically in a single directory or in an invisible sub-directory. |
1233 | 1236 |
1234 ** If the variable `message-truncate-lines' is bound to t around a | 1237 ** If the variable `message-truncate-lines' is bound to t around a |
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 |
1242 coding-system if buffer-file-coding-system is `undecided' and | 1245 coding-system if buffer-file-coding-system is `undecided' and |
1243 DEFAULT-CODING-SYSTEM is not specified, | 1246 DEFAULT-CODING-SYSTEM is not specified, |