aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-01-26 22:17:23 -0500
committerChong Yidong2010-01-26 22:17:23 -0500
commit8b0e68ea3fd559cbdfd0c532d789d0bad73890df (patch)
tree790933f833dc45654a0b192ad1f730dbe2703db9 /lisp/ChangeLog
parent368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf (diff)
downloademacs-8b0e68ea3fd559cbdfd0c532d789d0bad73890df.tar.gz
emacs-8b0e68ea3fd559cbdfd0c532d789d0bad73890df.zip
Fix delete-directory recursion behavior for trashing (Bug#5436).
* files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436).
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 5097af5c1ed..5aa791342f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-01-27 David De La Harpe Golden <david@harpegolden.net>
2
3 * files.el (delete-directory): Handle moving to trash without
4 first doing recursion (Bug#5436).
5
12010-01-26 Dan Nicolaescu <dann@ics.uci.edu> 62010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * vc-hooks.el (vc-path): Mark as obsolete. 8 * vc-hooks.el (vc-path): Mark as obsolete.