aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-02-19 01:35:03 +0200
committerJuri Linkov2020-02-19 01:35:03 +0200
commit2b04ca05ad9f3679a047ffc06b35d2d61d74b12e (patch)
treef4e0225935a983eaf7e2054f130442507fa672ba /etc
parent0c0fa1d5fddadea943a9813e491f3f7727b86f45 (diff)
downloademacs-2b04ca05ad9f3679a047ffc06b35d2d61d74b12e.tar.gz
emacs-2b04ca05ad9f3679a047ffc06b35d2d61d74b12e.zip
Support state changing VC operations in dired-mode on files (bug#34949)
* lisp/vc/vc.el (vc-deduce-fileset): Don't error out when observer is nil. (vc-dired-deduce-fileset): Add optional args 'state-model-only-files' and 'observer'. Check that all files are in a consistent state when state-model-only-files is non-nil. Error out on directories. * lisp/vc/vc-dispatcher.el (vc-dispatcher-browsing): Check dired-mode for derived-mode-p.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1f8e6049a88..1a51a90636d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -96,6 +96,11 @@ shows equivalent key bindings for all commands that have them.
96 96
97* Changes in Specialized Modes and Packages in Emacs 28.1 97* Changes in Specialized Modes and Packages in Emacs 28.1
98 98
99** Dired
100
101*** State changing VC operations are supported in dired-mode on files
102(but still not on directories).
103
99** Help 104** Help
100 105
101+++ 106+++