Changes committed gnus/lisp (ChangeLog gnus-draft.el)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-draft.el Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 272-273) - Update from CVS 2007-12-18 Reiner Steib <[email protected]> * lisp/gnus-draft.el (gnus-draft-send-message): Mention process/prefix convention in doc string. 2007-12-18 Reiner Steib <[email protected]> * texi/gnus.texi (Group Parameters): Reorder the text and add a note about `gnus-parameters' near the beginning of the node. Revision: [email protected]/gnus--devo--0--patch-435 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1721 gnus/lisp/ChangeLog:7.1722 --- ChangeLog:7.1721 Fri Dec 28 20:37:11 2007 +++ ChangeLog Fri Dec 28 23:28:04 2007 @@ -47,6 +47,11 @@ * encrypt.el: Clarify documentation. Load password-cache or password, whichever one is found first, instead of autoloading. +2007-12-18 Reiner Steib <[email protected]> + + * gnus-draft.el (gnus-draft-send-message): Mention process/prefix + convention in doc string. + 2007-12-17 Katsumi Yamaoka <[email protected]> * gnus-art.el (gnus-article-browse-html-parts): Add message header and Index: gnus-draft.el diff -u gnus/lisp/gnus-draft.el:7.17 gnus/lisp/gnus-draft.el:7.18 --- gnus-draft.el:7.17 Thu Oct 4 20:51:27 2007 +++ gnus-draft.el Fri Dec 28 23:28:04 2007 @@ -119,7 +119,8 @@ 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))