diff options
| author | Miles Bader | 2007-03-01 23:41:53 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-03-01 23:41:53 +0000 |
| commit | 45cb30ee1effd292cb89a54e08a9bba9fb40d4c1 (patch) | |
| tree | f826153590a609989e05264b517e420c2e769bce /man | |
| parent | 848e4bca7660a5768ff63743cb5402ce7d57ad81 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | man/gnus.texi | 18 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org> | 6 | 2007-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 | |||
| 12942 | two categories: direct connection functions (four pre-made), and | 12942 | two categories: direct connection functions (four pre-made), and |
| 12943 | indirect ones (two pre-made). | 12943 | indirect ones (two pre-made). |
| 12944 | 12944 | ||
| 12945 | @item nntp-never-echoes-commands | ||
| 12946 | @vindex nntp-never-echoes-commands | ||
| 12947 | Non-@code{nil} means the nntp server never echoes commands. It is | ||
| 12948 | reported that some nntps server doesn't echo commands. So, you may want | ||
| 12949 | to 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 | ||
| 12951 | example. The default value is @code{nil}. Note that the | ||
| 12952 | @code{nntp-open-connection-functions-never-echo-commands} variable | ||
| 12953 | overrides 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 | ||
| 12957 | List of functions that never echo commands. Add or set a function which | ||
| 12958 | you set to @code{nntp-open-connection-function} to this list if it does | ||
| 12959 | not echo commands. Note that a non-@code{nil} value of the | ||
| 12960 | @code{nntp-never-echoes-commands} variable overrides this variable. The | ||
| 12961 | default 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 |
| 12947 | A hook run just before posting an article. If there is no | 12965 | A hook run just before posting an article. If there is no |