aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2010-05-21 00:33:58 +0300
committerJuri Linkov2010-05-21 00:33:58 +0300
commitf5d6548ac93ed6b2c5eb06bfe93e2f531ddd72e0 (patch)
tree5aa2773a7ff331e7e3afeb88607866fc17e960a3 /etc
parentf8e6369193666ccd4e38b1ed490042a2a7ce5c91 (diff)
downloademacs-f5d6548ac93ed6b2c5eb06bfe93e2f531ddd72e0.tar.gz
emacs-f5d6548ac93ed6b2c5eb06bfe93e2f531ddd72e0.zip
* dired-x.el (dired-jump, dired-jump-other-window): Add arg
FILE-NAME to read from the minibuffer when called interactively with prefix argument instead of using buffer-file-name. http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html * dired.el: Update autoloads.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0d07a160ac1..1c7d9268e5d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -147,6 +147,11 @@ Use the arrow to the left of the option name to toggle visibility.
147*** The color widget now has a "Choose" button, which allows you to 147*** The color widget now has a "Choose" button, which allows you to
148choose a color via list-colors-display. 148choose a color via list-colors-display.
149 149
150** Dired-x
151
152*** dired-jump and dired-jump-other-window called with a prefix argument
153read a file name from the minibuffer instead of using buffer-file-name.
154
150** VC and related modes 155** VC and related modes
151 156
152*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. 157*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.