Rescale images in article buffers for Emacs versions that support this.
[gnus] / lisp / gnus-html.el
2010-09-01 Lars Magne Ingebri... Rescale images in article buffers for Emacs versions...
2010-09-01 Lars Magne Ingebri... Delete the IMG_ALT region.
2010-09-01 Katsumi Yamaokagnus-article-html: Decode contents by charset.
2010-09-01 Katsumi Yamaokagnus-html.el, message.el: Add custom version to new...
2010-09-01 Katsumi Yamaokagnus-html-curl-sentinel: Replace process-get with gnus...
2010-08-31 Katsumi YamaokaMisc fixes by Stefan Monnier <monnier@iro.umontreal...
2010-08-31 Lars Magne Ingebri... Introduce a new variable, gnus-blocked-images, and...
2010-08-31 Lars Magne Ingebri... Use gnus-process-plist and friends for compatibility.
2010-08-31 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-08-31 Lars Magne Ingebri... Support cid: URLs/images.
2010-08-31 Lars Magne Ingebri... Clarify the code a bit by renaming the variable with...
2010-08-31 Lars Magne Ingebri... Require mm-url.
2010-08-30 Lars Magne Ingebri... Tell w3m that the input is UTF-8.
2010-08-30 Lars Magne Ingebri... Don't bug out on non-Emacs images.
2010-08-30 Lars Magne Ingebri... Don't do images on non-graphic displays.
2010-08-30 Lars Magne Ingebri... Use gnus-create-image to be XEmacs-compatible.
2010-08-30 Lars Magne Ingebri... Implement the gnus-put-image/gnus-html-put-image by...
2010-08-30 Lars Magne Ingebri... Use insert-image instead of put-image when putting...
2010-08-30 Lars Magne Ingebri... Make html image insertion probably work for XEmacs...
2010-08-29 Lars Magne Ingebri... put-image doesn't take the same parameters as gnus...
2010-08-29 Lars Magne Ingebri... Autoload gnus-html-prefetch-images and provide gnus...
2010-08-29 Lars Magne Ingebri... 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
2010-08-29 Lars Magne Ingebri... Supply a max-time paramater to the curl calls, and...
2010-08-29 Lars Magne Ingebri... Display the link in the mouseover text.
2010-08-29 Lars Magne Ingebri... Use the summary-local version of the mm-w3m-safe-url...
2010-08-29 Lars Magne Ingebri... Refuse to display 30x30 images, not all 30xwhatever...
2010-08-29 Lars Magne Ingebri... Add kludge to avoid displaying 30x30 gif images, which...
2010-08-29 Lars Magne Ingebri... Disable cookies, since we probably don't want to be...
2010-08-29 Lars Magne Ingebri... Use `mm-with-part' so that the CTE is decoded before...
2010-08-29 Lars Magne Ingebri... Make sure that we don't insert images from a different...
2010-08-29 Lars Magne Ingebri... Cargo-cult some settings from emacs-w3m, which apparent...
2010-08-29 Lars Magne Ingebri... Have curl --follow the location of the things it fetches.
2010-08-29 Lars Magne Ingebri... If we can't display the image, then display a broken...
2010-08-29 Lars Magne Ingebri... Protect against invalid images.
2010-08-29 Lars Magne Ingebri... Don't try to update buffers that have died in the meantime.
2010-08-29 Lars Magne Ingebri... When prefetching, src can be src="..." or src='......
2010-08-29 Lars Magne Ingebri... The output from -halfdump isn't totally regular, so...
2010-08-29 Lars Magne Ingebri... Remove text properties from strings before handling...
2010-08-29 Lars Magne Ingebri... Don't delete the space at the start, because this messe...
2010-08-29 Lars Magne Ingebri... We may not actually find the end tag, so protect agains...
2010-08-29 Lars Magne Ingebri... Allow pre-fetching images asynchronously.
2010-08-29 Lars Magne Ingebri... Decode html entities and make the image-related display...
2010-08-29 Lars Magne Ingebri... Reverse the order the images are fetched. Fetch the...
2010-08-29 Lars Magne Ingebri... Allow customizing the rendering width.
2010-08-29 Lars Magne Ingebri... Delete space at the start of the parsed html.
2010-08-29 Lars Magne Ingebri... Don't download pictures the user hasn't requested.
2010-08-29 Lars Magne Ingebri... Fetch and cache images.
2010-08-29 Lars Magne Ingebri... The -halfdump format uses nested tags.
2010-08-29 Lars Magne Ingebri... Add a new super-simple HTML renderer based on w3m ...