gnus
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.

13 years agognus-html-curl-sentinel: Replace process-get with gnus-process-get.
Katsumi Yamaoka [Wed, 1 Sep 2010 04:26:22 +0000 (04:26 +0000)]
gnus-html-curl-sentinel: Replace process-get with gnus-process-get.

13 years agoAdd compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and...
Katsumi Yamaoka [Wed, 1 Sep 2010 04:19:47 +0000 (04:19 +0000)]
Add compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and XEmacs.

13 years agoMisc fixes by Stefan Monnier <monnier@iro.umontreal.ca>.
Katsumi Yamaoka [Tue, 31 Aug 2010 23:06:25 +0000 (23:06 +0000)]
Misc fixes by Stefan Monnier <monnier@iro.umontreal.ca>.

2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 * gnus-html.el: Require packages that define macros used in this file.
 (gnus-article-mouse-face): Declare to silence byte-compiler.
 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
 process-get.
 (gnus-html-put-image): Use plist-get to avoid getf.
 (gnus-html-prefetch-images): Use with-current-buffer.

13 years agoUse nnimap-request-list-method instead of lsub directly.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 18:37:32 +0000 (20:37 +0200)]
Use nnimap-request-list-method instead of lsub directly.

Not using this variable here has no sence, because using LSUB method
is useless if you never subscribed anything on the IMAP side.

13 years agoRemove nnwarchive.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 15:58:48 +0000 (17:58 +0200)]
Remove nnwarchive.

13 years agoRemove reference to the removed SOUP node.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 15:19:30 +0000 (17:19 +0200)]
Remove reference to the removed SOUP node.

13 years agoRemove nnsoup.el, gnus-soup.el and related code.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 15:18:42 +0000 (17:18 +0200)]
Remove nnsoup.el, gnus-soup.el and related code.

13 years agoRemove nnultimate.el and related code.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 15:14:45 +0000 (17:14 +0200)]
Remove nnultimate.el and related code.

13 years agognus-blocked-images, not w3m images.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 15:08:04 +0000 (17:08 +0200)]
gnus-blocked-images, not w3m images.

13 years agoIntroduce a new variable, gnus-blocked-images, and use that instead of the w3m variable.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 15:06:34 +0000 (17:06 +0200)]
Introduce a new variable, gnus-blocked-images, and use that instead of the w3m variable.

13 years agoFix some syntax errors in the last check-in.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 14:41:56 +0000 (16:41 +0200)]
Fix some syntax errors in the last check-in.

13 years agoImplement message-prune-recipient-rules.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 14:39:16 +0000 (16:39 +0200)]
Implement message-prune-recipient-rules.

13 years agoNew function to guess whether a long line is natural text or not.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 13:49:31 +0000 (15:49 +0200)]
New function to guess whether a long line is natural text or not.

13 years agoUse gnus-process-plist and friends for compatibility.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 13:09:28 +0000 (15:09 +0200)]
Use gnus-process-plist and friends for compatibility.

13 years agoProvide compatibility functions for gnus-set-process-plist
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 13:07:57 +0000 (15:07 +0200)]
Provide compatibility functions for gnus-set-process-plist

From Katsumi Yamaoka  <yamaoka@jpl.org>

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 12:49:29 +0000 (14:49 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoSupport cid: URLs/images.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 12:47:06 +0000 (14:47 +0200)]
Support cid: URLs/images.

13 years agoClarify the code a bit by renaming the variable with the url to `url'.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 12:27:46 +0000 (14:27 +0200)]
Clarify the code a bit by renaming the variable with the url to `url'.

13 years agolpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind header-line-format...
Katsumi Yamaoka [Tue, 31 Aug 2010 06:59:54 +0000 (06:59 +0000)]
lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind header-line-format for XEmacs 21.4.

13 years agoBump custom version of some user options of which the default values changed.
Katsumi Yamaoka [Tue, 31 Aug 2010 04:21:22 +0000 (04:21 +0000)]
Bump custom version of some user options of which the default values changed.

13 years agoRequire mm-url.
Lars Magne Ingebrigtsen [Tue, 31 Aug 2010 01:09:33 +0000 (03:09 +0200)]
Require mm-url.

13 years agoRemove the `w' and `i' summary keybindings, since they aren't useful.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 23:00:48 +0000 (01:00 +0200)]
Remove the `w' and `i' summary keybindings, since they aren't useful.

13 years agoRemoved gnus-move.el and pointers to it, since it doesn't really work.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 22:42:05 +0000 (00:42 +0200)]
Removed gnus-move.el and pointers to it, since it doesn't really work.

13 years agoNote that only the addresses from the first message are used for wide replies.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 21:51:58 +0000 (23:51 +0200)]
Note that only the addresses from the first message are used for wide replies.

13 years agoTell w3m that the input is UTF-8.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 21:34:18 +0000 (23:34 +0200)]
Tell w3m that the input is UTF-8.

This seems to fix problems with some German web feeds.

13 years agoPut the xpm version of the logo at the top so that the proper colours are applied.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 21:10:06 +0000 (23:10 +0200)]
Put the xpm version of the logo at the top so that the proper colours are applied.

13 years agoDon't bug out on non-Emacs images.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 20:52:25 +0000 (22:52 +0200)]
Don't bug out on non-Emacs images.

13 years agoMake this work on files that don't have dots in their names.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 20:40:24 +0000 (22:40 +0200)]
Make this work on files that don't have dots in their names.

13 years agoDoc fix.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 20:14:42 +0000 (22:14 +0200)]
Doc fix.

13 years agoDon't do images on non-graphic displays.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 19:46:04 +0000 (21:46 +0200)]
Don't do images on non-graphic displays.

13 years agoUse gnus-create-image to be XEmacs-compatible.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 19:42:11 +0000 (21:42 +0200)]
Use gnus-create-image to be XEmacs-compatible.

13 years agoRemove the unused nnslashdot backend.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 19:29:30 +0000 (21:29 +0200)]
Remove the unused nnslashdot backend.

13 years agoDon't ignore the TAGS file.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 19:28:57 +0000 (21:28 +0200)]
Don't ignore the TAGS file.

13 years agoRevert gnus-undo change.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 18:39:04 +0000 (20:39 +0200)]
Revert gnus-undo change.

13 years agoLimit the undo actions to 100 actions.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 18:17:20 +0000 (20:17 +0200)]
Limit the undo actions to 100 actions.

13 years agoProtect against not having completion-styles bound.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 17:20:38 +0000 (19:20 +0200)]
Protect against not having completion-styles bound.

13 years agoImplement the gnus-put-image/gnus-html-put-image by having the latter set point.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 17:10:08 +0000 (19:10 +0200)]
Implement the gnus-put-image/gnus-html-put-image by having the latter set point.

13 years agoAlways insert Content-Type headers, to make broken recipients happier.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 17:04:36 +0000 (19:04 +0200)]
Always insert Content-Type headers, to make broken recipients happier.

13 years agoUse insert-image instead of put-image when putting images into a buffer.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 17:00:02 +0000 (19:00 +0200)]
Use insert-image instead of put-image when putting images into a buffer.

This makes all the Gnus image-inserting functions work, I think.

13 years agoMake html image insertion probably work for XEmacs, too.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 16:51:04 +0000 (18:51 +0200)]
Make html image insertion probably work for XEmacs, too.

* gnus-xmas.el (gnus-xmas-put-image): Ditto.

* gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
point parameter.

* gnus-html.el (gnus-html-put-image): Use gnus-put-image.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 16:29:52 +0000 (18:29 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoAdd 'substring to completion-styles for group selection.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 15:01:28 +0000 (17:01 +0200)]
Add 'substring to completion-styles for group selection.

13 years agoRemove references to outdated systems.
Lars Magne Ingebrigtsen [Mon, 30 Aug 2010 02:42:29 +0000 (04:42 +0200)]
Remove references to outdated systems.

References to win32 w32 mswindows ms-windows emx were probably
cargo-culted, and are removed for clarity.

13 years agoAdd "Package:" file headers to denote built-in packages. By Chong Yidong <cyd@stupid...
Katsumi Yamaoka [Mon, 30 Aug 2010 00:45:48 +0000 (00:45 +0000)]
Add "Package:" file headers to denote built-in packages.  By Chong Yidong <cyd@stupidchicken.com>.

13 years agoFix regex for matching extra headers and regexp-quote the match if
Lars Magne Ingebrigtsen [Sun, 29 Aug 2010 22:42:42 +0000 (00:42 +0200)]
Fix regex for matching extra headers and regexp-quote the match if
necessary.

From Andreas Schwab  <schwab@suse.de>

13 years agoMention B DEL.
Lars Magne Ingebrigtsen [Sun, 29 Aug 2010 22:36:55 +0000 (00:36 +0200)]
Mention B DEL.

13 years agoDon't regard (;;) and the like as a smiley.
Lars Magne Ingebrigtsen [Sun, 29 Aug 2010 22:26:59 +0000 (00:26 +0200)]
Don't regard (;;) and the like as a smiley.

13 years agoEnsure that the directory where the dribbel file lives exists.
Lars Magne Ingebrigtsen [Sun, 29 Aug 2010 22:18:58 +0000 (00:18 +0200)]
Ensure that the directory where the dribbel file lives exists.

13 years agoChange the default of message-send-mail-partially-limit to nil, since
Lars Magne Ingebrigtsen [Sun, 29 Aug 2010 22:14:43 +0000 (00:14 +0200)]
Change the default of message-send-mail-partially-limit to nil, since
almost nobody wants split messages.