diff options
| author | Miles Bader | 2007-12-06 00:21:00 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-06 00:21:00 +0000 |
| commit | b890d447fb56bfe9f2e4742eda4b3ab4b5f4b32a (patch) | |
| tree | b97d8b30984a8884b61d54b056a4aabf852ecbbe /doc | |
| parent | f6e7ec024870e8ccaaed5bc2e0d92fde7554e16b (diff) | |
| download | emacs-b890d447fb56bfe9f2e4742eda4b3ab4b5f4b32a.tar.gz emacs-b890d447fb56bfe9f2e4742eda4b3ab4b5f4b32a.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-941
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 24 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 15 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 19 |
3 files changed, 49 insertions, 9 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 02e39fe8171..61fd28a0622 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Other Files): Add the yenc command. | ||
| 4 | |||
| 5 | 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 6 | |||
| 7 | * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t | ||
| 8 | since 2004-08-06. | ||
| 9 | |||
| 10 | 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 11 | |||
| 12 | * gnus.texi (Fancy Mail Splitting): Fix description of splitting based | ||
| 13 | on body. | ||
| 14 | |||
| 15 | 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 16 | |||
| 17 | * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose | ||
| 18 | and rfc2047-allow-irregular-q-encoded-words; fix description of | ||
| 19 | rfc2047-encode-encoded-words. | ||
| 20 | |||
| 21 | 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 22 | |||
| 23 | * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'. | ||
| 24 | |||
| 1 | 2007-12-05 Michael Olson <mwolson@gnu.org> | 25 | 2007-12-05 Michael Olson <mwolson@gnu.org> |
| 2 | 26 | ||
| 3 | * remember.texi (Diary): Remove "require" line for remember-diary.el. | 27 | * remember.texi (Diary): Remove "require" line for remember-diary.el. |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index d4cbf8380b6..f8be71ef860 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -1417,10 +1417,23 @@ This is an alist of encoding / function pairs. The encodings are | |||
| 1417 | @vindex rfc2047-encoded-word-regexp | 1417 | @vindex rfc2047-encoded-word-regexp |
| 1418 | When decoding words, this library looks for matches to this regexp. | 1418 | When decoding words, this library looks for matches to this regexp. |
| 1419 | 1419 | ||
| 1420 | @item rfc2047-encoded-word-regexp-loose | ||
| 1421 | @vindex rfc2047-encoded-word-regexp-loose | ||
| 1422 | This is a version from which the regexp for the Q encoding pattern of | ||
| 1423 | @code{rfc2047-encoded-word-regexp} is made loose. | ||
| 1424 | |||
| 1420 | @item rfc2047-encode-encoded-words | 1425 | @item rfc2047-encode-encoded-words |
| 1421 | @vindex rfc2047-encode-encoded-words | 1426 | @vindex rfc2047-encode-encoded-words |
| 1422 | The boolean variable specifies whether encoded words | 1427 | The boolean variable specifies whether encoded words |
| 1423 | (e.g. @samp{=?hello?=}) should be encoded again. | 1428 | (e.g. @samp{=?us-ascii?q?hello?=}) should be encoded again. |
| 1429 | @code{rfc2047-encoded-word-regexp} is used to look for such words. | ||
| 1430 | |||
| 1431 | @item rfc2047-allow-irregular-q-encoded-words | ||
| 1432 | @vindex rfc2047-allow-irregular-q-encoded-words | ||
| 1433 | The boolean variable specifies whether irregular Q encoded words | ||
| 1434 | (e.g. @samp{=?us-ascii?q?hello??=}) should be decoded. If it is | ||
| 1435 | non-@code{nil}, @code{rfc2047-encoded-word-regexp-loose} is used instead | ||
| 1436 | of @code{rfc2047-encoded-word-regexp} to look for encoded words. | ||
| 1424 | 1437 | ||
| 1425 | @end table | 1438 | @end table |
| 1426 | 1439 | ||
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 97e70c1cec2..10e7741f8d2 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -8175,6 +8175,11 @@ Save the current series | |||
| 8175 | @findex gnus-uu-decode-binhex | 8175 | @findex gnus-uu-decode-binhex |
| 8176 | Unbinhex the current series (@code{gnus-uu-decode-binhex}). This | 8176 | Unbinhex the current series (@code{gnus-uu-decode-binhex}). This |
| 8177 | doesn't really work yet. | 8177 | doesn't really work yet. |
| 8178 | |||
| 8179 | @item X Y | ||
| 8180 | @kindex X Y (Summary) | ||
| 8181 | @findex gnus-uu-decode-yenc | ||
| 8182 | yEnc-decode the current series and save it (@code{gnus-uu-decode-yenc}). | ||
| 8178 | @end table | 8183 | @end table |
| 8179 | 8184 | ||
| 8180 | 8185 | ||
| @@ -9740,7 +9745,7 @@ To have all Vcards be ignored, you'd say something like this: | |||
| 9740 | If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header | 9745 | If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header |
| 9741 | before interpreting the message as a @acronym{MIME} message. This helps | 9746 | before interpreting the message as a @acronym{MIME} message. This helps |
| 9742 | when reading messages from certain broken mail user agents. The | 9747 | when reading messages from certain broken mail user agents. The |
| 9743 | default is @code{nil}. | 9748 | default is @code{t}. |
| 9744 | 9749 | ||
| 9745 | @item gnus-article-emulate-mime | 9750 | @item gnus-article-emulate-mime |
| 9746 | @vindex gnus-article-emulate-mime | 9751 | @vindex gnus-article-emulate-mime |
| @@ -14649,14 +14654,12 @@ If non-@code{nil}, name of program for fetching new mail. If | |||
| 14649 | @subsubsection Fetching Mail | 14654 | @subsubsection Fetching Mail |
| 14650 | 14655 | ||
| 14651 | @vindex mail-sources | 14656 | @vindex mail-sources |
| 14652 | @vindex nnmail-spool-file | ||
| 14653 | The way to actually tell Gnus where to get new mail from is to set | 14657 | The way to actually tell Gnus where to get new mail from is to set |
| 14654 | @code{mail-sources} to a list of mail source specifiers | 14658 | @code{mail-sources} to a list of mail source specifiers |
| 14655 | (@pxref{Mail Source Specifiers}). | 14659 | (@pxref{Mail Source Specifiers}). |
| 14656 | 14660 | ||
| 14657 | If this variable (and the obsolescent @code{nnmail-spool-file}) is | 14661 | If this variable is @code{nil}, the mail back ends will never attempt to |
| 14658 | @code{nil}, the mail back ends will never attempt to fetch mail by | 14662 | fetch mail by themselves. |
| 14659 | themselves. | ||
| 14660 | 14663 | ||
| 14661 | If you want to fetch mail both from your local spool as well as a | 14664 | If you want to fetch mail both from your local spool as well as a |
| 14662 | @acronym{POP} mail server, you'd say something like: | 14665 | @acronym{POP} mail server, you'd say something like: |
| @@ -14865,9 +14868,9 @@ body of the messages: | |||
| 14865 | "string.group")))) | 14868 | "string.group")))) |
| 14866 | @end lisp | 14869 | @end lisp |
| 14867 | 14870 | ||
| 14868 | The buffer is narrowed to the message in question when @var{function} | 14871 | The buffer is narrowed to the header of the message in question when |
| 14869 | is run. That's why @code{(widen)} needs to be called after | 14872 | @var{function} is run. That's why @code{(widen)} needs to be called |
| 14870 | @code{save-excursion} and @code{save-restriction} in the example | 14873 | after @code{save-excursion} and @code{save-restriction} in the example |
| 14871 | above. Also note that with the nnimap back end, message bodies will | 14874 | above. Also note that with the nnimap back end, message bodies will |
| 14872 | not be downloaded by default. You need to set | 14875 | not be downloaded by default. You need to set |
| 14873 | @code{nnimap-split-download-body} to @code{t} to do that | 14876 | @code{nnimap-split-download-body} to @code{t} to do that |