aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2007-03-01 23:41:53 +0000
committerMiles Bader2007-03-01 23:41:53 +0000
commit45cb30ee1effd292cb89a54e08a9bba9fb40d4c1 (patch)
treef826153590a609989e05264b517e420c2e769bce /man
parent848e4bca7660a5768ff63743cb5402ce7d57ad81 (diff)
downloademacs-45cb30ee1effd292cb89a54e08a9bba9fb40d4c1.tar.gz
emacs-45cb30ee1effd292cb89a54e08a9bba9fb40d4c1.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 203-205) - Merge from emacs--devo--0 - Update from CVS 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-make-in-reply-to): Quote name containing non-ASCII characters. It will make the RFC2047 encoder cause an error if there are special characters. Reported by NAKAJI Hiroyuki <nakaji@kankyo-u.ac.jp>. 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nntp.el (nntp-never-echoes-commands) (nntp-open-connection-functions-never-echo-commands): New variables. (nntp-send-command): Use them. 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (NNTP): Mention nntp-never-echoes-commands and nntp-open-connection-functions-never-echo-commands. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-658
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/gnus.texi18
2 files changed, 23 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index c7e3da8bddd..ad357f99680 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
4 nntp-open-connection-functions-never-echo-commands.
5
12007-02-28 Thien-Thi Nguyen <ttn@gnu.org> 62007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2 7
3 * rmail.texi (Movemail): Add internal ref. 8 * rmail.texi (Movemail): Add internal ref.
diff --git a/man/gnus.texi b/man/gnus.texi
index 625549890ae..e2adfae2253 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -12942,6 +12942,24 @@ Six pre-made functions are supplied. These functions can be grouped in
12942two categories: direct connection functions (four pre-made), and 12942two categories: direct connection functions (four pre-made), and
12943indirect ones (two pre-made). 12943indirect ones (two pre-made).
12944 12944
12945@item nntp-never-echoes-commands
12946@vindex nntp-never-echoes-commands
12947Non-@code{nil} means the nntp server never echoes commands. It is
12948reported that some nntps server doesn't echo commands. So, you may want
12949to set this to non-@code{nil} in the method for such a server setting
12950@code{nntp-open-connection-function} to @code{nntp-open-ssl-stream} for
12951example. The default value is @code{nil}. Note that the
12952@code{nntp-open-connection-functions-never-echo-commands} variable
12953overrides the @code{nil} value of this variable.
12954
12955@item nntp-open-connection-functions-never-echo-commands
12956@vindex nntp-open-connection-functions-never-echo-commands
12957List of functions that never echo commands. Add or set a function which
12958you set to @code{nntp-open-connection-function} to this list if it does
12959not echo commands. Note that a non-@code{nil} value of the
12960@code{nntp-never-echoes-commands} variable overrides this variable. The
12961default value is @code{(nntp-open-network-stream)}.
12962
12945@item nntp-prepare-post-hook 12963@item nntp-prepare-post-hook
12946@vindex nntp-prepare-post-hook 12964@vindex nntp-prepare-post-hook
12947A hook run just before posting an article. If there is no 12965A hook run just before posting an article. If there is no