aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2012-09-19 02:18:06 +0300
committerJuri Linkov2012-09-19 02:18:06 +0300
commit42917e790eb8e92e40dc79e34846d6598279ca61 (patch)
tree954c7fd1b9ce93d73a9a7494fdea0cf4f3a04ffa /lisp/ChangeLog
parent20f70ede43c938dd9c3c67f231ae6c645464f16e (diff)
downloademacs-42917e790eb8e92e40dc79e34846d6598279ca61.tar.gz
emacs-42917e790eb8e92e40dc79e34846d6598279ca61.zip
* lisp/dired.el (dired-mark): If the region is active in Transient Mark
mode, mark all files in the active region. Doc fix. (dired-unmark, dired-flag-file-deletion, dired-unmark-backward): Doc fix. Fixes: debbugs:10624
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43eddd7c699..66927960d25 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12012-09-18 Juri Linkov <juri@jurta.org> 12012-09-18 Juri Linkov <juri@jurta.org>
2 2
3 * dired.el (dired-mark): If the region is active in Transient Mark
4 mode, mark all files in the active region. Doc fix.
5 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6 Doc fix. (Bug#10624)
7
82012-09-18 Juri Linkov <juri@jurta.org>
9
3 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file 10 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
4 attributes for M-n are pulled from the file at point. 11 attributes for M-n are pulled from the file at point.
5 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix. 12 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.