# HG changeset patch # User Glenn Morris # Date 1219992229 0 # Node ID 8787632a27586cc56c99e8a4a4645d9f674bb826 # Parent 1aab9bdd9355a05d00eb54772ce3d4c35153f4db auth-source has nothing to do with X. Add delete-by-moving-to-trash. Collect some misc items near the end of "Changes" section. diff -r 1aab9bdd9355 -r 8787632a2758 etc/NEWS --- a/etc/NEWS Fri Aug 29 04:27:46 2008 +0000 +++ b/etc/NEWS Fri Aug 29 06:43:49 2008 +0000 @@ -114,8 +114,6 @@ * Changes in Emacs 23.1 -** `where-is-preferred-modifier' can specify your favorite modifier. - ** Improved X Window System support *** Emacs now supports using both X displays and ttys in one session. @@ -155,11 +153,6 @@ The variable `frame-alpha-lower-limit' defines a lower bound for the opacity; the default is 20. -*** Emacs can now use `auth-source' for authentication. -`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain -login names and passwords. The match, if found, is reported -in *Messages* with the password blanked out. - ** Internationalization changes *** The Emacs character set is now a superset of Unicode. @@ -251,11 +244,23 @@ *** The VC, line/colum number and minor mode indicators on the mode line are now interactive: mouse-1 can be used on them to pop up a menu. +** File deletion can make use of the Recycle Bin or system Trash folder. +Set `delete-by-moving-to-trash' non-nil to use this. Deleted files +and directories will then be sent to the Recyle Bin on Windows, and +to `trash-directory' on other systems. + ** Directory-local variables can now be defined. By default, Emacs looks in .dir-settings.el for directory-local variables. For more information, see `set-directory-project' and `define-project-bindings'. +** Emacs can now use `auth-source' for authentication. +`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain +login names and passwords. The match, if found, is reported +in *Messages* with the password blanked out. + +** `where-is-preferred-modifier' can specify your favorite modifier. + * Startup Changes in Emacs 23.1