1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 23:10:28 -08:00
Commit graph

1848 commits

Author SHA1 Message Date
Katsumi Yamaoka
3cf628e8ec gnus-start.el (gnus-method-rank): Replace equalp with equal. 2010-09-05 11:53:59 +00:00
Katsumi Yamaoka
8737ef699d (nnmh-request-list-1): Bind `file'. 2010-09-05 04:09:07 +00:00
Katsumi Yamaoka
c6faacb4d7 pop3-set-process-query-on-exit-flag: New function that's an alias to set-process-query-on-exit-flag, or process-kill-without-query for XEmacs and old Emacsen. 2010-09-05 04:01:41 +00:00
Lars Magne Ingebrigtsen
988818b8dd gnus-int.el (gnus-request-group): Indent. 2010-09-05 01:31:15 +00:00
Lars Magne Ingebrigtsen
85816ac1c5 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. 2010-09-05 01:27:15 +00:00
Lars Magne Ingebrigtsen
530b8957da 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. 2010-09-05 01:18:05 +00:00
Lars Magne Ingebrigtsen
ff3eb82e0e pop3.el (pop3-streaming-movemail): Always close the pop3 connection. 2010-09-05 01:12:51 +00:00
Lars Magne Ingebrigtsen
a2bb410e58 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. 2010-09-05 01:08:22 +00:00
Lars Magne Ingebrigtsen
fb994703be gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc list. 2010-09-05 00:56:31 +00:00
Lars Magne Ingebrigtsen
ef45ee6fc8 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. 2010-09-05 00:52:55 +00:00
Lars Magne Ingebrigtsen
34e03853f0 (pop3-display-message-size-flag): Removed -- everybody wants message sizes. 2010-09-05 00:49:07 +00:00
Lars Magne Ingebrigtsen
4469385cdc gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local file once per `g' run. 2010-09-05 00:44:53 +00:00
Lars Magne Ingebrigtsen
2c8bcd54bd nnmh.el (nnmh-request-list-1): Output active lines also for empty directories. This makes the draft queue directory work. 2010-09-05 00:38:39 +00:00
Lars Magne Ingebrigtsen
8c3e17f87b 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. 2010-09-05 00:34:16 +00:00
Lars Magne Ingebrigtsen
f790bb74d8 (gnus-html-show-images): If there are no images to show, then say so instead of bugging out. 2010-09-04 15:28:57 +00:00
Lars Magne Ingebrigtsen
c25d60ab3b (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. 2010-09-04 15:24:35 +00:00
Katsumi Yamaoka
74d8321d0e Fix previous merge from Gnus trunk. 2010-09-04 00:50:02 +00:00
Lars Magne Ingebrigtsen
eecdcaf581 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. 2010-09-04 00:45:13 +00:00
Lars Magne Ingebrigtsen
8fab3e398d 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". 2010-09-04 00:36:13 +00:00
Lars Magne Ingebrigtsen
25f28806d2 gnus-html.el: Add the new command gnus-html-show-images. 2010-09-04 00:30:49 +00:00
Lars Magne Ingebrigtsen
28e44fbf62 gnus-html.el: Fix up the logic that marks resized images for buffer deletion; Have the image insertion work even if the missing image is in an <a>. 2010-09-04 00:26:18 +00:00
Lars Magne Ingebrigtsen
10e91ca982 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. 2010-09-04 00:21:34 +00:00
Lars Magne Ingebrigtsen
7426b4f7d0 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. 2010-09-04 00:12:44 +00:00
Lars Magne Ingebrigtsen
eedf5e123a Added a .dir-locals.el file so that trailing whitespace is shown. 2010-09-04 00:04:48 +00:00
Katsumi Yamaoka
59f65f5c42 gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs. 2010-09-03 06:10:04 +00:00
Katsumi Yamaoka
7313797194 Make gnus-html work for XEmacs. 2010-09-03 02:29:03 +00:00
Katsumi Yamaoka
3fb8f8a102 gnus-ems.el: Make process-plist functions work. 2010-09-03 01:00:10 +00:00
Lars Magne Ingebrigtsen
5d97d03205 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. 2010-09-03 00:55:58 +00:00
Lars Magne Ingebrigtsen
2e23878e5a gnus-html-rescale-image: Fix up typo in rescaling. 2010-09-02 14:10:03 +00:00
Katsumi Yamaoka
f68a93a990 gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument. 2010-09-02 05:03:06 +00:00
Katsumi Yamaoka
60893e6f01 gnus-article-html: Make work buffer multibyte for decoded contents. 2010-09-02 03:47:31 +00:00
Lars Magne Ingebrigtsen
e5500d2a3f gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting. 2010-09-02 03:43:31 +00:00
Lars Magne Ingebrigtsen
954c8060bd gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables. 2010-09-02 03:39:33 +00:00
Lars Magne Ingebrigtsen
a1347097f9 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. 2010-09-02 03:35:06 +00:00
Lars Magne Ingebrigtsen
1d297c49bf 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. 2010-09-02 03:27:17 +00:00
Lars Magne Ingebrigtsen
ae682ff5ae gnus-html.el (gnus-html-rescale-image): Yet another try at getting the image sizing right. 2010-09-02 01:46:34 +00:00
Lars Magne Ingebrigtsen
c9fc72fa5a Delete all trailing white space. 2010-09-02 01:42:32 +00:00
Lars Magne Ingebrigtsen
36a806f357 gnus-html.el (gnus-html-wash-tags): Remove all <pre_int> place holders. 2010-09-02 01:33:31 +00:00
Lars Magne Ingebrigtsen
a93b858c98 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. 2010-09-02 01:29:42 +00:00
Lars Magne Ingebrigtsen
846daf20c2 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. 2010-09-02 01:24:21 +00:00
Teodor Zlatanov
2aafbe5a81 gnus-html.el: prefix log messages with function name 2010-09-02 01:18:45 +00:00
Lars Magne Ingebrigtsen
9a4b54dbe6 gnus-html.el (gnus-html-wash-tags): Check the value ofgnus-blocked-images in the summary buffer. 2010-09-02 01:14:38 +00:00
Teodor Zlatanov
9a047bac91 gnus-html.el: Doc fix for gnus-html-image-url-blocked-p. 2010-09-02 01:10:25 +00:00
Lars Magne Ingebrigtsen
5b77fa4d82 gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is. 2010-09-02 01:06:36 +00:00
Lars Magne Ingebrigtsen
c6c815761c 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. 2010-09-02 01:02:03 +00:00
Lars Magne Ingebrigtsen
53080505af Remove arch-tags from all files, since these are no longer needed. 2010-09-02 00:55:51 +00:00
Lars Magne Ingebrigtsen
261ff377d4 Remove nnlistserv, nnwfm and related code. 2010-09-02 00:39:34 +00:00
Lars Magne Ingebrigtsen
f736244589 Remove nndb, nnkiboze and related code. 2010-09-02 00:28:01 +00:00
Teodor Zlatanov
d743e0d118 gnus-html.el: add and use gnus-html-image-url-blocked-p 2010-09-02 00:17:40 +00:00
Lars Magne Ingebrigtsen
e5e2587e9e gnus-html.el: We can't rescale if we don't have the article buffer in a window. 2010-09-02 00:13:51 +00:00