aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2006-06-20 00:20:01 +0000
committerMiles Bader2006-06-20 00:20:01 +0000
commit5cfd0f2e4f1b1eac1c39718cff4232cd7212c474 (patch)
treef8b20a555727ca3f02014c215a99034720c92948
parenta5bd14d3ec65acac1e548830d76de810742d4fd6 (diff)
downloademacs-5cfd0f2e4f1b1eac1c39718cff4232cd7212c474.tar.gz
emacs-5cfd0f2e4f1b1eac1c39718cff4232cd7212c474.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 107) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-317
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--man/ChangeLog4
-rw-r--r--man/message.texi83
4 files changed, 59 insertions, 34 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1899fd9d845..60a7e6b1e8b 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * message.el (message-syntax-checks): Doc fix.
4
12006-06-16 Katsumi Yamaoka <yamaoka@jpl.org> 52006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * message.el (message-syntax-checks): Doc fix. 7 * message.el (message-syntax-checks): Doc fix.
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 91ac018f324..4ee87933967 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -194,7 +194,7 @@ Checks include `approved', `continuation-headers', `control-chars',
194`empty', `existing-newsgroups', `from', `illegible-text', 194`empty', `existing-newsgroups', `from', `illegible-text',
195`invisible-text', `long-header-lines', `long-lines', `message-id', 195`invisible-text', `long-header-lines', `long-lines', `message-id',
196`multiple-headers', `new-text', `newsgroups', `quoting-style', 196`multiple-headers', `new-text', `newsgroups', `quoting-style',
197`repeated-newsgroups', `reply-to', `sendsys', `shoot', 197`repeated-newsgroups', `reply-to', `sender', `sendsys', `shoot',
198`shorten-followup-to', `signature', `size', `subject', `subject-cmsg' 198`shorten-followup-to', `signature', `size', `subject', `subject-cmsg'
199and `valid-newsgroups'." 199and `valid-newsgroups'."
200 :group 'message-news 200 :group 'message-news
diff --git a/man/ChangeLog b/man/ChangeLog
index 9de0e4a61be..4f30e374e7b 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * message.texi (News Headers): Update message-syntax-checks section.
4
12006-06-19 Karl Berry <karl@gnu.org> 52006-06-19 Karl Berry <karl@gnu.org>
2 6
3 * info.texi (Advanced): mention C-q, especially with ?. 7 * info.texi (Advanced): mention C-q, especially with ?.
diff --git a/man/message.texi b/man/message.texi
index 58906595f8f..e6e27428aeb 100644
--- a/man/message.texi
+++ b/man/message.texi
@@ -1681,56 +1681,73 @@ to this list.
1681Valid checks are: 1681Valid checks are:
1682 1682
1683@table @code 1683@table @code
1684@item subject-cmsg
1685Check the subject for commands.
1686@item sender
1687@cindex Sender
1688Insert a new @code{Sender} header if the @code{From} header looks odd.
1689@item multiple-headers
1690Check for the existence of multiple equal headers.
1691@item sendsys
1692@cindex sendsys
1693Check for the existence of version and sendsys commands.
1694@item message-id
1695Check whether the @code{Message-ID} looks ok.
1696@item from
1697Check whether the @code{From} header seems nice.
1698@item long-lines
1699@cindex long lines
1700Check for too long lines.
1701@item control-chars
1702Check for invalid characters.
1703@item size
1704Check for excessive size.
1705@item new-text
1706Check whether there is any new text in the messages.
1707@item signature
1708Check the length of the signature.
1709@item approved 1684@item approved
1710@cindex approved 1685@cindex approved
1711Check whether the article has an @code{Approved} header, which is 1686Check whether the article has an @code{Approved} header, which is
1712something only moderators should include. 1687something only moderators should include.
1688@item continuation-headers
1689Check whether there are continuation header lines that don't begin with
1690whitespace.
1691@item control-chars
1692Check for invalid characters.
1713@item empty 1693@item empty
1714Check whether the article is empty. 1694Check whether the article is empty.
1715@item invisible-text
1716Check whether there is any invisible text in the buffer.
1717@item empty-headers
1718Check whether any of the headers are empty.
1719@item existing-newsgroups 1695@item existing-newsgroups
1720Check whether the newsgroups mentioned in the @code{Newsgroups} and 1696Check whether the newsgroups mentioned in the @code{Newsgroups} and
1721@code{Followup-To} headers exist. 1697@code{Followup-To} headers exist.
1722@item valid-newsgroups 1698@item from
1723Check whether the @code{Newsgroups} and @code{Followup-to} headers 1699Check whether the @code{From} header seems nice.
1724are valid syntactically. 1700@item illegible-text
1701Check whether there is any non-printable character in the body.
1702@item invisible-text
1703Check whether there is any invisible text in the buffer.
1704@item long-header-lines
1705Check for too long header lines.
1706@item long-lines
1707@cindex long lines
1708Check for too long lines in the body.
1709@item message-id
1710Check whether the @code{Message-ID} looks syntactically ok.
1711@item multiple-headers
1712Check for the existence of multiple equal headers.
1713@item new-text
1714Check whether there is any new text in the messages.
1715@item newsgroups
1716Check whether the @code{Newsgroups} header exists and is not empty.
1717@item quoting-style
1718Check whether text follows last quoted portion.
1725@item repeated-newsgroups 1719@item repeated-newsgroups
1726Check whether the @code{Newsgroups} and @code{Followup-to} headers 1720Check whether the @code{Newsgroups} and @code{Followup-to} headers
1727contains repeated group names. 1721contains repeated group names.
1722@item reply-to
1723Check whether the @code{Reply-To} header looks ok.
1724@item sender
1725@cindex Sender
1726Insert a new @code{Sender} header if the @code{From} header looks odd.
1727@item sendsys
1728@cindex sendsys
1729Check for the existence of version and sendsys commands.
1730@item shoot
1731Check whether the domain part of the @code{Message-ID} header looks ok.
1728@item shorten-followup-to 1732@item shorten-followup-to
1729Check whether to add a @code{Followup-to} header to shorten the number 1733Check whether to add a @code{Followup-to} header to shorten the number
1730of groups to post to. 1734of groups to post to.
1735@item signature
1736Check the length of the signature.
1737@item size
1738Check for excessive size.
1739@item subject
1740Check whether the @code{Subject} header exists and is not empty.
1741@item subject-cmsg
1742Check the subject for commands.
1743@item valid-newsgroups
1744Check whether the @code{Newsgroups} and @code{Followup-to} headers
1745are valid syntactically.
1731@end table 1746@end table
1732 1747
1733All these conditions are checked by default. 1748All these conditions are checked by default, except for @code{sender}
1749for which the check is disabled by default if
1750@code{message-insert-canlock} is non-@code{nil} (@pxref{Canceling News}).
1734 1751
1735@item message-ignored-news-headers 1752@item message-ignored-news-headers
1736@vindex message-ignored-news-headers 1753@vindex message-ignored-news-headers