diff options
| author | Eli Zaretskii | 2002-04-26 11:48:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-04-26 11:48:11 +0000 |
| commit | b03763f430ae363df30c72aec58fa305c2dc4188 (patch) | |
| tree | 616ee8aed94e77c3e34784cd9e8a1ecc2d3ff3e0 | |
| parent | 010054643a9d77ca435f910fc049791cfa08e20c (diff) | |
| download | emacs-b03763f430ae363df30c72aec58fa305c2dc4188.tar.gz emacs-b03763f430ae363df30c72aec58fa305c2dc4188.zip | |
Add latest new features.
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -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 | ||
| 52 | in the menu dropped down when you click "Buffers" from the menu bar. | ||
| 53 | |||
| 54 | `buffers-menu-show-directories' controls whether the menu displays | ||
| 55 | leading directories as part of the file name visited by the buffer. | ||
| 56 | If its value is `unless-uniquify', the default, directories will be | ||
| 57 | shown unless uniquify-buffer-name-style' is non-nil. The value of nil | ||
| 58 | and t turn the display of directories off and on, respectively. | ||
| 59 | |||
| 60 | `buffers-menu-show-status' controls whether the Buffers menu includes | ||
| 61 | the modified and read-only status of the buffers. By default it is | ||
| 62 | t, and the status is shown. | ||
| 63 | |||
| 64 | Setting these variables directly does not take effect until next time | ||
| 65 | the 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 |
| 50 | now look at the text at point. If that text has a face specified, | 71 | now look at the text at point. If that text has a face specified, |
| 51 | the commands suggest to customize that face. | 72 | the commands suggest to customize that face. |