From b798e26a6926d7a4466da65ed27b1fcee51d0167 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 29 Aug 2008 06:43:49 +0000 Subject: [PATCH] auth-source has nothing to do with X. Add delete-by-moving-to-trash. Collect some misc items near the end of "Changes" section. --- etc/NEWS | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index e04013c4e3d..a7cf3d3c463 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -114,8 +114,6 @@ The Emacs 22 icon is available as `emacs22.png' in the same location. * 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. + * Startup Changes in Emacs 23.1 -- 2.39.2