aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-04-26 11:48:11 +0000
committerEli Zaretskii2002-04-26 11:48:11 +0000
commitb03763f430ae363df30c72aec58fa305c2dc4188 (patch)
tree616ee8aed94e77c3e34784cd9e8a1ecc2d3ff3e0
parent010054643a9d77ca435f910fc049791cfa08e20c (diff)
downloademacs-b03763f430ae363df30c72aec58fa305c2dc4188.tar.gz
emacs-b03763f430ae363df30c72aec58fa305c2dc4188.zip
Add latest new features.
-rw-r--r--etc/NEWS21
1 files changed, 21 insertions, 0 deletions
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.
46 46
47* Changes in Emacs 21.4 47* Changes in Emacs 21.4
48 48
49---
50** The new options `buffers-menu-show-directories' and
51`buffers-menu-show-status' let you control how buffers are displayed
52in the menu dropped down when you click "Buffers" from the menu bar.
53
54`buffers-menu-show-directories' controls whether the menu displays
55leading directories as part of the file name visited by the buffer.
56If its value is `unless-uniquify', the default, directories will be
57shown unless uniquify-buffer-name-style' is non-nil. The value of nil
58and t turn the display of directories off and on, respectively.
59
60`buffers-menu-show-status' controls whether the Buffers menu includes
61the modified and read-only status of the buffers. By default it is
62t, and the status is shown.
63
64Setting these variables directly does not take effect until next time
65the Buffers menu is regenerated.
66
67+++
68** `C-u C-x =' now displays text properties of the character at point.
69
49** The commands M-x customize-face and M-x customize-face-other-window 70** The commands M-x customize-face and M-x customize-face-other-window
50now look at the text at point. If that text has a face specified, 71now look at the text at point. If that text has a face specified,
51the commands suggest to customize that face. 72the commands suggest to customize that face.