From 7c0419c6465e90c90b89da4ed9c18327d0e191e1 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 27 Feb 2001 09:55:26 +0000 Subject: [PATCH] Update. --- ChangeLog | 19 +++++++++++++++++++ texi/gnus-ja.texi | 12 ++++++------ texi/gnus.texi | 10 +++++----- 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57ba43e..6eab742 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ 2001-02-27 Katsumi Yamaoka + * lisp/gnus.el: Add autoloads for + `gnus-summary-digest-post-forward' and + `gnus-summary-digest-mail-forward'. + + * lisp/gnus-sum.el (gnus-summary-post-menu): Replace + `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward' + with `gnus-summary-digest-post-forward' and + `gnus-summary-digest-mail-forward'. + + * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and + repair the command `gnus-summary-post-digest' and rename it. + (gnus-summary-digest-mail-forward): Ditto. + (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and + `gnus-uu-digest-post-forward' with + `gnus-summary-digest-post-forward' and + `gnus-summary-digest-mail-forward'. + +2001-02-27 Katsumi Yamaoka + * lisp/gnus-sum.el (gnus-summary-show-article): Bind `gnus-inhibit-treatment' to t while fetching the raw article. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 2c98492..0c7e6a2 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -4660,10 +4660,10 @@ gnus はそのメールを取得して、それのヘッダーの精密調査ができるように画面 @item S O m @kindex S O m (概略) -@findex gnus-uu-digest-mail-forward +@findex gnus-summary-digest-mail-forward 現在の一連の記事 (@pxref{Decoding Articles}) の要約を作り、メールでその -結果を送ります (@code{gnus-uu-digest-mail-forward})。この命令はプロセ -ス/接頭引数の習慣に従います (@pxref{Process/Prefix})。 +結果を送ります (@code{gnus-summary-digest-mail-forward})。この命令はプロ +セス/接頭引数の習慣に従います (@pxref{Process/Prefix})。 @item S M-c @kindex S M-c (概略) @@ -4743,12 +4743,12 @@ gnus はそのメールを取得して、それのヘッダーの精密調査ができるように画面 @item S O p @kindex S O p (概略) -@findex gnus-uu-digest-summary-post-forward +@findex gnus-summary-digest-post-forward @cindex digests @cindex making digests 現在の一連の記事を要約して、その結果をニュースグループに送りま -す (@code{gnus-uu-digest-mail-forward})。この命令はプロセス/接頭引数の習 -慣を用います。 +す (@code{gnus-summary-digest-post-forward})。この命令はプロセス/接頭引 +数の習慣を用います。 @item S u @kindex S u (概略) diff --git a/texi/gnus.texi b/texi/gnus.texi index be90976..6cfb663 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -4684,10 +4684,10 @@ This command understands the process/prefix convention @item S O m @kindex S O m (Summary) -@findex gnus-uu-digest-mail-forward +@findex gnus-summary-digest-mail-forward Digest the current series (@pxref{Decoding Articles}) and forward the -result using mail (@code{gnus-uu-digest-mail-forward}). This command -uses the process/prefix convention (@pxref{Process/Prefix}). +result using mail (@code{gnus-summary-digest-mail-forward}). This +command uses the process/prefix convention (@pxref{Process/Prefix}). @item S M-c @kindex S M-c (Summary) @@ -4767,11 +4767,11 @@ headers of the forwarded article. @item S O p @kindex S O p (Summary) -@findex gnus-uu-digest-post-forward +@findex gnus-summary-digest-post-forward @cindex digests @cindex making digests Digest the current series and forward the result to a newsgroup -(@code{gnus-uu-digest-mail-forward}). This command uses the +(@code{gnus-summary-digest-post-forward}). This command uses the process/prefix convention. @item S u -- 1.7.10.4