aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-11-07 01:14:58 +0200
committerJuri Linkov2019-11-07 01:14:58 +0200
commitdeb61da7a27698ddc0b95ba92d18c20f533bb802 (patch)
tree2309fc8637f80d5ba4607f8a5527555e860248d0 /etc
parent528485d0172f00e5f0c8ea548013a49964be501b (diff)
downloademacs-deb61da7a27698ddc0b95ba92d18c20f533bb802.tar.gz
emacs-deb61da7a27698ddc0b95ba92d18c20f533bb802.zip
* lisp/dired-aux.el (dired-vc-rename-file): New defcustom.
(dired-rename-file): Call vc-rename-file when dired-vc-rename-file is non-nil. * lisp/vc/vc.el (vc-rename-file): Allow renaming added files. Call vc-file-clearprops on new file too for the case when old and new files were renamed to each other back and forth. https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg00069.html
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 737053a099a..4d5d9f2a7d6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -846,6 +846,9 @@ directories in the destination.
846*** The non-nil value of 'dired-dwim-target' uses one of the most recently 846*** The non-nil value of 'dired-dwim-target' uses one of the most recently
847visited windows with a Dired buffer instead of the next window. 847visited windows with a Dired buffer instead of the next window.
848 848
849*** When the new user option 'dired-vc-rename-file' is non-nil,
850Dired performs file renaming using underlying version control system.
851
849** Find-Dired 852** Find-Dired
850 853
851*** New user option 'find-dired-refine-function'. 854*** New user option 'find-dired-refine-function'.