From: Stefan Kangas Date: Wed, 8 Dec 2021 23:01:23 +0000 (+0100) Subject: image-dired: Remove some TODOs X-Git-Tag: emacs-29.0.90~3608^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=929a8010aca1a9ce8b740ef7e06b21abeb3466d9;p=emacs.git image-dired: Remove some TODOs To the extent that these TODOs are relevant or useful, it would be better to add such features to image-mode directly. * lisp/image-dired.el: Remove some TODOs. --- diff --git a/lisp/image-dired.el b/lisp/image-dired.el index d75ccfece11..e1c794472b7 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -103,9 +103,6 @@ ;; TODO ;; ==== ;; -;; * Some sort of auto-rotate function based on rotate info in the -;; EXIF data. -;; ;; * Investigate if it is possible to also write the tags to the image ;; files. ;; @@ -114,12 +111,6 @@ ;; ;; * From thumbs.el: Add setroot function. ;; -;; * From thumbs.el: Add image resizing, if useful (image-dired's automatic -;; "image fit" might be enough) -;; -;; * From thumbs.el: Add the "modify" commands (emboss, negate, -;; monochrome etc). -;; ;; * Add `image-dired-display-thumbs-ring' and functions to cycle that. Find out ;; which is best, saving old batch just before inserting new, or ;; saving the current batch in the ring when inserting it. Adding