aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-01 19:53:48 +0200
committerLars Ingebrigtsen2019-10-01 19:53:48 +0200
commit98bbded2b37b7608573b1a9c596f5c215257b7ad (patch)
tree86ce7ebf95ac7b1553f53e27e3b1dd65cc7a93fd /etc
parent41f59e71e2fc60a10991b4e1457fa787e87ab2b3 (diff)
downloademacs-98bbded2b37b7608573b1a9c596f5c215257b7ad.tar.gz
emacs-98bbded2b37b7608573b1a9c596f5c215257b7ad.zip
Add support for Dired file marking from image-mode
* doc/emacs/files.texi (File Conveniences): Document them. * lisp/image-mode.el (image-mode--mark-file): New function. (image-mode-unmark-file, image-mode-mark-file) (image-mode-copy-file-name-as-kill): New commands and keystrokes.
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 f0289eb958d..04e2657e7c6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2726,6 +2726,12 @@ buffer-local, so each buffer could have its own values for these
2726parameters. 2726parameters.
2727 2727
2728+++ 2728+++
2729*** Three new 'image-mode' commands have been added: 'm', which marks
2730the file in the dired buffer(s) for the directory the file is in; 'u',
2731which unmarks the file; and 'w', which pushes the current buffer's file
2732name to the kill ring.
2733
2734+++
2729*** The command 'image-rotate' now accepts a prefix argument. 2735*** The command 'image-rotate' now accepts a prefix argument.
2730With a prefix argument, 'image-rotate' now rotates the image at point 2736With a prefix argument, 'image-rotate' now rotates the image at point
273190 degrees counter-clockwise, instead of the default clockwise. 273790 degrees counter-clockwise, instead of the default clockwise.