aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-09-19 07:48:05 +0200
committerJoakim Verona2012-09-19 07:48:05 +0200
commit99def29614db90aa00e3334c062a81d2d5dc9495 (patch)
treeb6df2925d3ed5e5fba17a8b0aa57d4dd829ac248 /etc
parent6c86337db3f2b22977d7b94b054458a2d446c504 (diff)
parent2fd5e67d925be2b5fc945be5aaba27904cc65022 (diff)
downloademacs-99def29614db90aa00e3334c062a81d2d5dc9495.tar.gz
emacs-99def29614db90aa00e3334c062a81d2d5dc9495.zip
not compiling yet
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3344158b73c..15c06181a9a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -459,9 +459,17 @@ channel keys found, if any.
459if the command ends in `;' (when operating on multiple files). 459if the command ends in `;' (when operating on multiple files).
460Otherwise, it executes the command on each file in parallel. 460Otherwise, it executes the command on each file in parallel.
461 461
462*** Typing M-n in the minibuffer of `dired-do-chmod', `dired-do-chgrp',
463`dired-do-chown', `dired-do-touch' pulls the file attributes of the
464file at point.
465
466*** When the region is active, `m' (`dired-mark'), `u' (`dired-unmark'),
467`DEL' (`dired-unmark-backward'), `d' (`dired-flag-file-deletion')
468mark/unmark/flag all files in the active region.
469
462*** The minibuffer default for `=' (`dired-diff) has changed. 470*** The minibuffer default for `=' (`dired-diff) has changed.
463It is now the backup file for the file at point, if one exists, rather 471It is now the backup file for the file at point, if one exists.
464than the file at the mark. 472In Transient Mark mode the default is the file at the active mark.
465 473
466*** `M-=' is no longer bound to `dired-backup-diff' in Dired buffers. 474*** `M-=' is no longer bound to `dired-backup-diff' in Dired buffers.
467The global binding for `M-=', `count-words-region' is in effect. 475The global binding for `M-=', `count-words-region' is in effect.