Chong Yidong
08299ea7e3
(url-basepath): Add url-basepath as an alias for url-file-directory.
2008-11-04 17:11:58 +00:00
Chong Yidong
92066e8365
* url-util.el (url-basepath): Add url-basepath as an alias for
...
url-file-directory.
2008-11-04 17:11:52 +00:00
Juanma Barranquero
091b0137bf
Fix braino in previous change.
2008-10-24 09:44:46 +00:00
Juanma Barranquero
d6c180c46b
New function `locate-user-emacs-file'.
...
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
* url.el (url-configuration-directory): Use `locate-user-emacs-file'.
* NEWS: New function `locate-user-emacs-file'.
2008-10-24 09:39:27 +00:00
Chong Yidong
ab8dad365f
(url-basic-auth): Encode password string.
2008-10-20 16:06:03 +00:00
Chong Yidong
3b4df55029
* url-auth.el (url-basic-auth): Encode password string.
2008-10-20 16:05:53 +00:00
Juanma Barranquero
183080b610
Fix typos.
2008-10-01 09:12:37 +00:00
Glenn Morris
4968291f3f
Comment.
2008-09-25 07:41:32 +00:00
Juanma Barranquero
10d1d0af5f
Fix typos.
2008-09-24 01:16:16 +00:00
Glenn Morris
b7270504e4
Comment.
2008-08-30 20:07:58 +00:00
Glenn Morris
e77e9cf409
(url-https-expand-file-name): Resolve directly to url-default-expander
...
rather than via another alias.
(url-default-expander): Autoload an autoload. (Bug#825).
2008-08-30 02:22:47 +00:00
Juanma Barranquero
ba60bd44c7
Fix typos.
2008-07-18 15:42:14 +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
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
04bf5b655a
American English spelling fix.
2008-06-27 02:14:52 +00:00
Dan Nicolaescu
0b5c42251a
* vc-dav.el: Move here from url/vc-dav.el.
...
* Makefile.in (ELCFILES): Update vc-dav.el location.
* vc-dav.el: Move to the parent directory to be together with the
rest of the VC backends.
2008-06-22 14:57:42 +00:00
Glenn Morris
8705576eab
(auth-source-user-or-password): Remove unnecessary eval-and-compile.
2008-06-07 02:34:01 +00:00
Stefan Monnier
a118b59bed
(url-file-name-completion): Add missing argument.
2008-05-30 01:36:29 +00:00
Teodor Zlatanov
97d1c23634
Add autoload cookie for
...
`auth-source-user-or-password'.
(url-basic-auth, url-digest-auth): Use it with any realm,
overriding the user name and password before the prompt.
2008-05-12 12:39:46 +00:00
Glenn Morris
4936186e9c
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 04:29:13 +00:00
Juanma Barranquero
c385aa1a13
(url-load-hook): Fix typo in docstring.
2008-04-28 16:27:17 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Magnus Henoch
84f089d3fb
(url-http-chunked-encoding-after-change-function):
...
Remove superfluous CRLF at end of file. (bug #42 )
2008-03-09 20:16:12 +00:00
Andreas Schwab
26d72be862
Require cl when compiling.
2008-03-02 17:24:18 +00:00
Teodor Zlatanov
d626f888d2
(url-get-normalized-date): Simplify
...
to use `format-time-string'. Always generate date in UTC, but
call it GMT for full compatibility with the RFCs.
2008-02-28 17:41:40 +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
Magnus Henoch
b72ef56499
Require cl when compiling, for setf.
2008-02-04 06:40:29 +00:00
John Wiegley
e652840bf7
2008-01-29 John Wiegley <johnw@newartisans.com>
...
* url-auth.el (url-digest-auth): If the 'opaque' argument is not
being used, don't add it to the response text. Also, changed an
if so that the interaction between the PROMPT and OVERWRITE
arguments can no longer result in the user being queried twice for
the same login and password information.
2008-01-29 03:52:05 +00:00
Stefan Monnier
66991ff0a0
(url-generic-parse-url): Fix docstring.
2008-01-26 19:46:17 +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
Juanma Barranquero
2941ce4bcf
*** empty log message ***
2008-01-07 16:39:40 +00:00
Juanma Barranquero
2a5be7dc2b
*** empty log message ***
2008-01-07 11:41:11 +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
812498713a
(url-make-private-file): New function.
2007-12-11 05:50:37 +00:00
Glenn Morris
57f44ca44a
(url-history-save-history): Use url-make-private-file and with-temp-buffer.
2007-12-11 05:50:11 +00:00
Glenn Morris
e6ed493502
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
2007-12-11 05:49:53 +00:00
Glenn Morris
9824ded5dd
(url-history-save-history): Use url-make-private-file and with-temp-buffer.
2007-12-11 05:49:36 +00:00
Glenn Morris
4e44324af2
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
2007-12-11 05:49:10 +00:00
Glenn Morris
8703ea5358
(url-make-private-file): New function.
2007-12-11 05:48:40 +00:00
Glenn Morris
4577244fc9
(url-configuration-directory): Make it a defcustom.
2007-12-11 05:48:25 +00:00
Glenn Morris
40234eaf65
Remove directory part from filenames in function declarations.
2007-12-06 04:03:32 +00:00
Glenn Morris
e05b1e72be
(top-level): Don't require cl when compiling.
...
(url-imap): Use signal rather than check-type.
2007-12-02 18:05:57 +00:00
Glenn Morris
d87fefad37
(top-level): Don't require cl when compiling.
...
(url-history-setup-save-timer, url-history-save-history):
Use condition-case rather than ignore-errors.
2007-12-02 18:05:36 +00:00
Glenn Morris
ed7cf49acf
Don't require cl when compiling.
2007-12-02 18:05:26 +00:00
Glenn Morris
3d54861a68
(url-dav-delete-directory): Fix message typo.
2007-12-02 18:01:10 +00:00
Glenn Morris
1a39318ad3
*** empty log message ***
2007-12-02 04:09:52 +00:00