summaryrefslogtreecommitdiff
path: root/lisp/url/url-mailto.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-8/+6
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
| |
* | * progmodes/idlw-help.el: Require browse-url unconditionally, itDan Nicolaescu2007-11-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is available by default. (idlwave-help-browse-url-available): Change default to t. * emulation/edt.el (defgroup, defcustom): Remove definition. (eval-when-compile): Remove. (c-mark-function): * textmodes/reftex-dcr.el (bibtex-beginning-of-entry): * textmodes/fill.el (comment-search-forward) (comment-string-strip): * progmodes/prolog.el (comint-mode, comint-send-string) (comint-send-region, comint-send-eof): * progmodes/dcl-mode.el (imenu-default-create-index-function): * emulation/viper-util.el (viper-forward-Word): * emulation/vi.el (c-mark-function): * emulation/edt-vt100.el (vt100-wide-mode): * emacs-lisp/timer.el (diary-entry-time): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): Declare as functions. * url-privacy.el (url-device-type): Define unconditionally.
* | * url-parse.el (url): Use defstruct rather than macros. Update all callers.Stefan Monnier2007-08-311-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (url-mailto): Insert body after mail-header-separator if present, soChong Yidong2007-05-291-1/+3
| | | | that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* (url-mailto): Special case `mail'.Richard M. Stallman2005-09-171-5/+5
| | | | Don't test fboundp of `compose-mail'.
* 2005-09-15 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-151-1/+5
| | | | | * url-mailto.el (url-mailto): Call `compose-mail with `new' argument if possible.
* 2005-09-15 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-151-6/+8
| | | | | * url-mailto.el (url-mailto): Delete mail buffer after sending autogenerated mail.
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-121-1/+1
| | | | * url-mailto.el (url-mailto): Always use a new mail buffer.
* *** empty log message ***Chong Yidong2005-09-021-1/+1
|
* *** empty log message ***Chong Yidong2005-09-011-5/+12
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* url-mailto.el (url-mailto): Fix a typo in the comment.Masatake YAMATO2004-11-111-1/+1
|
* Don't load cl.Richard M. Stallman2004-10-161-2/+1
| | | | (url-mailto): Fix call to `push'.
* Fix copyright notice.Lars Hansen2004-10-101-1/+0
|
* (url-mailto): Avoid warning.Stefan Monnier2004-04-121-23/+27
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-3/+0
| | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
* Resolve CVS conflictsMiles Bader2004-04-041-3/+5
|
* Initial revisionStefan Monnier2004-04-041-0/+129