aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2014-05-03 12:22:59 +0300
committerJuri Linkov2014-05-03 12:22:59 +0300
commitcfd59d67b1c7a11353a8891d77b241e60175632b (patch)
treebcecc2eca3476d7bc36708e11750441977a6597c /lisp/ChangeLog
parent2bafb7c4a30408ad115a59a64aaee2398a2092a8 (diff)
downloademacs-cfd59d67b1c7a11353a8891d77b241e60175632b.tar.gz
emacs-cfd59d67b1c7a11353a8891d77b241e60175632b.zip
* lisp/dired.el (dired-check-switches, dired-switches-recursive-p): New functions.
(dired-switches-escape-p, dired-move-to-end-of-filename): Use `dired-check-switches'. (dired-insert-old-subdirs, dired-build-subdir-alist) (dired-sort-R-check): Use `dired-switches-recursive-p'. Fixes: debbugs:17218
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a084d83906..9e92be7c5e8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12014-05-03 Juri Linkov <juri@jurta.org>
2
3 * dired.el (dired-check-switches, dired-switches-recursive-p):
4 New functions. (Bug#17218)
5 (dired-switches-escape-p, dired-move-to-end-of-filename):
6 Use `dired-check-switches'.
7 (dired-insert-old-subdirs, dired-build-subdir-alist)
8 (dired-sort-R-check): Use `dired-switches-recursive-p'.
9
12014-05-01 Barry O'Reilly <gundaetiapo@gmail.com> 102014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
2 11
3 * automated/undo-tests.el (undo-test-region-deletion): New test to 12 * automated/undo-tests.el (undo-test-region-deletion): New test to