diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -402,6 +402,10 @@ conventions. To use it, add it to the `fill-nobreak-predicate' hook. | |||
| 402 | 402 | ||
| 403 | +++ | 403 | +++ |
| 404 | ** Uniquify is enabled by default, with `post-forward-angle-brackets' style. | 404 | ** Uniquify is enabled by default, with `post-forward-angle-brackets' style. |
| 405 | In other words, if you visit two files that have the same base name, | ||
| 406 | then rather than creating buffers basename and basename<2>, | ||
| 407 | Emacs uses basename<dirA> and basename<dirB>. To change this, | ||
| 408 | customize `uniquify-buffer-name-style'. Set it to nil for the old behavior. | ||
| 405 | 409 | ||
| 406 | +++ | 410 | +++ |
| 407 | ** New command `C-x SPC' (`rectangle-mark-mode') makes a rectangular region. | 411 | ** New command `C-x SPC' (`rectangle-mark-mode') makes a rectangular region. |