diff options
| author | Gnus developers | 2010-12-06 23:27:17 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-12-06 23:27:17 +0000 |
| commit | 516aa569e1d70d51ae1d8d12a4b2e7281156cb8c (patch) | |
| tree | f99a34c0796485fe87cb9c3198429afd5029f210 /doc | |
| parent | b31b26b48958fed0162d58c76dc55b2aeca22b66 (diff) | |
| download | emacs-516aa569e1d70d51ae1d8d12a4b2e7281156cb8c.tar.gz emacs-516aa569e1d70d51ae1d8d12a4b2e7281156cb8c.zip | |
proto-stream.el (proto-stream-open-tls): Return nil if we don't get any stream.
gnus.texi (Server Commands): Point to the rest of the server commands.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 468a68b0a80..b1b3b440767 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-12-06 Tassilo Horn <tassilo@member.fsf.org> | ||
| 2 | |||
| 3 | * gnus.texi (Server Commands): Point to the rest of the server | ||
| 4 | commands. | ||
| 5 | |||
| 1 | 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u | 8 | * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 5b8a0b45683..2df6d90cc07 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -13885,6 +13885,9 @@ hence getting a correct total article count. | |||
| 13885 | 13885 | ||
| 13886 | @end table | 13886 | @end table |
| 13887 | 13887 | ||
| 13888 | Some more commands for closing, disabling, and re-opening servers are | ||
| 13889 | listed in @ref{Unavailable Servers}. | ||
| 13890 | |||
| 13888 | 13891 | ||
| 13889 | @node Example Methods | 13892 | @node Example Methods |
| 13890 | @subsection Example Methods | 13893 | @subsection Example Methods |