aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2025-08-22 03:56:04 +0300
committerDmitry Gutov2025-08-24 03:23:48 +0300
commitb2186b5c20d2978a09f19ba7c2da3090eeea5bb5 (patch)
treeef0a69448219661be2690e47dbc40b7166325e86
parentd3d93bc3825e7ee4319330f81c59ae249eba2e25 (diff)
downloademacs-b2186b5c20d2978a09f19ba7c2da3090eeea5bb5.tar.gz
emacs-b2186b5c20d2978a09f19ba7c2da3090eeea5bb5.zip
Add NEWS entry for project-switch-buffer change from bug#77312
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f88f7b9e23e..e0ea673ed4a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -525,6 +525,12 @@ shell sessions. For example, 'C-2 C-x p s' switches to or creates a
525buffer named "*name-of-project-shell<2>*". By comparison, a plain 525buffer named "*name-of-project-shell<2>*". By comparison, a plain
526universal argument as in 'C-u C-x p s' always creates a new session. 526universal argument as in 'C-u C-x p s' always creates a new session.
527 527
528---
529*** 'project-switch-buffer' re-uniquifies buffer names while prompting.
530When 'uniquify-buffer-name-style' is non-nil, 'project-switch-buffer'
531changes the buffer names to only make them unique within the given
532project, during completion. That makes some items shorter.
533
528** Registers 534** Registers
529 535
530*** New functions 'buffer-to-register' and 'file-to-register'. 536*** New functions 'buffer-to-register' and 'file-to-register'.