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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/smime.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:36 -0400

Index: emacs/lisp/gnus/smime.el
diff -c emacs/lisp/gnus/smime.el:1.2.2.1 emacs/lisp/gnus/smime.el:1.2.2.2
*** emacs/lisp/gnus/smime.el:1.2.2.1    Thu Sep  9 09:36:25 2004
--- emacs/lisp/gnus/smime.el    Tue Sep 21 09:34:08 2004
***************
*** 150,155 ****
--- 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)
***************
*** 177,182 ****
--- 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")
***************
*** 208,213 ****
--- 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)




reply via email to

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