Changes committed gnus/texi (ChangeLog gnus.texi)

"Katsumi Yamaoka" <[email protected]> Fri, 18 Dec 2009 05:29:24 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus.texi

(Direct Functions): Add missing port number to tls method.


Index: ChangeLog
diff -u gnus/texi/ChangeLog:7.453 gnus/texi/ChangeLog:7.454
--- ChangeLog:7.453	Wed Sep 23 00:42:48 2009
+++ ChangeLog	Fri Dec 18 05:29:23 2009
@@ -1,3 +1,7 @@
+2009-12-18  Katsumi Yamaoka  <[email protected]>
+
+	* gnus.texi (Direct Functions): Add missing port number to tls method.
+
 2009-09-22  Daiki Ueno  <[email protected]>
 
 	* gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
Index: gnus.texi
diff -u gnus/texi/gnus.texi:7.323 gnus/texi/gnus.texi:7.324
--- gnus.texi:7.323	Wed Sep 23 08:12:10 2009
+++ gnus.texi	Fri Dec 18 05:29:23 2009
@@ -14393,7 +14393,7 @@
 ;;
 (nntp "snews.bar.com"
       (nntp-open-connection-function nntp-open-tls-stream)
-      (nntp-port-number )
+      (nntp-port-number 563)
       (nntp-address "snews.bar.com"))
 @end lisp