gnus
13 years agoAlways move the crash box to the Incoming file. Fixes mistake in previous checkin.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:42:42 +0000 (00:42 +0200)]
Always move the crash box to the Incoming file.  Fixes mistake in previous checkin.

13 years agoOff-by-one error on the request loop (for debugging purposes) removed.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:31:41 +0000 (00:31 +0200)]
Off-by-one error on the request loop (for debugging purposes) removed.

13 years agoReally only check the incoming files once in a while.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:09:33 +0000 (00:09 +0200)]
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.

13 years agoDon't output messages when saving.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:03:15 +0000 (00:03 +0200)]
Don't output messages when saving.

13 years ago(pop3-streaming-movemail): Always close the pop3 connection.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:00:07 +0000 (00:00 +0200)]
(pop3-streaming-movemail): Always close the pop3 connection.

13 years agoOnly check the incoming files for deletion once per day to save a lot of file accesses.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:48:42 +0000 (23:48 +0200)]
Only check the incoming files for deletion once per day to save a lot of file accesses.

13 years ago(pop3-logon): Fix up unbound variable typo.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:33:41 +0000 (23:33 +0200)]
(pop3-logon): Fix up unbound variable typo.

13 years ago(pop3-streaming-movemail): Respect pop3-leave-mail-on-server.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:30:57 +0000 (23:30 +0200)]
(pop3-streaming-movemail): Respect pop3-leave-mail-on-server.

13 years agoUse streaming pop3 retrieval.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:28:50 +0000 (23:28 +0200)]
Use streaming pop3 retrieval.

13 years agoWhite space clean up.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 20:19:29 +0000 (22:19 +0200)]
White space clean up.

13 years agoRemove duplicates from .newsrc list.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 20:18:56 +0000 (22:18 +0200)]
Remove duplicates from .newsrc list.

13 years agoProtect against groups that come from no known methods.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 19:22:37 +0000 (21:22 +0200)]
Protect against groups that come from no known methods.

13 years agoUse erase-buffer instead of looping and deleting regions, which seems rather odd.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 19:17:30 +0000 (21:17 +0200)]
Use erase-buffer instead of looping and deleting regions, which seems rather odd.

13 years ago(pop3-display-message-size-flag): Removed -- everybody wants message sizes.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 19:13:41 +0000 (21:13 +0200)]
(pop3-display-message-size-flag): Removed -- everybody wants message sizes.

13 years agoOnly read the agent.lib/local file once per `g' run.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 18:12:43 +0000 (20:12 +0200)]
Only read the agent.lib/local file once per `g' run.

13 years agoOutput active lines also for empty directories.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 17:34:42 +0000 (19:34 +0200)]
Output active lines also for empty directories.

This makes the draft queue directory work.

13 years agoAdd more changes related to the new methodology for requesting backend data.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 17:15:31 +0000 (19:15 +0200)]
Add more changes related to the new methodology for requesting backend data.

13 years agoFix up the recursion behavior.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 16:09:47 +0000 (18:09 +0200)]
Fix up the recursion behavior.

Make sure we actually do recurse down into the tree, but don't stat
all leaf nodes.

13 years agoRewrite the Gnus group activation method to be more efficient.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 15:39:22 +0000 (17:39 +0200)]
Rewrite the Gnus group activation method to be more efficient.

The main idea is to gather all groups based on their select methods,
and then issuing one `-request-list' per select method, instead of
activating them group by group.  This should in theory be much, much
faster, but there's a bunch of subtle interactions between a plethora
of variables that doesn't make this trivial to achieve.

This is a first stab at the issue, and seems to work, but I'm sure
that there are corner cases that doesn't quite work right.

13 years ago(Adaptive Scoring): Fix typo.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 13:32:30 +0000 (15:32 +0200)]
(Adaptive Scoring): Fix typo.

From: Julien Danjou  <julien@danjou.info>

13 years ago(gnus-html-show-images): If there are no images to show, then say so instead of buggi...
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 12:43:30 +0000 (14:43 +0200)]
(gnus-html-show-images): If there are no images to show, then say so instead of bugging out.

13 years agoCheck whether the agentview files exist before trying to read them.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 12:35:09 +0000 (14:35 +0200)]
Check whether the agentview files exist before trying to read them.

13 years ago(gnus-html-wash-tags): Remove even more white space around <pre_int>.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 11:54:12 +0000 (13:54 +0200)]
(gnus-html-wash-tags): Remove even more white space around <pre_int>.

13 years ago(gnus-article-copy-string): Say what data we copied.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 00:27:26 +0000 (02:27 +0200)]
(gnus-article-copy-string): Say what data we copied.

13 years agoOnly recurse down into subdirectories if the link count is more than 2.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 00:16:01 +0000 (02:16 +0200)]
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.

13 years agoMaintain a cache of the image directories.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:57:39 +0000 (01:57 +0200)]
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.

13 years agoJust return the image directories, not all directories in the path in addition to...
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:54:51 +0000 (01:54 +0200)]
Just return the image directories, not all directories in the path in addition to the image directories.

13 years agoDecode entities at the end.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:36:03 +0000 (01:36 +0200)]
Decode entities at the end.

So that entities inside the tags don't mess up the rest of the
"parsing".

13 years agoRemove more white space before <pre_int> image spacers.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:32:59 +0000 (01:32 +0200)]
Remove more white space before <pre_int> image spacers.

13 years agoAdd the new command gnus-html-show-images.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:46:43 +0000 (20:46 +0200)]
Add the new command gnus-html-show-images.

13 years agoHave the image insertion work even if the missing image is in an <a>
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:36:23 +0000 (20:36 +0200)]
Have the image insertion work even if the missing image is in an <a>

13 years agoFix up the logic that marks resized images for buffer deletion.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:31:42 +0000 (20:31 +0200)]
Fix up the logic that marks resized images for buffer deletion.

13 years agoAdd a new `i' command to insert images.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:26:30 +0000 (20:26 +0200)]
Add a new `i' command to insert images.

13 years agoDon't reuse the 'gnus-data text property, but use a new property.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:42:56 +0000 (19:42 +0200)]
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.

13 years agoChange the default so that nnimap methods aren't agentized by default.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:37:40 +0000 (19:37 +0200)]
Change the default so that nnimap methods aren't agentized by default.

There's apparently many problems related to agent/imap behaviour.

13 years agoAlso have the `u' command work for HTML links.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:35:02 +0000 (19:35 +0200)]
Also have the `u' command work for HTML links.

13 years agoProvide an `u' command on urls and the like that copies the string over to the kill...
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:32:09 +0000 (19:32 +0200)]
Provide an `u' command on urls and the like that copies the string over to the kill ring.

13 years agoComment fix.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:08:49 +0000 (19:08 +0200)]
Comment fix.

13 years agoAdded a .dir-locals.el file so that trailing whitespace is shown.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 16:58:01 +0000 (18:58 +0200)]
Added a .dir-locals.el file so that trailing whitespace is shown.

13 years agognus-html.el (gnus-html-put-image): make avoidance of displaying small images work...
Katsumi Yamaoka [Fri, 3 Sep 2010 06:05:01 +0000 (06:05 +0000)]
gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs.

13 years agoMake gnus-html work for XEmacs.
Katsumi Yamaoka [Fri, 3 Sep 2010 02:25:36 +0000 (02:25 +0000)]
Make gnus-html work for XEmacs.

13 years agognus-ems.el: Make process-plist functions work.
Katsumi Yamaoka [Fri, 3 Sep 2010 00:43:50 +0000 (00:43 +0000)]
gnus-ems.el: Make process-plist functions work.

13 years agoChange default to 'opportunistic if hashcash is installed.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 23:46:03 +0000 (01:46 +0200)]
Change default to 'opportunistic if hashcash is installed.

13 years agoOnly call image-size once, since it's somewhat time-consuming on remote X servers.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 14:05:02 +0000 (16:05 +0200)]
Only call image-size once, since it's somewhat time-consuming on remote X servers.

13 years agoFix up typo in rescaling.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 13:00:18 +0000 (15:00 +0200)]
Fix up typo in rescaling.

13 years agopost-receive: More subject formatting.
Ted Zlatanov [Thu, 2 Sep 2010 10:02:10 +0000 (05:02 -0500)]
post-receive: More subject formatting.

13 years agognus-xmas-create-image: Don't try to examine image type on data, not a file name.
Katsumi Yamaoka [Thu, 2 Sep 2010 06:37:00 +0000 (06:37 +0000)]
gnus-xmas-create-image: Don't try to examine image type on data, not a file name.

13 years agolpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind window-pixel-edges...
Katsumi Yamaoka [Thu, 2 Sep 2010 05:38:34 +0000 (05:38 +0000)]
lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind window-pixel-edges for Emacs 21.

13 years agognus-html-put-image, gnus-html-rescale-image: Pass `file' argument.
Katsumi Yamaoka [Thu, 2 Sep 2010 05:00:01 +0000 (05:00 +0000)]
gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.

13 years agognus-article-html: Make work buffer multibyte for decoded contents.
Katsumi Yamaoka [Thu, 2 Sep 2010 03:14:02 +0000 (03:14 +0000)]
gnus-article-html: Make work buffer multibyte for decoded contents.

13 years agoRemove %O (moderated) from group line format, since it isn't very interesting.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:54:44 +0000 (04:54 +0200)]
Remove %O (moderated) from group line format, since it isn't very interesting.

13 years ago(gnus-agent-short-article), (gnus-agent-long-article): Increase values for these...
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:46:09 +0000 (04:46 +0200)]
(gnus-agent-short-article), (gnus-agent-long-article): Increase values for these two variables.

Most people are likely to have more network connection and storage
than before.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:42:59 +0000 (04:42 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years ago(gnus-refer-article-method): Change default to 'current.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:42:50 +0000 (04:42 +0200)]
(gnus-refer-article-method): Change default to 'current.

When referring an article, the common behaviour is to refer it from the
current select method, not the native select method.  The chances of
the native select method having the message in question is rather slim
these days.

13 years ago(gnus-auto-select-subject): Change default to `unseen-or-unread'.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:39:56 +0000 (04:39 +0200)]
(gnus-auto-select-subject): Change default to `unseen-or-unread'.

I think it's likely that most people want to select an unseen article
over a previously seen, but unread one.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Thu, 2 Sep 2010 02:38:15 +0000 (21:38 -0500)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoPut trivia after the diff. Join multiple commit messages in subject.
Ted Zlatanov [Thu, 2 Sep 2010 02:37:53 +0000 (21:37 -0500)]
Put trivia after the diff.  Join multiple commit messages in subject.

* post-receive: Add modified post-receive hook for Git.  Comment.  Put
the update message after the diff.  Join multiple oneline logs into one
long subject.

13 years ago(gnus-mode-non-string-length): Change default to 30.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:37:48 +0000 (04:37 +0200)]
(gnus-mode-non-string-length): Change default to 30.

nil means that in the article buffer none of the minor mode elements
will be shown, usually, and this is not desirable in most cases.

13 years ago(gnus-single-article-buffer): Change default to nil.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:33:51 +0000 (04:33 +0200)]
(gnus-single-article-buffer): Change default to nil.

So that people can have as many article buffers open as they have
summary buffer.  I think this is the most natural way for the groups
to behave.

13 years ago(gnus-summary-goto-unread): Change default to nil.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:32:30 +0000 (04:32 +0200)]
(gnus-summary-goto-unread): Change default to nil.

This will make commands like `d' (and the like) go to the next line in
the buffer, instead of the next unread article.  I think this is the
behaviour that is most natural for most users.

13 years agoChange default to `unsent'.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:30:20 +0000 (04:30 +0200)]
Change default to `unsent'.

Change default to `unsent' so that all new message buffers start
their names with the string "*unsent", and it's easier to find the
buffers if you move from them.

13 years agoFix up some byte-compiler warnings.
Stefan Monnier [Wed, 1 Sep 2010 23:26:22 +0000 (23:26 +0000)]
Fix up some byte-compiler warnings.

13 years agoYet another try at getting the image sizing right.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 22:43:27 +0000 (00:43 +0200)]
Yet another try at getting the image sizing right.

13 years agoDelete all trailing white space.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 22:00:41 +0000 (00:00 +0200)]
Delete all trailing white space.

13 years agoRemove all <pre_int> place holders.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 20:52:06 +0000 (22:52 +0200)]
Remove all <pre_int> place holders.

13 years agoDon't show images that are really small.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 20:43:52 +0000 (22:43 +0200)]
Don't show images that are really small.

They're probably tracking images.

13 years agoRefuse to do marks if nntp-marks-file-name is nil.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 20:20:00 +0000 (22:20 +0200)]
Refuse to do marks if nntp-marks-file-name is nil.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 19:54:39 +0000 (21:54 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoAdded a new nndoc type for Google digests.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 19:54:20 +0000 (21:54 +0200)]
Added a new nndoc type for Google digests.

13 years agognus-html.el: prefix log messages with function name
Ted Zlatanov [Wed, 1 Sep 2010 19:31:28 +0000 (14:31 -0500)]
gnus-html.el: prefix log messages with function name

* gnus-html.el (gnus-html-wash-tags)
(gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
Better logging.

13 years agoThe rescaling logic scaled down too much.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 19:19:17 +0000 (21:19 +0200)]
The rescaling logic scaled down too much.

13 years agoCheck the value of gnus-blocked-images in the summary buffer.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 18:39:46 +0000 (20:39 +0200)]
Check the value of gnus-blocked-images in the summary buffer.

13 years agognus-html.el: Doc fix for gnus-html-image-url-blocked-p.
Ted Zlatanov [Wed, 1 Sep 2010 17:34:37 +0000 (12:34 -0500)]
gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.

* gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.

13 years agoSay in the message what the regexp really is.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 17:31:54 +0000 (19:31 +0200)]
Say in the message what the regexp really is.

13 years agoTake a parameter for blocked-images since it needs to be picked from the correct...
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 17:08:35 +0000 (19:08 +0200)]
Take a parameter for blocked-images since it needs to be picked from the correct buffer.

13 years ago"A" is also used for links, just like "a", it seems like.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:55:22 +0000 (18:55 +0200)]
"A" is also used for links, just like "a", it seems like.

13 years agoRemove arch-tags from all files, since these are no longer needed.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:41:02 +0000 (18:41 +0200)]
Remove arch-tags from all files, since these are no longer needed.

13 years agoRemove nnwfm and related code.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:32:27 +0000 (18:32 +0200)]
Remove nnwfm and related code.

13 years agoRemove nnlistserv and related code.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:30:26 +0000 (18:30 +0200)]
Remove nnlistserv and related code.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:27:26 +0000 (18:27 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoRemove nnkiboze and related code.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:27:14 +0000 (18:27 +0200)]
Remove nnkiboze and related code.

13 years agoRemove nndb.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 16:23:45 +0000 (18:23 +0200)]
Remove nndb.

13 years agognus-html.el: add and use gnus-html-image-url-blocked-p
Ted Zlatanov [Wed, 1 Sep 2010 16:21:47 +0000 (11:21 -0500)]
gnus-html.el: add and use gnus-html-image-url-blocked-p

* gnus-html.el (gnus-html-image-url-blocked-p): New function.
(gnus-html-prefetch-images, gnus-html-wash-tags): Use it.

13 years agoWe can't rescale if we don't have the article buffer in a window.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 15:55:28 +0000 (17:55 +0200)]
We can't rescale if we don't have the article buffer in a window.

13 years agoTry to get the rescaling logic right for images that are just wide and not tall.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 15:51:24 +0000 (17:51 +0200)]
Try to get the rescaling logic right for images that are just wide and not tall.

13 years agoUse the deleted text as the image alt text.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 15:25:14 +0000 (17:25 +0200)]
Use the deleted text as the image alt text.

13 years agoFix the syntax to not use eval or overshadow variable bindings.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 15:20:29 +0000 (17:20 +0200)]
Fix the syntax to not use eval or overshadow variable bindings.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 15:06:07 +0000 (17:06 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoRescale images in article buffers for Emacs versions that support this.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 15:05:53 +0000 (17:05 +0200)]
Rescale images in article buffers for Emacs versions that support this.

This is currently only Emacs 24 compiled with imagemagick support.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Wed, 1 Sep 2010 14:52:10 +0000 (09:52 -0500)]
Merge branch 'master' of https://git.gnus.org/gnus

Conflicts:
lisp/ChangeLog

13 years agognus-html.el: Add extra logging.
Ted Zlatanov [Wed, 1 Sep 2010 14:50:20 +0000 (09:50 -0500)]
gnus-html.el: Add extra logging.

* gnus-html.el (gnus-html-wash-tags)
(gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
extra logging.

13 years agoDelete the IMG_ALT region.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 14:22:45 +0000 (16:22 +0200)]
Delete the IMG_ALT region.

13 years agopost-receive: Rewrote and extended comments.
Ted Zlatanov [Wed, 1 Sep 2010 12:47:37 +0000 (07:47 -0500)]
post-receive: Rewrote and extended comments.

13 years agopost-receive: Add modified post-receive hook for Git.
Ted Zlatanov [Wed, 1 Sep 2010 11:04:46 +0000 (06:04 -0500)]
post-receive: Add modified post-receive hook for Git.

* post-receive: Add modified post-receive hook for Git.

13 years agohook-tester: delete
Ted Zlatanov [Wed, 1 Sep 2010 10:54:13 +0000 (05:54 -0500)]
hook-tester: delete

13 years agohook-tester: Adding file for hook testing
Ted Zlatanov [Wed, 1 Sep 2010 10:52:58 +0000 (05:52 -0500)]
hook-tester: Adding file for hook testing

13 years agognus-article-html: Decode contents by charset.
Katsumi Yamaoka [Wed, 1 Sep 2010 06:02:03 +0000 (06:02 +0000)]
gnus-article-html: Decode contents by charset.

13 years agolpath.el: Fix previous commit.
Katsumi Yamaoka [Wed, 1 Sep 2010 05:34:23 +0000 (05:34 +0000)]
lpath.el: Fix previous commit.

13 years agognus-process-put: Fix previous commit.
Katsumi Yamaoka [Wed, 1 Sep 2010 04:47:24 +0000 (04:47 +0000)]
gnus-process-put: Fix previous commit.

13 years agognus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump...
Katsumi Yamaoka [Wed, 1 Sep 2010 04:42:04 +0000 (04:42 +0000)]
gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks.