aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispref/elisp.texi20
-rw-r--r--src/ChangeLog13
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 @@
12000-05-23 Gerd Moellmann <gerd@gnu.org> 12000-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
52000-05-23 Eli Zaretskii <eliz@is.elta.co.il> 92000-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
37Permission is granted to copy, distribute and/or modify this document 37Permission is granted to copy, distribute and/or modify this document
38under the terms of the GNU Free Documentation License, Version 1.1 or 38under the terms of the GNU Free Documentation License, Version 1.1 or
39any later version published by the Free Software Foundation; with the 39any later version published by the Free Software Foundation; with the
40Invariant Sections being Copying and GNU Free Documentation License, the 40Invariant Sections being ``Copying'', with the Front-Cover texts being
41Front-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
42being (a) (see below). A copy of the license is included in the section 42of the license is included in the section entitled ``GNU Free
43entitled ``GNU Free Documentation License''. 43Documentation 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
46this GNU Manual, like GNU software. Copies published by the Free 46this 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
65Edition 2.6 @* 65Edition 2.6 @*
66Revised for Emacs Version 21.1,@* 66Revised for Emacs Version 21.1,@*
67September 1999.@* 67May 2000.@*
68@sp 2 68@sp 2
69ISBN 1-882114-73-6 69ISBN 1-882114-73-6
70 70
@@ -76,10 +76,10 @@ Boston, MA 02111-1307 USA
76Permission is granted to copy, distribute and/or modify this document 76Permission is granted to copy, distribute and/or modify this document
77under the terms of the GNU Free Documentation License, Version 1.1 or 77under the terms of the GNU Free Documentation License, Version 1.1 or
78any later version published by the Free Software Foundation; with the 78any later version published by the Free Software Foundation; with the
79Invariant Sections being Copying and GNU Free Documentation License, the 79Invariant Sections being ``Copying'', with the Front-Cover texts being
80Front-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
81being (a) (see below). A copy of the license is included in the section 81of the license is included in the section entitled ``GNU Free
82entitled ``GNU Free Documentation License''. 82Documentation 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
85this GNU Manual, like GNU software. Copies published by the Free 85this 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 @@
12000-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
12000-05-23 Eli Zaretskii <eliz@is.elta.co.il> 142000-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,