Sat, 18 Sep 2010 13:59:25 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group info. This makes the nndraft groups, for instance, go back to their old behaviour.
|
Sat, 18 Sep 2010 10:21:30 +0000 |
Katsumi Yamaoka |
Fix previous merge from Gnus trunk.
|
Fri, 17 Sep 2010 16:22:06 +0200 |
Stefan Monnier |
Silence byte-compiler
|
Fri, 17 Sep 2010 06:46:54 +0000 |
Katsumi Yamaoka |
pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.
|
Fri, 17 Sep 2010 06:24:10 +0000 |
Katsumi Yamaoka |
gnus-html.el: Replace process-kill-without-query by gnus-set-process-query-on-exit-flag.
|
Fri, 17 Sep 2010 05:38:38 +0000 |
Katsumi Yamaoka |
gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
|
Tue, 14 Sep 2010 23:14:44 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Tue, 14 Sep 2010 16:59:42 +0200 |
Juanma Barranquero |
Explicitly pass `obarray' to `unintern' to avoid a warning.
|
Tue, 14 Sep 2010 13:44:44 +0000 |
Katsumi Yamaoka |
Fixed up nnrss group activation, and removed moreover stuff.
|
Tue, 14 Sep 2010 13:50:15 +0200 |
Juanma Barranquero |
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
|
Tue, 14 Sep 2010 03:40:10 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan.
|
Sat, 11 Sep 2010 00:36:27 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Fri, 10 Sep 2010 05:32:25 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-read-active-for-groups): Check only subscribed groups.
|
Fri, 10 Sep 2010 00:08:31 +0000 |
Katsumi Yamaoka |
Remove pop3-movemail and rename pop3-streaming-movemail to pop3-movemail.
|
Fri, 10 Sep 2010 00:07:33 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and don't restrict end-tag searches to the end of the line.
|
Thu, 09 Sep 2010 06:15:13 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-get-unread-articles): Set the number of unread articles of every unchecked group to t, which means unknown since the server has never been opened.
|
Thu, 09 Sep 2010 00:08:06 +0000 |
Katsumi Yamaoka |
gnus-html (gnus-html-wash-tags): Search for images first, so that <a><img> works better; (gnus-html-displayed-image-map): Bind RET and TAB on images for better UX.
|
Wed, 08 Sep 2010 23:59:52 +0000 |
Katsumi Yamaoka |
gnus-html.el: Allow showing the ALT text of images and to browse the images themselves.
|
Wed, 08 Sep 2010 23:51:10 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-schedule-image-fetching): Decode entities before feeding URLs to curl.
|
Tue, 07 Sep 2010 06:23:16 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and internal images as deletable by `W D D'.
|
Tue, 07 Sep 2010 01:20:19 +0000 |
Katsumi Yamaoka |
gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling; (gnus-async-article-callback): Fix typo.
|
Tue, 07 Sep 2010 00:08:33 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the current line to work around bugs in the output from w3m.
|
Tue, 07 Sep 2010 00:05:59 +0000 |
Katsumi Yamaoka |
gnus-async.el (gnus-async-article-callback): Always prefetch images for groups that want that.
|
Tue, 07 Sep 2010 00:04:11 +0000 |
Katsumi Yamaoka |
nntp.el (nntp-wait-for-string): Supply a timeout for accept-process-output to ensure progress.
|
Tue, 07 Sep 2010 00:00:56 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-get-unread-articles): If being given an explicit level to get unread articles from, then use that for foreign groups, too.
|
Mon, 06 Sep 2010 23:58:34 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which confuses the rest of the function.
|
Mon, 06 Sep 2010 23:56:27 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan' for the methods that support -retrieve-groups, too.
|
Mon, 06 Sep 2010 23:54:07 +0000 |
Katsumi Yamaoka |
nnml.el (nnml-save-nov): Remove some debugging-related messages.
|
Mon, 06 Sep 2010 02:09:42 +0000 |
Katsumi Yamaoka |
pop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".
|
Mon, 06 Sep 2010 00:48:40 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-get-unread-articles): Fix up the last commit.
|