aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2004-09-08 18:17:56 +0000
committerReiner Steib2004-09-08 18:17:56 +0000
commite79f14a42e6914d5ad7d01ab055189dea48bc196 (patch)
tree3e50cc90db414ee9f483fbcf317cf1415d4cf07c
parentfba74375608bcbf2d970c260037bbc84430e3a13 (diff)
downloademacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.tar.gz
emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.zip
* nntp.el (nntp): New customization group.
(nntp-authinfo-file): Added customization group. * mml2015.el (mml2015-unabbrev-trust-alist): Added customization group. * mml-sec.el (mml-signencrypt-style-alist): Ditto. * gnus.el (to-address, to-list, subscribed) (large-newsgroup-initial): Ditto. * flow-fill.el (fill-flowed-display-column) (fill-flowed-encode-column): Ditto.
-rw-r--r--lisp/gnus/ChangeLog16
-rw-r--r--lisp/gnus/flow-fill.el2
-rw-r--r--lisp/gnus/gnus.el4
-rw-r--r--lisp/gnus/mml-sec.el1
-rw-r--r--lisp/gnus/mml2015.el1
-rw-r--r--lisp/gnus/nntp.el5
6 files changed, 29 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 58842d7fa8d..0f0f4697c47 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,19 @@
12004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * nntp.el (nntp): New customization group.
4 (nntp-authinfo-file): Added customization group.
5
6 * mml2015.el (mml2015-unabbrev-trust-alist): Added customization
7 group.
8
9 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10
11 * gnus.el (to-address, to-list, subscribed)
12 (large-newsgroup-initial): Ditto.
13
14 * flow-fill.el (fill-flowed-display-column)
15 (fill-flowed-encode-column): Ditto.
16
12004-09-06 Stefan <monnier@iro.umontreal.ca> 172004-09-06 Stefan <monnier@iro.umontreal.ca>
2 18
3 * message.el (message-tokenize-header, message-send-mail-with-qmail): 19 * message.el (message-tokenize-header, message-send-mail-with-qmail):
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el
index c3602cc9b44..9f2ae5c98bd 100644
--- a/lisp/gnus/flow-fill.el
+++ b/lisp/gnus/flow-fill.el
@@ -56,6 +56,7 @@
56(defcustom fill-flowed-display-column 'fill-column 56(defcustom fill-flowed-display-column 'fill-column
57 "Column beyond which format=flowed lines are wrapped, when displayed. 57 "Column beyond which format=flowed lines are wrapped, when displayed.
58This can be a Lisp expression or an integer." 58This can be a Lisp expression or an integer."
59 :group 'mime-display
59 :type '(choice (const :tag "Standard `fill-column'" fill-column) 60 :type '(choice (const :tag "Standard `fill-column'" fill-column)
60 (const :tag "Fit Window" (- (window-width) 5)) 61 (const :tag "Fit Window" (- (window-width) 5))
61 (sexp) 62 (sexp)
@@ -65,6 +66,7 @@ This can be a Lisp expression or an integer."
65 "Column beyond which format=flowed lines are wrapped, in outgoing messages. 66 "Column beyond which format=flowed lines are wrapped, in outgoing messages.
66This can be a Lisp expression or an integer. 67This can be a Lisp expression or an integer.
67RFC 2646 suggests 66 characters for readability." 68RFC 2646 suggests 66 characters for readability."
69 :group 'mime-display
68 :type '(choice (const :tag "Standard fill-column" fill-column) 70 :type '(choice (const :tag "Standard fill-column" fill-column)
69 (const :tag "RFC 2646 default (66)" 66) 71 (const :tag "RFC 2646 default (66)" 66)
70 (sexp) 72 (sexp)
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 5d09c4b5c3c..eaa77f02e90 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -1599,6 +1599,7 @@ to be desirable; see the manual for further details."
1599 "Return GROUP's to-address." 1599 "Return GROUP's to-address."
1600 :variable-document 1600 :variable-document
1601 "*Alist of group regexps and correspondent to-addresses." 1601 "*Alist of group regexps and correspondent to-addresses."
1602 :variable-group gnus-group-parameter
1602 :parameter-type '(gnus-email-address :tag "To Address") 1603 :parameter-type '(gnus-email-address :tag "To Address")
1603 :parameter-document "\ 1604 :parameter-document "\
1604This will be used when doing followups and posts. 1605This will be used when doing followups and posts.
@@ -1625,6 +1626,7 @@ address was listed in gnus-group-split Addresses (see below).")
1625 "Return GROUP's to-list." 1626 "Return GROUP's to-list."
1626 :variable-document 1627 :variable-document
1627 "*Alist of group regexps and correspondent to-lists." 1628 "*Alist of group regexps and correspondent to-lists."
1629 :variable-group gnus-group-parameter
1628 :parameter-type '(gnus-email-address :tag "To List") 1630 :parameter-type '(gnus-email-address :tag "To List")
1629 :parameter-document "\ 1631 :parameter-document "\
1630This address will be used when doing a `a' in the group. 1632This address will be used when doing a `a' in the group.
@@ -1643,6 +1645,7 @@ address was listed in gnus-group-split Addresses (see below).")
1643 "Return GROUP's subscription status." 1645 "Return GROUP's subscription status."
1644 :variable-document 1646 :variable-document
1645 "*Groups which are automatically considered subscribed." 1647 "*Groups which are automatically considered subscribed."
1648 :variable-group gnus-group-parameter
1646 :parameter-type '(const :tag "Subscribed" t) 1649 :parameter-type '(const :tag "Subscribed" t)
1647 :parameter-document "\ 1650 :parameter-document "\
1648Gnus assumed that you are subscribed to the To/List address. 1651Gnus assumed that you are subscribed to the To/List address.
@@ -1749,6 +1752,7 @@ posting an article."
1749 "Return GROUP's initial input of the number of articles." 1752 "Return GROUP's initial input of the number of articles."
1750 :variable-document 1753 :variable-document
1751 "*Alist of group regexps and its initial input of the number of articles." 1754 "*Alist of group regexps and its initial input of the number of articles."
1755 :variable-group gnus-group-parameter
1752 :parameter-type '(choice :tag "Initial Input for Large Newsgroup" 1756 :parameter-type '(choice :tag "Initial Input for Large Newsgroup"
1753 (const :tag "All" nil) 1757 (const :tag "All" nil)
1754 (integer)) 1758 (integer))
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el
index f726013dc2c..c9f5cb80190 100644
--- a/lisp/gnus/mml-sec.el
+++ b/lisp/gnus/mml-sec.el
@@ -83,6 +83,7 @@ Note that the output generated by using a `combined' mode is NOT
83understood by all PGP implementations, in particular PGP version 83understood by all PGP implementations, in particular PGP version
842 does not support it! See Info node `(message)Security' for 842 does not support it! See Info node `(message)Security' for
85details." 85details."
86 :group 'message
86 :type '(repeat (list (choice (const :tag "S/MIME" "smime") 87 :type '(repeat (list (choice (const :tag "S/MIME" "smime")
87 (const :tag "PGP" "pgp") 88 (const :tag "PGP" "pgp")
88 (const :tag "PGP/MIME" "pgpmime") 89 (const :tag "PGP/MIME" "pgpmime")
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el
index 995e113e02f..6c89cfbe798 100644
--- a/lisp/gnus/mml2015.el
+++ b/lisp/gnus/mml2015.el
@@ -83,6 +83,7 @@
83 ("TRUST_FULLY" . t) 83 ("TRUST_FULLY" . t)
84 ("TRUST_ULTIMATE" . t)) 84 ("TRUST_ULTIMATE" . t))
85 "Map GnuPG trust output values to a boolean saying if you trust the key." 85 "Map GnuPG trust output values to a boolean saying if you trust the key."
86 :group 'mime-security
86 :type '(repeat (cons (regexp :tag "GnuPG output regexp") 87 :type '(repeat (cons (regexp :tag "GnuPG output regexp")
87 (boolean :tag "Trust key")))) 88 (boolean :tag "Trust key"))))
88 89
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el
index 6b312de24e4..8a10600fcb8 100644
--- a/lisp/gnus/nntp.el
+++ b/lisp/gnus/nntp.el
@@ -34,6 +34,10 @@
34 34
35(eval-when-compile (require 'cl)) 35(eval-when-compile (require 'cl))
36 36
37(defgroup nntp nil
38 "NNTP access for Gnus."
39 :group 'gnus)
40
37(defvoo nntp-address nil 41(defvoo nntp-address nil
38 "Address of the physical nntp server.") 42 "Address of the physical nntp server.")
39 43
@@ -182,6 +186,7 @@ server there that you can connect to. See also
182 186
183(defcustom nntp-authinfo-file "~/.authinfo" 187(defcustom nntp-authinfo-file "~/.authinfo"
184 ".netrc-like file that holds nntp authinfo passwords." 188 ".netrc-like file that holds nntp authinfo passwords."
189 :group 'nntp
185 :type 190 :type
186 '(choice file 191 '(choice file
187 (repeat :tag "Entries" 192 (repeat :tag "Entries"