mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; * etc/NEWS: Move new variables only for Lisp programmers downwards.
This commit is contained in:
parent
695edc5b55
commit
cc232bd7a1
1 changed files with 12 additions and 12 deletions
24
etc/NEWS
24
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
|
||||
|
||||
+++
|
||||
|
|
|
|||
Loading…
Reference in a new issue