diff options
| author | Dmitry Gutov | 2025-08-22 03:56:04 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2025-08-24 03:23:48 +0300 |
| commit | b2186b5c20d2978a09f19ba7c2da3090eeea5bb5 (patch) | |
| tree | ef0a69448219661be2690e47dbc40b7166325e86 | |
| parent | d3d93bc3825e7ee4319330f81c59ae249eba2e25 (diff) | |
| download | emacs-b2186b5c20d2978a09f19ba7c2da3090eeea5bb5.tar.gz emacs-b2186b5c20d2978a09f19ba7c2da3090eeea5bb5.zip | |
Add NEWS entry for project-switch-buffer change from bug#77312
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -525,6 +525,12 @@ shell sessions. For example, 'C-2 C-x p s' switches to or creates a | |||
| 525 | buffer named "*name-of-project-shell<2>*". By comparison, a plain | 525 | buffer named "*name-of-project-shell<2>*". By comparison, a plain |
| 526 | universal argument as in 'C-u C-x p s' always creates a new session. | 526 | universal 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. | ||
| 530 | When 'uniquify-buffer-name-style' is non-nil, 'project-switch-buffer' | ||
| 531 | changes the buffer names to only make them unique within the given | ||
| 532 | project, 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'. |