Chong Yidong
|
120812a0ba
|
* url-handlers.el (url-copy-file): Add fifth arg for compatibility
with 2005-06-25 change to copy-file (Bug#4410).
|
2009-09-13 21:21:40 +00:00 |
|
Stefan Monnier
|
d696b0d53f
|
(url-file-handler): Save match data.
|
2009-03-27 15:58:16 +00:00 |
|
Glenn Morris
|
ae940284fa
|
Add 2009 to copyright years.
|
2009-01-05 03:18:22 +00:00 |
|
Juanma Barranquero
|
d1ce47b068
|
Typo and docstring fixes.
* url.el (url-do-setup):
* url-dired.el (url-dired-minor-mode):
* url-file.el (url-file-find-possibly-compressed-file):
* url-gw.el (url-gateway-broken-resolution):
* url-handlers.el (url-handler-regexp):
* url-imap.el (url-imap-default-port):
* url-methods.el (url-scheme-get-property): Fix typos in docstrings.
* url-auth.el (url-basic-auth-storage, url-digest-auth):
Fix typos in docstrings.
(url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings.
* url-cache.el (url-cache-prepare): Doc fix.
(url-cache-create-filename-human-readable, url-cache-extract):
Fix typos in docstrings.
* url-dav.el (url-intersection, url-dav-iso8601-regexp)
(url-dav-delete-something): Fix typos in docstrings.
(url-dav-http-success-p, url-dav-file-name-all-completions)
(url-dav-directory-files, url-dav-file-name-completion): Doc fixes.
* url-http.el (url-http-idle-sentinel): Doc fix.
* url-irc.el (url-irc-default-port): Fix typo in docstring.
(url-irc-function): Doc fix.
* url-util.el (url-get-url-filename-chars, url-unhex-string):
Fix typos in docstrings.
(url-file-extension): Doc fix.
* url-vars.el (url-current-object, url-current-mime-headers)
(url-privacy-level, url-mail-command, url-mime-language-string):
Fix typos in docstrings.
(url-honor-refresh-requests): Reflow docstring.
(url-using-proxy): Doc fix.
|
2008-07-02 11:14:38 +00:00 |
|
Stefan Monnier
|
a118b59bed
|
(url-file-name-completion): Add missing argument.
|
2008-05-30 01:36:29 +00:00 |
|
Glenn Morris
|
4936186e9c
|
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-06 04:29:13 +00:00 |
|
Michael Albinus
|
a9f31e3df9
|
* url-handlers.el (file-remote-p): Add handler.
(url-handler-file-remote-p): New fun.
|
2008-02-06 20:34:23 +00:00 |
|
Stefan Monnier
|
791fe18237
|
(url-handler-unhandled-file-name-directory):
Handle `file' URLs specially. Return nil for non-local filenames.
|
2008-02-06 14:43:05 +00:00 |
|
Miles Bader
|
1bad168e59
|
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
|
2008-01-22 23:53:46 +00:00 |
|
Stefan Monnier
|
ce4059eea0
|
(unhandled-file-name-directory): Add handler.
(url-handler-unhandled-file-name-directory): New fun.
|
2008-01-21 17:16:52 +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 |
|
Michael Albinus
|
80e4b01d33
|
* url-handlers.el (url-file-handler): Autoload.
|
2008-01-07 06:52:19 +00:00 |
|
Glenn Morris
|
12dc447f2a
|
Add 2008 to copyright years.
|
2008-01-07 02:23:04 +00:00 |
|
Glenn Morris
|
ed7cf49acf
|
Don't require cl when compiling.
|
2007-12-02 18:05:26 +00:00 |
|
Glenn Morris
|
29c7eba8a1
|
(top-level): Always require url-parse, not just when compiling.
|
2007-12-01 22:04:57 +00:00 |
|
Glenn Morris
|
8c0ee52a6f
|
Switch license to GPLv3 or later.
|
2007-07-25 04:18:23 +00:00 |
|
Glenn Morris
|
d7a0267c8d
|
Add 2007 to copyright years.
|
2007-01-21 03:53:13 +00:00 |
|
Stefan Monnier
|
d0f891a742
|
(url-file-local-copy): Tell url-copy-file that the dest file will already exist.
|
2006-08-25 20:44:49 +00:00 |
|
Stefan Monnier
|
89a1fe7748
|
(url-insert): New function.
(url-insert-file-contents): Use it.
|
2006-04-26 20:37:58 +00:00 |
|
Stefan Monnier
|
bdba217b30
|
(url-handler-directory-file-name): New handler.
(url-file-local-copy): Plug race condition security hole.
|
2006-03-29 08:00:09 +00:00 |
|
Stefan Monnier
|
55262b16df
|
(url-retrieve-synchronously): Don't autoload.
|
2006-01-02 05:25:13 +00:00 |
|
Stefan Monnier
|
77f05e24e8
|
(url-insert-file-contents): Use the charset info
provided by the HTTP server, if any.
|
2005-11-16 19:05:38 +00:00 |
|
Eli Zaretskii
|
cc38a29416
|
Remove XEmacs conditionals.
|
2005-10-20 14:17:14 +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 |
|
Stefan Monnier
|
f1b587064a
|
(vc-registered): Explicitly disable VC for URL files.
|
2005-06-10 21:14:10 +00:00 |
|
Lute Kamstra
|
4ee48a9bfc
|
(url-handler-mode): Specify :group.
|
2005-04-04 09:38:43 +00:00 |
|
Stefan Monnier
|
5007cdc96d
|
Don't `require' everything eagerly.
|
2004-12-11 22:06:00 +00:00 |
|
Lars Hansen
|
df41da5eda
|
Fix copyright notice.
|
2004-10-10 20:40:21 +00:00 |
|
Stefan Monnier
|
ccd59305b4
|
(url-insert-file-contents): Use the URL to decide the
encoding, not the buffer-file-name (which might not even exist).
|
2004-10-06 15:56:41 +00:00 |
|
Stefan Monnier
|
d4fdad607e
|
(url-insert-file-contents): Decode contents.
|
2004-09-20 21:27:10 +00:00 |
|
Stefan Monnier
|
c7389b5db8
|
Use new find-file-hook.
(url-file-attributes): Add id-format parameter.
|
2004-04-16 22:00:40 +00:00 |
|
Stefan Monnier
|
f1300fba1c
|
(url-handler-mode): New minor mode.
(url-setup-file-name-handlers): Remove.
|
2004-04-12 20:43:39 +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 |
|