aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorOleh Krehel2015-10-21 16:39:36 +0200
committerOleh Krehel2015-10-21 16:54:25 +0200
commitf6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a (patch)
tree28d9281d40b214b1ea218f0b14d3919e4296a0f3 /etc
parentd60e5a9da157f452d891d92f7337d254a1775787 (diff)
downloademacs-f6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a.tar.gz
emacs-f6ece2420c3dc6f3dde06c7f8722f5b0b7e1ef4a.zip
Add dired-do-compress-to command bound to "c"
* lisp/dired-aux.el (dired-shell-command): Use the caller's `default-directory', return the result of `process-file'. (dired-compress-file-suffixes): Add comment on why "tar -zxf" isn't used by default. (dired-compress-files-alist): New defvar. (dired-do-compress-to): New command. * lisp/dired.el (dired-mode-map): Bind `dired-do-compress-to' to "c". (dired-do-compress-to): Add an autoload entry. * etc/NEWS: Add two entries.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ef90268c5d2..0cb814b7eea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -275,6 +275,12 @@ header.
275** `tabulated-list-print' takes a second optional argument, update, 275** `tabulated-list-print' takes a second optional argument, update,
276which specifies an alternative printing method which is faster when 276which specifies an alternative printing method which is faster when
277few or no entries have changed. 277few or no entries have changed.
278** The command `dired-do-compress' bound to `Z' now can compress
279directories and decompress zip files.
280** New command `dired-do-compress-to' bound to `c' can be used to compress
281many marked files into a single named archive. The compression
282command is determined from the new `dired-compress-files-alist'
283variable.
278 284
279 285
280* Editing Changes in Emacs 25.1 286* Editing Changes in Emacs 25.1