summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-07 23:28:44 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-08 01:00:38 +0100
commit10655ce02f97d474d1fc0c34af9975f36720cc3e (patch)
tree78633696d37d2c5e2c7a618875d9b53d9070709e /etc
parent5364c571988b2bfba05870450a66767f7c134ebd (diff)
downloademacs-10655ce02f97d474d1fc0c34af9975f36720cc3e.tar.gz
image-dired: Navigate from image display buffer
* lisp/image-dired.el (image-dired-mark-thumb-original-file) (image-dired-unmark-thumb-original-file) (image-dired-flag-thumb-original-file) (image-dired-toggle-mark-thumb-original-file) (image-dired-unmark-all-marks) (image-dired-display-next-thumbnail-original) (image-dired-display-previous-thumbnail-original): Make commands usable from image-dired-display-image-mode. (image-dired-display-image-mode-map): Bind above commands. (image-dired--with-thumbnail-buffer): New macro.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d5ed2ded8c5..e8e0c910ef0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -553,6 +553,16 @@ user options that are no longer needed are now obsolete:
'image-dired-temp-image-file'.
---
+*** Navigation and marking commands now work in image display buffer.
+The following new bindings have been added:
+
+ n / SPC image-dired-display-previous-thumbnail-original
+ p / DEL image-dired-display-next-thumbnail-original
+ m image-dired-mark-thumb-original-file
+ d image-dired-flag-thumb-original-file
+ u image-dired-unmark-thumb-original-file
+
+---
*** Reduce dependency on external "exiftool" command.
The 'image-dired-copy-with-exif-file-name' no longer requires an
external "exiftool" command to be available. The user options
@@ -562,7 +572,7 @@ external "exiftool" command to be available. The user options
---
*** New command for the thumbnail buffer.
The new command 'image-dired-unmark-all-marks' has been added. It is
-bound to 'U' in the thumbnail buffer.
+bound to 'U' in the thumbnail and display buffer.
---
*** Support Thumbnail Managing Standard v0.9.0 (Dec 2020).