diff options
| author | Miles Bader | 2007-12-28 22:27:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:27:01 +0000 |
| commit | 1bb9cd964636f4eaa02b2f182aeb375cf41b05f2 (patch) | |
| tree | 080e3c4cce95c78dafd36d6be4b759d4589e7929 | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-1bb9cd964636f4eaa02b2f182aeb375cf41b05f2.tar.gz emacs-1bb9cd964636f4eaa02b2f182aeb375cf41b05f2.zip | |
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-draft.el | 3 | ||||
| -rw-r--r-- | man/ChangeLog | 9 | ||||
| -rw-r--r-- | man/gnus.texi | 19 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-12-14 Johan Bockg,Ae(Brd <bojohan@gnu.org> | 6 | 2007-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). |
| 121 | Obeys 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 @@ | |||
| 1 | 2007-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 | |||
| 6 | 2007-12-17 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change) | ||
| 7 | |||
| 8 | * gnus.texi (Score File Editing): Fix function name. | ||
| 9 | |||
| 1 | 2007-12-27 Richard Stallman <rms@gnu.org> | 10 | 2007-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 | ||
| 2719 | The group parameters store information local to a particular group. | 2719 | The group parameters store information local to a particular group. |
| 2720 | |||
| 2721 | Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a | ||
| 2722 | group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c} | ||
| 2723 | presents you with a Customize-like interface. The latter helps avoid | ||
| 2724 | silly Lisp errors.) You might also be interested in reading about topic | ||
| 2725 | parameters (@pxref{Topic Parameters}). | ||
| 2726 | Additionally, you can set group parameters via the | ||
| 2727 | @code{gnus-parameters} variable, see below. | ||
| 2728 | |||
| 2720 | Here's an example group parameter list: | 2729 | Here'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 | ||
| 3086 | Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a | ||
| 3087 | group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c} | ||
| 3088 | presents you with a Customize-like interface. The latter helps avoid | ||
| 3089 | silly Lisp errors.) You might also be interested in reading about topic | ||
| 3090 | parameters (@pxref{Topic Parameters}). | ||
| 3091 | |||
| 3092 | @vindex gnus-parameters | 3095 | @vindex gnus-parameters |
| 3093 | Group parameters can be set via the @code{gnus-parameters} variable too. | 3096 | Group parameters can be set via the @code{gnus-parameters} variable too. |
| 3094 | But some variables, such as @code{visible}, have no effect (For this | 3097 | But 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 |
| 20337 | Save the changes you have made and return to the summary buffer | 20340 | Save 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) |