X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=contrib%2Fstarttls.el;h=95db27fd00c1e16fa52c514b309fea2111c5e788;hp=ff5efc408b40cb13776e4e3aaae1e84a19d16501;hb=56bd5aada2d68b878e6cfe619b6eacd6893156ef;hpb=680ec7f79a3958cfc465a68333cfd2894c78777b diff --git a/contrib/starttls.el b/contrib/starttls.el index ff5efc408..95db27fd0 100644 --- a/contrib/starttls.el +++ b/contrib/starttls.el @@ -27,8 +27,9 @@ ;; This package implements a simple wrapper around the GNU TLS command ;; line application "gnutls-cli" to make Emacs support STARTTLS. It ;; is backwards compatible (same API functions) with the "starttls.el" -;; that is part of Emacs 21 (that version used an external program -;; "starttls" that isn't widely installed, and was based on OpenSSL). +;; that is part of Emacs 21 written by Daiki Ueno . +;; (That version used an external program "starttls" that isn't widely +;; installed, and was based on OpenSSL.) ;; This package require GNUTLS 0.9.90 (released 2003-10-08) or later. @@ -81,7 +82,10 @@ ;; Revision history: ;; -;; 2003-11-15: cleanup, and posted to gnu.emacs.sources. +;; 2003-09-20: Added to Gnus CVS. +;; 2003-10-02: Minor fixes. +;; 2003-11-15: Cleanup, and posted to gnu.emacs.sources. +;; 2003-11-28: Fixes variable name conflicts, various other fixes, posted g.e.s. ;;; Code: