Changes committed gnus/texi (ChangeLog gnus.texi)
"Katsumi Yamaoka" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (Example Methods): Withdraw the last change, which should be done after synch the Gnus trunk and the Emacs trunk. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.392 gnus/texi/ChangeLog:7.393 --- ChangeLog:7.392 Thu Mar 27 02:40:36 2008 +++ ChangeLog Thu Mar 27 03:28:36 2008 @@ -1,8 +1,3 @@ -2008-03-27 Katsumi Yamaoka <[email protected]> - - * gnus.texi (Example Methods): Fix function name used to use socksified - telnet. - 2008-03-22 Reiner Steib <[email protected]> * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group, Index: gnus.texi diff -u gnus/texi/gnus.texi:7.275 gnus/texi/gnus.texi:7.276 --- gnus.texi:7.275 Thu Mar 27 02:40:36 2008 +++ gnus.texi Thu Mar 27 03:28:36 2008 @@ -13132,7 +13132,7 @@ @lisp (nntp "outside" (nntp-pre-command "runsocks") - (nntp-open-connection-function nntp-open-telnet-stream) + (nntp-open-connection-function nntp-open-via-telnet) (nntp-address "the.news.server") (nntp-end-of-line "\n")) @end lisp