Mercurial > emacs
changeset 97809:8787632a2758
auth-source has nothing to do with X.
Add delete-by-moving-to-trash.
Collect some misc items near the end of "Changes" section.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 29 Aug 2008 06:43:49 +0000 |
parents | 1aab9bdd9355 |
children | ec7f95140247 |
files | etc/NEWS |
diffstat | 1 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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