log lisp/gnus/gnus-html.el @ 110167:b8559a372ac8

age author description
Sat, 04 Sep 2010 00:21:34 +0000 Katsumi Yamaoka gnus-agent.el: Change the default so that nnimap methods aren't agentized by default. There's apparently many problems related to agent/imap behaviour; gnus-art.el: Don't reuse the 'gnus-data text property, but use a new property. This avoids stomping over other functions that use this for other things; gnus-html.el: Add a new `i' command to insert images.
Sat, 04 Sep 2010 00:12:44 +0000 Katsumi Yamaoka gnus-html: Comment fix.; gnus-art.el: Provide an `u' command on urls and the like that copies the string over to the kill ring; Also have the `u' command work for HTML links.
Fri, 03 Sep 2010 06:10:04 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs.
Fri, 03 Sep 2010 02:29:03 +0000 Katsumi Yamaoka Make gnus-html work for XEmacs.
Fri, 03 Sep 2010 00:55:58 +0000 Katsumi Yamaoka message.el (message-generate-hashcash): Change default to 'opportunistic if hashcash is installed; gnus-html.el (gnus-html-put-image): Only call image-size once, since it's somewhat time-consuming on remote X servers.
Thu, 02 Sep 2010 14:10:03 +0000 Katsumi Yamaoka gnus-html-rescale-image: Fix up typo in rescaling.
Thu, 02 Sep 2010 05:03:06 +0000 Katsumi Yamaoka gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.
Thu, 02 Sep 2010 03:47:31 +0000 Katsumi Yamaoka gnus-article-html: Make work buffer multibyte for decoded contents.
Thu, 02 Sep 2010 01:46:34 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-rescale-image): Yet another try at getting the image sizing right.
Thu, 02 Sep 2010 01:42:32 +0000 Katsumi Yamaoka Delete all trailing white space.
Thu, 02 Sep 2010 01:33:31 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): Remove all <pre_int> place holders.
Thu, 02 Sep 2010 01:29:42 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): Don't show images that are really small. They're probably tracking images; nntp.el (nntp-request-set-mark): Refuse to do marks if nntp-marks-file-name is nil.
Thu, 02 Sep 2010 01:24:21 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-rescale-image): The rescaling logic scaled down too much; nndoc.el (nndoc-type-alist): Added a new type for Google digests.
Thu, 02 Sep 2010 01:18:45 +0000 Katsumi Yamaoka gnus-html.el: prefix log messages with function name
Thu, 02 Sep 2010 01:14:38 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): Check the value ofgnus-blocked-images in the summary buffer.
Thu, 02 Sep 2010 01:10:25 +0000 Katsumi Yamaoka gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
Thu, 02 Sep 2010 01:06:36 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.
Thu, 02 Sep 2010 01:02:03 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just like "a", it seems like; (gnus-html-image-url-blocked-p): Take a parameter for blocked-images since it needs to be picked from the correct buffer.
Thu, 02 Sep 2010 00:17:40 +0000 Katsumi Yamaoka gnus-html.el: add and use gnus-html-image-url-blocked-p
Thu, 02 Sep 2010 00:13:51 +0000 Katsumi Yamaoka gnus-html.el: We can't rescale if we don't have the article buffer in a window.
Thu, 02 Sep 2010 00:08:22 +0000 Katsumi Yamaoka gnus-html.el: Try to get the rescaling logic right for images that are just wide and not tall.
Thu, 02 Sep 2010 00:03:57 +0000 Katsumi Yamaoka gnus.el, gnus-html.el: Use the deleted text as the image alt text.
Wed, 01 Sep 2010 23:53:57 +0000 Katsumi Yamaoka gnus-html.el: Rescale images in article buffers for Emacs versions that support this. This is currently only Emacs 24 compiled with imagemagick support.
Wed, 01 Sep 2010 23:46:59 +0000 Katsumi Yamaoka gnus-html.el: Add extra logging.
Wed, 01 Sep 2010 23:40:39 +0000 Katsumi Yamaoka gnus-html.el: Delete the IMG_ALT region.
Wed, 01 Sep 2010 06:04:49 +0000 Katsumi Yamaoka gnus-article-html: Decode contents by charset.
Wed, 01 Sep 2010 04:44:25 +0000 Katsumi Yamaoka gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks.
Wed, 01 Sep 2010 04:28:56 +0000 Katsumi Yamaoka gnus-html-curl-sentinel: Replace process-get with gnus-process-get.
Wed, 01 Sep 2010 00:18:24 +0000 Katsumi Yamaoka Fix previous merge from Gnus trunk.
Tue, 31 Aug 2010 23:38:57 +0000 Katsumi Yamaoka gnus-html.el: Introduce a new variable, gnus-blocked-images, and use that instead of the w3m variable; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 23:26:23 +0000 Katsumi Yamaoka gnus-ems.el: Provide compatibility functions for gnus-set-process-plist by Katsumi Yamaoka <yamaoka@jpl.org>; gnus-html.el: Use gnus-process-plist and friends for compatibility; gnus-cite.el: New function to guess whether a long line is natural text or not; message.el: Implement message-prune-recipient-rules; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 21:47:35 +0200 Stefan Monnier * lisp/gnus/gnus-html.el: Require pkgs that define macros used in this file.
Tue, 31 Aug 2010 13:28:02 +0000 Katsumi Yamaoka Clarify the code a bit by renaming the variable with the url to `url'; Support cid: URLs/images; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 01:15:32 +0000 Katsumi Yamaoka gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:51:08 +0000 Katsumi Yamaoka Fix previous merge from Gnus trunk.
Tue, 31 Aug 2010 00:23:25 +0000 Katsumi Yamaoka Tell w3m that the input is UTF-8; This seems to fix problems with some German web feeds; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:07:40 +0000 Katsumi Yamaoka Use gnus-create-image to be XEmacs-compatible; Don't do images on non-graphic displays; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:35:19 +0000 Katsumi Yamaoka Use insert-image instead of put-image when putting images into a buffer; This makes all the Gnus image-inserting functions work, I think; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:29:56 +0000 Katsumi Yamaoka Make html image insertion probably work for XEmacs, too by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:17:45 +0000 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:13:50 +0000 Katsumi Yamaoka Add a new super-simple HTML renderer based on w3m -halfdump by Lars Magne Ingebrigtsen <larsi@gnus.org>.