Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Fri, 28 Dec 2007 22:28:04 +0000 (22:28 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 28 Dec 2007 22:28:04 +0000 (22:28 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 272-273)

   - Update from CVS

2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-draft.el (gnus-draft-send-message): Mention process/prefix
   convention in doc string.

2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * texi/gnus.texi (Group Parameters): Reorder the text and add a note about
   `gnus-parameters' near the beginning of the node.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-435

lisp/ChangeLog
lisp/gnus-draft.el
texi/ChangeLog
texi/gnus.texi

index 7858733..543231d 100644 (file)
        * encrypt.el: Clarify documentation.  Load password-cache or
        password, whichever one is found first, instead of autoloading.
 
+2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
+       convention in doc string.
+
 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-browse-html-parts): Add message header and
index 344f9c0..6873c3d 100644 (file)
      message-send-actions)))
 
 (defun gnus-draft-send-message (&optional n)
-  "Send the current draft."
+  "Send the current draft(s).
+Obeys the standard process/prefix convention."
   (interactive "P")
   (let* ((articles (gnus-summary-work-articles n))
         (total (length articles))
index 864fa5c..0f19462 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Group Parameters): Reorder the text and add a note about
+       `gnus-parameters' near the beginning of the node.
+
 2007-12-17  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
 
        * gnus.texi (Score File Editing): Fix function name.
index 5f10122..9bd4e50 100644 (file)
@@ -2741,6 +2741,15 @@ newsgroups.
 @cindex group parameters
 
 The group parameters store information local to a particular group.
+
+Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
+group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
+presents you with a Customize-like interface.  The latter helps avoid
+silly Lisp errors.)  You might also be interested in reading about topic
+parameters (@pxref{Topic Parameters}).
+Additionally, you can set group parameters via the
+@code{gnus-parameters} variable, see below.
+
 Here's an example group parameter list:
 
 @example
@@ -3130,12 +3139,6 @@ expired.
 
 @end table
 
-Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
-group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
-presents you with a Customize-like interface.  The latter helps avoid
-silly Lisp errors.)  You might also be interested in reading about topic
-parameters (@pxref{Topic Parameters}).
-
 @vindex gnus-parameters
 Group parameters can be set via the @code{gnus-parameters} variable too.
 But some variables, such as @code{visible}, have no effect (For this