summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2012-09-19 02:40:39 +0300
committerJuri Linkov <juri@jurta.org>2012-09-19 02:40:39 +0300
commit2fd5e67d925be2b5fc945be5aaba27904cc65022 (patch)
tree91e5411c13641f8d3681f7be7d8f7dc9e233e6e9 /lisp/ChangeLog
parent42917e790eb8e92e40dc79e34846d6598279ca61 (diff)
downloademacs-2fd5e67d925be2b5fc945be5aaba27904cc65022.tar.gz
* lisp/dired-aux.el (dired-diff): Restore original functionality of
getting the default value, but keep new feature of using the latest existing backup file (`diff-latest-backup-file').
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66927960d25..8036e819d4d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
2012-09-18 Juri Linkov <juri@jurta.org>
+ * dired-aux.el (dired-diff): Restore original functionality of
+ getting the default value, but keep new feature of using the
+ latest existing backup file (`diff-latest-backup-file').
+
+2012-09-18 Juri Linkov <juri@jurta.org>
+
* 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):