From 929a8010aca1a9ce8b740ef7e06b21abeb3466d9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 9 Dec 2021 00:01:23 +0100 Subject: [PATCH] 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. --- lisp/image-dired.el | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.39.2