aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hansen2004-10-19 21:37:32 +0000
committerLars Hansen2004-10-19 21:37:32 +0000
commit2a6c7fe5f2a078d5fa958f335f72eac8af6f7393 (patch)
tree42ed6cccbb2fcb238f36dfb86fa63d7b52bf7535
parent63c80452cc73c5c5c40f6e4143d1cc864d0ba9b3 (diff)
downloademacs-2a6c7fe5f2a078d5fa958f335f72eac8af6f7393.tar.gz
emacs-2a6c7fe5f2a078d5fa958f335f72eac8af6f7393.zip
Update header.
-rw-r--r--lisp/url/ChangeLog32
-rw-r--r--lisp/url/url-vars.el41
2 files changed, 53 insertions, 20 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 87f818cd70d..dc84b2f8dd6 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,35 @@
12004-10-10 Lars Hansen <larsh@math.ku.dk>
2
3 * url-auth.el: Update header and footer.
4
5 * url-cache.el: Update header and footer.
6
7 * url-cid.el: Update header and footer.
8
9 * url-dired.el: Update header and footer.
10
11 * url-expand.el: Update header and footer.
12
13 * url-ftp.el: Update header and footer.
14
15 * url-gw.el: Update header and footer.
16
17 * url-imap.el: Update header and footer.
18
19 * url-irc.el: Update header and footer.
20
21 * url-misc.el: Update header and footer.
22
23 * url-news.el: Update header and footer.
24
25 * url-ns.el: Update header and footer.
26
27 * url-privacy.el: Update header and footer.
28
29 * url-proxy.el: Update header and footer.
30
31 * url-vars.el: Update header.
32
12004-10-16 Richard M. Stallman <rms@gnu.org> 332004-10-16 Richard M. Stallman <rms@gnu.org>
2 34
3 * url.el (url-do-setup): Don't set url-passwd-entry-func. 35 * url.el (url-do-setup): Don't set url-passwd-entry-func.
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 97a9b8dc252..e4073db4271 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -1,26 +1,27 @@
1;;; url-vars.el --- Variables for Uniform Resource Locator tool 1;;; url-vars.el --- Variables for Uniform Resource Locator tool
2
3;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
4
2;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
3 6
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7;; This file is part of GNU Emacs.
5;;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc. 8
6;;; 9;; GNU Emacs is free software; you can redistribute it and/or modify
7;;; This file is part of GNU Emacs. 10;; it under the terms of the GNU General Public License as published by
8;;; 11;; the Free Software Foundation; either version 2, or (at your option)
9;;; GNU Emacs is free software; you can redistribute it and/or modify 12;; any later version.
10;;; it under the terms of the GNU General Public License as published by 13
11;;; the Free Software Foundation; either version 2, or (at your option) 14;; GNU Emacs is distributed in the hope that it will be useful,
12;;; any later version. 15;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13;;; 16;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14;;; GNU Emacs is distributed in the hope that it will be useful, 17;; GNU General Public License for more details.
15;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18
16;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19;; You should have received a copy of the GNU General Public License
17;;; GNU General Public License for more details. 20;; along with GNU Emacs; see the file COPYING. If not, write to the
18;;; 21;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19;;; You should have received a copy of the GNU General Public License 22;; Boston, MA 02111-1307, USA.
20;;; along with GNU Emacs; see the file COPYING. If not, write to the 23
21;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24;;; Code:
22;;; Boston, MA 02111-1307, USA.
23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
24 25
25(require 'mm-util) 26(require 'mm-util)
26 27