]> git.eshelyaron.com Git - emacs.git/commit
image-dired: Make thumbnail rotation commands obsolete
authorStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 23:59:01 +0000 (01:59 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 28 Oct 2021 00:03:05 +0000 (02:03 +0200)
commitbc4937539e48e5c9bdf17383744c5e0b560699ad
tree5e772c8f8ad2e0d018f6c55672309ee6df5eefd3
parent722a9080db719f6297eaa85f1a8c384e421a69dc
image-dired: Make thumbnail rotation commands obsolete

* lisp/image-dired.el (image-dired-cmd-rotate-thumbnail-program)
(image-dired-cmd-rotate-thumbnail-options)
(image-dired-rotate-thumbnail)
(image-dired-rotate-thumbnail-left)
(image-dired-rotate-thumbnail-right): Make obsolete in favor of
'image-dired-refresh-thumb' and 'image-rotate'.  It makes no sense to
have destructive thumbnail rotation commands now that Emacs can rotate
thumbnails in memory, and it is very fast to just generate a new one
reflecting the rotation of the original.
(image-dired-thumbnail-mode-map): Remove menu entries and key bindings
for above obsolete commands.  The rotate right keybinding had already
been made ineffective by the local keymap added by 'insert-image'.
etc/NEWS
lisp/image-dired.el