# HG changeset patch # User Gerd Moellmann # Date 959119440 0 # Node ID 9147871ea54d3259069a6a95ee94e6dfee52a18f # Parent 36006315504cc1d87b7e41a50d3831dfda408bf6 *** empty log message *** diff -r 36006315504c -r 9147871ea54d lisp/ChangeLog --- a/lisp/ChangeLog Tue May 23 22:03:27 2000 +0000 +++ b/lisp/ChangeLog Tue May 23 22:04:00 2000 +0000 @@ -1,5 +1,9 @@ 2000-05-23 Gerd Moellmann + * startup.el (command-line): Determine source file of compiled + user init file differently. Warn if compiled user init file + is older than its source file. + * ffap.el (ffap-url-regexp): Add `https'. 2000-05-23 Eli Zaretskii diff -r 36006315504c -r 9147871ea54d lispref/elisp.texi --- a/lispref/elisp.texi Tue May 23 22:03:27 2000 +0000 +++ b/lispref/elisp.texi Tue May 23 22:04:00 2000 +0000 @@ -37,10 +37,10 @@ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the -Invariant Sections being Copying and GNU Free Documentation License, the -Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts -being (a) (see below). A copy of the license is included in the section -entitled ``GNU Free Documentation License''. +Invariant Sections being ``Copying'', with the Front-Cover texts being +``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy +of the license is included in the section entitled ``GNU Free +Documentation License''. (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free @@ -52,7 +52,7 @@ @subtitle For Emacs Version 21 @c The edition number appears in several places in this file @c and also in the file intro.texi. -@subtitle Revision 2.6, September 1999 +@subtitle Revision 2.6, May 2000 @author by Bil Lewis, Dan LaLiberte, Richard Stallman @author and the GNU Manual Group @@ -64,7 +64,7 @@ @sp 2 Edition 2.6 @* Revised for Emacs Version 21.1,@* -September 1999.@* +May 2000.@* @sp 2 ISBN 1-882114-73-6 @@ -76,10 +76,10 @@ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the -Invariant Sections being Copying and GNU Free Documentation License, the -Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts -being (a) (see below). A copy of the license is included in the section -entitled ``GNU Free Documentation License''. +Invariant Sections being ``Copying'', with the Front-Cover texts being +``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy +of the license is included in the section entitled ``GNU Free +Documentation License''. (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free diff -r 36006315504c -r 9147871ea54d src/ChangeLog Binary file src/ChangeLog has changed