aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-01-17 17:27:46 -0500
committerGlenn Morris <[email protected]>2012-01-17 17:27:46 -0500
commit1db03b16182e5661068c21a8828b03ac79b243a2 (patch)
treeafc2b19c8b0a8bef0194452942e0c72256207a6f /lisp/ChangeLog
parent8c82b1b4dcca42c29992a71b3f1c9d3803d74d3a (diff)
Dired fixes for newlines in directory names.
* lisp/dired.el (dired-insert-directory): Handle newlines in directory name. (dired-build-subdir-alist): Unescape newlines in directory name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f962820200..0ef61f4867 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-17 Glenn Morris <[email protected]>
+
+ * dired.el (dired-insert-directory): Handle newlines in directory name.
+ (dired-build-subdir-alist): Unescape newlines in directory name.
+
2012-01-17 Michael Albinus <[email protected]>
* net/tramp.el (tramp-local-end-of-line): New defcustom.