]> git.eshelyaron.com Git - emacs.git/commitdiff
auth-source has nothing to do with X.
authorGlenn Morris <rgm@gnu.org>
Fri, 29 Aug 2008 06:43:49 +0000 (06:43 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 29 Aug 2008 06:43:49 +0000 (06:43 +0000)
Add delete-by-moving-to-trash.
Collect some misc items near the end of "Changes" section.

etc/NEWS

index e04013c4e3dfdeca381697cd341aa3d7e1c81c5a..a7cf3d3c463da606d02526e884e4a2fc428c1e2e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -114,8 +114,6 @@ The Emacs 22 icon is available as `emacs22.png' in the same location.
 \f
 * 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 @@ active frame and INACTIVE is the opactity of non-active frames.
 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 @@ mode-line information (e.g. waiting for a VC command to finish).
 *** 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.
+
 \f
 * Startup Changes in Emacs 23.1