aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-29 06:43:49 +0000
committerGlenn Morris2008-08-29 06:43:49 +0000
commitb798e26a6926d7a4466da65ed27b1fcee51d0167 (patch)
tree87225b66a7073966a50ffb825363fddd2249f70e
parentacdc20068b4f6947ba5af2ab3880381a3af53d4b (diff)
downloademacs-b798e26a6926d7a4466da65ed27b1fcee51d0167.tar.gz
emacs-b798e26a6926d7a4466da65ed27b1fcee51d0167.zip
auth-source has nothing to do with X.
Add delete-by-moving-to-trash. Collect some misc items near the end of "Changes" section.
-rw-r--r--etc/NEWS19
1 files 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.
114 114
115* Changes in Emacs 23.1 115* Changes in Emacs 23.1
116 116
117** `where-is-preferred-modifier' can specify your favorite modifier.
118
119** Improved X Window System support 117** Improved X Window System support
120 118
121*** Emacs now supports using both X displays and ttys in one session. 119*** 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.
155The variable `frame-alpha-lower-limit' defines a lower bound for the 153The variable `frame-alpha-lower-limit' defines a lower bound for the
156opacity; the default is 20. 154opacity; the default is 20.
157 155
158*** Emacs can now use `auth-source' for authentication.
159`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain
160login names and passwords. The match, if found, is reported
161in *Messages* with the password blanked out.
162
163** Internationalization changes 156** Internationalization changes
164 157
165*** The Emacs character set is now a superset of Unicode. 158*** 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).
251*** The VC, line/colum number and minor mode indicators on the mode 244*** The VC, line/colum number and minor mode indicators on the mode
252line are now interactive: mouse-1 can be used on them to pop up a menu. 245line are now interactive: mouse-1 can be used on them to pop up a menu.
253 246
247** File deletion can make use of the Recycle Bin or system Trash folder.
248Set `delete-by-moving-to-trash' non-nil to use this. Deleted files
249and directories will then be sent to the Recyle Bin on Windows, and
250to `trash-directory' on other systems.
251
254** Directory-local variables can now be defined. 252** Directory-local variables can now be defined.
255By default, Emacs looks in .dir-settings.el for directory-local 253By default, Emacs looks in .dir-settings.el for directory-local
256variables. For more information, see `set-directory-project' and 254variables. For more information, see `set-directory-project' and
257`define-project-bindings'. 255`define-project-bindings'.
258 256
257** Emacs can now use `auth-source' for authentication.
258`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain
259login names and passwords. The match, if found, is reported
260in *Messages* with the password blanked out.
261
262** `where-is-preferred-modifier' can specify your favorite modifier.
263
259 264
260* Startup Changes in Emacs 23.1 265* Startup Changes in Emacs 23.1
261 266