Add a command for the yenc function.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 3 Dec 2007 18:05:36 +0000 (18:05 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 3 Dec 2007 18:05:36 +0000 (18:05 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
texi/ChangeLog
texi/gnus.texi

index db36533..a98a501 100644 (file)
@@ -6,6 +6,9 @@
 
 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
+       function. 
+
        * gnus-uu.el (gnus-uu-decode-yenc): New command.
        (gnus-uu-yenc-article): New function.
 
index bc5ed9f..1660cc6 100644 (file)
@@ -2193,6 +2193,7 @@ increase the score of each group you read."
   "O" gnus-uu-decode-save
   "b" gnus-uu-decode-binhex
   "B" gnus-uu-decode-binhex
+  "Y" gnus-uu-decode-yenc
   "p" gnus-uu-decode-postscript
   "P" gnus-uu-decode-postscript-and-save)
 
index e51ec84..392824b 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Other Files): Add the yenc command.
+
 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
index c6ad7fc..b4ee8f9 100644 (file)
@@ -8175,6 +8175,11 @@ Save the current series
 @findex gnus-uu-decode-binhex
 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
 doesn't really work yet.
+
+@item X Y
+@kindex X Y (Summary)
+@findex gnus-uu-decode-yenc
+yEnc-decode the current series and save it (@code{gnus-uu-decode-yenc}).
 @end table