aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-draft.el3
-rw-r--r--man/ChangeLog9
-rw-r--r--man/gnus.texi19
4 files changed, 27 insertions, 9 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 83449d6f005..0e6fc13939d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4 convention in doc string.
5
12007-12-14 Johan Bockg,Ae(Brd <bojohan@gnu.org> 62007-12-14 Johan Bockg,Ae(Brd <bojohan@gnu.org>
2 7
3 * gnus-sum.el (gnus-summary-mark-unread-as-read) 8 * gnus-sum.el (gnus-summary-mark-unread-as-read)
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el
index 287d71844af..49b1343af8c 100644
--- a/lisp/gnus/gnus-draft.el
+++ b/lisp/gnus/gnus-draft.el
@@ -117,7 +117,8 @@
117 message-send-actions))) 117 message-send-actions)))
118 118
119(defun gnus-draft-send-message (&optional n) 119(defun gnus-draft-send-message (&optional n)
120 "Send the current draft." 120 "Send the current draft(s).
121Obeys the standard process/prefix convention."
121 (interactive "P") 122 (interactive "P")
122 (let* ((articles (gnus-summary-work-articles n)) 123 (let* ((articles (gnus-summary-work-articles n))
123 (total (length articles)) 124 (total (length articles))
diff --git a/man/ChangeLog b/man/ChangeLog
index d66d7ac7793..6159a91c8fa 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Group Parameters): Reorder the text and add a note about
4 `gnus-parameters' near the beginning of the node.
5
62007-12-17 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7
8 * gnus.texi (Score File Editing): Fix function name.
9
12007-12-27 Richard Stallman <rms@gnu.org> 102007-12-27 Richard Stallman <rms@gnu.org>
2 11
3 * text.texi (Formatted Text): Improve menu tag. 12 * text.texi (Formatted Text): Improve menu tag.
diff --git a/man/gnus.texi b/man/gnus.texi
index 5ced5e29a99..747421959cb 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -2717,6 +2717,15 @@ newsgroups.
2717@cindex group parameters 2717@cindex group parameters
2718 2718
2719The group parameters store information local to a particular group. 2719The group parameters store information local to a particular group.
2720
2721Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2722group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2723presents you with a Customize-like interface. The latter helps avoid
2724silly Lisp errors.) You might also be interested in reading about topic
2725parameters (@pxref{Topic Parameters}).
2726Additionally, you can set group parameters via the
2727@code{gnus-parameters} variable, see below.
2728
2720Here's an example group parameter list: 2729Here's an example group parameter list:
2721 2730
2722@example 2731@example
@@ -3083,12 +3092,6 @@ expired.
3083 3092
3084@end table 3093@end table
3085 3094
3086Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3087group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3088presents you with a Customize-like interface. The latter helps avoid
3089silly Lisp errors.) You might also be interested in reading about topic
3090parameters (@pxref{Topic Parameters}).
3091
3092@vindex gnus-parameters 3095@vindex gnus-parameters
3093Group parameters can be set via the @code{gnus-parameters} variable too. 3096Group parameters can be set via the @code{gnus-parameters} variable too.
3094But some variables, such as @code{visible}, have no effect (For this 3097But some variables, such as @code{visible}, have no effect (For this
@@ -20333,9 +20336,9 @@ additional commands:
20333 20336
20334@item C-c C-c 20337@item C-c C-c
20335@kindex C-c C-c (Score) 20338@kindex C-c C-c (Score)
20336@findex gnus-score-edit-done 20339@findex gnus-score-edit-exit
20337Save the changes you have made and return to the summary buffer 20340Save the changes you have made and return to the summary buffer
20338(@code{gnus-score-edit-done}). 20341(@code{gnus-score-edit-exit}).
20339 20342
20340@item C-c C-d 20343@item C-c C-d
20341@kindex C-c C-d (Score) 20344@kindex C-c C-d (Score)