diff options
| author | Chong Yidong | 2011-08-28 16:22:10 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-28 16:22:10 -0400 |
| commit | 04e2ce72d02518fd32f71e494c00313d4f86e9ee (patch) | |
| tree | 4d942d127f9f85b30f8ec95013c3bc89766693c6 /etc | |
| parent | b9696605a311d77c32139aeb0dcce021cd8d05c4 (diff) | |
| download | emacs-04e2ce72d02518fd32f71e494c00313d4f86e9ee.tar.gz emacs-04e2ce72d02518fd32f71e494c00313d4f86e9ee.zip | |
Document trash changes in manual.
* doc/emacs/dired.texi (Dired Deletion): Shorten description of Trash.
* doc/emacs/files.texi (Misc File Ops): Document new
delete-by-moving-to-trash behavior.
* doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document TRASH
argument.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 10 insertions, 8 deletions
| @@ -247,9 +247,6 @@ Emacs.pane.menubar.font: Courier-12 | |||
| 247 | Also, the first dash (which does not indicate anything) is just | 247 | Also, the first dash (which does not indicate anything) is just |
| 248 | displayed as a space. | 248 | displayed as a space. |
| 249 | 249 | ||
| 250 | ** On Nextstep/OSX, the menu bar can be hidden by customizing | ||
| 251 | ns-auto-hide-menu-bar. | ||
| 252 | |||
| 253 | ** Basic SELinux support has been added. | 250 | ** Basic SELinux support has been added. |
| 254 | This requires Emacs to be linked with libselinux at build time. | 251 | This requires Emacs to be linked with libselinux at build time. |
| 255 | 252 | ||
| @@ -305,10 +302,10 @@ scrolls the window so as to avoid positioning point inside the scroll | |||
| 305 | margin. | 302 | margin. |
| 306 | 303 | ||
| 307 | ** Trash changes | 304 | ** Trash changes |
| 308 | 305 | +++ | |
| 309 | *** `delete-by-moving-to-trash' now only affects commands that specify | 306 | *** `delete-by-moving-to-trash' now only affects commands that specify |
| 310 | trashing. This avoids inadvertently trashing temporary files. | 307 | trashing. This avoids inadvertently trashing temporary files. |
| 311 | 308 | +++ | |
| 312 | *** Calling `delete-file' or `delete-directory' with a prefix argument | 309 | *** Calling `delete-file' or `delete-directory' with a prefix argument |
| 313 | now forces true deletion, regardless of `delete-by-moving-to-trash'. | 310 | now forces true deletion, regardless of `delete-by-moving-to-trash'. |
| 314 | 311 | ||
| @@ -1006,7 +1003,8 @@ Emacs server instances. | |||
| 1006 | ** `call-process' allows a `(:file "file")' spec to redirect STDOUT to | 1003 | ** `call-process' allows a `(:file "file")' spec to redirect STDOUT to |
| 1007 | a file. | 1004 | a file. |
| 1008 | 1005 | ||
| 1009 | ** Removed the stack-trace-on-error variable. | 1006 | --- |
| 1007 | ** Variable `stack-trace-on-error' removed. | ||
| 1010 | Also the debugger can now "continue" from an error, which means it will jump | 1008 | Also the debugger can now "continue" from an error, which means it will jump |
| 1011 | to the error handler as if the debugger had not been invoked instead of | 1009 | to the error handler as if the debugger had not been invoked instead of |
| 1012 | jumping all the way to the top-level. | 1010 | jumping all the way to the top-level. |
| @@ -1019,8 +1017,8 @@ The variable is now used to load all kind of supported dynamic libraries, | |||
| 1019 | not just image libraries. The previous name is still available as an | 1017 | not just image libraries. The previous name is still available as an |
| 1020 | obsolete alias. | 1018 | obsolete alias. |
| 1021 | 1019 | ||
| 1022 | ** New variable syntax-propertize-function to set syntax-table properties. | 1020 | ** New variable `syntax-propertize-function'. |
| 1023 | Replaces font-lock-syntactic-keywords which are now obsolete. | 1021 | This replaces `font-lock-syntactic-keywords' which is now obsolete. |
| 1024 | This allows syntax-table properties to be set independently from font-lock: | 1022 | This allows syntax-table properties to be set independently from font-lock: |
| 1025 | just call syntax-propertize to make sure the text is propertized. | 1023 | just call syntax-propertize to make sure the text is propertized. |
| 1026 | Together with this new variable come a new hook | 1024 | Together with this new variable come a new hook |
| @@ -1045,6 +1043,7 @@ programming modes. | |||
| 1045 | 1043 | ||
| 1046 | ** define-minor-mode accepts a new keyword :variable. | 1044 | ** define-minor-mode accepts a new keyword :variable. |
| 1047 | 1045 | ||
| 1046 | +++ | ||
| 1048 | ** `delete-file' and `delete-directory' now accept optional arg TRASH. | 1047 | ** `delete-file' and `delete-directory' now accept optional arg TRASH. |
| 1049 | Trashing is performed if TRASH and `delete-by-moving-to-trash' are | 1048 | Trashing is performed if TRASH and `delete-by-moving-to-trash' are |
| 1050 | both non-nil. Interactively, TRASH defaults to t, unless a prefix | 1049 | both non-nil. Interactively, TRASH defaults to t, unless a prefix |
| @@ -1165,6 +1164,9 @@ with the USER_LIBS build variable. | |||
| 1165 | 1164 | ||
| 1166 | ** New make target `dist' to create binary distribution for MS Windows. | 1165 | ** New make target `dist' to create binary distribution for MS Windows. |
| 1167 | 1166 | ||
| 1167 | ** On Nextstep/OSX, the menu bar can be hidden by customizing | ||
| 1168 | ns-auto-hide-menu-bar. | ||
| 1169 | |||
| 1168 | 1170 | ||
| 1169 | ---------------------------------------------------------------------- | 1171 | ---------------------------------------------------------------------- |
| 1170 | This file is part of GNU Emacs. | 1172 | This file is part of GNU Emacs. |