log lisp/gnus/ChangeLog @ 110198:8867a7812454

age author description
Sun, 05 Sep 2010 01:27:15 +0000 Katsumi Yamaoka mail-source.el (mail-source-delete-crash-box): Always move the crash box to the Incoming file. Fixes mistake in previous checkin; Do incremental NOV updates when scanning new male. (nnml-save-incremental-nov, nnml-open-incremental-nov, nnml-add-incremental-nov): New functions to do "incremental" nov updates, where we just append to the end of the existing nov files without reading/writing them in full.
Sun, 05 Sep 2010 01:18:05 +0000 Katsumi Yamaoka pop3.el (pop3-write-to-file): Don't output messages when saving; mail-source.el (mail-source-delete-crash-box): Really only check the incoming files once in a while; nnml.el (nnml-save-nov): Message around nnml-save-nov so that the culprit is more visible; pop3.el (pop3-send-streaming-command): Off-by-one error on the request loop (for debugging purposes) removed.
Sun, 05 Sep 2010 01:12:51 +0000 Katsumi Yamaoka pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
Sun, 05 Sep 2010 01:08:22 +0000 Katsumi Yamaoka gnus-start.el: White space clean up; mail-source.el (mail-source-fetch-pop): Use streaming pop3 retrieval; pop3.el (pop3-streaming-movemail): Respect pop3-leave-mail-on-server; pop3.el (pop3-logon): Fix up unbound variable typo; mail-source.el (mail-source-delete-crash-box): Only check the incoming files for deletion once per day to save a lot of file accesses.
Sun, 05 Sep 2010 00:56:31 +0000 Katsumi Yamaoka gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc list.
Sun, 05 Sep 2010 00:52:55 +0000 Katsumi Yamaoka pop3.el (pop3-movemail): Use erase-buffer instead of looping and deleting regions, which seems rather odd; gnus-start.el (gnus-get-unread-articles): Protect against groups that come from no known methods.
Sun, 05 Sep 2010 00:49:07 +0000 Katsumi Yamaoka (pop3-display-message-size-flag): Removed -- everybody wants message sizes.
Sun, 05 Sep 2010 00:44:53 +0000 Katsumi Yamaoka gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local file once per `g' run.
Sun, 05 Sep 2010 00:38:39 +0000 Katsumi Yamaoka nnmh.el (nnmh-request-list-1): Output active lines also for empty directories. This makes the draft queue directory work.
Sun, 05 Sep 2010 00:34:16 +0000 Katsumi Yamaoka Rewrite the Gnus group activation method to be more efficient; nnmh.el (nnmh-request-list-1): Fix up the recursion behavior; Add more changes related to the new methodology for requesting backend data.
Sat, 04 Sep 2010 15:28:57 +0000 Katsumi Yamaoka (gnus-html-show-images): If there are no images to show, then say so instead of bugging out.
Sat, 04 Sep 2010 15:24:35 +0000 Katsumi Yamaoka (gnus-article-copy-string): Say what data we copied; (gnus-html-wash-tags): Remove even more white space around <pre_int>; (gnus-agent-load-alist): Check whether the agentview files exist before trying to read them.
Sat, 04 Sep 2010 00:45:13 +0000 Katsumi Yamaoka mm-util.el: Just return the image directories, not all directories in the path in addition to the image directories; Maintain a cache of the image directories. This means that the `g' command in Gnus doesn't have to stat dozens of directories each time; nnmh.el: Only recurse down into subdirectories if the link count is more than 2. This results in a 100x speed up on my nnmh spool, and that's from an SSD disk, and not over nfs.
Sat, 04 Sep 2010 00:36:13 +0000 Katsumi Yamaoka gnus-html.el: Remove more white space before <pre_int> image spacers; Decode entities at the end. So that entities inside the tags don't mess up the rest of the "parsing".
Sat, 04 Sep 2010 00:30:49 +0000 Katsumi Yamaoka gnus-html.el: Add the new command gnus-html-show-images.
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 01:00:10 +0000 Katsumi Yamaoka gnus-ems.el: Make process-plist functions work.
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>.