diff options
| author | Miles Bader | 2006-10-15 02:49:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-15 02:49:46 +0000 |
| commit | 92edaeeda5c362acf2c7e7f72b3666ab7673699a (patch) | |
| tree | d4338a2612cd6f4c7018512c001cd3d6b467e466 /man | |
| parent | 646ff7942c3df41d0e548d848af9240c542a4c69 (diff) | |
| download | emacs-92edaeeda5c362acf2c7e7f72b3666ab7673699a.tar.gz emacs-92edaeeda5c362acf2c7e7f72b3666ab7673699a.zip | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 150-152)
- Update from CVS
2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
"blank line" when searching for end of armor headers.
2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gmm-utils.el (gmm-write-region): Fix variable name.
2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gmm-utils.el (gmm-write-region): New function based on compatibility
code from `mm-make-temp-file'.
* lisp/gnus/mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
* lisp/gnus/nnmaildir.el (nnmaildir--update-nov)
(nnmaildir-request-replace-article, nnmaildir-request-accept-article):
Use `gmm-write-region'.
2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* man/gnus.texi (Other modes): Fix typo. Add alternative index entry for
gnus-dired-attach.
(Selecting a Group): Fix typo.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-475
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/gnus.texi | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 8542e0c6067..4eb3f6b0018 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | ||
| 2 | |||
| 3 | * gnus.texi (Other modes): Fix typo. Add alternative index entry for | ||
| 4 | gnus-dired-attach. | ||
| 5 | (Selecting a Group): Fix typo. | ||
| 6 | |||
| 1 | 2006-10-12 Roberto Rodr,Am(Bguez <lanubeblanca@googlemail.com> | 7 | 2006-10-12 Roberto Rodr,Am(Bguez <lanubeblanca@googlemail.com> |
| 2 | 8 | ||
| 3 | * widget.texi: Fix typos (tiny change) | 9 | * widget.texi: Fix typos (tiny change) |
diff --git a/man/gnus.texi b/man/gnus.texi index 86f52fded7b..a929bb2b208 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -2139,7 +2139,7 @@ If @code{gnus-auto-select-first} is non-@code{nil}, select an article | |||
| 2139 | automatically when entering a group with the @kbd{SPACE} command. | 2139 | automatically when entering a group with the @kbd{SPACE} command. |
| 2140 | Which article this is is controlled by the | 2140 | Which article this is is controlled by the |
| 2141 | @code{gnus-auto-select-subject} variable. Valid values for this | 2141 | @code{gnus-auto-select-subject} variable. Valid values for this |
| 2142 | variable is: | 2142 | variable are: |
| 2143 | 2143 | ||
| 2144 | @table @code | 2144 | @table @code |
| 2145 | 2145 | ||
| @@ -24471,7 +24471,7 @@ Save table: (spam-stat-save) | |||
| 24471 | @subsection Dired | 24471 | @subsection Dired |
| 24472 | @cindex dired | 24472 | @cindex dired |
| 24473 | 24473 | ||
| 24474 | @code{gnus-dired-minor-mode} provided some useful functions for dired | 24474 | @code{gnus-dired-minor-mode} provides some useful functions for dired |
| 24475 | buffers. It is enabled with | 24475 | buffers. It is enabled with |
| 24476 | @lisp | 24476 | @lisp |
| 24477 | (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) | 24477 | (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) |
| @@ -24480,6 +24480,7 @@ buffers. It is enabled with | |||
| 24480 | @table @kbd | 24480 | @table @kbd |
| 24481 | @item C-c C-m C-a | 24481 | @item C-c C-m C-a |
| 24482 | @findex gnus-dired-attach | 24482 | @findex gnus-dired-attach |
| 24483 | @cindex attachments, selection via dired | ||
| 24483 | Send dired's marked files as an attachment (@code{gnus-dired-attach}). | 24484 | Send dired's marked files as an attachment (@code{gnus-dired-attach}). |
| 24484 | You will be prompted for a message buffer. | 24485 | You will be prompted for a message buffer. |
| 24485 | 24486 | ||