aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Porter2025-07-08 20:00:03 -0700
committerJim Porter2025-07-08 20:00:03 -0700
commit87cae92e7cbbc7a6eb6558d7bd9238b56db35f57 (patch)
tree74528fc3997b64c7dab7b2798c597506dee50ac3
parentdb46d5e8333e1eefcd7b3848d401f14d2bd7192f (diff)
downloademacs-87cae92e7cbbc7a6eb6558d7bd9238b56db35f57.tar.gz
emacs-87cae92e7cbbc7a6eb6558d7bd9238b56db35f57.zip
Add NEWS entry for abbreviating Git revisions in 'vc-annotate'
* etc/NEWS: Document new cases where 'vc-annotate' abbreviates Git revisions (bug#78900).
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 43477d438c3..f4e64c0851f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1931,6 +1931,13 @@ in Log Edit mode buffers, except that it does not select the "*vc-diff*"
1931buffer's window, and so works well when added to 'log-edit-hook'. 1931buffer's window, and so works well when added to 'log-edit-hook'.
1932 1932
1933--- 1933---
1934*** 'vc-annotate' now abbreviates the Git revision in more cases.
1935In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git
1936revision in the buffer name. Now, it also abbreviates the Git revision
1937when visiting other revisions, such as with
1938'vc-annotate-revision-previous-to-line'.
1939
1940---
1934*** New buffer-local variable 'vc-buffer-overriding-fileset'. 1941*** New buffer-local variable 'vc-buffer-overriding-fileset'.
1935Primarily intended for buffers not visiting files, this specifies the 1942Primarily intended for buffers not visiting files, this specifies the
1936VC backend and VCS-managed file name or file names to which the buffer's 1943VC backend and VCS-managed file name or file names to which the buffer's