mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Update years in copyright notice; nfc.
This commit is contained in:
parent
97beadbd1f
commit
71ddfde5a5
@ -1,6 +1,6 @@
|
||||
;;; url-about.el --- Show internal URLs
|
||||
|
||||
;; Copyright (c) 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-auth.el --- Uniform Resource Locator authorization modules
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-cache.el --- Uniform Resource Locator retrieval tool
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
@ -39,7 +40,7 @@
|
||||
(if (file-exists-p file)
|
||||
(not (file-directory-p file))
|
||||
(file-directory-p (file-name-directory file)))))
|
||||
|
||||
|
||||
(defun url-cache-prepare (file)
|
||||
"Makes it possible to cache data in FILE.
|
||||
Creates any necessary parent directories, deleting any non-directory files
|
||||
@ -70,7 +71,7 @@ FILE can be created or overwritten."
|
||||
(if (url-cache-prepare fname)
|
||||
(let ((coding-system-for-write 'binary))
|
||||
(write-region (point-min) (point-max) fname nil 5)))))))
|
||||
|
||||
|
||||
;;;###autoload
|
||||
(defun url-is-cached (url)
|
||||
"Return non-nil if the URL is cached."
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-cid.el --- Content-ID URL loader
|
||||
|
||||
;; Copyright (c) 1998 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-cookie.el --- Netscape Cookie support
|
||||
|
||||
;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-dav.el --- WebDAV support
|
||||
|
||||
;; Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Perry <wmperry@gnu.org>
|
||||
;; Maintainer: Bill Perry <wmperry@gnu.org>
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-dired.el --- URL Dired minor mode
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, files
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-expand.el --- expand-file-name for URLs
|
||||
|
||||
;; Copyright (c) 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-file.el --- File retrieval code
|
||||
|
||||
;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-ftp.el --- FTP wrapper
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-gw.el --- Gateway munging for URL loading
|
||||
|
||||
;; Copyright (c) 1997, 1998, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Perry <wmperry@gnu.org>
|
||||
;; Keywords: comm, data, processes
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-handlers.el --- file-name-handler stuff for URL loading
|
||||
|
||||
;; Copyright (c) 1996, 1997, 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-history.el --- Global history tracking for URL package
|
||||
|
||||
;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-http.el --- HTTP retrieval routines
|
||||
|
||||
;; Copyright (c) 1999, 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Perry <wmperry@gnu.org>
|
||||
;; Keywords: comm, data, processes
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-https.el --- HTTP over SSL/TLS routines
|
||||
|
||||
;; Copyright (c) 1999, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-imap.el --- IMAP retrieval routines
|
||||
|
||||
;; Copyright (c) 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Josefsson <jas@pdc.kth.se>
|
||||
;; Keywords: comm, data, processes
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-irc.el --- IRC URL interface
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code
|
||||
;; Copyright (c) 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
@ -189,7 +190,7 @@ URL can be a URL string, or a URL vector of the type returned by
|
||||
|
||||
(setq binddn (cdr-safe (or (assoc "bindname" extensions)
|
||||
(assoc "!bindname" extensions))))
|
||||
|
||||
|
||||
;; Now, let's actually do something with it.
|
||||
(setq results (cdr (ldap-search-internal
|
||||
(list 'host (concat host ":" (number-to-string port))
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-mail.el --- Mail Uniform Resource Locator retrieval code
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-methods.el --- Load URL schemes as needed
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-misc.el --- Misc Uniform Resource Locator retrieval code
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-news.el --- News Uniform Resource Locator retrieval code
|
||||
|
||||
;; Copyright (c) 1996 - 1999, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-nfs.el --- NFS URL interface
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-ns.el --- Various netscape-ish functions for proxy definitions
|
||||
|
||||
;; Copyright (c) 1997 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-parse.el --- Uniform Resource Locator parser
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes
|
||||
|
||||
@ -84,7 +85,7 @@
|
||||
|
||||
(defmacro url-set-full (urlobj val)
|
||||
`(aset ,urlobj 8 ,val))
|
||||
|
||||
|
||||
;;;###autoload
|
||||
(defun url-recreate-url (urlobj)
|
||||
"Recreate a URL string from the parsed URLOBJ."
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-privacy.el --- Global history tracking for URL package
|
||||
|
||||
;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; url-proxy.el --- Proxy server support
|
||||
|
||||
;; Copyright (c) 1999 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-util.el --- Miscellaneous helper routines for URL library
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Perry <wmperry@gnu.org>
|
||||
;; Keywords: comm, data, processes
|
||||
|
@ -1,6 +1,7 @@
|
||||
;;; url-vars.el --- Variables for Uniform Resource Locator tool
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
;;; url.el --- Uniform Resource Locator retrieval tool
|
||||
|
||||
;; Copyright (c) 1996, 1997, 1998, 1999, 2001, 2004, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Perry <wmperry@gnu.org>
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
@ -56,7 +56,7 @@
|
||||
(require 'url-parse)
|
||||
(require 'url-util)
|
||||
|
||||
;; Fixme: customize? convert-standard-filename?
|
||||
;; Fixme: customize? convert-standard-filename?
|
||||
;;;###autoload
|
||||
(defvar url-configuration-directory "~/.url")
|
||||
|
||||
@ -71,7 +71,7 @@ Emacs."
|
||||
|
||||
(mailcap-parse-mailcaps)
|
||||
(mailcap-parse-mimetypes)
|
||||
|
||||
|
||||
;; Register all the authentication schemes we can handle
|
||||
(url-register-auth-scheme "basic" nil 4)
|
||||
(url-register-auth-scheme "digest" nil 7)
|
||||
@ -79,11 +79,11 @@ Emacs."
|
||||
(setq url-cookie-file
|
||||
(or url-cookie-file
|
||||
(expand-file-name "cookies" url-configuration-directory)))
|
||||
|
||||
|
||||
(setq url-history-file
|
||||
(or url-history-file
|
||||
(expand-file-name "history" url-configuration-directory)))
|
||||
|
||||
|
||||
;; Parse the global history file if it exists, so that it can be used
|
||||
;; for URL completion, etc.
|
||||
(url-history-parse-history)
|
||||
@ -229,7 +229,7 @@ no further processing). URL is either a string or a parsed URL."
|
||||
(message "Viewing externally")
|
||||
(kill-buffer (current-buffer)))
|
||||
(display-buffer (current-buffer))
|
||||
(add-hook 'kill-buffer-hook
|
||||
(add-hook 'kill-buffer-hook
|
||||
`(lambda () (mm-destroy-parts ',handle))
|
||||
nil
|
||||
t)))))
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; vc-dav.el --- vc.el support for WebDAV
|
||||
|
||||
;; Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Perry <wmperry@gnu.org>
|
||||
;; Maintainer: Bill Perry <wmperry@gnu.org>
|
||||
@ -57,7 +57,7 @@ For a list of possible values, see `vc-state'."
|
||||
;; _WE_ have a lock
|
||||
'edited
|
||||
(cdr (car locks)))))))
|
||||
|
||||
|
||||
(defun vc-dav-checkout-model (url)
|
||||
"Indicate whether URL needs to be \"checked out\" before it can be edited.
|
||||
See `vc-checkout-model' for a list of possible values."
|
||||
|
Loading…
Reference in New Issue
Block a user