aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ebd816f5d65..3deb493029c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
405In other words, if you visit two files that have the same base name,
406then rather than creating buffers basename and basename<2>,
407Emacs uses basename<dirA> and basename<dirB>. To change this,
408customize `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.