diff options
| author | Juri Linkov | 2012-09-19 02:40:39 +0300 |
|---|---|---|
| committer | Juri Linkov | 2012-09-19 02:40:39 +0300 |
| commit | 2fd5e67d925be2b5fc945be5aaba27904cc65022 (patch) | |
| tree | 91e5411c13641f8d3681f7be7d8f7dc9e233e6e9 /lisp/ChangeLog | |
| parent | 42917e790eb8e92e40dc79e34846d6598279ca61 (diff) | |
| download | emacs-2fd5e67d925be2b5fc945be5aaba27904cc65022.tar.gz emacs-2fd5e67d925be2b5fc945be5aaba27904cc65022.zip | |
* 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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-09-18 Juri Linkov <juri@jurta.org> | 1 | 2012-09-18 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * dired-aux.el (dired-diff): Restore original functionality of | ||
| 4 | getting the default value, but keep new feature of using the | ||
| 5 | latest existing backup file (`diff-latest-backup-file'). | ||
| 6 | |||
| 7 | 2012-09-18 Juri Linkov <juri@jurta.org> | ||
| 8 | |||
| 3 | * dired.el (dired-mark): If the region is active in Transient Mark | 9 | * dired.el (dired-mark): If the region is active in Transient Mark |
| 4 | mode, mark all files in the active region. Doc fix. | 10 | mode, mark all files in the active region. Doc fix. |
| 5 | (dired-unmark, dired-flag-file-deletion, dired-unmark-backward): | 11 | (dired-unmark, dired-flag-file-deletion, dired-unmark-backward): |