2001-10-22 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Mon, 22 Oct 2001 13:38:12 +0000 (13:38 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Mon, 22 Oct 2001 13:38:12 +0000 (13:38 +0000)
* gnus.el (post-method): Customization fix: `native' is not a
valid value.
* gnus-msg.el (gnus-post-method): Doc and customization fix:
`native' is not a valid value.

lisp/ChangeLog
lisp/gnus-msg.el
lisp/gnus.el

index 19a950e..a89d4b0 100644 (file)
@@ -1,3 +1,10 @@
+2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus.el (post-method): Customization fix: `native' is not a
+       valid value.
+       * gnus-msg.el (gnus-post-method): Doc and customization fix:
+       `native' is not a valid value.
+
 2001-10-21  Simon Josefsson  <jas@extundo.com>
 
        * nnimap.el (nnimap): Defgroup
index a3edebe..0eca627 100644 (file)
@@ -44,14 +44,14 @@ use the native select method when posting.
 This method will not be used in mail groups and the like, only in
 \"real\" newsgroups.
 
-If not nil nor `native', the value must be a valid method as discussed
+If not nil nor `current', the value must be a valid method as discussed
 in the documentation of `gnus-select-method'.  It can also be a list of
 methods.  If that is the case, the user will be queried for what select
 method to use when posting."
   :group 'gnus-group-foreign
+  :link '(custom-manual "(gnus)Posting Server")
   :type `(choice (const nil)
                 (const current)
-                (const native)
                 (sexp :tag "Methods" ,gnus-select-method)))
 
 (defcustom gnus-outgoing-message-group nil
index a999e05..b93a872 100644 (file)
@@ -1,5 +1,5 @@
 ;;; gnus.el --- a newsreader for GNU Emacs
-;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996,
+;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 2001,
 ;;        1997, 1998, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
@@ -1590,9 +1590,8 @@ posting an article."
  :variable-group gnus-group-foreign
  :parameter-type
  '(choice :tag "Posting Method"
-         (const nil)
-         (const current)
-         (const native)
+         (const :tag "Use native server" nil)
+         (const :tag "Use current server" current)
          (list :convert-widget
                (lambda (widget)
                  (list 'sexp :tag "Methods"