From cc232bd7a19dcd8b5c77320615a5e93ea0f589b6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 12 Apr 2025 10:05:29 +0800 Subject: [PATCH] ; * etc/NEWS: Move new variables only for Lisp programmers downwards. --- etc/NEWS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index fbd23c79574..ad824493903 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1468,18 +1468,6 @@ appearance of the list can be customized with the new faces ** VC ---- -*** New buffer-local variable 'vc-buffer-overriding-fileset'. -Primarily intended for buffers not visiting files, this specifies the -VC backend and VCS-managed file name or file names to which the buffer's -contents corresponds. It overrides the behavior of 'vc-deduce-fileset'. -This replaces and generalizes the old 'vc-annotate-parent-file'. - ---- -*** New buffer-local variable 'vc-buffer-revision'. -This specifies the revision to which the buffer's contents corresponds. -This replaces and generalizes the old 'vc-annotate-parent-rev'. - --- *** Using 'e' from Log View mode to modify change comments now works for Git. @@ -1549,6 +1537,18 @@ were added, removed or edited, Emacs would refuse to proceed. Now Emacs prompts to first register the unregistered files, so that all files in the fileset are in a compatible state for a checkin. +--- +*** New buffer-local variable 'vc-buffer-overriding-fileset'. +Primarily intended for buffers not visiting files, this specifies the +VC backend and VCS-managed file name or file names to which the buffer's +contents corresponds. It overrides the behavior of 'vc-deduce-fileset'. +This replaces and generalizes the old 'vc-annotate-parent-file'. + +--- +*** New buffer-local variable 'vc-buffer-revision'. +This specifies the revision to which the buffer's contents corresponds. +This replaces and generalizes the old 'vc-annotate-parent-rev'. + ** Diff mode +++