;ELC   
;;; Compiled by aatharuv@cutter-john.mit.edu on Sun Jan  5 18:41:57 2003
;;; from file /afs/sipb.mit.edu/contrib/emacs/packages/url-cvs-20030105-src/lisp/auto-autoloads.el
;;; in Emacs version 21.1.1
;;; with bytecomp version 2.85
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`auto-autoloads.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@1066 Return an authorization string suitable for use in the WWW-Authenticate
header in an HTTP/1.0 request.

URL    is the url you are requesting authorization to.  This can be either a
       string representing the URL, or the parsed representation returned by
       `url-generic-parse-url'
REALM  is the realm at a specific site we are looking for.  This should be a
       string specifying the exact realm, or nil or the symbol 'any' to
       specify that the filename portion of the URL should be used as the
       realm
TYPE   is the type of authentication to be returned.  This is either a string
       representing the type (basic, digest, etc), or nil or the symbol 'any'
       to specify that any authentication is acceptable.  If requesting 'any'
       the strongest matching authentication will be returned.  If this is
       wrong, its no big deal, the error from the server will specify exactly
       what type of auth to use
PROMPT is boolean - specifies whether to ask the user for a username/password
       if one cannot be found in the cache
(autoload 'url-get-authentication "url-auth" '(#$ . 668) nil nil)
#@587 Register an HTTP authentication method.

TYPE     is a string or symbol specifying the name of the method.   This
         should be the same thing you expect to get returned in an Authenticate
         header in HTTP/1.0 - it will be downcased.
FUNCTION is the function to call to get the authorization information.  This
         defaults to `url-?-auth', where ? is TYPE
RATING   a rating between 1 and 10 of the strength of the authentication.
         This is used when asking for the best authentication for a specific
         URL.  The item with the highest rating is returned.
(autoload 'url-register-auth-scheme "url-auth" '(#$ . 1806) nil nil)
#@33 Store buffer BUFF in the cache.
(autoload 'url-store-in-cache "url-cache" '(#$ . 2467) nil nil)
#@38 Return non-nil if the URL is cached.
(autoload 'url-is-cached "url-cache" '(#$ . 2569) nil nil)
#@40 Extract FNAM from the local disk cache
(autoload 'url-cache-extract "url-cache" '(#$ . 2671) nil nil)
#@41 Return t iff a cached file has expired.
(autoload 'url-cache-expired "url-cache" '(#$ . 2779) nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\305\303\211\211%\207" [autoload url-cid "url-cid" nil url-cookie-parse-file "url-cookie" url-cookie-write-file] 6)
#@72 Retrieves all the netscape-style cookies for a specified HOST and PATH
(autoload 'url-cookie-retrieve "url-cookie" '(#$ . 3082) nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-cookie-handle-set-cookie "url-cookie" nil] 6)
#@31 Reset the cookie saver timer.
(autoload 'url-cookie-setup-save-timer "url-cookie" '(#$ . 3328) t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-dav-supported-p "url-dav" nil] 6)
#@219 Return properties for URL, up to DEPTH levels deep.

Returns an assoc list, where the key is the filename (possibly a full
URI), and the value is a standard property list of DAV property
names (ie: DAV:resourcetype).

(autoload 'url-dav-get-properties "url-dav" '(#$ . 3528) nil nil)
#@363 Request a lock on URL.  If EXCLUSIVE is non-nil, get an exclusive lock.
Optional 3rd argument DEPTH says how deep the lock should go, default is 0
(lock only the resource and none of its children).

Returns a cons-cell of (SUCCESSFUL-RESULTS . FAILURE-RESULTS).
SUCCESSFUL-RESULTS is a list of (URL STATUS locktoken).
FAILURE-RESULTS is a list of (URL STATUS).

(autoload 'url-dav-lock-resource "url-dav" '(#$ . 3819) nil nil)
#@50 Return an assoc list of all active locks on URL.
(autoload 'url-dav-active-locks "url-dav" '(#$ . 4252) nil nil)
#@105 Release the lock on URL represented by LOCK-TOKEN.
Returns `t' iff the lock was successfully released.

(autoload 'url-dav-unlock-resource "url-dav" '(#$ . 4372) nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-dav-file-attributes "url-dav" nil] 6)
#@99 Save OBJ as URL using WebDAV.
URL must be a fully qualified URL.
OBJ may be a buffer or a string.
(autoload 'url-dav-save-resource "url-dav" '(#$ . 4644) nil nil)
#@135 Delete the WebDAV collection URL.
If optional second argument RECURSIVE is non-nil, then delete all
files in the collection as well.

(autoload 'url-dav-delete-directory "url-dav" '(#$ . 4814) nil nil)
#@24 Delete file named URL.
(autoload 'url-dav-delete-file "url-dav" '(#$ . 5022) nil nil)
#@410 Return a list of names of files in DIRECTORY.
There are three optional arguments:
If FULL is non-nil, return absolute file names.  Otherwise return names
 that are relative to the specified directory.
If MATCH is non-nil, mention only file names that match the regexp MATCH.
If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
 NOSORT is useful if you plan to sort the result yourself.

(autoload 'url-dav-directory-files "url-dav" '(#$ . 5115) nil nil)
#@51 Return t if URL names an existing DAV collection.
(autoload 'url-dav-file-directory-p "url-dav" '(#$ . 5597) nil nil)
#@59 Create the directory DIR and any nonexistent parent dirs.
(autoload 'url-dav-make-directory "url-dav" '(#$ . 5721) nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-dav-rename-file "url-dav" nil] 6)
#@148 Return a list of all completions of file name FILE in directory DIRECTORY.
These are all file names in directory DIRECTORY which begin with FILE.

(autoload 'url-dav-file-name-all-completions "url-dav" '(#$ . 5943) nil nil)
#@254 Complete file name FILE in directory DIRECTORY.
Returns the longest string
common to all file names in DIRECTORY that start with FILE.
If there is only one and FILE matches it exactly, returns t.
Returns nil if DIR contains no name starting with FILE.

(autoload 'url-dav-file-name-completion "url-dav" '(#$ . 6174) nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-dav-vc-registered "url-dav" nil] 6)
#@29 Handle file: and ftp: URLs.
(autoload 'url-file "url-file" '(#$ . 6598) nil nil)
#@63 Attempt to resolve the given HOST using nslookup if possible.
(autoload 'url-gateway-nslookup-host "url-gw" '(#$ . 6685) t nil)
#@145 Open a stream to HOST, possibly via a gateway.
Args per `open-network-stream'.
Will not make a connexion if `url-gateway-unplugged' is non-nil.
(autoload 'url-open-stream "url-gw" '(#$ . 6820) nil nil)
#@27 Setup file-name handlers.
(autoload 'url-setup-file-name-handlers "url-handlers" '(#$ . 7028) nil nil)
#@487 Copy URL to NEWNAME.  Both args must be strings.
Signals a `file-already-exists' error if file NEWNAME already exists,
unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
A number as third arg means request confirmation if NEWNAME already exists.
This is what happens in interactive use with M-x.
Fourth arg KEEP-TIME non-nil means give the new file the same
last-modified time as the old one.  (This works on only some systems.)
A prefix arg makes KEEP-TIME non-nil.
(autoload 'url-copy-file "url-handlers" '(#$ . 7138) nil nil)
#@125 Copy URL into a temporary file on this machine.
Returns the name of the local copy, or nil, if FILE is directly
accessible.
(autoload 'url-file-local-copy "url-handlers" '(#$ . 7693) nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-insert-file-contents "url-handlers" nil] 6)
#@31 Reset the history list timer.
(autoload 'url-history-setup-save-timer "url-history" '(#$ . 7992) t nil)
#@39 Parse a history file stored in FNAME.
(autoload 'url-history-parse-history "url-history" '(#$ . 8102) nil nil)
#@226 Write the global history file into `url-history-file'.
The type of data written is determined by what is in the file to begin
with.  If the type of storage cannot be determined, then prompt the
user for what type to save as.
(autoload 'url-history-save-history "url-history" '(#$ . 8220) t nil)
#@200 Retrieve URL via HTTP asynchronously.
URL must be a parsed URL.  See `url-generic-parse-url' for details.
When retrieval is completed, the function CALLBACK is executed with
CBARGS as the arguments.
(autoload 'url-http "url-http" '(#$ . 8522) nil nil)
(byte-code "\300\301\302\303\211\211%\210\304\305\301\"\210\300\306\302\303\211\211%\207" [autoload url-http-file-exists-p "url-http" nil defalias url-http-file-readable-p url-http-file-attributes] 6)
#@679 Returns a property list describing options available for URL.
This list is retrieved using the `OPTIONS' HTTP method.

Property list members:

methods
  A list of symbols specifying what HTTP methods the resource
  supports.

dav
  A list of numbers specifying what DAV protocol/schema versions are
  supported.

dasl
  A list of supported DASL search types supported (string form)

ranges
  A list of the units available for use in partial document fetches.

p3p
  The `Platform For Privacy Protection' description for the resource.
  Currently this is just the raw header contents.  This is likely to
  change once P3P is formally supported by the URL package or
  Emacs/W3.

(autoload 'url-http-options "url-http" '(#$ . 8982) nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\310\303%\207" [autoload url-irc "url-irc" nil url-ldap "url-ldap" url-mail "url-mailto" t] 6)
#@32 Handle the mailto: URL syntax.
(autoload 'url-mailto "url-mailto" '(#$ . 9908) nil nil)
#@31 Fetch a Unix manual page URL.
(autoload 'url-man "url-misc" '(#$ . 10002) nil nil)
#@23 Fetch a GNU Info URL.
(autoload 'url-info "url-misc" '(#$ . 10091) nil nil)
(byte-code "\300\301\302\303\211\211%\210\304\305\301\"\210\304\306\301\"\210\304\307\301\"\207" [autoload url-generic-emulator-loader "url-misc" nil defalias url-rlogin url-telnet url-tn3270] 6)
#@30 Fetch a data URL (RFC 2397).
(autoload 'url-data "url-misc" '(#$ . 10369) nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\302\303\211\211%\210\300\305\306\303\211\211%\210\300\307\306\303\211\211%\210\300\310\306\303\211\211%\210\300\311\306\303\211\211%\210\300\312\306\303\211\211%\210\300\313\306\303\211\211%\210\300\314\306\303\211\211%\210\300\315\316\303\211\211%\207" [autoload url-news "url-news" nil url-snews isPlainHostName "url-ns" dnsDomainIs dnsResolve isResolvable isInNet url-ns-prefs url-ns-user-pref url-recreate-url "url-parse"] 6)
#@127 Return a vector of the parts of URL.
Format is:
[proto username password hostname portnumber file reference attributes fullp]
(autoload 'url-generic-parse-url "url-parse" '(#$ . 10939) nil nil)
(autoload 'url-setup-privacy-info "url-privacy" nil t nil)
#@284 *What types of debug messages from the URL library to show.
Debug messages are logged to the *URL-DEBUG* buffer.

If t, all messages will be logged.
If a number, all messages will be logged, as well shown via `message'.
If a list, it is a list of the types of messages to be logged.
(defvar url-debug nil (#$ . -11199))
(byte-code "\300\301\302\303\211\211%\210\300\304\302\303\211\211%\207" [autoload url-debug "url-util" nil url-parse-args] 6)
#@342 Convert HTML markup-start characters to entity references in STRING.
Also replaces the " character, so that the result may be safely used as
  an attribute value in a tag.  Returns a new string with the result of the
  conversion.  Replaces these characters as follows:
    &  ==>  &amp;
    <  ==>  &lt;
    >  ==>  &gt;
    "  ==>  &quot;
(autoload 'url-insert-entities-in-string "url-util" '(#$ . 11652) nil nil)
#@77 Return a 'normalized' version of URL.
Strips out default port numbers, etc.
(autoload 'url-normalize-url "url-util" '(#$ . 12074) nil nil)
#@120 Just like `message', but is a no-op if called more than once a second.
Will not do anything if url-show-status is nil.
(autoload 'url-lazy-message "url-util" '(#$ . 12220) nil nil)
#@68 Return a 'real' date string that most HTTP servers can understand.
(autoload 'url-get-normalized-date "url-util" '(#$ . 12407) nil nil)
#@44 Remove spaces/tabs at the end of a string.
(autoload 'url-eat-trailing-space "url-util" '(#$ . 12549) nil nil)
#@41 Remove spaces at the front of a string.
(autoload 'url-strip-leading-spaces "url-util" '(#$ . 12666) nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\302\303\211\211%\210\300\305\302\303\211\211%\207" [autoload url-pretty-length "url-util" nil url-display-percentage url-percentage] 6)
#@72 Return the base pathname of FILE, or the actual filename if X is true.
(autoload 'url-basepath "url-util" '(#$ . 12968) nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload url-parse-query-string "url-util" nil] 6)
#@218 Remove %XXX embedded spaces, etc in a url.
If optional second argument ALLOW-NEWLINES is non-nil, then allow the
decoding of carriage returns and line feeds in the string, which is normally
forbidden in URL encoding.
(autoload 'url-unhex-string "url-util" '(#$ . 13199) nil nil)
#@32 Escape characters in a string.
(autoload 'url-hexify-string "url-util" '(#$ . 13484) nil nil)
#@140 Return the filename extension of FNAME.
If optional variable X is t,
then return the basename of the file with the extension stripped off.
(autoload 'url-file-extension "url-util" '(#$ . 13585) nil nil)
#@117 Return a shortened version of URL that is WIDTH characters or less wide.
WIDTH defaults to the current frame width.
(autoload 'url-truncate-url-for-viewing "url-util" '(#$ . 13795) nil nil)
#@180 View the current document's URL.
Optional argument NO-SHOW means just return the URL, don't show it in
the minibuffer.

This uses `url-current-object', set locally to the buffer.
(autoload 'url-view-url "url-util" '(#$ . 13992) t nil)
(byte-code "\301B\302\301!\204\f \303\304\305!\207" [current-load-list url-configuration-directory boundp "~/.url" provide url-autoloads] 2)
