]> git.eshelyaron.com Git - emacs.git/commitdiff
image-dired: Remove some TODOs
authorStefan Kangas <stefan@marxist.se>
Wed, 8 Dec 2021 23:01:23 +0000 (00:01 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 8 Dec 2021 23:04:09 +0000 (00:04 +0100)
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

index d75ccfece111b8236526cacc765ba4beb6548cd0..e1c794472b7ad3b889b1fad03c4ed2c36b57f42f 100644 (file)
 ;; 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.
 ;;
 ;;
 ;; * 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