Mercurial > emacs
comparison etc/NEWS @ 54853:429f2746c125
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 13 Apr 2004 22:24:34 +0000 |
parents | f3c73bb14f1d |
children | 2ac3325ab7ec |
comparison
equal
deleted
inserted
replaced
54852:dd005a791c40 | 54853:429f2746c125 |
---|---|
85 ** Building with -DENABLE_CHECKING does not automatically build with union | 85 ** Building with -DENABLE_CHECKING does not automatically build with union |
86 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | 86 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. |
87 | 87 |
88 | 88 |
89 * Changes in Emacs 21.4 | 89 * Changes in Emacs 21.4 |
90 | |
91 ** New command line option -Q. | |
92 | |
93 This is like using -q --no-site-file, but in addition it also disables | |
94 the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking | |
95 cursor, and the fancy startup screen. | |
90 | 96 |
91 ** C-h v and C-h f commands now include a hyperlink to the C source for | 97 ** C-h v and C-h f commands now include a hyperlink to the C source for |
92 variables and functions defined in C (if the C source is available). | 98 variables and functions defined in C (if the C source is available). |
93 | 99 |
94 ** When used interactively, `format-write-file' now asks for confirmation | 100 ** When used interactively, `format-write-file' now asks for confirmation |