Mercurial > emacs
changeset 32451:b09ded79f0f9
Removed all external URL references, and changed one, since my
www.emacs.org is not longer being used.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 13 Oct 2000 10:32:23 +0000 |
parents | 99899af1ec94 |
children | 8f4a34146a9d |
files | lisp/ChangeLog lisp/align.el lisp/calendar/timeclock.el lisp/eshell/esh-module.el lisp/eshell/eshell.el lisp/pcomplete.el man/ChangeLog man/eshell.texi |
diffstat | 8 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 13 09:47:34 2000 +0000 +++ b/lisp/ChangeLog Fri Oct 13 10:32:23 2000 +0000 @@ -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.
--- a/lisp/align.el Fri Oct 13 09:47:34 2000 +0000 +++ b/lisp/align.el Fri Oct 13 10:32:23 2000 +0000 @@ -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.
--- a/lisp/calendar/timeclock.el Fri Oct 13 09:47:34 2000 +0000 +++ b/lisp/calendar/timeclock.el Fri Oct 13 10:32:23 2000 +0000 @@ -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.
--- a/lisp/eshell/esh-module.el Fri Oct 13 09:47:34 2000 +0000 +++ b/lisp/eshell/esh-module.el Fri Oct 13 10:32:23 2000 +0000 @@ -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.
--- a/lisp/eshell/eshell.el Fri Oct 13 09:47:34 2000 +0000 +++ b/lisp/eshell/eshell.el Fri Oct 13 10:32:23 2000 +0000 @@ -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.
--- a/lisp/pcomplete.el Fri Oct 13 09:47:34 2000 +0000 +++ b/lisp/pcomplete.el Fri Oct 13 10:32:23 2000 +0000 @@ -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.
--- a/man/ChangeLog Fri Oct 13 09:47:34 2000 +0000 +++ b/man/ChangeLog Fri Oct 13 10:32:23 2000 +0000 @@ -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
--- a/man/eshell.texi Fri Oct 13 09:47:34 2000 +0000 +++ b/man/eshell.texi Fri Oct 13 10:32:23 2000 +0000 @@ -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 @@ 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.