]> code.delx.au - gnu-emacs/commit
Add to sendmail.el a new command mail-add-attachment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2011 08:26:12 +0000 (11:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Sep 2011 08:26:12 +0000 (11:26 +0300)
commitc3760c17bd1d2b81a05c50c1b1f7236fc34adb33
tree59d4cbf2e1871f98696e94655855643023b78c6d
parentfece895eff459a78403e5d92d5c960b54ee6bc4c
parent46c3b5e12bf78578d02e6581d87f9c72fc073ce0
Add to sendmail.el a new command mail-add-attachment.

 etc/NEWS: Document the new command and the alias for mail-insert-file.
 lisp/mail/sendmail.el (mml-to-mime, mml-attach-file)
 (mm-default-file-encoding): Remove autoload forms, they are
 replaced with autoload cookies in mml.el and mm-encode.el.
 (mail-add-attachment): New command.
 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
 (mail-mode): Mention mail-insert-file and mail-add-attachment in
 the doc string.
 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
 lisp/gnus/mm-encode.el (mm-default-file-encoding): Add autoload cookie.
 lisp/gnus/mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
 doc/emacs/sending.texi (Mail Misc): Document mail-add-attachment.
doc/emacs/ChangeLog
doc/emacs/sending.texi
etc/NEWS
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/mm-encode.el
lisp/gnus/mml.el
lisp/mail/sendmail.el