diff options
| author | Jim Porter | 2025-07-08 20:00:03 -0700 |
|---|---|---|
| committer | Jim Porter | 2025-07-08 20:00:03 -0700 |
| commit | 87cae92e7cbbc7a6eb6558d7bd9238b56db35f57 (patch) | |
| tree | 74528fc3997b64c7dab7b2798c597506dee50ac3 | |
| parent | db46d5e8333e1eefcd7b3848d401f14d2bd7192f (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1931,6 +1931,13 @@ in Log Edit mode buffers, except that it does not select the "*vc-diff*" | |||
| 1931 | buffer's window, and so works well when added to 'log-edit-hook'. | 1931 | buffer'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. | ||
| 1935 | In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git | ||
| 1936 | revision in the buffer name. Now, it also abbreviates the Git revision | ||
| 1937 | when 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'. |
| 1935 | Primarily intended for buffers not visiting files, this specifies the | 1942 | Primarily intended for buffers not visiting files, this specifies the |
| 1936 | VC backend and VCS-managed file name or file names to which the buffer's | 1943 | VC backend and VCS-managed file name or file names to which the buffer's |