aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-08-28 16:22:10 -0400
committerChong Yidong2011-08-28 16:22:10 -0400
commit04e2ce72d02518fd32f71e494c00313d4f86e9ee (patch)
tree4d942d127f9f85b30f8ec95013c3bc89766693c6 /etc
parentb9696605a311d77c32139aeb0dcce021cd8d05c4 (diff)
downloademacs-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/NEWS18
1 files changed, 10 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c208533b2e1..f563dde0b0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -247,9 +247,6 @@ Emacs.pane.menubar.font: Courier-12
247Also, the first dash (which does not indicate anything) is just 247Also, the first dash (which does not indicate anything) is just
248displayed as a space. 248displayed as a space.
249 249
250** On Nextstep/OSX, the menu bar can be hidden by customizing
251ns-auto-hide-menu-bar.
252
253** Basic SELinux support has been added. 250** Basic SELinux support has been added.
254This requires Emacs to be linked with libselinux at build time. 251This 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
305margin. 302margin.
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
310trashing. This avoids inadvertently trashing temporary files. 307trashing. 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
313now forces true deletion, regardless of `delete-by-moving-to-trash'. 310now 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
1007a file. 1004a file.
1008 1005
1009** Removed the stack-trace-on-error variable. 1006---
1007** Variable `stack-trace-on-error' removed.
1010Also the debugger can now "continue" from an error, which means it will jump 1008Also the debugger can now "continue" from an error, which means it will jump
1011to the error handler as if the debugger had not been invoked instead of 1009to the error handler as if the debugger had not been invoked instead of
1012jumping all the way to the top-level. 1010jumping all the way to the top-level.
@@ -1019,8 +1017,8 @@ The variable is now used to load all kind of supported dynamic libraries,
1019not just image libraries. The previous name is still available as an 1017not just image libraries. The previous name is still available as an
1020obsolete alias. 1018obsolete alias.
1021 1019
1022** New variable syntax-propertize-function to set syntax-table properties. 1020** New variable `syntax-propertize-function'.
1023Replaces font-lock-syntactic-keywords which are now obsolete. 1021This replaces `font-lock-syntactic-keywords' which is now obsolete.
1024This allows syntax-table properties to be set independently from font-lock: 1022This allows syntax-table properties to be set independently from font-lock:
1025just call syntax-propertize to make sure the text is propertized. 1023just call syntax-propertize to make sure the text is propertized.
1026Together with this new variable come a new hook 1024Together 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.
1049Trashing is performed if TRASH and `delete-by-moving-to-trash' are 1048Trashing is performed if TRASH and `delete-by-moving-to-trash' are
1050both non-nil. Interactively, TRASH defaults to t, unless a prefix 1049both 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
1168ns-auto-hide-menu-bar.
1169
1168 1170
1169---------------------------------------------------------------------- 1171----------------------------------------------------------------------
1170This file is part of GNU Emacs. 1172This file is part of GNU Emacs.