New file.
[bpt/emacs.git] / ChangeLog
CommitLineData
e0156c8d
EZ
12002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * INSTALL-CVS: New file.
4
3fa4ac47
AS
52002-06-07 Andreas Schwab <schwab@suse.de>
6
7 * configure.in (x86_64-*-linux-gnu*): New system.
8
86bbfe77
EZ
92002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
10
11 * config.bat: Handle the case when lispintro is truncated to lispintr.
12
2570d28c
PE
132002-05-26 Paul Eggert <eggert@twinsun.com>
14
15 * config.guess, config.sub: Updated from master source.
16
a1d8dc87
RS
172002-05-09 Richard M. Stallman <rms@gnu.org>
18
19 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
20
9a40c2fb
PJ
212002-05-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
22
23 * make-dist: Do not distribute lock/ directory.
24
e3ba1015
AC
252002-04-30 Andrew Choi <akochoi@shaw.ca>
26
27 * configure.in: Provide documentation string when defining
28 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
29 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
30
5167cfda
CW
312002-04-28 Colin Walters <walters@verbum.org>
32
33 * configure.in: Delete configure check for access to the game
34 user.
35
2912f349
PJ
362002-04-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
37
38 * make-dist: lwlib/Imakefile is removed.
39
e0f712ba
AC
402002-04-26 Andrew Choi <akochoi@shaw.ca>
41
42 * configure.in: Add support for powerpc-apple-darwin*.
43 (HAVE_CARBON): Add.
44
9a40c2fb 45 * make-dist: Create directories in mac/Emacs.app.
e0f712ba 46
90077f66
PJ
472002-04-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
48
49 * make-dist: lwlib-Xol* are removed.
50
8fba10fc
AS
512002-04-23 Andreas Schwab <schwab@suse.de>
52
53 * Makefile.in (MAINT): New variable.
54 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
55 instead of configure.in, to avoid running autoconf and autoheader
56 unless explicitly requested.
57
852eef40
EZ
582002-04-16 Eli Zaretskii <eliz@gnu.org>
59
60 * config.bat: Update for msdos/sed2v2.inp.
61
6817198a
AS
622002-04-15 Andreas Schwab <schwab@suse.de>
63
64 * Makefile.in ($(srcdir)/src/config.in): Generate using
65 autoheader.
66 * configure.in: Add config header templates to all AC_DEFINE and
67 AC_DEFINE_UNQUOTED symbols.
68 * make-dist: Run autoheader if necessary.
69
b9b966e0
CW
702002-04-10 Colin Walters <walters@verbum.org>
71
72 * configure.in: Add --game-dir, --game-user. Test to see if we
73 can use them.
74
3d9830e5
PJ
752002-04-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
76
77 * configure.in: Add --with-sound.
78
10ce34dc
KS
792002-03-18 Kim F. Storm <storm@cua.dk>
80
81 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
82 and getsockname functions. Test for sys/un.h include file.
83
1ef1ef96
EZ
842002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
85
86 * configure.in: Support AIX 5.1.
87
d873ec96
JD
882002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
89
90 * configure.in: Added test for X Session Management (HAVE_X_SM).
91
16e79fec
RS
922002-03-03 Richard M. Stallman <rms@gnu.org>
93
94 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
95 Run chown $${LOGNAME} on files installed by tar xvf.
96
6a22cdf4
KS
972002-03-03 Kim F. Storm <storm@cua.dk>
98
99 * configure.in: Test for getpeername.
100
4d766b59
RS
1012002-03-01 Richard M. Stallman <rms@gnu.org>
102
103 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
104 (HAVE_GIF): Don't use old libungif versions that crash.
105
4fff8c79
RS
1062002-02-26 Richard M. Stallman <rms@gnu.org>
107
108 * configure.in <making srcdir absolute>: Verify that PWD is correct,
109 not just well-formed and valid.
110 (mips-compaq-nonstopux*): New configuration.
111
e5389a0b
PE
1122002-02-18 Paul Eggert <eggert@twinsun.com>
113
114 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
115 "sed q" is a portable equivalent to plain "head -1".
116
db54c53a
RS
1172002-02-13 Richard M. Stallman <rms@gnu.org>
118
119 * Makefile.in (maybe_bootstrap): Do `exit 1'.
120 (all): Don't depend on maybe_bootstrap here.
121 (${SUBDIR}): Depend on it here instead.
122
b735b2ab
RS
1232002-02-08 Richard M. Stallman <rms@gnu.org>
124
125 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
126
d8359893
EZ
1272002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * configure.in: Recognize BSD/OS 5.0.
130
f3b812da
EZ
1312002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
132
133 * make-dist: Make version checking in emacs.texi consistent with
134 how we set it there.
135
f48a30d7
KS
1362001-12-29 Kim F. Storm <storm@cua.dk>
137
138 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
139
07025a55
RS
1402001-12-28 Richard M. Stallman <rms@gnu.org>
141
142 * configure.in: Test for mbsinit.
143
b0a21bf9
EZ
1442001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
145
146 These changes make Leim part of the standard distribution:
147
148 * README: Add info about the `leim' directory
149
150 * INSTALL: Remove text that describes Leim as a separate package.
151
152 * noleim-Makefile.in: File removed.
153
154 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
155 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
156 Leim files out of the Emacs tree. Don't prepare a separate tarball
157 for Leim.
5a60d1da 158
61e3b944
RS
1592001-12-11 Richard M. Stallman <rms@gnu.org>
160
161 * configure.in (hppa*-*-linux-gnu*): New alternative.
162
03f9f7ae
PJ
1632001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
164
165 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
166 creating distribution.
167
d6a70204
PE
1682001-12-06 Paul Eggert <eggert@twinsun.com>
169
170 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
171 (AC_FUNC_VFORK): Remove.
172 (AC_FUNC_FORK): Add.
173 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
174 this is required by recent Autoconf versions.
175
4a3cf58d
PJ
1762001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
177
178 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
179 TODO, vms-pp.trans and others).
180
0142178a
PJ
1812001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
182
183 * make-dist: Use COPYING from the top-level directory.
184
1096bcc0
GM
1852001-11-29 Gerd Moellmann <gerd@gnu.org>
186
187 * configure.in: Add support for FreeBSD/Alpha.
188
b1356234
PJ
1892001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
190
dd536f94
PJ
191 * make-dist: Add COPYING to the top-level directory of the
192 distribution. Simplify the logic behind copying.
193
b1356234
PJ
194 * Makefile.in (maybe_bootstrap): Fix previous change.
195
66458f32
RS
1962001-11-28 Richard M. Stallman <rms@gnu.org>
197
198 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
199
ebcbef4e
RS
2002001-11-26 Richard M. Stallman <rms@gnu.org>
201
202 * Makefile.in: bootstrap should not delete dumped executables.
203 (bootstrap-clean-before): New target.
204 (bootstrap): Use bootstrap-clean-before instead of clean.
205 (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed.
206
b77d2746 2072001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
ac74199d 208
070f247d
EZ
209 These changes add the Emacs Lisp Introduction manual to the
210 distribution:
211
b77d2746
EZ
212 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro
213 files.
214
070f247d
EZ
215 * make-dist: Copy the files in lispintro directory.
216
7336d09b
EZ
217 * config.bat: Configure in the lispintro directory.
218
ac74199d
EZ
219 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
220
7f947b13 221 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
070f247d 222 (lispintro/Makefile): New target.
7f947b13
EZ
223 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
224 (unlock, relock, info, dvi): Ditto.
225
d4fa890c
EZ
2262001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
227
d4b56a8f
EZ
228 * Makefile.in (uninstall, install-arch-indep): Don't install
229 gfdl.1.
230
d4fa890c
EZ
231 * make-dist (etc): Don't distribute gfdl.1.
232
5fb25beb
CW
2332001-11-22 Colin Walters <walters@debian.org>
234
235 * Makefile.in (install-arch-indep): Install the calc .info files.
526db7d6
CW
236 (uninstall): Handle deletion of calc .info files (thanks Pavel
237 Jan\e,Bm\e(Bk).
5fb25beb 238
9f8bbf0f
EZ
2392001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
240
241 * make-dist (lispref): Add *.txt, *.el, permute-index, and
242 tindex.pl to the list of those being put into the distribution.
243
aa2af83a
EZ
2442001-11-16 Eli Zaretskii <eliz@gnu.org>
245
246 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
247
71f94ae1
PJ
2482001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
249
987aac50
PJ
250 * Makefile.in (uninstall): Fix previous change.
251
71f94ae1
PJ
252 * configure.in, Makefile.in: Add support for --program-prefix,
253 --program-suffix and --program-transform-name options.
254
e5d9d2e7
PJ
2552001-11-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
256
257 * Makefile.in (install-arch-indep): Use `${manext}' instead of
258 `.1'.
6e1b91d7
PJ
259 (install-arch-indep): Install emacsclient manual page.
260 (uninstall): Uninstall emacsclient manual page.
e5d9d2e7 261
97c91ba6
EZ
2622001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * make-dist: Add lispref/index.*perm files to the distribution.
265 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
266
3d3f602a
PJ
2672001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
268
269 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
270
2bf92717
EZ
2712001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
272
dff28924 273 * configure.in: AC_OUTPUT lispref/Makefile.
2bf92717 274
0cc70510
EZ
2752001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
276
5c32b7c5
EZ
277 The following changes add the ELisp reference manual to the
278 distribution.
279
10fa7f8e
EZ
280 * make-dist: Add the lispref directory to the distribution.
281
0cc70510
EZ
282 * Makefile.in (install-arch-indep): Add elisp* to the list of
283 installed Info files.
5c32b7c5
EZ
284 (SUBDIR_MAKEFILES): Add lispref/Makefile.
285 (lispref/Makefile): New target.
286 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
287 Add commands for the lispref directory.
288 (info, dvi): Ditto.
1b5a3644
EZ
289
290 * config.bat: Configure in `lispref'.
291
6baef0fd
RS
2922001-11-09 Richard M. Stallman <rms@gnu.org>
293
294 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
295
ed5882b9
EZ
2962001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * make-dist (tempdir): Copy AUTHORS as well.
299
f0f2756d
SS
3002001-11-06 Sam Steingold <sds@gnu.org>
301
302 * configure.in: Added a check for <nlist.h>
9ba48103 303
d576358b
PJ
3042001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
305
306 * configure.in: Reindent --help output.
307 From Per Starback (starback@ling.uu.se).
dff28924 308
bf00d461 3092001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4f4d6b17
EZ
310
311 * configure.in: New entry for HP/UX-11.
312
5d991fc4
EZ
313 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
314 From Eric S. Raymond <esr@golux.thyrsus.com>.
315
73d25f9c
EZ
3162001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
317
318 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
319 <athornton@sinenomine.net>.
320
5b6a51aa
GM
3212001-10-25 Gerd Moellmann <gerd@gnu.org>
322
323 * Makefile.in (maybe_bootstrap): New target.
324 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't
325 exist.
326
84e70f78
KR
3272001-10-24 Ken Raeburn <raeburn@gnu.org>
328
329 * configure.in: If --with-hesiod is given, look for
330 hes_getmailhost and res_send or __res_send; check hesiod and
331 resolv libraries respectively if system libraries don't supply
332 them.
333
4aa6b955
GM
3342001-10-24 Gerd Moellmann <gerd@gnu.org>
335
336 * configure.in: Use $MAKE for `make' if set.
337
bc171472
GM
3382001-10-22 Gerd Moellmann <gerd@gnu.org>
339
340 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
341 to tar options.
342
71431a0e
GM
3432001-10-20 Gerd Moellmann <gerd@gnu.org>
344
6aa97356 345 * (Version 21.1 released).
71431a0e 346
531a3336
MB
3472001-10-20 Miles Bader <miles@gnu.org>
348
349 * configure.in (configuration): Set from `host' if `host_alias'
350 isn't defined.
351
121ff711
AS
3522001-10-19 Andreas Schwab <schwab@suse.de>
353
354 * configure.in: Make ready for autoconf 2.5x.
355 (AC_PREREQ): Require autoconf 2.50.
356 * aclocal.m4: Removed.
121ff711
AS
357 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
358
eef9b65f
EZ
3592001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * README: Bump Emacs version to 21.1.50.
362
ab952a4f
GM
3632001-10-05 Gerd Moellmann <gerd@gnu.org>
364
365 * Branch for 21.1.
dff28924 366
3b74127d
GM
3672001-09-05 Gerd Moellmann <gerd@gnu.org>
368
369 * configure.in: Avoid `$@' which is handled specially in
370 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
dff28924 371
80b97918
EZ
3722001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * make-dist (nt): Add subdirs.el to the list of distributed files.
375
3a4f8160
EZ
3762001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
377
378 * configure.in (machine): Add an entry for
379 hppa1.1-hitachi-hiuxwe2*.
380
eb04d6cd
GM
3812001-05-28 Gerd Moellmann <gerd@gnu.org>
382
383 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
384 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
385
f4500bec
GM
3862001-05-14 Gerd Moellmann <gerd@gnu.org>
387
388 * make-dist: Copy texinfo.tex unconditionally.
389
26978e9a
EZ
3902001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
393 that are installed.
394
afa3935f
GM
3952001-04-06 Gerd Moellmann <gerd@gnu.org>
396
e5c8f6f1
GM
397 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
398 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
dff28924 399
afa3935f
GM
400 * make-dist: Handle leim/MISC-DIC. Only include
401 `[a-zA-Z]*.{el,elc}' from leim/quail.
402
a55e4e68
GM
4032001-04-05 Gerd Moellmann <gerd@gnu.org>
404
405 * Makefile.in (install-arch-indep): Remove .cvsignore files.
406
87d8eba4
GM
4072001-03-30 Gerd Moellmann <gerd@gnu.org>
408
409 * Makefile.in (.PHONY): Add for bootstrap targets.
410 (bootstrap-clean): New target.
411 (bootstrap): Use it instead of `clean'.
412
ed31fabf
GM
4132001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
414
415 * Makefile.in (SUBDIR): Remove leim.
416 (all, .RECURSIVE, extraclean): Add leim explicitly.
417 (leim): Provide separate rule which exports PARALLEL=0 into the
418 environment.
419
5721ae13
GM
4202001-03-20 Gerd Moellmann <gerd@gnu.org>
421
422 * configure.in (HAVE_XPM): Don't print the result of the check for
423 XpmReturnAllocPixels if we don't have an xpm.h.
424
10ebaeb6
GM
4252001-03-05 Gerd Moellmann <gerd@gnu.org>
426
427 * COPYING: New file.
428
e30bd7b7
EZ
4292001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
430
431 * config.bat: Update the copyright.
432
d0e9bfd2
GM
4332001-02-23 Kenichi Handa <handa@etl.go.jp>
434
435 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
436 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
437 to `yes'. Later in AC_OUTPUT, check this variable.
438
038f4ae3
DL
4392001-02-09 Dave Love <fx@gnu.org>
440
441 * AUTHORS: Updated.
442
44806980
EZ
4432001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
444
445 * info/dir (Ebrowse): Fix the entry (was missing a dot).
446
20b28f82
GM
4472001-02-02 Gerd Moellmann <gerd@gnu.org>
448
bdadfce3
GM
449 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
450
5db37a2e 451 * Makefile.in (uninstall): Ignore exit code of `rm'.
dff28924 452
20b28f82
GM
453 * Makefile.in (uninstall): Remove more info files. Remove
454 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
455
7ccf7ab9
GM
4562001-01-31 Gerd Moellmann <gerd@gnu.org>
457
458 * noleim-Makefile.in (extraclean): Add.
459
03e0fe6e 4602001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0
BW
461
462 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
463 it quiet.
464
e1e441f9
GM
4652001-01-24 Colin Walters <walters@cis.ohio-state.edu>
466
467 * Makefile.in (tags): Fix typo.
468
64388126
KH
4692001-01-13 Kenichi Handa <handa@etl.go.jp>
470
471 * configure.in: Fix typo in the code setting x_search_path.
472
457b792c
GM
4732001-01-10 Dave Love <fx@gnu.org>
474
475 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
476 -lXext.
477 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
478 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
479 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
480 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
481 (now in $LIBS).
482
1460e5d4
EZ
4832001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * config.bat: Run the preprocessor with -traditional.
486
e2b6e5ea
EZ
4872001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * INSTALL: Move copying conditions to end of file.
490
b202115b
EZ
4912000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
492
493 * INSTALL: Add basic installation procedure which assumes
494 `configure' does its job. Elaborate on image support libraries.
495 Add a pointer to Xaw3d library. Add advice about solving
496 configure-time problems by looking in config.log and setting
3163da06 497 variables in the environment.
b202115b 498
3e32cc27
GM
4992000-12-27 Gerd Moellmann <gerd@gnu.org>
500
501 * Makefile.in (install-arch-indep): If tar fails, exit with
502 exit code 1.
503
7b93a85b
GM
5042000-12-19 Gerd Moellmann <gerd@gnu.org>
505
506 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
507 source file includes XKBlib.h. On some broken Solaris systems,
508 there is an XKBlib.h, reportedly, but header files included by
509 XKBlib.h are missing.
510
02387dcc
GM
5112000-12-14 Gerd Moellmann <gerd@gnu.org>
512
513 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
514
34979055
DL
5152000-12-11 Dave Love <fx@gnu.org>
516
517 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
518
169fe44e
GM
5192000-12-11 Paul Eggert <eggert@twinsun.com>
520
521 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
522 Merge fixes from latest GNU tar version. These macros no longer
523 futz with _XOPEN_SOURCE, as that was not portable in practice.
524 (AC_FUNC_FSEEKO): New macro.
dff28924 525
169fe44e
GM
526 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
527 ftello.
dff28924 528
5c62b2e9
DL
5292000-12-05 Dave Love <fx@gnu.org>
530
531 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
532
2dce2360
EZ
5332000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * info/dir: Change the category to "Emacs".
536
8c28d444
GM
5372000-12-01 Gerd Moellmann <gerd@gnu.org>
538
539 * make-dist (tempdir): Remove epaths.h from the distribution
540 instead of paths.h.
541
68a887fa
EZ
5422000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * config.bat: Check for existence of djecho.exe, and print an
545 error message if it is not available.
546
547 * INSTALL: Describe possible problem with djecho.exe in old
548 versions of DJGPP v2.x.
549
d96a4de3
GM
5502000-11-23 Gerd Moellmann <gerd@gnu.org>
551
552 * configure.in: Initialize HAVE_LIBXP to no.
553
3aeecf97
GM
5542000-11-22 Gerd Moellmann <gerd@gnu.org>
555
dff28924 556 * configure.in: Use m/macppc.h instead of the non-existent
3aeecf97
GM
557 m/powerpc.h.
558
fb279a6d
GM
5592000-11-21 Gerd Moellmann <gerd@gnu.org>
560
3c64f287
GM
561 * Makefile.in (install-arch-indep): Also install info/eshell*
562 and info/speedbar*.
563
fb279a6d
GM
564 * configure.in (HAVE_PNG): Check for the presence of
565 png_get_channels to rule out older PNG libs.
566
f5f47add
GM
567 * configure.in (AC_OUTPUT): Arrange to emit definitions of
568 GCC and NON_GNU_CPP into config.status.
569
62d14e9a
DL
5702000-11-20 Dave Love <fx@gnu.org>
571
1c203d4c
DL
572 * configure.in: Fix last change.
573
62d14e9a 574 * GETTING.GNU.SOFTWARE: Deleted.
169fe44e 575 * FTP: New file to replace it.
62d14e9a
DL
576 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
577
f1d6d1e8
GM
5782000-11-20 Gerd Moellmann <gerd@gnu.org>
579
580 * configure.in: Use -traditional with GNU cpp.
581
b3635775
GM
5822000-11-17 Gerd Moellmann <gerd@gnu.org>
583
584 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
585 Distribute more files from the nt/ subdir. Distribute PBM
586 image files from subdirs of lisp/. Distribute old change logs
587 from subdirs of lisp/. Distribute play/5x5.el.
588
0eafc06c
DL
5892000-11-11 Dave Love <fx@gnu.org>
590
591 * config.sub, config.guess: Updated from master source.
592
03391420
DL
5932000-11-07 Dave Love <fx@gnu.org>
594
595 * configure.in: Test for mkstemp.
596
cd66d2ed
EZ
5972000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * info/dir (Top): Rearrange menu items more logically, and put
600 them into a single category. Add menu items for RefTeX and
601 Widget.
602
1da437e9
KG
6032000-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
604
15b526b2
EZ
605 * Makefile.in (install-arch-indep): Use --info-dir instead of
606 --dir-file, and a simple argument instead of --info-file, so that
607 the Debian version of install-info also works.
1da437e9 608
99483220
EL
6092000-10-19 Eric M. Ludlam <zappo@ultranet.com>
610
611 * info/dir (Speedbar): Add entry.
612
45e680a8
EZ
6132000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
614
615 * INSTALL: Describe the new image-support options to the configure
616 script. List URLs where image support libraries can be found.
617
f2f049f3
EZ
6182000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
619
620 * info/dir (Top): Add an entry for Eshell.
621
2021ab61
DL
6222000-10-02 Dave Love <fx@gnu.org>
623
624 * configure.in: Check for gai_strerror.
625
65f75351
AS
6262000-10-01 Andreas Schwab <schwab@suse.de>
627
628 * Makefile.in (install-arch-indep): Update list of installed info
629 files.
630
71c9ec51
GM
6312000-09-30 Gerd Moellmann <gerd@gnu.org>
632
633 * configure.in: Support `sparc*-*-netbsd*'.
634
513f1fd9
EZ
6352000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
636
637 * info/dir (MIME): Add entry for emacs-mime.
638
a55b799a
DL
6392000-09-29 Dave Love <fx@gnu.org>
640
641 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
642
ce75c97a
GM
6432000-09-26 Gerd Moellmann <gerd@gnu.org>
644
645 * make-dist: Adapt to the change of leim/Makefile which was
646 necessary to ensure a reasonably working `make dist'.
647
648 * leim-Makefile.in: Moved to leim/Makefile.in..
649
650 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
651
36e44f62
KH
6522000-09-21 Kenichi Handa <handa@etl.go.jp>
653
dff28924
SS
654 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
655 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
36e44f62
KH
656 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
657 files to .elc.
658 (${TIT}): Adjusted for the above change.
659 (clean mostlyclean): Likewise.
660 (.el.elc): New target.
661
da1608d9
GM
6622000-09-19 Gerd Moellmann <gerd@gnu.org>
663
664 * make-dist: Include XPM and XBM files in lisp/ and subdirs
665 in the distribution.
666
6fed3546
GM
6672000-09-18 Gerd Moellmann <gerd@gnu.org>
668
669 * make-dist (skk): Rename to `ja-dic' because the leim directory
670 was renamed.
671
b4331e96
DL
6722000-09-14 Dave Love <fx@gnu.org>
673
674 * configure.in: Fix spurion in last change.
675
ef9e4345
GM
6762000-09-14 Gerd Moellmann <gerd@gnu.org>
677
678 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
679 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
680 to `no' if defined. Change result report.
681
575daf04
DL
6822000-09-08 Dave Love <fx@gnu.org>
683
684 * configure.in: Remove spurious `@'s.
685
686 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
687 autoconf.
688
fa0b693c
GM
6892000-09-06 Gerd Moellmann <gerd@gnu.org>
690
73b77ee5
GM
691 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
692 file and print informational message.
dff28924 693
fa0b693c
GM
694 * configure.in (AC_FUNC_MMAP): Add.
695
ff8df3be
GM
6962000-09-01 Gerd Moellmann <gerd@gnu.org>
697
698 * configure.in: Add ``checking'' messages for
699 XpmReturnAllocPixels.
700
bb17930d
GM
7012000-08-28 Gerd Moellmann <gerd@gnu.org>
702
703 * configure.in: Check <strings.h>; check `index' and `rindex'
704 functions.
705
6ce974d4
KH
7062000-08-26 Kenichi Handa <handa@etl.go.jp>
707
708 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
709 "case "${canonical}" in".
710
7bc3ff79
DL
7112000-08-25 Dave Love <fx@gnu.org>
712
713 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
714
457dd64a
KH
7152000-08-25 Kenichi Handa <handa@etl.go.jp>
716
7c100e1a 717 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
457dd64a 718
17494071
GM
7192000-08-24 Gerd Moellmann <gerd@gnu.org>
720
721 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
722 contains a relative path. Protect against unusable values of
723 $PWD.
724
dd0e1e54
EZ
7252000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
726
3d819a75
EZ
727 * info/dir (WoMan): Add entry.
728
dd0e1e54
EZ
729 * config.bat (maindir): Update src/_gdbinit even if it does
730 already exist.
731
70fc58b3
GM
7322000-08-07 Gerd Moellmann <gerd@gnu.org>
733
734 * Makefile.in (config.status): Prepend `$(srcdir)/' to
735 `configure'.
736
f4988be7
GM
7372000-08-03 Gerd Moellmann <gerd@gnu.org>
738
739 * configure.in: Add support for ia64*-*-linux*.
740
27848c01
GM
7412000-07-27 Gerd Moellmann <gerd@gnu.org>
742
743 * make-dist (aclocal.m4): Include in distribution.
744
b4a12321
DL
7452000-07-26 Dave Love <fx@gnu.org>
746
747 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
748
c66c29a2
DL
7492000-07-24 Dave Love <fx@gnu.org>
750
751 * configure.in: Add AC_SIZE_T.
752
3b33a005
DL
7532000-07-18 Dave Love <fx@gnu.org>
754
755 * configure.in: Reorder so that most tests are done after CPPFLAGS
756 is set from the C_SWITCH_... definitions.
757
4b92c49a
GM
7582000-07-10 Gerd Moellmann <gerd@gnu.org>
759
760 * configure.in (HAVE_XPM): Undo previous change. Check for
761 preprocessor define XpmReturnAllocPixels.
762
6c6d2e33
GM
7632000-07-06 Gerd Moellmann <gerd@gnu.org>
764
765 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
766 instead of XpmReadFileToPixmap.
767
b192d653
KR
7682000-07-05 Ken Raeburn <raeburn@gnu.org>
769
770 * configure.in: Check for <soundcard.h>. Look for ossaudio
771 library, and set LIBSOUND accordingly.
772
65171e3a
DL
7732000-07-05 Dave Love <fx@gnu.org>
774
775 * configure.in: Use AC_HEADER_SYS_WAIT.
776
969f7e79
GM
7772000-07-05 Gerd Moellmann <gerd@gnu.org>
778
779 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
780 lisp/Makefile. Distribute lisp/Makefile.in instead of
781 lisp/Makefile.
782
5a9bf171
KR
7832000-06-30 Ken Raeburn <raeburn@gnu.org>
784
785 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
786 while searching for image-handling libraries.
787
1d36487c
GM
7882000-06-26 Gerd Moellmann <gerd@gnu.org>
789
790 * configure.in (--with-xim): New option.
791
6a465756
DL
7922000-06-23 Dave Love <fx@gnu.org>
793
794 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
795 for struct timezone and test how we can call gettimeofday.
48d4b120 796 Check for OSF 5+. Check for term.h.
6a465756
DL
797
798 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
799 version.
800
16cf31f7
GM
8012000-06-23 Gerd Moellmann <gerd@gnu.org>
802
803 * configure.in (HAVE_LIBXP): Change test for libXp.
804
4c343001
DL
8052000-06-21 Dave Love <fx@gnu.org>
806
807 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
808 simple test for getloadavg and substitute GETLOADAVG_LIBS.
809 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
810
a3f08d9e
DL
8112000-06-19 Dave Love <fx@gnu.org>
812
813 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
814 _XOPEN_SOURCE is defined.
815
0a2ea235
GM
8162000-06-16 Gerd Moellmann <gerd@gnu.org>
817
dff28924 818 * Makefile.in (distclean): Also make distclean in lisp/.
0a2ea235 819
7d5c8691
EZ
8202000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
823
e9924e52
GM
8242000-06-15 Gerd Moellmann <gerd@gnu.org>
825
826 * make-dist: Add --help and --snapshot options.
827
9f817ea4
GM
8282000-06-14 Gerd Moellmann <gerd@gnu.org>
829
dce6b995 830 * configure.in: Generate lisp/Makefile.
dff28924 831
9f817ea4
GM
832 * configure.in: Add support for `*-lynxos*'.
833 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
834 recommended by <Karen.Dorhamer@compaq.com> to fix problems
835 on Tru64 UNIX v5.0.
836
97aa9c1d
KR
8372000-06-13 Ken Raeburn <raeburn@gnu.org>
838
839 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
840 it's on a continuation line.
841
d42122a3
DL
8422000-06-02 Dave Love <fx@gnu.org>
843
2082fe81
DL
844 * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
845 files.
846
d42122a3
DL
847 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
848 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
849 test.
850
851 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
852 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
853
34ec9ebe
GM
8542000-05-26 Gerd Moellmann <gerd@gnu.org>
855
856 * configure.in: Add check for speed_t typedef.
857
50d7ce09
KR
8582000-05-25 Ken Raeburn <raeburn@gnu.org>
859
860 * Makefile.in (install-arch-dep): Install fns-*.el only if it
861 exists; it won't in the CANNOT_DUMP case.
862
10db7fc5
GM
8632000-05-25 Gerd Moellmann <gerd@gnu.org>
864
865 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
866 On FreeBSD, the exit status is 1 if CDPATH is not set.
8711588d 867 (install-arch-indep): Install ebrowse.info.
10db7fc5 868
087121cc
GM
8692000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
870
871 * configure.in: Check for grandpt and getpt.
872
b992884d
DL
8732000-05-09 Dave Love <fx@gnu.org>
874
875 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
876
056565f7
GM
8772000-05-05 Gerd Moellmann <gerd@gnu.org>
878
879 * make-dist: Make a link for lib-src/grep-changelog. Copy
880 install-sh.
881
35a28e21
EZ
8822000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
883
884 * config.bat: Identify the beginning of the cpp stuff in
885 src/Makefile.in and lib-src/Makefile.in more accurately.
886
c76e04a8
GM
8872000-04-27 Gerd Moellmann <gerd@gnu.org>
888
889 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
890
5e3dac3f
GM
8912000-04-19 Gerd Moellmann <gerd@gnu.org>
892
893 * configure.in: Add support for `powerpc-*-netbsd*'.
894
0b8f263e
DL
8952000-04-19 Dave Love <fx@gnu.org>
896
7825fef9
DL
897 * configure.in: Don't use AC_FUNC_GETLOADAVG.
898
0b8f263e
DL
899 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
900
3dd2781e
DL
9012000-04-16 Dave Love <fx@gnu.org>
902
903 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
904
3edfea34
DL
9052000-04-14 Dave Love <fx@gnu.org>
906
907 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
908
909 * aclocal.m4 (AC_FUNC_MKTIME): New.
910
4d6e16b3
KR
9112000-03-28 Ken Raeburn <raeburn@gnu.org>
912
913 * configure.in: Line up "--help" output a little better.
914
89e80928
GM
9152000-03-26 Gerd Moellmann <gerd@gnu.org>
916
087121cc 917 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
89e80928
GM
918 New targets.
919 (bootstrap): Rewritten in terms of the new targets above. Make
920 info files, too.
dff28924 921
e1cff360
GM
9222000-03-12 Gerd Moellmann <gerd@gnu.org>
923
924 * config.guess, config.sub: Use the versions of the files from
925 subversions.
926
7397acc4
DL
9272000-03-08 Dave Love <fx@gnu.org>
928
929 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
930 AC_C_VOLATILE. Define POINTER_TYPE.
931
932 * aclocal.m4: New file.
933
d054101f 9342000-03-02 Gerd Moellmann <gerd@gnu.org>
2df636f4
GM
935
936 * configure.in (machine): Add `mipsel-*-netbsd*' and
937 `arm-*-netbsd*'.
dff28924 938
d054101f 9392000-03-01 Gerd Moellmann <gerd@gnu.org>
dff28924 940
d054101f 941 * configure.in (machine): Add support for `*-auspex-sunos*'.
dff28924 942
ed4d0512
GM
9432000-02-29 Gerd Moellmann <gerd@gnu.org>
944
945 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
946
2dc95ddd
DL
9472000-02-18 Dave Love <fx@gnu.org>
948
949 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
950
57beb0e0
AS
9512000-02-18 Andreas Schwab <schwab@suse.de>
952
953 * Makefile.in (install-arch-indep): Add eudc to list of installed
954 info files.
955
3b3cc4a4
KR
9562000-02-17 Ken Raeburn <raeburn@gnu.org>
957
958 * configure.in: Include -lz and -ljpeg (if it's available) when
959 testing for the tiff library.
960
8389e1e2
GM
9612000-02-17 Gerd Moellmann <gerd@gnu.org>
962
963 * configure.in: Remove LISP_FLOAT_TYPE.
964
647847ea
DL
9652000-02-12 Dave Love <fx@gnu.org>
966
967 * configure.in: Use AC_FUNC_VFORK.
968
9a90d84c
GM
9692000-02-01 Gerd Moellmann <gerd@gnu.org>
970
5eea385d
GM
971 * make-dist: Various fixes for new development tree.
972
9a90d84c
GM
973 * leim-Makefile.in: New file.
974
b6680a0e
GM
9752000-01-31 Gerd Moellmann <gerd@gnu.org>
976
977 * Makefile.in (dist): Call ./make-dist.
978
1e5279b9
DL
9792000-01-24 Dave Love <fx@gnu.org>
980
981 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
982
ffe36136
GM
9832000-01-18 Gerd Moellmann <gerd@gnu.org>
984
985 * configure.in (HAVE_GIF): Check for DGifOpen instead of
986 DGifOpenFileName.
987
a970dae4
AS
9882000-01-11 Andreas Schwab <schwab@suse.de>
989
990 * Makefile.in (install-arch-indep): Update list of info files to
991 be installed.
992
c4bb2108
DL
9932000-01-05 Dave Love <fx@gnu.org>
994
995 * configure.in: Check for jerror.h as well as libjpeg.
996
bb9d2b64
AS
9972000-01-03 Andreas Schwab <schwab@suse.de>
998
999 * Makefile.in (install-arch-indep): Install autotype*. Run
1000 install-info on autotype and emacs-faq.info.
1001
22afa6e8
DL
10021999-12-04 Dave Love <fx@gnu.org>
1003
1004 * Makefile.in: (install-arch-indep): Depend on `info'.
1005 (install-strip): Use `install' as sub-make target.
1006
a21616bd
KR
10071999-11-23 Ken Raeburn <raeburn@gnu.org>
1008
1009 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
1010 didn't need to be deleted. Check for the k5crypto library as well
1011 as the crypto library; MIT Kerberos 1.1 changed the name.
1012
946173ad
DL
10131999-11-18 Dave Love <fx@gnu.org>
1014
1015 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
1016
4f6f5dab
GM
10171999-11-11 Erik Naggum <erik@naggum.no>
1018
1019 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
1020
2323760c
DL
10211999-11-08 Dave Love <fx@gnu.org>
1022
1023 * configure.in: Fix change for --with-pop default.
1024
c3d00920
DL
10251999-11-04 Dave Love <fx@gnu.org>
1026
1027 * configure.in: Default to --with-pop. Change sense of with-gcc
1028 and with-toolkit-scroll-bars messages to reflect the defaults.
1029
400a1ed0
GM
10301999-11-01 Gerd Moellmann <gerd@gnu.org>
1031
1032 * INSTALL: Mention the Emacs Lisp Reference.
1033
1e3196e8
GM
10341999-10-27 Noah Friedman <friedman@splode.com>
1035
1036 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
1037
8ac52782
GM
10381999-10-23 Gerd Moellmann <gerd@gnu.org>
1039
1040 * Makefile.in (bootstrap): New target.
1041
1113b624
PE
10421999-10-19 Paul Eggert <eggert@twinsun.com>
1043
1044 Add support for large files. Merge glibc 2.1.2.
1045
1046 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
1047 (HAVE_TM_GMTOFF): New symbol.
1048 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
1049 mbrlen, strsignal.
1050 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
dff28924 1051
77162a4f
SM
10521999-10-09 Stefan Monnier <monnier@cs.yale.edu>
1053
1054 * make-dist (dontcompile): look for the DONTCOMPILE variable rather
1055 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
1056
a2743e67
RS
10571999-10-09 Richard M. Stallman <rms@gnu.org>
1058
dff28924 1059 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
a2743e67
RS
1060 Unset CDPATH to prevent cd from generating output.
1061
37e2d8f4
SM
10621999-10-08 Stefan Monnier <monnier@cs.yale.edu>
1063
1064 * update-subdirs: also ignore CVS subdirs.
1065
4e1d9c86
GM
10661999-10-07 Gerd Moellmann <gerd@gnu.org>
1067
1068 * Makefile.in (install-arch-indep): Add ada-mode.
dff28924 1069
2b6bac15
DL
10701999-10-06 Dave Love <fx@gnu.org>
1071
1072 * Makefile.in: Add rules for config.status, configure.
1073
a4a9692d
DL
10741999-09-07 Gerd Moellmann <gerd@gnu.org>
1075
1076 * configure.in (--with-sound): Removed.
1077
10781999-08-30 Gerd Moellmann <gerd@gnu.org>
1079
1080 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
1081 the test for Xaw3d.
1082 (HAVE_TIFF): Add -lm to library check.
1083
10841999-08-28 Richard Stallman <rms@gnu.org>
1085
1086 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
1087 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
1088 after the other X-related libraries.
1089
10901999-08-21 Dave Love <fx@gnu.org>
1091
1092 * configure.in: Don't check for jpeglib.h.
1093
10941999-08-20 Gerd Moellmann <gerd@gnu.org>
1095
1096 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
1097 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
1098
10991999-08-18 Dave Love <fx@gnu.org>
1100
1101 * configure.in: : Check for termcap.h.
1102
11031999-08-15 Gerd Moellmann <gerd@gnu.org>
1104
1105 * configure.in: Add --with-toolkit-scroll-bars. If "no",
1106 use Emacs' scroll bars, even if configured for Motif or when
1107 Xaw3d is available.
1108
11091999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
1110
1111 * configure.in: Check for getaddrinfo.
1112
11131999-08-04 Eli Zaretskii <eliz@gnu.org>
1114
1115 * config.bat: Make --no-debug work again by removing -gcoff.
1116
11171999-07-30 Dave Love <fx@gnu.org>
1118
1119 * configure.in: Check for stdlib.h.
1120
11211999-07-19 Dave Love <fx@gnu.org>
1122
1123 * configure.in: Grok sparc64-*-linux-gnu*.
1124
11251999-07-12 Richard Stallman <rms@gnu.org>
1126
1127 * Version 20.4 released.
1128
11291999-06-23 Karl Heuer <kwzh@gnu.org>
1130
1131 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
1132 Quote $EMACS, in case it's a program with args.
1133
11341999-05-29 Richard M. Stallman <rms@gnu.org>
1135
1136 * configure.in: Delete the Kerberos stuff.
1137
11381999-05-27 Greg Hudson <ghudson@mit.edu>
1139
1140 * configure.in: Prefer kerberos 5 names.
1141
11421999-04-26 Richard M. Stallman <rms@gnu.org>
1143
1144 * configure.in: Check for libXp.
1145
11461999-04-08 Richard Stallman <rms@gnu.org>
1147
1148 * make-dist: Include change logs in subdirs of `lisp'.
1149
11501999-04-05 Richard Stallman <rms@gnu.org>
1151
1152 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
1153 (install-arch-indep): Make ${datadir}/emacs world-readable.
1154
11551999-03-30 Eli Zaretskii <eliz@gnu.org>
1156
1157 * config.bat: Use epaths.* instead of paths.*.
1158
11591999-03-07 Eli Zaretskii <eliz@gnu.org>
1160
1161 * INSTALL: Add detailed instructions to unpack and install
1162 intlfonts on MS-DOS.
1163
11641999-02-26 Richard Stallman <rms@gnu.org>
1165
1166 * configure.in: Use epaths.h and epaths-force instead of paths....
1167
1168 * Makefile.in (epaths-force): Renamed from paths-force;
1169 operate on epaths.in and produce epaths.h.
1170
11711999-02-24 Richard Stallman <rms@gnu.org>
1172
1173 * make-dist: Fix nt/icons directory handling.
1174
11751999-02-22 Simon Josefsson <jas@pdc.kth.se>
1176
1177 * configure.in (f301-fujitsu-uxpv4.1): New target.
1178
11791999-02-20 Richard Stallman <rms@gnu.org>
1180
1181 * make-dist (tempparent): Fix command to update info files.
1182
11831999-02-09 Richard Stallman <rms@gnu.org>
1184
1185 * configure.in (powerpc-apple-netbsd*): New alternative.
1186
11871999-01-25 Geoff Voelker <voelker@cs.washington.edu>
1188
1189 * make-dist: Include the new directory nt/icons in distributions.
1190
11911999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1192
1193 * configure.in: Change message about HAVE_XFREE386.
1194
11951999-01-07 Eli Zaretskii <eliz@gnu.org>
1196
1197 * config.bat: Support configuring with leim.
1198
11991998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
1200
1201 * configure.in (mips-sgi-irix6.5): New target.
1202
12031998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1204
1205 * configure.in: Remove GSS-API support, since it has been removed
1206 from movemail.
1207
12081998-12-04 Markus Rost <rost@delysid.gnu.org>
1209
1210 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
1211
12121998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
1213
1214 * Makefile.in: Don't install customize info file. Run
1215 install-info on viper info file.
1216
12171998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
1218
1219 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
1220
12211998-11-16 Kenichi Handa <handa@etl.go.jp>
1222
1223 * configure.in (*-*-bsdi4*): New target.
1224
12251998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
1226
1227 * configure.in: Fix previous change.
1228
12291998-11-11 Richard Stallman <rms@gnu.org>
1230
1231 * configure.in (aviion-intel): New machine.
1232
12331998-11-04 Kenichi Handa <handa@etl.go.jp>
1234
1235 * configure.in (mips-nec-sysv4*): New target.
1236
12371998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
1238
1239 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
1240 from lisp.
1241
12421998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
1243
1244 * make-dist: Don't include fns*.el in dist.
1245
12461998-10-30 Dave Love <fx@gnu.org>
1247
1248 * configure.in: Don't mkdir cpp.
1249
12501998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
1251
1252 * Makefile.in (install-arch-dep): Install src/fns-*.el in
1253 ${archlibdir}.
1254
12551998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1256
1257 * Version 20.3 released.
1258
12591998-07-30 Paul Eggert <eggert@twinsun.com>
1260
1261 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
1262 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
1263 (lwlib/Makefile, leim/Makefile):
1264 Prepend $(srcdir)/ to rule dependencies outside this dir.
1265
12661998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
1267
1268 * configure.in: Use unset CDPATH instead of making it empty.
1269
12701998-06-20 Karl Heuer <kwzh@gnu.org>
1271
1272 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
1273
12741998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
1275
1276 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
1277 and default.el. Sort the results.
1278
12791998-05-31 Karl Heuer <kwzh@gnu.org>
1280
1281 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
1282 writable.
1283
12841998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
1285
1286 * Makefile.in (install-arch-indep):
1287 Don't alter site-lisp/subdirs.el if it exists.
1288
12891998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1290
1291 * Makefile.in (install-arch-indep): Put `-' on commands to create
1292 subdirs.el in site-lisp dirs.
1293
12941998-05-07 Richard Stallman <rms@psilocin.gnu.org>
1295
1296 * Makefile.in (install-arch-indep): Fix typo in previous change.
1297
12981998-05-06 Richard Stallman <rms@psilocin.gnu.org>
1299
1300 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
1301
13021998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1303
1304 * Makefile.in (mkdir): Create the site-lisp dirs.
1305 (install-arch-indep): Make site-lisp/subdirs files world-readable.
1306
13071998-04-26 Richard Stallman <rms@psilocin.gnu.org>
1308
1309 * Makefile.in (INSTALL_INFO): New variable.
1310 (install-arch-indep): Don't replace the dir file if it already exists.
1311 Use the install-info program, via INSTALL_INFO, to add entries.
1312 Make the `info' subdir and the Info files world-readable.
1313
13141998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
1315
1316 * config.bat: Make sure the environment is large enough to support
1317 all the "set foo=bar" commands. Update pointers to DJGPP FTP
1318 sites.
1319
13201998-04-10 Karl Heuer <kwzh@gnu.org>
1321
1322 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
1323
13241998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1325
1326 * configure.in: Add --with-gssapi to specify GSS-API
1327 authentication support for movemail.
1328
13291998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
1330
1331 * Makefile.in (install-arch-indep): Fix previous change.
1332
13331998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
1334
1335 * Makefile.in (info): Run man in build dir, not srcdir.
1336
13371998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
1338
1339 * Makefile.in (install-arch-indep): Fix previous change.
1340
13411998-03-23 Kenichi Handa <handa@etl.go.jp>
1342
1343 * Makefile.in (top_distclean): Check the existence of `lock'
1344 subdir.
1345
13461998-03-22 Richard Stallman <rms@gnu.org>
1347
1348 * Makefile.in (install-arch-indep): Put special subdirs.el files
1349 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
1350
13511998-03-21 Richard Stallman <rms@psilocin.gnu.org>
1352
1353 * make-dist: Fix shell syntax in check for missing .el or .elc files.
1354
13551998-03-09 Richard Stallman <rms@psilocin.gnu.org>
1356
1357 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
1358 (m68*-hp-hpux*): Handle versions 1X like 10.
1359
13601998-03-07 Richard Stallman <rms@psilocin.gnu.org>
1361
1362 * make-dist: PROBLEMS is now in etc, not top level dir.
1363
1364 * Makefile.in (SOURCES): Delete PROBLEMS.
1365
13661998-02-25 Richard Stallman <rms@gnu.org>
1367
1368 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
1369
1370 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
1371
13721998-01-17 Richard Stallman <rms@gnu.org>
1373
1374 * Makefile.in (install-arch-indep): Add semicolon before `else'.
1375
13761998-01-02 Richard Stallman <rms@psilocin.gnu.org>
1377
1378 * make-dist (tempparent): New option --no-check.
1379
1380 * make-dist: Don't do anything with cpp directory.
1381
13821997-12-20 Richard Stallman <rms@psilocin.gnu.org>
1383
1384 * configure.in (sparc-fujitsu-sysv4*): New target.
1385
13861997-12-17 Andreas Schwab <schwab@gnu.org>
1387
1388 * configure.in: Cache more tests. Add missing quotes around
1389 message with embedded comma.
1390
13911997-12-04 Karl Heuer <kwzh@gnu.org>
1392
1393 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
1394
13951997-11-26 Joel N. Weber II <devnull@gnu.org>
1396
1397 * make-dist: Changed the comment about `umask 0' to say `Don't
1398 restrict access to any files.'; previously it said `Don't protect
1399 any files', which may have implied that we think fascism is good.
1400
14011997-11-24 Paul Eggert <eggert@twinsun.com>
1402
1403 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
1404 strftime needs the underlying host's strftime for locale dependent
1405 formats.
1406
14071997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
1408
1409 * configure.in (i586-dg-dguxR4.*): New name in case branch.
1410
14111997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1412
1413 * config.bat: Configure the man subdirectory.
1414
14151997-11-07 Paul Eggert <eggert@twinsun.com>
1416
1417 * configure.in (AC_CHECK_LIB): Add -lintl.
1418
14191997-11-07 Karl Heuer <kwzh@gnu.org>
1420
1421 * make-dist (check for .elc files): Avoid bash-specific syntax.
1422 (check for overflow 14-char limit): Simplify.
1423
14241997-11-07 Richard Stallman <rms@gnu.org>
1425
1426 * Makefile.in (install): Move blessmail last.
1427
14281997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1429
1430 * configure.in (gettimeofday, one arg or two):
1431 Clarify messages by avoiding double negative.
1432
14331997-09-30 Karl Eichwalder <ke@suse.de>
1434
1435 * Makefile.in (install-arch-indep): install the widget info file.
1436
14371997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1438
1439 * configure.in (with-pop, with-kerberos): Need to check Kerberos
1440 libraries in reverse order, so that libraries will appear in the
1441 correct dependency order on the link line (and so that the
1442 configure checks themselves will work properly when early
1443 libraries depend on later ones).
1444
14451997-09-21 Erik Naggum <erik@naggum.no>
1446
1447 * make-dist (making links to `src'): Keep timestamp on copied
1448 files.
1449
1450 * make-delta: New script to produce delta distributions.
1451
14521997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1453
1454 * Version 20.2 released.
1455
14561997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1457
1458 * Version 20.1 released.
1459
1460 * Makefile.in (install-leim): Depend on mkdir.
1461 (leim): Depend on src.
1462
14631997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1464
1465 * configure.in: Recognize alpha* instead of just alpha.
1466
14671997-09-12 Paul Eggert <eggert@twinsun.com>
1468
1469 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
1470
14711997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1472
1473 * update-subdirs: Use rm -f.
1474
14751997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1476
1477 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
1478 Ignore subdirs named Old.
dff28924 1479
a4a9692d
DL
14801997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
1481
1482 * configure.in: Add OpenBSD clause to set $machine.
1483
14841997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1485
1486 * make-dist: Recompile everything after updating various Lisp files.
1487 Recompile in leim as well as lisp.
1488 Check in leim as well as lisp for mismatched files and too-long names.
dff28924 1489
a4a9692d
DL
14901997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1491
1492 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
1493
14941997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1495
1496 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
1497 before trying to copy anything from it.
1498
14991997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1500
1501 * Makefile.in (man/Makefile): New target.
1502 (tags): Define env var EMACS and run Makefile from build dir.
1503
15041997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
1505
1506 * config.bat: If src/_gdbinit doesn't exist, try using
1507 src/.gdbinit to create it (for building on Windows 95).
1508
15091997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1510
1511 * Makefile.in (install-arch-indep):
1512 Discard extra data in tar | tar pipes.
1513
15141997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
1515
1516 * configure.in (x_default_search_path): Corrected
1517 '${x_library}' to '${x_library}/X11'.
1518
15191997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1520
1521 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1,
1522
15231997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1524
1525 * configure.in: Support auto-configuration of both Kerberos V4 and
1526 Kerberos V5 for movemail, including detection of V4 and V5 header
1527 files and libraries.
1528
15291997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
1530
1531 * configure.in: Compute x_default_search_path
1532 and substitute into makefiles.
1533
1534 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
1535
15361997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1537
1538 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
1539
15401997-08-07 Erik Naggum <erik@naggum.no>
1541
1542 * configure.in: Remove lockdir, it is no longer needed.
1543 * Makefile.in (mkdir): Don't create lockdir.
1544 (lockdir): Variable deleted.
1545 (paths-force): Don't operate on PATH_LOCK.
1546
15471997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1548
1549 * leim-Makefile.in (clean, distclean): New targets.
1550
1551 * make-dist: Include leim/ChangeLog in leim distribution.
1552
15531997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1554
1555 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
1556
15571997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1558
1559 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
1560
15611997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1562
1563 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
1564
15651997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1566
1567 * make-dist: Update leim/leim-list.el.
1568 Pass along value of $EMACS when updating lisp dir.
1569
15701997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
1571
dff28924 1572 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
a4a9692d
DL
1573 prerequisite to the use of Doug Lea's malloc.
1574
15751997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1576
1577 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
1578
1579 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
1580
15811997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1582
1583 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
1584
15851997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1586
1587 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
1588 to news-r6.h.
1589
15901997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1591
1592 * config.bat: Use `sed' instead of `cp', which might not be
1593 installed.
1594
15951997-07-09 Kenichi Handa <handa@etl.go.jp>
1596
1597 * Makefile.in (mostlyclean): Add cleaning leim directory.
1598 (clean, distclean, maintainer-clean): Likewise.
1599
16001997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1601
1602 * make-dist (bogosities): Check subdirs of `lisp' also.
1603
16041997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1605
1606 * make-dist (etc): Really avoid symlinks now.
1607 (lisp): Don't delete from subdirs the things we never copy.
1608
16091997-07-07 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1610
1611 * Makefile.in (install-arch-indep): Correct the target name.
1612 The first letter `i' was dropped by the previous change of mine.
1613
16141997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1615
1616 * configure.in (leim/Makefile): Generate this.
1617 (*-sysv4.2uw*): Recognize new alternative.
1618
1619 * leim-Makefile.in: Renamed from leim-Makefile.
1620
1621 * make-dist: Set up real-leim subdirectory,
1622 with the real contents of leim; then move it to
1623 a separate top-level directory.
1624
1625 * make-dist: Don't mention site-lisp, site-init, site-start
1626 or default, when listing files hat are not compiled and should be.
dff28924 1627
a4a9692d
DL
1628 * configure.in: Create src/config.stamp at the end.
1629
16301997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1631
1632 * Makefile.in (install-leim): Correct previous change.
1633
16341997-07-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1635
1636 * Makefile.in (install-leim): New target.
1637 (install): Depend on install-leim.
dff28924 1638
a4a9692d
DL
16391997-07-01 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1640
1641 * Makefile.in (SUBDIR): Add leim.
1642 (SUBDIR_MAKEFILES): Add leim/Makefile.
1643 (leim/Makefile): New target.
1644
16451997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1646
1647 * leim-Makefile: New file.
1648 * make-dist: Initialize a `leim' subdirectory with that makefile.
1649
16501997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1651
1652 * configure.in (GNU_MALLOC_reason): Fix message text.
1653
16541997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1655
1656 * make-dist (lisp): Don't process subdirs that start with =.
1657 (etc): Copy symlinks, as in src.
1658
16591997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1660
1661 * configure.in (i*86-*-unixware*): New alternative.
1662
16631997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1664
1665 * Makefile.in (src/config.stamp): Target renamed from src/config.h
1666 and touch it explicitly.
1667
1668 * configure.in (mips-sony-newsos6*): New alternative.
1669 (mips-*-linux-gnu*): New alternative.
1670 (*-*-bsdi*): New alternative.
1671 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
1672
16731997-06-22 Dave Love <d.love@dl.ac.uk>
1674
1675 * Makefile.in (lib-src): Depend on src/config.h (e.g. for
1676 movemail.o).
1677 (src/config.h): New target to re-configure if src/config.in
1678 is patched.
1679
16801997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1681
1682 * configure.in (shutdown): Check for `shutdown' function.
1683
16841997-06-18 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1685
1686 * update-subdirs: Include the directory "language" in subdirs.
1687
16881997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1689
1690 * configure.in (m88k-dg-dgux4*): New alternative.
1691 (alpha-*-netbsd*): New alternative.
1692 (powerpcle-*-solaris2*): New alternative.
1693
16941997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1695
1696 * make-dist: Warn about .el files that are not compiled.
1697
16981997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1699
1700 * Makefile.in (dist): Don't run update-subdirs here,
1701 since make-dist now gets that done.
1702
1703 * make-dist: Use the new `updates' target in lisp/Makefile.
dff28924 1704
a4a9692d
DL
1705 * make-dist: Use new non-file targets in lisp/Makefile.
1706
17071997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1708
1709 * make-dist: Handle all subdirs of `lisp' uniformly.
1710 Don't handle `term' and `language' specially.
1711 Clear out umask at the beginning.
dff28924 1712
a4a9692d
DL
17131997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1714
1715 * make-dist: Use Make to update finder-inf.el and autoloads.
1716 Also update cus-load.el.
1717
17181997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
1719
1720 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
1721 in case it is desirable to disable the GNU malloc features with
1722 glibc.
1723
17241997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
1725
1726 * configure.in (DOUG_LEA_MALLOC):
1727 Define if malloc_{get,set}_state exist.
1728
17291997-03-05 Ken'ichi Handa <handa@etl.go.jp>
1730
1731 * make-dist: Make links for files under lisp/language.
1732
17331997-02-20 Kenichi Handa <handa@etl.go.jp>
1734
1735 * update-subdirs: Exclude the directory "language" from subdirs.
1736
17371997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
1738
1739 * configure.in: Check for rint and cbrt.
1740
17411997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1742
1743 * make-dist: Use $EMACS to say where to run Emacs.
1744 Add --no-update option.
dff28924 1745
a4a9692d
DL
17461996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1747
1748 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
1749
17501996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1751
1752 * make-dist (copying src): Check thoroughly for symlinks
1753 and copy them in all cases. Regularize the linking of *.in
1754 and *.opt and ChangeLog files.
1755 (copying lib-src): Likewise.
1756 Don't rm getdate.c or y.tab.*--they don't exist any more.
dff28924 1757
a4a9692d
DL
17581996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
1759
1760 * configure.in: Check for libmail, maillock.h and
1761 touchlock (for movemail).
1762
17631996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1764
1765 * configure.in (limits.h): Check for this file.
1766
17671996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1768
1769 * configure.in (rs6000-ibm-aix4.2): New alternative.
1770 (rs6000-ibm-aix4.0): New alternative.
1771 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
1772
17731996-11-22 Ben Harris <bjh21@cam.ac.uk>
1774
1775 * configure.in: Recognize vax-*-netbsd*.
1776
17771996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1778
1779 * configure.in (locallisppath): Add leim directory.
1780
17811996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
1782
1783 * config.bat: Make sure `mv' supports forward slashes and -f.
1784
17851996-10-28 Christian Limpach <chris@nice.ch>
1786
1787 * configure.in (hppa*-next-nextstep*): * added after hppa
1788 to accept hppa1.0 and hppa1.1.
1789
17901996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
1791
1792 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
1793 * configure.in (ld_switch_machine): Fix typo.
1794
17951996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1796
1797 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
1798 from config.h and use them in $ac_link.
1799
18001996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
1801
1802 * configure.in: Create a subdir named `lisp'.
1803
18041996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1805
1806 * configure.in: Check for getcwd.
1807
18081996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1809
dff28924 1810 * configure.in: Check for termios.h. Check for setpgid.
a4a9692d
DL
1811
18121996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1813
1814 * configure.in: Check for setrlimit.
1815
18161996-08-31 Paul Eggert <eggert@twinsun.com>
1817
1818 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
1819
18201996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1821
1822 * configure.in: Check for utimes.
1823
1824 * configure.in: Check for com_err library, but only
1825 if --with-kerberos was used. Check for krb and des
1826 only if --with-kerberos.
1827
18281996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1829
1830 * Makefile.in (INSTALL_STRIP): New variable.
1831 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
1832 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
1833
18341996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1835
1836 * configure.in: Check for krb and des libraries.
1837
18381996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1839
1840 * configure.in (*-sunos4.1.[3-9]*noshare):
1841 Use sunos413, not sunos4-1-3.
1842 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
1843 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
dff28924 1844
a4a9692d
DL
18451996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1846
1847 * Makefile.in (src/paths.h): Target deleted.
1848 (paths-force): Delete all dependencies on this target
1849 but don't delete the target.
1850 (install): Depend on `all'.
1851 (paths-force): Don't print a message.
1852
1853 * configure.in: Generate src/paths.h here.
1854
18551996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1856
1857 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
1858 New variables that affect linking only.
1859 (alpha-dec-osf*): Use those instead of previous change.
1860
18611996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1862
1863 * Makefile.in (install-arch-indep): Install info/messages.
1864
18651996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1866
1867 * Version 19.33 released.
1868
18691996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
1870
1871 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
1872 Fix previous change.
1873
18741996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1875
1876 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
1877 New alternative.
1878
18791996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1880
1881 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
1882 and NON_GCC_TEST_OPTIONS.
1883
18841996-08-06 Paul Eggert <eggert@twinsun.com>
1885
1886 * configure.in (LOCALTIME_CACHE): Don't put a string literal
1887 "TZ=..." in environ.
1888
18891996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1890
1891 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
1892
18931996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1894
1895 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
1896 the more general *-sunos4.1.[3-9]* clause.
1897
18981996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1899
1900 * Version 19.32 released.
1901
1902 * configure.in (*-sco3.2v5*):
1903 Set OVERRIDE_CPPFLAG to a string of one space.
1904 Fix the code that uses OVERRIDE_CPPFLAG.
1905
19061996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1907
1908 * configure.in: Undo previous change.
1909
19101996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1911
1912 * config.sub: Use `pc', not `unknown', when canonicalizing
1913 the vendor for ...86.
1914
19151996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1916
1917 * configure.in: Check for termios.h header.
1918
19191996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
1920
1921 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3
1922
19231996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
1924
1925 * configure.in: Split bsdos2 and bsdos2-1.
1926
19271996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1928
1929 * config.sub: If last two words are not a recognized
1930 KERNEL-OS pair, use just the last word as OS, as in 19.31.
1931 Make conversion of gnu/linux to linux-gnu really work.
dff28924 1932
a4a9692d
DL
1933 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
1934
19351996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1936
1937 * configure.in (check for using Lucid widgets by default):
1938 Eliminate indentation that confuses some compilers.
1939
19401996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1941
1942 * config.sub: Convert linux and gnu/linux to linux-gnu.
1943
1944 * make-dist: Don't update getdate.c.
1945 Ignore =... files when checking for too-long Lisp file names.
1946
19471996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1948
1949 * configure.in (euidaccess): Check for that, not for eaccess.
1950
19511996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1952
1953 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
1954 before `noshare'.
1955 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
1956
19571996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1958
1959 * configure.in: Rename lignux to linux-gnu in configuration names.
1960 Use gnu-linux as the opsys value (s/ file name).
1961 Allow i686 just like i386, i486, i586.
1962
19631996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1964
1965 * configure.in (i*86-*-sco3.2v5): New alternative.
1966 (OVERRIDE_CPPFLAG): New variable.
1967 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
1968
1969 * configure.in: Specify vpath for .texi files.
1970
19711996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1972
1973 * configure.in: Always check for HAVE_X11R5.
1974 Separately decide whether to use a toolkit by default.
1975
19761996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
1977
1978 * configure.in: If X11R5 is missing the Xaw headers,
1979 default to --with-x-toolkit=no.
1980
19811996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1982
1983 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
1984
19851996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1986
1987 * Makefile.in (install-arch-indep): If cd etc makes output,
1988 don't treat that as part of the tar data.
1989 Check that ./lisp actually exists.
dff28924 1990
a4a9692d
DL
19911996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
1992
1993 * make-dist: Check for long file names.
1994
19951996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1996
1997 * Version 19.31 released.
1998
19991996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2000
2001 * configure.in: Recognize sparc-*-lignux.
2002
20031996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2004
2005 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
2006 Don't include config.w95.
2007
20081996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2009
2010 * make-dist: Replace --no-clean-up and --no-tar options
2011 with --clean-up and --tar, so that the default is useful.
2012
20131996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2014
2015 * config.bat: Make sure the GDB init file is called src/_gdbinit;
2016 if not, tell the user to rename it and abort.
2017
20181996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2019
2020 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
2021 test program.
2022
20231996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2024
2025 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
2026
2027 * make-dist (MANIFEST): Fix previous change.
2028 (msdos): Put mainmake.v2 into the dist.
2029
20301996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2031
2032 * make-dist: Exit if autoconf fails.
2033
20341996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
2035
2036 * config.bat: Set djgpp-ver, and unset it at the end.
b1f865ae 2037 Add a number of conditionals for DJGPP version 2.
a4a9692d
DL
2038 Rename label libsrc2 to libsrc3.
2039 Substitute for LDFLAGS in src/Makefile.
2040 Substitute for ALL_CFLAGS in lib-src/Makefile.
2041
20421996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2043
2044 * configure.in (ncurses): Check this after checking fns like strerror.
2045
20461996-04-08 Erik Naggum <erik@naggum.no>
2047
2048 * make-dist (MANIFEST): Don't include lines from =files.
2049
20501996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2051
2052 * make-dist: Don't put lisp/dired.todo in the dist.
2053
20541996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
2055
2056 * configure.in (HAVE_NCURSES): Look for library named ncurses.
2057
2058 * configure.in (setlocale): Check for it.
2059
2060 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
dff28924 2061
a4a9692d
DL
20621996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2063
2064 * configure.in: Use lignux instead of linux as value of opsys.
2065
20661996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2067
2068 * Makefile.in (install-strip): Fix whitespace.
2069 Get rid of continuation.
2070
2071 * config.sub: Convert linux or gnu/linux to lignux.
2072
20731996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2074
2075 * configure.in: Accept lignux in configuration name.
2076
20771996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2078
2079 * Makefile.in (install-strip): New target.
2080
20811996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2082
2083 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
2084 -f failed to do the job on Suns.
2085
20861996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2087
2088 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
2089
2090 * configure.in (linux/version.h): Check for this header.
2091
20921996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2093
2094 * configure.in: Remove -fno-builtin hackery from -lm check.
2095
20961996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2097
2098 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
2099 just this test.
2100
2101 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
2102
21031996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2104
2105 * configure.in: Check for ncurses.
2106
21071996-02-28 Paul Eggert <eggert@twinsun.com>
2108
2109 * configure.in (LOCALTIME_CACHE):
2110 Also define if localtime mishandles unsetting TZ.
2111 This works around a localtime bug in mips-dec-ultrix.
2112
21131996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2114
2115 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
2116
2117 * configure.in: Improve messages about X versions.
2118
21191996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2120
2121 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
2122
21231996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2124
2125 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
2126 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
2127
2128 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2129 (install): Put install-arch-indep before install-arch-dep.
2130
21311996-02-20 Dave Love <d.love@dl.ac.uk>
2132
2133 * INSTALL: Clarify info about MS-DOS path handling.
2134
21351996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2136
2137 * Makefile.in (install-arch-indep): Install info/ccmode*.
2138 In previous change, protect against /bin/pwd returning null string.
2139
21401996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2141
2142 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
2143 to lispdir.
2144
21451996-02-01 Paul Eggert <eggert@twinsun.com>
2146
2147 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
2148
21491996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2150
2151 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
2152
21531996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2154
2155 * Makefile.in (extraclean): Use ${top_distclean} to ensure
2156 we delete everything distclean deletes.
2157
21581996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
2159
2160 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
2161
21621996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2163
2164 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
2165 into LDFLAGS instead of into LIBS.
2166
21671996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2168
2169 * configure.in (HAVE_XMU): Fix typo in previous change.
2170
21711996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2172
2173 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
2174
21751996-01-10 Erik Naggum <erik@naggum.no>
2176
2177 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
2178
21791996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
2180
2181 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
2182
21831996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2184
2185 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
2186 and use -lXt to link it.
2187
21881996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2189
2190 * configure.in (locallisppath): Put version-specific dir first.
2191
21921996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2193
2194 * configure.in (hppa-*-nextstep*): New alternative.
2195 (USE_X_TOOLKIT): By default, set this to "maybe";
2196 and change that later to LUCID or "no" according to X11 version.
2197
2198 * make-dist: Recompile outdated .elc files and update all autoloads.
2199
22001996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2201
2202 * configure.in (locallisppath): Fix typo in last change: " -> '.
2203
22041996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2205
2206 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
2207
22081995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2209
2210 * Makefile.in (install-arch-indep): Give all files read permission.
2211
22121995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2213
2214 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
2215 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
2216
22171995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2218
2219 * configure.in: Determine HAVE_X11R6.
2220 (HAVE_MENUS): Renamed from HAVE_X_MENU.
2221
22221995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2223
2224 * configure.in: Just "solaris" now defaults to version 2.4.
2225 Add sunos4.1.n-noshare as alternative.
2226
22271995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2228
2229 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
2230
22311995-11-29 Erik Naggum <erik@naggum.no>
2232
2233 * Makefile.in (install-arch-indep): Add missing backslash.
2234
22351995-11-29 Karl Eichwalder <ke@ke.Central.DE>
2236
2237 * Makefile.in (install-arch-indep): Don't install
2238 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
2239
22401995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2241
2242 * Makefile.in (install-arch-indep): Fix previous change.
2243
2244 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
2245
22461995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2247
2248 * Version 19.30 released.
2249
2250 * make-dist (lisp): Exclude subdirs.el.
2251
22521995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2253
2254 * make-dist (etc): Delete *.orig and *.rej.
2255
22561995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2257
2258 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
2259
22601995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2261
2262 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
2263
22641995-11-14 Geoff Voelker <voelker@cs.washington.edu>
2265
2266 * make-dist (nt): Rename install, readme, and todo to
2267 INSTALL, README, and TODO.
2268
22691995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2270
2271 * make-dist (lisp): Don't distribute site-start.
2272
22731995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
2274
2275 * make-dist: Break the hard link on alloca.c.
2276
22771995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2278
2279 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
2280
22811995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2282
2283 * make-dist (src, lib-src): Don't distribute Makefile.c.
2284 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
2285
22861995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2287
2288 * Makefile.in (mkdir): Create man1dir, not mandir.
2289 (uninstall): Use man1dir, not mandir.
2290
22911995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2292
2293 * Makefile.in (man1dir): New variable.
2294 (install-arch-indep): Use man1dir.
2295
2296 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
2297
2298 * make-dist: Create lisp/MANIFEST.
2299
23001995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2301
2302 * configure.in (m68k-*-linux*): New alternative.
2303
23041995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2305
2306 * make-dist: Use new names config.in, paths.in, and
2307 {src,lib-src}/Makefile.in.
2308
23091995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2310
2311 * configure.in: Don't bother checking for drem.
2312
23131995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2314
2315 * Makefile.in (distclean): Delete line with just a tab in it.
2316 (install-arch-indep): Delete spaces that precede tabs.
2317 Delete spurious `fi' left from previous change.
2318 (install): Supply `true' as command, to avoid null command.
2319
23201995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2321
2322 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
2323
23241995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2325
2326 * configure.in (powerpc-*-solaris2): New alternative.x
2327
23281995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2329
2330 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
2331 of paths.h.tmp$$, to avoid going beyond 14 characters.
2332
23331995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2334
2335 * configure.in: Improve error msg for invalid --with-x-toolkit value.
2336
23371995-09-06 Paul Eggert <eggert@twinsun.com>
2338
2339 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
2340 if localtime caches TZ. Check for tzset.
2341
23421995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2343
2344 * config.bat: Simplify using new names file names src/makefile.in,
2345 config.in, paths.in. Change Echo commands not to use `.
2346
23471995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2348
2349 * Makefile.in (install-arch-indep): Always install the new dir file;
2350 rename the previous dir file to dir.bak or dir.old.
2351
23521995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2353
2354 * configure.in (RANLIB): Substitute this into makefiles.
2355 Set it specially on solaris; set it by default on other systems.
2356
2357 * configure.in: Fix previous Alpha change.
2358
23591995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2360
2361 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
2362 NON_GCC_TEST_OPTIONS.
2363
23641995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2365
2366 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
2367 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
2368
2369 * configure.in (alpha-*-linux*): New configuration.
2370
23711995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2372
2373 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
2374 (m68k-next-nextstep*): New alias for that.
2375 (i*86-*-nextstep*): Use nextstep.h.
2376 (sparc-*-nextstep*): New configuration.
2377
23781995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2379
2380 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
2381 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
2382
23831995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2384
2385 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
2386 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
2387
23881995-07-18 Mike Long <mike.long@analog.com>
2389
2390 * make-dist: Fix update of finder-inf.el, and byte-compile it.
2391
23921995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2393
2394 * Makefile.in (src/paths.h, paths-force):
2395 Rename src/paths.h.in to src/paths.in.
2396 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
2397
2398 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
2399 Use Makefile.c for intermediate file.
2400 Rename src/config.h.in to src/config.in.
2401
24021995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
2403
2404 * configure.in (mips-dec-ultrix*): Assume version 4.3.
2405 (mips-dec-ultrix4.[12]): New alternative for old versions.
2406
24071995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2408
2409 * make-dist: Don't break intra-tree links.
2410
24111995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2412
2413 * configure.in: Put back archlibdir initialization. Require
2414 autoconf 2.4.1 or later.
2415
24161995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2417
2418 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
2419 (mips-mips-riscos5*): New alternative.
2420
24211995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2422
2423 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
2424
24251995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2426
2427 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
2428 (mandir, infodir, archlibdir): Initializations deleted.
2429
2430 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
2431 On hpux9shr, use hpux9shxr4.h.
2432
24331995-06-24 Morten Welinder <terra+@cs.cmu.edu>
2434
2435 * configure.in: Added target mips-dec-mach_bsd4.3.
2436 * config.guess: Guess mips-dec-mach_bsd4.3.
2437
24381995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2439
2440 * Makefile.in (mkdir): Use symbolic chmod.
2441
24421995-06-22 Paul Eggert <eggert@twinsun.com>
2443
2444 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.
2445 (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
2446
24471995-06-22 Paul Eggert <eggert@twinsun.com>
2448
2449 * Makefile.in (SUBDIR_MAKEFILES):
2450 Add man/Makefile, so `make distclean' removes it.
2451 (top_distclean): Add config.log to the list of files to be removed.
2452
24531995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2454
2455 * Version 19.29 released.
2456
24571995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2458
2459 * configure.in: Fix the previous change to verify that the -b
2460 option really solves the problem.
2461
2462 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
2463
24641995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2465
2466 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
2467
24681995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2469
2470 * configure.in: Report more clearly when there is no special
2471 dir to search for X includes or libraries.
2472
24731995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2474
2475 * configure.in: Check for -lpthreads, not -lpthread.
2476
24771995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2478
2479 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
2480
24811995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2482
2483 * configure.in: Check for -lpthread.
2484
24851995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2486
2487 * Makefile.in (install-arch-indep): Install info files for mh-e.
2488 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
2489
24901995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2491
2492 * configure.in (*-solaris2.5): New configuration.
2493
2494 * make-dist: Copy new files config.nt and config.w95.
2495
24961995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2497
2498 * configure.in: Use x_includes, not x_libraries, for -I.
2499 Make bitmapdir a colon-separated list.
2500
25011995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
2502
2503 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
2504
2505 * configure.in: Allow x_libraries and x_includes to be paths.
2506
25071995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2508
2509 * configure.in: Fix typo.
2510
25111995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2512
2513 * INSTALL: Clarify use of site-init.el.
2514
25151995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
2516
2517 * configure.in: pass arg to sqrt.
2518
25191995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2520
2521 * make-dist: Fix May 6 change.
2522
25231995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2524
2525 * vpath.sed: Delete reference to ymakefile.
2526
25271995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2528
2529 * configure.in: Use sqrt (more portable) instead of fmod in -lm
2530 check.
2531
25321995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2533
2534 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
2535
2536 * update-subdirs: Specify /bin/sh to run the script.
2537
25381995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2539
2540 * make-dist: Put src/makefile.nt in dist.
2541
2542 * configure.in (i[345]86-*-bsdi2*): New configuration.
2543 (vax-dec-bsd386*): Deleted.
2544
25451995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2546
2547 * configure.in: Make sure CDPATH doesn't mess up PWD check. Check
2548 whether X bitmaps are in X11/bitmaps instead of bitmaps. Use fmod
2549 instead of logb in -lm check.
2550
25511995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2552
2553 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
2554 Use bsd4-3. Don't set NON_GNU_CPP.
2555
2556 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
2557 In nt. copy various different things, but not *.cmd.
2558 Fix the ln commands for the subdirs of nt.
2559
25601995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2561
2562 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
2563
25641995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2565
2566 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
2567 since that's what the header file expects.
2568
25691995-04-24 Francesco Potorti` (pot@cnuce.cnr.it)
2570
2571 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
2572 and 68040 based machines when choosing options for gnucc.
2573
25741995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2575
2576 * Makefile.in (top_distclean): Delete config.cache.
2577
25781995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2579
2580 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
2581
2582 * configure.in: Use m/ncr386.h.
2583
25841995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2585
2586 * Makefile.in (install-arch-indep): Undo Sep 23 change.
2587
25881995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2589
2590 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
2591 (man): Don't copy texindex.c and getopt.c; they're deleted.
2592 (etc): Omit `e'; it's a subdirectory.
2593 (etc/e): Use `../..', not `..', to reference top level.
2594
25951995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
2596
2597 * Makefile.in (install-arch-indep, dist):
2598 look for `update-subdir' in $(srcdir).
2599
26001995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2601
2602 * make-dist: Include mkinstalldirs in distribution.
2603
26041995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2605
2606 * make-dist: Add missing close backquote.
2607
26081995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2609
2610 * make-dist: Don't distribute shortnames directory.
2611
26121995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2613
2614 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
2615
26161995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2617
2618 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
2619
26201995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2621
2622 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
2623
26241995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2625
2626 * configure.in (mips-sgi-irix6): New configuration.
2627
26281995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2629
2630 * Makefile.in (maintainer-clean): Renamed from realclean.
2631
26321995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2633
2634 * configure.in: Create a .gdbinit that sources the real one, if
2635 using a different build directory.
2636
26371995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2638
2639 * configure.in: Check for sys/select.h.
2640
26411995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2642
2643 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
2644
26451994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2646
2647 * configure.in: Handle isc 4.1 operating system.
2648
26491994-12-10 Richard Stallman <rms@kepa>
2650
2651 * configure.in (rs6000-ibm-aix4.1*): New alternative.
2652 (rs6000-ibm-aix4*): New alternative.
2653
26541994-12-06 Richard Stallman <rms@kepa>
2655
2656 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
2657
26581994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2659
2660 * configure.in: Don't try to make directories that are guaranteed
2661 to already exist.
2662
26631994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2664
2665 * configure.in: Generate man/Makefile from man/Makefile.in.
2666 Create the man subdir.
2667
2668 * Makefile.in (dvi): Run Make in our man subdir.
2669
2670 * make-dist: Create subdir etc/e.
2671 Make links to it.
2672 Put man/Makefile.in in dist, instead of man/Makefile.
2673
26741994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
2675
2676 * configure.in: Add --with-pop, --with-kerberos, and
2677 --with-hesiod for movemail.
2678
26791994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2680
2681 * configure.in (m68*-apollo*): Use s/domain.h.
2682
26831994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2684
2685 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
2686
26871994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2688
2689 * configure.in: Don't add -I, -L, -R options for cc if their
2690 arguments would be empty.
2691
26921994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2693
2694 * configure.in (i860-intel-osf1*): New alternative.
2695 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
2696 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
2697
26981994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2699
2700 * configure.in: Make h_errno check not use nested functions.
2701
27021994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2703
2704 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
2705
27061994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2707
2708 * Makefile.in (install-arch-indep): Avoid continued comment
2709 swallowing target line.
2710
27111994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
2712
2713 * configure.in: Protect a character class with `changequote'.
2714
27151994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2716
2717 * configure.in: Accept `news' as a synonym for `newsos'.
2718
27191994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2720
2721 * Makefile.in: Don't rm files if cd fails.
2722
27231994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2724
2725 * make-dist: Put nt subdir and its subdirs in the dist.
2726 (lib-src): Put makefile.nt in the dist.
2727 (lisp): Put makefile.nt in the dist.
2728
27291994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2730
2731 * configure.in: Change a stray `[' to `test'.
2732
27331994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2734
2735 * configure.in: Adapt for Autoconf v2. Use the standard argument
2736 parser, host type canonicalizer, X11 finder, and message
2737 printing macros. Use the new macro names. Use `test' instead of `['.
2738
27391994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2740
2741 * configure.in: Check for getpagesize.
2742
27431994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2744
2745 * make-dist (msdos): Put sed* in the distribution.
2746
27471994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
2748
2749 * config.bat: New option, `--with-x', for configuring Emacs
2750 for use with the X11 system DesqView/X.
2751 New option, `--no-debug', for compiling Emacs without debug
2752 information thus saving disk space.
2753 (src/config.h, src/paths.h): Use `update' (which is like
2754 `move-if-changed') to change the file.
2755 (src/config.h): When configuring for X11 perform extra changes.
2756 (src/makefile): When configuring for X11 perform extra changes.
2757 (lib-src): Remove temporary files.
2758 (): Check that `sed', `rm', `mv', and `gcc' are available.
2759
27601994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2761
2762 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
2763
2764 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
2765
27661994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2767
2768 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
2769
2770 * configure.in (canonical): Substitute var into makefiles.
2771 (bitmapdir): Likewise.
2772
2773 * Makefile.in (bitmapdir): New variable.
2774 (src/paths.h, paths-force): Edit PATH_BITMAPS.
2775
27761994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2777
2778 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
2779
2780 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
2781 * update-subdirs: New shell script.
2782
27831994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2784
2785 * Makefile.in (top_distclean): Don't rm build-install.
2786 (SOURCES): Delete build-install.in.
2787
2788 * make-dist: Don't distribute build-ins.in.
2789 * build-ins.in: File deleted.
2790
27911994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2792
2793 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
2794
27951994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2796
2797 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
2798
2799 * configure.in (libexecdir): Renamed from libdir. New default.
2800 (sharedstatedir): Renamed from statedir. New default.
2801 (datadir): New default.
2802
2803 * make-dist: Don't distribute subdirs.el.
2804
28051994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2806
2807 * configure.in (eaccess): Check for it.
2808
28091994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2810
2811 * configure.in (mktime): Check for it.
2812
28131994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
2814
2815 * configure.in (motif): Add support for usage and option checking.
2816
28171994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2818
2819 * configure.in (utimes): Check for it.
2820
28211994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2822
2823 * Makefile.in (install-arch-indep): Don't do mkdir here.
2824
28251994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2826
2827 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
2828 riscix.h renamed to acorn.h.
2829
28301994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
2831
2832 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
2833 New configurations.
2834
28351994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2836
2837 * configure.in: Remove trailing slashes from srcdir.
2838
28391994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2840
2841 * configure.in (i[345]86-sequent-ptx*): Handle
2842
28431994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2844
2845 * Makefile.in (paths-force): Depend on src/paths.h
2846
28471994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2848
2849 * configure.in (config_options): Save all arguments, not just some.
2850
28511994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2852
2853 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
2854
2855 * configure.in: Add AC_AIX.
2856 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
2857
28581994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2859
2860 * configure.in (parsing options): Simplify sed command to delete -'s.
2861
28621994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
2863
2864 * configure.in (config_options): New shell variable.
2865 Pass its value to C code in EMACS_CONFIG_OPTIONS.
2866
28671994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2868
2869 * configure.in (alpha-dec-osf*): New target.
2870
2871 * Makefile.in: Use just one FRC target.
2872
28731994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2874
2875 * Makefile.in (removenullpaths, paths-force):
2876 Use name paths.h.tmp$$, which depends on the pid.
2877
28781994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2879
2880 * Makefile.in (removenullpaths, paths-force):
2881 Put paths.h.tmp in top-level dir, not in src.
2882
28831994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2884
2885 * Version 19.27 released.
2886
28871994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2888
2889 * Version 19.26 released.
2890
28911994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2892
2893 * configure.in: Check for lrand48, not rand48.
2894
28951994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2896
2897 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
2898 (powerpc-ibm-aix*): New aliases.
2899
29001994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2901
2902 * make-dist (src/m, src/s): Put *.inp in distribution.
2903
29041994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2905
2906 * configure.in: Accept i586 and i486 along with i386.
2907
29081994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2909
2910 * configure.in: Do compute unexec, LIBX, system_malloc, etc
2911 even if CPP env var was set by the user.
2912
2913 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
2914
29151994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2916
2917 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
2918
29191994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2920
2921 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
2922
29231994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2924
2925 * configure.in: Check more specifically for i*86-sun-sunos.
2926
29271994-08-03 Caveh Jalali (caveh@eng.sun.com)
2928
2929 * configure.in: Handle solaris 2.4.
2930
29311994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2932
2933 * configure.in (rand48): Check for it.
2934
29351994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2936
2937 * make-dist: Update the info files.
2938
29391994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2940
2941 * configure.in: Make "checking..." messages' style consistent.
2942 (HAVE_H_ERRNO): New test.
2943
29441994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2945
2946 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
2947
29481994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2949
2950 * configure.in (CFLAGS): If the envvar was specified, use that.
2951 And set REAL_CFLAGS from it too.
2952
29531994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2954
2955 * make-dist: Update finder-inf.el.
2956
29571994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2958
2959 * make-dist (msdos): Include sed4.inp in dist.
2960
2961 * Makefile.in (libsrc_libs): Var deleted.
2962
29631994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2964
2965 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
2966
29671994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2968
2969 * configure.in (mips-sony-newsos4*): New alias.
2970
29711994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2972
2973 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
2974 (*-convex-convexos*): Accept this as alias.
2975
29761994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2977
2978 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
2979 for two different uses.
2980
29811994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2982
2983 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
2984
29851994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2986
2987 * make-dist: Put ./BUGS into the distrib.
2988
29891994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2990
2991 * configure.in: Handle 386 running Solaris 2.
2992
29931994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2994
2995 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
2996
29971994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2998
2999 * configure.in (mips-sony-newsos*): Use news-risc.h.
3000
3001 * configure.in: Accept bsdi as opsys, like bsd386.
3002
30031994-06-01 Morten Welinder (terra@diku.dk)
3004
3005 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
3006
30071994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3008
3009 * Version 19.25 released.
3010
3011 * make-dist (shortversion): Don't assume another period follows.
3012
30131994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3014
3015 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
3016 (uninstall): Use /bin/pwd.
3017
3018 * Makefile.in (blessmail): Depend on src.
3019 (all): Don't depend on blessmail.
3020
3021 * Makefile.in (src/paths.h): Don't force recomputation.
3022 (paths-force): New target; force recomputation of paths.h.
3023 (all): Depend on paths-force.
3024 (src, lib-src): Depend on src/paths.h.
3025
3026 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
3027 NON_GCC_TEST_OPTIONS.
3028
30291994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3030
3031 * configure.in: Don't insist on subversions for irix.
3032
30331994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3034
3035 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
3036
3037 * configure.in (i[34]86-next-*): New alternative.
3038
30391994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3040
3041 * Version 19.24 released.
3042
3043 * configure.in: New config hppa*-hp-hpux9shr*.
3044
30451994-05-22 Morten Welinder (terra@tyr.diku.dk)
3046
3047 * config.bat: Doc fix.
3048
30491994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3050
3051 * Makefile.in (mostlyclean, clean, distclean, realclean)
3052 (extraclean): Don't act on man subdir if it doesn't exist.
3053
30541994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3055
3056 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
3057 Use them to set up CC.
3058 (*-sun-sunos4.1.3): Set them.
3059
30601994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3061
3062 * Makefile.in (lib-src): Don't depend on src/paths.h.
3063
30641994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3065
3066 * build-ins.in (copydests): Get rid of spurious `-'s.
3067
3068 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
3069
30701994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3071
3072 * Version 19.23 released.
3073
3074 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
3075 for the Xlib and Xt checks; then restore old CFLAGS.
3076
30771994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3078
3079 * configure.in (HAVE_X11XTR6): Add newline before #if.
3080 Add newline after #endif.
3081
30821994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3083
3084 * configure.in (HAVE_X11XTR6): Arrange to define it.
3085
30861994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3087
3088 * Makefile.in (install): Depend on blessmail.
3089
30901994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3091
3092 * configure.in (mips-siemens-sysv*): Put quotes around value
3093 containing blanks.
3094
30951994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3096
3097 * Makefile.in (TAGS): Use the makefile in src subdir.
3098
30991994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3100
3101 * configure.in (opsys): Recognize `gnu'.
3102
31031994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3104
3105 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
3106
31071994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3108
3109 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
3110 version > 1.8.
3111
31121994-05-08 Morten Welinder (terra@diku.dk)
3113
3114 * config.bat: Forcibly remove "# " style comments from makefiles.
3115
31161994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3117
3118 * Makefile.in (uninstall): When processing lispdir and etcdir,
3119 do nothing unless it exists and is a directory.
3120
31211994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3122
3123 * Makefile.in (install-arch-indep): Do install info/dired-x*.
3124 Merge code in from install-doc.
3125 (install-doc): Merge code back into install-arch-indep.
3126 (install-arch-dep): Don't depend on install-doc.
3127
3128 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
3129
31301994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3131
3132 * configure.in (making src/Makefile and lib-src/Makefile):
3133 Split off the autoconf substitutions and don't pass them thru cpp.
3134 (undefs): Use $canonical as well as $configuration.
3135
3136 * make-dist: Distribute lisp/Makefile.
3137
3138 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
3139 Use lower case names for the s files.
3140
31411994-05-03 Morten Welinder (terra@diku.dk)
3142
3143 * config.bat: Added possibility for different file name
3144 transscriptions in lib-src.
3145
31461994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3147
3148 * Makefile.in (lib-src): Undo previous change.
3149 (blessmail): New target to run maybe-blessmail in lib-src.
3150 (all): Depend on blessmail.
3151
3152 * Makefile.in (lib-src): Depend on src.
3153
31541994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
3155
3156 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
3157 (m88k-dg-dgux5.4R2): dgux5.4R2.
3158
31591994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3160
3161 * configure.in (window_system): Restore accidentally deleted code
3162 that uses AC_FIND_X.
3163
3164 * make-dist: Distribute config.bat.
3165
31661994-04-29 Morten Welinder (terra@diku.dk)
3167
3168 * config.bat: Corrected the configuration of lib-src
3169 to keep up with configure. Add note about dos version 3
3170 or better needed (djgpp needs that). Add note explaining
3171 that either install in c:/emacs or edit the script.
3172 Don't change to c:/emacs, but assume we're there (to minimize
3173 the number of places to change).
3174
3175 * config.bat: Build-in the first step towards X11 support with
3176 the X11 emulator that exists. At this time it won't work,
3177 and several files are missing.
3178
31791994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3180
3181 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
3182 Don't look for -lresolv.
3183
3184 * Makefile.in (lib-src): Depend on src/paths.h.
3185
31861994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3187
3188 * configure.in: Restore deleted AC_SUBST of `configuration'.
3189 Improve error message for bad --with-x-toolkit value.
3190
3191 * configure.in: Define CONFIGURATION in src/config.h
3192 rather than substituting in src/Makefile.in.
3193
31941994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3195
3196 * Makefile.in (install-doc): New target.
3197 (install-arch-dep): Depend on install-doc.
3198 (mkdir): Create docdir.
3199
32001994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3201
3202 * configure.in: Test for libresolv.a.
3203 Substitute machfile and opsysfile.
3204
32051994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3206
3207 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
3208 (install-arch-dep): Install under the name $(EMACS).
3209
32101994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3211
3212 * configure.in (version): Use entire value of emacs-version.
3213 (mips-siemens-sysv*): New alternative.
3214
32151994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3216
3217 * Makefile.in (install-arch-indep): Don't install dired-x*.
3218
32191994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3220
3221 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
3222 Fix definition of $undefs.
3223
32241994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3225
3226 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
3227
3228 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
3229
32301994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3231
3232 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
3233
32341994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3235
3236 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
3237 and run it thru cpp, as with src/Makefile.in.
3238
3239 * configure.in: Use AC_SET_MAKE.
3240
32411994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3242
3243 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
3244
32451994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3246
3247 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
3248
3249 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
3250 (printing the choices): Make the toolkit message unconditional.
3251 (USE_X_TOOLKIT): Use `none', not `no', if none.
3252 (include libsrc_libs): Include config.h, and specify -I for srcdir.
3253 Get rid of temp file foofoo1.
3254
32551994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3256
3257 * configure.in (CFLAGS): Use shell syntax, not Makefile.
3258
32591994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3260
3261 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
3262 (printing the choices): State choice of toolkit.
3263 (libsrc_libs): Recalculate after writing config.h;
3264 then update lib-src/Makefile.
3265
32661994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3267
3268 * configure.in: Add sunos4shr as alternative for suns.
3269 Conditionals testing for null $CC were backwards.
3270
32711994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3272
3273 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
3274
32751994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3276
3277 * configure.in: Handle -isc4.0*.
3278
32791994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3280
3281 * configure.in (esix5): Set NON_GNU_CPP.
3282
32831994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
3284
3285 * Makefile.in (thisdir): Nonsensical variable removed.
3286 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
3287 back to $thisdir, rather than the directory `this_dir'.
3288
32891994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3290
3291 * Makefile.in (install-arch-indep): Add missing backslash after a
3292 `then'.
3293
32941994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3295
3296 * Makefile.in (thisdir): New variable.
3297 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
3298
32991994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3300
3301 * configure.in: Add freebsd.
3302
33031994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3304
3305 * configure.in: Check for fpathconf.
3306
33071994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3308
3309 * configure.in (with_x_toolkit): Fix typo in previous change.
3310
33111994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3312
3313 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
3314
33151994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3316
3317 * configure.in (with_x_toolkit): Don't allow motif or open-look.
3318
33191994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3320
3321 * configure.in: Fix value of docdir.
3322 * Makefile.in (install-arch-indep): Install DOC* in docdir.
3323
33241994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3325
3326 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
3327
33281994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
3329
3330 * configure.in: New variable docdir to control where the docstring
3331 file goes.
3332 Makefile.in: Use it to initialize PATH_DOC in paths.h.
3333
33341994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3335
3336 * configure.in: When --run-in-place, don't inherit archlibdir.
3337
33381994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3339
3340 * Makefile.in (install-arch-dep, install-arch-indep):
3341 New targets split up former do-install rule.
3342 (do-install): Target deleted.
3343
33441994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3345
3346 * configure.in (mips-sony-newsos*): New configuration.
3347
33481994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
3349
3350 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
3351
33521994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3353
3354 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
3355
33561994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3357
3358 * configure.in: Don't initialize CC.
3359
33601994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3361
3362 * configure.in (creating src/Makefile): Also generate -U switches
3363 for symbols in the $configuration value.
3364
3365 * configure.in: Check for sys_siglist being declared in system header.
3366
33671994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3368
3369 * configure.in (creating src/Makefile): Delete blank lines
3370 along with lines of whitespace.
3371 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
3372
33731994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3374
3375 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
3376 like C_SWITCH_SYSTEM.
3377 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
3378
33791994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3380
3381 * configure.in (drem): Check for this function.
3382
33831994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3384
3385 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
3386 If CPP was inherited from environment, don't use NON_GNU_CPP.
3387 (NON_GNU_CC): Likewise.
3388 (handling with_gcc): Use explicit if in the `no' case.
3389 (cc_specified): New variable; if set, don't use NON_GNU_CC.
3390
33911994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3392
3393 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
3394
33951994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3396
3397 * configure.in: Check whether fmod exists.
3398
33991994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3400
3401 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
3402 {src,lisp}/OChangeLog.
3403
34041994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3405
3406 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
3407 necessary for proper operation. This code works with the current
3408 released version of Autoconf.
3409
34101994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3411
3412 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
3413 (USE_X_TOOLKIT): Define it for all values except `no'.
3414
3415 * configure.in: Undo first Jan 8 change and Jan 16 change.
3416
34171994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3418
3419 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
3420 Substitute USE_X_TOOLKIT as both C macro and Make variable.
3421
3422 * Makefile.in (lwlib/Makefile): New target.
3423 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
3424 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
3425 (unlock, relock): Handle lwlib subdir.
3426
3427 * Makefile.in: Add some .PHONY targets.
3428
3429 * make-dist: Handle lwlib subdir like oldXMenu subdir.
3430
3431 * lwlib: New subdirectory.
3432
34331994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3434
3435 * configure.in: If CPP has a value that is a directory,
3436 discard the value.
3437
34381994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3439
3440 * configure.in (srcdir_undefs): Add g flag to sed substitution to
3441 remove -U[0-9]*.
3442
34431994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3444
3445 * Makefile.in (do-install): Install the dired-x info files.
3446
3447 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
3448 (See src/s/sol2.h.)
3449
34501994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3451
3452 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
3453
34541994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3455
3456 * configure.in (creating src/Makefile): Put code inside 2nd arg to
3457 AC_OUTPUT as it should be; hopefully noone will again see fit to
3458 gratuitously break this and not make a change log entry.
3459 Optimized sed processing of Makefile.in and cpp output; now
3460 preserves comments previously removed from the cpp input.
3461 Eliminated temp file for cpp output. Generate -U switches to
3462 undefine all identifiers that appear in the directory name
3463 ${srcdir}; pass these to cpp.
3464
3465 * configure.in (version): Fix sed regexp to match two-elt version
3466 number.
3467
3468 * configure.in: Check for strerror.
3469
34701994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3471
3472 * configure.in: Test for bcmp.
3473
34741994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3475
3476 * make-dist (tempdir): Put subdir msdos into the distribution.
3477
34781993-01-07 Morten Welinder (terra@diku.dk)
3479
3480 * config.bat: New file.
3481
34821994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3483
3484 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
3485
34861994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3487
3488 * configure.in (m68*-next-*): Don't care about which os is specified.
3489 (i[34]86-*-*): Check for *-nextstop*.
3490
34911993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3492
3493 * configure.in: Check for setsid.
3494
34951993-12-17 Richard Stallman (rms@srarc2)
3496
3497 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
3498
34991993-12-15 Richard Stallman (rms@srarc2)
3500
3501 * Makefile.in (mkdir): Make only the lockdir writable.
3502
3503 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
3504
35051993-12-11 Richard Stallman (rms@srarc2)
3506
3507 * Makefile.in (libdir): Use @libdir@.
3508
35091993-12-08 Richard Stallman (rms@srarc2)
3510
3511 * Makefile.in (install): Add empty command.
3512
35131993-12-04 Richard Stallman (rms@srarc2)
3514
3515 * make-dist: Put man/getopt.c in the dist.
3516
3517 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
3518
3519 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
3520
35211993-12-03 Richard Stallman (rms@srarc2)
3522
3523 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
3524 Set it for all solaris versions.
3525 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
3526 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
3527 Likewise for NON_GNU_CC and CC.
3528
35291993-12-01 Richard Stallman (rms@srarc2)
3530
3531 * configure.in (mips-mips-riscos4*): Assign variable CC.
3532 (checking ${with_gcc}): If "no", don't override CC if already set.
3533 (CC): Initialize it as empty.
3534
dff28924 35351993-11-30 Richard Stallman (rms@srarc2)
a4a9692d
DL
3536
3537 * configure.in (Suns): Set CPP if *-solaris2.3*.
3538
35391993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3540
3541 * Version 19.22 released.
3542
3543 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
3544
35451993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3546
3547 * make-dist: When breaking links, use cp -p.
3548 Copy install.sh into distribution.
3549 Move the temp dir up into the parent dir;
3550 don't leave the staging dir make-dist.tmp... in existence.
3551 * install.sh: New file.
3552
35531993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3554
3555 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
3556
35571993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3558
3559 * configure.in (version): When --run-in-place, exclude
3560 ${datadir}/emacs/site-lisp from locallisppath.
3561
35621993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3563
3564 * configure.in: Delete jumk.c before writing it.
3565
35661993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3567
3568 * Version 19.21 released.
3569
3570 * Makefile.in (mkdir): Ignore error from chmod.
3571
35721993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3573
3574 * make-dist: Don't put lisp/forms.README in the distribution.
3575
35761993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3577
3578 * configure.in (creating src/Makefile): Before running cpp,
3579 discard all lines that start with `# Generated' or /**/#.
3580
35811993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3582
3583 * Version 19.20 released.
3584
3585 * make-dist: Use build-ins.in, not build-install.in.
3586 Don't bother updating TAGS since it's not included.
3587
3588 * build-ins.in: Renamed from build-install.in.
3589
35901993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3591
3592 * make-dist: Don't try to link *.texinfo--there are none now.
3593 When running make in lib-src, specify YACC var value.
3594
35951993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3596
3597 * configure.in (extrasub): Add vpath patterns for %.[yls].
3598
3599 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
3600 Instead just include the commands to make src/Makefile as the
3601 second arg to AC_OUTPUT.
3602
3603 * configure.in: Use : instead of dnl for comment inside
3604 $makefile_command.
3605
3606 * configure.in: No longer use vpath_sed. Instead, when we notice
3607 srcdir already configured, set extrasub to hack vpath in the
3608 makefiles.
3609
3610 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
3611 before moving it.
3612 * Makefile.in (VPATH): Define to @srcdir@.
3613
36141993-09-28 Brian Fox (bfox@cubit)
3615
3616 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
3617 doesn't exist. Just copy src/Makefile.in instead. Touch
3618 all of the Makefiles after editing config.status.
3619
3620 * INSTALL: Update documentation to match new configuration
3621 mechanism.
3622
36231993-09-27 Brian Fox (bfox@ai.mit.edu)
3624
3625 * configure.in: Allow any of the path or directory Makefile
3626 variables to be set with flags to configure. Create all Makefiles
3627 at configure time. Edit special commands into config.status after
3628 src/Makefile.in is built from src/Makefile.
3629
3630 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
3631 If these files are out of date, simply have config.status
3632 rebuild them; don't rebuild them explicitly.
3633
36341993-09-25 Brian Fox (bfox@ai.mit.edu)
3635
3636 * build-install.in: Change src/xemacs to src/emacs. We no longer
3637 create src/xemacs, so the file wouldn't be found.
3638
3639 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
3640
36411993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu)
3642
3643 * configure.in: Avoid forcing the search of /usr/include before
3644 fixed include files by resetting C_SWITCH_X_SITE if it is
3645 "-I/usr/include".
3646
36471993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3648
3649 * Makefile.in (@rip_paths@locallisppath):
3650 Delete ${datadir}/emacs/site-lisp.
3651
36521993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3653
3654 * configure.in:
3655 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
3656 Remove ${extra_output} from AC_OUTPUT call.
3657
36581993-09-17 Brian Fox (bfox@inferno)
3659
3660 * make-dist: Quote backquotes found in strings to be echoed.
3661
3662 * configure.in: Use "sh -c pwd" when we want to avoid having the
3663 shell fix up the value of $PWD.
3664
36651993-09-13 Brian Fox (bfox@inferno)
3666
3667 * Makefile.in (do-install): Don't abort if ln or chmod at the end
3668 of the installation fail. Suggested by Karl Berry.
3669
36701993-08-30 Brian Fox (bfox@inferno)
3671
3672 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
3673 was used. Set MAKEFLAGS from MFLAGS.
3674
36751993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3676
3677 * configure.in: Test for res_init in libc.
3678
36791993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3680
3681 * configure.in: In the file ${tempcname}, use configure___
3682 instead of @configure@.
3683
36841993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
3685
3686 * make-dist: Dist vpath.sed
3687
3688 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
3689 Depend on vpath.sed.
3690 Replace sed comand for VPATH with @vpath_sed@.
3691
3692 * configure.in: Substitute variable `vpath_sed'.
3693 If not in $srcdir and $srcdir is configured,
3694 issue warning that GNU make is required,
3695 and set vpath_sed to use vpath.sed script.
3696
36971993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3698
3699 * configure.in: Remove check for $srcdir being configured. This
3700 pretty much works now.
3701 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
3702 Check for XFree86 (/usr/X386/include) independent of whether
3703 -lXbsd exists.
3704
3705 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
3706 realclean, unlock, relock): Use `$(MAKE)' in place of plain
3707 `make'.
3708
37091993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3710
3711 * Version 19.19 released.
3712
3713 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
3714
37151993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3716
3717 * configure.in: Check for XScreenNumberOfScreen.
3718
37191993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3720
3721 * configure.in: Add * to end of all configuration alternatives.
3722 (m68*-sony-newsos3*): New alternative.
3723
37241993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3725
3726 * make-dist: Include getdate.c in distribution.
3727
3728 * configure.in: For --help, use $PAGER if it is set.
3729 (LIB_X11_LIB): Default to -lX11.
3730 (mips-sgi-irix5.*): New alternative.
3731
3732 * Makefile.in (do-install): Install info/gnus* and info/sc*.
3733
3734 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
3735 Recognize *.B8.* as hpux version 8.
3736 (m68*-tektronix-bsd*): Fix typo in tek4300.
3737 (AC_HAVE_FUNCS): Add ftime.
3738
37391993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3740
3741 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
3742 Use tekxd88, not tekXD88.
3743
37441993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3745
3746 * configure.in: Check for -lm. Then can check for frexp and logb.
3747
37481993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3749
3750 * Version 19.18 released.
3751
3752 * make-dist (src): Don't put gnu-hp300 in dist.
3753 (src, lisp): Include OChangeLog in dist.
3754
37551993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3756
3757 * configure.in: Test for presence of logb and frexp functions.
3758
37591993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3760
3761 * configure.in (machine): Add i370-ibm-aix*.
3762
37631993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3764
3765 * configure.in (function checks): Test for mkdir and rmdir.
3766
3767 * configure.in (function checks): Don't test for random and bcopy
3768 only when we're building with X; look for them all the time.
3769
37701993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3771
3772 * configure.in: Test for availability of bcopy functions, searching
3773 the X libraries if we're using X.
3774
3775 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
3776 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
3777 versions of AIX, and needs to be passed to the loader.
3778
3779 * configure.in: Test for the availablility of the
3780 XScreenResourceString function.
3781
37821993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
3783
3784 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
3785 LD_SWITCH_X_SITE and assume --with-x11.
3786 Only look for X11 files if we weren't told about a window system
3787 or if we were told to use X11 but not told where.
3788 Search the libraries from the s and/or m files when checking for
3789 functions.
3790
3791 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
3792
37931993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3794
3795 * make-dist: Include lisp/dired.todo in the distribution.
3796
37971993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3798
3799 * configure.in: Add code to set HAVE_INET_SOCKETS.
3800
38011993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3802
3803 * configure.in: If we do find x_includes and x_libraries
3804 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
3805
38061993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3807
3808 * make-dist: Include src/gnu-hp300 in the dist.
3809
3810 * configure.in (canonical): New variable holds the canonicalized
3811 configuration. Don't alter `configuration'. Use `configuration'
3812 for Makefile.in for file naming.
3813 (testing x_includes and x_libraries): Use =, not ==.
3814
38151993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3816
3817 * Version 19.17 released.
3818
3819 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
3820 directory's makefile. This allows the invocation of CPP which
3821 builds xmakefile to receive these switches. The SunSoft C
3822 preprocessor inserts spaces between tokens if it doesn't get the
3823 -Xs flag requested in src/s/sol2.h.
3824
38251993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
3826
3827 * configure.in (m68k-bull-sysv3): new config.
3828
38291993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3830
3831 * configure.in: Use the autoconf AC_FIND_X macro to try to find
3832 the X Windows libraries.
3833
38341993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3835
3836 * make-dist (tempdir): Don't create lisp/forms-mode directory in
3837 the distribution. Those files aren't kept in their own
3838 subdirectory any more.
3839
38401993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3841
3842 * Version 19.16 released.
3843
38441993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3845
3846 * configure.in: Add --verbose flag.
3847
38481993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3849
3850 * version 19.15 released.
3851
38521993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3853
3854 * Makefile.in (top_distclean): Use -f switch when cleaning out
3855 lock dir; it might be empty.
3856
3857 * configure.in: Only check for -lXbsd once.
3858
38591993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3860
3861 * Version 19.14 released.
3862
38631993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3864
3865 * make-dist: If using gzip, create distribution with '.gz' extension.
3866
3867 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
3868 (lisp/forms-mode): This doesn't exist anymore.
3869
3870 * configure.in: Look for the closedir function.
3871
38721993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3873
3874 * configure.in (CPP): Autoconf sets this to a shell variable
3875 reference, which doesn't work when it's edited into a makefile.
3876 Expand that variable reference.
3877
3878 * Makefile.in (CPP): New variable.
3879 (src/Makefile): Edit CPP into src/Makefile.
3880
3881 * Makefile.in (src/Makefile): Don't bother exiting single quotes
3882 and entering double quotes to get the values of LD_SWITCH_X_SITE
3883 and the other make variables; make substitutes them in anyway.
3884
3885 * Makefile.in (uninstall): Don't remove the lisp and etc
3886 directories if they're in the source tree.
3887
3888 Bring mumbleclean targets into conformance with GNU coding standards.
3889 * Makefile.in (mostlyclean, clean): Separate these two; just have
3890 them pass the request to the subdirectory makefiles.
3891 (distclean): Pass the request down, and then get rid of the
3892 files configure built, and get rid of the Makefiles.
3893 (realclean): Pass the request down, and then do the same things
3894 distclean does.
3895 (uninstall, info, dvi): New targets.
3896
3897 * configure.in: Move clause for PC-compatible i386 box to the end
3898 of the case statement, to avoid masking configurations below.
3899
3900 * configure.in: Add case for m88k-motorola-sysv4.
3901
3902 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
3903 the HP 68000 machines.
3904
3905 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
3906 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
3907 preprocessor won't fiddle with them.
3908
39091993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3910
3911 * Makefile.in (TAGS): cd to src to run etags.
3912
39131993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3914
3915 * configure.in (version): Check the X libraries for XrmSetDatabase
3916 and random, and see if we have -lXbsd.
3917
39181993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3919
3920 * configure.in: Pass "-Isrc" to the CPP we run to examine the
3921 s/*.h and m/*.h files. Martin Tomes
3922 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
3923
39241993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3925
3926 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
3927 above the general i386 alternative.
3928
39291993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3930
3931 * configure.in: Recognize configuration name for Data General
3932 AViiON machines.
3933
3934 * configure.in: Use AC_LONG_FILE_NAMES.
3935
39361993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3937
3938 * configure.in: Test for bison.
3939 * Makefile.in (YACC): New variable.
3940 (lib-src/Makefile.in): Edit YACC into the makefile.
3941
39421993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3943
3944 * Version 19.13 released.
3945
3946 * configure.in (CFLAGS): Don't set this according to the value of
3947 the GCC shell variable. Instead, consult the machine and system
3948 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
3949 test __GNUC__ while we're at it.
3950
3951 * configure.in: Remove extra ;; from hpux cases.
3952
39531993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3954
3955 * configure.in: Check to see if the system has -ldnet.
3956
39571993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3958
3959 * make-dist: Add clauses to distribute lisp/forms-mode.
3960
39611993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3962
3963 * configure.in (machine): Fix the versions in hpux version number test.
3964 Do not guess based on cpu type. Do check for explicit system version.
3965
39661993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3967
3968 * configure.in: Do NOT look for `unknown' as company name.
3969
39701993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3971
3972 * configure.in: Fix typo in message.
3973
39741993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3975
3976 * Version 19.12 released.
3977
3978 * Makefile.in (do-install): Correct previous etc-copying change.
3979 Partially rewrite using `if'.
3980 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
3981
3982 * Version 19.11 released.
3983
3984 * configure.in: Handle 386bsd.
3985
39861993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3987
3988 * make-dist: Update getdate.c.
3989
3990 * configure.in: Handle bsd386.
3991
3992 * Makefile.in (do-install): Use `-' in tar options.
3993
3994 * configure.in: Change ! "${...}" to x"${...}" = x.
3995
3996 * Makefile.in (do-install): Copy the DOC-* files from the build
3997 etc directory, as well as lots of things from ${srcdir}/etc.
3998
3999 * make-dist: Copy config.guess.
4000
4001 * configure.in: Handle AIX versions 1.2, 1.3.
4002
40031993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4004
4005 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
4006 the configuration name mips-mips-usg* to represent USG systems.
4007
4008 * configure.in: Fix logic to detect if srcdir is already configured.
4009
4010 * Makefile.in: Pass in LD_SWITCH_X_SITE.
4011
4012 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
4013 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
4014 of a directory; cd might fail, and have pwd print out the current
4015 directory.
4016
40171993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4018
4019 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
4020
40211993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4022
4023 * configure.in: Complain if srcdir points at an already-configured
4024 tree.
4025
40261993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4027
4028 * Version 19.10 released.
4029
40301993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4031
4032 * Makefile.in: Use Makefile comments, not C comments.
4033
4034 * configure.in: Add case for the Tektronix XD88.
4035
40361993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4037
4038 * configure.in: Handle sysv4.2 and sysvr4.2.
4039
40401993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4041
4042 * configure.in: Traverse the argument list without destroying it;
4043 don't use shift. It turns out that "set - ${saved_arguments}"
4044 doesn't work portably.
4045
4046 * configure.in: Add missing "fi".
4047
4048 * make-dist: Rebuild configure if configure.in is newer.
4049
4050 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
4051 targets to be executed even if make remembers that it has already
4052 stisfied FRC.
4053
40541993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4055
4056 * Makefile.in (do-install): Delete redundant code to copy etc twice.
4057
4058 * configure.in (romp): Handle various version numbers with aos and bsd.
4059
40601993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4061
4062 * configure.in: Fix message text.
4063
40641993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4065
4066 * make-dist: Make a `site-lisp' directory in the distribution,
4067 instead of a `local-lisp' directory, which hasn't been the
4068 appropriate name for a long time.
4069 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
4070 from the distribution first, then /usr/local/lib/emacs/site-lisp.
4071
4072 * Makefile.in (do-install): Correctly detect if ./etc and
4073 ${srcdir}/etc are the same.
4074
4075 * configure.in: Extract UNEXEC from the system configuration
4076 files, compute the name of the source file corresponding to the
4077 object file, and #define it as UNEXEC_SRC in config.h.
4078
4079 * configure.in: If srcdir is '.', then try using PWD to make it
4080 absolute.
4081
4082 * configure.in: Include ${srcdir} in the printed report, to help
4083 people notice if it's an automounter path.
4084
40851993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4086
4087 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
4088
40891993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4090
4091 * Makefile.in (do-install): Delete the dest dir, not the source dir,
4092 when they are different. Add `shift' command.
4093 (COPYDESTS, COPYDIR): Delete external-lisp dir.
4094 (externallispdir): Var deleted.
4095
4096 * configure.in: Delete spurious paren outputting short_usage.
4097
40981993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4099
4100 * Version 19.9 released.
4101
41021993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4103
4104 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
4105 subdirectory makes.
4106
4107 * make-dist: Check for .elc files with no corresponding .el file.
4108
4109 * Makefile.in (mkdir): Make all the directories in locallisppath.
4110
4111 * config.guess: New file.
4112 * configure.in: Use it, tentatively.
4113 * INSTNALL: Mention its usage.
4114
4115 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
4116 the former gives you the operating system rev directly. Use
4117 s/hpux.h if we don't recognize what we got.
4118
4119 * Makefile.in (do-install): Don't remove a destination directory
4120 if it's the same as the source. If ${srcdir}/info == ${infodir},
4121 don't try to copy the info files.
4122
4123 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
4124 doesn't work if you're not using a separate source directory.
4125 (do-install): Copy the build tree's etc directory only after
4126 making sure it's not also the source tree's etc directory.
4127
41281993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4129
4130 * configure.in: Handle sunos4.1.3 specially.
4131
41321993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4133
4134 * Makefile.in (INSTALL): Add definition.
4135
4136 * configure.in: Fix some messages. Support -with-gnu-cc.
4137 At the end, use `set --', not `set -'.
4138 Delete spurious `.h' in hpux alternatives.
4139
41401993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4141
4142 * Version 19.8 released.
4143
41441993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4145
4146 * configure.in: When looking for source in the same directory as
4147 the configure script, make the path thus discovered absolute.
4148 If the user specifies the `--srcdir' switch, make that directory
4149 absolute too.
4150
4151 * Makefile.in (srcdir): Remove comment saying this doesn't work.
4152
4153 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
4154 too, as the value of the PATH_INFO macro.
4155
4156 * configure.in: Check to see if the source lives in the same
4157 directory as the configure script.
4158
41591993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4160
4161 * Makefile.in (install): Split this into `install' and
4162 `do-install', to give people more control over exactly what gets
4163 done.
4164 (do-install): New target, containing the guts of `install'. Don't
4165 remove and recreate the directories inside the copying loop - do
4166 it all before the copying loop. Pass more flags to the lib-src
4167 make.
4168 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
4169 avoid errors and warnings.
4170
4171 * configure.in: For generic IBM PC boxes, insist on "unknown" for
4172 the manufacturer - the more general case was blocking other i386
4173 configuration names below, and that's how the names are written in
4174 MACHINES anyway.
4175
4176 * make-dist: When breaking links, remove the link before moving
4177 the copy onto it, to avoid interactive behavior.
4178
4179 * Makefile.in: Doc fix.
4180
4181 * configure.in: Doc fix.
4182
4183 * INSTALL: Mention --exec-prefix option.
4184
4185 * configure.in: Add support for the `--exec-prefix' option.
4186 * Makefile.in: Accept that support.
4187
4188 * configure.in: Use the AC_PROG_INSTALL macro.
4189 * Makefile.in (INSTALL): Variable removed.
4190 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
4191
4192 * configure.in: Distinguish between hp800's and hp700's by calling
4193 "uname -m".
4194
41951993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4196
4197 * configure.in: Recognize configuration names for i860 boxes
4198 running SYSV.
4199
42001993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4201
4202 * configure.in: Distinguish between hp800's and hp700's by the
4203 version of HP/UX they run, since that's something people are more
4204 likely to know - hp700's run 8.0.
4205 Add HP 700 configuration.
4206
4207 * configure.in: Test for the presence of the `rename' function.
4208
4209 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
4210 configure.in.
4211 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
4212
4213 * make-dist: Break intra-tree links.
4214
4215 * configure.in: Explain that this is an autoconf script, and give
4216 instructions for rebuilding configure from it. Arrange to put
4217 comments in configure explaining this too.
4218
4219 * configure.in: Make the first line of the configure script be
4220 "#!/bin/sh". Leaving the first line blank didn't work.
4221
4222 * configure.in (long_usage): Removed; made short_usage describe
4223 the options briefly.
4224
4225 * configure.in: Implement the --prefix option.
4226 * Makefile.in (prefix): Add support for it here.
4227 * INSTALL: Document it here.
4228
4229 * Makefile.in (install): Don't assume that the files in the `info'
4230 subdirectory match *.info. They don't have that prefix.
4231
42321993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4233
4234 * configure.in: Add case for version 5 of Esix.
4235
42361993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4237
4238 * Version 19.7 released.
4239
4240 * make-dist: There aren't any *.com files in lib-src anymore.
4241
4242 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
4243 them; they're symlinks to other filesystems on the GNU machines.
4244
4245 * make-dist: Check that the manual reflects the same version of
4246 Emacs as stated in lisp/version.el. Edit that version number into
4247 the README file.
4248
42491993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4250
4251 * configure.in: Remove the hack of AC_DEFINE; use
4252 AC_DEFINE_UNQUOTED.
4253
42541993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4255
4256 * make-dist: Don't distribute precomp.com, compile.com, or
4257 link.com from ./src; they're in ./vms now.
4258
4259 Some time-handling patches from Paul Eggert:
4260 * configure.in: Add AC_TIMEZONE.
4261
42621993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4263
4264 * configure.in: Recognize Linux as a valid operating system for
4265 the i386.
4266
42671993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4268
4269 * make-dist: Distribute some VMS files we got from Richard Levitte.
4270
4271 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
4272 the source for the sed command, not oldXMenu/Makefile.
4273
42741993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4275
4276 * INSTALL: Don't claim the srcdir option doesn't work.
4277
42781993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4279
4280 * configure.in: Include remarks saying what order the autoconf
4281 tests should go in, and remind people to change config.h.in
4282 whenever they add autoconf tests which make #definitions.
4283
4284 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
4285
42861993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4287
4288 * Makefile.in (oldXMenu/Makefile): Make this depend on
4289 ${srcdir}/oldXMenu/Makefile.in, not itself.
4290
4291 * PROBLEMS: Some updates from David J. Mackenzie.
4292
4293 More changes from David J. Mackenzie.
4294 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
4295 removed; autoconf and config.h should specify all these
4296 differences.
4297 (buildlisppath): Make this path depend on ${srcdir}.
4298 (INSTALLFLAGS): Removed.
4299 (INSTALL): Include the -c flag.
4300 (install): Change the way we invoke install accordingly.
4301
4302 Install ${srcdir} changes from DJM.
4303 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
4304 list.
4305 (COPYDIR, COPYDESTS): Install files from both the etc directory in
4306 the source tree and the etc directory in the object tree.
4307 (${SUBDIR}): Pass the prefix variable down to submakes.
4308 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
4309 in /bin.
4310 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
4311 values for srcdir and VPATH.
4312 (install): Add `v' flag to tar command. Make sure that `dir'
4313 exists in ${srcdir}/info before copying it. Remember that the man
4314 pages come from the source tree, not the object tree.
4315 * configure.in: Remove remarks saying that the --srcdir option
4316 doesn't work.
4317 Create the etc directory in the object tree.
4318 Recognize configuration names of the form *-sun-solaris*.
4319 Recognize sunos5 and solaris as operating system names.
4320
4321 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
4322 lib-src/getdate.y and src/systime.h.
4323
43241993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4325
4326 * make-dist: Make links in info subdir.
4327
43281993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4329
4330 * configure.in: Call AC_STDC_HEADERS.
4331
43321993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4333
4334 * configure.in: Sidestep autoconf's quoting of the second argument
4335 of AC_DEFINE, so we can specify the value to put there. It would
4336 be nice if autoconf provided some way to specify computed values
4337 for macros.
4338
43391993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4340
4341 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
4342 this is always just -DHAVE_CONFIG_H.
4343
4344 The GNU coding standards specify that CFLAGS should be left for
4345 users to set.
4346 * Makefile.in (CFLAGS): Let configure determine the default value
4347 for this. Don't
4348 have it default to DEFS.
4349 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
4350 (lib-src/Makefile, src/Makefile): Edit the default value for
4351 CFLAGS into these files, not DEFS.
4352 * configure.in (CFLAGS): Choose a default value for this - "-g"
4353 normally, or "-g -O" if we're using GCC. Edit it into the
4354 top-level Makefile.
4355
4356 * configure.in: When scanning the machine and system description
4357 #include files, write their names to conftest.c properly.
4358
43591993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4360
4361 * configure.in: In configuration name case for Apallos running
4362 Domainios, set opsys, not opsysfile.
4363
4364 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
4365 src/config.h, instead of AC_OUTPUT; the latter overwrites
4366 src/config.h even when it hasn't changed, puts a makefile-style
4367 comment at the top even though it's C code, and produces a
4368 config.status script which doesn't do the job right.
4369
4370 * configure.in: Add AC_LN_S test, so we can tell whether or not we
4371 can use a symbolic link to get the X Menu library into src.
4372 * Makefile.in (LN_S): New variable.
4373 (src/Makefile): Edit the value of LN_S into this makefile.
4374
43751993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4376
4377 * configure.in: Support *-sco3.2v4* as opsystem.
4378
4379 * make-dist: Don't include calc directory.
4380 Exclude many files in the man directory; copy a few.
4381
43821993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4383
4384 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
4385 call AC_STRUCT_TM to see what's in time.h.
4386
4387 * configure.in: Employ quoting stupidity to get the value of CPP
4388 to expand properly.
4389
43901993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4391
4392 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
4393 variable to scan the machine and system description files.
4394
4395 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
4396 so that getdate.y builds correctly.
4397
43981993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4399
4400 * configure.in (tempcname): Change this to "conftest.c", so it will
4401 work properly on systems with short filenames; this is the name
4402 autoconf uses.
4403
4404 * configure.in: Also detect the availability of dup2 and
4405 gethostname.
4406
4407 * configure.in: Use the AC_ALLOCA test.
4408 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
4409 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
4410
44111993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4412
4413 * make-dist: Distribute configure, as well as configure.in.
4414 Oversight.
4415
44161993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4417
4418 * Makefile.in (install): Print out the name of the directory we're
4419 copying, so people can have some idea of whether we're making
4420 progress.
4421
4422 * Makefile.in (install.aix, install.xenix, install.sysv, install):
4423 Don't forget to re-create the COPYDESTS directories after we clear
4424 them out.
4425
44261993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4427
4428 * Makefile.in: Add autoconf cookies so that the configure
4429 script can comment out sections of path variable definitions to
4430 choose between the installable configuration and the run-in-place
4431 configuration.
4432 * configure.in: Add new option `--run-in-place', to select the
4433 run-in-place path definitions.
4434
4435 * configure.in: Add a clause to the big configuration name case
4436 for the NeXT machine.
4437
44381993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4439
4440 * Makefile.in (install, install.sysv, install.xenix, install.aix):
4441 Make sure that each source directory exists, and is different from
4442 the destination directory; then, delete the destination before
4443 copying over the source.
4444
4445 * make-dist: Distribute configure.in, instead of configure.
4446
44471993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4448
4449 * configure.in: Don't set CC to "gcc -O" if the user specifies
4450 `--with-gcc'. Add -O to DEFS if GCC is set.
4451
44521993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4453
4454 * Makefile.in (clean mostlyclean): Missing right paren.
4455
4456 * configure.in: When checking for X windows, search for an X11
4457 subdirectory of ${x_includes}.
4458
4459 * configure.in: Check for gettimeofday function, for getdate.y.
4460
4461 Change `configure' to a mixture of custom code and autoconf stuff.
4462 autoconf can't derive all the information we need, but we'd really
4463 like to be able to take advantage of some of its tests, and its
4464 file-editing facilities.
4465 * configure.in: Renamed from configure.
4466 Quote the sections of shell script we want copied literally to
4467 the configure script.
4468 (compile): Initialize this to make the autoconf macros' code happy.
4469 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
4470 code to do their jobs.
4471 Use autoconf to produce Makefile and src/config.h.
4472 Remove the Makefile-style comment that autoconf places at the top
4473 of src/config.h.
4474 (config_h_opts): Removed - no longer necessary.
4475 * Makefile.in (configname): Renamed to configuration.
4476 (CONFIG_CFLAGS): Renamed to DEFS.
4477 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
4478 get values via autoload @cookies@.
4479 (libsrc_libs): Get this from autoconf. We used to do nothing
4480 about this.
4481 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
4482
4483 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
4484 echo the move-if-change command.
4485
44861993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
4487
4488 * make-dist: Distribute lib-src/rcs-checkin.
4489
4490 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
4491 Don't try to make links to the RCS or Old subdirectories.
4492 Use the appropriate extension for the compression type in use.
4493 Create the tar file in the shell's initial default directory, not
4494 in ${tempparent}.
4495 Erase the whole ${tempparent} tree, not just ${tempdir}.
4496
44971993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4498
4499 * Makefile.in (src/paths.h): Don't echo the huge sed command we
4500 use to build paths.h.
4501 (lib-src/Makefile, src/Makefile): Similarly.
4502
4503 * configure: Extend test for working `const' keyword to handle AIX
4504 3.2 cc.
4505
45061993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4507
4508 * make-dist: Distribute lisp/term/ChangeLog.
4509
4510 Arrange for C compilation throughout the tree to get
4511 C_SWITCH_SYSTEM from the configuration files.
4512 * configure: Extract C_SWITCH_SYSTEM from the machine and
4513 system-dependent files, and save it in the top-level Makefile.
4514 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
4515 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
4516
4517 * make-dist: Include the VMS support files in oldXMenu in the
4518 distribution.
4519
4520 * configure: Doc fix.
4521
4522 * configure: Fix corrupted config_h_opts.
4523
4524 * configure: Properly report option names in error messages.
4525
4526 * configure: Properly recognize --x-includes and --x-libraries
4527 options.
4528
4529 * configure: Fix syntax errors in code handling XFree386.
4530
45311993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4532
4533 * configure: Add special code to detect XFree386, and tell
4534 config.h about it.
4535
4536 * configure: Properly handle extracting values of LIBS_MACHINE and
4537 LIBS_SYSTEM that contain spaces.
4538
4539 * configure: Add `--x-includes' and `--x-libraries' options. I
4540 think these are dopey, but no less than three alpha testers, at
4541 large sites, have said they have their X files installed in odd
4542 places. Implement them by setting C_SWITCH_X_SITE and
4543 LD_SWITCH_X_SITE in src/config.h.
4544
45451993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4546
4547 * make-dist: Don't distribute etc/Old files.
4548
4549 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
4550 backups.
4551
45521993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4553
4554 * make-dist: Fix typo.
4555
45561993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4557
4558 * make-dist: Corrected typo, fixed it to discard = and TAGS files
4559 in some cases where it should but didn't seen to.
4560
4561 * Makefile.in: Added unlock and relock productions.
4562
45631993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4564
4565 * make-dist: Add a --compress option to force make-dist to use
4566 compress.
4567
4568 * make-dist: Use gzip, if we can find it.
4569
4570 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
4571 make rs6000-ibm-aix default to -aix32.
4572
45731993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4574
4575 * Makefile.in: Added `Developer's configuration' section.
4576
45771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4578
4579 * Makefile.in: Add commented-out variable settings for developer's
4580 configuration.
4581
45821993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4583
4584 * make-dist: Distribute `src/bitmaps' too.
4585
45861993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
4587
4588 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
4589 make rs6000-ibm-aix default to -aix32.
4590
45911993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4592
4593 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
4594
4595 * Makefile.in (install.sysv): Add a second `$' in front of
4596 `${dest}', so that the shell will expand it, instead of Make.
4597
4598 * configure: When processing the name of the configure script,
4599 collapse `././' to `./', but leave a single `./' prefix alone.
4600
4601 * configure: Doc fix.
4602
46031993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4604
4605 * configure: Handle isc3.0 correctly.
4606
46071993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4608
4609 * make-dist: Don't try to copy the COPYING notice into
4610 external-lisp; we're not distributing that directory any more.
4611
46121993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4613
4614 * Makefile.in (install, install.aix, install.xenix, install.sysv):
4615 Remove CVS subdirectories from the installed directory trees, as
4616 well as RCS directories.
4617
46181993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4619
4620 * make-dist: Only copy gmalloc.c if we couldn't link it.
4621 Don't try to copy man/{README,Makefile} unless they actually exist.
4622
4623 * Makefile.in (lisppath): Don't include externallispdir in this.
4624 We're not sure whether we're even going to distribute the
4625 directory yet.
4626
46271993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4628
4629 * make-dist: Don't distribute the external-lisp directory anymore.
4630 * INSTALL: Remove all references to external-lisp.
4631
4632 * configure: Detect whether the compiler supports `const'
4633 properly, and edit src/config.h accordingly.
4634
4635 * configure: Tweak layout of final report.
4636
4637 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
4638 CFLAGS.
4639
4640 * Makefile.in (locallisppath): Make this default to
4641 ${datadir}/emacs/site-lisp, instead of
4642 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
4643 the same thing, and local-lisp causes completion conflicts with
4644 lock.
4645 (lisppath): Add ${externallispdir} to this.
4646 * INSTALL: Adjust installation directions.
4647
4648 * Makefile.in (externallispdir): New variable, to say where to
4649 install the externally-maintained lisp files.
4650 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
4651 the others.
4652 * INSTALL: Describe external-lisp and the new externallispdir
4653 variable.
4654
46551993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4656
4657 * configure (progname): New option `--with-gcc'. Make it clearer
4658 how we are trying to guess whether or not we have GCC.
4659 * INSTALL: Document the `--with-gcc' option, and improve
4660 description of `--with-x' options.
4661
46621993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4663
4664 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
4665 ${infodir} from these variables; we have written out explicit code
4666 to install the info files.
4667
46681993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4669
4670 * make-dist: Don't distributed the RCS files in the etc directory.
4671
46721993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4673
4674 * Makefile.in: Some makes can't handle comments in the middle of
4675 commands; move them to before the whole rule.
4676
46771993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4678
4679 * README: Mention what Emacs is.
4680
46811993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4682
4683 * make-dist: Include `./lisp/calc-2.02' in the distribution.
4684 Add `./cpp' and `./man' back into the distribution.
4685
46861993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4687
4688 * Makefile.in: Define MAKE, and use where appropriate.
4689
46901993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4691
4692 * make-dist: Remember that the authoritative COPYING notice is
4693 `etc/COPYING', not `../etc/COPYING'.
4694
46951992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4696
4697 * make-dist: Make sure that the COPYING notices in each directory
4698 are copies, not symlinks.
4699
47001992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4701
4702 * INSTALL: The build process produces an executable called `emacs'
4703 now. Change references.
4704 * Makefile.in: Adjust `install.mumble' targets to install
4705 `src/emacs', not `src/xemacs'.
4706
4707 * configure: Start with a blank line; this keeps some old CSH's
4708 from thinking it's a CSH script. Most systems will just use
4709 /bin/sh to run it, which is what we're expecting; the only other
4710 shells which might try to interpret it themselves are probably
4711 Bourne-compatible.
4712
47131992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4714
4715 * INSTALL: Improvements suggested by David Mackenzie.
4716
47171992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4718
4719 * Makefile.in (install, install.sysv, install.xenix, install.aix):
4720 Don't try to copy the info files if there aren't any; the
4721 unexpanded globbing pattern disappoints `install'. Ignore the
4722 return status of that command.
4723
4724 * INSTALL: Updated for new configuration arrangement.
4725
4726 * configure: Don't make the top-level Makefile read-only - people
4727 may want to edit the values of the path variables.
4728
4729 * Makefile.in (install, install.sysv, install.xenix, install.aix):
4730 Install the info files in ${infodir}. Install the executable
4731 under both `emacs' and `emacs-VERSION'.
4732
4733 * Makefile.in: Doc fix.
4734
4735 * Makefile.in (exec_prefix): New variable, as per latest version
4736 of coding standards.
4737 (bindir, libdir): Use it, instead of `prefix'.
4738 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
4739
4740 * Makefile.in (mandir): Make the default value for this depend on
4741 $(prefix).
4742
4743 * Makefile.in (datadir, statedir, libdir): Make these all default
4744 to ${prefix}/lib.
4745 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
4746 to compensate.
4747
4748 * Makefile.in (install, install.sysv, install.xenix, install.aix):
4749 Install the etags and ctags man pages too.
4750
4751 * Makefile.in (distclean): Don't delete backup files; that's the
4752 job of extraclean.
4753 (extraclean): Like distclean, but deletes backup and autosave files.
4754
47551992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4756
4757 Make path specification conform to GNU coding standards.
4758 * configure (long_usage): Remove all traces of old arguments from
4759 usage messages, and document the options we do accept in more
4760 detail: -with-x... and --srcdir.
4761 (options, boolean_opts): Deleted; we don't have enough options to
4762 make this worthwhile.
4763 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
4764 along with the code which supported them; these should be set as
4765 arguments to the top-level make.
4766 (config_h_opts): Since this no longer doubles as a list of option
4767 names, make them upper case; this simplifies the code which uses
4768 them to build the sed command to edit src/config.h. Change the
4769 code which sets them.
4770 (cc, g, O): Don't allow the user to set these using options; they
4771 should be specified using `CC=' and `CFLAGS=' arguments to the
4772 top-level make. Just choose reasonable default values for them,
4773 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
4774 values.
4775 (gnu_malloc, rel_alloc): Don't allow the user to set these using
4776 options; use them whenever the configuration files say they're
4777 possible.
4778 Simplify the argument processing loop. Don't accept abbreviations
4779 for option names; these might conflict with other configuration
4780 options in the future.
4781 Add some support for the `--srcdir' option. Check for the sources
4782 in . and .. if `--srcdir' is omitted. If the directories we will
4783 compile in don't exist yet, create them under the current directory.
4784 Note that the rest of the build process doesn't really support
4785 this.
4786 Edit only the top Makefile. That should edit the others. Edit
4787 into the makefile: `version', from lisp/version.el, `configname'
4788 and `srcdir' from the configuration arguments, `CC' and
4789 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
4790 the user's path, and LOADLIBES as gleaned from the system
4791 description files.
4792 Simplify the report generated; it doesn't need to include any
4793 description of paths now.
4794 Make `config.status' exec configure instead of just calling it, so
4795 there's no harm in overwriting `config.status'.
4796 * Makefile.in (version, configname): New variables, used to choose
4797 the default values for datadir and libdir.
4798 Path variables rearranged into two clearer groups:
4799 - In the first group are the variables specified by the GNU coding
4800 standards (prefix, bindir, datadir, statedir, libdir, mandir,
4801 manext, infodir, and srcdir).
4802 - In the second are the variables actually used for Emacs's paths
4803 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
4804 archlibdir), which depend on the first category.
4805 datadir and libdir default to directories under
4806 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
4807 demand.
4808 etcdir and lispdir default to subdirectories of datadir.
4809 archlibdir defaults to libdir.
4810 The new installation tree is a bit deeper than it used to be, so
4811 use the new make-path program in lib-src to build them all.
4812 Always build a new src/paths.h.tmp and then move-if-change it to
4813 src/paths.h, to avoid unnecessary rebuilds while responding to the
4814 right changes.
4815 Remove all mention of arch-lib. Run utility commands from
4816 lib-src, and let the executables be copied into archlibdir when
4817 Emacs is installed.
4818 Add targets for src/Makefile, lib-src/Makefile, and
4819 oldXMenu/Makefile, editing the values of the path variables into
4820 them.
4821 Let lib-src do its own installation.
4822 (datadir): Default to putting data files under
4823 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
4824 (emacsdir): Variable deleted; it would only be confusing to use.
4825 (lispdir, etcdir): Default to ${datadir}/lisp.
4826 (mkdir): Use make-path for this.
4827 (lockdir): Do this in mkdir.
4828 (Makefile): New target.
4829
4830 * configure (usage_message): Rename to long_usage.
4831
4832 * make-dist: Don't bother creating an arch-lib directory; that's
4833 only for installation now.
4834
48351992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4836
4837 * configure: Use GCC-style configuration names, using config.sub.
4838 Change the usage and help messages.
4839
4840 * configure: Initialize window_system, not indow_system.
4841
4842 * configure: Report which window system, compiler, and signal
4843 handler return type we decide to use.
4844
4845 * make-dist: Explain what's going on if config.sub and gmalloc.c
4846 can't be linked. Place the code which copies them near the code
4847 which links the rest of the files around them.
4848
48491992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
4850
4851 * make-dist: Don't bother to distribute src/*.com, or
4852 src/vmsbuild; those have all been moved to `../vms'.
4853
48541992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4855
4856 * make-dist: Don't forget that the way to avoid filenames starting
4857 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
4858 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
4859 couldn't make hard links to, since we have two already, and
4860 perhaps more to come.
4861
48621992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4863
4864 * configure: When editing parameters into lib-src/Makefile, change
4865 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
4866 needs some other flags too.
4867
48681992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4869
4870 * configure: Remove spurious echo of the configuration name.
4871
4872 * make-dist: Don't distribute files in src/m and src/s whose names
4873 begin with `='.
4874
48751992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4876
4877 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
4878 Also LISP_FLOAT_TYPE.
4879
48801992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4881
4882 * make-dist: Copy config.sub, since it's a symbolic link to a file
4883 on another file system.
4884
48851992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4886
4887 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
4888 distribution.
4889
4890 * config.sub: New file, to help us recognize configuration names.
4891 * make-dist: Include it in the distribution.
4892
48931992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4894
4895 * configure: Convert `-' to `_' in specified option names.
4896 Accept options with --. Delete --highpri and --have-x-menu options.
4897 New options --with-x and --with-x10 replace -window-system.
4898 Don't mention options --gnu-malloc, --rel-alloc
4899 or --lisp-float-type in help message.
4900
49011992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4902
4903 * make-dist: Include the `vms' subdirectory in the distribution.
4904
49051992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4906
4907 * configure: Remove lines starting with "# DIST: " when building
4908 lib-src/Makefile and src/Makefile. This allows us to mark the
4909 "Makefile.in" files with explanatory comments which won't also get
4910 stuck in the Makefiles.
4911
49121992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4913
4914 * make-dist: Don't use the '+' operator in the sed regular
4915 expression that extracts the version number from lisp/version.el;
4916 Ultrix sed doesn't seem support the operator. Just double the
4917 operand and use *.
4918
49191992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4920
4921 * Makefile.in: Doc fix.
4922
49231992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4924
4925 * configure: Rewrite sed command to remove at most one ./ prefix;
4926 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
4927 group.
4928
49291992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4930
4931 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
4932
49331992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4934
4935 * make-dist: Go ahead and build a new TAGS file, unless the
4936 --newer option was specified. Don't try to delete a TAGS file
4937 from etc; it's not kept there, and shouldn't be deleted anyway.
4938
49391992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4940
4941 * make-dist: If the lisp directory contains a default.el, don't
4942 distribute it.
4943
4944 * configure: When searching signal.h for the type of a signal
4945 return handler, make a copy of it, not a symbolic link to it; that
4946 way, it will work on systems that don't have symbolic links.
4947
49481992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4949
4950 * make-dist: taught it about vcdiff and rcs2log, added --newer
4951 option for generating incremental distributions. Stopped it from
4952 generating a TAGS file into the distribution; that sucker is
4953 *big*, and easily enough generated with the toplevel makefile.
4954
49551992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4956
4957 * configure: When writing config.status, don't prefix progname
4958 with a '.'; it might be absolute.
4959
49601992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4961
4962 * configure: Choose to use X11 if either /usr/lib/libX11.a or
4963 /usr/include/X11 exist, not only if both exist.
4964
49651992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4966
4967 * make-dist: Make the new external-lisp directory a duplicate of
4968 the external-lisp directory, not the lisp directory.
4969
49701992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4971
4972 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
4973 clean' in arch-lib; it doesn't even have a Makefile.
4974
4975 * Makefile.in (clean, mostlyclean): In the test which tries to
4976 distinguish between the build directory, which should be cleaned,
4977 and the installed directory, which shouldn't, cd to `${emacsdir}',
4978 not `${DESTDIR}${LIBDIR}'.
4979
49801992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4981
4982 * make-dist: Be sure to delete the .c and .h files that YACC and
4983 BISON create from getdate.y.
4984
4985 * external-lisp: New directory; see `external-lisp/README'.
4986 * make-dist: Added support for the external-lisp subdirectory.
4987
4988 * make-dist: Changed message which complains that make-dist wasn't
4989 invoked in the right directory to indicate which files it was
4990 looking for.
4991
49921992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4993
4994 * configure: Add comments explaining why we can't translate
4995 character ranges or control characters in `tr'.
4996
49971992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4998
4999 * configure: When generating the configuration message, we used to
5000 build the message from the start so that each line began with "# "
5001 so that it would be a comment in `config.status'. However, this
5002 causes trouble if any of the variables we use in the message
5003 expand to more than one line of text - as gnu_malloc_reason
5004 sometimes does. So instead, we build the message as it should be
5005 printed to the user (i.e. without the "# " prefixes), and stick on
5006 the "# "s when we write it to `config.status'.
5007
5008 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
5009 `lib-src' and `arch-lib'.
5010
5011 * configure: When generating report and `config.status' file, note
5012 that bindir only determines where `make install' and
5013 `build-install' will place the executables; this should make it
5014 clear that the ordinary build process will not try to install
5015 things.
5016
50171992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5018
5019 * make-dist: Change messages to say that we are 'making links to
5020 X', rather than 'copying X'. And put `' quotes around file names.
5021
5022 * make-dist: Include '.tmp' in the name of the staging directory.
5023
5024 * make-dist: Pass the `-f' option to rm when you're not sure that
5025 the files you're removing actually exist.
5026
5027 * make-dist: When setting up etc/COPYING, always nuke whatever is
5028 there, and then copy it in, to make sure we get a real file.
5029
5030 * make-dist: Don't try to distribute *.defns files any more. The
5031 only such file was for simula.el, which has been superceded by a
5032 version which doesn't have a separate .defns file.
5033
50341992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
5035
5036 * make-dist: Don't distribute configured versions of config.h.in,
5037 paths.h.in, Makefile.in in src.
5038
5039 * configure: Delete .tmp files before creating them; don't bother
5040 trying to make final targets writeable first, since it won't
5041 matter to move-if-change.
5042
50431992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5044
5045 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
5046 mkdir and chmod in the center of all the conditionals. GNU Make
5047 will strip these out, but other makes won't.
5048
50491992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5050
5051 * make-dist: Include move-if-change in list of files to distribute.
5052
50531992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5054
5055 * configure: Remove any "." elements from the program name.
5056
5057 * configure: Don't record the values of all the possible arguments
5058 in config.status; only record the options that the user specified.
5059
5060 * configure: Use move-if-change to move in the new src/config.h.
5061
50621992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
5063
5064 * move-if-change: New file, copied from gcc release.
5065 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
5066 a temp file, so we don't update paths.h if an error occurs or if
5067 it doesn't need changing.
5068
50691992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5070
5071 * Makefile.in (src/paths.h): Do not install a value for the
5072 PATH_SUPERLOCK value; that macro doesn't exist anymore.
5073 * build-install.in: Same thing.
5074
50751992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5076
5077 * make-dist: Check the flag called "make_tar", not "make_dir"; the
5078 latter, being a typo, is always false, resulting in a program
5079 whose default behaviour is to painstakingly build a copy of the
5080 source tree, and then delete it. Rah.
5081
5082 * Makefile.in: Add dist target, and comment for it.
5083
5084 * configure: When scanning <signal.h> for a declaration for
5085 signal, create a symbolic link with a name ending in .c, so the
5086 compiler won't complain that it's only been given .h files.
5087
5088 * configure: Check whether there are any arguments available
5089 before shifting to get the value of a non-boolean parameter.
5090
5091 * make-dist: Doc fix.
5092
50931992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5094
5095 * configure: Instead of grepping /usr/include/signal.h for a
5096 signal declaration, run /usr/include/signal.h or
5097 /usr/include/sys/signal.h through cpp and grep for the
5098 declaration.
5099
5100 * configure: Redirect the output of grep to /dev/null instead of
5101 using grep -s - that flag means different things on other systems.
5102
5103 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
5104 since the former is recognizable even if you don't know what
5105 'dumping' is.
5106 * configure: Accomodate that change.
5107
5108 * configure: Accept options for all of the directories you can
5109 change in the Makefile.
5110
5111 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
5112
5113 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
5114 FOO before you can use them.
5115
5116 * build-install.in: Made the "Where To Install Things" section
5117 conform with the similar section from Makefile.in. Copied section
5118 which builds src/paths.h from src/paths.h.in from the Makefile.
5119
51201992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5121
5122 * configure: Write config.status to pass its command-line
5123 arguments on to configure, so that people can use it to recreate
5124 an old configuration, with minor changes.
5125
51261992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5127
5128 * configure: Don't rely on option variables being unset if their
5129 values are the empty string. In particular, when producing the
5130 English report, don't assume that highpri will be unset when no
5131 increased priority has been requested; -highpri='' should be the
5132 same as omitting -highpri altogether.
5133
5134 * configure: Fix dumb bug: when running the system and machine
5135 description files through cpp, mark those lines that we want to
5136 evaluate with the string '@configure@', and then only evaluate
5137 them. This way if the files include anything that actually
5138 generates text (type definitions or external declarations, say),
5139 we won't try to eval it.
5140
51411992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5142
5143 * make-dist: New shell script.
5144
5145 * configure: When creating foo from foo.in, make foo read-only to
5146 remind people to edit the .in file instead.
5147
5148 * INSTALL: Changed references to config.h-dist to config.h.in.
5149 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
5150 to build src/paths.h from src/paths.h.in; added a paragraph to do
5151 this.
5152 * configure, Makefile, build-install: Changed filenames like
5153 FOO-dist to FOO.in.
5154
51551992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5156
5157 * Makefile, build-install: Renamed to Makefile.in and
5158 build-install.in; the configure script will edit these to produce
5159 the usable Makefile and build-install.
5160 * configure: Changed to produce ./Makefile, ./build-install,
5161 lib-src/Makefile, and src/Makefile from their *.in counterparts,
5162 instead of editing them in place.
5163
51641992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5165
5166 * Makefile: Re-arranged so that the undumped Emacs will search
5167 ../lisp *after* the site's local elisp files.
5168 (locallisppath, dumplisppath): New variables.
5169 (lisppath): This variable's default value is now chosen based on
5170 $(locallisppath) and $(lispdir); while it used to be the
5171 customization point for adding site-local elisp directories to
5172 load-path, that job is now handled mostly by locallisppath.
5173 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
5174 Check the values being assigned to the *LOADSEARCH macros for null
5175 path elements (like '::' in 'foo::bar').
5176
5177 * configure: When checking if the machine- and system-dependent
5178 files define a particular macro or not, actually run them through
5179 CPP and test the macros with #ifs, instead of just grepping for
5180 the macros' names. In particular, check for SYSTEM_MALLOC in this
5181 way.
5182
51831992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5184
5185 * Makefile (install): Don't use -s in install. (Keep the symbols.)
5186
51871992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5188
5189 * configure: Make the config.status file an executable shell
5190 script which will recreate the same configuration. Include the
5191 verbal description of the current configuration as a comment in
5192 the script.
5193 * INSTALL: Doc fix.
5194
5195 * Makefile: brought the Makefile up to the GNU coding
5196 standards, as described in standards.text:
5197 (TAGS): New name for the target which rebuilds the tags table.
5198 (check): New target; doesn't do anything yet.
5199 (mostlyclean): New target, synonymous with clean.
5200 (realclean): New target. Currently, this just calls the
5201 subdirectories's makefiles and then deletes config.status.
5202 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
5203 variables.
5204 Installation directory variables changed to conform.
5205 (install, install.sysv, install.xenix, install.aix): Changed the
5206 code which copies the directories into their installed location to
5207 allow the installed locations to be in several different
5208 directories; the old version assumed that they would all be in
5209 $(emacsdir).
5210 (mkdir, lockdir): Allow the installed locations to be in several
5211 different directories.
5212 * INSTALL: Doc fix.
5213
5214 * build-install: Use the same variable names as the Makefile.
5215 Allow the installed locations to be in several different
5216 directories.
5217
52181992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5219
5220 * Makefile (src/paths.h): Instead of using a single sed command to
5221 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
5222 separately, and don't forget to append "/!!!SuperLock!!!" to the
5223 value of the PATH_SUPERLOCK macro.
5224
5225 * config.emacs: Renamed to configure, for consistency with other
5226 GNU products. Internal references changed.
5227 INSTALL, Makefile: References changed.
5228
5229 * lock: New directory, which should always be empty. If this
5230 directory doesn't exist, Emacs won't complain; it just won't lock.
5231 Having this here means that people can just unpack Emacs, build
5232 it, and have locking work.
5233
5234 * share-lib: Re-renamed to etc, for the sake of tradition.
5235 * config.emacs: Changed default value for datadir to ../etc.
5236 * INSTALL, README: Adjusted.
5237
52381992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5239
5240 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
5241 by running CPP on the appropriate s/*.h and m/*.h files.
5242
52431992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5244
5245 * config.emacs: Make sure to set the "exit on error" flag once
5246 we've removed config.status; errors should abort the configuration.
5247
dff28924 52481992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5249
5250 * config.emacs: Added -distribute option, so that the Makefile
5251 paths are in their proper form. I don't know why this matters.
5252
dff28924 52531992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5254
5255 * local-lisp: New directory, empty in the distribution, for people
5256 to put local elisp code in.
5257 * config.emacs: Include it in the default load path.
5258 * README: Document it.
5259
dff28924 52601992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5261
5262 * config.emacs: Guess the type of signal handling functions based
5263 on the contents of /usr/include/signal.h.
5264
5265 * config.emacs: Print out progress report messages.
5266
5267 * Makefile (src/paths.h): Don't generically replace
5268 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
5269 editing of the other entries, and each entry should be dealt with
5270 explicitly anyway.
5271
5272 * build-install: Converted from C-shell to Bourne shell.
5273 * config.emacs: Edit build-install properly.
5274
5275 * config.emacs: Doc fix.
5276
52771992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5278
5279 * Makefile (install): Remove `B' from tar xf command.
5280
dff28924 52811992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5282
5283 * config.emacs: Removed support for the `maintain-environment'
5284 option; the only important difference between this and its absence
5285 has been removed.
5286 * INSTALL: Removed mention of `maintain-environment'.
5287
5288 * config.emacs: Fix arguments to sed when processing boolean
5289 arguments.
5290
dff28924 52911991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
5292
5293 * config.emacs: New file, to help automate the installation
5294 process.
5295
5296 * Makefile: Lots of changes to support the separation of etc into
5297 architecture-dependent and -independent files:
5298 (EMACSROOT): New variable, giving the directory under which all of
5299 Emacs's libraries should be installed. Changed rest of file to
5300 use it.
5301 (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
5302 (DATADIR): New variable, denoting architecture-independent dir.
5303 (LOCKDIR): New variable, for completeness.
5304 (SUBDIR): No more etc, new lib-src.
5305 (COPYDIR): No more etc, new arch-lib and share-lib.
5306 (src/paths.h): Set PATH_DATA and the LOCK macros too.
5307 (src): Now depends on lib-src, not etc.
5308 * build-install: Changes parallel to the above.
5309 * README: Describe the new arrangement.
5310
5311 * vms: New subdirectory for all the VMS stuff.
5312
dff28924 53131991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
5314
5315 * Makefile (LISPPATH): New variable.
5316 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
5317
dff28924 53181990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
a4a9692d
DL
5319
5320 * Makefile (install, install.sysv, install.xenix):
5321 Install wakeup instead of loadst. No need for setuid or setgid.
5322
dff28924 53231990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5324
5325 * Makefile (clean): Clean etc if that's not the installation dir.
5326
dff28924 53271990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5328
5329 * Makefile (paths.h): Make sed alter each name in the path.
5330
dff28924 53311988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5332
5333 * Makefile (install.sysv): Use cpio, not tar.
5334
dff28924 53351988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5336
5337 * Makefile (lockdir): Rename `lock' target.
5338 Depend on it from install*, not from `all'.
5339
dff28924 53401988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a4a9692d
DL
5341
5342 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
5343 to match build-install and paths.h.
6922b018
KH
5344
5345;; Local Variables:
5346;; coding: iso-2022-7bit-unix
5347;; End:
2a34a036 5348
e5389a0b 5349 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
2a34a036
GM
5350 Free Software Foundation, Inc.
5351 Copying and distribution of this file, with or without modification,
5352 are permitted provided the copyright notice and this notice are preserved.