]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Fri, 28 Dec 2007 22:27:01 +0000 (22:27 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 28 Dec 2007 22:27:01 +0000 (22:27 +0000)
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172

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

index 83449d6f00584716caa329c7c063ec2b0baa7280..0e6fc13939d293facd8650db4eeb45eb14ce26ea 100644 (file)
@@ -1,3 +1,8 @@
+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-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
 
        * gnus-sum.el (gnus-summary-mark-unread-as-read)
index 287d71844af516ad1d3be3aba118ef0874200523..49b1343af8c4dc42d8211551c93de09ad97734c6 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 d66d7ac779379a12d6381b9c98ff7a14bd7ed983..6159a91c8fae5b47fcd58c075998280b49532a09 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2007-12-27  Richard Stallman  <rms@gnu.org>
 
        * text.texi (Formatted Text): Improve menu tag.
index 5ced5e29a99efa0fa4c9944ea5f414f8d6de3d03..747421959cb60e98de7ec8bdfafa72f887678311 100644 (file)
@@ -2717,6 +2717,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
@@ -3083,12 +3092,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
@@ -20333,9 +20336,9 @@ additional commands:
 
 @item C-c C-c
 @kindex C-c C-c (Score)
-@findex gnus-score-edit-done
+@findex gnus-score-edit-exit
 Save the changes you have made and return to the summary buffer
-(@code{gnus-score-edit-done}).
+(@code{gnus-score-edit-exit}).
 
 @item C-c C-d
 @kindex C-c C-d (Score)