Using saved parent location: http://bzr.savannah.gnu.org/r/emacs/trunk/ Now on revision 99548. ------------------------------------------------------------ revno: 99548 committer: Glenn Morris branch nick: trunk timestamp: Tue 2010-02-23 19:12:54 -0800 message: Doc fixes. * message.el (message-smtpmail-send-it) (message-send-mail-with-mailclient): Doc fixes. diff: === modified file 'lisp/gnus/ChangeLog' --- lisp/gnus/ChangeLog 2010-02-16 02:48:08 +0000 +++ lisp/gnus/ChangeLog 2010-02-24 03:12:54 +0000 @@ -1,3 +1,8 @@ +2010-02-24 Glenn Morris + + * message.el (message-smtpmail-send-it) + (message-send-mail-with-mailclient): Doc fixes. + 2010-02-16 Glenn Morris * message.el (message-default-mail-headers): Change the default value === modified file 'lisp/gnus/message.el' --- lisp/gnus/message.el 2010-02-16 02:48:08 +0000 +++ lisp/gnus/message.el 2010-02-24 03:12:54 +0000 @@ -4684,17 +4684,17 @@ (defun message-smtpmail-send-it () "Send the prepared message buffer with `smtpmail-send-it'. -This only differs from `smtpmail-send-it' that this command evaluates -`message-send-mail-hook' just before sending a message. It is useful -if your ISP requires the POP-before-SMTP authentication. See the Gnus -manual for details." +The only difference from `smtpmail-send-it' is that this command +evaluates `message-send-mail-hook' just before sending a message. +It is useful if your ISP requires the POP-before-SMTP +authentication. See the Gnus manual for details." (run-hooks 'message-send-mail-hook) (smtpmail-send-it)) (defun message-send-mail-with-mailclient () "Send the prepared message buffer with `mailclient-send-it'. -This only differs from `smtpmail-send-it' that this command evaluates -`message-send-mail-hook' just before sending a message." +The only difference from `mailclient-send-it' is that this +command evaluates `message-send-mail-hook' just before sending a message." (run-hooks 'message-send-mail-hook) (mailclient-send-it)) ------------------------------------------------------------ revno: 99547 committer: Glenn Morris branch nick: trunk timestamp: Mon 2010-02-22 20:38:16 -0800 message: * TODO: Replace reference to CVS with explicit version number. diff: === modified file 'lisp/nxml/TODO' --- lisp/nxml/TODO 2007-11-23 06:58:00 +0000 +++ lisp/nxml/TODO 2010-02-23 04:38:16 +0000 @@ -450,7 +450,7 @@ ** Investigate performance on large files all on one line. -* CVS emacs issues +* Issues for Emacs versions >= 22 ** Take advantage of UTF-8 CJK support.