emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/starttls.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/starttls.el
Date: Mon, 01 Nov 2004 18:16:36 -0500

Index: emacs/lisp/gnus/starttls.el
diff -c emacs/lisp/gnus/starttls.el:1.4 emacs/lisp/gnus/starttls.el:1.5
*** emacs/lisp/gnus/starttls.el:1.4     Fri May 28 05:27:52 2004
--- emacs/lisp/gnus/starttls.el Mon Nov  1 23:06:34 2004
***************
*** 126,131 ****
--- 126,132 ----
    "Name of GNUTLS command line tool.
  This program is used when GNUTLS is used, i.e. when
  `starttls-use-gnutls' is non-nil."
+   :version "21.4"
    :type 'string
    :group 'starttls)
  
***************
*** 138,143 ****
--- 139,145 ----
  
  (defcustom starttls-use-gnutls (not (executable-find starttls-program))
    "*Whether to use GNUTLS instead of the `starttls' command."
+   :version "21.4"
    :type 'boolean
    :group 'starttls)
  
***************
*** 156,166 ****
--- 158,170 ----
  For example, non-TLS compliant servers may require
  '(\"--protocols\" \"ssl3\").  Invoke \"gnutls-cli --help\" to
  find out which parameters are available."
+   :version "21.4"
    :type '(repeat string)
    :group 'starttls)
  
  (defcustom starttls-process-connection-type nil
    "*Value for `process-connection-type' to use when starting STARTTLS 
process."
+   :version "21.4"
    :type 'boolean
    :group 'starttls)
  
***************
*** 170,175 ****
--- 174,180 ----
    ;; GNUTLS cli.c:main() print this string when it is starting to run
    ;; in the application read/write phase.  If the logic, or the string
    ;; itself, is modified, this must be updated.
+   :version "21.4"
    :type 'regexp
    :group 'starttls)
  
***************
*** 178,183 ****
--- 183,189 ----
  The default is what GNUTLS's \"gnutls-cli\" outputs."
    ;; GNUTLS cli.c:do_handshake() print this string on failure.  If the
    ;; logic, or the string itself, is modified, this must be updated.
+   :version "21.4"
    :type 'regexp
    :group 'starttls)
  
***************
*** 188,193 ****
--- 194,200 ----
    ;; common.c:print_info(), that unconditionally print this string
    ;; last.  If that logic, or the string itself, is modified, this
    ;; must be updated.
+   :version "21.4"
    :type 'regexp
    :group 'starttls)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]