diff lisp/ChangeLog @ 103610:9f150a229376

* files.el (trash-directory): Change default to nil. (move-file-to-trash): If trash-directory is nil and system-move-file-to-trash is unbound, perform freedesktop-style trashing. * NEWS: Document change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 28 Jun 2009 04:54:06 +0000
parents 3e9859a4c097
children 6f6def36a946
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jun 28 01:42:03 2009 +0000
+++ b/lisp/ChangeLog	Sun Jun 28 04:54:06 2009 +0000
@@ -1,3 +1,15 @@
+2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
+
+	* files.el (trash-directory): Change default to nil.
+	(move-file-to-trash): If trash-directory is nil and
+	system-move-file-to-trash is unbound, perform freedesktop-style
+	trashing.
+
+2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
+
+	* files.el (move-file-to-trash): Add freedesktop trash
+	support (Bug#973).
+
 2009-06-28  Glenn Morris  <rgm@gnu.org>
 
 	* autorevert.el (global-auto-revert-non-file-buffers)