From 3dd65f9dbb2f8a3e3bba4638ce2d661a2ccd428b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 14 Jun 2001 03:06:27 +0000 Subject: [PATCH] Synch with Oort Gnus. --- texi/ChangeLog | 4 ++++ texi/gnus-ja.texi | 14 ++++++++++++++ texi/gnus.texi | 2 ++ 3 files changed, 20 insertions(+) diff --git a/texi/ChangeLog b/texi/ChangeLog index 3221228..2c620a8 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2001-06-13 15:00:00 ShengHuo ZHU + + * gnus.texi (Article Washing): Add. + 2001-06-11 09:00:00 ShengHuo ZHU * gnus.texi: behaviour -> behavior. Suggested by Eli Zaretskii diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 4fa5ea0..cdb8c0d 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -7387,6 +7387,18 @@ CRLF $B$NAH(B ($B$9$J$o$A!"9T$N:G8e$N(B @samp{^M}) $B$r(B LF $B$KJQ49$7$^ $B$O(B DOS $B$N9TKv$N@$OC$r$7$^$9(B)$B!"$=$7$F$=$l$+$i;D$j$N(B CR $B$r(B LF $B$KJQ49$7$^(B $B$9(B ($B$3$l$O(B MAC $B$N9TKv$N@$OC$r$7$^$9(B) (@code{gnus-article-remove-cr})$B!#(B +@c @item W q +@c @kindex W q (Summary) +@c @findex gnus-article-de-quoted-unreadable +@c Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}). +@c Quoted-Printable is one common @sc{mime} encoding employed when sending +@c non-ASCII (i. e., 8-bit) articles. It typically makes strings like +@c @samp{d,Ai(Bj,A`(B vu} look like @samp{d=E9j=E0 vu}, which doesn't look very +@c readable to me. Note that the this is usually done automatically by +@c Gnus if the message in question has a @code{Content-Transfer-Encoding} +@c header that says that this encoding has been done. +@c If a prefix is given, a charset will be asked for. + @c @item W 6 @c @kindex W 6 (Summary) @c @findex gnus-article-de-base64-unreadable @@ -7396,6 +7408,7 @@ CRLF $B$NAH(B ($B$9$J$o$A!"9T$N:G8e$N(B @samp{^M}) $B$r(B LF $B$KJQ49$7$^ @c automatically by Gnus if the message in question has a @c @code{Content-Transfer-Encoding} header that says that this encoding has @c been done. +@c If a prefix is given, a charset will be asked for. @item W Z @kindex W Z (Summary) @@ -7411,6 +7424,7 @@ HZ $B$^$?$O(B HZP $B$r=hM}$7$^$9!#(BHZ ($B$^$?$O(B HZP) $B$OCf9q8l$N5-;v$ @c Note that the this is usually done automatically by Gnus if the message @c in question has a @code{Content-Type} header that says that this type @c has been done. +@c If a prefix is given, a charset will be asked for. @item W f @kindex W f ($B35N,(B) diff --git a/texi/gnus.texi b/texi/gnus.texi index c73a6b2..2d25426 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -7542,6 +7542,7 @@ Base64 is one common @sc{mime} encoding employed when sending non-ASCII automatically by Gnus if the message in question has a @code{Content-Transfer-Encoding} header that says that this encoding has been done. +If a prefix is given, a charset will be asked for. @item W Z @kindex W Z (Summary) @@ -7557,6 +7558,7 @@ Treat HTML (@code{gnus-article-wash-html}). Note that the this is usually done automatically by Gnus if the message in question has a @code{Content-Type} header that says that this type has been done. +If a prefix is given, a charset will be asked for. @item W f @kindex W f (Summary) -- 1.7.10.4