Glenn Morris
|
4936186e9c
|
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-06 04:29:13 +00:00 |
|
Miles Bader
|
59ce725a3b
|
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
|
2008-01-08 20:46:54 +00:00 |
|
Glenn Morris
|
12dc447f2a
|
Add 2008 to copyright years.
|
2008-01-07 02:23:04 +00:00 |
|
Glenn Morris
|
40234eaf65
|
Remove directory part from filenames in function declarations.
|
2007-12-06 04:03:32 +00:00 |
|
Dan Nicolaescu
|
153ef845b8
|
* progmodes/idlw-help.el: Require browse-url unconditionally, it
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.
|
2007-11-20 00:57:10 +00:00 |
|
Stefan Monnier
|
d18ec89f1c
|
* url-parse.el (url): Use defstruct rather than macros. Update all callers.
|
2007-08-31 16:40:05 +00:00 |
|
Glenn Morris
|
8c0ee52a6f
|
Switch license to GPLv3 or later.
|
2007-07-25 04:18:23 +00:00 |
|
Chong Yidong
|
40165674ac
|
(url-mailto): Insert body after mail-header-separator if present, so
that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
|
2007-05-29 15:30:06 +00:00 |
|
Glenn Morris
|
d7a0267c8d
|
Add 2007 to copyright years.
|
2007-01-21 03:53:13 +00:00 |
|
Thien-Thi Nguyen
|
5b0d63bc36
|
Update years in copyright notice; nfc.
|
2006-02-05 23:44:47 +00:00 |
|
Richard M. Stallman
|
49b545fe33
|
(url-mailto): Special case `mail'.
Don't test fboundp of `compose-mail'.
|
2005-09-17 04:58:28 +00:00 |
|
Chong Yidong
|
8ded3f47ef
|
2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto):
Call `compose-mail with `new' argument if possible.
|
2005-09-15 03:54:24 +00:00 |
|
Chong Yidong
|
b0742512e5
|
2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto): Delete mail buffer after sending
autogenerated mail.
|
2005-09-15 03:30:39 +00:00 |
|
Chong Yidong
|
c8359e8fd5
|
2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto): Always use a new mail buffer.
|
2005-09-12 23:02:16 +00:00 |
|
Chong Yidong
|
14bd660e69
|
*** empty log message ***
|
2005-09-02 12:30:51 +00:00 |
|
Chong Yidong
|
6fd388f37c
|
*** empty log message ***
|
2005-09-01 16:38:39 +00:00 |
|
Thien-Thi Nguyen
|
71ddfde5a5
|
Update years in copyright notice; nfc.
|
2005-08-06 15:55:38 +00:00 |
|
Lute Kamstra
|
4fc5845fe8
|
Update FSF's address.
|
2005-07-04 16:49:24 +00:00 |
|
Masatake YAMATO
|
de0234ea3d
|
url-mailto.el (url-mailto): Fix a typo in the comment.
|
2004-11-11 18:03:41 +00:00 |
|
Richard M. Stallman
|
98c51cc53a
|
Don't load cl.
(url-mailto): Fix call to `push'.
|
2004-10-16 14:57:46 +00:00 |
|
Lars Hansen
|
df41da5eda
|
Fix copyright notice.
|
2004-10-10 20:40:21 +00:00 |
|
Stefan Monnier
|
b81c0abbde
|
(url-mailto): Avoid warning.
|
2004-04-12 04:05:07 +00:00 |
|
Miles Bader
|
1f3ddf11e8
|
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
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.
|
2004-04-10 05:55:49 +00:00 |
|
Miles Bader
|
e5566bd545
|
Resolve CVS conflicts
|
2004-04-04 04:44:10 +00:00 |
|
Stefan Monnier
|
8c8b8430b5
|
Initial revision
|
2004-04-04 01:21:46 +00:00 |
|