diff options
| author | Glenn Morris | 2008-08-29 06:43:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-29 06:43:49 +0000 |
| commit | b798e26a6926d7a4466da65ed27b1fcee51d0167 (patch) | |
| tree | 87225b66a7073966a50ffb825363fddd2249f70e | |
| parent | acdc20068b4f6947ba5af2ab3880381a3af53d4b (diff) | |
| download | emacs-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/NEWS | 19 |
1 files changed, 12 insertions, 7 deletions
| @@ -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. | |||
| 155 | The variable `frame-alpha-lower-limit' defines a lower bound for the | 153 | The variable `frame-alpha-lower-limit' defines a lower bound for the |
| 156 | opacity; the default is 20. | 154 | opacity; 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 | ||
| 160 | login names and passwords. The match, if found, is reported | ||
| 161 | in *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 |
| 252 | line are now interactive: mouse-1 can be used on them to pop up a menu. | 245 | line 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. | ||
| 248 | Set `delete-by-moving-to-trash' non-nil to use this. Deleted files | ||
| 249 | and directories will then be sent to the Recyle Bin on Windows, and | ||
| 250 | to `trash-directory' on other systems. | ||
| 251 | |||
| 254 | ** Directory-local variables can now be defined. | 252 | ** Directory-local variables can now be defined. |
| 255 | By default, Emacs looks in .dir-settings.el for directory-local | 253 | By default, Emacs looks in .dir-settings.el for directory-local |
| 256 | variables. For more information, see `set-directory-project' and | 254 | variables. 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 | ||
| 259 | login names and passwords. The match, if found, is reported | ||
| 260 | in *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 | ||