]> git.eshelyaron.com Git - emacs.git/commit
Rework how Gnus is supposed to be able to display all the images in HTML.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 15 Nov 2010 23:45:55 +0000 (23:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 15 Nov 2010 23:45:55 +0000 (23:45 +0000)
commit8b6f657390dab08e53e2bca366b26d0b57cd1285
tree9eaac6d85b7e8db171d04a04458daa5f28a51440
parent90eef0472571bf7d44aacae16f57e95f52e689d2
Rework how Gnus is supposed to be able to display all the images in HTML.

shr.el (shr-tag-img): Put a displayer in the text property.
gnus-util.el (gnus-find-text-property-region): New utility function.
gnus-html.el (gnus-html-display-image): Make the alt optional.
gnus-html.el (gnus-html-show-images): Remove.
gnus-art.el (gnus-article-show-images): New, more general function.
gnus-html.el, shr.el: Use image-url instead of gnus-image-url to unify the image url text properties.
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-html.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-util.el
lisp/gnus/gnus.el
lisp/gnus/shr.el