aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2012-07-17 21:40:15 +0300
committerJuri Linkov2012-07-17 21:40:15 +0300
commit6dafa0d5352ada03f9a6db6ba8d3eec8f7884642 (patch)
tree65e44148f35e678ce0703643784171206322de1a /etc
parentb19dd9d1bbf0afce896a367a817e0e22c381308b (diff)
downloademacs-6dafa0d5352ada03f9a6db6ba8d3eec8f7884642.tar.gz
emacs-6dafa0d5352ada03f9a6db6ba8d3eec8f7884642.zip
* lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.
(dired-do-async-shell-command): Don't add `*' at the end of the command (Bug#11815). (dired-do-shell-command): Doc fix. (dired-shell-stuff-it): Strip the trailing "&" and ";" if any. Join the individual commands using either "&" or ";" as the separator depending on the values of these trailing characters. At the end re-add the trailing "&". (Bug#10598) * lisp/simple.el (async-shell-command): Sync the interactive spec with `shell-command'. Doc fix. (shell-command): Doc fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bf7880bd1ac..3435a839a74 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -274,13 +274,13 @@ The variable `diff-use-changed-face' defines whether to use
274the face `diff-changed', or `diff-removed' and `diff-added' 274the face `diff-changed', or `diff-removed' and `diff-added'
275to highlight changes in context diffs. 275to highlight changes in context diffs.
276 276
277** Ediff now uses the same color scheme as Diff mode
278on high color displays.
279
277** Flymake uses fringe bitmaps to indicate errors and warnings. 280** Flymake uses fringe bitmaps to indicate errors and warnings.
278See flymake-fringe-indicator-position, flymake-error-bitmap and 281See flymake-fringe-indicator-position, flymake-error-bitmap and
279flymake-warning-bitmap. 282flymake-warning-bitmap.
280 283
281** Ediff now uses the same color scheme as Diff mode
282on high color displays.
283
284** `sh-script' 284** `sh-script'
285*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. 285*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair.
286*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. 286*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs.
@@ -348,6 +348,12 @@ these commands now).
348** erc will look up server/channel names via auth-source and use the 348** erc will look up server/channel names via auth-source and use the
349channel keys found, if any. 349channel keys found, if any.
350 350
351** Dired
352
353*** `dired-do-async-shell-command' executes each file sequentially
354if the command ends in `;' (when operating on multiple files).
355Othwerwise, it executes the command on each file in parallel.
356
351** FFAP 357** FFAP
352 358
353*** The option `ffap-url-unwrap-remote' can now be a list of strings, 359*** The option `ffap-url-unwrap-remote' can now be a list of strings,