log lisp/gnus/ChangeLog @ 110516:4d2f8b81bb01

age author description
Thu, 23 Sep 2010 23:14:02 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Thu, 23 Sep 2010 01:51:43 +0000 Katsumi Yamaoka nnimap.el (nnimap-update-info): Sync non-standard flags from the server in symbolic form.
Thu, 23 Sep 2010 00:58:01 +0000 Katsumi Yamaoka gnus-html.el: Embiggen pictures slightly.
Thu, 23 Sep 2010 00:30:37 +0000 Katsumi Yamaoka Merge Changes made in Gnus trunk.
Wed, 22 Sep 2010 13:34:37 +0000 Katsumi Yamaoka nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
Wed, 22 Sep 2010 12:49:48 +0000 Katsumi Yamaoka Make gnus-group-add-icon work.
Wed, 22 Sep 2010 12:14:12 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on images alt-text.
Wed, 22 Sep 2010 06:01:22 +0000 Katsumi Yamaoka Remove Emacs 21 stuff.
Tue, 21 Sep 2010 23:13:46 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Tue, 21 Sep 2010 11:48:40 +0000 Katsumi Yamaoka gnus-html.el: Make gnus-html use url-cache system.
Mon, 20 Sep 2010 23:44:05 +0000 Katsumi Yamaoka rfc2047.el (rfc2047-encode-parameter): Doc fix.
Mon, 20 Sep 2010 23:08:33 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Mon, 20 Sep 2010 01:57:46 +0000 Katsumi Yamaoka Make Gnus work for Emacs 22 and XEmacs.
Mon, 20 Sep 2010 03:20:32 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Mon, 20 Sep 2010 00:36:54 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Sun, 19 Sep 2010 10:45:51 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Sun, 19 Sep 2010 11:16:28 +0200 Stefan Monnier * lisp/gnus/nnml.el (nnml-files): Add prefix to dynamic var `files'.
Sat, 18 Sep 2010 23:36:29 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Sat, 18 Sep 2010 22:27:52 +0200 Lars Magne Ingebrigtsen * nnimap.el: Require nnoo and other files necessary.
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.
Mon, 06 Sep 2010 00:44:55 +0000 Katsumi Yamaoka gnus-start.el (gnus-get-unread-articles): Don't bother with groups that aren't going to be activated.
Mon, 06 Sep 2010 00:41:06 +0000 Katsumi Yamaoka gnus-html.el (gnus-article-html): Allow calling without specifying the handle. In that case, dissect the buffer first.
Mon, 06 Sep 2010 00:37:02 +0000 Katsumi Yamaoka gnus-sum.el (gnus-set-mode-line): Don\t pad the mode line string.
Mon, 06 Sep 2010 00:33:15 +0000 Katsumi Yamaoka nnimap.el (nnimap-open-connection): Revert the change that would look into authinfo for imaps instead of imap.
Mon, 06 Sep 2010 00:20:42 +0000 Katsumi Yamaoka gnus-start.el (gnus-get-unread-articles): Count the archive groups as secondary, so that they're activated the same way as before.
Mon, 06 Sep 2010 00:15:13 +0000 Katsumi Yamaoka gnus-start.el (gnus-activate-group): Take an optional parameter to say that you don't want to call gnus-request-group with don-check, but do check the reponse. This is for virtual groups only.
Mon, 06 Sep 2010 00:06:55 +0000 Katsumi Yamaoka nnimap.el (nnimap-debug): Removed; imap.el: Remove an optional buffer parameter from many functions.
Sun, 05 Sep 2010 23:56:42 +0000 Katsumi Yamaoka nnimap.el (nnimap-request-list): Servers may return \NoSelect case-insensitively.
Sun, 05 Sep 2010 23:38:33 +0000 Katsumi Yamaoka mail-source.el (mail-source-fetch): Don't message if we're fetching mail from a file, and the file doesn't exist.
Sun, 05 Sep 2010 23:34:30 +0000 Katsumi Yamaoka pop3.el (pop3-streaming-movemail): Return t for success; imap.el (imap-log): New convenience function used throughout instead of repeating the same code all over the place.
Sun, 05 Sep 2010 23:27:15 +0000 Katsumi Yamaoka nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the .authinfo if we're using ssl connection.