diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -88,6 +88,12 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 88 | 88 | ||
| 89 | * Changes in Emacs 21.4 | 89 | * Changes in Emacs 21.4 |
| 90 | 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. | ||
| 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 | ||