Synch with Oort Gnus.
authoryamaoka <yamaoka>
Fri, 29 Mar 2002 12:14:16 +0000 (12:14 +0000)
committeryamaoka <yamaoka>
Fri, 29 Mar 2002 12:14:16 +0000 (12:14 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index dc3d5e3..ad23074 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-sum.el (gnus-summary-move-article)
+       (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
+       the doc string.
+
 2002-03-28  Simon Josefsson  <jas@extundo.com>
 
        * mml-sec.el (mml-secure-message): Search after
index 295fa92..5bdbc5f 100644 (file)
@@ -8471,6 +8471,10 @@ If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
 re-spool using this method.
 
+When called interactively with TO-NEWSGROUP being nil, the value of
+the variable `gnus-move-split-methods' is used for finding a default
+for the target newsgroup.
+
 For this function to work, both the current newsgroup and the
 newsgroup that you want to move to have to support the `request-move'
 and `request-accept' functions.
@@ -8708,6 +8712,9 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
   "Move the current article to a different newsgroup.
 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
+When called interactively, if TO-NEWSGROUP is nil, use the value of
+the variable `gnus-move-split-methods' for finding a default target
+newsgroup.
 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
 re-spool using this method."
   (interactive "P")