diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/elisp.texi | 20 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
3 files changed, 27 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5abac5d116b..98a2422f252 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-05-23 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * startup.el (command-line): Determine source file of compiled | ||
| 4 | user init file differently. Warn if compiled user init file | ||
| 5 | is older than its source file. | ||
| 6 | |||
| 3 | * ffap.el (ffap-url-regexp): Add `https'. | 7 | * ffap.el (ffap-url-regexp): Add `https'. |
| 4 | 8 | ||
| 5 | 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index c3fcec67213..df6e33f2396 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -37,10 +37,10 @@ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 | |||
| 37 | Permission is granted to copy, distribute and/or modify this document | 37 | Permission is granted to copy, distribute and/or modify this document |
| 38 | under the terms of the GNU Free Documentation License, Version 1.1 or | 38 | under the terms of the GNU Free Documentation License, Version 1.1 or |
| 39 | any later version published by the Free Software Foundation; with the | 39 | any later version published by the Free Software Foundation; with the |
| 40 | Invariant Sections being Copying and GNU Free Documentation License, the | 40 | Invariant Sections being ``Copying'', with the Front-Cover texts being |
| 41 | Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts | 41 | ``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy |
| 42 | being (a) (see below). A copy of the license is included in the section | 42 | of the license is included in the section entitled ``GNU Free |
| 43 | entitled ``GNU Free Documentation License''. | 43 | Documentation License''. |
| 44 | 44 | ||
| 45 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify | 45 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify |
| 46 | this GNU Manual, like GNU software. Copies published by the Free | 46 | this GNU Manual, like GNU software. Copies published by the Free |
| @@ -52,7 +52,7 @@ Software Foundation raise funds for GNU development.'' | |||
| 52 | @subtitle For Emacs Version 21 | 52 | @subtitle For Emacs Version 21 |
| 53 | @c The edition number appears in several places in this file | 53 | @c The edition number appears in several places in this file |
| 54 | @c and also in the file intro.texi. | 54 | @c and also in the file intro.texi. |
| 55 | @subtitle Revision 2.6, September 1999 | 55 | @subtitle Revision 2.6, May 2000 |
| 56 | 56 | ||
| 57 | @author by Bil Lewis, Dan LaLiberte, Richard Stallman | 57 | @author by Bil Lewis, Dan LaLiberte, Richard Stallman |
| 58 | @author and the GNU Manual Group | 58 | @author and the GNU Manual Group |
| @@ -64,7 +64,7 @@ Free Software Foundation, Inc. | |||
| 64 | @sp 2 | 64 | @sp 2 |
| 65 | Edition 2.6 @* | 65 | Edition 2.6 @* |
| 66 | Revised for Emacs Version 21.1,@* | 66 | Revised for Emacs Version 21.1,@* |
| 67 | September 1999.@* | 67 | May 2000.@* |
| 68 | @sp 2 | 68 | @sp 2 |
| 69 | ISBN 1-882114-73-6 | 69 | ISBN 1-882114-73-6 |
| 70 | 70 | ||
| @@ -76,10 +76,10 @@ Boston, MA 02111-1307 USA | |||
| 76 | Permission is granted to copy, distribute and/or modify this document | 76 | Permission is granted to copy, distribute and/or modify this document |
| 77 | under the terms of the GNU Free Documentation License, Version 1.1 or | 77 | under the terms of the GNU Free Documentation License, Version 1.1 or |
| 78 | any later version published by the Free Software Foundation; with the | 78 | any later version published by the Free Software Foundation; with the |
| 79 | Invariant Sections being Copying and GNU Free Documentation License, the | 79 | Invariant Sections being ``Copying'', with the Front-Cover texts being |
| 80 | Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts | 80 | ``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy |
| 81 | being (a) (see below). A copy of the license is included in the section | 81 | of the license is included in the section entitled ``GNU Free |
| 82 | entitled ``GNU Free Documentation License''. | 82 | Documentation License''. |
| 83 | 83 | ||
| 84 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify | 84 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify |
| 85 | this GNU Manual, like GNU software. Copies published by the Free | 85 | this GNU Manual, like GNU software. Copies published by the Free |
diff --git a/src/ChangeLog b/src/ChangeLog index fceb7ab65ae..54f960092fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-05-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (Fload): Add a comment about the meaning of | ||
| 4 | Vuser_init_file being t. | ||
| 5 | |||
| 6 | * puresize.h (BASE_PURESIZE): Increase to 675000. | ||
| 7 | |||
| 8 | * s/gnu-linux.h (setpgrp): Don't define it here because this | ||
| 9 | prevents compilation on GNU/Linux systems with glib 2.2. | ||
| 10 | |||
| 11 | * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define | ||
| 12 | as setpgid. | ||
| 13 | |||
| 1 | 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> | 14 | 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 15 | ||
| 3 | * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc, | 16 | * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc, |