Mercurial > emacs
view src/autodeps.mk @ 111556:ee13ba492319
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.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 15 Nov 2010 23:45:55 +0000 |
parents | 5df3f77a9df9 |
children |
line wrap: on
line source
### autodeps.mk --- src/Makefile fragment for GNU Emacs ## This is inserted in src/Makefile if AUTO_DEPEND=yes. ALLOBJS=$(START_FILES) ${obj} ${otherobj} -include $(ALLOBJS:%.o=${DEPDIR}/%.d)