summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Münster <pm@a16n.net>2021-08-18 14:53:25 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-18 14:53:25 +0200
commitfa4a63c689864a75b2439b9a5f858158fa1a7c7a (patch)
tree002f97d300477ed3e1e7a0893bd6ffb4074d774a /etc
parentc17e03ace54b676cf3bf193153cf5e9b367cdd61 (diff)
downloademacs-fa4a63c689864a75b2439b9a5f858158fa1a7c7a.tar.gz
Add menu bindings to new functions in image-dired.el
* lisp/image-dired.el (image-dired--with-marked): New macro for cycling over marked thumbnails. (image-dired-tag-thumbnail, image-dired-tag-thumbnail-remove): Can handle now also all marked thumbnails. (image-dired-tag-marked-thumbnails): Remove it, because it's obsoleted by `image-dired-tag-thumbnail' now. (image-dired-delete-marked): Use new macro `image-dired--with-marked', and add command to menu (bug#50000).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8b536541702..f77fc8243f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2447,8 +2447,7 @@ This command, called interactively, toggles the local value of
If non-nil (the default), use 'image-dired-thumb-mark' to say what
images are marked.
-*** New command 'image-dired-tag-marked-thumbnails'.
-
+---
*** New command 'image-dired-delete-marked'.
** Miscellaneous