diff options
| author | Miles Bader | 2007-01-30 22:18:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:18:03 +0000 |
| commit | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (patch) | |
| tree | e6538ca8a746f76f0706c20b666d68d81cedf4dc /man | |
| parent | 01b8fc600aa254ebffdcc107570f8af3a3e347e4 (diff) | |
| download | emacs-41e49ce63ee2f9945ff99a19b00752ea887ef506.tar.gz emacs-41e49ce63ee2f9945ff99a19b00752ea887ef506.zip | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article
regexp.
2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/uudecode.el (uudecode-string-to-multibyte): New function emulating
string-to-multibyte.
(uudecode-decode-region-internal): Use it.
2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* man/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
<tassilo@member.fsf.org>.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-621
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/gnus.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 87dd059ecd0..b4f9a2ee48c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | * frames.texi (Secondary Selection): Window clicked does not matter | 3 | * frames.texi (Secondary Selection): Window clicked does not matter |
| 4 | when mouse-yank-at-point is non-nil. | 4 | when mouse-yank-at-point is non-nil. |
| 5 | 5 | ||
| 6 | 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | ||
| 7 | |||
| 8 | * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn | ||
| 9 | <tassilo@member.fsf.org>. | ||
| 10 | |||
| 6 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | 11 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> |
| 7 | 12 | ||
| 8 | * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and | 13 | * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and |
diff --git a/man/gnus.texi b/man/gnus.texi index 80a9e47c74b..625549890ae 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -19040,7 +19040,7 @@ following incantation: | |||
| 19040 | 19040 | ||
| 19041 | @example | 19041 | @example |
| 19042 | #!/bin/sh | 19042 | #!/bin/sh |
| 19043 | emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1 | 19043 | emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-agent-batch >/dev/null 2>&1 |
| 19044 | @end example | 19044 | @end example |
| 19045 | 19045 | ||
| 19046 | 19046 | ||