From: yamaoka Date: Wed, 1 Oct 2003 03:32:35 +0000 (+0000) Subject: Synch to Gnus 200310010311. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=181b238a22552b1371a6070d9e67d36bb637c28a;p=elisp%2Fgnus.git- Synch to Gnus 200310010311. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0f99ff..b82e76c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-10-01 Jesper Harder + + * message.el (message-send): Fix reversed logic of supersedes + check. + 2003-09-30 Reiner Steib * gnus-art.el (gnus-article-view-part-as-charset): Doc fix, diff --git a/lisp/message.el b/lisp/message.el index a5d29c1..999c560 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3685,7 +3685,7 @@ It should typically alter the sending method in some way or other." (when (and (or (not (memq (car elem) message-sent-message-via)) - (not (message-fetch-field "supersedes")) + (message-fetch-field "supersedes") (if (or (message-gnksa-enable-p 'multiple-copies) (not (eq (car elem) 'news))) (y-or-n-p diff --git a/texi/ChangeLog b/texi/ChangeLog index d02140b..fe8dc6e 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,11 @@ +2003-10-01 Jesper Harder + + * message.texi (Various Message Variables): Typo. + + * gnus.texi (Oort Gnus): Typo. + (Filtering Spam Using The Spam ELisp Package): Just remember, + kids: There is no 'c' in 'supersede'. + 2003-09-27 Jesper Harder * message.texi (Reply): Fix typo. diff --git a/texi/gnus.texi b/texi/gnus.texi index f12484b..e0ee090 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -22501,7 +22501,7 @@ when it's sent to the ding list. On the other hand, some messages to the ding list are from a mail server in the blackhole list, so the invocation of @code{spam-split} can't be before the ding rule. -You can let SpamAssassin headers supercede ding rules, but all other +You can let SpamAssassin headers supersede ding rules, but all other @code{spam-split} rules (including a second invocation of the regex-headers check) will be after the ding rule: @@ -25452,7 +25452,7 @@ the valid values. Gnus supports Cancel Locks in News. This means a header @samp{Cancel-Lock} is inserted in news posting. It is -used to determine if you wrote an article or not (for cancelling and +used to determine if you wrote an article or not (for canceling and superseding). Gnus generates a random password string the first time you post a message, and saves it in your @file{~/.emacs} using the Custom system. While the variable is called @code{canlock-password}, it is not diff --git a/texi/message.texi b/texi/message.texi index 92942db..ca27bf3 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1981,7 +1981,7 @@ Hook run after sending messages. @item message-cancel-hook @vindex message-cancel-hook -Hook run when cancelling news articles. +Hook run when canceling news articles. @item message-mode-syntax-table @vindex message-mode-syntax-table