]> code.delx.au - gnu-emacs/history - lisp/gnus/gnus-html.el
merge changes in emacs-23 branch
[gnu-emacs] / lisp / gnus / gnus-html.el
2010-09-02 Kenichi Handamerge changes in emacs-23 branch
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-rescale-image): Yet another...
2010-09-02 Lars Magne Ingebri... Delete all trailing white space.
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-wash-tags): Remove all <pre_int...
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-wash-tags): Don't show images...
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-rescale-image): The rescaling...
2010-09-02 Teodor Zlatanovgnus-html.el: prefix log messages with function name
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-wash-tags): Check the value...
2010-09-02 Teodor Zlatanovgnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
2010-09-02 Kenichi Handamerge trunk
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-image-url-blocked-p): Say in...
2010-09-02 Lars Magne Ingebri... gnus-html.el (gnus-html-wash-tags): "A" is also used...
2010-09-02 Kenichi Handamerge trunk
2010-09-02 Teodor Zlatanovgnus-html.el: add and use gnus-html-image-url-blocked-p
2010-09-02 Lars Magne Ingebri... gnus-html.el: We can't rescale if we don't have the...
2010-09-02 Lars Magne Ingebri... gnus-html.el: Try to get the rescaling logic right...
2010-09-02 Lars Magne Ingebri... gnus.el, gnus-html.el: Use the deleted text as the...
2010-09-01 Lars Magne Ingebri... gnus-html.el: Rescale images in article buffers for...
2010-09-01 Teodor Zlatanovgnus-html.el: Add extra logging.
2010-09-01 Lars Magne Ingebri... gnus-html.el: Delete the IMG_ALT region.
2010-09-01 Kenichi Handamerge changes in emacs-23 branch
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-09-01 Katsumi YamaokaFix previous merge from Gnus trunk.
2010-08-31 Katsumi Yamaokagnus-html.el: Introduce a new variable, gnus-blocked...
2010-08-31 Katsumi Yamaokagnus-ems.el: Provide compatibility functions for gnus...
2010-08-31 Stefan Monnier* lisp/gnus/gnus-html.el: Require pkgs that define...
2010-08-31 Katsumi YamaokaClarify the code a bit by renaming the variable with...
2010-08-31 Katsumi Yamaokagnus-html.el: require mm-url; by Lars Magne Ingebrigtse...
2010-08-31 Katsumi YamaokaFix previous merge from Gnus trunk.
2010-08-31 Katsumi YamaokaTell w3m that the input is UTF-8; This seems to fix...
2010-08-31 Katsumi YamaokaUse gnus-create-image to be XEmacs-compatible; Don...
2010-08-30 Katsumi YamaokaUse insert-image instead of put-image when putting...
2010-08-30 Katsumi YamaokaMake html image insertion probably work for XEmacs...
2010-08-30 Katsumi YamaokaMisc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus...
2010-08-30 Katsumi YamaokaAdd a new super-simple HTML renderer based on w3m ...