mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Add NEWS entry for abbreviating Git revisions in 'vc-annotate'
* etc/NEWS: Document new cases where 'vc-annotate' abbreviates Git revisions (bug#78900).
This commit is contained in:
parent
db46d5e833
commit
87cae92e7c
1 changed files with 7 additions and 0 deletions
7
etc/NEWS
7
etc/NEWS
|
|
@ -1930,6 +1930,13 @@ changes to be committed in a window. This is like the 'C-c C-d' command
|
|||
in Log Edit mode buffers, except that it does not select the "*vc-diff*"
|
||||
buffer's window, and so works well when added to 'log-edit-hook'.
|
||||
|
||||
---
|
||||
*** 'vc-annotate' now abbreviates the Git revision in more cases.
|
||||
In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git
|
||||
revision in the buffer name. Now, it also abbreviates the Git revision
|
||||
when visiting other revisions, such as with
|
||||
'vc-annotate-revision-previous-to-line'.
|
||||
|
||||
---
|
||||
*** New buffer-local variable 'vc-buffer-overriding-fileset'.
|
||||
Primarily intended for buffers not visiting files, this specifies the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue