gnus-html-get-image-data: Search also for \r\n\r\n to get the start of data
[gnus] / lisp / gnus-html.el
2010-09-22 Julien Danjougnus-html-get-image-data: Search also for \r\n\r\n...
2010-09-22 Julien Danjou(gnus-html-put-image): Put alt-text as help-echo
2010-09-22 Julien Danjou(gnus-html-wash-images): Use xml-substitute-special...
2010-09-21 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-21 Julien Danjou(gnus-html-image-map): Add v to browse-url on undisplay...
2010-09-21 Julien DanjouMake gnus-html use url-cache system
2010-09-20 Katsumi YamaokaMake Gnus work for Emacs 22 and XEmacs.
2010-09-19 Lars Magne Ingebri... (gnus-html-image-fetched): Protect against the data...
2010-09-19 Lars Magne Ingebri... Fix up the url-retrieve calling conventions so that...
2010-09-19 Lars Magne Ingebri... Prefetch and html washing additions.
2010-09-19 Lars Magne Ingebri... Ignore all errors from url-retrieve, for instance about...
2010-09-18 Lars Magne Ingebri... Fetch all images in parallel.
2010-09-18 Lars Magne Ingebri... Use `url' rather than curl to retrieve images.
2010-09-18 Lars Magne Ingebri... (gnus-html-wash-tags): Add support for i, b and u HTML...
2010-09-17 Katsumi Yamaokagnus-html.el: Replace process-kill-without-query by...
2010-09-16 Romain Francoisegnus-html.el: Require gnus-art for `gnus-with-article...
2010-09-14 Lars Magne Ingebri... Fix up the w3m/curl dependencies.
2010-09-09 Lars Magne Ingebri... Refactor out the image bit, and don't restrict end...
2010-09-08 Lars Magne Ingebri... Bind RET and TAB on images for better UX.
2010-09-08 Lars Magne Ingebri... (gnus-html-wash-tags): Search for images first, so...
2010-09-08 Lars Magne Ingebri... Fix typo in last check-in.
2010-09-08 Lars Magne Ingebri... Allow showing the ALT text of images and to browse...
2010-09-08 Lars Magne Ingebri... Indent.
2010-09-08 Lars Magne Ingebri... Fix typo in last check-in.
2010-09-08 Lars Magne Ingebri... Decode entities before feeding URLs to curl.
2010-09-07 Katsumi Yamaokagnus-html.el (gnus-html-wash-tags, gnus-html-put-image...
2010-09-06 Lars Magne Ingebri... Limit end-tag matching to the current line to work...
2010-09-06 Lars Magne Ingebri... Remove <a name...> tags, which confuses the rest of...
2010-09-05 Lars Magne Ingebri... Allow calling without specifying the handle.
2010-09-04 Lars Magne Ingebri... (gnus-html-show-images): If there are no images to...
2010-09-04 Lars Magne Ingebri... (gnus-html-wash-tags): Remove even more white space...
2010-09-03 Lars Magne Ingebri... Decode entities at the end.
2010-09-03 Lars Magne Ingebri... Remove more white space before <pre_int> image spacers.
2010-09-03 Lars Magne Ingebri... Add the new command gnus-html-show-images.
2010-09-03 Lars Magne Ingebri... Have the image insertion work even if the missing image...
2010-09-03 Lars Magne Ingebri... Fix up the logic that marks resized images for buffer...
2010-09-03 Lars Magne Ingebri... Add a new `i' command to insert images.
2010-09-03 Lars Magne Ingebri... Don't reuse the 'gnus-data text property, but use a...
2010-09-03 Lars Magne Ingebri... Comment fix.
2010-09-03 Katsumi Yamaokagnus-html.el (gnus-html-put-image): make avoidance...
2010-09-03 Katsumi YamaokaMake gnus-html work for XEmacs.
2010-09-02 Lars Magne Ingebri... Only call image-size once, since it's somewhat time...
2010-09-02 Lars Magne Ingebri... Fix up typo in rescaling.
2010-09-02 Katsumi Yamaokagnus-html-put-image, gnus-html-rescale-image: Pass...
2010-09-02 Katsumi Yamaokagnus-article-html: Make work buffer multibyte for decod...
2010-09-01 Lars Magne Ingebri... Yet another try at getting the image sizing right.
2010-09-01 Lars Magne Ingebri... Delete all trailing white space.
2010-09-01 Lars Magne Ingebri... Remove all <pre_int> place holders.
2010-09-01 Lars Magne Ingebri... Don't show images that are really small.
2010-09-01 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-01 Ted Zlatanovgnus-html.el: prefix log messages with function name
2010-09-01 Lars Magne Ingebri... The rescaling logic scaled down too much.
2010-09-01 Lars Magne Ingebri... Check the value of gnus-blocked-images in the summary...
2010-09-01 Ted Zlatanovgnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
2010-09-01 Lars Magne Ingebri... Say in the message what the regexp really is.
2010-09-01 Lars Magne Ingebri... Take a parameter for blocked-images since it needs...
2010-09-01 Lars Magne Ingebri... "A" is also used for links, just like "a", it seems...
2010-09-01 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-01 Ted Zlatanovgnus-html.el: add and use gnus-html-image-url-blocked-p
2010-09-01 Lars Magne Ingebri... We can't rescale if we don't have the article buffer...
2010-09-01 Lars Magne Ingebri... Try to get the rescaling logic right for images that...
2010-09-01 Lars Magne Ingebri... Use the deleted text as the image alt text.
2010-09-01 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-01 Lars Magne Ingebri... Rescale images in article buffers for Emacs versions...
2010-09-01 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2010-09-01 Ted Zlatanovgnus-html.el: Add extra logging.
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.
next