Update header.
This commit is contained in:
parent
63c80452cc
commit
2a6c7fe5f2
2 changed files with 53 additions and 20 deletions
|
@ -1,3 +1,35 @@
|
|||
2004-10-10 Lars Hansen <larsh@math.ku.dk>
|
||||
|
||||
* url-auth.el: Update header and footer.
|
||||
|
||||
* url-cache.el: Update header and footer.
|
||||
|
||||
* url-cid.el: Update header and footer.
|
||||
|
||||
* url-dired.el: Update header and footer.
|
||||
|
||||
* url-expand.el: Update header and footer.
|
||||
|
||||
* url-ftp.el: Update header and footer.
|
||||
|
||||
* url-gw.el: Update header and footer.
|
||||
|
||||
* url-imap.el: Update header and footer.
|
||||
|
||||
* url-irc.el: Update header and footer.
|
||||
|
||||
* url-misc.el: Update header and footer.
|
||||
|
||||
* url-news.el: Update header and footer.
|
||||
|
||||
* url-ns.el: Update header and footer.
|
||||
|
||||
* url-privacy.el: Update header and footer.
|
||||
|
||||
* url-proxy.el: Update header and footer.
|
||||
|
||||
* url-vars.el: Update header.
|
||||
|
||||
2004-10-16 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* url.el (url-do-setup): Don't set url-passwd-entry-func.
|
||||
|
|
|
@ -1,26 +1,27 @@
|
|||
;;; url-vars.el --- Variables for Uniform Resource Locator tool
|
||||
|
||||
;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
|
||||
;;;
|
||||
;;; This file is part of GNU Emacs.
|
||||
;;;
|
||||
;;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
;;; it under the terms of the GNU General Public License as published by
|
||||
;;; the Free Software Foundation; either version 2, or (at your option)
|
||||
;;; any later version.
|
||||
;;;
|
||||
;;; GNU Emacs is distributed in the hope that it will be useful,
|
||||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
;;; GNU General Public License for more details.
|
||||
;;;
|
||||
;;; You should have received a copy of the GNU General Public License
|
||||
;;; along with GNU Emacs; see the file COPYING. If not, write to the
|
||||
;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
;;; Boston, MA 02111-1307, USA.
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
;; the Free Software Foundation; either version 2, or (at your option)
|
||||
;; any later version.
|
||||
|
||||
;; GNU Emacs is distributed in the hope that it will be useful,
|
||||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
;; GNU General Public License for more details.
|
||||
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
;; Boston, MA 02111-1307, USA.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mm-util)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue