aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-04-04 02:01:19 +0000
committerLuc Teirlinck2004-04-04 02:01:19 +0000
commit428b6b85c7f1b1d65a69620b2d56aa3adc83c844 (patch)
tree08654eed231ed052380d3cb58603fad30e23df7f
parentaa81d8d24a89914a68143d1f31af3ad98119ca1d (diff)
downloademacs-428b6b85c7f1b1d65a69620b2d56aa3adc83c844.tar.gz
emacs-428b6b85c7f1b1d65a69620b2d56aa3adc83c844.zip
*** empty log message ***
-rw-r--r--etc/NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3031e5db710..008b539a086 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,26 @@ 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** Auto Revert mode is now more careful to avoid excessive reverts and
92other potential problems when deciding which non-file buffers to
93revert. This matters especially if Global Auto Revert mode is enabled
94and `global-auto-revert-non-file-buffers' is non-nil. Auto Revert
95mode 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
97decides whether the buffer should be reverted. Currently, this means
98that auto reverting works for Dired buffers (although this may not
99work 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
102Revert mode reliably updates version control info (such as the version
103control number in the mode line), in all version controlled buffers in
104which it is active. If the option is nil, the default, then this info
105only gets updated whenever the buffer gets reverted.
106
107** New command `Buffer-menu-toggle-files-only' toggles display of file
108buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu
109mode.
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