Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 22 Jan 2003 00:41:40 +0000 (00:41 +0000)
committeryamaoka <yamaoka>
Wed, 22 Jan 2003 00:41:40 +0000 (00:41 +0000)
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi
texi/gnusref.tex

index 84b9365..b0b11cb 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-22  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnusref.tex (subsection*{Notes}): do.
+
+       * gnus.texi (Article Hiding): Remove gnus-article-hide-pgp.
+       (Customizing Articles): Remove gnus-treat-strip-pgp.
+
 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.texi (Various Summary Stuff): Add
index 84f0b0b..59b3d6c 100644 (file)
@@ -7956,29 +7956,6 @@ Fonts})\e$B!#F1$8%a%C%;!<%8$NCf$KJ#?t$N5-;v$+$i$N0zMQ$,$"$k$H!"\e(Bgnus \e$B$O$=$l$
 \e$B$N%j%9%H$G$"$k$3$H$b$G$-$^$9!#\e(B
 @end table
 
-@item W W p
-@kindex W W p (\e$B35N,\e(B)
-@findex gnus-article-hide-pgp
-@vindex gnus-article-hide-pgp-hook
-@sc{pgp} \e$B=pL>$r1#$7$^$9\e(B (@code{gnus-article-hide-pgp})\e$B!#\e(B@sc{pgp} \e$B=pL>$,\e(B
-\e$B1#$5$l$?8e$K%U%C%/\e(B @code{gnus-article-hide-pgp-hook} \e$B$,<B9T$5$l$^$9!#\e(B
-\e$BNc$($P!"=pL>$r;}$D5-;v$r<+F0E*$KG'>Z$9$k$K$O\e(B:
-
-@lisp
-;;; Hide pgp cruft if any.
-
-(setq gnus-treat-strip-pgp t)
-
-;;; After hiding pgp, verify the message;
-;;; only happens if pgp signature is found.
-
-(add-hook 'gnus-article-hide-pgp-hook
-          (lambda ()
-            (save-excursion
-              (set-buffer gnus-original-article-buffer)
-              (mc-verify))))
-@end lisp
-
 @item W W P
 @kindex W W P (\e$B35N,\e(B)
 @findex gnus-article-hide-pem
@@ -10145,7 +10122,6 @@ GNUS \e$B$d\e(B Gnus \e$B$G$O!"$3$N$?$A$N0-$$LdBj$G6C$+$5$l$J$$$h$&$K$9$k$K$O!"35N,
 @item gnus-treat-strip-leading-blank-lines (t, integer)
 @item gnus-treat-strip-multiple-blank-lines (t, integer)
 @item gnus-treat-strip-pem (t, last, integer)
-@item gnus-treat-strip-pgp (t, last, integer)
 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
 @item gnus-treat-unsplit-urls (t, integer)
 @item gnus-treat-wash-html (t, integer)
index b0936a7..81a7e9d 100644 (file)
@@ -8106,29 +8106,6 @@ subject.  This can also be a list of regular expressions.
 
 @end table
 
-@item W W p
-@kindex W W p (Summary)
-@findex gnus-article-hide-pgp
-@vindex gnus-article-hide-pgp-hook
-Hide @sc{pgp} signatures (@code{gnus-article-hide-pgp}).  The
-@code{gnus-article-hide-pgp-hook} hook will be run after a @sc{pgp}
-signature has been hidden.  For example, to automatically verify
-articles that have signatures in them do:
-@lisp
-;;; Hide pgp cruft if any.
-
-(setq gnus-treat-strip-pgp t)
-
-;;; After hiding pgp, verify the message;
-;;; only happens if pgp signature is found.
-
-(add-hook 'gnus-article-hide-pgp-hook
-          (lambda ()
-            (save-excursion
-              (set-buffer gnus-original-article-buffer)
-              (mc-verify))))
-@end lisp
-
 @item W W P
 @kindex W W P (Summary)
 @findex gnus-article-hide-pem
@@ -10673,7 +10650,6 @@ possible but those listed are probably sufficient for most people.
 @item gnus-treat-strip-leading-blank-lines (t, integer)
 @item gnus-treat-strip-multiple-blank-lines (t, integer)
 @item gnus-treat-strip-pem (t, last, integer)
-@item gnus-treat-strip-pgp (t, last, integer)
 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
 @item gnus-treat-unsplit-urls (t, integer)
 @item gnus-treat-wash-html (t, integer)
index 32d11be..abb47eb 100644 (file)
         W W b   & Hide {\bf boring} headers.\\
         W W s   & Hide {\bf signature}.\\
         W W l   & Hide {\bf list} identifiers in subject-header.\\
-        W W p   & Hide {\bf PGP}-signatures.\\
         W W P   & Hide {\bf PEM} (privacy enhanced messages).\\
         W W B   & Hide banner specified by group parameter.\\
         W W c   & Hide {\bf citation}.\\