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/smime.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/smime.el
Date: Wed, 09 Feb 2005 10:52:00 -0500

Index: emacs/lisp/gnus/smime.el
diff -c emacs/lisp/gnus/smime.el:1.3 emacs/lisp/gnus/smime.el:1.4
*** emacs/lisp/gnus/smime.el:1.3        Mon Sep 20 12:03:05 2004
--- emacs/lisp/gnus/smime.el    Wed Feb  9 15:50:37 2005
***************
*** 150,156 ****
  (defcustom smime-CA-file nil
    "*Files containing certificates for CAs you trust.
  File should contain certificates in PEM format."
!   :version "21.4"
    :type '(choice (const :tag "none" nil)
                 file)
    :group 'smime)
--- 150,156 ----
  (defcustom smime-CA-file nil
    "*Files containing certificates for CAs you trust.
  File should contain certificates in PEM format."
!   :version "22.1"
    :type '(choice (const :tag "none" nil)
                 file)
    :group 'smime)
***************
*** 178,184 ****
  
  (defcustom smime-encrypt-cipher "-des3"
    "*Cipher algorithm used for encryption."
!   :version "21.4"
    :type '(choice (const :tag "Triple DES" "-des3")
                 (const :tag "DES"  "-des")
                 (const :tag "RC2 40 bits" "-rc2-40")
--- 178,184 ----
  
  (defcustom smime-encrypt-cipher "-des3"
    "*Cipher algorithm used for encryption."
!   :version "22.1"
    :type '(choice (const :tag "Triple DES" "-des3")
                 (const :tag "DES"  "-des")
                 (const :tag "RC2 40 bits" "-rc2-40")
***************
*** 210,216 ****
  (defcustom smime-dns-server nil
    "*DNS server to query certificates from.
  If nil, use system defaults."
!   :version "21.4"
    :type '(choice (const :tag "System defaults")
                 string)
    :group 'smime)
--- 210,216 ----
  (defcustom smime-dns-server nil
    "*DNS server to query certificates from.
  If nil, use system defaults."
!   :version "22.1"
    :type '(choice (const :tag "System defaults")
                 string)
    :group 'smime)




reply via email to

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