diff options
author | John Wiegley <johnw@newartisans.com> | 2000-10-13 10:32:23 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2000-10-13 10:32:23 +0000 |
commit | d7103dda28a1a5069b5095ed155a0ef74c6ef742 (patch) | |
tree | 6f55a7c62c80e4482be25f6e971cf7eaec1e7995 | |
parent | 572a0c97d9c62d4c972f05f751a569c8ef3c5204 (diff) | |
download | emacs-d7103dda28a1a5069b5095ed155a0ef74c6ef742.tar.gz |
Removed all external URL references, and changed one, since my
www.emacs.org is not longer being used.
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/align.el | 1 | ||||
-rw-r--r-- | lisp/calendar/timeclock.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-module.el | 1 | ||||
-rw-r--r-- | lisp/eshell/eshell.el | 1 | ||||
-rw-r--r-- | lisp/pcomplete.el | 1 | ||||
-rw-r--r-- | man/ChangeLog | 3 | ||||
-rw-r--r-- | man/eshell.texi | 4 |
8 files changed, 8 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c9bb5eef74..28d1ea12d26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-10-13 John Wiegley <johnw@gnu.org> + * align.el, pcomplete.el, calendar/timeclock.el, + eshell/esh-module.el, eshell/eshell.el: Removed URL reference. + * calendar/timeclock.el (timeclock-find-discrep): A fix to same faulty math, where holiday hours were being computing as seconds. diff --git a/lisp/align.el b/lisp/align.el index 4a3b098ec2b..7c8ad919baa 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -4,7 +4,6 @@ ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: convenience languages lisp -;; X-URL: http://www.emacs.org/~johnw/emacs.html ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index f82d93fef23..265406d2e5f 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -6,7 +6,6 @@ ;; Created: 25 Mar 1999 ;; Version: 2.2 ;; Keywords: calendar data -;; X-URL: http://www.emacs.org/~johnw/emacs.html ;; This file is part of GNU Emacs. diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index edc4cab050d..3eab199201e 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -4,7 +4,6 @@ ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes -;; X-URL: http://www.emacs.org/~johnw/eshell.html ;; This file is part of GNU Emacs. diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 54c588725eb..19701c03f70 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el @@ -4,7 +4,6 @@ ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes -;; X-URL: http://www.emacs.org/~johnw/eshell.html ;; This file is part of GNU Emacs. diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 218bc670f49..61dfe7dd251 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -4,7 +4,6 @@ ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes -;; X-URL: http://www.emacs.org/~johnw/emacs.html ;; This file is part of GNU Emacs. diff --git a/man/ChangeLog b/man/ChangeLog index 37d3fd7011e..ae2d6102d51 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,5 +1,8 @@ 2000-10-13 John Wiegley <johnw@gnu.org> + * eshell.texi (Installation): Changed URL reference for where to + download Eshell from. + * Makefile.in: Added build targets for eshell.texi. * eshell.texi: New file. Note that this file is only just diff --git a/man/eshell.texi b/man/eshell.texi index 6492e1e9417..614ae32610c 100644 --- a/man/eshell.texi +++ b/man/eshell.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@c "@(#)$Name: $:$Id: $" +@c "@(#)$Name: $:$Id: eshell.texi,v 1.1 2000/10/13 09:47:34 johnw Exp $" @c Documentation for Eshell: The Emacs Shell. @c Copyright (C) 1999-2000 Free Software Foundation, Inc. @@ -231,7 +231,7 @@ there would be no new releases of Eshell. As mentioned above, Eshell comes preinstalled since Emacs 21. If you're using Emacs 20.4 or later, or XEmacs 21, you can download the most recent version of Eshell from -@url{http://www.emacs.org/~johnw/Emacs/eshell.tar.gz}. +@url{http://www.gci-net.com/users/j/johnw/Emacs/eshell.tar.gz}. If you are using Emacs 21, please skip this section. |