Mercurial > emacs
comparison etc/NEWS @ 54697:e9a90978bc47
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 04 Apr 2004 02:01:19 +0000 |
parents | cdf086a7739d |
children | d8d0a55983fb |
comparison
equal
deleted
inserted
replaced
54696:cdf086a7739d | 54697:e9a90978bc47 |
---|---|
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 ** Auto Revert mode is now more careful to avoid excessive reverts and | |
92 other potential problems when deciding which non-file buffers to | |
93 revert. This matters especially if Global Auto Revert mode is enabled | |
94 and `global-auto-revert-non-file-buffers' is non-nil. Auto Revert | |
95 mode will only revert a non-file buffer if the buffer has a non-nil | |
96 `revert-buffer-function' and a non-nil `buffer-stale-function', which | |
97 decides whether the buffer should be reverted. Currently, this means | |
98 that auto reverting works for Dired buffers (although this may not | |
99 work properly on all operating systems) and for the Buffer Menu. | |
100 | |
101 ** If the new user option `auto-revert-check-vc-info' is non-nil, Auto | |
102 Revert mode reliably updates version control info (such as the version | |
103 control number in the mode line), in all version controlled buffers in | |
104 which it is active. If the option is nil, the default, then this info | |
105 only gets updated whenever the buffer gets reverted. | |
106 | |
107 ** New command `Buffer-menu-toggle-files-only' toggles display of file | |
108 buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu | |
109 mode. | |
90 | 110 |
91 ** The URL package is now part of Emacs. | 111 ** The URL package is now part of Emacs. |
92 | 112 |
93 ** M-x compile has become more robust and reliable | 113 ** M-x compile has become more robust and reliable |
94 | 114 |