Add latest new features.
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Apr 2002 11:48:11 +0000 (11:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Apr 2002 11:48:11 +0000 (11:48 +0000)
etc/NEWS

index 6c2c0e9..920e793 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -46,6 +46,27 @@ Emacs with Leim.
 \f
 * Changes in Emacs 21.4
 
+---
+** The new options `buffers-menu-show-directories' and
+`buffers-menu-show-status' let you control how buffers are displayed
+in the menu dropped down when you click "Buffers" from the menu bar.
+
+`buffers-menu-show-directories' controls whether the menu displays
+leading directories as part of the file name visited by the buffer.
+If its value is `unless-uniquify', the default, directories will be
+shown unless uniquify-buffer-name-style' is non-nil.  The value of nil
+and t turn the display of directories off and on, respectively.
+
+`buffers-menu-show-status' controls whether the Buffers menu includes
+the modified and read-only status of the buffers.  By default it is
+t, and the status is shown.
+
+Setting these variables directly does not take effect until next time
+the Buffers menu is regenerated.
+
++++
+** `C-u C-x =' now displays text properties of the character at point.
+
 ** The commands M-x customize-face and M-x customize-face-other-window
 now look at the text at point.  If that text has a face specified,
 the commands suggest to customize that face.