log lisp/gnus/ChangeLog @ 110156:a2439ed30c52

age author description
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 03:43:31 +0000 Katsumi Yamaoka gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting.
Thu, 02 Sep 2010 03:39:33 +0000 Katsumi Yamaoka gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables.
Thu, 02 Sep 2010 03:35:06 +0000 Katsumi Yamaoka gnus.el (gnus-mode-non-string-length): Change default to 30; gnus-sum.el (gnus-auto-select-subject): Change default to `unseen-or-unread'; gnus.el (gnus-refer-article-method): Change default to 'current.
Thu, 02 Sep 2010 03:27:17 +0000 Katsumi Yamaoka message.el (message-generate-new-buffers): Change default to `unsent'; gnus-sum.el (gnus-summary-goto-unread, gnus-single-article-buffer): Change default to nil.
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: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: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:55:51 +0000 Katsumi Yamaoka Remove arch-tags from all files, since these are no longer needed.
Thu, 02 Sep 2010 00:39:34 +0000 Katsumi Yamaoka Remove nnlistserv, nnwfm and related code.
Thu, 02 Sep 2010 00:28:01 +0000 Katsumi Yamaoka Remove nndb, nnkiboze and related code.
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: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 17:42:37 +0200 Stefan Monnier Fix up some byte-compiler warnings.
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 04:22:17 +0000 Katsumi Yamaoka Add compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and XEmacs.
Wed, 01 Sep 2010 00:06:27 +0000 Katsumi Yamaoka Use nnimap-request-list-method instead of lsub directly; by Julien Danjou <julien@danjou.info>.
Wed, 01 Sep 2010 00:02:13 +0000 Katsumi Yamaoka Remove nnwarchive by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 23:55:50 +0000 Katsumi Yamaoka Remove nnultimate.el and related code; Remove nnsoup.el, gnus-soup.el and related code; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
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 04:21:18 +0000 Katsumi Yamaoka Bump custom version of some user options of which the default values changed.
Tue, 31 Aug 2010 00:42:27 +0000 Katsumi Yamaoka Remove the `w' and `i' summary keybindings, since they aren't useful; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:38:32 +0000 Katsumi Yamaoka Removed gnus-move.el and pointers to it, since it doesn't really work; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
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:19:31 +0000 Katsumi Yamaoka Put the xpm version of the logo at the top so that the proper colours are applied; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:15:33 +0000 Katsumi Yamaoka gnus-article-view-part: Doc fix 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:53:47 +0000 Katsumi Yamaoka Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:47:12 +0000 Katsumi Yamaoka Limit the undo actions to 100 actions by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:40:10 +0000 Katsumi Yamaoka Protect against not having completion-styles bound 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 23:24:56 +0000 Katsumi Yamaoka gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:32:33 +0000 Katsumi Yamaoka gnus-score-string: Fix regex for matching extra headers and regexp-quote the match if necessary by Andreas Schwab <schwab@suse.de>.
Mon, 30 Aug 2010 06:28:53 +0000 Katsumi Yamaoka smiley-regexp-alist: Don't delete the semicolon before the blinking smiley by Miles Bader <miles@gnu.org>; Disallow ;;) from being treated as a blink smiley by Simon Josefsson <simon@josefsson.org>.
Mon, 30 Aug 2010 06:25:05 +0000 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:21:33 +0000 Katsumi Yamaoka gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls in docstrings with URL `...' by Kevin Ryde <user42@zip.com.au>.
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>.
Mon, 30 Aug 2010 06:10:18 +0000 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Fri, 27 Aug 2010 01:53:01 +0000 Katsumi Yamaoka gnus-summary-(move,delete)-article: Save excursion while copying, moving,
Tue, 17 Aug 2010 00:04:35 -0700 Glenn Morris Silence more Gnus compiler warnings.
Tue, 17 Aug 2010 00:00:16 -0700 Glenn Morris Silence some Gnus compiler warnings.
Sun, 15 Aug 2010 23:30:04 +0000 Katsumi Yamaoka gnus-start-draft-setup: Move doc string forward.