summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Münster <pm@a16n.net>2021-08-11 18:02:25 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-11 18:06:19 +0200
commit7dbbe6cbc54b9331f7b32aa8ce96f6eeadfb0dcd (patch)
treea33ee4d5658b4f857c1678f97c045f22b3aa9367 /etc
parent244acc5a057b0d6ff03754af14d71808b6f20233 (diff)
downloademacs-7dbbe6cbc54b9331f7b32aa8ce96f6eeadfb0dcd.tar.gz
Add new image-dired commands
* lisp/image-dired.el (image-dired-delete-marked): Factored out (bug#50000). (image-dired-display-thumbs): From here. (image-dired-tag-marked-thumbnails): New command. (image-dired-delete-marked): Ditto.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 523af6b97d0..18fa54b97e6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2406,6 +2406,10 @@ 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
---