From: Eli Zaretskii Date: Fri, 26 Apr 2002 11:48:11 +0000 (+0000) Subject: Add latest new features. X-Git-Tag: ttn-vms-21-2-B4~15384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b03763f430ae363df30c72aec58fa305c2dc4188;p=emacs.git Add latest new features. --- diff --git a/etc/NEWS b/etc/NEWS index 6c2c0e9ab87..920e7931ecf 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -46,6 +46,27 @@ Emacs with Leim. * 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.