diff options
| author | Juri Linkov | 2010-05-21 00:33:58 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-05-21 00:33:58 +0300 |
| commit | f5d6548ac93ed6b2c5eb06bfe93e2f531ddd72e0 (patch) | |
| tree | 5aa2773a7ff331e7e3afeb88607866fc17e960a3 /etc | |
| parent | f8e6369193666ccd4e38b1ed490042a2a7ce5c91 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 |
| 148 | choose a color via list-colors-display. | 148 | choose 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 | ||
| 153 | read 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. |