Mercurial > emacs
comparison etc/NEWS @ 40575:4ce7861c6181
Mention --no-window-system changes in the NEWS.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 31 Oct 2001 15:21:11 +0000 |
parents | b466f4f946a7 |
children | ac10bd51a000 |
comparison
equal
deleted
inserted
replaced
40574:ee573a50d551 | 40575:4ce7861c6181 |
---|---|
7 | 7 |
8 | 8 |
9 * Changes in Emacs 21.2 | 9 * Changes in Emacs 21.2 |
10 | 10 |
11 +++ | 11 +++ |
12 ** The command line option --no-windows has been changed to | |
13 --no-window-system. The old one still works, but is deprecated. | |
14 | |
12 ** `buffer-menu' and `list-buffers' now list buffers whose names begin | 15 ** `buffer-menu' and `list-buffers' now list buffers whose names begin |
13 with a space, if they visit files. | 16 with a space, if they visit files. |
14 | 17 |
15 ** tab-always-indent can be set to `never' to make sure indent-for-tab-command | 18 ** tab-always-indent can be set to `never' to make sure indent-for-tab-command |
16 always tabs rather than indents. | 19 always tabs rather than indents. |