]> git.eshelyaron.com Git - emacs.git/commit
image-dired: New defgroup and section for gallery support
authorStefan Kangas <stefan@marxist.se>
Thu, 4 Nov 2021 23:47:00 +0000 (00:47 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 5 Nov 2021 00:09:52 +0000 (01:09 +0100)
commitb5420c46c244be9e3ebc743d0582381b429e9a95
tree1d2c7b9a73fb2707662a16e80186b46fa4bf165b
parent2bcc2160c9f7f16c5e9cd815b8074de27f30896d
image-dired: New defgroup and section for gallery support

* lisp/image-dired.el: Add new section header "Gallery support" to
improve file organization.  Move relevant TODO:s there.

(image-dired-gallery): New defgroup.
(image-dired-gallery-dir, image-dired-gallery-image-root-url)
(image-dired-gallery-thumb-image-root-url)
(image-dired-gallery-hidden-tags): Add options to above new defgroup.

(image-dired-add-to-file-comment-list)
(image-dired-create-gallery-lists)
(image-dired-add-to-tag-file-lists, image-dired-hidden-p): Rename to...
(image-dired--add-to-file-comment-list)
(image-dired--create-gallery-lists)
(image-dired--add-to-tag-file-lists, image-dired--hidden-p):
...this, to make it more clear that these functions are internal.
Make the old names obsolete function aliases.
(image-dired-add-to-tag-file-list): Make unused function obsolete.
lisp/image-dired.el