(Finsert_file_contents) [DOS_NT]: Use the macro CODING_ID_EOL_TYPE..
[bpt/emacs.git] / ChangeLog
CommitLineData
90ed648a
DL
12003-09-29 Dave Love <fx@gnu.org>
2
3 * configure.in: Merge from HEAD.
4
c855f2ca
RS
52003-07-29 Richard M. Stallman <rms@gnu.org>
6
7 * configure.in (HAVE_XIM): Define if XIM is available.
8
32b0a3c6
JB
92003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
10
11 * configure.in: The function gtk_window_set_icon_from_file was
12 introduced in GTK+ 2.2, so check for that release.
13
2eaa00ba
AS
142003-07-23 Andreas Schwab <schwab@suse.de>
15
16 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
17
18 * Makefile.in (YACC): Remove, not used.
19 (MAINT): Don't set.
20 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
21 disable dependency on ${srcdir}/configure.in when maintainer mode
22 is disabled.
23
f57bd967
DL
242003-07-22 Dave Love <fx@gnu.org>
25
26 * configure.in: Make XRegisterIMInstantiateCallback test depend on
27 HAVE_X11, not with_xim.
28 (HAVE_CRTIN): Provide template.
29 <with_png>: Test for png.h and libpng/png.h.
30
da894f7d
AS
312003-07-15 Andreas Schwab <schwab@suse.de>
32
33 * configure.in: Temporarily leave quoting for AC_DEFINE.
34
ec03b83e
SM
352003-07-13 Stefan Monnier <monnier@cs.yale.edu>
36
37 * configure.in: Check for posix_memalign.
38
800bebe3
RS
392003-07-12 Richard M. Stallman <rms@gnu.org>
40
41 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
42
42f81f64
KS
432003-07-09 Kim F. Storm <storm@cua.dk>
44
45 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
46 functionality of --without-xim.
47
d320e9f3
DL
482003-06-29 Dave Love <fx@gnu.org>
49
50 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
51
cffcede7
JD
522003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
53
54 * configure: Regenerate.
55
7bea57c9
DL
562003-06-23 Dave Love <fx@gnu.org>
57
ec03b83e
SM
58 * configure.in: Check for sys/_mbstate_t.h.
59 Test XRegisterIMInstantiateCallback prototype.
7bea57c9
DL
60 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
61
eb3b52fa
DL
622003-06-06 Dave Love <fx@gnu.org>
63
64 * configure.in: Check for locale.h.
65
f16205ca
DL
662003-06-05 Dave Love <fx@gnu.org>
67
ec03b83e
SM
68 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
69 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
f16205ca 70 (NLIST_STRUCT): Don't define.
eb3b52fa 71 (AH_BOTTOM): Define my_strftime.
f16205ca 72
efd60266
JB
732003-06-02 Richard M. Stallman <rms@gnu.org>
74
75 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
76
016bd3c0
AS
772003-05-24 Andreas Schwab <schwab@suse.de>
78
79 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
80 bzero, and bcmp.
81
7933722a
DL
822003-05-22 Dave Love <fx@gnu.org>
83
ec03b83e 84 * configure.in: Remove redundant test for term.h. Test for difftime.
7933722a 85
463f55ee
DL
862003-05-20 Dave Love <fx@gnu.org>
87
88 * configure.in: Append * to s390-*-linux-gnu case.
89 (LIBMAIL) <lockfile>: Don't define.
90
912003-04-30 Richard M. Stallman <rms@gnu.org>
92
93 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
94
952003-04-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
96
97 * configure.in: Undo last (RMS') change, as it is useless, per
98 Dave Love.
99
1002003-04-08 Richard M. Stallman <rms@gnu.org>
101
102 * configure.in: Put #include of jpeglib.h at start of line.
103
6740b4d6
KG
1042003-04-30 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
105
106 * INSTALL (* GNU/Linux development packages): Mention Debian and
107 RedHat package names.
108
ed3c3314
RS
1092003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
110
111 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
112
5b31a763
KG
1132003-04-30 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
114
115 * INSTALL (* GNU/Linux development packages): Tell people to
116 install additional packages for compiling Emacs.
117
18fe6f45
FP
1182003-04-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
119
120 * configure.in: Use the same configuration for all aix5, not just
121 aix5.1.
122
77fb5d1a
FP
1232003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
124
125 * configure.in: Check for need for bigtoc support on IBM AIX for
126 solving a linker table overflow problem.
127
710ee5a9
RB
1282003-03-03 Rob Browning <rlb@defaultvalue.org>
129
efd60266
JB
130 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
131 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
710ee5a9
RB
132 over bzero, bcmp, and bcopy.
133
16f6f948
SJ
1342003-02-23 Simon Josefsson <jas@extundo.com>
135
136 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
137
92a8ce63
JB
1382003-02-21 Klaus Zeitler <kzeitler@lucent.com>
139
140 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
141
47774164
KH
1422003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
143
144 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
145
0dfd93c0
AS
1462003-02-08 Andreas Schwab <schwab@suse.de>
147
148 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
149 instead of the substitution.
150
c60ee5e7
JB
1512003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
152
153 * Makefile.in: Use @EXEEXT@ for Cygwin.
154 Use USERNAME if LOGNAME is not set (for Cygwin).
155
156 * configure.in:
157 * configure: Add opsys=cygwin.
158
88373452
KS
1592003-01-29 Kim F. Storm <storm@cua.dk>
160
161 * AUTHORS: Regenerated using new format (after fixing numerous
162 formatting errors in the ChangeLog files).
163
12bf22e0
AS
1642003-01-22 Andreas Schwab <schwab@suse.de>
165
166 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
167 redefining it explicitly in src/config.in.
168
ffdf4f26
MR
1692003-01-22 Markus Rost <rost@math.ohio-state.edu>
170
171 * Makefile.in (bootstrap): Make bootstrap-after.
172
940344d4 1732003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
cd890796
JD
174
175 * configure.in: Fix --with-gtk.
176
940344d4 1772003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
488dd4c4
JD
178
179 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
180
181 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
182
e833850f
FP
1832003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
184
ec03b83e 185 * configure.in (m68k-motorola-sysv): Remove (obsolete).
e833850f 186
52cd7d02
ST
1872003-01-07 Steven Tamm <steventamm@mac.com>
188
189 * configure.in: New option, --enable-carbon-app, to specify
190 that the application should be installed
191 * Makefile.in (install-arch-dep): On Mac OS X, install the
192 Emacs.app application if carbon-app is enabled
193
fb02aff2
DL
1942003-01-06 Dave Love <fx@gnu.org>
195
196 * configure.in: Check for nl_langinfo.
197 [!HAVE_SIZE_T]: Fix typedef.
198
1d08c2fe
DK
1992003-01-06 David Kastrup <dak@gnu.org>
200
ec03b83e 201 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9e71690e 202
1d08c2fe
DK
203 * configure.in: Add tests for install-info
204
72c5c58f
MR
2052002-12-09 Markus Rost <rost@math.ohio-state.edu>
206
207 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
208 use again sol2-6 instead of sol2-8.
209
a4ac5b17
DL
2102002-12-09 Dave Love <fx@gnu.org>
211
fb02aff2 212 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
a4ac5b17 213
4824556f
AS
2142002-12-08 Andreas Schwab <schwab@suse.de>
215
216 * Makefile.in (install-arch-indep): Revert last change.
217
6b2fd6ea
DL
2182002-11-27 Dave Love <fx@gnu.org>
219
220 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
ec03b83e
SM
221 Check for __sys_siglist too. Check for memset.
222 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6b2fd6ea 223
8c95f450
JB
2242002-11-22 Juanma Barranquero <lektu@terra.es>
225
226 * config.guess, config.sub: Updated from master source.
227
39f7b5f7
KF
2282002-11-19 Karl Fogel <kfogel@red-bean.com>
229
230 * autogen.sh: New file.
231
d824beee
DL
2322002-11-15 Dave Love <fx@gnu.org>
233
ec03b83e
SM
234 * configure.in: Tidy up various quoting issues throughout.
235 Use AC_GNU_SOURCE.
d824beee
DL
236 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
237 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
238 Maybe define bcopy, bzero, bcmp.
ec03b83e 239 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
d824beee
DL
240 non-existent machine file).
241 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
242 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
0d6f3768 243 (nlist.h): Move test up.
d824beee 244
72c5c58f 2452002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 246
72c5c58f 247 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8704a6ab 248
816753a7
FP
2492002-11-14 Francesco Potorti` <pot@gnu.org>
250
251 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
252
98b4e102
JB
2532002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
254
255 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
256
6bae0ccf
DL
2572002-11-08 Dave Love <fx@gnu.org>
258
ec03b83e 259 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6bae0ccf
DL
260 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
261
ab4f69f2
MB
2622002-11-07 Miles Bader <miles@gnu.org>
263
ec03b83e
SM
264 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
265 Handle separate-build-dir case.
ab4f69f2 266
318db6cb
RS
2672002-11-06 Richard M. Stallman <rms@gnu.org>
268
269 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
270 bulletproof. $bar may be empty when there are no .elc files.
271
2baf1bfa
DL
2722002-10-30 Dave Love <fx@gnu.org>
273
274 * configure.in: Require autoconf 2.53. Test for pty.h,
275 sys/mman.h, sys/param.h, mremap, memmove.
ec03b83e
SM
276 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
277 (AC_PROG_YACC): Delete.
2baf1bfa
DL
278 (size_t): Use AC_CHECK_TYPES.
279 (AH_TOP): Up-date copyright.
280
a6cadf53
JB
2812002-10-01 Juanma Barranquero <lektu@terra.es>
282
283 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
284
9811b1cf
RS
2852002-09-19 Richard M. Stallman <rms@gnu.org>
286
287 * configure.in: Fix the LessTif-directory-finder for real.
288
ef7fb3bb
RS
2892002-09-14 Richard M. Stallman <rms@gnu.org>
290
291 * Makefile.in (maybe_bootstrap): Test for complete absence
292 of compiled Lisp files.
293
b3cd6965
SM
2942002-09-11 Stefan Monnier <monnier@cs.yale.edu>
295
296 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
297 (bootstrap-clean-after): Delete.
298 (bootstrap): Make the sequencing explicit.
299
3e6be279
RS
3002002-09-10 Richard M. Stallman <rms@gnu.org>
301
302 * configure.in: Fix previous LessTif change.
303
50332dc1
RS
3042002-09-09 Richard M. Stallman <rms@gnu.org>
305
306 * configure.in (powerpcle-*-solaris2.5*): New configuration.
307 (powerpcle-*-solaris*): Use version 2.6 as default.
308 (*-sunos5.6*, *-solaris2.6*): New alternative.
309 (*-sunos5*): Use version 2.6 as default.
310
463f5630 3112002-09-06 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8bb4cb85
KG
312
313 * configure.in: Fix typo.
314
22eaea41
RS
3152002-09-05 Richard M. Stallman <rms@gnu.org>
316
317 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
318
b3cd6965 319 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
22eaea41
RS
320 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
321
6bc85c3b
KS
3222002-08-26 Kim F. Storm <storm@cua.dk>
323
324 * Makefile.in (install-arch-indep): Do not remove DOC file
325 when it is the only DOC file installed; this is the case when
326 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
327
dc16594b
MR
3282002-07-24 Markus Rost <rost@math.ohio-state.edu>
329
330 * configure.in: Fix typo.
331
2a0c903c
RS
3322002-07-24 Richard M. Stallman <rms@gnu.org>
333
334 * configure.in: Don't print anything special about gamedir.
335
3ea1bfb2 336 * configure.in: Delete nonstandard --with-game-user option.
b3cd6965 337
a8bbe549
RS
3382002-07-21 Richard M. Stallman <rms@gnu.org>
339
340 * Makefile.in (gamedir, localstatedir): New variables.
341 (epaths-force): Insert value of gamedir into PATH_GAME.
342
343 * configure.in (gamedir): Handle it like lispdir.
ec03b83e 344 (--with-game-dir option): Delete.
a8bbe549 345
463f5630 3462002-06-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
29c3cbf0
PJ
347
348 * configure.in: Add support for mipseb-*-netbsd* machines.
349
463f5630 3502002-06-18 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b3ae255b
KG
351
352 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
353
463f5630 3542002-06-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
d591a834
KG
355
356 * info/dir (File): Add an entry for Tramp.
357
e0156c8d
EZ
3582002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * INSTALL-CVS: New file.
361
3fa4ac47
AS
3622002-06-07 Andreas Schwab <schwab@suse.de>
363
364 * configure.in (x86_64-*-linux-gnu*): New system.
365
86bbfe77
EZ
3662002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
367
368 * config.bat: Handle the case when lispintro is truncated to lispintr.
369
2570d28c
PE
3702002-05-26 Paul Eggert <eggert@twinsun.com>
371
372 * config.guess, config.sub: Updated from master source.
373
a1d8dc87
RS
3742002-05-09 Richard M. Stallman <rms@gnu.org>
375
376 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
377
463f5630 3782002-05-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9a40c2fb
PJ
379
380 * make-dist: Do not distribute lock/ directory.
381
e3ba1015
AC
3822002-04-30 Andrew Choi <akochoi@shaw.ca>
383
384 * configure.in: Provide documentation string when defining
385 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
386 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
387
5167cfda
CW
3882002-04-28 Colin Walters <walters@verbum.org>
389
b3cd6965 390 * configure.in: Delete configure check for access to the game user.
5167cfda 391
463f5630 3922002-04-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2912f349
PJ
393
394 * make-dist: lwlib/Imakefile is removed.
395
e0f712ba
AC
3962002-04-26 Andrew Choi <akochoi@shaw.ca>
397
398 * configure.in: Add support for powerpc-apple-darwin*.
399 (HAVE_CARBON): Add.
400
b3cd6965 401 * make-dist: Create directories in mac/Emacs.app.
e0f712ba 402
463f5630 4032002-04-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
90077f66
PJ
404
405 * make-dist: lwlib-Xol* are removed.
406
8fba10fc
AS
4072002-04-23 Andreas Schwab <schwab@suse.de>
408
409 * Makefile.in (MAINT): New variable.
410 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
411 instead of configure.in, to avoid running autoconf and autoheader
412 unless explicitly requested.
413
852eef40
EZ
4142002-04-16 Eli Zaretskii <eliz@gnu.org>
415
416 * config.bat: Update for msdos/sed2v2.inp.
417
6817198a
AS
4182002-04-15 Andreas Schwab <schwab@suse.de>
419
b3cd6965 420 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6817198a
AS
421 * configure.in: Add config header templates to all AC_DEFINE and
422 AC_DEFINE_UNQUOTED symbols.
423 * make-dist: Run autoheader if necessary.
424
b9b966e0
CW
4252002-04-10 Colin Walters <walters@verbum.org>
426
427 * configure.in: Add --game-dir, --game-user. Test to see if we
428 can use them.
429
463f5630 4302002-04-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3d9830e5
PJ
431
432 * configure.in: Add --with-sound.
433
10ce34dc
KS
4342002-03-18 Kim F. Storm <storm@cua.dk>
435
436 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
437 and getsockname functions. Test for sys/un.h include file.
438
1ef1ef96
EZ
4392002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * configure.in: Support AIX 5.1.
442
940344d4 4432002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
444
445 * configure.in: Added test for X Session Management (HAVE_X_SM).
446
16e79fec
RS
4472002-03-03 Richard M. Stallman <rms@gnu.org>
448
449 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
450 Run chown $${LOGNAME} on files installed by tar xvf.
451
6a22cdf4
KS
4522002-03-03 Kim F. Storm <storm@cua.dk>
453
454 * configure.in: Test for getpeername.
455
4d766b59
RS
4562002-03-01 Richard M. Stallman <rms@gnu.org>
457
458 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
459 (HAVE_GIF): Don't use old libungif versions that crash.
460
4fff8c79
RS
4612002-02-26 Richard M. Stallman <rms@gnu.org>
462
463 * configure.in <making srcdir absolute>: Verify that PWD is correct,
464 not just well-formed and valid.
465 (mips-compaq-nonstopux*): New configuration.
b3cd6965 466
e5389a0b
PE
4672002-02-18 Paul Eggert <eggert@twinsun.com>
468
469 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
470 "sed q" is a portable equivalent to plain "head -1".
471
db54c53a
RS
4722002-02-13 Richard M. Stallman <rms@gnu.org>
473
474 * Makefile.in (maybe_bootstrap): Do `exit 1'.
475 (all): Don't depend on maybe_bootstrap here.
476 (${SUBDIR}): Depend on it here instead.
477
b735b2ab
RS
4782002-02-08 Richard M. Stallman <rms@gnu.org>
479
480 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
481
d8359893
EZ
4822002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
483
484 * configure.in: Recognize BSD/OS 5.0.
485
f3b812da
EZ
4862002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
487
488 * make-dist: Make version checking in emacs.texi consistent with
489 how we set it there.
490
f48a30d7
KS
4912001-12-29 Kim F. Storm <storm@cua.dk>
492
493 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
494
07025a55
RS
4952001-12-28 Richard M. Stallman <rms@gnu.org>
496
497 * configure.in: Test for mbsinit.
498
b0a21bf9
EZ
4992001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
500
501 These changes make Leim part of the standard distribution:
502
503 * README: Add info about the `leim' directory
504
505 * INSTALL: Remove text that describes Leim as a separate package.
506
507 * noleim-Makefile.in: File removed.
508
509 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
510 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
511 Leim files out of the Emacs tree. Don't prepare a separate tarball
512 for Leim.
5a60d1da 513
61e3b944
RS
5142001-12-11 Richard M. Stallman <rms@gnu.org>
515
516 * configure.in (hppa*-*-linux-gnu*): New alternative.
517
463f5630 5182001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
03f9f7ae
PJ
519
520 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
521 creating distribution.
522
d6a70204
PE
5232001-12-06 Paul Eggert <eggert@twinsun.com>
524
525 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
526 (AC_FUNC_VFORK): Remove.
527 (AC_FUNC_FORK): Add.
528 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
529 this is required by recent Autoconf versions.
530
463f5630 5312001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4a3cf58d
PJ
532
533 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
534 TODO, vms-pp.trans and others).
535
463f5630 5362001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0142178a
PJ
537
538 * make-dist: Use COPYING from the top-level directory.
539
1096bcc0
GM
5402001-11-29 Gerd Moellmann <gerd@gnu.org>
541
542 * configure.in: Add support for FreeBSD/Alpha.
543
463f5630 5442001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
b1356234 545
dd536f94
PJ
546 * make-dist: Add COPYING to the top-level directory of the
547 distribution. Simplify the logic behind copying.
548
b1356234
PJ
549 * Makefile.in (maybe_bootstrap): Fix previous change.
550
66458f32
RS
5512001-11-28 Richard M. Stallman <rms@gnu.org>
552
553 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
554
ebcbef4e
RS
5552001-11-26 Richard M. Stallman <rms@gnu.org>
556
557 * Makefile.in: bootstrap should not delete dumped executables.
558 (bootstrap-clean-before): New target.
559 (bootstrap): Use bootstrap-clean-before instead of clean.
ec03b83e 560 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
ebcbef4e 561
b77d2746 5622001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
ac74199d 563
070f247d
EZ
564 These changes add the Emacs Lisp Introduction manual to the
565 distribution:
566
b3cd6965 567 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
b77d2746 568
070f247d
EZ
569 * make-dist: Copy the files in lispintro directory.
570
7336d09b
EZ
571 * config.bat: Configure in the lispintro directory.
572
ac74199d
EZ
573 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
574
7f947b13 575 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
070f247d 576 (lispintro/Makefile): New target.
7f947b13
EZ
577 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
578 (unlock, relock, info, dvi): Ditto.
579
d4fa890c
EZ
5802001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
581
b3cd6965 582 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
d4b56a8f 583
d4fa890c
EZ
584 * make-dist (etc): Don't distribute gfdl.1.
585
5fb25beb
CW
5862001-11-22 Colin Walters <walters@debian.org>
587
588 * Makefile.in (install-arch-indep): Install the calc .info files.
463f5630 589 (uninstall): Handle deletion of calc .info files (thanks Pavel Jan\e,Bm\e(Bk).
5fb25beb 590
9f8bbf0f
EZ
5912001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
592
593 * make-dist (lispref): Add *.txt, *.el, permute-index, and
594 tindex.pl to the list of those being put into the distribution.
595
aa2af83a
EZ
5962001-11-16 Eli Zaretskii <eliz@gnu.org>
597
598 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
599
463f5630 6002001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
71f94ae1 601
987aac50
PJ
602 * Makefile.in (uninstall): Fix previous change.
603
71f94ae1
PJ
604 * configure.in, Makefile.in: Add support for --program-prefix,
605 --program-suffix and --program-transform-name options.
606
463f5630 6072001-11-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e5d9d2e7 608
b3cd6965 609 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6e1b91d7
PJ
610 (install-arch-indep): Install emacsclient manual page.
611 (uninstall): Uninstall emacsclient manual page.
e5d9d2e7 612
97c91ba6
EZ
6132001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
614
615 * make-dist: Add lispref/index.*perm files to the distribution.
463f5630 616 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
97c91ba6 617
463f5630 6182001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3d3f602a
PJ
619
620 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
621
2bf92717
EZ
6222001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
623
dff28924 624 * configure.in: AC_OUTPUT lispref/Makefile.
2bf92717 625
0cc70510
EZ
6262001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
627
5c32b7c5
EZ
628 The following changes add the ELisp reference manual to the
629 distribution.
630
10fa7f8e
EZ
631 * make-dist: Add the lispref directory to the distribution.
632
0cc70510
EZ
633 * Makefile.in (install-arch-indep): Add elisp* to the list of
634 installed Info files.
5c32b7c5
EZ
635 (SUBDIR_MAKEFILES): Add lispref/Makefile.
636 (lispref/Makefile): New target.
637 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
638 Add commands for the lispref directory.
639 (info, dvi): Ditto.
1b5a3644
EZ
640
641 * config.bat: Configure in `lispref'.
642
6baef0fd
RS
6432001-11-09 Richard M. Stallman <rms@gnu.org>
644
645 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
646
ed5882b9
EZ
6472001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
648
649 * make-dist (tempdir): Copy AUTHORS as well.
650
f0f2756d
SS
6512001-11-06 Sam Steingold <sds@gnu.org>
652
653 * configure.in: Added a check for <nlist.h>
9ba48103 654
463f5630 6552001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d576358b
PJ
656
657 * configure.in: Reindent --help output.
658 From Per Starback (starback@ling.uu.se).
dff28924 659
bf00d461 6602001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4f4d6b17
EZ
661
662 * configure.in: New entry for HP/UX-11.
663
5d991fc4
EZ
664 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
665 From Eric S. Raymond <esr@golux.thyrsus.com>.
666
73d25f9c
EZ
6672001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
668
669 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
670 <athornton@sinenomine.net>.
671
5b6a51aa
GM
6722001-10-25 Gerd Moellmann <gerd@gnu.org>
673
674 * Makefile.in (maybe_bootstrap): New target.
b3cd6965 675 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5b6a51aa 676
84e70f78
KR
6772001-10-24 Ken Raeburn <raeburn@gnu.org>
678
679 * configure.in: If --with-hesiod is given, look for
680 hes_getmailhost and res_send or __res_send; check hesiod and
b3cd6965 681 resolv libraries respectively if system libraries don't supply them.
84e70f78 682
4aa6b955
GM
6832001-10-24 Gerd Moellmann <gerd@gnu.org>
684
685 * configure.in: Use $MAKE for `make' if set.
686
bc171472
GM
6872001-10-22 Gerd Moellmann <gerd@gnu.org>
688
689 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
690 to tar options.
691
71431a0e
GM
6922001-10-20 Gerd Moellmann <gerd@gnu.org>
693
6aa97356 694 * (Version 21.1 released).
71431a0e 695
531a3336
MB
6962001-10-20 Miles Bader <miles@gnu.org>
697
698 * configure.in (configuration): Set from `host' if `host_alias'
699 isn't defined.
700
121ff711
AS
7012001-10-19 Andreas Schwab <schwab@suse.de>
702
703 * configure.in: Make ready for autoconf 2.5x.
704 (AC_PREREQ): Require autoconf 2.50.
705 * aclocal.m4: Removed.
121ff711
AS
706 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
707
eef9b65f
EZ
7082001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
709
710 * README: Bump Emacs version to 21.1.50.
711
ab952a4f
GM
7122001-10-05 Gerd Moellmann <gerd@gnu.org>
713
714 * Branch for 21.1.
dff28924 715
3b74127d
GM
7162001-09-05 Gerd Moellmann <gerd@gnu.org>
717
718 * configure.in: Avoid `$@' which is handled specially in
719 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
dff28924 720
80b97918
EZ
7212001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
722
723 * make-dist (nt): Add subdirs.el to the list of distributed files.
724
3a4f8160
EZ
7252001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
726
727 * configure.in (machine): Add an entry for
728 hppa1.1-hitachi-hiuxwe2*.
729
eb04d6cd
GM
7302001-05-28 Gerd Moellmann <gerd@gnu.org>
731
732 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
733 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
734
f4500bec
GM
7352001-05-14 Gerd Moellmann <gerd@gnu.org>
736
737 * make-dist: Copy texinfo.tex unconditionally.
738
26978e9a
EZ
7392001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
740
741 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
742 that are installed.
743
afa3935f
GM
7442001-04-06 Gerd Moellmann <gerd@gnu.org>
745
e5c8f6f1
GM
746 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
747 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
dff28924 748
afa3935f
GM
749 * make-dist: Handle leim/MISC-DIC. Only include
750 `[a-zA-Z]*.{el,elc}' from leim/quail.
751
a55e4e68
GM
7522001-04-05 Gerd Moellmann <gerd@gnu.org>
753
754 * Makefile.in (install-arch-indep): Remove .cvsignore files.
755
87d8eba4
GM
7562001-03-30 Gerd Moellmann <gerd@gnu.org>
757
758 * Makefile.in (.PHONY): Add for bootstrap targets.
759 (bootstrap-clean): New target.
760 (bootstrap): Use it instead of `clean'.
761
ed31fabf
GM
7622001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
763
764 * Makefile.in (SUBDIR): Remove leim.
765 (all, .RECURSIVE, extraclean): Add leim explicitly.
766 (leim): Provide separate rule which exports PARALLEL=0 into the
767 environment.
768
5721ae13
GM
7692001-03-20 Gerd Moellmann <gerd@gnu.org>
770
771 * configure.in (HAVE_XPM): Don't print the result of the check for
772 XpmReturnAllocPixels if we don't have an xpm.h.
773
10ebaeb6
GM
7742001-03-05 Gerd Moellmann <gerd@gnu.org>
775
776 * COPYING: New file.
777
e30bd7b7
EZ
7782001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
779
780 * config.bat: Update the copyright.
781
d0e9bfd2
GM
7822001-02-23 Kenichi Handa <handa@etl.go.jp>
783
784 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
785 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
786 to `yes'. Later in AC_OUTPUT, check this variable.
787
038f4ae3
DL
7882001-02-09 Dave Love <fx@gnu.org>
789
790 * AUTHORS: Updated.
791
44806980
EZ
7922001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
793
794 * info/dir (Ebrowse): Fix the entry (was missing a dot).
795
20b28f82
GM
7962001-02-02 Gerd Moellmann <gerd@gnu.org>
797
bdadfce3
GM
798 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
799
5db37a2e 800 * Makefile.in (uninstall): Ignore exit code of `rm'.
dff28924 801
20b28f82
GM
802 * Makefile.in (uninstall): Remove more info files. Remove
803 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
804
7ccf7ab9
GM
8052001-01-31 Gerd Moellmann <gerd@gnu.org>
806
807 * noleim-Makefile.in (extraclean): Add.
808
03e0fe6e 8092001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0
BW
810
811 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
812 it quiet.
813
e1e441f9
GM
8142001-01-24 Colin Walters <walters@cis.ohio-state.edu>
815
816 * Makefile.in (tags): Fix typo.
817
64388126
KH
8182001-01-13 Kenichi Handa <handa@etl.go.jp>
819
820 * configure.in: Fix typo in the code setting x_search_path.
821
457b792c
GM
8222001-01-10 Dave Love <fx@gnu.org>
823
824 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
825 -lXext.
826 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
827 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
828 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
829 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
830 (now in $LIBS).
831
1460e5d4
EZ
8322001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
833
834 * config.bat: Run the preprocessor with -traditional.
835
e2b6e5ea
EZ
8362001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
837
838 * INSTALL: Move copying conditions to end of file.
839
b202115b
EZ
8402000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
841
842 * INSTALL: Add basic installation procedure which assumes
843 `configure' does its job. Elaborate on image support libraries.
844 Add a pointer to Xaw3d library. Add advice about solving
845 configure-time problems by looking in config.log and setting
3163da06 846 variables in the environment.
b202115b 847
3e32cc27
GM
8482000-12-27 Gerd Moellmann <gerd@gnu.org>
849
850 * Makefile.in (install-arch-indep): If tar fails, exit with
851 exit code 1.
852
7b93a85b
GM
8532000-12-19 Gerd Moellmann <gerd@gnu.org>
854
855 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
856 source file includes XKBlib.h. On some broken Solaris systems,
857 there is an XKBlib.h, reportedly, but header files included by
858 XKBlib.h are missing.
859
02387dcc
GM
8602000-12-14 Gerd Moellmann <gerd@gnu.org>
861
862 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
863
34979055
DL
8642000-12-11 Dave Love <fx@gnu.org>
865
866 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
867
169fe44e
GM
8682000-12-11 Paul Eggert <eggert@twinsun.com>
869
870 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
871 Merge fixes from latest GNU tar version. These macros no longer
872 futz with _XOPEN_SOURCE, as that was not portable in practice.
873 (AC_FUNC_FSEEKO): New macro.
dff28924 874
169fe44e
GM
875 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
876 ftello.
dff28924 877
5c62b2e9
DL
8782000-12-05 Dave Love <fx@gnu.org>
879
880 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
881
2dce2360
EZ
8822000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
883
884 * info/dir: Change the category to "Emacs".
885
8c28d444
GM
8862000-12-01 Gerd Moellmann <gerd@gnu.org>
887
888 * make-dist (tempdir): Remove epaths.h from the distribution
889 instead of paths.h.
890
68a887fa
EZ
8912000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
892
893 * config.bat: Check for existence of djecho.exe, and print an
894 error message if it is not available.
895
896 * INSTALL: Describe possible problem with djecho.exe in old
897 versions of DJGPP v2.x.
898
d96a4de3
GM
8992000-11-23 Gerd Moellmann <gerd@gnu.org>
900
901 * configure.in: Initialize HAVE_LIBXP to no.
902
3aeecf97
GM
9032000-11-22 Gerd Moellmann <gerd@gnu.org>
904
dff28924 905 * configure.in: Use m/macppc.h instead of the non-existent
3aeecf97
GM
906 m/powerpc.h.
907
fb279a6d
GM
9082000-11-21 Gerd Moellmann <gerd@gnu.org>
909
3c64f287
GM
910 * Makefile.in (install-arch-indep): Also install info/eshell*
911 and info/speedbar*.
912
fb279a6d
GM
913 * configure.in (HAVE_PNG): Check for the presence of
914 png_get_channels to rule out older PNG libs.
915
f5f47add
GM
916 * configure.in (AC_OUTPUT): Arrange to emit definitions of
917 GCC and NON_GNU_CPP into config.status.
918
62d14e9a
DL
9192000-11-20 Dave Love <fx@gnu.org>
920
1c203d4c
DL
921 * configure.in: Fix last change.
922
62d14e9a 923 * GETTING.GNU.SOFTWARE: Deleted.
169fe44e 924 * FTP: New file to replace it.
62d14e9a
DL
925 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
926
f1d6d1e8
GM
9272000-11-20 Gerd Moellmann <gerd@gnu.org>
928
929 * configure.in: Use -traditional with GNU cpp.
930
b3635775
GM
9312000-11-17 Gerd Moellmann <gerd@gnu.org>
932
933 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
934 Distribute more files from the nt/ subdir. Distribute PBM
935 image files from subdirs of lisp/. Distribute old change logs
936 from subdirs of lisp/. Distribute play/5x5.el.
937
0eafc06c
DL
9382000-11-11 Dave Love <fx@gnu.org>
939
940 * config.sub, config.guess: Updated from master source.
941
03391420
DL
9422000-11-07 Dave Love <fx@gnu.org>
943
944 * configure.in: Test for mkstemp.
945
cd66d2ed
EZ
9462000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
947
948 * info/dir (Top): Rearrange menu items more logically, and put
949 them into a single category. Add menu items for RefTeX and
950 Widget.
951
1da437e9
KG
9522000-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
953
15b526b2
EZ
954 * Makefile.in (install-arch-indep): Use --info-dir instead of
955 --dir-file, and a simple argument instead of --info-file, so that
956 the Debian version of install-info also works.
1da437e9 957
99483220
EL
9582000-10-19 Eric M. Ludlam <zappo@ultranet.com>
959
960 * info/dir (Speedbar): Add entry.
961
45e680a8
EZ
9622000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
963
964 * INSTALL: Describe the new image-support options to the configure
965 script. List URLs where image support libraries can be found.
966
f2f049f3
EZ
9672000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * info/dir (Top): Add an entry for Eshell.
970
2021ab61
DL
9712000-10-02 Dave Love <fx@gnu.org>
972
973 * configure.in: Check for gai_strerror.
974
65f75351
AS
9752000-10-01 Andreas Schwab <schwab@suse.de>
976
977 * Makefile.in (install-arch-indep): Update list of installed info
978 files.
979
71c9ec51
GM
9802000-09-30 Gerd Moellmann <gerd@gnu.org>
981
982 * configure.in: Support `sparc*-*-netbsd*'.
983
513f1fd9
EZ
9842000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
985
986 * info/dir (MIME): Add entry for emacs-mime.
987
a55b799a
DL
9882000-09-29 Dave Love <fx@gnu.org>
989
990 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
991
ce75c97a
GM
9922000-09-26 Gerd Moellmann <gerd@gnu.org>
993
994 * make-dist: Adapt to the change of leim/Makefile which was
995 necessary to ensure a reasonably working `make dist'.
996
997 * leim-Makefile.in: Moved to leim/Makefile.in..
998
999 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
1000
36e44f62
KH
10012000-09-21 Kenichi Handa <handa@etl.go.jp>
1002
dff28924
SS
1003 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1004 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
36e44f62
KH
1005 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1006 files to .elc.
1007 (${TIT}): Adjusted for the above change.
1008 (clean mostlyclean): Likewise.
1009 (.el.elc): New target.
1010
da1608d9
GM
10112000-09-19 Gerd Moellmann <gerd@gnu.org>
1012
1013 * make-dist: Include XPM and XBM files in lisp/ and subdirs
1014 in the distribution.
1015
6fed3546
GM
10162000-09-18 Gerd Moellmann <gerd@gnu.org>
1017
1018 * make-dist (skk): Rename to `ja-dic' because the leim directory
1019 was renamed.
1020
b4331e96
DL
10212000-09-14 Dave Love <fx@gnu.org>
1022
1023 * configure.in: Fix spurion in last change.
1024
ef9e4345
GM
10252000-09-14 Gerd Moellmann <gerd@gnu.org>
1026
1027 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
1028 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
1029 to `no' if defined. Change result report.
1030
575daf04
DL
10312000-09-08 Dave Love <fx@gnu.org>
1032
1033 * configure.in: Remove spurious `@'s.
1034
1035 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
1036 autoconf.
1037
fa0b693c
GM
10382000-09-06 Gerd Moellmann <gerd@gnu.org>
1039
73b77ee5
GM
1040 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
1041 file and print informational message.
dff28924 1042
fa0b693c
GM
1043 * configure.in (AC_FUNC_MMAP): Add.
1044
ff8df3be
GM
10452000-09-01 Gerd Moellmann <gerd@gnu.org>
1046
1047 * configure.in: Add ``checking'' messages for
1048 XpmReturnAllocPixels.
1049
bb17930d
GM
10502000-08-28 Gerd Moellmann <gerd@gnu.org>
1051
1052 * configure.in: Check <strings.h>; check `index' and `rindex'
1053 functions.
1054
6ce974d4
KH
10552000-08-26 Kenichi Handa <handa@etl.go.jp>
1056
1057 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
1058 "case "${canonical}" in".
1059
7bc3ff79
DL
10602000-08-25 Dave Love <fx@gnu.org>
1061
1062 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
1063
457dd64a
KH
10642000-08-25 Kenichi Handa <handa@etl.go.jp>
1065
7c100e1a 1066 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
457dd64a 1067
17494071
GM
10682000-08-24 Gerd Moellmann <gerd@gnu.org>
1069
1070 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
1071 contains a relative path. Protect against unusable values of
1072 $PWD.
1073
dd0e1e54
EZ
10742000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
1075
3d819a75
EZ
1076 * info/dir (WoMan): Add entry.
1077
dd0e1e54
EZ
1078 * config.bat (maindir): Update src/_gdbinit even if it does
1079 already exist.
1080
70fc58b3
GM
10812000-08-07 Gerd Moellmann <gerd@gnu.org>
1082
1083 * Makefile.in (config.status): Prepend `$(srcdir)/' to
1084 `configure'.
1085
f4988be7
GM
10862000-08-03 Gerd Moellmann <gerd@gnu.org>
1087
1088 * configure.in: Add support for ia64*-*-linux*.
1089
27848c01
GM
10902000-07-27 Gerd Moellmann <gerd@gnu.org>
1091
1092 * make-dist (aclocal.m4): Include in distribution.
1093
b4a12321
DL
10942000-07-26 Dave Love <fx@gnu.org>
1095
1096 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
1097
c66c29a2
DL
10982000-07-24 Dave Love <fx@gnu.org>
1099
1100 * configure.in: Add AC_SIZE_T.
1101
3b33a005
DL
11022000-07-18 Dave Love <fx@gnu.org>
1103
1104 * configure.in: Reorder so that most tests are done after CPPFLAGS
1105 is set from the C_SWITCH_... definitions.
1106
4b92c49a
GM
11072000-07-10 Gerd Moellmann <gerd@gnu.org>
1108
1109 * configure.in (HAVE_XPM): Undo previous change. Check for
1110 preprocessor define XpmReturnAllocPixels.
1111
6c6d2e33
GM
11122000-07-06 Gerd Moellmann <gerd@gnu.org>
1113
1114 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
1115 instead of XpmReadFileToPixmap.
1116
b192d653
KR
11172000-07-05 Ken Raeburn <raeburn@gnu.org>
1118
1119 * configure.in: Check for <soundcard.h>. Look for ossaudio
1120 library, and set LIBSOUND accordingly.
1121
65171e3a
DL
11222000-07-05 Dave Love <fx@gnu.org>
1123
1124 * configure.in: Use AC_HEADER_SYS_WAIT.
1125
969f7e79
GM
11262000-07-05 Gerd Moellmann <gerd@gnu.org>
1127
1128 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
1129 lisp/Makefile. Distribute lisp/Makefile.in instead of
1130 lisp/Makefile.
1131
5a9bf171
KR
11322000-06-30 Ken Raeburn <raeburn@gnu.org>
1133
1134 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
1135 while searching for image-handling libraries.
1136
1d36487c
GM
11372000-06-26 Gerd Moellmann <gerd@gnu.org>
1138
1139 * configure.in (--with-xim): New option.
1140
6a465756
DL
11412000-06-23 Dave Love <fx@gnu.org>
1142
1143 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
1144 for struct timezone and test how we can call gettimeofday.
48d4b120 1145 Check for OSF 5+. Check for term.h.
6a465756
DL
1146
1147 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
1148 version.
1149
16cf31f7
GM
11502000-06-23 Gerd Moellmann <gerd@gnu.org>
1151
1152 * configure.in (HAVE_LIBXP): Change test for libXp.
1153
4c343001
DL
11542000-06-21 Dave Love <fx@gnu.org>
1155
1156 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
1157 simple test for getloadavg and substitute GETLOADAVG_LIBS.
1158 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
1159
a3f08d9e
DL
11602000-06-19 Dave Love <fx@gnu.org>
1161
1162 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
1163 _XOPEN_SOURCE is defined.
1164
0a2ea235
GM
11652000-06-16 Gerd Moellmann <gerd@gnu.org>
1166
dff28924 1167 * Makefile.in (distclean): Also make distclean in lisp/.
0a2ea235 1168
7d5c8691
EZ
11692000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
1172
e9924e52
GM
11732000-06-15 Gerd Moellmann <gerd@gnu.org>
1174
1175 * make-dist: Add --help and --snapshot options.
1176
9f817ea4
GM
11772000-06-14 Gerd Moellmann <gerd@gnu.org>
1178
dce6b995 1179 * configure.in: Generate lisp/Makefile.
dff28924 1180
9f817ea4
GM
1181 * configure.in: Add support for `*-lynxos*'.
1182 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
1183 recommended by <Karen.Dorhamer@compaq.com> to fix problems
1184 on Tru64 UNIX v5.0.
1185
97aa9c1d
KR
11862000-06-13 Ken Raeburn <raeburn@gnu.org>
1187
1188 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
1189 it's on a continuation line.
1190
d42122a3
DL
11912000-06-02 Dave Love <fx@gnu.org>
1192
2082fe81
DL
1193 * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
1194 files.
1195
d42122a3
DL
1196 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
1197 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
1198 test.
1199
1200 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
1201 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
1202
34ec9ebe
GM
12032000-05-26 Gerd Moellmann <gerd@gnu.org>
1204
1205 * configure.in: Add check for speed_t typedef.
1206
50d7ce09
KR
12072000-05-25 Ken Raeburn <raeburn@gnu.org>
1208
1209 * Makefile.in (install-arch-dep): Install fns-*.el only if it
1210 exists; it won't in the CANNOT_DUMP case.
1211
10db7fc5
GM
12122000-05-25 Gerd Moellmann <gerd@gnu.org>
1213
1214 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
1215 On FreeBSD, the exit status is 1 if CDPATH is not set.
8711588d 1216 (install-arch-indep): Install ebrowse.info.
10db7fc5 1217
087121cc
GM
12182000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
1219
1220 * configure.in: Check for grandpt and getpt.
1221
b992884d
DL
12222000-05-09 Dave Love <fx@gnu.org>
1223
1224 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
1225
056565f7
GM
12262000-05-05 Gerd Moellmann <gerd@gnu.org>
1227
1228 * make-dist: Make a link for lib-src/grep-changelog. Copy
1229 install-sh.
1230
35a28e21
EZ
12312000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1232
1233 * config.bat: Identify the beginning of the cpp stuff in
1234 src/Makefile.in and lib-src/Makefile.in more accurately.
1235
c76e04a8
GM
12362000-04-27 Gerd Moellmann <gerd@gnu.org>
1237
1238 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
1239
5e3dac3f
GM
12402000-04-19 Gerd Moellmann <gerd@gnu.org>
1241
1242 * configure.in: Add support for `powerpc-*-netbsd*'.
1243
0b8f263e
DL
12442000-04-19 Dave Love <fx@gnu.org>
1245
7825fef9
DL
1246 * configure.in: Don't use AC_FUNC_GETLOADAVG.
1247
0b8f263e
DL
1248 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
1249
3dd2781e
DL
12502000-04-16 Dave Love <fx@gnu.org>
1251
1252 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
1253
3edfea34
DL
12542000-04-14 Dave Love <fx@gnu.org>
1255
1256 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
1257
1258 * aclocal.m4 (AC_FUNC_MKTIME): New.
1259
4d6e16b3
KR
12602000-03-28 Ken Raeburn <raeburn@gnu.org>
1261
1262 * configure.in: Line up "--help" output a little better.
1263
89e80928
GM
12642000-03-26 Gerd Moellmann <gerd@gnu.org>
1265
087121cc 1266 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
89e80928
GM
1267 New targets.
1268 (bootstrap): Rewritten in terms of the new targets above. Make
1269 info files, too.
dff28924 1270
e1cff360
GM
12712000-03-12 Gerd Moellmann <gerd@gnu.org>
1272
1273 * config.guess, config.sub: Use the versions of the files from
1274 subversions.
1275
7397acc4
DL
12762000-03-08 Dave Love <fx@gnu.org>
1277
1278 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
1279 AC_C_VOLATILE. Define POINTER_TYPE.
1280
1281 * aclocal.m4: New file.
1282
d054101f 12832000-03-02 Gerd Moellmann <gerd@gnu.org>
2df636f4
GM
1284
1285 * configure.in (machine): Add `mipsel-*-netbsd*' and
1286 `arm-*-netbsd*'.
dff28924 1287
d054101f 12882000-03-01 Gerd Moellmann <gerd@gnu.org>
dff28924 1289
d054101f 1290 * configure.in (machine): Add support for `*-auspex-sunos*'.
dff28924 1291
ed4d0512
GM
12922000-02-29 Gerd Moellmann <gerd@gnu.org>
1293
1294 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
1295
2dc95ddd
DL
12962000-02-18 Dave Love <fx@gnu.org>
1297
1298 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
1299
57beb0e0
AS
13002000-02-18 Andreas Schwab <schwab@suse.de>
1301
1302 * Makefile.in (install-arch-indep): Add eudc to list of installed
1303 info files.
1304
3b3cc4a4
KR
13052000-02-17 Ken Raeburn <raeburn@gnu.org>
1306
1307 * configure.in: Include -lz and -ljpeg (if it's available) when
1308 testing for the tiff library.
1309
8389e1e2
GM
13102000-02-17 Gerd Moellmann <gerd@gnu.org>
1311
1312 * configure.in: Remove LISP_FLOAT_TYPE.
1313
647847ea
DL
13142000-02-12 Dave Love <fx@gnu.org>
1315
1316 * configure.in: Use AC_FUNC_VFORK.
1317
9a90d84c
GM
13182000-02-01 Gerd Moellmann <gerd@gnu.org>
1319
5eea385d
GM
1320 * make-dist: Various fixes for new development tree.
1321
9a90d84c
GM
1322 * leim-Makefile.in: New file.
1323
b6680a0e
GM
13242000-01-31 Gerd Moellmann <gerd@gnu.org>
1325
1326 * Makefile.in (dist): Call ./make-dist.
1327
1e5279b9
DL
13282000-01-24 Dave Love <fx@gnu.org>
1329
1330 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
1331
ffe36136
GM
13322000-01-18 Gerd Moellmann <gerd@gnu.org>
1333
1334 * configure.in (HAVE_GIF): Check for DGifOpen instead of
1335 DGifOpenFileName.
1336
a970dae4
AS
13372000-01-11 Andreas Schwab <schwab@suse.de>
1338
1339 * Makefile.in (install-arch-indep): Update list of info files to
1340 be installed.
1341
c4bb2108
DL
13422000-01-05 Dave Love <fx@gnu.org>
1343
1344 * configure.in: Check for jerror.h as well as libjpeg.
1345
bb9d2b64
AS
13462000-01-03 Andreas Schwab <schwab@suse.de>
1347
1348 * Makefile.in (install-arch-indep): Install autotype*. Run
1349 install-info on autotype and emacs-faq.info.
1350
22afa6e8
DL
13511999-12-04 Dave Love <fx@gnu.org>
1352
1353 * Makefile.in: (install-arch-indep): Depend on `info'.
1354 (install-strip): Use `install' as sub-make target.
1355
a21616bd
KR
13561999-11-23 Ken Raeburn <raeburn@gnu.org>
1357
1358 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
1359 didn't need to be deleted. Check for the k5crypto library as well
1360 as the crypto library; MIT Kerberos 1.1 changed the name.
1361
946173ad
DL
13621999-11-18 Dave Love <fx@gnu.org>
1363
1364 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
1365
4f6f5dab
GM
13661999-11-11 Erik Naggum <erik@naggum.no>
1367
1368 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
1369
2323760c
DL
13701999-11-08 Dave Love <fx@gnu.org>
1371
1372 * configure.in: Fix change for --with-pop default.
1373
c3d00920
DL
13741999-11-04 Dave Love <fx@gnu.org>
1375
1376 * configure.in: Default to --with-pop. Change sense of with-gcc
1377 and with-toolkit-scroll-bars messages to reflect the defaults.
1378
400a1ed0
GM
13791999-11-01 Gerd Moellmann <gerd@gnu.org>
1380
1381 * INSTALL: Mention the Emacs Lisp Reference.
1382
1e3196e8
GM
13831999-10-27 Noah Friedman <friedman@splode.com>
1384
1385 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
1386
8ac52782
GM
13871999-10-23 Gerd Moellmann <gerd@gnu.org>
1388
1389 * Makefile.in (bootstrap): New target.
1390
1113b624
PE
13911999-10-19 Paul Eggert <eggert@twinsun.com>
1392
1393 Add support for large files. Merge glibc 2.1.2.
1394
1395 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
1396 (HAVE_TM_GMTOFF): New symbol.
1397 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
1398 mbrlen, strsignal.
1399 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
dff28924 1400
77162a4f
SM
14011999-10-09 Stefan Monnier <monnier@cs.yale.edu>
1402
1403 * make-dist (dontcompile): look for the DONTCOMPILE variable rather
1404 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
1405
a2743e67
RS
14061999-10-09 Richard M. Stallman <rms@gnu.org>
1407
dff28924 1408 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
a2743e67
RS
1409 Unset CDPATH to prevent cd from generating output.
1410
37e2d8f4
SM
14111999-10-08 Stefan Monnier <monnier@cs.yale.edu>
1412
1413 * update-subdirs: also ignore CVS subdirs.
1414
4e1d9c86
GM
14151999-10-07 Gerd Moellmann <gerd@gnu.org>
1416
1417 * Makefile.in (install-arch-indep): Add ada-mode.
dff28924 1418
2b6bac15
DL
14191999-10-06 Dave Love <fx@gnu.org>
1420
1421 * Makefile.in: Add rules for config.status, configure.
1422
a4a9692d
DL
14231999-09-07 Gerd Moellmann <gerd@gnu.org>
1424
1425 * configure.in (--with-sound): Removed.
1426
14271999-08-30 Gerd Moellmann <gerd@gnu.org>
1428
1429 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
1430 the test for Xaw3d.
1431 (HAVE_TIFF): Add -lm to library check.
1432
14331999-08-28 Richard Stallman <rms@gnu.org>
1434
1435 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
1436 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
1437 after the other X-related libraries.
1438
14391999-08-21 Dave Love <fx@gnu.org>
1440
1441 * configure.in: Don't check for jpeglib.h.
1442
14431999-08-20 Gerd Moellmann <gerd@gnu.org>
1444
1445 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
1446 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
1447
14481999-08-18 Dave Love <fx@gnu.org>
1449
1450 * configure.in: : Check for termcap.h.
1451
14521999-08-15 Gerd Moellmann <gerd@gnu.org>
1453
1454 * configure.in: Add --with-toolkit-scroll-bars. If "no",
1455 use Emacs' scroll bars, even if configured for Motif or when
1456 Xaw3d is available.
1457
14581999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
1459
1460 * configure.in: Check for getaddrinfo.
1461
14621999-08-04 Eli Zaretskii <eliz@gnu.org>
1463
1464 * config.bat: Make --no-debug work again by removing -gcoff.
1465
14661999-07-30 Dave Love <fx@gnu.org>
1467
1468 * configure.in: Check for stdlib.h.
1469
14701999-07-19 Dave Love <fx@gnu.org>
1471
1472 * configure.in: Grok sparc64-*-linux-gnu*.
1473
14741999-07-12 Richard Stallman <rms@gnu.org>
1475
1476 * Version 20.4 released.
1477
14781999-06-23 Karl Heuer <kwzh@gnu.org>
1479
1480 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
1481 Quote $EMACS, in case it's a program with args.
1482
14831999-05-29 Richard M. Stallman <rms@gnu.org>
1484
1485 * configure.in: Delete the Kerberos stuff.
1486
14871999-05-27 Greg Hudson <ghudson@mit.edu>
1488
1489 * configure.in: Prefer kerberos 5 names.
1490
14911999-04-26 Richard M. Stallman <rms@gnu.org>
1492
1493 * configure.in: Check for libXp.
1494
14951999-04-08 Richard Stallman <rms@gnu.org>
1496
1497 * make-dist: Include change logs in subdirs of `lisp'.
1498
14991999-04-05 Richard Stallman <rms@gnu.org>
1500
1501 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
1502 (install-arch-indep): Make ${datadir}/emacs world-readable.
1503
15041999-03-30 Eli Zaretskii <eliz@gnu.org>
1505
1506 * config.bat: Use epaths.* instead of paths.*.
1507
15081999-03-07 Eli Zaretskii <eliz@gnu.org>
1509
1510 * INSTALL: Add detailed instructions to unpack and install
1511 intlfonts on MS-DOS.
1512
15131999-02-26 Richard Stallman <rms@gnu.org>
1514
1515 * configure.in: Use epaths.h and epaths-force instead of paths....
1516
1517 * Makefile.in (epaths-force): Renamed from paths-force;
1518 operate on epaths.in and produce epaths.h.
1519
15201999-02-24 Richard Stallman <rms@gnu.org>
1521
1522 * make-dist: Fix nt/icons directory handling.
1523
15241999-02-22 Simon Josefsson <jas@pdc.kth.se>
1525
1526 * configure.in (f301-fujitsu-uxpv4.1): New target.
1527
15281999-02-20 Richard Stallman <rms@gnu.org>
1529
1530 * make-dist (tempparent): Fix command to update info files.
1531
15321999-02-09 Richard Stallman <rms@gnu.org>
1533
1534 * configure.in (powerpc-apple-netbsd*): New alternative.
1535
15361999-01-25 Geoff Voelker <voelker@cs.washington.edu>
1537
1538 * make-dist: Include the new directory nt/icons in distributions.
1539
15401999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1541
1542 * configure.in: Change message about HAVE_XFREE386.
1543
15441999-01-07 Eli Zaretskii <eliz@gnu.org>
1545
1546 * config.bat: Support configuring with leim.
1547
15481998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
1549
1550 * configure.in (mips-sgi-irix6.5): New target.
1551
15521998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1553
1554 * configure.in: Remove GSS-API support, since it has been removed
1555 from movemail.
1556
15571998-12-04 Markus Rost <rost@delysid.gnu.org>
1558
1559 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
1560
15611998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
1562
1563 * Makefile.in: Don't install customize info file. Run
1564 install-info on viper info file.
1565
15661998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
1567
1568 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
1569
15701998-11-16 Kenichi Handa <handa@etl.go.jp>
1571
1572 * configure.in (*-*-bsdi4*): New target.
1573
15741998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
1575
1576 * configure.in: Fix previous change.
1577
15781998-11-11 Richard Stallman <rms@gnu.org>
1579
1580 * configure.in (aviion-intel): New machine.
1581
15821998-11-04 Kenichi Handa <handa@etl.go.jp>
1583
1584 * configure.in (mips-nec-sysv4*): New target.
1585
15861998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
1587
1588 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
1589 from lisp.
1590
15911998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
1592
1593 * make-dist: Don't include fns*.el in dist.
1594
15951998-10-30 Dave Love <fx@gnu.org>
1596
1597 * configure.in: Don't mkdir cpp.
1598
15991998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
1600
1601 * Makefile.in (install-arch-dep): Install src/fns-*.el in
1602 ${archlibdir}.
1603
16041998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1605
1606 * Version 20.3 released.
1607
16081998-07-30 Paul Eggert <eggert@twinsun.com>
1609
1610 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
1611 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
1612 (lwlib/Makefile, leim/Makefile):
1613 Prepend $(srcdir)/ to rule dependencies outside this dir.
1614
16151998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
1616
1617 * configure.in: Use unset CDPATH instead of making it empty.
1618
16191998-06-20 Karl Heuer <kwzh@gnu.org>
1620
1621 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
1622
16231998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
1624
1625 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
1626 and default.el. Sort the results.
1627
16281998-05-31 Karl Heuer <kwzh@gnu.org>
1629
1630 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
1631 writable.
1632
16331998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
1634
1635 * Makefile.in (install-arch-indep):
1636 Don't alter site-lisp/subdirs.el if it exists.
1637
16381998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1639
1640 * Makefile.in (install-arch-indep): Put `-' on commands to create
1641 subdirs.el in site-lisp dirs.
1642
16431998-05-07 Richard Stallman <rms@psilocin.gnu.org>
1644
1645 * Makefile.in (install-arch-indep): Fix typo in previous change.
1646
16471998-05-06 Richard Stallman <rms@psilocin.gnu.org>
1648
1649 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
1650
16511998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1652
1653 * Makefile.in (mkdir): Create the site-lisp dirs.
1654 (install-arch-indep): Make site-lisp/subdirs files world-readable.
1655
16561998-04-26 Richard Stallman <rms@psilocin.gnu.org>
1657
1658 * Makefile.in (INSTALL_INFO): New variable.
1659 (install-arch-indep): Don't replace the dir file if it already exists.
1660 Use the install-info program, via INSTALL_INFO, to add entries.
1661 Make the `info' subdir and the Info files world-readable.
1662
16631998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
1664
1665 * config.bat: Make sure the environment is large enough to support
1666 all the "set foo=bar" commands. Update pointers to DJGPP FTP
1667 sites.
1668
16691998-04-10 Karl Heuer <kwzh@gnu.org>
1670
1671 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
1672
16731998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1674
1675 * configure.in: Add --with-gssapi to specify GSS-API
1676 authentication support for movemail.
1677
16781998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
1679
1680 * Makefile.in (install-arch-indep): Fix previous change.
1681
16821998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
1683
1684 * Makefile.in (info): Run man in build dir, not srcdir.
1685
16861998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
1687
1688 * Makefile.in (install-arch-indep): Fix previous change.
1689
16901998-03-23 Kenichi Handa <handa@etl.go.jp>
1691
1692 * Makefile.in (top_distclean): Check the existence of `lock'
1693 subdir.
1694
16951998-03-22 Richard Stallman <rms@gnu.org>
1696
1697 * Makefile.in (install-arch-indep): Put special subdirs.el files
1698 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
1699
17001998-03-21 Richard Stallman <rms@psilocin.gnu.org>
1701
1702 * make-dist: Fix shell syntax in check for missing .el or .elc files.
1703
17041998-03-09 Richard Stallman <rms@psilocin.gnu.org>
1705
1706 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
1707 (m68*-hp-hpux*): Handle versions 1X like 10.
1708
17091998-03-07 Richard Stallman <rms@psilocin.gnu.org>
1710
1711 * make-dist: PROBLEMS is now in etc, not top level dir.
1712
1713 * Makefile.in (SOURCES): Delete PROBLEMS.
1714
17151998-02-25 Richard Stallman <rms@gnu.org>
1716
1717 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
1718
1719 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
1720
17211998-01-17 Richard Stallman <rms@gnu.org>
1722
1723 * Makefile.in (install-arch-indep): Add semicolon before `else'.
1724
17251998-01-02 Richard Stallman <rms@psilocin.gnu.org>
1726
1727 * make-dist (tempparent): New option --no-check.
1728
1729 * make-dist: Don't do anything with cpp directory.
1730
17311997-12-20 Richard Stallman <rms@psilocin.gnu.org>
1732
1733 * configure.in (sparc-fujitsu-sysv4*): New target.
1734
17351997-12-17 Andreas Schwab <schwab@gnu.org>
1736
1737 * configure.in: Cache more tests. Add missing quotes around
1738 message with embedded comma.
1739
17401997-12-04 Karl Heuer <kwzh@gnu.org>
1741
1742 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
1743
17441997-11-26 Joel N. Weber II <devnull@gnu.org>
1745
1746 * make-dist: Changed the comment about `umask 0' to say `Don't
92a8ce63
JB
1747 restrict access to any files.'; previously it said `Don't protect
1748 any files', which may have implied that we think fascism is good.
a4a9692d
DL
1749
17501997-11-24 Paul Eggert <eggert@twinsun.com>
1751
1752 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
1753 strftime needs the underlying host's strftime for locale dependent
1754 formats.
1755
17561997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
1757
1758 * configure.in (i586-dg-dguxR4.*): New name in case branch.
1759
17601997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1761
1762 * config.bat: Configure the man subdirectory.
1763
17641997-11-07 Paul Eggert <eggert@twinsun.com>
1765
1766 * configure.in (AC_CHECK_LIB): Add -lintl.
1767
17681997-11-07 Karl Heuer <kwzh@gnu.org>
1769
1770 * make-dist (check for .elc files): Avoid bash-specific syntax.
1771 (check for overflow 14-char limit): Simplify.
1772
17731997-11-07 Richard Stallman <rms@gnu.org>
1774
1775 * Makefile.in (install): Move blessmail last.
1776
17771997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1778
1779 * configure.in (gettimeofday, one arg or two):
1780 Clarify messages by avoiding double negative.
1781
17821997-09-30 Karl Eichwalder <ke@suse.de>
1783
1784 * Makefile.in (install-arch-indep): install the widget info file.
1785
17861997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1787
1788 * configure.in (with-pop, with-kerberos): Need to check Kerberos
1789 libraries in reverse order, so that libraries will appear in the
1790 correct dependency order on the link line (and so that the
1791 configure checks themselves will work properly when early
1792 libraries depend on later ones).
1793
17941997-09-21 Erik Naggum <erik@naggum.no>
1795
1796 * make-dist (making links to `src'): Keep timestamp on copied
1797 files.
1798
1799 * make-delta: New script to produce delta distributions.
1800
18011997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1802
1803 * Version 20.2 released.
1804
18051997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1806
1807 * Version 20.1 released.
1808
1809 * Makefile.in (install-leim): Depend on mkdir.
1810 (leim): Depend on src.
1811
18121997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1813
1814 * configure.in: Recognize alpha* instead of just alpha.
1815
18161997-09-12 Paul Eggert <eggert@twinsun.com>
1817
1818 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
1819
18201997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1821
1822 * update-subdirs: Use rm -f.
1823
18241997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1825
1826 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
1827 Ignore subdirs named Old.
dff28924 1828
a4a9692d
DL
18291997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
1830
1831 * configure.in: Add OpenBSD clause to set $machine.
1832
18331997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1834
1835 * make-dist: Recompile everything after updating various Lisp files.
1836 Recompile in leim as well as lisp.
1837 Check in leim as well as lisp for mismatched files and too-long names.
dff28924 1838
a4a9692d
DL
18391997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1840
1841 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
1842
18431997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1844
1845 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
1846 before trying to copy anything from it.
1847
18481997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1849
1850 * Makefile.in (man/Makefile): New target.
1851 (tags): Define env var EMACS and run Makefile from build dir.
1852
18531997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
1854
1855 * config.bat: If src/_gdbinit doesn't exist, try using
1856 src/.gdbinit to create it (for building on Windows 95).
1857
18581997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1859
1860 * Makefile.in (install-arch-indep):
1861 Discard extra data in tar | tar pipes.
1862
18631997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
1864
1865 * configure.in (x_default_search_path): Corrected
1866 '${x_library}' to '${x_library}/X11'.
1867
18681997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1869
1870 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1,
1871
18721997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1873
1874 * configure.in: Support auto-configuration of both Kerberos V4 and
92a8ce63
JB
1875 Kerberos V5 for movemail, including detection of V4 and V5 header
1876 files and libraries.
a4a9692d
DL
1877
18781997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
1879
1880 * configure.in: Compute x_default_search_path
1881 and substitute into makefiles.
1882
1883 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
1884
18851997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1886
1887 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
1888
18891997-08-07 Erik Naggum <erik@naggum.no>
1890
1891 * configure.in: Remove lockdir, it is no longer needed.
1892 * Makefile.in (mkdir): Don't create lockdir.
1893 (lockdir): Variable deleted.
1894 (paths-force): Don't operate on PATH_LOCK.
1895
18961997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1897
1898 * leim-Makefile.in (clean, distclean): New targets.
1899
1900 * make-dist: Include leim/ChangeLog in leim distribution.
1901
19021997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1903
1904 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
1905
19061997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1907
1908 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
1909
19101997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1911
1912 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
1913
19141997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1915
1916 * make-dist: Update leim/leim-list.el.
1917 Pass along value of $EMACS when updating lisp dir.
1918
19191997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
1920
dff28924 1921 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
a4a9692d
DL
1922 prerequisite to the use of Doug Lea's malloc.
1923
19241997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1925
1926 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
1927
1928 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
1929
19301997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1931
1932 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
1933
19341997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1935
1936 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
1937 to news-r6.h.
1938
19391997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1940
1941 * config.bat: Use `sed' instead of `cp', which might not be
1942 installed.
1943
19441997-07-09 Kenichi Handa <handa@etl.go.jp>
1945
1946 * Makefile.in (mostlyclean): Add cleaning leim directory.
1947 (clean, distclean, maintainer-clean): Likewise.
1948
19491997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1950
1951 * make-dist (bogosities): Check subdirs of `lisp' also.
1952
19531997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1954
1955 * make-dist (etc): Really avoid symlinks now.
1956 (lisp): Don't delete from subdirs the things we never copy.
1957
19581997-07-07 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1959
1960 * Makefile.in (install-arch-indep): Correct the target name.
1961 The first letter `i' was dropped by the previous change of mine.
1962
19631997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1964
1965 * configure.in (leim/Makefile): Generate this.
1966 (*-sysv4.2uw*): Recognize new alternative.
1967
1968 * leim-Makefile.in: Renamed from leim-Makefile.
1969
1970 * make-dist: Set up real-leim subdirectory,
1971 with the real contents of leim; then move it to
1972 a separate top-level directory.
1973
1974 * make-dist: Don't mention site-lisp, site-init, site-start
1975 or default, when listing files hat are not compiled and should be.
dff28924 1976
a4a9692d
DL
1977 * configure.in: Create src/config.stamp at the end.
1978
19791997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1980
1981 * Makefile.in (install-leim): Correct previous change.
1982
19831997-07-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1984
1985 * Makefile.in (install-leim): New target.
1986 (install): Depend on install-leim.
dff28924 1987
a4a9692d
DL
19881997-07-01 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1989
1990 * Makefile.in (SUBDIR): Add leim.
1991 (SUBDIR_MAKEFILES): Add leim/Makefile.
1992 (leim/Makefile): New target.
1993
19941997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1995
1996 * leim-Makefile: New file.
1997 * make-dist: Initialize a `leim' subdirectory with that makefile.
1998
19991997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2000
2001 * configure.in (GNU_MALLOC_reason): Fix message text.
2002
20031997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2004
2005 * make-dist (lisp): Don't process subdirs that start with =.
2006 (etc): Copy symlinks, as in src.
2007
20081997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2009
2010 * configure.in (i*86-*-unixware*): New alternative.
2011
20121997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2013
2014 * Makefile.in (src/config.stamp): Target renamed from src/config.h
2015 and touch it explicitly.
2016
2017 * configure.in (mips-sony-newsos6*): New alternative.
2018 (mips-*-linux-gnu*): New alternative.
2019 (*-*-bsdi*): New alternative.
2020 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
2021
20221997-06-22 Dave Love <d.love@dl.ac.uk>
2023
2024 * Makefile.in (lib-src): Depend on src/config.h (e.g. for
92a8ce63 2025 movemail.o).
a4a9692d 2026 (src/config.h): New target to re-configure if src/config.in
92a8ce63 2027 is patched.
a4a9692d
DL
2028
20291997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2030
2031 * configure.in (shutdown): Check for `shutdown' function.
2032
20331997-06-18 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2034
2035 * update-subdirs: Include the directory "language" in subdirs.
2036
20371997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2038
2039 * configure.in (m88k-dg-dgux4*): New alternative.
2040 (alpha-*-netbsd*): New alternative.
2041 (powerpcle-*-solaris2*): New alternative.
2042
20431997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2044
2045 * make-dist: Warn about .el files that are not compiled.
2046
20471997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2048
2049 * Makefile.in (dist): Don't run update-subdirs here,
2050 since make-dist now gets that done.
2051
2052 * make-dist: Use the new `updates' target in lisp/Makefile.
dff28924 2053
a4a9692d
DL
2054 * make-dist: Use new non-file targets in lisp/Makefile.
2055
20561997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2057
2058 * make-dist: Handle all subdirs of `lisp' uniformly.
2059 Don't handle `term' and `language' specially.
2060 Clear out umask at the beginning.
dff28924 2061
a4a9692d
DL
20621997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2063
2064 * make-dist: Use Make to update finder-inf.el and autoloads.
2065 Also update cus-load.el.
2066
20671997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2068
2069 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
2070 in case it is desirable to disable the GNU malloc features with
2071 glibc.
2072
20731997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2074
2075 * configure.in (DOUG_LEA_MALLOC):
2076 Define if malloc_{get,set}_state exist.
2077
20781997-03-05 Ken'ichi Handa <handa@etl.go.jp>
2079
2080 * make-dist: Make links for files under lisp/language.
2081
177c0ea7 20821997-02-20 Kenichi Handa <handa@etl.go.jp>
a4a9692d
DL
2083
2084 * update-subdirs: Exclude the directory "language" from subdirs.
2085
20861997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2087
2088 * configure.in: Check for rint and cbrt.
2089
20901997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2091
2092 * make-dist: Use $EMACS to say where to run Emacs.
2093 Add --no-update option.
dff28924 2094
a4a9692d
DL
20951996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2096
2097 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
2098
20991996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2100
2101 * make-dist (copying src): Check thoroughly for symlinks
2102 and copy them in all cases. Regularize the linking of *.in
2103 and *.opt and ChangeLog files.
2104 (copying lib-src): Likewise.
2105 Don't rm getdate.c or y.tab.*--they don't exist any more.
dff28924 2106
a4a9692d
DL
21071996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
2108
2109 * configure.in: Check for libmail, maillock.h and
2110 touchlock (for movemail).
2111
21121996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2113
2114 * configure.in (limits.h): Check for this file.
2115
21161996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2117
2118 * configure.in (rs6000-ibm-aix4.2): New alternative.
2119 (rs6000-ibm-aix4.0): New alternative.
2120 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
2121
21221996-11-22 Ben Harris <bjh21@cam.ac.uk>
2123
2124 * configure.in: Recognize vax-*-netbsd*.
2125
21261996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2127
2128 * configure.in (locallisppath): Add leim directory.
2129
21301996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
2131
2132 * config.bat: Make sure `mv' supports forward slashes and -f.
2133
21341996-10-28 Christian Limpach <chris@nice.ch>
2135
2136 * configure.in (hppa*-next-nextstep*): * added after hppa
2137 to accept hppa1.0 and hppa1.1.
2138
21391996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
2140
2141 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
2142 * configure.in (ld_switch_machine): Fix typo.
2143
21441996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2145
2146 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
2147 from config.h and use them in $ac_link.
2148
21491996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
2150
2151 * configure.in: Create a subdir named `lisp'.
2152
21531996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2154
2155 * configure.in: Check for getcwd.
2156
21571996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2158
dff28924 2159 * configure.in: Check for termios.h. Check for setpgid.
a4a9692d
DL
2160
21611996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2162
2163 * configure.in: Check for setrlimit.
2164
21651996-08-31 Paul Eggert <eggert@twinsun.com>
2166
2167 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
2168
21691996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2170
2171 * configure.in: Check for utimes.
2172
2173 * configure.in: Check for com_err library, but only
2174 if --with-kerberos was used. Check for krb and des
2175 only if --with-kerberos.
2176
21771996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2178
2179 * Makefile.in (INSTALL_STRIP): New variable.
2180 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
2181 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
2182
21831996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2184
2185 * configure.in: Check for krb and des libraries.
2186
21871996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2188
2189 * configure.in (*-sunos4.1.[3-9]*noshare):
2190 Use sunos413, not sunos4-1-3.
2191 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
2192 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
dff28924 2193
a4a9692d
DL
21941996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2195
2196 * Makefile.in (src/paths.h): Target deleted.
2197 (paths-force): Delete all dependencies on this target
2198 but don't delete the target.
2199 (install): Depend on `all'.
2200 (paths-force): Don't print a message.
2201
2202 * configure.in: Generate src/paths.h here.
2203
22041996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2205
2206 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
2207 New variables that affect linking only.
2208 (alpha-dec-osf*): Use those instead of previous change.
2209
22101996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2211
2212 * Makefile.in (install-arch-indep): Install info/messages.
2213
22141996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2215
2216 * Version 19.33 released.
2217
22181996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
2219
2220 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
2221 Fix previous change.
2222
22231996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2224
2225 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
2226 New alternative.
2227
22281996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2229
2230 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
2231 and NON_GCC_TEST_OPTIONS.
2232
22331996-08-06 Paul Eggert <eggert@twinsun.com>
2234
2235 * configure.in (LOCALTIME_CACHE): Don't put a string literal
2236 "TZ=..." in environ.
2237
22381996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2239
2240 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
2241
22421996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2243
2244 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
2245 the more general *-sunos4.1.[3-9]* clause.
2246
22471996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2248
2249 * Version 19.32 released.
2250
2251 * configure.in (*-sco3.2v5*):
2252 Set OVERRIDE_CPPFLAG to a string of one space.
2253 Fix the code that uses OVERRIDE_CPPFLAG.
2254
22551996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2256
2257 * configure.in: Undo previous change.
2258
22591996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2260
2261 * config.sub: Use `pc', not `unknown', when canonicalizing
2262 the vendor for ...86.
2263
177c0ea7 22641996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
a4a9692d
DL
2265
2266 * configure.in: Check for termios.h header.
2267
22681996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
2269
2270 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3
2271
22721996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
2273
2274 * configure.in: Split bsdos2 and bsdos2-1.
2275
22761996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2277
2278 * config.sub: If last two words are not a recognized
2279 KERNEL-OS pair, use just the last word as OS, as in 19.31.
2280 Make conversion of gnu/linux to linux-gnu really work.
dff28924 2281
a4a9692d
DL
2282 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
2283
22841996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2285
2286 * configure.in (check for using Lucid widgets by default):
2287 Eliminate indentation that confuses some compilers.
2288
22891996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2290
2291 * config.sub: Convert linux and gnu/linux to linux-gnu.
2292
2293 * make-dist: Don't update getdate.c.
2294 Ignore =... files when checking for too-long Lisp file names.
2295
22961996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2297
2298 * configure.in (euidaccess): Check for that, not for eaccess.
2299
23001996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2301
2302 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
92a8ce63 2303 before `noshare'.
a4a9692d
DL
2304 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
2305
23061996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2307
2308 * configure.in: Rename lignux to linux-gnu in configuration names.
2309 Use gnu-linux as the opsys value (s/ file name).
2310 Allow i686 just like i386, i486, i586.
2311
23121996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2313
2314 * configure.in (i*86-*-sco3.2v5): New alternative.
2315 (OVERRIDE_CPPFLAG): New variable.
2316 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
2317
2318 * configure.in: Specify vpath for .texi files.
2319
23201996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2321
2322 * configure.in: Always check for HAVE_X11R5.
2323 Separately decide whether to use a toolkit by default.
2324
23251996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
2326
2327 * configure.in: If X11R5 is missing the Xaw headers,
2328 default to --with-x-toolkit=no.
2329
23301996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2331
2332 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
2333
23341996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2335
2336 * Makefile.in (install-arch-indep): If cd etc makes output,
2337 don't treat that as part of the tar data.
2338 Check that ./lisp actually exists.
dff28924 2339
a4a9692d
DL
23401996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
2341
2342 * make-dist: Check for long file names.
2343
23441996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2345
2346 * Version 19.31 released.
2347
23481996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2349
2350 * configure.in: Recognize sparc-*-lignux.
2351
23521996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2353
2354 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
2355 Don't include config.w95.
2356
23571996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2358
2359 * make-dist: Replace --no-clean-up and --no-tar options
2360 with --clean-up and --tar, so that the default is useful.
2361
23621996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2363
2364 * config.bat: Make sure the GDB init file is called src/_gdbinit;
2365 if not, tell the user to rename it and abort.
2366
23671996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2368
2369 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
2370 test program.
2371
23721996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2373
2374 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
2375
2376 * make-dist (MANIFEST): Fix previous change.
2377 (msdos): Put mainmake.v2 into the dist.
2378
23791996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2380
2381 * make-dist: Exit if autoconf fails.
2382
23831996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
2384
2385 * config.bat: Set djgpp-ver, and unset it at the end.
b1f865ae 2386 Add a number of conditionals for DJGPP version 2.
a4a9692d
DL
2387 Rename label libsrc2 to libsrc3.
2388 Substitute for LDFLAGS in src/Makefile.
2389 Substitute for ALL_CFLAGS in lib-src/Makefile.
2390
23911996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2392
2393 * configure.in (ncurses): Check this after checking fns like strerror.
2394
23951996-04-08 Erik Naggum <erik@naggum.no>
2396
2397 * make-dist (MANIFEST): Don't include lines from =files.
2398
23991996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2400
2401 * make-dist: Don't put lisp/dired.todo in the dist.
2402
24031996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
2404
2405 * configure.in (HAVE_NCURSES): Look for library named ncurses.
2406
2407 * configure.in (setlocale): Check for it.
2408
2409 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
dff28924 2410
a4a9692d
DL
24111996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2412
2413 * configure.in: Use lignux instead of linux as value of opsys.
2414
24151996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2416
2417 * Makefile.in (install-strip): Fix whitespace.
2418 Get rid of continuation.
2419
2420 * config.sub: Convert linux or gnu/linux to lignux.
2421
24221996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2423
2424 * configure.in: Accept lignux in configuration name.
2425
24261996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2427
2428 * Makefile.in (install-strip): New target.
2429
24301996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2431
2432 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
2433 -f failed to do the job on Suns.
2434
24351996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2436
2437 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
2438
2439 * configure.in (linux/version.h): Check for this header.
2440
24411996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2442
2443 * configure.in: Remove -fno-builtin hackery from -lm check.
2444
24451996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2446
2447 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
92a8ce63 2448 just this test.
a4a9692d
DL
2449
2450 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
2451
24521996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2453
2454 * configure.in: Check for ncurses.
2455
24561996-02-28 Paul Eggert <eggert@twinsun.com>
2457
2458 * configure.in (LOCALTIME_CACHE):
2459 Also define if localtime mishandles unsetting TZ.
2460 This works around a localtime bug in mips-dec-ultrix.
2461
24621996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2463
2464 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
2465
2466 * configure.in: Improve messages about X versions.
2467
24681996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2469
2470 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
2471
24721996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2473
2474 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
2475 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
2476
2477 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2478 (install): Put install-arch-indep before install-arch-dep.
2479
24801996-02-20 Dave Love <d.love@dl.ac.uk>
2481
2482 * INSTALL: Clarify info about MS-DOS path handling.
2483
24841996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2485
2486 * Makefile.in (install-arch-indep): Install info/ccmode*.
2487 In previous change, protect against /bin/pwd returning null string.
2488
24891996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2490
2491 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
2492 to lispdir.
2493
24941996-02-01 Paul Eggert <eggert@twinsun.com>
2495
2496 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
2497
24981996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2499
2500 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
2501
25021996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2503
2504 * Makefile.in (extraclean): Use ${top_distclean} to ensure
2505 we delete everything distclean deletes.
2506
25071996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
2508
2509 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
2510
25111996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2512
2513 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
2514 into LDFLAGS instead of into LIBS.
2515
25161996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2517
2518 * configure.in (HAVE_XMU): Fix typo in previous change.
2519
25201996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2521
2522 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
2523
25241996-01-10 Erik Naggum <erik@naggum.no>
2525
2526 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
2527
25281996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
2529
2530 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
2531
25321996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2533
2534 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
2535 and use -lXt to link it.
2536
25371996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2538
2539 * configure.in (locallisppath): Put version-specific dir first.
2540
25411996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2542
2543 * configure.in (hppa-*-nextstep*): New alternative.
2544 (USE_X_TOOLKIT): By default, set this to "maybe";
2545 and change that later to LUCID or "no" according to X11 version.
2546
2547 * make-dist: Recompile outdated .elc files and update all autoloads.
2548
25491996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2550
2551 * configure.in (locallisppath): Fix typo in last change: " -> '.
2552
25531996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2554
2555 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
2556
25571995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2558
2559 * Makefile.in (install-arch-indep): Give all files read permission.
2560
25611995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2562
2563 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
2564 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
2565
25661995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2567
2568 * configure.in: Determine HAVE_X11R6.
2569 (HAVE_MENUS): Renamed from HAVE_X_MENU.
2570
25711995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2572
2573 * configure.in: Just "solaris" now defaults to version 2.4.
2574 Add sunos4.1.n-noshare as alternative.
2575
25761995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2577
2578 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
2579
25801995-11-29 Erik Naggum <erik@naggum.no>
2581
2582 * Makefile.in (install-arch-indep): Add missing backslash.
2583
25841995-11-29 Karl Eichwalder <ke@ke.Central.DE>
2585
2586 * Makefile.in (install-arch-indep): Don't install
2587 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
2588
25891995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2590
2591 * Makefile.in (install-arch-indep): Fix previous change.
2592
2593 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
2594
25951995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2596
2597 * Version 19.30 released.
2598
2599 * make-dist (lisp): Exclude subdirs.el.
2600
26011995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2602
2603 * make-dist (etc): Delete *.orig and *.rej.
2604
26051995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2606
2607 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
2608
26091995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2610
2611 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
2612
26131995-11-14 Geoff Voelker <voelker@cs.washington.edu>
2614
2615 * make-dist (nt): Rename install, readme, and todo to
2616 INSTALL, README, and TODO.
2617
26181995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2619
2620 * make-dist (lisp): Don't distribute site-start.
2621
26221995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
2623
2624 * make-dist: Break the hard link on alloca.c.
2625
26261995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2627
2628 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
2629
26301995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2631
2632 * make-dist (src, lib-src): Don't distribute Makefile.c.
2633 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
2634
26351995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2636
2637 * Makefile.in (mkdir): Create man1dir, not mandir.
2638 (uninstall): Use man1dir, not mandir.
2639
26401995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2641
2642 * Makefile.in (man1dir): New variable.
92a8ce63 2643 (install-arch-indep): Use man1dir.
a4a9692d
DL
2644
2645 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
2646
2647 * make-dist: Create lisp/MANIFEST.
2648
26491995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2650
2651 * configure.in (m68k-*-linux*): New alternative.
2652
26531995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2654
2655 * make-dist: Use new names config.in, paths.in, and
2656 {src,lib-src}/Makefile.in.
2657
26581995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2659
2660 * configure.in: Don't bother checking for drem.
2661
26621995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2663
2664 * Makefile.in (distclean): Delete line with just a tab in it.
2665 (install-arch-indep): Delete spaces that precede tabs.
2666 Delete spurious `fi' left from previous change.
2667 (install): Supply `true' as command, to avoid null command.
2668
26691995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2670
2671 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
2672
26731995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2674
2675 * configure.in (powerpc-*-solaris2): New alternative.x
2676
26771995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2678
2679 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
2680 of paths.h.tmp$$, to avoid going beyond 14 characters.
2681
26821995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2683
2684 * configure.in: Improve error msg for invalid --with-x-toolkit value.
2685
26861995-09-06 Paul Eggert <eggert@twinsun.com>
2687
2688 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
2689 if localtime caches TZ. Check for tzset.
2690
26911995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2692
2693 * config.bat: Simplify using new names file names src/makefile.in,
2694 config.in, paths.in. Change Echo commands not to use `.
2695
26961995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2697
2698 * Makefile.in (install-arch-indep): Always install the new dir file;
2699 rename the previous dir file to dir.bak or dir.old.
2700
27011995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2702
2703 * configure.in (RANLIB): Substitute this into makefiles.
2704 Set it specially on solaris; set it by default on other systems.
2705
2706 * configure.in: Fix previous Alpha change.
2707
27081995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2709
2710 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
2711 NON_GCC_TEST_OPTIONS.
2712
27131995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2714
2715 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
2716 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
2717
2718 * configure.in (alpha-*-linux*): New configuration.
2719
27201995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2721
2722 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
2723 (m68k-next-nextstep*): New alias for that.
2724 (i*86-*-nextstep*): Use nextstep.h.
2725 (sparc-*-nextstep*): New configuration.
2726
27271995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2728
2729 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
2730 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
2731
27321995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2733
2734 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
2735 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
2736
27371995-07-18 Mike Long <mike.long@analog.com>
2738
2739 * make-dist: Fix update of finder-inf.el, and byte-compile it.
2740
27411995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2742
2743 * Makefile.in (src/paths.h, paths-force):
2744 Rename src/paths.h.in to src/paths.in.
2745 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
2746
2747 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
2748 Use Makefile.c for intermediate file.
2749 Rename src/config.h.in to src/config.in.
2750
27511995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
2752
2753 * configure.in (mips-dec-ultrix*): Assume version 4.3.
2754 (mips-dec-ultrix4.[12]): New alternative for old versions.
2755
27561995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2757
2758 * make-dist: Don't break intra-tree links.
2759
27601995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2761
2762 * configure.in: Put back archlibdir initialization. Require
92a8ce63 2763 autoconf 2.4.1 or later.
a4a9692d
DL
2764
27651995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2766
2767 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
2768 (mips-mips-riscos5*): New alternative.
2769
27701995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2771
2772 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
2773
27741995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2775
2776 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
2777 (mandir, infodir, archlibdir): Initializations deleted.
2778
2779 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
2780 On hpux9shr, use hpux9shxr4.h.
2781
27821995-06-24 Morten Welinder <terra+@cs.cmu.edu>
2783
2784 * configure.in: Added target mips-dec-mach_bsd4.3.
2785 * config.guess: Guess mips-dec-mach_bsd4.3.
2786
27871995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2788
2789 * Makefile.in (mkdir): Use symbolic chmod.
2790
27911995-06-22 Paul Eggert <eggert@twinsun.com>
2792
2793 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.
2794 (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
2795
27961995-06-22 Paul Eggert <eggert@twinsun.com>
2797
2798 * Makefile.in (SUBDIR_MAKEFILES):
2799 Add man/Makefile, so `make distclean' removes it.
2800 (top_distclean): Add config.log to the list of files to be removed.
2801
28021995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2803
2804 * Version 19.29 released.
2805
28061995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2807
2808 * configure.in: Fix the previous change to verify that the -b
2809 option really solves the problem.
2810
2811 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
2812
28131995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2814
2815 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
2816
28171995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2818
2819 * configure.in: Report more clearly when there is no special
2820 dir to search for X includes or libraries.
2821
28221995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2823
2824 * configure.in: Check for -lpthreads, not -lpthread.
2825
28261995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2827
2828 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
2829
28301995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2831
2832 * configure.in: Check for -lpthread.
2833
28341995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2835
2836 * Makefile.in (install-arch-indep): Install info files for mh-e.
2837 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
2838
28391995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2840
2841 * configure.in (*-solaris2.5): New configuration.
2842
2843 * make-dist: Copy new files config.nt and config.w95.
2844
28451995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2846
2847 * configure.in: Use x_includes, not x_libraries, for -I.
2848 Make bitmapdir a colon-separated list.
2849
28501995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
2851
2852 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
2853
2854 * configure.in: Allow x_libraries and x_includes to be paths.
2855
28561995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2857
2858 * configure.in: Fix typo.
2859
28601995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2861
2862 * INSTALL: Clarify use of site-init.el.
2863
28641995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
2865
2866 * configure.in: pass arg to sqrt.
2867
28681995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2869
2870 * make-dist: Fix May 6 change.
2871
28721995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2873
2874 * vpath.sed: Delete reference to ymakefile.
2875
28761995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2877
2878 * configure.in: Use sqrt (more portable) instead of fmod in -lm
92a8ce63 2879 check.
a4a9692d
DL
2880
28811995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2882
2883 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
2884
2885 * update-subdirs: Specify /bin/sh to run the script.
2886
28871995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2888
2889 * make-dist: Put src/makefile.nt in dist.
2890
2891 * configure.in (i[345]86-*-bsdi2*): New configuration.
2892 (vax-dec-bsd386*): Deleted.
2893
28941995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2895
2896 * configure.in: Make sure CDPATH doesn't mess up PWD check. Check
2897 whether X bitmaps are in X11/bitmaps instead of bitmaps. Use fmod
2898 instead of logb in -lm check.
2899
29001995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2901
2902 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
2903 Use bsd4-3. Don't set NON_GNU_CPP.
2904
2905 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
2906 In nt. copy various different things, but not *.cmd.
2907 Fix the ln commands for the subdirs of nt.
2908
29091995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2910
2911 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
2912
29131995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2914
2915 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
2916 since that's what the header file expects.
2917
29181995-04-24 Francesco Potorti` (pot@cnuce.cnr.it)
2919
2920 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
2921 and 68040 based machines when choosing options for gnucc.
2922
29231995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2924
2925 * Makefile.in (top_distclean): Delete config.cache.
2926
29271995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2928
2929 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
2930
2931 * configure.in: Use m/ncr386.h.
2932
29331995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2934
2935 * Makefile.in (install-arch-indep): Undo Sep 23 change.
2936
29371995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2938
2939 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
2940 (man): Don't copy texindex.c and getopt.c; they're deleted.
2941 (etc): Omit `e'; it's a subdirectory.
2942 (etc/e): Use `../..', not `..', to reference top level.
2943
29441995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
2945
2946 * Makefile.in (install-arch-indep, dist):
2947 look for `update-subdir' in $(srcdir).
2948
29491995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2950
2951 * make-dist: Include mkinstalldirs in distribution.
2952
29531995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2954
2955 * make-dist: Add missing close backquote.
2956
29571995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2958
2959 * make-dist: Don't distribute shortnames directory.
2960
29611995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2962
2963 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
2964
29651995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2966
2967 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
2968
29691995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2970
2971 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
2972
29731995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2974
2975 * configure.in (mips-sgi-irix6): New configuration.
2976
29771995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2978
2979 * Makefile.in (maintainer-clean): Renamed from realclean.
2980
29811995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2982
2983 * configure.in: Create a .gdbinit that sources the real one, if
2984 using a different build directory.
2985
29861995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2987
2988 * configure.in: Check for sys/select.h.
2989
29901995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2991
2992 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
2993
29941994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2995
2996 * configure.in: Handle isc 4.1 operating system.
2997
29981994-12-10 Richard Stallman <rms@kepa>
2999
3000 * configure.in (rs6000-ibm-aix4.1*): New alternative.
3001 (rs6000-ibm-aix4*): New alternative.
3002
30031994-12-06 Richard Stallman <rms@kepa>
3004
3005 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
3006
30071994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3008
3009 * configure.in: Don't try to make directories that are guaranteed
92a8ce63 3010 to already exist.
a4a9692d
DL
3011
30121994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3013
3014 * configure.in: Generate man/Makefile from man/Makefile.in.
3015 Create the man subdir.
3016
3017 * Makefile.in (dvi): Run Make in our man subdir.
3018
3019 * make-dist: Create subdir etc/e.
3020 Make links to it.
3021 Put man/Makefile.in in dist, instead of man/Makefile.
3022
30231994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
3024
3025 * configure.in: Add --with-pop, --with-kerberos, and
3026 --with-hesiod for movemail.
3027
30281994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3029
3030 * configure.in (m68*-apollo*): Use s/domain.h.
3031
30321994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3033
3034 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
3035
30361994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3037
3038 * configure.in: Don't add -I, -L, -R options for cc if their
3039 arguments would be empty.
3040
30411994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3042
3043 * configure.in (i860-intel-osf1*): New alternative.
3044 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
3045 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
3046
30471994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3048
3049 * configure.in: Make h_errno check not use nested functions.
3050
30511994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3052
3053 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
3054
30551994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3056
3057 * Makefile.in (install-arch-indep): Avoid continued comment
92a8ce63 3058 swallowing target line.
a4a9692d
DL
3059
30601994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
3061
3062 * configure.in: Protect a character class with `changequote'.
3063
30641994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3065
3066 * configure.in: Accept `news' as a synonym for `newsos'.
3067
30681994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3069
3070 * Makefile.in: Don't rm files if cd fails.
3071
30721994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3073
3074 * make-dist: Put nt subdir and its subdirs in the dist.
3075 (lib-src): Put makefile.nt in the dist.
3076 (lisp): Put makefile.nt in the dist.
3077
30781994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3079
3080 * configure.in: Change a stray `[' to `test'.
3081
30821994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3083
3084 * configure.in: Adapt for Autoconf v2. Use the standard argument
3085 parser, host type canonicalizer, X11 finder, and message
3086 printing macros. Use the new macro names. Use `test' instead of `['.
3087
30881994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3089
3090 * configure.in: Check for getpagesize.
3091
30921994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3093
3094 * make-dist (msdos): Put sed* in the distribution.
3095
30961994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
3097
3098 * config.bat: New option, `--with-x', for configuring Emacs
3099 for use with the X11 system DesqView/X.
3100 New option, `--no-debug', for compiling Emacs without debug
3101 information thus saving disk space.
3102 (src/config.h, src/paths.h): Use `update' (which is like
3103 `move-if-changed') to change the file.
3104 (src/config.h): When configuring for X11 perform extra changes.
3105 (src/makefile): When configuring for X11 perform extra changes.
3106 (lib-src): Remove temporary files.
3107 (): Check that `sed', `rm', `mv', and `gcc' are available.
3108
31091994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3110
3111 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
3112
3113 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
3114
31151994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3116
3117 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
3118
3119 * configure.in (canonical): Substitute var into makefiles.
3120 (bitmapdir): Likewise.
3121
3122 * Makefile.in (bitmapdir): New variable.
3123 (src/paths.h, paths-force): Edit PATH_BITMAPS.
3124
31251994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3126
3127 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
3128
3129 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
3130 * update-subdirs: New shell script.
3131
31321994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3133
3134 * Makefile.in (top_distclean): Don't rm build-install.
3135 (SOURCES): Delete build-install.in.
3136
3137 * make-dist: Don't distribute build-ins.in.
3138 * build-ins.in: File deleted.
3139
31401994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
3141
3142 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
3143
31441994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3145
3146 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
3147
3148 * configure.in (libexecdir): Renamed from libdir. New default.
3149 (sharedstatedir): Renamed from statedir. New default.
3150 (datadir): New default.
3151
3152 * make-dist: Don't distribute subdirs.el.
3153
31541994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3155
3156 * configure.in (eaccess): Check for it.
3157
31581994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3159
3160 * configure.in (mktime): Check for it.
3161
31621994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
3163
3164 * configure.in (motif): Add support for usage and option checking.
3165
31661994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3167
3168 * configure.in (utimes): Check for it.
3169
31701994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3171
3172 * Makefile.in (install-arch-indep): Don't do mkdir here.
3173
31741994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3175
3176 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
3177 riscix.h renamed to acorn.h.
3178
177c0ea7 31791994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
a4a9692d
DL
3180
3181 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
3182 New configurations.
3183
31841994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3185
3186 * configure.in: Remove trailing slashes from srcdir.
3187
31881994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3189
3190 * configure.in (i[345]86-sequent-ptx*): Handle
3191
31921994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3193
3194 * Makefile.in (paths-force): Depend on src/paths.h
3195
31961994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3197
3198 * configure.in (config_options): Save all arguments, not just some.
3199
32001994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3201
3202 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
3203
3204 * configure.in: Add AC_AIX.
3205 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
3206
32071994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3208
3209 * configure.in (parsing options): Simplify sed command to delete -'s.
3210
32111994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
3212
3213 * configure.in (config_options): New shell variable.
3214 Pass its value to C code in EMACS_CONFIG_OPTIONS.
3215
32161994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3217
3218 * configure.in (alpha-dec-osf*): New target.
3219
3220 * Makefile.in: Use just one FRC target.
3221
32221994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3223
3224 * Makefile.in (removenullpaths, paths-force):
3225 Use name paths.h.tmp$$, which depends on the pid.
3226
32271994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3228
3229 * Makefile.in (removenullpaths, paths-force):
3230 Put paths.h.tmp in top-level dir, not in src.
3231
32321994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3233
3234 * Version 19.27 released.
3235
32361994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3237
3238 * Version 19.26 released.
3239
32401994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3241
3242 * configure.in: Check for lrand48, not rand48.
3243
32441994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3245
3246 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
3247 (powerpc-ibm-aix*): New aliases.
3248
32491994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3250
3251 * make-dist (src/m, src/s): Put *.inp in distribution.
3252
32531994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3254
3255 * configure.in: Accept i586 and i486 along with i386.
3256
32571994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3258
3259 * configure.in: Do compute unexec, LIBX, system_malloc, etc
3260 even if CPP env var was set by the user.
3261
3262 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
3263
32641994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
3265
3266 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
3267
32681994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3269
3270 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
3271
32721994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3273
3274 * configure.in: Check more specifically for i*86-sun-sunos.
3275
32761994-08-03 Caveh Jalali (caveh@eng.sun.com)
3277
3278 * configure.in: Handle solaris 2.4.
3279
32801994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3281
3282 * configure.in (rand48): Check for it.
3283
32841994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3285
3286 * make-dist: Update the info files.
3287
32881994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3289
3290 * configure.in: Make "checking..." messages' style consistent.
3291 (HAVE_H_ERRNO): New test.
3292
32931994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3294
3295 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
3296
32971994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3298
3299 * configure.in (CFLAGS): If the envvar was specified, use that.
3300 And set REAL_CFLAGS from it too.
3301
33021994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3303
3304 * make-dist: Update finder-inf.el.
3305
33061994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3307
3308 * make-dist (msdos): Include sed4.inp in dist.
3309
3310 * Makefile.in (libsrc_libs): Var deleted.
3311
33121994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3313
3314 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
3315
33161994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3317
3318 * configure.in (mips-sony-newsos4*): New alias.
3319
33201994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3321
3322 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
3323 (*-convex-convexos*): Accept this as alias.
3324
33251994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3326
3327 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
3328 for two different uses.
3329
33301994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3331
3332 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
3333
33341994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3335
3336 * make-dist: Put ./BUGS into the distrib.
3337
33381994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3339
3340 * configure.in: Handle 386 running Solaris 2.
3341
33421994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3343
3344 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
3345
33461994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3347
3348 * configure.in (mips-sony-newsos*): Use news-risc.h.
3349
3350 * configure.in: Accept bsdi as opsys, like bsd386.
3351
33521994-06-01 Morten Welinder (terra@diku.dk)
3353
3354 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
3355
33561994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3357
3358 * Version 19.25 released.
3359
3360 * make-dist (shortversion): Don't assume another period follows.
3361
33621994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3363
3364 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
3365 (uninstall): Use /bin/pwd.
3366
3367 * Makefile.in (blessmail): Depend on src.
3368 (all): Don't depend on blessmail.
3369
3370 * Makefile.in (src/paths.h): Don't force recomputation.
3371 (paths-force): New target; force recomputation of paths.h.
3372 (all): Depend on paths-force.
3373 (src, lib-src): Depend on src/paths.h.
3374
3375 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
3376 NON_GCC_TEST_OPTIONS.
3377
33781994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3379
3380 * configure.in: Don't insist on subversions for irix.
3381
33821994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3383
3384 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
3385
3386 * configure.in (i[34]86-next-*): New alternative.
3387
33881994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3389
3390 * Version 19.24 released.
3391
3392 * configure.in: New config hppa*-hp-hpux9shr*.
3393
33941994-05-22 Morten Welinder (terra@tyr.diku.dk)
3395
3396 * config.bat: Doc fix.
3397
33981994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3399
3400 * Makefile.in (mostlyclean, clean, distclean, realclean)
3401 (extraclean): Don't act on man subdir if it doesn't exist.
3402
34031994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3404
3405 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
3406 Use them to set up CC.
3407 (*-sun-sunos4.1.3): Set them.
3408
34091994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3410
3411 * Makefile.in (lib-src): Don't depend on src/paths.h.
3412
34131994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3414
3415 * build-ins.in (copydests): Get rid of spurious `-'s.
3416
3417 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
3418
34191994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3420
3421 * Version 19.23 released.
3422
3423 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
3424 for the Xlib and Xt checks; then restore old CFLAGS.
3425
34261994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3427
3428 * configure.in (HAVE_X11XTR6): Add newline before #if.
3429 Add newline after #endif.
3430
34311994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3432
3433 * configure.in (HAVE_X11XTR6): Arrange to define it.
3434
34351994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3436
3437 * Makefile.in (install): Depend on blessmail.
3438
34391994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3440
3441 * configure.in (mips-siemens-sysv*): Put quotes around value
3442 containing blanks.
3443
34441994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3445
3446 * Makefile.in (TAGS): Use the makefile in src subdir.
3447
34481994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3449
3450 * configure.in (opsys): Recognize `gnu'.
3451
34521994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3453
3454 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
3455
34561994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3457
3458 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
3459 version > 1.8.
3460
34611994-05-08 Morten Welinder (terra@diku.dk)
3462
3463 * config.bat: Forcibly remove "# " style comments from makefiles.
3464
34651994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3466
3467 * Makefile.in (uninstall): When processing lispdir and etcdir,
3468 do nothing unless it exists and is a directory.
3469
34701994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3471
3472 * Makefile.in (install-arch-indep): Do install info/dired-x*.
3473 Merge code in from install-doc.
3474 (install-doc): Merge code back into install-arch-indep.
3475 (install-arch-dep): Don't depend on install-doc.
3476
3477 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
3478
34791994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3480
3481 * configure.in (making src/Makefile and lib-src/Makefile):
3482 Split off the autoconf substitutions and don't pass them thru cpp.
3483 (undefs): Use $canonical as well as $configuration.
3484
3485 * make-dist: Distribute lisp/Makefile.
3486
3487 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
3488 Use lower case names for the s files.
3489
34901994-05-03 Morten Welinder (terra@diku.dk)
3491
3492 * config.bat: Added possibility for different file name
3493 transscriptions in lib-src.
3494
34951994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3496
3497 * Makefile.in (lib-src): Undo previous change.
3498 (blessmail): New target to run maybe-blessmail in lib-src.
3499 (all): Depend on blessmail.
3500
3501 * Makefile.in (lib-src): Depend on src.
3502
35031994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
3504
3505 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
3506 (m88k-dg-dgux5.4R2): dgux5.4R2.
3507
35081994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3509
3510 * configure.in (window_system): Restore accidentally deleted code
3511 that uses AC_FIND_X.
3512
3513 * make-dist: Distribute config.bat.
3514
35151994-04-29 Morten Welinder (terra@diku.dk)
3516
3517 * config.bat: Corrected the configuration of lib-src
3518 to keep up with configure. Add note about dos version 3
3519 or better needed (djgpp needs that). Add note explaining
3520 that either install in c:/emacs or edit the script.
3521 Don't change to c:/emacs, but assume we're there (to minimize
3522 the number of places to change).
3523
3524 * config.bat: Build-in the first step towards X11 support with
3525 the X11 emulator that exists. At this time it won't work,
3526 and several files are missing.
3527
35281994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3529
3530 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
3531 Don't look for -lresolv.
3532
3533 * Makefile.in (lib-src): Depend on src/paths.h.
3534
35351994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3536
3537 * configure.in: Restore deleted AC_SUBST of `configuration'.
3538 Improve error message for bad --with-x-toolkit value.
3539
3540 * configure.in: Define CONFIGURATION in src/config.h
3541 rather than substituting in src/Makefile.in.
3542
35431994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3544
3545 * Makefile.in (install-doc): New target.
3546 (install-arch-dep): Depend on install-doc.
3547 (mkdir): Create docdir.
3548
35491994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3550
3551 * configure.in: Test for libresolv.a.
3552 Substitute machfile and opsysfile.
3553
35541994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3555
3556 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
3557 (install-arch-dep): Install under the name $(EMACS).
3558
35591994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3560
3561 * configure.in (version): Use entire value of emacs-version.
3562 (mips-siemens-sysv*): New alternative.
3563
35641994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3565
3566 * Makefile.in (install-arch-indep): Don't install dired-x*.
3567
35681994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3569
3570 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
3571 Fix definition of $undefs.
3572
35731994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3574
3575 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
3576
3577 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
3578
35791994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3580
3581 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
3582
35831994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3584
3585 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
3586 and run it thru cpp, as with src/Makefile.in.
3587
3588 * configure.in: Use AC_SET_MAKE.
3589
35901994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3591
3592 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
3593
35941994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3595
3596 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
3597
3598 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
3599 (printing the choices): Make the toolkit message unconditional.
3600 (USE_X_TOOLKIT): Use `none', not `no', if none.
3601 (include libsrc_libs): Include config.h, and specify -I for srcdir.
3602 Get rid of temp file foofoo1.
3603
36041994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3605
3606 * configure.in (CFLAGS): Use shell syntax, not Makefile.
3607
36081994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3609
3610 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
3611 (printing the choices): State choice of toolkit.
3612 (libsrc_libs): Recalculate after writing config.h;
3613 then update lib-src/Makefile.
3614
36151994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3616
3617 * configure.in: Add sunos4shr as alternative for suns.
3618 Conditionals testing for null $CC were backwards.
3619
36201994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3621
3622 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
3623
36241994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3625
3626 * configure.in: Handle -isc4.0*.
3627
36281994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3629
3630 * configure.in (esix5): Set NON_GNU_CPP.
3631
36321994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
3633
3634 * Makefile.in (thisdir): Nonsensical variable removed.
3635 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
3636 back to $thisdir, rather than the directory `this_dir'.
3637
36381994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3639
3640 * Makefile.in (install-arch-indep): Add missing backslash after a
3641 `then'.
3642
36431994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3644
3645 * Makefile.in (thisdir): New variable.
3646 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
3647
36481994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3649
3650 * configure.in: Add freebsd.
3651
36521994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3653
3654 * configure.in: Check for fpathconf.
3655
36561994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3657
3658 * configure.in (with_x_toolkit): Fix typo in previous change.
3659
36601994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3661
3662 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
3663
36641994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3665
3666 * configure.in (with_x_toolkit): Don't allow motif or open-look.
3667
36681994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3669
3670 * configure.in: Fix value of docdir.
3671 * Makefile.in (install-arch-indep): Install DOC* in docdir.
3672
36731994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3674
3675 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
3676
36771994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
3678
3679 * configure.in: New variable docdir to control where the docstring
3680 file goes.
3681 Makefile.in: Use it to initialize PATH_DOC in paths.h.
3682
36831994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3684
3685 * configure.in: When --run-in-place, don't inherit archlibdir.
3686
36871994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3688
3689 * Makefile.in (install-arch-dep, install-arch-indep):
3690 New targets split up former do-install rule.
3691 (do-install): Target deleted.
3692
36931994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3694
3695 * configure.in (mips-sony-newsos*): New configuration.
3696
36971994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
3698
3699 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
3700
37011994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3702
3703 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
3704
37051994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3706
3707 * configure.in: Don't initialize CC.
3708
37091994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3710
3711 * configure.in (creating src/Makefile): Also generate -U switches
3712 for symbols in the $configuration value.
3713
3714 * configure.in: Check for sys_siglist being declared in system header.
3715
37161994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3717
3718 * configure.in (creating src/Makefile): Delete blank lines
3719 along with lines of whitespace.
3720 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
3721
37221994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3723
3724 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
3725 like C_SWITCH_SYSTEM.
3726 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
3727
37281994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3729
3730 * configure.in (drem): Check for this function.
3731
37321994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3733
3734 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
3735 If CPP was inherited from environment, don't use NON_GNU_CPP.
3736 (NON_GNU_CC): Likewise.
3737 (handling with_gcc): Use explicit if in the `no' case.
3738 (cc_specified): New variable; if set, don't use NON_GNU_CC.
3739
37401994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3741
3742 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
3743
37441994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3745
3746 * configure.in: Check whether fmod exists.
3747
37481994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3749
3750 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
3751 {src,lisp}/OChangeLog.
3752
37531994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3754
3755 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
3756 necessary for proper operation. This code works with the current
3757 released version of Autoconf.
3758
37591994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3760
3761 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
3762 (USE_X_TOOLKIT): Define it for all values except `no'.
3763
3764 * configure.in: Undo first Jan 8 change and Jan 16 change.
3765
37661994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3767
3768 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
3769 Substitute USE_X_TOOLKIT as both C macro and Make variable.
3770
3771 * Makefile.in (lwlib/Makefile): New target.
3772 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
3773 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
3774 (unlock, relock): Handle lwlib subdir.
3775
3776 * Makefile.in: Add some .PHONY targets.
3777
3778 * make-dist: Handle lwlib subdir like oldXMenu subdir.
3779
3780 * lwlib: New subdirectory.
3781
37821994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3783
3784 * configure.in: If CPP has a value that is a directory,
3785 discard the value.
3786
37871994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3788
3789 * configure.in (srcdir_undefs): Add g flag to sed substitution to
3790 remove -U[0-9]*.
3791
37921994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3793
3794 * Makefile.in (do-install): Install the dired-x info files.
3795
3796 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
3797 (See src/s/sol2.h.)
3798
37991994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3800
3801 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
3802
38031994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3804
3805 * configure.in (creating src/Makefile): Put code inside 2nd arg to
3806 AC_OUTPUT as it should be; hopefully noone will again see fit to
3807 gratuitously break this and not make a change log entry.
3808 Optimized sed processing of Makefile.in and cpp output; now
3809 preserves comments previously removed from the cpp input.
3810 Eliminated temp file for cpp output. Generate -U switches to
3811 undefine all identifiers that appear in the directory name
3812 ${srcdir}; pass these to cpp.
3813
3814 * configure.in (version): Fix sed regexp to match two-elt version
3815 number.
3816
3817 * configure.in: Check for strerror.
3818
38191994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3820
3821 * configure.in: Test for bcmp.
3822
38231994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3824
3825 * make-dist (tempdir): Put subdir msdos into the distribution.
3826
38271993-01-07 Morten Welinder (terra@diku.dk)
3828
3829 * config.bat: New file.
3830
38311994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3832
3833 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
3834
38351994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3836
3837 * configure.in (m68*-next-*): Don't care about which os is specified.
3838 (i[34]86-*-*): Check for *-nextstop*.
3839
38401993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3841
3842 * configure.in: Check for setsid.
3843
38441993-12-17 Richard Stallman (rms@srarc2)
3845
3846 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
3847
38481993-12-15 Richard Stallman (rms@srarc2)
3849
3850 * Makefile.in (mkdir): Make only the lockdir writable.
3851
3852 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
3853
38541993-12-11 Richard Stallman (rms@srarc2)
3855
3856 * Makefile.in (libdir): Use @libdir@.
3857
38581993-12-08 Richard Stallman (rms@srarc2)
3859
3860 * Makefile.in (install): Add empty command.
3861
38621993-12-04 Richard Stallman (rms@srarc2)
3863
3864 * make-dist: Put man/getopt.c in the dist.
3865
3866 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
3867
3868 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
3869
38701993-12-03 Richard Stallman (rms@srarc2)
3871
3872 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
3873 Set it for all solaris versions.
3874 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
3875 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
3876 Likewise for NON_GNU_CC and CC.
3877
38781993-12-01 Richard Stallman (rms@srarc2)
3879
3880 * configure.in (mips-mips-riscos4*): Assign variable CC.
3881 (checking ${with_gcc}): If "no", don't override CC if already set.
3882 (CC): Initialize it as empty.
3883
dff28924 38841993-11-30 Richard Stallman (rms@srarc2)
a4a9692d
DL
3885
3886 * configure.in (Suns): Set CPP if *-solaris2.3*.
3887
38881993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3889
3890 * Version 19.22 released.
3891
3892 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
3893
38941993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3895
3896 * make-dist: When breaking links, use cp -p.
3897 Copy install.sh into distribution.
3898 Move the temp dir up into the parent dir;
3899 don't leave the staging dir make-dist.tmp... in existence.
3900 * install.sh: New file.
3901
39021993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3903
3904 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
3905
39061993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3907
3908 * configure.in (version): When --run-in-place, exclude
3909 ${datadir}/emacs/site-lisp from locallisppath.
3910
39111993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3912
3913 * configure.in: Delete jumk.c before writing it.
3914
39151993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3916
3917 * Version 19.21 released.
3918
3919 * Makefile.in (mkdir): Ignore error from chmod.
3920
39211993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3922
3923 * make-dist: Don't put lisp/forms.README in the distribution.
3924
39251993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3926
3927 * configure.in (creating src/Makefile): Before running cpp,
3928 discard all lines that start with `# Generated' or /**/#.
3929
39301993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3931
3932 * Version 19.20 released.
3933
3934 * make-dist: Use build-ins.in, not build-install.in.
3935 Don't bother updating TAGS since it's not included.
3936
3937 * build-ins.in: Renamed from build-install.in.
3938
39391993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3940
3941 * make-dist: Don't try to link *.texinfo--there are none now.
3942 When running make in lib-src, specify YACC var value.
3943
39441993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3945
3946 * configure.in (extrasub): Add vpath patterns for %.[yls].
3947
3948 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
3949 Instead just include the commands to make src/Makefile as the
3950 second arg to AC_OUTPUT.
3951
3952 * configure.in: Use : instead of dnl for comment inside
3953 $makefile_command.
3954
3955 * configure.in: No longer use vpath_sed. Instead, when we notice
3956 srcdir already configured, set extrasub to hack vpath in the
3957 makefiles.
3958
3959 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
3960 before moving it.
3961 * Makefile.in (VPATH): Define to @srcdir@.
3962
39631993-09-28 Brian Fox (bfox@cubit)
3964
3965 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
3966 doesn't exist. Just copy src/Makefile.in instead. Touch
3967 all of the Makefiles after editing config.status.
3968
3969 * INSTALL: Update documentation to match new configuration
3970 mechanism.
3971
39721993-09-27 Brian Fox (bfox@ai.mit.edu)
3973
3974 * configure.in: Allow any of the path or directory Makefile
3975 variables to be set with flags to configure. Create all Makefiles
3976 at configure time. Edit special commands into config.status after
3977 src/Makefile.in is built from src/Makefile.
3978
3979 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
3980 If these files are out of date, simply have config.status
3981 rebuild them; don't rebuild them explicitly.
3982
39831993-09-25 Brian Fox (bfox@ai.mit.edu)
3984
3985 * build-install.in: Change src/xemacs to src/emacs. We no longer
3986 create src/xemacs, so the file wouldn't be found.
3987
3988 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
3989
39901993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu)
3991
3992 * configure.in: Avoid forcing the search of /usr/include before
3993 fixed include files by resetting C_SWITCH_X_SITE if it is
3994 "-I/usr/include".
3995
39961993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3997
3998 * Makefile.in (@rip_paths@locallisppath):
3999 Delete ${datadir}/emacs/site-lisp.
4000
40011993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4002
4003 * configure.in:
4004 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
4005 Remove ${extra_output} from AC_OUTPUT call.
4006
40071993-09-17 Brian Fox (bfox@inferno)
4008
4009 * make-dist: Quote backquotes found in strings to be echoed.
4010
4011 * configure.in: Use "sh -c pwd" when we want to avoid having the
4012 shell fix up the value of $PWD.
4013
40141993-09-13 Brian Fox (bfox@inferno)
4015
4016 * Makefile.in (do-install): Don't abort if ln or chmod at the end
4017 of the installation fail. Suggested by Karl Berry.
4018
40191993-08-30 Brian Fox (bfox@inferno)
4020
4021 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
4022 was used. Set MAKEFLAGS from MFLAGS.
4023
40241993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4025
4026 * configure.in: Test for res_init in libc.
4027
40281993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4029
4030 * configure.in: In the file ${tempcname}, use configure___
4031 instead of @configure@.
4032
40331993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
4034
4035 * make-dist: Dist vpath.sed
4036
4037 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
4038 Depend on vpath.sed.
4039 Replace sed comand for VPATH with @vpath_sed@.
4040
4041 * configure.in: Substitute variable `vpath_sed'.
4042 If not in $srcdir and $srcdir is configured,
4043 issue warning that GNU make is required,
4044 and set vpath_sed to use vpath.sed script.
4045
40461993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4047
4048 * configure.in: Remove check for $srcdir being configured. This
4049 pretty much works now.
4050 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
4051 Check for XFree86 (/usr/X386/include) independent of whether
4052 -lXbsd exists.
4053
4054 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
4055 realclean, unlock, relock): Use `$(MAKE)' in place of plain
4056 `make'.
4057
40581993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4059
4060 * Version 19.19 released.
4061
4062 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
4063
40641993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4065
4066 * configure.in: Check for XScreenNumberOfScreen.
4067
40681993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4069
4070 * configure.in: Add * to end of all configuration alternatives.
4071 (m68*-sony-newsos3*): New alternative.
4072
40731993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4074
4075 * make-dist: Include getdate.c in distribution.
4076
4077 * configure.in: For --help, use $PAGER if it is set.
4078 (LIB_X11_LIB): Default to -lX11.
4079 (mips-sgi-irix5.*): New alternative.
4080
4081 * Makefile.in (do-install): Install info/gnus* and info/sc*.
4082
4083 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
4084 Recognize *.B8.* as hpux version 8.
4085 (m68*-tektronix-bsd*): Fix typo in tek4300.
4086 (AC_HAVE_FUNCS): Add ftime.
4087
40881993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4089
4090 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
4091 Use tekxd88, not tekXD88.
4092
40931993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4094
4095 * configure.in: Check for -lm. Then can check for frexp and logb.
4096
40971993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4098
4099 * Version 19.18 released.
4100
4101 * make-dist (src): Don't put gnu-hp300 in dist.
4102 (src, lisp): Include OChangeLog in dist.
4103
41041993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4105
4106 * configure.in: Test for presence of logb and frexp functions.
4107
41081993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4109
4110 * configure.in (machine): Add i370-ibm-aix*.
4111
41121993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4113
4114 * configure.in (function checks): Test for mkdir and rmdir.
4115
4116 * configure.in (function checks): Don't test for random and bcopy
4117 only when we're building with X; look for them all the time.
4118
41191993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4120
4121 * configure.in: Test for availability of bcopy functions, searching
4122 the X libraries if we're using X.
4123
4124 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
4125 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
4126 versions of AIX, and needs to be passed to the loader.
4127
4128 * configure.in: Test for the availablility of the
4129 XScreenResourceString function.
4130
41311993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
4132
4133 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
4134 LD_SWITCH_X_SITE and assume --with-x11.
4135 Only look for X11 files if we weren't told about a window system
4136 or if we were told to use X11 but not told where.
4137 Search the libraries from the s and/or m files when checking for
4138 functions.
4139
4140 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
4141
41421993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4143
4144 * make-dist: Include lisp/dired.todo in the distribution.
4145
41461993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4147
4148 * configure.in: Add code to set HAVE_INET_SOCKETS.
4149
41501993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4151
4152 * configure.in: If we do find x_includes and x_libraries
4153 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
4154
41551993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4156
4157 * make-dist: Include src/gnu-hp300 in the dist.
4158
4159 * configure.in (canonical): New variable holds the canonicalized
4160 configuration. Don't alter `configuration'. Use `configuration'
4161 for Makefile.in for file naming.
4162 (testing x_includes and x_libraries): Use =, not ==.
4163
41641993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4165
4166 * Version 19.17 released.
4167
4168 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
4169 directory's makefile. This allows the invocation of CPP which
4170 builds xmakefile to receive these switches. The SunSoft C
4171 preprocessor inserts spaces between tokens if it doesn't get the
4172 -Xs flag requested in src/s/sol2.h.
4173
41741993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
4175
4176 * configure.in (m68k-bull-sysv3): new config.
4177
41781993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4179
4180 * configure.in: Use the autoconf AC_FIND_X macro to try to find
4181 the X Windows libraries.
4182
41831993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4184
4185 * make-dist (tempdir): Don't create lisp/forms-mode directory in
4186 the distribution. Those files aren't kept in their own
4187 subdirectory any more.
4188
41891993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4190
4191 * Version 19.16 released.
4192
41931993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4194
4195 * configure.in: Add --verbose flag.
4196
41971993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4198
4199 * version 19.15 released.
4200
42011993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4202
4203 * Makefile.in (top_distclean): Use -f switch when cleaning out
4204 lock dir; it might be empty.
4205
4206 * configure.in: Only check for -lXbsd once.
4207
42081993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4209
4210 * Version 19.14 released.
4211
42121993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4213
4214 * make-dist: If using gzip, create distribution with '.gz' extension.
4215
4216 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
4217 (lisp/forms-mode): This doesn't exist anymore.
4218
4219 * configure.in: Look for the closedir function.
4220
42211993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4222
4223 * configure.in (CPP): Autoconf sets this to a shell variable
4224 reference, which doesn't work when it's edited into a makefile.
4225 Expand that variable reference.
4226
4227 * Makefile.in (CPP): New variable.
4228 (src/Makefile): Edit CPP into src/Makefile.
4229
4230 * Makefile.in (src/Makefile): Don't bother exiting single quotes
4231 and entering double quotes to get the values of LD_SWITCH_X_SITE
4232 and the other make variables; make substitutes them in anyway.
4233
4234 * Makefile.in (uninstall): Don't remove the lisp and etc
4235 directories if they're in the source tree.
4236
92a8ce63 4237 Bring mumbleclean targets into conformance with GNU coding standards.
a4a9692d
DL
4238 * Makefile.in (mostlyclean, clean): Separate these two; just have
4239 them pass the request to the subdirectory makefiles.
4240 (distclean): Pass the request down, and then get rid of the
4241 files configure built, and get rid of the Makefiles.
4242 (realclean): Pass the request down, and then do the same things
4243 distclean does.
4244 (uninstall, info, dvi): New targets.
4245
4246 * configure.in: Move clause for PC-compatible i386 box to the end
4247 of the case statement, to avoid masking configurations below.
4248
4249 * configure.in: Add case for m88k-motorola-sysv4.
4250
4251 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
4252 the HP 68000 machines.
4253
4254 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
4255 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
4256 preprocessor won't fiddle with them.
4257
42581993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4259
4260 * Makefile.in (TAGS): cd to src to run etags.
4261
42621993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4263
4264 * configure.in (version): Check the X libraries for XrmSetDatabase
4265 and random, and see if we have -lXbsd.
4266
42671993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4268
4269 * configure.in: Pass "-Isrc" to the CPP we run to examine the
4270 s/*.h and m/*.h files. Martin Tomes
4271 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
4272
42731993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4274
4275 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
4276 above the general i386 alternative.
4277
42781993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4279
4280 * configure.in: Recognize configuration name for Data General
4281 AViiON machines.
4282
4283 * configure.in: Use AC_LONG_FILE_NAMES.
4284
42851993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4286
4287 * configure.in: Test for bison.
4288 * Makefile.in (YACC): New variable.
4289 (lib-src/Makefile.in): Edit YACC into the makefile.
4290
42911993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4292
4293 * Version 19.13 released.
4294
4295 * configure.in (CFLAGS): Don't set this according to the value of
4296 the GCC shell variable. Instead, consult the machine and system
4297 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
4298 test __GNUC__ while we're at it.
4299
4300 * configure.in: Remove extra ;; from hpux cases.
4301
43021993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4303
4304 * configure.in: Check to see if the system has -ldnet.
4305
43061993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4307
4308 * make-dist: Add clauses to distribute lisp/forms-mode.
4309
43101993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4311
4312 * configure.in (machine): Fix the versions in hpux version number test.
4313 Do not guess based on cpu type. Do check for explicit system version.
4314
43151993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4316
4317 * configure.in: Do NOT look for `unknown' as company name.
4318
43191993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4320
4321 * configure.in: Fix typo in message.
4322
43231993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4324
4325 * Version 19.12 released.
4326
4327 * Makefile.in (do-install): Correct previous etc-copying change.
4328 Partially rewrite using `if'.
4329 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
4330
4331 * Version 19.11 released.
4332
4333 * configure.in: Handle 386bsd.
4334
43351993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4336
4337 * make-dist: Update getdate.c.
4338
4339 * configure.in: Handle bsd386.
4340
4341 * Makefile.in (do-install): Use `-' in tar options.
4342
4343 * configure.in: Change ! "${...}" to x"${...}" = x.
4344
4345 * Makefile.in (do-install): Copy the DOC-* files from the build
4346 etc directory, as well as lots of things from ${srcdir}/etc.
4347
4348 * make-dist: Copy config.guess.
4349
4350 * configure.in: Handle AIX versions 1.2, 1.3.
4351
43521993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4353
4354 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
4355 the configuration name mips-mips-usg* to represent USG systems.
4356
4357 * configure.in: Fix logic to detect if srcdir is already configured.
4358
4359 * Makefile.in: Pass in LD_SWITCH_X_SITE.
4360
4361 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
4362 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
4363 of a directory; cd might fail, and have pwd print out the current
4364 directory.
4365
43661993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4367
4368 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
4369
43701993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4371
4372 * configure.in: Complain if srcdir points at an already-configured
4373 tree.
4374
43751993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4376
4377 * Version 19.10 released.
4378
43791993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4380
4381 * Makefile.in: Use Makefile comments, not C comments.
4382
4383 * configure.in: Add case for the Tektronix XD88.
4384
43851993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4386
4387 * configure.in: Handle sysv4.2 and sysvr4.2.
4388
43891993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4390
4391 * configure.in: Traverse the argument list without destroying it;
4392 don't use shift. It turns out that "set - ${saved_arguments}"
4393 doesn't work portably.
4394
4395 * configure.in: Add missing "fi".
4396
4397 * make-dist: Rebuild configure if configure.in is newer.
4398
4399 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
4400 targets to be executed even if make remembers that it has already
4401 stisfied FRC.
4402
44031993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4404
4405 * Makefile.in (do-install): Delete redundant code to copy etc twice.
4406
4407 * configure.in (romp): Handle various version numbers with aos and bsd.
4408
44091993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4410
4411 * configure.in: Fix message text.
4412
44131993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4414
4415 * make-dist: Make a `site-lisp' directory in the distribution,
4416 instead of a `local-lisp' directory, which hasn't been the
4417 appropriate name for a long time.
4418 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
4419 from the distribution first, then /usr/local/lib/emacs/site-lisp.
4420
4421 * Makefile.in (do-install): Correctly detect if ./etc and
4422 ${srcdir}/etc are the same.
4423
4424 * configure.in: Extract UNEXEC from the system configuration
4425 files, compute the name of the source file corresponding to the
4426 object file, and #define it as UNEXEC_SRC in config.h.
4427
4428 * configure.in: If srcdir is '.', then try using PWD to make it
4429 absolute.
4430
4431 * configure.in: Include ${srcdir} in the printed report, to help
4432 people notice if it's an automounter path.
4433
44341993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4435
4436 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
4437
44381993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4439
4440 * Makefile.in (do-install): Delete the dest dir, not the source dir,
4441 when they are different. Add `shift' command.
4442 (COPYDESTS, COPYDIR): Delete external-lisp dir.
4443 (externallispdir): Var deleted.
4444
4445 * configure.in: Delete spurious paren outputting short_usage.
4446
44471993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4448
4449 * Version 19.9 released.
4450
44511993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4452
4453 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
4454 subdirectory makes.
4455
4456 * make-dist: Check for .elc files with no corresponding .el file.
4457
4458 * Makefile.in (mkdir): Make all the directories in locallisppath.
4459
4460 * config.guess: New file.
4461 * configure.in: Use it, tentatively.
88c71720 4462 * INSTALL: Mention its usage.
a4a9692d
DL
4463
4464 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
4465 the former gives you the operating system rev directly. Use
4466 s/hpux.h if we don't recognize what we got.
4467
4468 * Makefile.in (do-install): Don't remove a destination directory
4469 if it's the same as the source. If ${srcdir}/info == ${infodir},
4470 don't try to copy the info files.
4471
4472 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
4473 doesn't work if you're not using a separate source directory.
4474 (do-install): Copy the build tree's etc directory only after
4475 making sure it's not also the source tree's etc directory.
4476
44771993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4478
4479 * configure.in: Handle sunos4.1.3 specially.
4480
44811993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4482
4483 * Makefile.in (INSTALL): Add definition.
4484
4485 * configure.in: Fix some messages. Support -with-gnu-cc.
4486 At the end, use `set --', not `set -'.
4487 Delete spurious `.h' in hpux alternatives.
4488
44891993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4490
4491 * Version 19.8 released.
4492
44931993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4494
4495 * configure.in: When looking for source in the same directory as
4496 the configure script, make the path thus discovered absolute.
4497 If the user specifies the `--srcdir' switch, make that directory
4498 absolute too.
4499
4500 * Makefile.in (srcdir): Remove comment saying this doesn't work.
4501
4502 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
4503 too, as the value of the PATH_INFO macro.
4504
4505 * configure.in: Check to see if the source lives in the same
4506 directory as the configure script.
4507
45081993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4509
4510 * Makefile.in (install): Split this into `install' and
4511 `do-install', to give people more control over exactly what gets
4512 done.
4513 (do-install): New target, containing the guts of `install'. Don't
4514 remove and recreate the directories inside the copying loop - do
4515 it all before the copying loop. Pass more flags to the lib-src
4516 make.
4517 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
4518 avoid errors and warnings.
4519
4520 * configure.in: For generic IBM PC boxes, insist on "unknown" for
4521 the manufacturer - the more general case was blocking other i386
4522 configuration names below, and that's how the names are written in
4523 MACHINES anyway.
4524
4525 * make-dist: When breaking links, remove the link before moving
4526 the copy onto it, to avoid interactive behavior.
4527
4528 * Makefile.in: Doc fix.
4529
4530 * configure.in: Doc fix.
4531
4532 * INSTALL: Mention --exec-prefix option.
4533
4534 * configure.in: Add support for the `--exec-prefix' option.
4535 * Makefile.in: Accept that support.
4536
4537 * configure.in: Use the AC_PROG_INSTALL macro.
4538 * Makefile.in (INSTALL): Variable removed.
4539 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
4540
4541 * configure.in: Distinguish between hp800's and hp700's by calling
4542 "uname -m".
4543
45441993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4545
92a8ce63 4546 * configure.in: Recognize configuration names for i860 boxes
a4a9692d
DL
4547 running SYSV.
4548
45491993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4550
4551 * configure.in: Distinguish between hp800's and hp700's by the
4552 version of HP/UX they run, since that's something people are more
4553 likely to know - hp700's run 8.0.
4554 Add HP 700 configuration.
4555
4556 * configure.in: Test for the presence of the `rename' function.
4557
4558 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
4559 configure.in.
4560 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
4561
4562 * make-dist: Break intra-tree links.
4563
4564 * configure.in: Explain that this is an autoconf script, and give
4565 instructions for rebuilding configure from it. Arrange to put
4566 comments in configure explaining this too.
4567
4568 * configure.in: Make the first line of the configure script be
4569 "#!/bin/sh". Leaving the first line blank didn't work.
4570
4571 * configure.in (long_usage): Removed; made short_usage describe
4572 the options briefly.
4573
4574 * configure.in: Implement the --prefix option.
4575 * Makefile.in (prefix): Add support for it here.
4576 * INSTALL: Document it here.
4577
4578 * Makefile.in (install): Don't assume that the files in the `info'
4579 subdirectory match *.info. They don't have that prefix.
4580
45811993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4582
4583 * configure.in: Add case for version 5 of Esix.
4584
45851993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4586
92a8ce63 4587 * Version 19.7 released.
a4a9692d
DL
4588
4589 * make-dist: There aren't any *.com files in lib-src anymore.
4590
4591 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
4592 them; they're symlinks to other filesystems on the GNU machines.
4593
4594 * make-dist: Check that the manual reflects the same version of
4595 Emacs as stated in lisp/version.el. Edit that version number into
4596 the README file.
4597
45981993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4599
4600 * configure.in: Remove the hack of AC_DEFINE; use
4601 AC_DEFINE_UNQUOTED.
4602
46031993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4604
4605 * make-dist: Don't distribute precomp.com, compile.com, or
4606 link.com from ./src; they're in ./vms now.
4607
4608 Some time-handling patches from Paul Eggert:
4609 * configure.in: Add AC_TIMEZONE.
4610
46111993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4612
4613 * configure.in: Recognize Linux as a valid operating system for
4614 the i386.
4615
46161993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4617
4618 * make-dist: Distribute some VMS files we got from Richard Levitte.
4619
4620 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
4621 the source for the sed command, not oldXMenu/Makefile.
4622
46231993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4624
4625 * INSTALL: Don't claim the srcdir option doesn't work.
4626
46271993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4628
4629 * configure.in: Include remarks saying what order the autoconf
4630 tests should go in, and remind people to change config.h.in
4631 whenever they add autoconf tests which make #definitions.
4632
4633 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
4634
46351993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4636
4637 * Makefile.in (oldXMenu/Makefile): Make this depend on
4638 ${srcdir}/oldXMenu/Makefile.in, not itself.
4639
4640 * PROBLEMS: Some updates from David J. Mackenzie.
4641
4642 More changes from David J. Mackenzie.
4643 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
4644 removed; autoconf and config.h should specify all these
4645 differences.
4646 (buildlisppath): Make this path depend on ${srcdir}.
4647 (INSTALLFLAGS): Removed.
4648 (INSTALL): Include the -c flag.
4649 (install): Change the way we invoke install accordingly.
4650
4651 Install ${srcdir} changes from DJM.
4652 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
4653 list.
4654 (COPYDIR, COPYDESTS): Install files from both the etc directory in
4655 the source tree and the etc directory in the object tree.
4656 (${SUBDIR}): Pass the prefix variable down to submakes.
4657 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
4658 in /bin.
4659 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
4660 values for srcdir and VPATH.
4661 (install): Add `v' flag to tar command. Make sure that `dir'
4662 exists in ${srcdir}/info before copying it. Remember that the man
4663 pages come from the source tree, not the object tree.
4664 * configure.in: Remove remarks saying that the --srcdir option
4665 doesn't work.
4666 Create the etc directory in the object tree.
4667 Recognize configuration names of the form *-sun-solaris*.
4668 Recognize sunos5 and solaris as operating system names.
4669
4670 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
4671 lib-src/getdate.y and src/systime.h.
4672
46731993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4674
4675 * make-dist: Make links in info subdir.
4676
46771993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4678
4679 * configure.in: Call AC_STDC_HEADERS.
4680
46811993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4682
4683 * configure.in: Sidestep autoconf's quoting of the second argument
4684 of AC_DEFINE, so we can specify the value to put there. It would
4685 be nice if autoconf provided some way to specify computed values
4686 for macros.
4687
46881993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4689
4690 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
4691 this is always just -DHAVE_CONFIG_H.
4692
4693 The GNU coding standards specify that CFLAGS should be left for
4694 users to set.
4695 * Makefile.in (CFLAGS): Let configure determine the default value
4696 for this. Don't
4697 have it default to DEFS.
4698 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
4699 (lib-src/Makefile, src/Makefile): Edit the default value for
4700 CFLAGS into these files, not DEFS.
4701 * configure.in (CFLAGS): Choose a default value for this - "-g"
4702 normally, or "-g -O" if we're using GCC. Edit it into the
4703 top-level Makefile.
4704
4705 * configure.in: When scanning the machine and system description
4706 #include files, write their names to conftest.c properly.
4707
47081993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4709
4710 * configure.in: In configuration name case for Apallos running
4711 Domainios, set opsys, not opsysfile.
4712
4713 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
4714 src/config.h, instead of AC_OUTPUT; the latter overwrites
4715 src/config.h even when it hasn't changed, puts a makefile-style
4716 comment at the top even though it's C code, and produces a
4717 config.status script which doesn't do the job right.
4718
4719 * configure.in: Add AC_LN_S test, so we can tell whether or not we
4720 can use a symbolic link to get the X Menu library into src.
4721 * Makefile.in (LN_S): New variable.
4722 (src/Makefile): Edit the value of LN_S into this makefile.
4723
47241993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4725
4726 * configure.in: Support *-sco3.2v4* as opsystem.
4727
4728 * make-dist: Don't include calc directory.
4729 Exclude many files in the man directory; copy a few.
4730
47311993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4732
4733 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
4734 call AC_STRUCT_TM to see what's in time.h.
4735
4736 * configure.in: Employ quoting stupidity to get the value of CPP
4737 to expand properly.
4738
47391993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4740
4741 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
4742 variable to scan the machine and system description files.
4743
4744 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
4745 so that getdate.y builds correctly.
4746
47471993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4748
4749 * configure.in (tempcname): Change this to "conftest.c", so it will
4750 work properly on systems with short filenames; this is the name
4751 autoconf uses.
4752
4753 * configure.in: Also detect the availability of dup2 and
4754 gethostname.
4755
4756 * configure.in: Use the AC_ALLOCA test.
4757 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
4758 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
4759
47601993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4761
4762 * make-dist: Distribute configure, as well as configure.in.
4763 Oversight.
4764
47651993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4766
4767 * Makefile.in (install): Print out the name of the directory we're
4768 copying, so people can have some idea of whether we're making
4769 progress.
4770
4771 * Makefile.in (install.aix, install.xenix, install.sysv, install):
4772 Don't forget to re-create the COPYDESTS directories after we clear
4773 them out.
4774
47751993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4776
4777 * Makefile.in: Add autoconf cookies so that the configure
4778 script can comment out sections of path variable definitions to
4779 choose between the installable configuration and the run-in-place
4780 configuration.
4781 * configure.in: Add new option `--run-in-place', to select the
4782 run-in-place path definitions.
4783
4784 * configure.in: Add a clause to the big configuration name case
4785 for the NeXT machine.
4786
47871993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4788
4789 * Makefile.in (install, install.sysv, install.xenix, install.aix):
4790 Make sure that each source directory exists, and is different from
4791 the destination directory; then, delete the destination before
4792 copying over the source.
4793
4794 * make-dist: Distribute configure.in, instead of configure.
4795
47961993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4797
4798 * configure.in: Don't set CC to "gcc -O" if the user specifies
4799 `--with-gcc'. Add -O to DEFS if GCC is set.
4800
48011993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4802
4803 * Makefile.in (clean mostlyclean): Missing right paren.
4804
4805 * configure.in: When checking for X windows, search for an X11
4806 subdirectory of ${x_includes}.
4807
4808 * configure.in: Check for gettimeofday function, for getdate.y.
4809
92a8ce63 4810 Change `configure' to a mixture of custom code and autoconf stuff.
a4a9692d
DL
4811 autoconf can't derive all the information we need, but we'd really
4812 like to be able to take advantage of some of its tests, and its
4813 file-editing facilities.
4814 * configure.in: Renamed from configure.
4815 Quote the sections of shell script we want copied literally to
4816 the configure script.
4817 (compile): Initialize this to make the autoconf macros' code happy.
4818 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
4819 code to do their jobs.
4820 Use autoconf to produce Makefile and src/config.h.
4821 Remove the Makefile-style comment that autoconf places at the top
4822 of src/config.h.
4823 (config_h_opts): Removed - no longer necessary.
4824 * Makefile.in (configname): Renamed to configuration.
4825 (CONFIG_CFLAGS): Renamed to DEFS.
4826 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
4827 get values via autoload @cookies@.
4828 (libsrc_libs): Get this from autoconf. We used to do nothing
4829 about this.
4830 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
4831
4832 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
4833 echo the move-if-change command.
4834
48351993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
4836
4837 * make-dist: Distribute lib-src/rcs-checkin.
4838
4839 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
4840 Don't try to make links to the RCS or Old subdirectories.
4841 Use the appropriate extension for the compression type in use.
4842 Create the tar file in the shell's initial default directory, not
4843 in ${tempparent}.
4844 Erase the whole ${tempparent} tree, not just ${tempdir}.
4845
48461993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4847
4848 * Makefile.in (src/paths.h): Don't echo the huge sed command we
4849 use to build paths.h.
4850 (lib-src/Makefile, src/Makefile): Similarly.
4851
4852 * configure: Extend test for working `const' keyword to handle AIX
4853 3.2 cc.
4854
48551993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4856
4857 * make-dist: Distribute lisp/term/ChangeLog.
4858
92a8ce63 4859 Arrange for C compilation throughout the tree to get
a4a9692d
DL
4860 C_SWITCH_SYSTEM from the configuration files.
4861 * configure: Extract C_SWITCH_SYSTEM from the machine and
4862 system-dependent files, and save it in the top-level Makefile.
4863 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
4864 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
4865
4866 * make-dist: Include the VMS support files in oldXMenu in the
4867 distribution.
4868
4869 * configure: Doc fix.
4870
4871 * configure: Fix corrupted config_h_opts.
4872
4873 * configure: Properly report option names in error messages.
4874
4875 * configure: Properly recognize --x-includes and --x-libraries
4876 options.
4877
4878 * configure: Fix syntax errors in code handling XFree386.
4879
48801993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4881
4882 * configure: Add special code to detect XFree386, and tell
4883 config.h about it.
4884
4885 * configure: Properly handle extracting values of LIBS_MACHINE and
4886 LIBS_SYSTEM that contain spaces.
4887
4888 * configure: Add `--x-includes' and `--x-libraries' options. I
4889 think these are dopey, but no less than three alpha testers, at
4890 large sites, have said they have their X files installed in odd
4891 places. Implement them by setting C_SWITCH_X_SITE and
4892 LD_SWITCH_X_SITE in src/config.h.
4893
48941993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4895
4896 * make-dist: Don't distribute etc/Old files.
4897
4898 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
4899 backups.
4900
49011993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4902
4903 * make-dist: Fix typo.
4904
49051993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4906
4907 * make-dist: Corrected typo, fixed it to discard = and TAGS files
4908 in some cases where it should but didn't seen to.
4909
4910 * Makefile.in: Added unlock and relock productions.
4911
49121993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4913
4914 * make-dist: Add a --compress option to force make-dist to use
4915 compress.
4916
4917 * make-dist: Use gzip, if we can find it.
4918
4919 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
4920 make rs6000-ibm-aix default to -aix32.
4921
49221993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4923
4924 * Makefile.in: Added `Developer's configuration' section.
4925
49261993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4927
4928 * Makefile.in: Add commented-out variable settings for developer's
4929 configuration.
4930
49311993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4932
4933 * make-dist: Distribute `src/bitmaps' too.
4934
49351993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
4936
4937 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
4938 make rs6000-ibm-aix default to -aix32.
4939
49401993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4941
4942 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
4943
4944 * Makefile.in (install.sysv): Add a second `$' in front of
4945 `${dest}', so that the shell will expand it, instead of Make.
4946
4947 * configure: When processing the name of the configure script,
4948 collapse `././' to `./', but leave a single `./' prefix alone.
4949
4950 * configure: Doc fix.
4951
49521993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4953
4954 * configure: Handle isc3.0 correctly.
4955
49561993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4957
4958 * make-dist: Don't try to copy the COPYING notice into
4959 external-lisp; we're not distributing that directory any more.
4960
49611993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4962
4963 * Makefile.in (install, install.aix, install.xenix, install.sysv):
4964 Remove CVS subdirectories from the installed directory trees, as
4965 well as RCS directories.
4966
49671993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4968
4969 * make-dist: Only copy gmalloc.c if we couldn't link it.
4970 Don't try to copy man/{README,Makefile} unless they actually exist.
4971
4972 * Makefile.in (lisppath): Don't include externallispdir in this.
4973 We're not sure whether we're even going to distribute the
4974 directory yet.
4975
49761993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4977
4978 * make-dist: Don't distribute the external-lisp directory anymore.
4979 * INSTALL: Remove all references to external-lisp.
4980
4981 * configure: Detect whether the compiler supports `const'
4982 properly, and edit src/config.h accordingly.
4983
4984 * configure: Tweak layout of final report.
4985
4986 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
4987 CFLAGS.
4988
4989 * Makefile.in (locallisppath): Make this default to
4990 ${datadir}/emacs/site-lisp, instead of
4991 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
4992 the same thing, and local-lisp causes completion conflicts with
4993 lock.
4994 (lisppath): Add ${externallispdir} to this.
4995 * INSTALL: Adjust installation directions.
4996
4997 * Makefile.in (externallispdir): New variable, to say where to
4998 install the externally-maintained lisp files.
4999 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
5000 the others.
5001 * INSTALL: Describe external-lisp and the new externallispdir
5002 variable.
5003
50041993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5005
5006 * configure (progname): New option `--with-gcc'. Make it clearer
5007 how we are trying to guess whether or not we have GCC.
5008 * INSTALL: Document the `--with-gcc' option, and improve
5009 description of `--with-x' options.
5010
50111993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5012
5013 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
5014 ${infodir} from these variables; we have written out explicit code
5015 to install the info files.
5016
50171993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5018
5019 * make-dist: Don't distributed the RCS files in the etc directory.
5020
50211993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5022
5023 * Makefile.in: Some makes can't handle comments in the middle of
5024 commands; move them to before the whole rule.
5025
50261993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5027
5028 * README: Mention what Emacs is.
5029
50301993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5031
5032 * make-dist: Include `./lisp/calc-2.02' in the distribution.
5033 Add `./cpp' and `./man' back into the distribution.
5034
50351993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5036
5037 * Makefile.in: Define MAKE, and use where appropriate.
5038
50391993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5040
5041 * make-dist: Remember that the authoritative COPYING notice is
5042 `etc/COPYING', not `../etc/COPYING'.
5043
50441992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5045
5046 * make-dist: Make sure that the COPYING notices in each directory
5047 are copies, not symlinks.
5048
50491992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5050
5051 * INSTALL: The build process produces an executable called `emacs'
5052 now. Change references.
5053 * Makefile.in: Adjust `install.mumble' targets to install
5054 `src/emacs', not `src/xemacs'.
5055
5056 * configure: Start with a blank line; this keeps some old CSH's
5057 from thinking it's a CSH script. Most systems will just use
5058 /bin/sh to run it, which is what we're expecting; the only other
5059 shells which might try to interpret it themselves are probably
5060 Bourne-compatible.
5061
50621992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5063
5064 * INSTALL: Improvements suggested by David Mackenzie.
5065
50661992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5067
5068 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5069 Don't try to copy the info files if there aren't any; the
5070 unexpanded globbing pattern disappoints `install'. Ignore the
5071 return status of that command.
5072
5073 * INSTALL: Updated for new configuration arrangement.
5074
5075 * configure: Don't make the top-level Makefile read-only - people
5076 may want to edit the values of the path variables.
5077
5078 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5079 Install the info files in ${infodir}. Install the executable
5080 under both `emacs' and `emacs-VERSION'.
5081
5082 * Makefile.in: Doc fix.
5083
5084 * Makefile.in (exec_prefix): New variable, as per latest version
5085 of coding standards.
5086 (bindir, libdir): Use it, instead of `prefix'.
5087 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
5088
5089 * Makefile.in (mandir): Make the default value for this depend on
5090 $(prefix).
5091
5092 * Makefile.in (datadir, statedir, libdir): Make these all default
5093 to ${prefix}/lib.
5094 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
5095 to compensate.
5096
5097 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5098 Install the etags and ctags man pages too.
5099
5100 * Makefile.in (distclean): Don't delete backup files; that's the
5101 job of extraclean.
5102 (extraclean): Like distclean, but deletes backup and autosave files.
5103
51041992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5105
5106 Make path specification conform to GNU coding standards.
5107 * configure (long_usage): Remove all traces of old arguments from
5108 usage messages, and document the options we do accept in more
5109 detail: -with-x... and --srcdir.
5110 (options, boolean_opts): Deleted; we don't have enough options to
5111 make this worthwhile.
5112 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
5113 along with the code which supported them; these should be set as
5114 arguments to the top-level make.
5115 (config_h_opts): Since this no longer doubles as a list of option
5116 names, make them upper case; this simplifies the code which uses
5117 them to build the sed command to edit src/config.h. Change the
5118 code which sets them.
5119 (cc, g, O): Don't allow the user to set these using options; they
5120 should be specified using `CC=' and `CFLAGS=' arguments to the
5121 top-level make. Just choose reasonable default values for them,
5122 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
5123 values.
5124 (gnu_malloc, rel_alloc): Don't allow the user to set these using
5125 options; use them whenever the configuration files say they're
5126 possible.
5127 Simplify the argument processing loop. Don't accept abbreviations
5128 for option names; these might conflict with other configuration
5129 options in the future.
5130 Add some support for the `--srcdir' option. Check for the sources
5131 in . and .. if `--srcdir' is omitted. If the directories we will
5132 compile in don't exist yet, create them under the current directory.
5133 Note that the rest of the build process doesn't really support
5134 this.
5135 Edit only the top Makefile. That should edit the others. Edit
5136 into the makefile: `version', from lisp/version.el, `configname'
5137 and `srcdir' from the configuration arguments, `CC' and
5138 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
5139 the user's path, and LOADLIBES as gleaned from the system
5140 description files.
5141 Simplify the report generated; it doesn't need to include any
5142 description of paths now.
5143 Make `config.status' exec configure instead of just calling it, so
5144 there's no harm in overwriting `config.status'.
5145 * Makefile.in (version, configname): New variables, used to choose
5146 the default values for datadir and libdir.
5147 Path variables rearranged into two clearer groups:
5148 - In the first group are the variables specified by the GNU coding
5149 standards (prefix, bindir, datadir, statedir, libdir, mandir,
5150 manext, infodir, and srcdir).
5151 - In the second are the variables actually used for Emacs's paths
5152 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
5153 archlibdir), which depend on the first category.
5154 datadir and libdir default to directories under
5155 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
5156 demand.
5157 etcdir and lispdir default to subdirectories of datadir.
5158 archlibdir defaults to libdir.
5159 The new installation tree is a bit deeper than it used to be, so
5160 use the new make-path program in lib-src to build them all.
5161 Always build a new src/paths.h.tmp and then move-if-change it to
5162 src/paths.h, to avoid unnecessary rebuilds while responding to the
5163 right changes.
5164 Remove all mention of arch-lib. Run utility commands from
5165 lib-src, and let the executables be copied into archlibdir when
5166 Emacs is installed.
5167 Add targets for src/Makefile, lib-src/Makefile, and
5168 oldXMenu/Makefile, editing the values of the path variables into
5169 them.
5170 Let lib-src do its own installation.
5171 (datadir): Default to putting data files under
5172 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
5173 (emacsdir): Variable deleted; it would only be confusing to use.
5174 (lispdir, etcdir): Default to ${datadir}/lisp.
5175 (mkdir): Use make-path for this.
5176 (lockdir): Do this in mkdir.
5177 (Makefile): New target.
5178
5179 * configure (usage_message): Rename to long_usage.
5180
5181 * make-dist: Don't bother creating an arch-lib directory; that's
5182 only for installation now.
5183
51841992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5185
5186 * configure: Use GCC-style configuration names, using config.sub.
5187 Change the usage and help messages.
5188
5189 * configure: Initialize window_system, not indow_system.
5190
5191 * configure: Report which window system, compiler, and signal
5192 handler return type we decide to use.
5193
5194 * make-dist: Explain what's going on if config.sub and gmalloc.c
5195 can't be linked. Place the code which copies them near the code
5196 which links the rest of the files around them.
5197
51981992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
5199
5200 * make-dist: Don't bother to distribute src/*.com, or
5201 src/vmsbuild; those have all been moved to `../vms'.
5202
52031992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5204
5205 * make-dist: Don't forget that the way to avoid filenames starting
5206 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
5207 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
5208 couldn't make hard links to, since we have two already, and
5209 perhaps more to come.
5210
52111992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5212
5213 * configure: When editing parameters into lib-src/Makefile, change
5214 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
5215 needs some other flags too.
5216
52171992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5218
5219 * configure: Remove spurious echo of the configuration name.
5220
5221 * make-dist: Don't distribute files in src/m and src/s whose names
5222 begin with `='.
5223
52241992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5225
5226 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
5227 Also LISP_FLOAT_TYPE.
5228
52291992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5230
5231 * make-dist: Copy config.sub, since it's a symbolic link to a file
5232 on another file system.
5233
52341992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5235
5236 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
5237 distribution.
5238
5239 * config.sub: New file, to help us recognize configuration names.
5240 * make-dist: Include it in the distribution.
5241
52421992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5243
5244 * configure: Convert `-' to `_' in specified option names.
5245 Accept options with --. Delete --highpri and --have-x-menu options.
5246 New options --with-x and --with-x10 replace -window-system.
5247 Don't mention options --gnu-malloc, --rel-alloc
5248 or --lisp-float-type in help message.
5249
52501992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5251
92a8ce63 5252 * make-dist: Include the `vms' subdirectory in the distribution.
a4a9692d
DL
5253
52541992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5255
5256 * configure: Remove lines starting with "# DIST: " when building
5257 lib-src/Makefile and src/Makefile. This allows us to mark the
5258 "Makefile.in" files with explanatory comments which won't also get
5259 stuck in the Makefiles.
5260
52611992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5262
5263 * make-dist: Don't use the '+' operator in the sed regular
5264 expression that extracts the version number from lisp/version.el;
5265 Ultrix sed doesn't seem support the operator. Just double the
5266 operand and use *.
5267
52681992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5269
5270 * Makefile.in: Doc fix.
5271
52721992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5273
5274 * configure: Rewrite sed command to remove at most one ./ prefix;
5275 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
5276 group.
5277
52781992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5279
5280 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
5281
52821992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5283
5284 * make-dist: Go ahead and build a new TAGS file, unless the
5285 --newer option was specified. Don't try to delete a TAGS file
5286 from etc; it's not kept there, and shouldn't be deleted anyway.
5287
52881992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5289
5290 * make-dist: If the lisp directory contains a default.el, don't
5291 distribute it.
5292
5293 * configure: When searching signal.h for the type of a signal
5294 return handler, make a copy of it, not a symbolic link to it; that
5295 way, it will work on systems that don't have symbolic links.
5296
52971992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5298
5299 * make-dist: taught it about vcdiff and rcs2log, added --newer
5300 option for generating incremental distributions. Stopped it from
5301 generating a TAGS file into the distribution; that sucker is
5302 *big*, and easily enough generated with the toplevel makefile.
5303
53041992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5305
5306 * configure: When writing config.status, don't prefix progname
5307 with a '.'; it might be absolute.
5308
53091992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5310
5311 * configure: Choose to use X11 if either /usr/lib/libX11.a or
5312 /usr/include/X11 exist, not only if both exist.
5313
53141992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5315
5316 * make-dist: Make the new external-lisp directory a duplicate of
5317 the external-lisp directory, not the lisp directory.
5318
53191992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5320
5321 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
5322 clean' in arch-lib; it doesn't even have a Makefile.
5323
5324 * Makefile.in (clean, mostlyclean): In the test which tries to
5325 distinguish between the build directory, which should be cleaned,
5326 and the installed directory, which shouldn't, cd to `${emacsdir}',
5327 not `${DESTDIR}${LIBDIR}'.
5328
53291992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5330
5331 * make-dist: Be sure to delete the .c and .h files that YACC and
5332 BISON create from getdate.y.
5333
92a8ce63 5334 * external-lisp: New directory; see `external-lisp/README'.
a4a9692d
DL
5335 * make-dist: Added support for the external-lisp subdirectory.
5336
5337 * make-dist: Changed message which complains that make-dist wasn't
5338 invoked in the right directory to indicate which files it was
5339 looking for.
5340
53411992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5342
5343 * configure: Add comments explaining why we can't translate
5344 character ranges or control characters in `tr'.
5345
53461992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5347
5348 * configure: When generating the configuration message, we used to
5349 build the message from the start so that each line began with "# "
5350 so that it would be a comment in `config.status'. However, this
5351 causes trouble if any of the variables we use in the message
5352 expand to more than one line of text - as gnu_malloc_reason
5353 sometimes does. So instead, we build the message as it should be
5354 printed to the user (i.e. without the "# " prefixes), and stick on
5355 the "# "s when we write it to `config.status'.
5356
5357 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
5358 `lib-src' and `arch-lib'.
5359
5360 * configure: When generating report and `config.status' file, note
5361 that bindir only determines where `make install' and
5362 `build-install' will place the executables; this should make it
5363 clear that the ordinary build process will not try to install
5364 things.
5365
53661992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5367
5368 * make-dist: Change messages to say that we are 'making links to
5369 X', rather than 'copying X'. And put `' quotes around file names.
5370
5371 * make-dist: Include '.tmp' in the name of the staging directory.
5372
5373 * make-dist: Pass the `-f' option to rm when you're not sure that
5374 the files you're removing actually exist.
5375
5376 * make-dist: When setting up etc/COPYING, always nuke whatever is
5377 there, and then copy it in, to make sure we get a real file.
5378
5379 * make-dist: Don't try to distribute *.defns files any more. The
5380 only such file was for simula.el, which has been superceded by a
5381 version which doesn't have a separate .defns file.
5382
53831992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
5384
5385 * make-dist: Don't distribute configured versions of config.h.in,
5386 paths.h.in, Makefile.in in src.
5387
5388 * configure: Delete .tmp files before creating them; don't bother
5389 trying to make final targets writeable first, since it won't
5390 matter to move-if-change.
5391
53921992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5393
5394 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
5395 mkdir and chmod in the center of all the conditionals. GNU Make
5396 will strip these out, but other makes won't.
5397
53981992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5399
5400 * make-dist: Include move-if-change in list of files to distribute.
5401
54021992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5403
5404 * configure: Remove any "." elements from the program name.
5405
5406 * configure: Don't record the values of all the possible arguments
5407 in config.status; only record the options that the user specified.
5408
5409 * configure: Use move-if-change to move in the new src/config.h.
5410
54111992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
5412
92a8ce63
JB
5413 * move-if-change: New file, copied from gcc release.
5414 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
5415 a temp file, so we don't update paths.h if an error occurs or if
5416 it doesn't need changing.
a4a9692d
DL
5417
54181992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5419
5420 * Makefile.in (src/paths.h): Do not install a value for the
5421 PATH_SUPERLOCK value; that macro doesn't exist anymore.
5422 * build-install.in: Same thing.
5423
54241992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5425
5426 * make-dist: Check the flag called "make_tar", not "make_dir"; the
5427 latter, being a typo, is always false, resulting in a program
5428 whose default behaviour is to painstakingly build a copy of the
5429 source tree, and then delete it. Rah.
5430
5431 * Makefile.in: Add dist target, and comment for it.
5432
5433 * configure: When scanning <signal.h> for a declaration for
5434 signal, create a symbolic link with a name ending in .c, so the
5435 compiler won't complain that it's only been given .h files.
5436
5437 * configure: Check whether there are any arguments available
5438 before shifting to get the value of a non-boolean parameter.
5439
5440 * make-dist: Doc fix.
5441
54421992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5443
5444 * configure: Instead of grepping /usr/include/signal.h for a
5445 signal declaration, run /usr/include/signal.h or
5446 /usr/include/sys/signal.h through cpp and grep for the
5447 declaration.
5448
5449 * configure: Redirect the output of grep to /dev/null instead of
5450 using grep -s - that flag means different things on other systems.
5451
5452 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
5453 since the former is recognizable even if you don't know what
5454 'dumping' is.
5455 * configure: Accomodate that change.
5456
5457 * configure: Accept options for all of the directories you can
5458 change in the Makefile.
5459
5460 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
5461
5462 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
5463 FOO before you can use them.
5464
5465 * build-install.in: Made the "Where To Install Things" section
5466 conform with the similar section from Makefile.in. Copied section
5467 which builds src/paths.h from src/paths.h.in from the Makefile.
5468
54691992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5470
5471 * configure: Write config.status to pass its command-line
5472 arguments on to configure, so that people can use it to recreate
5473 an old configuration, with minor changes.
5474
54751992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5476
5477 * configure: Don't rely on option variables being unset if their
5478 values are the empty string. In particular, when producing the
5479 English report, don't assume that highpri will be unset when no
5480 increased priority has been requested; -highpri='' should be the
5481 same as omitting -highpri altogether.
5482
5483 * configure: Fix dumb bug: when running the system and machine
5484 description files through cpp, mark those lines that we want to
5485 evaluate with the string '@configure@', and then only evaluate
5486 them. This way if the files include anything that actually
5487 generates text (type definitions or external declarations, say),
5488 we won't try to eval it.
5489
54901992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5491
5492 * make-dist: New shell script.
5493
5494 * configure: When creating foo from foo.in, make foo read-only to
5495 remind people to edit the .in file instead.
5496
5497 * INSTALL: Changed references to config.h-dist to config.h.in.
5498 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
5499 to build src/paths.h from src/paths.h.in; added a paragraph to do
5500 this.
5501 * configure, Makefile, build-install: Changed filenames like
5502 FOO-dist to FOO.in.
5503
55041992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5505
5506 * Makefile, build-install: Renamed to Makefile.in and
5507 build-install.in; the configure script will edit these to produce
5508 the usable Makefile and build-install.
5509 * configure: Changed to produce ./Makefile, ./build-install,
5510 lib-src/Makefile, and src/Makefile from their *.in counterparts,
5511 instead of editing them in place.
5512
55131992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5514
5515 * Makefile: Re-arranged so that the undumped Emacs will search
5516 ../lisp *after* the site's local elisp files.
5517 (locallisppath, dumplisppath): New variables.
5518 (lisppath): This variable's default value is now chosen based on
5519 $(locallisppath) and $(lispdir); while it used to be the
5520 customization point for adding site-local elisp directories to
5521 load-path, that job is now handled mostly by locallisppath.
5522 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
5523 Check the values being assigned to the *LOADSEARCH macros for null
5524 path elements (like '::' in 'foo::bar').
5525
5526 * configure: When checking if the machine- and system-dependent
5527 files define a particular macro or not, actually run them through
5528 CPP and test the macros with #ifs, instead of just grepping for
5529 the macros' names. In particular, check for SYSTEM_MALLOC in this
5530 way.
5531
55321992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5533
5534 * Makefile (install): Don't use -s in install. (Keep the symbols.)
5535
55361992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5537
5538 * configure: Make the config.status file an executable shell
5539 script which will recreate the same configuration. Include the
5540 verbal description of the current configuration as a comment in
5541 the script.
5542 * INSTALL: Doc fix.
5543
5544 * Makefile: brought the Makefile up to the GNU coding
5545 standards, as described in standards.text:
5546 (TAGS): New name for the target which rebuilds the tags table.
5547 (check): New target; doesn't do anything yet.
5548 (mostlyclean): New target, synonymous with clean.
5549 (realclean): New target. Currently, this just calls the
5550 subdirectories's makefiles and then deletes config.status.
5551 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
5552 variables.
5553 Installation directory variables changed to conform.
5554 (install, install.sysv, install.xenix, install.aix): Changed the
5555 code which copies the directories into their installed location to
5556 allow the installed locations to be in several different
5557 directories; the old version assumed that they would all be in
5558 $(emacsdir).
5559 (mkdir, lockdir): Allow the installed locations to be in several
5560 different directories.
5561 * INSTALL: Doc fix.
5562
5563 * build-install: Use the same variable names as the Makefile.
5564 Allow the installed locations to be in several different
5565 directories.
5566
55671992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5568
5569 * Makefile (src/paths.h): Instead of using a single sed command to
5570 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
5571 separately, and don't forget to append "/!!!SuperLock!!!" to the
5572 value of the PATH_SUPERLOCK macro.
5573
5574 * config.emacs: Renamed to configure, for consistency with other
5575 GNU products. Internal references changed.
5576 INSTALL, Makefile: References changed.
5577
5578 * lock: New directory, which should always be empty. If this
5579 directory doesn't exist, Emacs won't complain; it just won't lock.
5580 Having this here means that people can just unpack Emacs, build
5581 it, and have locking work.
5582
5583 * share-lib: Re-renamed to etc, for the sake of tradition.
5584 * config.emacs: Changed default value for datadir to ../etc.
5585 * INSTALL, README: Adjusted.
5586
55871992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5588
5589 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
5590 by running CPP on the appropriate s/*.h and m/*.h files.
5591
55921992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5593
5594 * config.emacs: Make sure to set the "exit on error" flag once
5595 we've removed config.status; errors should abort the configuration.
5596
dff28924 55971992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5598
5599 * config.emacs: Added -distribute option, so that the Makefile
5600 paths are in their proper form. I don't know why this matters.
5601
dff28924 56021992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5603
5604 * local-lisp: New directory, empty in the distribution, for people
5605 to put local elisp code in.
5606 * config.emacs: Include it in the default load path.
5607 * README: Document it.
5608
dff28924 56091992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5610
5611 * config.emacs: Guess the type of signal handling functions based
5612 on the contents of /usr/include/signal.h.
5613
5614 * config.emacs: Print out progress report messages.
5615
5616 * Makefile (src/paths.h): Don't generically replace
5617 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
5618 editing of the other entries, and each entry should be dealt with
5619 explicitly anyway.
5620
5621 * build-install: Converted from C-shell to Bourne shell.
5622 * config.emacs: Edit build-install properly.
5623
5624 * config.emacs: Doc fix.
5625
56261992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5627
92a8ce63 5628 * Makefile (install): Remove `B' from tar xf command.
a4a9692d 5629
dff28924 56301992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5631
5632 * config.emacs: Removed support for the `maintain-environment'
5633 option; the only important difference between this and its absence
5634 has been removed.
5635 * INSTALL: Removed mention of `maintain-environment'.
5636
5637 * config.emacs: Fix arguments to sed when processing boolean
5638 arguments.
5639
dff28924 56401991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
5641
5642 * config.emacs: New file, to help automate the installation
92a8ce63 5643 process.
a4a9692d
DL
5644
5645 * Makefile: Lots of changes to support the separation of etc into
5646 architecture-dependent and -independent files:
5647 (EMACSROOT): New variable, giving the directory under which all of
5648 Emacs's libraries should be installed. Changed rest of file to
5649 use it.
5650 (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
5651 (DATADIR): New variable, denoting architecture-independent dir.
5652 (LOCKDIR): New variable, for completeness.
5653 (SUBDIR): No more etc, new lib-src.
5654 (COPYDIR): No more etc, new arch-lib and share-lib.
5655 (src/paths.h): Set PATH_DATA and the LOCK macros too.
5656 (src): Now depends on lib-src, not etc.
5657 * build-install: Changes parallel to the above.
5658 * README: Describe the new arrangement.
5659
5660 * vms: New subdirectory for all the VMS stuff.
5661
dff28924 56621991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
5663
5664 * Makefile (LISPPATH): New variable.
5665 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
5666
dff28924 56671990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
a4a9692d
DL
5668
5669 * Makefile (install, install.sysv, install.xenix):
5670 Install wakeup instead of loadst. No need for setuid or setgid.
5671
dff28924 56721990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5673
5674 * Makefile (clean): Clean etc if that's not the installation dir.
5675
dff28924 56761990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5677
5678 * Makefile (paths.h): Make sed alter each name in the path.
5679
dff28924 56801988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5681
5682 * Makefile (install.sysv): Use cpio, not tar.
5683
dff28924 56841988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5685
5686 * Makefile (lockdir): Rename `lock' target.
5687 Depend on it from install*, not from `all'.
5688
dff28924 56891988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a4a9692d
DL
5690
5691 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
5692 to match build-install and paths.h.
6922b018
KH
5693
5694;; Local Variables:
5695;; coding: iso-2022-7bit-unix
5696;; End:
2a34a036 5697
e5389a0b 5698 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
2a34a036
GM
5699 Free Software Foundation, Inc.
5700 Copying and distribution of this file, with or without modification,
5701 are permitted provided the copyright notice and this notice are preserved.