** rgm@gnu.org, Nov 29: mouse and horizontal scrolling with long lines
[bpt/emacs.git] / ChangeLog
CommitLineData
3a787a1e 12006-11-27 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
f7e73b1d
CY
2
3 * Makefile.in: Touch only the parts of the share/emacs directory
4 specific to this version.
5
daab13ea
CY
62006-11-26 Chong Yidong <cyd@stupidchicken.com>
7
8 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
9
10 * configure: Regenerate.
11
9b150aa2
YM
122006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13
14 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
15
16 * configure: Regenerate.
17
c5a31d8b
YM
182006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19
20 * configure.in: Prefer X11 to Carbon only when some X-specific
21 option is specified (Thanks to Jan Dj\e,Ad\e(Brv and Andreas Schwab).
22
23 * configure: Regenerate.
24
c38d01fb
RF
252006-11-04 Romain Francoise <romain@orebokech.com>
26
d57727c9
JB
27 * Makefile.in (bootstrap-clean-before): Fix typo.
28 Use new target `bootstrap-clean' in the leim subdirectory.
c38d01fb 29
d57727c9 302006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
d6d1029d
CY
31
32 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
33
c0af0f6e
CY
342006-10-30 Chong Yidong <cyd@stupidchicken.com>
35
36 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
37 directories.
38
4713fa76
CY
392006-10-29 Chong Yidong <cyd@stupidchicken.com>
40
41 * configure: Regenerate using autoconf 2.59.
42
afa0f40b
CY
432006-10-29 Jeramey Crawford <jeramey@jeramey.com>
44
45 * configure.in: Enable x86-64 OpenBSD compilation.
46
3f9a75cd
GM
472006-10-28 Glenn Morris <rgm@gnu.org>
48
49 * AUTHORS: Add cal-html.el author.
50
e278f0fe
YM
512006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
52
53 * make-dist: Make links to mac/make-package and
54 mac/Emacs.app/Contents/Resources/Emacs.icns.
55
4f2c8638
CY
562006-10-27 Chong Yidong <cyd@stupidchicken.com>
57
58 * README: Bump version number to 22.0.90.
59
60 * AUTHORS: Regenerate.
61
62 * configure: Regenerate.
63
92d1ccf4
AS
642006-10-23 Andreas Schwab <schwab@suse.de>
65
66 * configure.in: Make sure x_default_search_path is always set even
67 when x_libraries is empty, and look in .../share as well for each
68 library directory.
69
70 * configure: Regenerate.
71
865a5bbc
KS
722006-10-03 Kim F. Storm <storm@cua.dk>
73
74 * AUTHORS: Regenerate.
75
79e01e93
EZ
762006-09-30 Eli Zaretskii <eliz@gnu.org>
77
d57727c9 78 * configure: Regenerate.
79e01e93 79
7ad02ea8
KH
802006-09-28 Kenichi Handa <handa@m17n.org>
81
82 * configure.in (locallisppath): Don't include leim dir.
83 (lisppath): Include leim dir.
84
45a2056c
JB
852006-09-15 Jay Belanger <belanger@truman.edu>
86
87 * COPYING: Replace "Library Public License" by "Lesser Public
88 License" throughout.
89
4b1aaa8b
PE
902006-09-11 Paul Eggert <eggert@cs.ucla.edu>
91
92 * make-dist (EMACS): Exit and fail if the EMACS environment
93 variable is set to something other than an absolute file name.
94
42a9baba
KS
952006-09-07 Kim F. Storm <storm@cua.dk>
96
97 * AUTHORS: Regenerate.
98
e9f67acf
AS
992006-08-16 Andreas Schwab <schwab@suse.de>
100
101 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
102 of hardcoding it.
103
3cb74cd1
RS
1042006-08-16 Richard Stallman <rms@gnu.org>
105
106 * INSTALL.CVS: Clean up wording.
107
41bab5e3
EZ
1082006-07-14 Eli Zaretskii <eliz@gnu.org>
109
110 * configure.in (PKG_CHECK_MODULES): Redirect the output of
111 $PKG_CONFIG --exists "$2" to config.log.
d57727c9 112 * configure: Regenerate.
41bab5e3 113
0a6fea31
KS
1142006-07-14 Kim F. Storm <storm@cua.dk>
115
116 * AUTHORS: Regenerate.
117
3aa7c28e
RS
1182006-07-08 Richard Stallman <rms@gnu.org>
119
120 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
121
1eca02e7
KS
1222006-07-09 Kim F. Storm <storm@cua.dk>
123
124 * CONTRIBUTE: Use outline format.
125 Add section on copyright years (from admin/notes/years).
126
d47a5ce6
EZ
1272006-07-08 Eli Zaretskii <eliz@gnu.org>
128
0a6fea31 129 * configure: Regenerate.
d47a5ce6 130
3aa7c28e 131 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
d47a5ce6
EZ
132 to /dev/null, since we don't need the error message, just the
133 exit status.
134
014a250c
EZ
1352006-07-07 Eli Zaretskii <eliz@gnu.org>
136
d57727c9
JB
137 * CONTRIBUTE: Slight formatting changes and typo fixes.
138 Add description of NEWS markings.
014a250c 139
09542a66
KS
1402006-07-07 Kim F. Storm <storm@cua.dk>
141
142 * CONTRIBUTE: Mention INSTALL.CVS.
143
98f46e1b
RF
1442006-07-05 Romain Francoise <romain@orebokech.com>
145
146 * make-dist (top-level): Add CONTRIBUTE.
147
978db147
RS
1482006-07-04 Richard Stallman <rms@gnu.org>
149
150 * CONTRIBUTE: Much rewrite.
151
6f82a6d0
NR
1522006-07-04 Nick Roberts <nickrob@snap.net.nz>
153
154 * CONTRIBUTE: New file.
155
f8e83735
KS
1562006-06-25 Kim F. Storm <storm@cua.dk>
157
158 * AUTHORS: Regenerate.
159
eff6bfea
EZ
1602006-06-24 Eli Zaretskii <eliz@gnu.org>
161
f8e83735 162 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
eff6bfea 163
8aa90482
KS
1642006-06-05 Kim F. Storm <storm@cua.dk>
165
166 * AUTHORS: Regenerate.
167
88fab15b
JD
1682006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
169
170 * configure.in: Add check for ALSA.
171 * configure: Regenerate.
172
f53d2e87
EZ
1732006-05-06 Eli Zaretskii <eliz@gnu.org>
174
175 * Makefile.in (INFO_FILES): Remove emacs-xtra.
176
177 * info/dir: Remove the Emacs-Xtra entry.
178
d57727c9 1792006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
ee546279 180
8aa90482
KS
181 * Copyright (sources/emacs): Update copyright year(s).
182
7c00e1e9
EZ
1832006-04-01 Eli Zaretskii <eliz@gnu.org>
184
f8e83735 185 * configure: Regenerate.
7c00e1e9
EZ
186
1872006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
188
189 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
190 --without-toolkit-scroll-bars was specified.
191
7e332390 1922006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7c00e1e9 193
8aa90482
KS
194 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
195 to CFLAGS. Update Copyright years written to src/config.in.
7c00e1e9 196
8a7c3c86
EZ
1972006-03-18 Claudio Fontana <claudio@gnu.org>
198
199 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
200 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
201 to be installed/uninstalled.
202 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
203 to Info files installed by Emacs.
204
83fe2c21 2052006-03-03 Claudio Fontana <claudio@gnu.org>
6e1fbe44 206
9e2bcc86
EZ
207 * Makefile.in (install, uninstall): Add DESTDIR variable to
208 support staged installations.
6e1fbe44 209
36ba2f7d
EZ
2102006-02-14 Eli Zaretskii <eliz@gnu.org>
211
f8e83735 212 * configure: Regenerate.
36ba2f7d 213
885f1975
RS
2142006-02-14 Richard M. Stallman <rms@gnu.org>
215
216 * configure.in (s390x-*-linux-gnu*): New configuration.
217
448541bc
JD
2182006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
219
220 * configure.in: Require GTK 2.4 or newer.
f8e83735 221 * configure: Regenerate.
448541bc 222
597993cf
MB
2232006-01-29 Michael Olson <mwolson@gnu.org>
224
225 * Makefile.in (install-arch-indep, uninstall): Add ERC.
226 * info/dir (ERC): New entry.
227
33c7860d
EZ
2282006-01-29 Eli Zaretskii <eliz@gnu.org>
229
230 * info/dir: Fix last change.
231
07037643
LT
2322006-01-28 Luc Teirlinck <teirllm@auburn.edu>
233
234 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
235
f9fe3e26
EZ
2362006-01-27 Eli Zaretskii <eliz@gnu.org>
237
238 * info/dir: Untabify the whole file.
07037643 239 (Rcirc): New entry.
f9fe3e26 240
e143ad11
AS
2412006-01-12 Andreas Schwab <schwab@suse.de>
242
243 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
244 check.
245 * configure: Regenerate.
246
01abe918
CY
2472006-01-02 Chong Yidong <cyd@stupidchicken.com>
248
249 * configure.in: Use -Wno-pointer-sign if available.
250 * configure: Regenerate.
251
88ec8c53
AS
2522005-12-29 Andreas Schwab <schwab@suse.de>
253
254 * config.guess, config.sub: Updated from master source.
255
cdda1b59 2562005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
d52c26e9 257
f8e83735 258 * configure.in: Use amdx86-64 for freebsd on x86_64.
d52c26e9 259
ad7a98ae
RF
2602005-11-22 Romain Francoise <romain@orebokech.com>
261
262 * make-dist: Add etc/images/icons.
263
11bdfcdd
AS
2642005-11-03 Andreas Schwab <schwab@suse.de>
265
266 * configure.in: Use GZIP_PROG instead of GZIP.
267
268 * Makefile.in (GZIP_PROG): Renamed from GZIP.
269 (install-arch-indep): Adjust.
270
b4235a80
AS
2712005-11-01 Andreas Schwab <schwab@suse.de>
272
273 * Makefile.in (bootstrap): Fix dependencies for parallel build.
274 (bootfast): Likewise.
275
e8439d34
RF
2762005-11-01 Romain Francoise <romain@orebokech.com>
277
278 * configure.in: Check for gzip.
279 * configure: Regenerate.
280
281 * Makefile.in (install): Compress source files.
282
eae54018
ST
2832005-10-24 Steven Tamm <steventamm@mac.com>
284
e8439d34
RF
285 * configure.in: Fix darwin386 configuration issue.
286 * configure: Regenerate.
eae54018 287
5798342c
EZ
2882005-10-22 Eli Zaretskii <eliz@gnu.org>
289
290 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
291
ffda926c
BW
2922005-10-17 Bill Wohler <wohler@newt.com>
293
294 * make-dist: Create and populate etc/images/low-color.
295
29dd7a69
BW
2962005-10-15 Bill Wohler <wohler@newt.com>
297
298 * make-dist: Create and populate etc/images/gud.
299
b82ecedf
RS
3002005-10-08 Richard M. Stallman <rms@gnu.org>
301
302 * make-dist (tempparent): Don't check for 14-char file name limit.
303
36eaa68f
RF
3042005-10-07 Romain Francoise <romain@orebokech.com>
305
306 * make-dist: Add etc/images/ezimage and etc/images/mail
307 directories. Install images in etc/images.
308
66533b25
YM
3092005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
310
311 * configure.in: Prefer Carbon if --enable-carbon-app or
312 --with-carbon is explicitly specified even when X11 is detected.
313 * configure: Regenerate.
314
5c4757d3
RS
3152005-09-15 Ulf Jasper <ulf.jasper@web.de>
316
317 * Makefile.in (install-arch-indep, uninstall):
318 Handle newsticker manual.
319 (info): Add - to commands.
320
f172343a
KS
3212005-09-11 Kim F. Storm <storm@cua.dk>
322
323 * AUTHORS: Regenerate.
324
ed326e35
EZ
3252005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
326
327 Remove the MAXPATHLEN limitations:
328
329 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
d57727c9 330 * configure: Regenerate.
ed326e35 331
022dc424 3322005-09-09 Eli Zaretskii <eliz@gnu.org>
50a6ff15
EZ
333
334 * configure.in <lynxsos*>: Support for LynxOS on PPC.
d57727c9 335 * configure: Regenerate.
50a6ff15 336
c9ac21eb
PE
3372005-09-05 Paul Eggert <eggert@cs.ucla.edu>
338
339 * config.guess, config.sub: Updated from master source.
340
9a69ec4b
JB
3412005-08-03 Juanma Barranquero <lekktu@gmail.com>
342
343 * .cvsignore: Add `lock'.
344
c638055f
JB
3452005-07-28 Juanma Barranquero <lekktu@gmail.com>
346
347 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
348
9eff9fe3
PE
3492005-07-26 Paul Eggert <eggert@cs.ucla.edu>
350
351 Merge gnulib getopt implementation into Emacs.
352
353 * Makefile.in (AUTOCONF_INPUTS): New macro.
354 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
355 so that these files also depend on m4/getopt.m4.
356 * configure.in: Configure getopt by including m4/getopt.m4,
357 and configuring a getopt replacement if necessary.
358 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
359 * m4/getopt.m4: New file.
360
edfaf76d
LK
3612005-07-06 Lute Kamstra <lute@gnu.org>
362
363 * configure.in: Fix capitalization.
364 * configure: Regenerate.
365
385ee3de
LK
3662005-07-04 Lute Kamstra <lute@gnu.org>
367
368 Update FSF's address in GPL notices.
369
56f7d69d 3702005-06-19 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org>
eb7c6f20
LK
371
372 * Makefile.in (epaths-force): Protect both lisppath and
373 buildlisppath from whitespace.
374
23fd4483
ST
3752005-06-08 Steven Tamm <steventamm@mac.com>
376
377 * configure.in: Support Darwin/MacOSX on Intel
378 * configure: Regenerate.
379
98c3db67
JD
3802005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
381
382 * configure.in (HAVE_CANCELMENUTRACKING): New test.
383 * configure: Regenerate.
384
9adfabc2
LK
3852005-05-11 J\e,Ai\e(Br\e,At\e(Bme Marant <jmarant@marant.org>
386
387 * configure.in: Add --enable-locallisppath.
388 * configure: Regenerate.
389
5063dbbf
YM
3902005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
391
392 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
393 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
394 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
395 * configure: Regenerate.
396
6a4fb78f
EZ
3972005-05-07 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org>
398
399 * make-dist: Remove references to makefile.nt and makefile.def.
400 Include widgets and images subdirectories of etc. Do not exclude
401 ldefs-boot.el.
402
2c97085e
AS
4032005-04-23 Andreas Schwab <schwab@suse.de>
404
405 * configure.in: Remove duplicate match for powerpc configuration.
406 * configure: Regenerate.
407
766c5349
TTN
4082005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
409
410 * configure.in: Check for <pwd.h>.
411 * configure: Regenerate.
412
118e2c39
LK
4132005-04-14 Lute Kamstra <lute@gnu.org>
414
415 * make-dist: Distribute all ChangeLog files in lisp/.
416 Don't distribute ldefs-boot.el.
417 lisp/makefile.nt no longer exists.
418
5c156fdf
LK
4192005-04-13 Lute Kamstra <lute@gnu.org>
420
421 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
422 for "no-byte-compile: t" in the file instead.
423
4693dbc9
SM
4242005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
427 shadow the main Lesstif/Motif-2.1 libs and includes.
428
0f88527f
JD
4292005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
430
431 * configure.in: Only add XASSERTS to cppflags.
432 * configure: Regenerate.
433
d0098f13
JD
4342005-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
435
436 * configure.in: Added --enable-asserts.
437 * configure: Regenerate.
438
bf247b6e
KS
4392005-02-09 Kim F. Storm <storm@cua.dk>
440
441 Change release version from 21.4 to 22.1 throughout.
442 Change development version from 21.3.50 to 22.0.50.
443
551ffc27
ST
4442005-01-19 Steven Tamm <steventamm@mac.com>
445
446 * configure.in: Check for <sys/utsname.h>.
447 * configure: Regenerate.
448
adf87c29
KS
4492004-12-11 Kim F. Storm <storm@cua.dk>
450
451 * Makefile.in (info): Undo 2004-12-05 change.
452
b2d6e132
LT
4532004-12-08 Luc Teirlinck <teirllm@auburn.edu>
454
058a9e4f
LT
455 * info/dir (File): Add URL and Org Mode manuals.
456 * Makefile.in (install-arch-indep, uninstall): Add url and org
b2d6e132
LT
457 manuals.
458
56f7d69d 4592004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
be5472bd
SM
460
461 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
462 committed to src/config.in.
463
b8bdffbe
JD
4642004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
465
be5472bd 466 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
b8bdffbe
JD
467 pthreads and define HAVE_GTK_AND_PTHREAD.
468 * configure: Regenerate.
469
cc60c723
RS
4702004-12-05 Richard M. Stallman <rms@gnu.org>
471
472 * Makefile.in (info): Ignore errors building info files.
473
77cafc7a
EZ
4742004-11-27 Eli Zaretskii <eliz@gnu.org>
475
476 * config.bat: If 8-byte alignment is not supported, define
477 NO_DECL_ALIGN in src/config.h, instead of trivially defining
fe3df972
EZ
478 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
479 filter through Sed to remove the quotes.
77cafc7a 480
49561cf6
SM
4812004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
484 not apply to files explicitly `cvs add'ed.
485
d8dfe187
EZ
4862004-11-12 Eli Zaretskii <eliz@gnu.org>
487
488 * config.bat: Don't require djecho.exe for the v1.x build.
1b43e144
EZ
489 Add a test for DECL_ALIGN support, and add a trivial definition to
490 src/config.h if 8-byte alignment is not supported.
d8dfe187 491
85c38542
KS
4922004-11-08 Kim F. Storm <storm@cua.dk>
493
494 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
495 files before building.
496 (bootfast, bootstrap-clean-before-fast): New targets, like
497 bootstrap but don't remove .elc files.
498
59dede22
EZ
4992004-11-06 Lars Brinkhoff <lars@nocrew.org>
500
501 * configure.in: Add check for getrusage.
6159c232 502 * configure: Regenerate.
59dede22 503
572a3cc2
JD
5042004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
505
49561cf6
SM
506 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
507 New tests for new and old GTK file dialogs.
d0a80c21
JD
508 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
509 to no.
510
49561cf6 511 * configure: Rebuild.
572a3cc2 512
f17e308a
JD
5132004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
514
515 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
516 can be set. Remove SETARCH test.
49561cf6 517 * configure: Rebuild.
f17e308a 518
cef11da2
ST
5192004-10-08 Steven Tamm <steventamm@mac.com>
520
521 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
49561cf6 522 * configure: Rebuild.
cef11da2 523
4cbbf6b7
JD
5242004-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
525
526 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
05cf15c6 527 AC_MSG_WARN. Move output of warning message to end of configure run.
4cbbf6b7 528
3a787a1e 5292004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4494a266 530
49561cf6 531 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4494a266
JD
532 Run test to see if heap start address is random.
533
bc9b2430
MB
5342004-09-29 Miles Bader <miles@gnu.org>
535
536 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
537 if setarch is present.
538
dd571c2f
JD
5392004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
540
541 * configure.in (HAVE_EXECSHIELD): Only define on x86.
542 * configure: Rebuild.
543
4489ece2
JD
5442004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
545
546 * configure.in: Check for exec-shield.
547 * configure: Rebuild.
548
de10c114
AS
5492004-08-06 Andreas Schwab <schwab@suse.de>
550
551 * Makefile.in (install-arch-indep, uninstall): Add flymake.
552
d9a68b6a
EZ
5532004-07-31 Eli Zaretskii <eliz@gnu.org>
554
555 * config.bat: Update URLs in the comments.
556
23f87bed
MB
5572004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
558
49561cf6 559 * Makefile.in (install-arch-indep): Add pgg and sieve.
23f87bed
MB
560
561 * info/.cvsignore: Added pgg and sieve.
562
52b9b5cc
AS
5632004-07-05 Andreas Schwab <schwab@suse.de>
564
565 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
566
1d390bd8
KH
5672004-06-21 Kenichi Handa <handa@m17n.org>
568
569 * make-dist: Link leim-ext.el into tempdir.
570
1f94377f
LT
5712004-06-15 Luc Teirlinck <teirllm@auburn.edu>
572
573 * info/dir (File): Add emacs-xtra.
574 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
575
1c492b87
JL
5762004-06-12 Juri Linkov <juri@jurta.org>
577
578 * info/dir: Move menu help lines from `* Menu:' to file header.
579 Describe the purpose of a red *.
580
8f9d4905
SM
5812004-05-04 Dave Love <fx@gnu.org>
582
583 * configure.in: Don't use `extrasub'.
584
2c2cd44f
SM
5852004-04-29 Dave Love <fx@gnu.org>
586
587 * configure.in: Don't forget to quote args to `test'.
588
510ead5f
TTN
5892004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
590
591 * autogen.sh: Update filename in "please read" message.
592
1ee652eb
RS
5932004-04-17 Richard M. Stallman <rms@gnu.org>
594
595 * INSTALL: Move the info about site-lisp dirs,
596 and say uninstalled Emacs looks there too.
597
c1994268
EZ
5982004-04-04 Eli Zaretskii <eliz@gnu.org>
599
600 * config.bat (lib-src): Recognize comment lines in Makefile.in
601 that have a TAB after the #, to avoid errors in preprocessing with
602 GCC 3.3.3.
603
04e08b8c
LT
6042004-03-31 Luc Teirlinck <teirllm@auburn.edu>
605
606 * Makefile.in: Mention in comment that `make maintainer-clean'
607 deletes .elc files.
608
4a61faec
SM
6092004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * update-subdirs: Add local variables to prevent byte-compiling.
612
06aacc62
RS
6132004-03-21 Dave Love <fx@gnu.org>
614
615 * configure.in: Fix previous change.
616
36a3fd05
RS
6172004-03-18 Dave Love <fx@gnu.org>
618
06aacc62 619 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
36a3fd05 620
6939e0b1
LT
6212004-03-15 Luc Teirlinck <teirllm@auburn.edu>
622
623 * info/dir (File): Add SMTP and SES.
624
d8d95bc7
SM
6252004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5e7b4262 628 (bootstrap): Use the new bootstrap-prepare target in lisp.
d8d95bc7 629
58ec79cf
KS
6302004-02-18 Kim F. Storm <storm@cua.dk>
631
d8d95bc7 632 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
58ec79cf 633
a6eeaa81 6342004-02-16 Eli Zaretskii <eliz@gnu.org>
c33b76da 635
d8d95bc7 636 * make-dist: Don't link index.*perm and permute-index into tempdir.
c33b76da 637
584b627e
JY
6382004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
639
640 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
641 to match previous changes by Eli Zaretskii.
642
68e4cc57
LT
6432004-02-09 Luc Teirlinck <teirllm@auburn.edu>
644
645 * Makefile.in: Set CDPATH to an empty string.
646
22bb9485
SM
6472004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * configure.in <darwin>: Use fink packages if available.
650
56f7d69d 6512004-01-25 J\e,Ai\e(Br\e,At\e(Bme Marant <jmarant@free.fr> (tiny change)
ae2230df
RS
652
653 * make-dist (lispref): Do include lispref/index.texi.
654
722ae5f4
JR
6552004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)
656
4a61faec 657 * make-dist (tempdir): Include cursors in nt/icons.
722ae5f4 658
a6eeaa81 6592003-12-30 Eli Zaretskii <eliz@gnu.org>
d9e0b412
EZ
660
661 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
662 clashes with install-sh on 8+3 filesystems.
663
8af1a978
MB
6642003-12-08 Miles Bader <miles@gnu.org>
665
666 * .cvsignore: Add .arch-inventory.
667
ce6e4c21
AS
6682003-12-24 Andreas Schwab <schwab@suse.de>
669
670 * configure.in: Check for <sys/socket.h>. Include it before
815617bf 671 including <net/if.h>. Move check for <net/if.h> before its use.
ce6e4c21 672
0b1ec9e9
JD
6732003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
674
675 * Makefile.in (install-arch-dep): Don't let cd output go into
676 pipe for carbon_appdir.
677
cf59a5b7
AS
6782003-12-24 Andreas Schwab <schwab@suse.de>
679
680 * configure.in (PKG_CHECK_MODULES): Fix quoting.
681
55e4f3cd
AS
6822003-12-01 Andreas Schwab <schwab@suse.de>
683
2a75d75d 684 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
55e4f3cd
AS
685 hardcoding gcc.
686 * configure: Rebuild.
687
57669b57
JD
6882003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
689
690 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
691 multiple displays.
22bb9485 692 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
57669b57 693
68e03c1c
DL
6942003-09-23 Dave Love <fx@gnu.org>
695
696 * configure.in: Check members of struct ifreq.
697
6df2a645
KS
6982003-09-14 Kim F. Storm <storm@cua.dk>
699
700 * configure.in: Add checks for sys/ioctl.h and net/if.h.
701
da92b8d9
LT
7022003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
703
704 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
705
19bb0fcd 7062003-08-18 Lute Kamstra <lute@gnu.org>
e512ece1
LK
707
708 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
709 required anymore.
710
abd39b57
AC
7112003-08-07 Andrew Choi <akochoi@shaw.ca>
712
713 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
714 option instead of -traditional-cpp for CPP.
715
c855f2ca
RS
7162003-07-29 Richard M. Stallman <rms@gnu.org>
717
718 * configure.in (HAVE_XIM): Define if XIM is available.
719
32b0a3c6
JB
7202003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
721
722 * configure.in: The function gtk_window_set_icon_from_file was
723 introduced in GTK+ 2.2, so check for that release.
724
2eaa00ba
AS
7252003-07-23 Andreas Schwab <schwab@suse.de>
726
727 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
728
729 * Makefile.in (YACC): Remove, not used.
730 (MAINT): Don't set.
731 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
732 disable dependency on ${srcdir}/configure.in when maintainer mode
733 is disabled.
734
f57bd967
DL
7352003-07-22 Dave Love <fx@gnu.org>
736
737 * configure.in: Make XRegisterIMInstantiateCallback test depend on
738 HAVE_X11, not with_xim.
739 (HAVE_CRTIN): Provide template.
740 <with_png>: Test for png.h and libpng/png.h.
741
da894f7d
AS
7422003-07-15 Andreas Schwab <schwab@suse.de>
743
744 * configure.in: Temporarily leave quoting for AC_DEFINE.
745
ec03b83e
SM
7462003-07-13 Stefan Monnier <monnier@cs.yale.edu>
747
748 * configure.in: Check for posix_memalign.
749
800bebe3
RS
7502003-07-12 Richard M. Stallman <rms@gnu.org>
751
752 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
753
42f81f64
KS
7542003-07-09 Kim F. Storm <storm@cua.dk>
755
756 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
757 functionality of --without-xim.
758
d320e9f3
DL
7592003-06-29 Dave Love <fx@gnu.org>
760
761 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
762
cffcede7
JD
7632003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
764
765 * configure: Regenerate.
766
7bea57c9
DL
7672003-06-23 Dave Love <fx@gnu.org>
768
ec03b83e
SM
769 * configure.in: Check for sys/_mbstate_t.h.
770 Test XRegisterIMInstantiateCallback prototype.
7bea57c9
DL
771 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
772
eb3b52fa
DL
7732003-06-06 Dave Love <fx@gnu.org>
774
775 * configure.in: Check for locale.h.
776
f16205ca
DL
7772003-06-05 Dave Love <fx@gnu.org>
778
ec03b83e
SM
779 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
780 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
f16205ca 781 (NLIST_STRUCT): Don't define.
eb3b52fa 782 (AH_BOTTOM): Define my_strftime.
f16205ca 783
efd60266
JB
7842003-06-02 Richard M. Stallman <rms@gnu.org>
785
786 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
787
016bd3c0
AS
7882003-05-24 Andreas Schwab <schwab@suse.de>
789
790 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
791 bzero, and bcmp.
792
7933722a
DL
7932003-05-22 Dave Love <fx@gnu.org>
794
ec03b83e 795 * configure.in: Remove redundant test for term.h. Test for difftime.
7933722a 796
463f55ee
DL
7972003-05-20 Dave Love <fx@gnu.org>
798
799 * configure.in: Append * to s390-*-linux-gnu case.
800 (LIBMAIL) <lockfile>: Don't define.
801
8022003-04-30 Richard M. Stallman <rms@gnu.org>
803
804 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
805
8062003-04-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
807
808 * configure.in: Undo last (RMS') change, as it is useless, per
809 Dave Love.
810
8112003-04-08 Richard M. Stallman <rms@gnu.org>
812
813 * configure.in: Put #include of jpeglib.h at start of line.
814
6740b4d6
KG
8152003-04-30 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
816
817 * INSTALL (* GNU/Linux development packages): Mention Debian and
818 RedHat package names.
819
ed3c3314
RS
8202003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
821
822 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
823
5b31a763
KG
8242003-04-30 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
825
826 * INSTALL (* GNU/Linux development packages): Tell people to
827 install additional packages for compiling Emacs.
828
18fe6f45
FP
8292003-04-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
830
831 * configure.in: Use the same configuration for all aix5, not just
832 aix5.1.
833
77fb5d1a
FP
8342003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
835
836 * configure.in: Check for need for bigtoc support on IBM AIX for
837 solving a linker table overflow problem.
838
710ee5a9
RB
8392003-03-03 Rob Browning <rlb@defaultvalue.org>
840
efd60266
JB
841 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
842 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
710ee5a9
RB
843 over bzero, bcmp, and bcopy.
844
16f6f948
SJ
8452003-02-23 Simon Josefsson <jas@extundo.com>
846
847 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
848
92a8ce63
JB
8492003-02-21 Klaus Zeitler <kzeitler@lucent.com>
850
851 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
852
47774164
KH
8532003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
854
855 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
856
0dfd93c0
AS
8572003-02-08 Andreas Schwab <schwab@suse.de>
858
859 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
860 instead of the substitution.
861
c60ee5e7
JB
8622003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
863
864 * Makefile.in: Use @EXEEXT@ for Cygwin.
865 Use USERNAME if LOGNAME is not set (for Cygwin).
866
867 * configure.in:
868 * configure: Add opsys=cygwin.
869
88373452
KS
8702003-01-29 Kim F. Storm <storm@cua.dk>
871
d57727c9 872 * AUTHORS: Regenerate using new format (after fixing numerous
88373452
KS
873 formatting errors in the ChangeLog files).
874
12bf22e0
AS
8752003-01-22 Andreas Schwab <schwab@suse.de>
876
877 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
878 redefining it explicitly in src/config.in.
879
ffdf4f26
MR
8802003-01-22 Markus Rost <rost@math.ohio-state.edu>
881
882 * Makefile.in (bootstrap): Make bootstrap-after.
883
940344d4 8842003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
cd890796
JD
885
886 * configure.in: Fix --with-gtk.
887
940344d4 8882003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
488dd4c4
JD
889
890 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
891
892 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
893
e833850f
FP
8942003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
895
ec03b83e 896 * configure.in (m68k-motorola-sysv): Remove (obsolete).
e833850f 897
52cd7d02
ST
8982003-01-07 Steven Tamm <steventamm@mac.com>
899
900 * configure.in: New option, --enable-carbon-app, to specify
901 that the application should be installed
902 * Makefile.in (install-arch-dep): On Mac OS X, install the
903 Emacs.app application if carbon-app is enabled
904
fb02aff2
DL
9052003-01-06 Dave Love <fx@gnu.org>
906
907 * configure.in: Check for nl_langinfo.
908 [!HAVE_SIZE_T]: Fix typedef.
909
1d08c2fe
DK
9102003-01-06 David Kastrup <dak@gnu.org>
911
ec03b83e 912 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9e71690e 913
1d08c2fe
DK
914 * configure.in: Add tests for install-info
915
72c5c58f
MR
9162002-12-09 Markus Rost <rost@math.ohio-state.edu>
917
918 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
919 use again sol2-6 instead of sol2-8.
920
a4ac5b17
DL
9212002-12-09 Dave Love <fx@gnu.org>
922
fb02aff2 923 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
a4ac5b17 924
4824556f
AS
9252002-12-08 Andreas Schwab <schwab@suse.de>
926
927 * Makefile.in (install-arch-indep): Revert last change.
928
6b2fd6ea
DL
9292002-11-27 Dave Love <fx@gnu.org>
930
931 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
ec03b83e
SM
932 Check for __sys_siglist too. Check for memset.
933 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6b2fd6ea 934
8c95f450
JB
9352002-11-22 Juanma Barranquero <lektu@terra.es>
936
937 * config.guess, config.sub: Updated from master source.
938
39f7b5f7
KF
9392002-11-19 Karl Fogel <kfogel@red-bean.com>
940
941 * autogen.sh: New file.
942
d824beee
DL
9432002-11-15 Dave Love <fx@gnu.org>
944
ec03b83e
SM
945 * configure.in: Tidy up various quoting issues throughout.
946 Use AC_GNU_SOURCE.
d824beee
DL
947 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
948 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
949 Maybe define bcopy, bzero, bcmp.
ec03b83e 950 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
d824beee
DL
951 non-existent machine file).
952 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
953 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
0d6f3768 954 (nlist.h): Move test up.
d824beee 955
72c5c58f 9562002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 957
72c5c58f 958 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8704a6ab 959
3a787a1e 9602002-11-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
816753a7
FP
961
962 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
963
98b4e102
JB
9642002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
965
966 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
967
6bae0ccf
DL
9682002-11-08 Dave Love <fx@gnu.org>
969
ec03b83e 970 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6bae0ccf
DL
971 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
972
ab4f69f2
MB
9732002-11-07 Miles Bader <miles@gnu.org>
974
ec03b83e
SM
975 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
976 Handle separate-build-dir case.
ab4f69f2 977
318db6cb
RS
9782002-11-06 Richard M. Stallman <rms@gnu.org>
979
980 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
981 bulletproof. $bar may be empty when there are no .elc files.
982
2baf1bfa
DL
9832002-10-30 Dave Love <fx@gnu.org>
984
985 * configure.in: Require autoconf 2.53. Test for pty.h,
986 sys/mman.h, sys/param.h, mremap, memmove.
ec03b83e
SM
987 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
988 (AC_PROG_YACC): Delete.
2baf1bfa
DL
989 (size_t): Use AC_CHECK_TYPES.
990 (AH_TOP): Up-date copyright.
991
a6cadf53
JB
9922002-10-01 Juanma Barranquero <lektu@terra.es>
993
994 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
995
9811b1cf
RS
9962002-09-19 Richard M. Stallman <rms@gnu.org>
997
998 * configure.in: Fix the LessTif-directory-finder for real.
999
ef7fb3bb
RS
10002002-09-14 Richard M. Stallman <rms@gnu.org>
1001
1002 * Makefile.in (maybe_bootstrap): Test for complete absence
1003 of compiled Lisp files.
1004
b3cd6965
SM
10052002-09-11 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
1008 (bootstrap-clean-after): Delete.
1009 (bootstrap): Make the sequencing explicit.
1010
3e6be279
RS
10112002-09-10 Richard M. Stallman <rms@gnu.org>
1012
1013 * configure.in: Fix previous LessTif change.
1014
50332dc1
RS
10152002-09-09 Richard M. Stallman <rms@gnu.org>
1016
1017 * configure.in (powerpcle-*-solaris2.5*): New configuration.
1018 (powerpcle-*-solaris*): Use version 2.6 as default.
1019 (*-sunos5.6*, *-solaris2.6*): New alternative.
1020 (*-sunos5*): Use version 2.6 as default.
1021
abd39b57 10222002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8bb4cb85
KG
1023
1024 * configure.in: Fix typo.
1025
22eaea41
RS
10262002-09-05 Richard M. Stallman <rms@gnu.org>
1027
1028 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
1029
b3cd6965 1030 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
22eaea41
RS
1031 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
1032
6bc85c3b
KS
10332002-08-26 Kim F. Storm <storm@cua.dk>
1034
1035 * Makefile.in (install-arch-indep): Do not remove DOC file
1036 when it is the only DOC file installed; this is the case when
1037 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
1038
dc16594b
MR
10392002-07-24 Markus Rost <rost@math.ohio-state.edu>
1040
1041 * configure.in: Fix typo.
1042
2a0c903c
RS
10432002-07-24 Richard M. Stallman <rms@gnu.org>
1044
1045 * configure.in: Don't print anything special about gamedir.
1046
3ea1bfb2 1047 * configure.in: Delete nonstandard --with-game-user option.
b3cd6965 1048
a8bbe549
RS
10492002-07-21 Richard M. Stallman <rms@gnu.org>
1050
1051 * Makefile.in (gamedir, localstatedir): New variables.
1052 (epaths-force): Insert value of gamedir into PATH_GAME.
1053
1054 * configure.in (gamedir): Handle it like lispdir.
ec03b83e 1055 (--with-game-dir option): Delete.
a8bbe549 1056
abd39b57 10572002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29c3cbf0
PJ
1058
1059 * configure.in: Add support for mipseb-*-netbsd* machines.
1060
abd39b57 10612002-06-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b3ae255b
KG
1062
1063 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
1064
abd39b57 10652002-06-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
d591a834
KG
1066
1067 * info/dir (File): Add an entry for Tramp.
1068
e0156c8d
EZ
10692002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1070
1071 * INSTALL-CVS: New file.
1072
3fa4ac47
AS
10732002-06-07 Andreas Schwab <schwab@suse.de>
1074
1075 * configure.in (x86_64-*-linux-gnu*): New system.
1076
86bbfe77
EZ
10772002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
1078
1079 * config.bat: Handle the case when lispintro is truncated to lispintr.
1080
2570d28c
PE
10812002-05-26 Paul Eggert <eggert@twinsun.com>
1082
1083 * config.guess, config.sub: Updated from master source.
1084
a1d8dc87
RS
10852002-05-09 Richard M. Stallman <rms@gnu.org>
1086
1087 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
1088
abd39b57 10892002-05-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9a40c2fb
PJ
1090
1091 * make-dist: Do not distribute lock/ directory.
1092
e3ba1015
AC
10932002-04-30 Andrew Choi <akochoi@shaw.ca>
1094
1095 * configure.in: Provide documentation string when defining
1096 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
1097 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
1098
5167cfda
CW
10992002-04-28 Colin Walters <walters@verbum.org>
1100
b3cd6965 1101 * configure.in: Delete configure check for access to the game user.
5167cfda 1102
abd39b57 11032002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2912f349
PJ
1104
1105 * make-dist: lwlib/Imakefile is removed.
1106
e0f712ba
AC
11072002-04-26 Andrew Choi <akochoi@shaw.ca>
1108
1109 * configure.in: Add support for powerpc-apple-darwin*.
1110 (HAVE_CARBON): Add.
1111
b3cd6965 1112 * make-dist: Create directories in mac/Emacs.app.
e0f712ba 1113
abd39b57 11142002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
90077f66
PJ
1115
1116 * make-dist: lwlib-Xol* are removed.
1117
8fba10fc
AS
11182002-04-23 Andreas Schwab <schwab@suse.de>
1119
1120 * Makefile.in (MAINT): New variable.
1121 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
1122 instead of configure.in, to avoid running autoconf and autoheader
1123 unless explicitly requested.
1124
852eef40
EZ
11252002-04-16 Eli Zaretskii <eliz@gnu.org>
1126
1127 * config.bat: Update for msdos/sed2v2.inp.
1128
6817198a
AS
11292002-04-15 Andreas Schwab <schwab@suse.de>
1130
b3cd6965 1131 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6817198a
AS
1132 * configure.in: Add config header templates to all AC_DEFINE and
1133 AC_DEFINE_UNQUOTED symbols.
1134 * make-dist: Run autoheader if necessary.
1135
b9b966e0
CW
11362002-04-10 Colin Walters <walters@verbum.org>
1137
1138 * configure.in: Add --game-dir, --game-user. Test to see if we
1139 can use them.
1140
abd39b57 11412002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d9830e5
PJ
1142
1143 * configure.in: Add --with-sound.
1144
10ce34dc
KS
11452002-03-18 Kim F. Storm <storm@cua.dk>
1146
1147 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
1148 and getsockname functions. Test for sys/un.h include file.
1149
1ef1ef96
EZ
11502002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
1151
1152 * configure.in: Support AIX 5.1.
1153
940344d4 11542002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1155
1156 * configure.in: Added test for X Session Management (HAVE_X_SM).
1157
16e79fec
RS
11582002-03-03 Richard M. Stallman <rms@gnu.org>
1159
1160 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
1161 Run chown $${LOGNAME} on files installed by tar xvf.
1162
6a22cdf4
KS
11632002-03-03 Kim F. Storm <storm@cua.dk>
1164
1165 * configure.in: Test for getpeername.
1166
4d766b59
RS
11672002-03-01 Richard M. Stallman <rms@gnu.org>
1168
1169 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
1170 (HAVE_GIF): Don't use old libungif versions that crash.
1171
4fff8c79
RS
11722002-02-26 Richard M. Stallman <rms@gnu.org>
1173
1174 * configure.in <making srcdir absolute>: Verify that PWD is correct,
1175 not just well-formed and valid.
1176 (mips-compaq-nonstopux*): New configuration.
b3cd6965 1177
e5389a0b
PE
11782002-02-18 Paul Eggert <eggert@twinsun.com>
1179
1180 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
1181 "sed q" is a portable equivalent to plain "head -1".
1182
db54c53a
RS
11832002-02-13 Richard M. Stallman <rms@gnu.org>
1184
1185 * Makefile.in (maybe_bootstrap): Do `exit 1'.
1186 (all): Don't depend on maybe_bootstrap here.
1187 (${SUBDIR}): Depend on it here instead.
1188
b735b2ab
RS
11892002-02-08 Richard M. Stallman <rms@gnu.org>
1190
1191 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
1192
d8359893
EZ
11932002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1194
1195 * configure.in: Recognize BSD/OS 5.0.
1196
f3b812da
EZ
11972002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * make-dist: Make version checking in emacs.texi consistent with
1200 how we set it there.
1201
f48a30d7
KS
12022001-12-29 Kim F. Storm <storm@cua.dk>
1203
1204 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
1205
07025a55
RS
12062001-12-28 Richard M. Stallman <rms@gnu.org>
1207
1208 * configure.in: Test for mbsinit.
1209
b0a21bf9
EZ
12102001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1211
1212 These changes make Leim part of the standard distribution:
1213
3a787a1e 1214 * README: Add info about the `leim' directory.
b0a21bf9
EZ
1215
1216 * INSTALL: Remove text that describes Leim as a separate package.
1217
1218 * noleim-Makefile.in: File removed.
1219
1220 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
1221 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
1222 Leim files out of the Emacs tree. Don't prepare a separate tarball
1223 for Leim.
5a60d1da 1224
61e3b944
RS
12252001-12-11 Richard M. Stallman <rms@gnu.org>
1226
1227 * configure.in (hppa*-*-linux-gnu*): New alternative.
1228
abd39b57 12292001-12-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
03f9f7ae
PJ
1230
1231 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
1232 creating distribution.
1233
d6a70204
PE
12342001-12-06 Paul Eggert <eggert@twinsun.com>
1235
1236 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
1237 (AC_FUNC_VFORK): Remove.
1238 (AC_FUNC_FORK): Add.
1239 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
1240 this is required by recent Autoconf versions.
1241
abd39b57 12422001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4a3cf58d
PJ
1243
1244 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
1245 TODO, vms-pp.trans and others).
1246
abd39b57 12472001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0142178a
PJ
1248
1249 * make-dist: Use COPYING from the top-level directory.
1250
1096bcc0
GM
12512001-11-29 Gerd Moellmann <gerd@gnu.org>
1252
1253 * configure.in: Add support for FreeBSD/Alpha.
1254
abd39b57 12552001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b1356234 1256
dd536f94
PJ
1257 * make-dist: Add COPYING to the top-level directory of the
1258 distribution. Simplify the logic behind copying.
1259
b1356234
PJ
1260 * Makefile.in (maybe_bootstrap): Fix previous change.
1261
66458f32
RS
12622001-11-28 Richard M. Stallman <rms@gnu.org>
1263
1264 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
1265
ebcbef4e
RS
12662001-11-26 Richard M. Stallman <rms@gnu.org>
1267
1268 * Makefile.in: bootstrap should not delete dumped executables.
1269 (bootstrap-clean-before): New target.
1270 (bootstrap): Use bootstrap-clean-before instead of clean.
ec03b83e 1271 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
ebcbef4e 1272
b77d2746 12732001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
ac74199d 1274
070f247d
EZ
1275 These changes add the Emacs Lisp Introduction manual to the
1276 distribution:
1277
b3cd6965 1278 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
b77d2746 1279
070f247d
EZ
1280 * make-dist: Copy the files in lispintro directory.
1281
7336d09b
EZ
1282 * config.bat: Configure in the lispintro directory.
1283
ac74199d
EZ
1284 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
1285
7f947b13 1286 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
070f247d 1287 (lispintro/Makefile): New target.
7f947b13
EZ
1288 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
1289 (unlock, relock, info, dvi): Ditto.
1290
d4fa890c
EZ
12912001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1292
b3cd6965 1293 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
d4b56a8f 1294
d4fa890c
EZ
1295 * make-dist (etc): Don't distribute gfdl.1.
1296
5fb25beb
CW
12972001-11-22 Colin Walters <walters@debian.org>
1298
1299 * Makefile.in (install-arch-indep): Install the calc .info files.
abd39b57 1300 (uninstall): Handle deletion of calc .info files (thanks Pavel Jan\e,Am\e(Bk).
5fb25beb 1301
9f8bbf0f
EZ
13022001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * make-dist (lispref): Add *.txt, *.el, permute-index, and
1305 tindex.pl to the list of those being put into the distribution.
1306
aa2af83a
EZ
13072001-11-16 Eli Zaretskii <eliz@gnu.org>
1308
1309 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
1310
abd39b57 13112001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
71f94ae1 1312
987aac50
PJ
1313 * Makefile.in (uninstall): Fix previous change.
1314
71f94ae1
PJ
1315 * configure.in, Makefile.in: Add support for --program-prefix,
1316 --program-suffix and --program-transform-name options.
1317
abd39b57 13182001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e5d9d2e7 1319
b3cd6965 1320 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6e1b91d7
PJ
1321 (install-arch-indep): Install emacsclient manual page.
1322 (uninstall): Uninstall emacsclient manual page.
e5d9d2e7 1323
97c91ba6
EZ
13242001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
1325
1326 * make-dist: Add lispref/index.*perm files to the distribution.
abd39b57 1327 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
97c91ba6 1328
abd39b57 13292001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d3f602a
PJ
1330
1331 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
1332
2bf92717
EZ
13332001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1334
dff28924 1335 * configure.in: AC_OUTPUT lispref/Makefile.
2bf92717 1336
0cc70510
EZ
13372001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1338
5c32b7c5
EZ
1339 The following changes add the ELisp reference manual to the
1340 distribution.
1341
10fa7f8e
EZ
1342 * make-dist: Add the lispref directory to the distribution.
1343
0cc70510
EZ
1344 * Makefile.in (install-arch-indep): Add elisp* to the list of
1345 installed Info files.
5c32b7c5
EZ
1346 (SUBDIR_MAKEFILES): Add lispref/Makefile.
1347 (lispref/Makefile): New target.
1348 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
1349 Add commands for the lispref directory.
1350 (info, dvi): Ditto.
1b5a3644
EZ
1351
1352 * config.bat: Configure in `lispref'.
1353
6baef0fd
RS
13542001-11-09 Richard M. Stallman <rms@gnu.org>
1355
1356 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
1357
ed5882b9
EZ
13582001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
1359
1360 * make-dist (tempdir): Copy AUTHORS as well.
1361
f0f2756d
SS
13622001-11-06 Sam Steingold <sds@gnu.org>
1363
1364 * configure.in: Added a check for <nlist.h>
9ba48103 1365
abd39b57 13662001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d576358b
PJ
1367
1368 * configure.in: Reindent --help output.
1369 From Per Starback (starback@ling.uu.se).
dff28924 1370
bf00d461 13712001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4f4d6b17
EZ
1372
1373 * configure.in: New entry for HP/UX-11.
1374
5d991fc4
EZ
1375 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
1376 From Eric S. Raymond <esr@golux.thyrsus.com>.
1377
73d25f9c
EZ
13782001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1379
1380 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
1381 <athornton@sinenomine.net>.
1382
5b6a51aa
GM
13832001-10-25 Gerd Moellmann <gerd@gnu.org>
1384
1385 * Makefile.in (maybe_bootstrap): New target.
b3cd6965 1386 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5b6a51aa 1387
84e70f78
KR
13882001-10-24 Ken Raeburn <raeburn@gnu.org>
1389
1390 * configure.in: If --with-hesiod is given, look for
1391 hes_getmailhost and res_send or __res_send; check hesiod and
b3cd6965 1392 resolv libraries respectively if system libraries don't supply them.
84e70f78 1393
4aa6b955
GM
13942001-10-24 Gerd Moellmann <gerd@gnu.org>
1395
1396 * configure.in: Use $MAKE for `make' if set.
1397
bc171472
GM
13982001-10-22 Gerd Moellmann <gerd@gnu.org>
1399
1400 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
1401 to tar options.
1402
71431a0e
GM
14032001-10-20 Gerd Moellmann <gerd@gnu.org>
1404
6aa97356 1405 * (Version 21.1 released).
71431a0e 1406
531a3336
MB
14072001-10-20 Miles Bader <miles@gnu.org>
1408
1409 * configure.in (configuration): Set from `host' if `host_alias'
1410 isn't defined.
1411
121ff711
AS
14122001-10-19 Andreas Schwab <schwab@suse.de>
1413
1414 * configure.in: Make ready for autoconf 2.5x.
1415 (AC_PREREQ): Require autoconf 2.50.
1416 * aclocal.m4: Removed.
121ff711
AS
1417 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
1418
eef9b65f
EZ
14192001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1420
1421 * README: Bump Emacs version to 21.1.50.
1422
ab952a4f
GM
14232001-10-05 Gerd Moellmann <gerd@gnu.org>
1424
1425 * Branch for 21.1.
dff28924 1426
3b74127d
GM
14272001-09-05 Gerd Moellmann <gerd@gnu.org>
1428
1429 * configure.in: Avoid `$@' which is handled specially in
1430 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
dff28924 1431
80b97918
EZ
14322001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
1433
1434 * make-dist (nt): Add subdirs.el to the list of distributed files.
1435
3a4f8160
EZ
14362001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1437
1438 * configure.in (machine): Add an entry for
1439 hppa1.1-hitachi-hiuxwe2*.
1440
eb04d6cd
GM
14412001-05-28 Gerd Moellmann <gerd@gnu.org>
1442
1443 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
1444 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
1445
f4500bec
GM
14462001-05-14 Gerd Moellmann <gerd@gnu.org>
1447
1448 * make-dist: Copy texinfo.tex unconditionally.
1449
26978e9a
EZ
14502001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1451
1452 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
1453 that are installed.
1454
afa3935f
GM
14552001-04-06 Gerd Moellmann <gerd@gnu.org>
1456
e5c8f6f1
GM
1457 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
1458 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
dff28924 1459
afa3935f
GM
1460 * make-dist: Handle leim/MISC-DIC. Only include
1461 `[a-zA-Z]*.{el,elc}' from leim/quail.
1462
a55e4e68
GM
14632001-04-05 Gerd Moellmann <gerd@gnu.org>
1464
1465 * Makefile.in (install-arch-indep): Remove .cvsignore files.
1466
87d8eba4
GM
14672001-03-30 Gerd Moellmann <gerd@gnu.org>
1468
1469 * Makefile.in (.PHONY): Add for bootstrap targets.
1470 (bootstrap-clean): New target.
1471 (bootstrap): Use it instead of `clean'.
1472
ed31fabf
GM
14732001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1474
1475 * Makefile.in (SUBDIR): Remove leim.
1476 (all, .RECURSIVE, extraclean): Add leim explicitly.
1477 (leim): Provide separate rule which exports PARALLEL=0 into the
1478 environment.
1479
5721ae13
GM
14802001-03-20 Gerd Moellmann <gerd@gnu.org>
1481
1482 * configure.in (HAVE_XPM): Don't print the result of the check for
1483 XpmReturnAllocPixels if we don't have an xpm.h.
1484
10ebaeb6
GM
14852001-03-05 Gerd Moellmann <gerd@gnu.org>
1486
1487 * COPYING: New file.
1488
e30bd7b7
EZ
14892001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1490
1491 * config.bat: Update the copyright.
1492
d0e9bfd2
GM
14932001-02-23 Kenichi Handa <handa@etl.go.jp>
1494
1495 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
1496 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
1497 to `yes'. Later in AC_OUTPUT, check this variable.
1498
038f4ae3
DL
14992001-02-09 Dave Love <fx@gnu.org>
1500
1501 * AUTHORS: Updated.
1502
44806980
EZ
15032001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1504
1505 * info/dir (Ebrowse): Fix the entry (was missing a dot).
1506
20b28f82
GM
15072001-02-02 Gerd Moellmann <gerd@gnu.org>
1508
bdadfce3
GM
1509 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
1510
5db37a2e 1511 * Makefile.in (uninstall): Ignore exit code of `rm'.
dff28924 1512
20b28f82
GM
1513 * Makefile.in (uninstall): Remove more info files. Remove
1514 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
1515
7ccf7ab9
GM
15162001-01-31 Gerd Moellmann <gerd@gnu.org>
1517
1518 * noleim-Makefile.in (extraclean): Add.
1519
03e0fe6e 15202001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0
BW
1521
1522 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
1523 it quiet.
1524
e1e441f9
GM
15252001-01-24 Colin Walters <walters@cis.ohio-state.edu>
1526
1527 * Makefile.in (tags): Fix typo.
1528
64388126
KH
15292001-01-13 Kenichi Handa <handa@etl.go.jp>
1530
1531 * configure.in: Fix typo in the code setting x_search_path.
1532
457b792c
GM
15332001-01-10 Dave Love <fx@gnu.org>
1534
1535 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
1536 -lXext.
1537 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
1538 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
1539 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
1540 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
1541 (now in $LIBS).
1542
1460e5d4
EZ
15432001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * config.bat: Run the preprocessor with -traditional.
1546
e2b6e5ea
EZ
15472001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
1548
1549 * INSTALL: Move copying conditions to end of file.
1550
b202115b
EZ
15512000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * INSTALL: Add basic installation procedure which assumes
1554 `configure' does its job. Elaborate on image support libraries.
1555 Add a pointer to Xaw3d library. Add advice about solving
1556 configure-time problems by looking in config.log and setting
3163da06 1557 variables in the environment.
b202115b 1558
3e32cc27
GM
15592000-12-27 Gerd Moellmann <gerd@gnu.org>
1560
1561 * Makefile.in (install-arch-indep): If tar fails, exit with
1562 exit code 1.
1563
7b93a85b
GM
15642000-12-19 Gerd Moellmann <gerd@gnu.org>
1565
1566 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
1567 source file includes XKBlib.h. On some broken Solaris systems,
1568 there is an XKBlib.h, reportedly, but header files included by
1569 XKBlib.h are missing.
1570
02387dcc
GM
15712000-12-14 Gerd Moellmann <gerd@gnu.org>
1572
1573 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
1574
34979055
DL
15752000-12-11 Dave Love <fx@gnu.org>
1576
1577 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
1578
169fe44e
GM
15792000-12-11 Paul Eggert <eggert@twinsun.com>
1580
1581 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
1582 Merge fixes from latest GNU tar version. These macros no longer
1583 futz with _XOPEN_SOURCE, as that was not portable in practice.
1584 (AC_FUNC_FSEEKO): New macro.
dff28924 1585
169fe44e
GM
1586 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
1587 ftello.
dff28924 1588
5c62b2e9
DL
15892000-12-05 Dave Love <fx@gnu.org>
1590
1591 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
1592
2dce2360
EZ
15932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1594
1595 * info/dir: Change the category to "Emacs".
1596
8c28d444
GM
15972000-12-01 Gerd Moellmann <gerd@gnu.org>
1598
1599 * make-dist (tempdir): Remove epaths.h from the distribution
1600 instead of paths.h.
1601
68a887fa
EZ
16022000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1603
1604 * config.bat: Check for existence of djecho.exe, and print an
1605 error message if it is not available.
1606
1607 * INSTALL: Describe possible problem with djecho.exe in old
1608 versions of DJGPP v2.x.
1609
d96a4de3
GM
16102000-11-23 Gerd Moellmann <gerd@gnu.org>
1611
1612 * configure.in: Initialize HAVE_LIBXP to no.
1613
3aeecf97
GM
16142000-11-22 Gerd Moellmann <gerd@gnu.org>
1615
dff28924 1616 * configure.in: Use m/macppc.h instead of the non-existent
3aeecf97
GM
1617 m/powerpc.h.
1618
fb279a6d
GM
16192000-11-21 Gerd Moellmann <gerd@gnu.org>
1620
3c64f287
GM
1621 * Makefile.in (install-arch-indep): Also install info/eshell*
1622 and info/speedbar*.
1623
fb279a6d
GM
1624 * configure.in (HAVE_PNG): Check for the presence of
1625 png_get_channels to rule out older PNG libs.
1626
f5f47add
GM
1627 * configure.in (AC_OUTPUT): Arrange to emit definitions of
1628 GCC and NON_GNU_CPP into config.status.
1629
62d14e9a
DL
16302000-11-20 Dave Love <fx@gnu.org>
1631
1c203d4c
DL
1632 * configure.in: Fix last change.
1633
62d14e9a 1634 * GETTING.GNU.SOFTWARE: Deleted.
169fe44e 1635 * FTP: New file to replace it.
62d14e9a
DL
1636 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
1637
f1d6d1e8
GM
16382000-11-20 Gerd Moellmann <gerd@gnu.org>
1639
1640 * configure.in: Use -traditional with GNU cpp.
1641
b3635775
GM
16422000-11-17 Gerd Moellmann <gerd@gnu.org>
1643
1644 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
1645 Distribute more files from the nt/ subdir. Distribute PBM
1646 image files from subdirs of lisp/. Distribute old change logs
1647 from subdirs of lisp/. Distribute play/5x5.el.
1648
0eafc06c
DL
16492000-11-11 Dave Love <fx@gnu.org>
1650
1651 * config.sub, config.guess: Updated from master source.
1652
03391420
DL
16532000-11-07 Dave Love <fx@gnu.org>
1654
1655 * configure.in: Test for mkstemp.
1656
cd66d2ed
EZ
16572000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
1658
1659 * info/dir (Top): Rearrange menu items more logically, and put
1660 them into a single category. Add menu items for RefTeX and
1661 Widget.
1662
1da437e9
KG
16632000-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1664
15b526b2
EZ
1665 * Makefile.in (install-arch-indep): Use --info-dir instead of
1666 --dir-file, and a simple argument instead of --info-file, so that
1667 the Debian version of install-info also works.
1da437e9 1668
99483220
EL
16692000-10-19 Eric M. Ludlam <zappo@ultranet.com>
1670
1671 * info/dir (Speedbar): Add entry.
1672
45e680a8
EZ
16732000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1674
1675 * INSTALL: Describe the new image-support options to the configure
1676 script. List URLs where image support libraries can be found.
1677
f2f049f3
EZ
16782000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * info/dir (Top): Add an entry for Eshell.
1681
2021ab61
DL
16822000-10-02 Dave Love <fx@gnu.org>
1683
1684 * configure.in: Check for gai_strerror.
1685
65f75351
AS
16862000-10-01 Andreas Schwab <schwab@suse.de>
1687
1688 * Makefile.in (install-arch-indep): Update list of installed info
1689 files.
1690
71c9ec51
GM
16912000-09-30 Gerd Moellmann <gerd@gnu.org>
1692
1693 * configure.in: Support `sparc*-*-netbsd*'.
1694
513f1fd9
EZ
16952000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1696
1697 * info/dir (MIME): Add entry for emacs-mime.
1698
a55b799a
DL
16992000-09-29 Dave Love <fx@gnu.org>
1700
1701 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
1702
ce75c97a
GM
17032000-09-26 Gerd Moellmann <gerd@gnu.org>
1704
1705 * make-dist: Adapt to the change of leim/Makefile which was
1706 necessary to ensure a reasonably working `make dist'.
1707
1708 * leim-Makefile.in: Moved to leim/Makefile.in..
1709
1710 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
1711
36e44f62
KH
17122000-09-21 Kenichi Handa <handa@etl.go.jp>
1713
dff28924
SS
1714 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1715 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
36e44f62
KH
1716 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1717 files to .elc.
1718 (${TIT}): Adjusted for the above change.
1719 (clean mostlyclean): Likewise.
1720 (.el.elc): New target.
1721
da1608d9
GM
17222000-09-19 Gerd Moellmann <gerd@gnu.org>
1723
1724 * make-dist: Include XPM and XBM files in lisp/ and subdirs
1725 in the distribution.
1726
6fed3546
GM
17272000-09-18 Gerd Moellmann <gerd@gnu.org>
1728
1729 * make-dist (skk): Rename to `ja-dic' because the leim directory
1730 was renamed.
1731
b4331e96
DL
17322000-09-14 Dave Love <fx@gnu.org>
1733
1734 * configure.in: Fix spurion in last change.
1735
ef9e4345
GM
17362000-09-14 Gerd Moellmann <gerd@gnu.org>
1737
1738 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
1739 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
1740 to `no' if defined. Change result report.
1741
575daf04
DL
17422000-09-08 Dave Love <fx@gnu.org>
1743
1744 * configure.in: Remove spurious `@'s.
1745
1746 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
1747 autoconf.
1748
fa0b693c
GM
17492000-09-06 Gerd Moellmann <gerd@gnu.org>
1750
73b77ee5
GM
1751 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
1752 file and print informational message.
dff28924 1753
fa0b693c
GM
1754 * configure.in (AC_FUNC_MMAP): Add.
1755
ff8df3be
GM
17562000-09-01 Gerd Moellmann <gerd@gnu.org>
1757
1758 * configure.in: Add ``checking'' messages for
1759 XpmReturnAllocPixels.
1760
bb17930d
GM
17612000-08-28 Gerd Moellmann <gerd@gnu.org>
1762
1763 * configure.in: Check <strings.h>; check `index' and `rindex'
1764 functions.
1765
6ce974d4
KH
17662000-08-26 Kenichi Handa <handa@etl.go.jp>
1767
1768 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
1769 "case "${canonical}" in".
1770
7bc3ff79
DL
17712000-08-25 Dave Love <fx@gnu.org>
1772
1773 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
1774
457dd64a
KH
17752000-08-25 Kenichi Handa <handa@etl.go.jp>
1776
7c100e1a 1777 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
457dd64a 1778
17494071
GM
17792000-08-24 Gerd Moellmann <gerd@gnu.org>
1780
1781 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
3a787a1e 1782 contains a relative path. Protect against unusable values of $PWD.
17494071 1783
dd0e1e54
EZ
17842000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
1785
3d819a75
EZ
1786 * info/dir (WoMan): Add entry.
1787
dd0e1e54
EZ
1788 * config.bat (maindir): Update src/_gdbinit even if it does
1789 already exist.
1790
70fc58b3
GM
17912000-08-07 Gerd Moellmann <gerd@gnu.org>
1792
3a787a1e 1793 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
70fc58b3 1794
f4988be7
GM
17952000-08-03 Gerd Moellmann <gerd@gnu.org>
1796
1797 * configure.in: Add support for ia64*-*-linux*.
1798
27848c01
GM
17992000-07-27 Gerd Moellmann <gerd@gnu.org>
1800
1801 * make-dist (aclocal.m4): Include in distribution.
1802
b4a12321
DL
18032000-07-26 Dave Love <fx@gnu.org>
1804
1805 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
1806
c66c29a2
DL
18072000-07-24 Dave Love <fx@gnu.org>
1808
1809 * configure.in: Add AC_SIZE_T.
1810
3b33a005
DL
18112000-07-18 Dave Love <fx@gnu.org>
1812
1813 * configure.in: Reorder so that most tests are done after CPPFLAGS
1814 is set from the C_SWITCH_... definitions.
1815
4b92c49a
GM
18162000-07-10 Gerd Moellmann <gerd@gnu.org>
1817
1818 * configure.in (HAVE_XPM): Undo previous change. Check for
1819 preprocessor define XpmReturnAllocPixels.
1820
6c6d2e33
GM
18212000-07-06 Gerd Moellmann <gerd@gnu.org>
1822
1823 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
1824 instead of XpmReadFileToPixmap.
1825
b192d653
KR
18262000-07-05 Ken Raeburn <raeburn@gnu.org>
1827
1828 * configure.in: Check for <soundcard.h>. Look for ossaudio
1829 library, and set LIBSOUND accordingly.
1830
65171e3a
DL
18312000-07-05 Dave Love <fx@gnu.org>
1832
1833 * configure.in: Use AC_HEADER_SYS_WAIT.
1834
969f7e79
GM
18352000-07-05 Gerd Moellmann <gerd@gnu.org>
1836
1837 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
1838 lisp/Makefile. Distribute lisp/Makefile.in instead of
1839 lisp/Makefile.
1840
5a9bf171
KR
18412000-06-30 Ken Raeburn <raeburn@gnu.org>
1842
1843 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
1844 while searching for image-handling libraries.
1845
1d36487c
GM
18462000-06-26 Gerd Moellmann <gerd@gnu.org>
1847
1848 * configure.in (--with-xim): New option.
1849
6a465756
DL
18502000-06-23 Dave Love <fx@gnu.org>
1851
1852 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
1853 for struct timezone and test how we can call gettimeofday.
48d4b120 1854 Check for OSF 5+. Check for term.h.
6a465756
DL
1855
1856 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
1857 version.
1858
16cf31f7
GM
18592000-06-23 Gerd Moellmann <gerd@gnu.org>
1860
1861 * configure.in (HAVE_LIBXP): Change test for libXp.
1862
4c343001
DL
18632000-06-21 Dave Love <fx@gnu.org>
1864
1865 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
1866 simple test for getloadavg and substitute GETLOADAVG_LIBS.
1867 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
1868
a3f08d9e
DL
18692000-06-19 Dave Love <fx@gnu.org>
1870
1871 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
1872 _XOPEN_SOURCE is defined.
1873
0a2ea235
GM
18742000-06-16 Gerd Moellmann <gerd@gnu.org>
1875
dff28924 1876 * Makefile.in (distclean): Also make distclean in lisp/.
0a2ea235 1877
7d5c8691
EZ
18782000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1879
1880 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
1881
e9924e52
GM
18822000-06-15 Gerd Moellmann <gerd@gnu.org>
1883
1884 * make-dist: Add --help and --snapshot options.
1885
9f817ea4
GM
18862000-06-14 Gerd Moellmann <gerd@gnu.org>
1887
dce6b995 1888 * configure.in: Generate lisp/Makefile.
dff28924 1889
9f817ea4
GM
1890 * configure.in: Add support for `*-lynxos*'.
1891 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
1892 recommended by <Karen.Dorhamer@compaq.com> to fix problems
1893 on Tru64 UNIX v5.0.
1894
97aa9c1d
KR
18952000-06-13 Ken Raeburn <raeburn@gnu.org>
1896
1897 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
1898 it's on a continuation line.
1899
d42122a3
DL
19002000-06-02 Dave Love <fx@gnu.org>
1901
2082fe81
DL
1902 * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
1903 files.
1904
d42122a3
DL
1905 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
1906 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
1907 test.
1908
1909 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
1910 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
1911
34ec9ebe
GM
19122000-05-26 Gerd Moellmann <gerd@gnu.org>
1913
1914 * configure.in: Add check for speed_t typedef.
1915
50d7ce09
KR
19162000-05-25 Ken Raeburn <raeburn@gnu.org>
1917
1918 * Makefile.in (install-arch-dep): Install fns-*.el only if it
1919 exists; it won't in the CANNOT_DUMP case.
1920
10db7fc5
GM
19212000-05-25 Gerd Moellmann <gerd@gnu.org>
1922
1923 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
1924 On FreeBSD, the exit status is 1 if CDPATH is not set.
8711588d 1925 (install-arch-indep): Install ebrowse.info.
10db7fc5 1926
087121cc
GM
19272000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
1928
1929 * configure.in: Check for grandpt and getpt.
1930
b992884d
DL
19312000-05-09 Dave Love <fx@gnu.org>
1932
1933 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
1934
056565f7
GM
19352000-05-05 Gerd Moellmann <gerd@gnu.org>
1936
1937 * make-dist: Make a link for lib-src/grep-changelog. Copy
1938 install-sh.
1939
35a28e21
EZ
19402000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1941
1942 * config.bat: Identify the beginning of the cpp stuff in
1943 src/Makefile.in and lib-src/Makefile.in more accurately.
1944
c76e04a8
GM
19452000-04-27 Gerd Moellmann <gerd@gnu.org>
1946
1947 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
1948
5e3dac3f
GM
19492000-04-19 Gerd Moellmann <gerd@gnu.org>
1950
1951 * configure.in: Add support for `powerpc-*-netbsd*'.
1952
0b8f263e
DL
19532000-04-19 Dave Love <fx@gnu.org>
1954
7825fef9
DL
1955 * configure.in: Don't use AC_FUNC_GETLOADAVG.
1956
0b8f263e
DL
1957 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
1958
3dd2781e
DL
19592000-04-16 Dave Love <fx@gnu.org>
1960
1961 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
1962
3edfea34
DL
19632000-04-14 Dave Love <fx@gnu.org>
1964
1965 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
1966
1967 * aclocal.m4 (AC_FUNC_MKTIME): New.
1968
4d6e16b3
KR
19692000-03-28 Ken Raeburn <raeburn@gnu.org>
1970
1971 * configure.in: Line up "--help" output a little better.
1972
89e80928
GM
19732000-03-26 Gerd Moellmann <gerd@gnu.org>
1974
087121cc 1975 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
89e80928
GM
1976 New targets.
1977 (bootstrap): Rewritten in terms of the new targets above. Make
1978 info files, too.
dff28924 1979
e1cff360
GM
19802000-03-12 Gerd Moellmann <gerd@gnu.org>
1981
1982 * config.guess, config.sub: Use the versions of the files from
1983 subversions.
1984
7397acc4
DL
19852000-03-08 Dave Love <fx@gnu.org>
1986
1987 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
1988 AC_C_VOLATILE. Define POINTER_TYPE.
1989
1990 * aclocal.m4: New file.
1991
d054101f 19922000-03-02 Gerd Moellmann <gerd@gnu.org>
2df636f4
GM
1993
1994 * configure.in (machine): Add `mipsel-*-netbsd*' and
1995 `arm-*-netbsd*'.
dff28924 1996
d054101f 19972000-03-01 Gerd Moellmann <gerd@gnu.org>
dff28924 1998
d054101f 1999 * configure.in (machine): Add support for `*-auspex-sunos*'.
dff28924 2000
ed4d0512
GM
20012000-02-29 Gerd Moellmann <gerd@gnu.org>
2002
2003 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
2004
2dc95ddd
DL
20052000-02-18 Dave Love <fx@gnu.org>
2006
2007 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
2008
57beb0e0
AS
20092000-02-18 Andreas Schwab <schwab@suse.de>
2010
2011 * Makefile.in (install-arch-indep): Add eudc to list of installed
2012 info files.
2013
3b3cc4a4
KR
20142000-02-17 Ken Raeburn <raeburn@gnu.org>
2015
2016 * configure.in: Include -lz and -ljpeg (if it's available) when
2017 testing for the tiff library.
2018
8389e1e2
GM
20192000-02-17 Gerd Moellmann <gerd@gnu.org>
2020
2021 * configure.in: Remove LISP_FLOAT_TYPE.
2022
647847ea
DL
20232000-02-12 Dave Love <fx@gnu.org>
2024
2025 * configure.in: Use AC_FUNC_VFORK.
2026
9a90d84c
GM
20272000-02-01 Gerd Moellmann <gerd@gnu.org>
2028
5eea385d
GM
2029 * make-dist: Various fixes for new development tree.
2030
9a90d84c
GM
2031 * leim-Makefile.in: New file.
2032
b6680a0e
GM
20332000-01-31 Gerd Moellmann <gerd@gnu.org>
2034
2035 * Makefile.in (dist): Call ./make-dist.
2036
1e5279b9
DL
20372000-01-24 Dave Love <fx@gnu.org>
2038
2039 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
2040
ffe36136
GM
20412000-01-18 Gerd Moellmann <gerd@gnu.org>
2042
2043 * configure.in (HAVE_GIF): Check for DGifOpen instead of
2044 DGifOpenFileName.
2045
a970dae4
AS
20462000-01-11 Andreas Schwab <schwab@suse.de>
2047
2048 * Makefile.in (install-arch-indep): Update list of info files to
2049 be installed.
2050
c4bb2108
DL
20512000-01-05 Dave Love <fx@gnu.org>
2052
2053 * configure.in: Check for jerror.h as well as libjpeg.
2054
bb9d2b64
AS
20552000-01-03 Andreas Schwab <schwab@suse.de>
2056
2057 * Makefile.in (install-arch-indep): Install autotype*. Run
2058 install-info on autotype and emacs-faq.info.
2059
22afa6e8
DL
20601999-12-04 Dave Love <fx@gnu.org>
2061
2062 * Makefile.in: (install-arch-indep): Depend on `info'.
2063 (install-strip): Use `install' as sub-make target.
2064
a21616bd
KR
20651999-11-23 Ken Raeburn <raeburn@gnu.org>
2066
2067 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
2068 didn't need to be deleted. Check for the k5crypto library as well
2069 as the crypto library; MIT Kerberos 1.1 changed the name.
2070
946173ad
DL
20711999-11-18 Dave Love <fx@gnu.org>
2072
2073 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
2074
4f6f5dab
GM
20751999-11-11 Erik Naggum <erik@naggum.no>
2076
2077 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
2078
2323760c
DL
20791999-11-08 Dave Love <fx@gnu.org>
2080
2081 * configure.in: Fix change for --with-pop default.
2082
c3d00920
DL
20831999-11-04 Dave Love <fx@gnu.org>
2084
2085 * configure.in: Default to --with-pop. Change sense of with-gcc
2086 and with-toolkit-scroll-bars messages to reflect the defaults.
2087
400a1ed0
GM
20881999-11-01 Gerd Moellmann <gerd@gnu.org>
2089
2090 * INSTALL: Mention the Emacs Lisp Reference.
2091
1e3196e8
GM
20921999-10-27 Noah Friedman <friedman@splode.com>
2093
2094 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
2095
8ac52782
GM
20961999-10-23 Gerd Moellmann <gerd@gnu.org>
2097
2098 * Makefile.in (bootstrap): New target.
2099
1113b624
PE
21001999-10-19 Paul Eggert <eggert@twinsun.com>
2101
2102 Add support for large files. Merge glibc 2.1.2.
2103
2104 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
2105 (HAVE_TM_GMTOFF): New symbol.
2106 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
2107 mbrlen, strsignal.
2108 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
dff28924 2109
77162a4f
SM
21101999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2111
2112 * make-dist (dontcompile): look for the DONTCOMPILE variable rather
2113 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
2114
a2743e67
RS
21151999-10-09 Richard M. Stallman <rms@gnu.org>
2116
dff28924 2117 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
a2743e67
RS
2118 Unset CDPATH to prevent cd from generating output.
2119
37e2d8f4
SM
21201999-10-08 Stefan Monnier <monnier@cs.yale.edu>
2121
2122 * update-subdirs: also ignore CVS subdirs.
2123
4e1d9c86
GM
21241999-10-07 Gerd Moellmann <gerd@gnu.org>
2125
2126 * Makefile.in (install-arch-indep): Add ada-mode.
dff28924 2127
2b6bac15
DL
21281999-10-06 Dave Love <fx@gnu.org>
2129
2130 * Makefile.in: Add rules for config.status, configure.
2131
a4a9692d
DL
21321999-09-07 Gerd Moellmann <gerd@gnu.org>
2133
2134 * configure.in (--with-sound): Removed.
2135
21361999-08-30 Gerd Moellmann <gerd@gnu.org>
2137
2138 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
2139 the test for Xaw3d.
2140 (HAVE_TIFF): Add -lm to library check.
2141
21421999-08-28 Richard Stallman <rms@gnu.org>
2143
2144 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
2145 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
2146 after the other X-related libraries.
2147
21481999-08-21 Dave Love <fx@gnu.org>
2149
2150 * configure.in: Don't check for jpeglib.h.
2151
21521999-08-20 Gerd Moellmann <gerd@gnu.org>
2153
2154 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
2155 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
2156
21571999-08-18 Dave Love <fx@gnu.org>
2158
3a787a1e 2159 * configure.in: Check for termcap.h.
a4a9692d
DL
2160
21611999-08-15 Gerd Moellmann <gerd@gnu.org>
2162
2163 * configure.in: Add --with-toolkit-scroll-bars. If "no",
2164 use Emacs' scroll bars, even if configured for Motif or when
2165 Xaw3d is available.
2166
21671999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2168
2169 * configure.in: Check for getaddrinfo.
2170
21711999-08-04 Eli Zaretskii <eliz@gnu.org>
2172
2173 * config.bat: Make --no-debug work again by removing -gcoff.
2174
21751999-07-30 Dave Love <fx@gnu.org>
2176
2177 * configure.in: Check for stdlib.h.
2178
21791999-07-19 Dave Love <fx@gnu.org>
2180
2181 * configure.in: Grok sparc64-*-linux-gnu*.
2182
21831999-07-12 Richard Stallman <rms@gnu.org>
2184
2185 * Version 20.4 released.
2186
21871999-06-23 Karl Heuer <kwzh@gnu.org>
2188
2189 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
2190 Quote $EMACS, in case it's a program with args.
2191
21921999-05-29 Richard M. Stallman <rms@gnu.org>
2193
2194 * configure.in: Delete the Kerberos stuff.
2195
21961999-05-27 Greg Hudson <ghudson@mit.edu>
2197
2198 * configure.in: Prefer kerberos 5 names.
2199
22001999-04-26 Richard M. Stallman <rms@gnu.org>
2201
2202 * configure.in: Check for libXp.
2203
22041999-04-08 Richard Stallman <rms@gnu.org>
2205
2206 * make-dist: Include change logs in subdirs of `lisp'.
2207
22081999-04-05 Richard Stallman <rms@gnu.org>
2209
2210 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
2211 (install-arch-indep): Make ${datadir}/emacs world-readable.
2212
22131999-03-30 Eli Zaretskii <eliz@gnu.org>
2214
2215 * config.bat: Use epaths.* instead of paths.*.
2216
22171999-03-07 Eli Zaretskii <eliz@gnu.org>
2218
2219 * INSTALL: Add detailed instructions to unpack and install
2220 intlfonts on MS-DOS.
2221
22221999-02-26 Richard Stallman <rms@gnu.org>
2223
2224 * configure.in: Use epaths.h and epaths-force instead of paths....
2225
2226 * Makefile.in (epaths-force): Renamed from paths-force;
2227 operate on epaths.in and produce epaths.h.
2228
22291999-02-24 Richard Stallman <rms@gnu.org>
2230
2231 * make-dist: Fix nt/icons directory handling.
2232
22331999-02-22 Simon Josefsson <jas@pdc.kth.se>
2234
2235 * configure.in (f301-fujitsu-uxpv4.1): New target.
2236
22371999-02-20 Richard Stallman <rms@gnu.org>
2238
2239 * make-dist (tempparent): Fix command to update info files.
2240
22411999-02-09 Richard Stallman <rms@gnu.org>
2242
2243 * configure.in (powerpc-apple-netbsd*): New alternative.
2244
22451999-01-25 Geoff Voelker <voelker@cs.washington.edu>
2246
2247 * make-dist: Include the new directory nt/icons in distributions.
2248
22491999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2250
2251 * configure.in: Change message about HAVE_XFREE386.
2252
22531999-01-07 Eli Zaretskii <eliz@gnu.org>
2254
2255 * config.bat: Support configuring with leim.
2256
22571998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
2258
2259 * configure.in (mips-sgi-irix6.5): New target.
2260
22611998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2262
2263 * configure.in: Remove GSS-API support, since it has been removed
2264 from movemail.
2265
22661998-12-04 Markus Rost <rost@delysid.gnu.org>
2267
2268 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
2269
22701998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
2271
3a787a1e
JB
2272 * Makefile.in: Don't install customize info file.
2273 Run install-info on viper info file.
a4a9692d
DL
2274
22751998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
2276
2277 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
2278
22791998-11-16 Kenichi Handa <handa@etl.go.jp>
2280
2281 * configure.in (*-*-bsdi4*): New target.
2282
22831998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
2284
2285 * configure.in: Fix previous change.
2286
22871998-11-11 Richard Stallman <rms@gnu.org>
2288
2289 * configure.in (aviion-intel): New machine.
2290
22911998-11-04 Kenichi Handa <handa@etl.go.jp>
2292
2293 * configure.in (mips-nec-sysv4*): New target.
2294
22951998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
2296
2297 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
2298 from lisp.
2299
23001998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
2301
2302 * make-dist: Don't include fns*.el in dist.
2303
23041998-10-30 Dave Love <fx@gnu.org>
2305
2306 * configure.in: Don't mkdir cpp.
2307
23081998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
2309
2310 * Makefile.in (install-arch-dep): Install src/fns-*.el in
2311 ${archlibdir}.
2312
23131998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2314
2315 * Version 20.3 released.
2316
23171998-07-30 Paul Eggert <eggert@twinsun.com>
2318
2319 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
2320 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
2321 (lwlib/Makefile, leim/Makefile):
2322 Prepend $(srcdir)/ to rule dependencies outside this dir.
2323
23241998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
2325
2326 * configure.in: Use unset CDPATH instead of making it empty.
2327
23281998-06-20 Karl Heuer <kwzh@gnu.org>
2329
2330 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
2331
23321998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
2333
2334 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
2335 and default.el. Sort the results.
2336
23371998-05-31 Karl Heuer <kwzh@gnu.org>
2338
2339 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
2340 writable.
2341
23421998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
2343
2344 * Makefile.in (install-arch-indep):
2345 Don't alter site-lisp/subdirs.el if it exists.
2346
23471998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2348
2349 * Makefile.in (install-arch-indep): Put `-' on commands to create
2350 subdirs.el in site-lisp dirs.
2351
23521998-05-07 Richard Stallman <rms@psilocin.gnu.org>
2353
2354 * Makefile.in (install-arch-indep): Fix typo in previous change.
2355
23561998-05-06 Richard Stallman <rms@psilocin.gnu.org>
2357
2358 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
2359
23601998-04-28 Richard Stallman <rms@psilocin.gnu.org>
2361
2362 * Makefile.in (mkdir): Create the site-lisp dirs.
2363 (install-arch-indep): Make site-lisp/subdirs files world-readable.
2364
23651998-04-26 Richard Stallman <rms@psilocin.gnu.org>
2366
2367 * Makefile.in (INSTALL_INFO): New variable.
2368 (install-arch-indep): Don't replace the dir file if it already exists.
2369 Use the install-info program, via INSTALL_INFO, to add entries.
2370 Make the `info' subdir and the Info files world-readable.
2371
23721998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
2373
2374 * config.bat: Make sure the environment is large enough to support
2375 all the "set foo=bar" commands. Update pointers to DJGPP FTP
2376 sites.
2377
23781998-04-10 Karl Heuer <kwzh@gnu.org>
2379
2380 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
2381
23821998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2383
2384 * configure.in: Add --with-gssapi to specify GSS-API
2385 authentication support for movemail.
2386
23871998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
2388
2389 * Makefile.in (install-arch-indep): Fix previous change.
2390
23911998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
2392
2393 * Makefile.in (info): Run man in build dir, not srcdir.
2394
23951998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
2396
2397 * Makefile.in (install-arch-indep): Fix previous change.
2398
23991998-03-23 Kenichi Handa <handa@etl.go.jp>
2400
2401 * Makefile.in (top_distclean): Check the existence of `lock'
2402 subdir.
2403
24041998-03-22 Richard Stallman <rms@gnu.org>
2405
2406 * Makefile.in (install-arch-indep): Put special subdirs.el files
2407 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
2408
24091998-03-21 Richard Stallman <rms@psilocin.gnu.org>
2410
2411 * make-dist: Fix shell syntax in check for missing .el or .elc files.
2412
24131998-03-09 Richard Stallman <rms@psilocin.gnu.org>
2414
2415 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
2416 (m68*-hp-hpux*): Handle versions 1X like 10.
2417
24181998-03-07 Richard Stallman <rms@psilocin.gnu.org>
2419
2420 * make-dist: PROBLEMS is now in etc, not top level dir.
2421
2422 * Makefile.in (SOURCES): Delete PROBLEMS.
2423
24241998-02-25 Richard Stallman <rms@gnu.org>
2425
2426 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
2427
2428 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
2429
24301998-01-17 Richard Stallman <rms@gnu.org>
2431
2432 * Makefile.in (install-arch-indep): Add semicolon before `else'.
2433
24341998-01-02 Richard Stallman <rms@psilocin.gnu.org>
2435
2436 * make-dist (tempparent): New option --no-check.
2437
2438 * make-dist: Don't do anything with cpp directory.
2439
24401997-12-20 Richard Stallman <rms@psilocin.gnu.org>
2441
2442 * configure.in (sparc-fujitsu-sysv4*): New target.
2443
24441997-12-17 Andreas Schwab <schwab@gnu.org>
2445
2446 * configure.in: Cache more tests. Add missing quotes around
2447 message with embedded comma.
2448
24491997-12-04 Karl Heuer <kwzh@gnu.org>
2450
2451 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
2452
24531997-11-26 Joel N. Weber II <devnull@gnu.org>
2454
2455 * make-dist: Changed the comment about `umask 0' to say `Don't
92a8ce63
JB
2456 restrict access to any files.'; previously it said `Don't protect
2457 any files', which may have implied that we think fascism is good.
a4a9692d
DL
2458
24591997-11-24 Paul Eggert <eggert@twinsun.com>
2460
2461 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
2462 strftime needs the underlying host's strftime for locale dependent
2463 formats.
2464
24651997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
2466
2467 * configure.in (i586-dg-dguxR4.*): New name in case branch.
2468
24691997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
2470
2471 * config.bat: Configure the man subdirectory.
2472
24731997-11-07 Paul Eggert <eggert@twinsun.com>
2474
2475 * configure.in (AC_CHECK_LIB): Add -lintl.
2476
24771997-11-07 Karl Heuer <kwzh@gnu.org>
2478
2479 * make-dist (check for .elc files): Avoid bash-specific syntax.
2480 (check for overflow 14-char limit): Simplify.
2481
24821997-11-07 Richard Stallman <rms@gnu.org>
2483
2484 * Makefile.in (install): Move blessmail last.
2485
24861997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2487
2488 * configure.in (gettimeofday, one arg or two):
2489 Clarify messages by avoiding double negative.
2490
24911997-09-30 Karl Eichwalder <ke@suse.de>
2492
3a787a1e 2493 * Makefile.in (install-arch-indep): Install the widget info file.
a4a9692d
DL
2494
24951997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2496
2497 * configure.in (with-pop, with-kerberos): Need to check Kerberos
2498 libraries in reverse order, so that libraries will appear in the
2499 correct dependency order on the link line (and so that the
2500 configure checks themselves will work properly when early
2501 libraries depend on later ones).
2502
25031997-09-21 Erik Naggum <erik@naggum.no>
2504
3a787a1e 2505 * make-dist (making links to `src'): Keep timestamp on copied files.
a4a9692d
DL
2506
2507 * make-delta: New script to produce delta distributions.
2508
25091997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2510
2511 * Version 20.2 released.
2512
25131997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2514
2515 * Version 20.1 released.
2516
2517 * Makefile.in (install-leim): Depend on mkdir.
2518 (leim): Depend on src.
2519
25201997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2521
2522 * configure.in: Recognize alpha* instead of just alpha.
2523
25241997-09-12 Paul Eggert <eggert@twinsun.com>
2525
2526 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
2527
25281997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2529
2530 * update-subdirs: Use rm -f.
2531
25321997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2533
2534 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
2535 Ignore subdirs named Old.
dff28924 2536
a4a9692d
DL
25371997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
2538
2539 * configure.in: Add OpenBSD clause to set $machine.
2540
25411997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2542
2543 * make-dist: Recompile everything after updating various Lisp files.
2544 Recompile in leim as well as lisp.
2545 Check in leim as well as lisp for mismatched files and too-long names.
dff28924 2546
a4a9692d
DL
25471997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2548
2549 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
2550
25511997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2552
2553 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
2554 before trying to copy anything from it.
2555
25561997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2557
2558 * Makefile.in (man/Makefile): New target.
2559 (tags): Define env var EMACS and run Makefile from build dir.
2560
25611997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
2562
2563 * config.bat: If src/_gdbinit doesn't exist, try using
2564 src/.gdbinit to create it (for building on Windows 95).
2565
25661997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2567
2568 * Makefile.in (install-arch-indep):
2569 Discard extra data in tar | tar pipes.
2570
25711997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
2572
2573 * configure.in (x_default_search_path): Corrected
2574 '${x_library}' to '${x_library}/X11'.
2575
25761997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2577
2578 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1,
2579
25801997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2581
2582 * configure.in: Support auto-configuration of both Kerberos V4 and
92a8ce63
JB
2583 Kerberos V5 for movemail, including detection of V4 and V5 header
2584 files and libraries.
a4a9692d
DL
2585
25861997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
2587
2588 * configure.in: Compute x_default_search_path
2589 and substitute into makefiles.
2590
2591 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
2592
25931997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2594
2595 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
2596
25971997-08-07 Erik Naggum <erik@naggum.no>
2598
2599 * configure.in: Remove lockdir, it is no longer needed.
2600 * Makefile.in (mkdir): Don't create lockdir.
2601 (lockdir): Variable deleted.
2602 (paths-force): Don't operate on PATH_LOCK.
2603
26041997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2605
2606 * leim-Makefile.in (clean, distclean): New targets.
2607
2608 * make-dist: Include leim/ChangeLog in leim distribution.
2609
26101997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2611
2612 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
2613
26141997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2615
2616 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
2617
26181997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2619
2620 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
2621
26221997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2623
2624 * make-dist: Update leim/leim-list.el.
2625 Pass along value of $EMACS when updating lisp dir.
2626
26271997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2628
dff28924 2629 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
a4a9692d
DL
2630 prerequisite to the use of Doug Lea's malloc.
2631
26321997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2633
2634 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
2635
2636 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
2637
26381997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2639
2640 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
2641
26421997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2643
2644 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
2645 to news-r6.h.
2646
26471997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * config.bat: Use `sed' instead of `cp', which might not be
2650 installed.
2651
26521997-07-09 Kenichi Handa <handa@etl.go.jp>
2653
2654 * Makefile.in (mostlyclean): Add cleaning leim directory.
2655 (clean, distclean, maintainer-clean): Likewise.
2656
26571997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2658
2659 * make-dist (bogosities): Check subdirs of `lisp' also.
2660
26611997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2662
2663 * make-dist (etc): Really avoid symlinks now.
2664 (lisp): Don't delete from subdirs the things we never copy.
2665
56f7d69d 26661997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
2667
2668 * Makefile.in (install-arch-indep): Correct the target name.
2669 The first letter `i' was dropped by the previous change of mine.
2670
26711997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2672
2673 * configure.in (leim/Makefile): Generate this.
2674 (*-sysv4.2uw*): Recognize new alternative.
2675
2676 * leim-Makefile.in: Renamed from leim-Makefile.
2677
2678 * make-dist: Set up real-leim subdirectory,
2679 with the real contents of leim; then move it to
2680 a separate top-level directory.
2681
2682 * make-dist: Don't mention site-lisp, site-init, site-start
2683 or default, when listing files hat are not compiled and should be.
dff28924 2684
a4a9692d
DL
2685 * configure.in: Create src/config.stamp at the end.
2686
26871997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2688
2689 * Makefile.in (install-leim): Correct previous change.
2690
56f7d69d 26911997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
2692
2693 * Makefile.in (install-leim): New target.
2694 (install): Depend on install-leim.
dff28924 2695
56f7d69d 26961997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
2697
2698 * Makefile.in (SUBDIR): Add leim.
2699 (SUBDIR_MAKEFILES): Add leim/Makefile.
2700 (leim/Makefile): New target.
2701
27021997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2703
2704 * leim-Makefile: New file.
2705 * make-dist: Initialize a `leim' subdirectory with that makefile.
2706
27071997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2708
2709 * configure.in (GNU_MALLOC_reason): Fix message text.
2710
27111997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2712
2713 * make-dist (lisp): Don't process subdirs that start with =.
2714 (etc): Copy symlinks, as in src.
2715
27161997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2717
2718 * configure.in (i*86-*-unixware*): New alternative.
2719
27201997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2721
2722 * Makefile.in (src/config.stamp): Target renamed from src/config.h
2723 and touch it explicitly.
2724
2725 * configure.in (mips-sony-newsos6*): New alternative.
2726 (mips-*-linux-gnu*): New alternative.
2727 (*-*-bsdi*): New alternative.
2728 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
2729
27301997-06-22 Dave Love <d.love@dl.ac.uk>
2731
3a787a1e
JB
2732 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
2733 (src/config.h): New target to re-configure if src/config.in is patched.
a4a9692d
DL
2734
27351997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2736
2737 * configure.in (shutdown): Check for `shutdown' function.
2738
56f7d69d 27391997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
2740
2741 * update-subdirs: Include the directory "language" in subdirs.
2742
27431997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2744
2745 * configure.in (m88k-dg-dgux4*): New alternative.
2746 (alpha-*-netbsd*): New alternative.
2747 (powerpcle-*-solaris2*): New alternative.
2748
27491997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2750
2751 * make-dist: Warn about .el files that are not compiled.
2752
27531997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2754
2755 * Makefile.in (dist): Don't run update-subdirs here,
2756 since make-dist now gets that done.
2757
2758 * make-dist: Use the new `updates' target in lisp/Makefile.
dff28924 2759
a4a9692d
DL
2760 * make-dist: Use new non-file targets in lisp/Makefile.
2761
27621997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2763
2764 * make-dist: Handle all subdirs of `lisp' uniformly.
2765 Don't handle `term' and `language' specially.
2766 Clear out umask at the beginning.
dff28924 2767
a4a9692d
DL
27681997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2769
2770 * make-dist: Use Make to update finder-inf.el and autoloads.
2771 Also update cus-load.el.
2772
27731997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2774
2775 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
3a787a1e 2776 in case it is desirable to disable the GNU malloc features with glibc.
a4a9692d
DL
2777
27781997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2779
2780 * configure.in (DOUG_LEA_MALLOC):
2781 Define if malloc_{get,set}_state exist.
2782
56f7d69d 27831997-03-05 Kenichi Handa <handa@etl.go.jp>
a4a9692d
DL
2784
2785 * make-dist: Make links for files under lisp/language.
2786
177c0ea7 27871997-02-20 Kenichi Handa <handa@etl.go.jp>
a4a9692d
DL
2788
2789 * update-subdirs: Exclude the directory "language" from subdirs.
2790
27911997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2792
2793 * configure.in: Check for rint and cbrt.
2794
27951997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2796
2797 * make-dist: Use $EMACS to say where to run Emacs.
2798 Add --no-update option.
dff28924 2799
a4a9692d
DL
28001996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2801
2802 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
2803
28041996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2805
2806 * make-dist (copying src): Check thoroughly for symlinks
2807 and copy them in all cases. Regularize the linking of *.in
2808 and *.opt and ChangeLog files.
2809 (copying lib-src): Likewise.
2810 Don't rm getdate.c or y.tab.*--they don't exist any more.
dff28924 2811
a4a9692d
DL
28121996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
2813
2814 * configure.in: Check for libmail, maillock.h and
2815 touchlock (for movemail).
2816
28171996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2818
2819 * configure.in (limits.h): Check for this file.
2820
28211996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2822
2823 * configure.in (rs6000-ibm-aix4.2): New alternative.
2824 (rs6000-ibm-aix4.0): New alternative.
2825 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
2826
28271996-11-22 Ben Harris <bjh21@cam.ac.uk>
2828
2829 * configure.in: Recognize vax-*-netbsd*.
2830
28311996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2832
2833 * configure.in (locallisppath): Add leim directory.
2834
28351996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * config.bat: Make sure `mv' supports forward slashes and -f.
2838
28391996-10-28 Christian Limpach <chris@nice.ch>
2840
2841 * configure.in (hppa*-next-nextstep*): * added after hppa
2842 to accept hppa1.0 and hppa1.1.
2843
28441996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
2845
2846 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
2847 * configure.in (ld_switch_machine): Fix typo.
2848
28491996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2850
2851 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
2852 from config.h and use them in $ac_link.
2853
28541996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
2855
2856 * configure.in: Create a subdir named `lisp'.
2857
28581996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2859
2860 * configure.in: Check for getcwd.
2861
28621996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2863
dff28924 2864 * configure.in: Check for termios.h. Check for setpgid.
a4a9692d
DL
2865
28661996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2867
2868 * configure.in: Check for setrlimit.
2869
28701996-08-31 Paul Eggert <eggert@twinsun.com>
2871
2872 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
2873
28741996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2875
2876 * configure.in: Check for utimes.
2877
2878 * configure.in: Check for com_err library, but only
2879 if --with-kerberos was used. Check for krb and des
2880 only if --with-kerberos.
2881
28821996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2883
2884 * Makefile.in (INSTALL_STRIP): New variable.
2885 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
2886 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
2887
28881996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2889
2890 * configure.in: Check for krb and des libraries.
2891
28921996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2893
2894 * configure.in (*-sunos4.1.[3-9]*noshare):
2895 Use sunos413, not sunos4-1-3.
2896 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
2897 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
dff28924 2898
a4a9692d
DL
28991996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2900
2901 * Makefile.in (src/paths.h): Target deleted.
2902 (paths-force): Delete all dependencies on this target
2903 but don't delete the target.
2904 (install): Depend on `all'.
2905 (paths-force): Don't print a message.
2906
2907 * configure.in: Generate src/paths.h here.
2908
29091996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2910
2911 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
2912 New variables that affect linking only.
2913 (alpha-dec-osf*): Use those instead of previous change.
2914
29151996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2916
2917 * Makefile.in (install-arch-indep): Install info/messages.
2918
29191996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2920
2921 * Version 19.33 released.
2922
29231996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
2924
2925 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
2926 Fix previous change.
2927
29281996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2929
2930 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
2931 New alternative.
2932
29331996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2934
2935 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
2936 and NON_GCC_TEST_OPTIONS.
2937
29381996-08-06 Paul Eggert <eggert@twinsun.com>
2939
2940 * configure.in (LOCALTIME_CACHE): Don't put a string literal
2941 "TZ=..." in environ.
2942
29431996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2944
2945 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
2946
29471996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2948
2949 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
2950 the more general *-sunos4.1.[3-9]* clause.
2951
29521996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2953
2954 * Version 19.32 released.
2955
2956 * configure.in (*-sco3.2v5*):
2957 Set OVERRIDE_CPPFLAG to a string of one space.
2958 Fix the code that uses OVERRIDE_CPPFLAG.
2959
29601996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2961
2962 * configure.in: Undo previous change.
2963
29641996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2965
2966 * config.sub: Use `pc', not `unknown', when canonicalizing
2967 the vendor for ...86.
2968
177c0ea7 29691996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
a4a9692d
DL
2970
2971 * configure.in: Check for termios.h header.
2972
29731996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
2974
3a787a1e 2975 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
a4a9692d
DL
2976
29771996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
2978
2979 * configure.in: Split bsdos2 and bsdos2-1.
2980
29811996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2982
2983 * config.sub: If last two words are not a recognized
2984 KERNEL-OS pair, use just the last word as OS, as in 19.31.
2985 Make conversion of gnu/linux to linux-gnu really work.
dff28924 2986
a4a9692d
DL
2987 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
2988
29891996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2990
2991 * configure.in (check for using Lucid widgets by default):
2992 Eliminate indentation that confuses some compilers.
2993
29941996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2995
2996 * config.sub: Convert linux and gnu/linux to linux-gnu.
2997
2998 * make-dist: Don't update getdate.c.
2999 Ignore =... files when checking for too-long Lisp file names.
3000
30011996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3002
3003 * configure.in (euidaccess): Check for that, not for eaccess.
3004
30051996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3006
3007 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
92a8ce63 3008 before `noshare'.
a4a9692d
DL
3009 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
3010
30111996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3012
3013 * configure.in: Rename lignux to linux-gnu in configuration names.
3014 Use gnu-linux as the opsys value (s/ file name).
3015 Allow i686 just like i386, i486, i586.
3016
30171996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3018
3019 * configure.in (i*86-*-sco3.2v5): New alternative.
3020 (OVERRIDE_CPPFLAG): New variable.
3021 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
3022
3023 * configure.in: Specify vpath for .texi files.
3024
30251996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3026
3027 * configure.in: Always check for HAVE_X11R5.
3028 Separately decide whether to use a toolkit by default.
3029
30301996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
3031
3032 * configure.in: If X11R5 is missing the Xaw headers,
3033 default to --with-x-toolkit=no.
3034
30351996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3036
3037 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
3038
30391996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3040
3041 * Makefile.in (install-arch-indep): If cd etc makes output,
3042 don't treat that as part of the tar data.
3043 Check that ./lisp actually exists.
dff28924 3044
a4a9692d
DL
30451996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
3046
3047 * make-dist: Check for long file names.
3048
30491996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3050
3051 * Version 19.31 released.
3052
30531996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3054
3055 * configure.in: Recognize sparc-*-lignux.
3056
30571996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3058
3059 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
3060 Don't include config.w95.
3061
30621996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3063
3064 * make-dist: Replace --no-clean-up and --no-tar options
3065 with --clean-up and --tar, so that the default is useful.
3066
30671996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3068
3069 * config.bat: Make sure the GDB init file is called src/_gdbinit;
3070 if not, tell the user to rename it and abort.
3071
30721996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3073
3074 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
3075 test program.
3076
30771996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3078
3079 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
3080
3081 * make-dist (MANIFEST): Fix previous change.
3082 (msdos): Put mainmake.v2 into the dist.
3083
30841996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
3085
3086 * make-dist: Exit if autoconf fails.
3087
30881996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * config.bat: Set djgpp-ver, and unset it at the end.
b1f865ae 3091 Add a number of conditionals for DJGPP version 2.
a4a9692d
DL
3092 Rename label libsrc2 to libsrc3.
3093 Substitute for LDFLAGS in src/Makefile.
3094 Substitute for ALL_CFLAGS in lib-src/Makefile.
3095
30961996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3097
3098 * configure.in (ncurses): Check this after checking fns like strerror.
3099
31001996-04-08 Erik Naggum <erik@naggum.no>
3101
3102 * make-dist (MANIFEST): Don't include lines from =files.
3103
31041996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3105
3106 * make-dist: Don't put lisp/dired.todo in the dist.
3107
31081996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
3109
3110 * configure.in (HAVE_NCURSES): Look for library named ncurses.
3111
3112 * configure.in (setlocale): Check for it.
3113
3114 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
dff28924 3115
a4a9692d
DL
31161996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3117
3118 * configure.in: Use lignux instead of linux as value of opsys.
3119
31201996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3121
3122 * Makefile.in (install-strip): Fix whitespace.
3123 Get rid of continuation.
3124
3125 * config.sub: Convert linux or gnu/linux to lignux.
3126
31271996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3128
3129 * configure.in: Accept lignux in configuration name.
3130
31311996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3132
3133 * Makefile.in (install-strip): New target.
3134
31351996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3136
3137 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
3138 -f failed to do the job on Suns.
3139
31401996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3141
3142 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
3143
3144 * configure.in (linux/version.h): Check for this header.
3145
31461996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
3147
3148 * configure.in: Remove -fno-builtin hackery from -lm check.
3149
31501996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
3151
3152 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
92a8ce63 3153 just this test.
a4a9692d
DL
3154
3155 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
3156
31571996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3158
3159 * configure.in: Check for ncurses.
3160
31611996-02-28 Paul Eggert <eggert@twinsun.com>
3162
3163 * configure.in (LOCALTIME_CACHE):
3164 Also define if localtime mishandles unsetting TZ.
3165 This works around a localtime bug in mips-dec-ultrix.
3166
31671996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3168
3169 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
3170
3171 * configure.in: Improve messages about X versions.
3172
31731996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3174
3175 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
3176
31771996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3178
3179 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
3180 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
3181
3182 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3183 (install): Put install-arch-indep before install-arch-dep.
3184
31851996-02-20 Dave Love <d.love@dl.ac.uk>
3186
3187 * INSTALL: Clarify info about MS-DOS path handling.
3188
31891996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3190
3191 * Makefile.in (install-arch-indep): Install info/ccmode*.
3192 In previous change, protect against /bin/pwd returning null string.
3193
31941996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3195
3196 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
3197 to lispdir.
3198
31991996-02-01 Paul Eggert <eggert@twinsun.com>
3200
3201 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
3202
32031996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3204
3205 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
3206
32071996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3208
3209 * Makefile.in (extraclean): Use ${top_distclean} to ensure
3210 we delete everything distclean deletes.
3211
32121996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
3213
3214 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
3215
32161996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3217
3218 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
3219 into LDFLAGS instead of into LIBS.
3220
32211996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3222
3223 * configure.in (HAVE_XMU): Fix typo in previous change.
3224
32251996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3226
3227 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
3228
32291996-01-10 Erik Naggum <erik@naggum.no>
3230
3231 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
3232
32331996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
3234
3235 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
3236
32371996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3238
3239 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
3240 and use -lXt to link it.
3241
32421996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3243
3244 * configure.in (locallisppath): Put version-specific dir first.
3245
32461996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3247
3248 * configure.in (hppa-*-nextstep*): New alternative.
3249 (USE_X_TOOLKIT): By default, set this to "maybe";
3250 and change that later to LUCID or "no" according to X11 version.
3251
3252 * make-dist: Recompile outdated .elc files and update all autoloads.
3253
32541996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3255
3256 * configure.in (locallisppath): Fix typo in last change: " -> '.
3257
32581996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3259
3260 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
3261
32621995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3263
3264 * Makefile.in (install-arch-indep): Give all files read permission.
3265
32661995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3267
3268 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
3269 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
3270
32711995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3272
3273 * configure.in: Determine HAVE_X11R6.
3274 (HAVE_MENUS): Renamed from HAVE_X_MENU.
3275
32761995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3277
3278 * configure.in: Just "solaris" now defaults to version 2.4.
3279 Add sunos4.1.n-noshare as alternative.
3280
32811995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3282
3283 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
3284
32851995-11-29 Erik Naggum <erik@naggum.no>
3286
3287 * Makefile.in (install-arch-indep): Add missing backslash.
3288
32891995-11-29 Karl Eichwalder <ke@ke.Central.DE>
3290
3291 * Makefile.in (install-arch-indep): Don't install
3292 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
3293
32941995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3295
3296 * Makefile.in (install-arch-indep): Fix previous change.
3297
3298 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
3299
33001995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3301
3302 * Version 19.30 released.
3303
3304 * make-dist (lisp): Exclude subdirs.el.
3305
33061995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3307
3308 * make-dist (etc): Delete *.orig and *.rej.
3309
33101995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3311
3312 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
3313
33141995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3315
3316 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
3317
33181995-11-14 Geoff Voelker <voelker@cs.washington.edu>
3319
3320 * make-dist (nt): Rename install, readme, and todo to
3321 INSTALL, README, and TODO.
3322
33231995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3324
3325 * make-dist (lisp): Don't distribute site-start.
3326
33271995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
3328
3329 * make-dist: Break the hard link on alloca.c.
3330
33311995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3332
3333 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
3334
33351995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3336
3337 * make-dist (src, lib-src): Don't distribute Makefile.c.
3338 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
3339
33401995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3341
3342 * Makefile.in (mkdir): Create man1dir, not mandir.
3343 (uninstall): Use man1dir, not mandir.
3344
33451995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3346
3347 * Makefile.in (man1dir): New variable.
92a8ce63 3348 (install-arch-indep): Use man1dir.
a4a9692d
DL
3349
3350 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
3351
3352 * make-dist: Create lisp/MANIFEST.
3353
33541995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3355
3356 * configure.in (m68k-*-linux*): New alternative.
3357
33581995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3359
3360 * make-dist: Use new names config.in, paths.in, and
3361 {src,lib-src}/Makefile.in.
3362
33631995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3364
3365 * configure.in: Don't bother checking for drem.
3366
33671995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3368
3369 * Makefile.in (distclean): Delete line with just a tab in it.
3370 (install-arch-indep): Delete spaces that precede tabs.
3371 Delete spurious `fi' left from previous change.
3372 (install): Supply `true' as command, to avoid null command.
3373
33741995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3375
3376 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
3377
33781995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3379
3380 * configure.in (powerpc-*-solaris2): New alternative.x
3381
33821995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
3383
3384 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
3385 of paths.h.tmp$$, to avoid going beyond 14 characters.
3386
33871995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3388
3389 * configure.in: Improve error msg for invalid --with-x-toolkit value.
3390
33911995-09-06 Paul Eggert <eggert@twinsun.com>
3392
3393 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
3394 if localtime caches TZ. Check for tzset.
3395
33961995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3397
3398 * config.bat: Simplify using new names file names src/makefile.in,
3399 config.in, paths.in. Change Echo commands not to use `.
3400
34011995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3402
3403 * Makefile.in (install-arch-indep): Always install the new dir file;
3404 rename the previous dir file to dir.bak or dir.old.
3405
34061995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3407
3408 * configure.in (RANLIB): Substitute this into makefiles.
3409 Set it specially on solaris; set it by default on other systems.
3410
3411 * configure.in: Fix previous Alpha change.
3412
34131995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3414
3415 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
3416 NON_GCC_TEST_OPTIONS.
3417
34181995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3419
3420 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
3421 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
3422
3423 * configure.in (alpha-*-linux*): New configuration.
3424
34251995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3426
3427 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
3428 (m68k-next-nextstep*): New alias for that.
3429 (i*86-*-nextstep*): Use nextstep.h.
3430 (sparc-*-nextstep*): New configuration.
3431
34321995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3433
3434 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
3435 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
3436
34371995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3438
3439 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
3440 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
3441
34421995-07-18 Mike Long <mike.long@analog.com>
3443
3444 * make-dist: Fix update of finder-inf.el, and byte-compile it.
3445
34461995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3447
3448 * Makefile.in (src/paths.h, paths-force):
3449 Rename src/paths.h.in to src/paths.in.
3450 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
3451
3452 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
3453 Use Makefile.c for intermediate file.
3454 Rename src/config.h.in to src/config.in.
3455
34561995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
3457
3458 * configure.in (mips-dec-ultrix*): Assume version 4.3.
3459 (mips-dec-ultrix4.[12]): New alternative for old versions.
3460
34611995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3462
3463 * make-dist: Don't break intra-tree links.
3464
34651995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3466
3467 * configure.in: Put back archlibdir initialization. Require
92a8ce63 3468 autoconf 2.4.1 or later.
a4a9692d
DL
3469
34701995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3471
3472 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
3473 (mips-mips-riscos5*): New alternative.
3474
34751995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3476
3477 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
3478
34791995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3480
3481 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
3482 (mandir, infodir, archlibdir): Initializations deleted.
3483
3484 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
3485 On hpux9shr, use hpux9shxr4.h.
3486
34871995-06-24 Morten Welinder <terra+@cs.cmu.edu>
3488
3489 * configure.in: Added target mips-dec-mach_bsd4.3.
3490 * config.guess: Guess mips-dec-mach_bsd4.3.
3491
34921995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3493
3494 * Makefile.in (mkdir): Use symbolic chmod.
3495
34961995-06-22 Paul Eggert <eggert@twinsun.com>
3497
3a787a1e
JB
3498 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
3499 SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
a4a9692d
DL
3500
35011995-06-22 Paul Eggert <eggert@twinsun.com>
3502
3503 * Makefile.in (SUBDIR_MAKEFILES):
3504 Add man/Makefile, so `make distclean' removes it.
3505 (top_distclean): Add config.log to the list of files to be removed.
3506
35071995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3508
3509 * Version 19.29 released.
3510
35111995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3512
3513 * configure.in: Fix the previous change to verify that the -b
3514 option really solves the problem.
3515
3516 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
3517
35181995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3519
3520 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
3521
35221995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3523
3524 * configure.in: Report more clearly when there is no special
3525 dir to search for X includes or libraries.
3526
35271995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3528
3529 * configure.in: Check for -lpthreads, not -lpthread.
3530
35311995-06-09 Geoff Voelker <voelker@cs.washington.edu>
3532
3533 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
3534
35351995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3536
3537 * configure.in: Check for -lpthread.
3538
35391995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3540
3541 * Makefile.in (install-arch-indep): Install info files for mh-e.
3542 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
3543
35441995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3545
3546 * configure.in (*-solaris2.5): New configuration.
3547
3548 * make-dist: Copy new files config.nt and config.w95.
3549
35501995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3551
3552 * configure.in: Use x_includes, not x_libraries, for -I.
3553 Make bitmapdir a colon-separated list.
3554
35551995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
3556
3557 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
3558
3559 * configure.in: Allow x_libraries and x_includes to be paths.
3560
35611995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3562
3563 * configure.in: Fix typo.
3564
35651995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3566
3567 * INSTALL: Clarify use of site-init.el.
3568
35691995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
3570
3a787a1e 3571 * configure.in: Pass arg to sqrt.
a4a9692d
DL
3572
35731995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3574
3575 * make-dist: Fix May 6 change.
3576
35771995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3578
3579 * vpath.sed: Delete reference to ymakefile.
3580
35811995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3582
3a787a1e 3583 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
a4a9692d
DL
3584
35851995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3586
3587 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
3588
3589 * update-subdirs: Specify /bin/sh to run the script.
3590
35911995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3592
3593 * make-dist: Put src/makefile.nt in dist.
3594
3595 * configure.in (i[345]86-*-bsdi2*): New configuration.
3596 (vax-dec-bsd386*): Deleted.
3597
35981995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3599
3a787a1e
JB
3600 * configure.in: Make sure CDPATH doesn't mess up PWD check.
3601 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
3602 Use fmod instead of logb in -lm check.
a4a9692d
DL
3603
36041995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3605
3606 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
3607 Use bsd4-3. Don't set NON_GNU_CPP.
3608
3609 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
3610 In nt. copy various different things, but not *.cmd.
3611 Fix the ln commands for the subdirs of nt.
3612
36131995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3614
3615 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
3616
36171995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3618
3619 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
3620 since that's what the header file expects.
3621
3a787a1e 36221995-04-24 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
a4a9692d
DL
3623
3624 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
3625 and 68040 based machines when choosing options for gnucc.
3626
36271995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3628
3629 * Makefile.in (top_distclean): Delete config.cache.
3630
36311995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3632
3633 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
3634
3635 * configure.in: Use m/ncr386.h.
3636
36371995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3638
3639 * Makefile.in (install-arch-indep): Undo Sep 23 change.
3640
36411995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3642
3643 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
3644 (man): Don't copy texindex.c and getopt.c; they're deleted.
3645 (etc): Omit `e'; it's a subdirectory.
3646 (etc/e): Use `../..', not `..', to reference top level.
3647
36481995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
3649
3650 * Makefile.in (install-arch-indep, dist):
3a787a1e 3651 Look for `update-subdir' in $(srcdir).
a4a9692d
DL
3652
36531995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3654
3655 * make-dist: Include mkinstalldirs in distribution.
3656
36571995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3658
3659 * make-dist: Add missing close backquote.
3660
36611995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3662
3663 * make-dist: Don't distribute shortnames directory.
3664
36651995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3666
3667 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
3668
36691995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3670
3671 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
3672
36731995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3674
3675 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
3676
36771995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3678
3679 * configure.in (mips-sgi-irix6): New configuration.
3680
36811995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3682
3683 * Makefile.in (maintainer-clean): Renamed from realclean.
3684
36851995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3686
3a787a1e
JB
3687 * configure.in: Create a .gdbinit that sources the real one,
3688 if using a different build directory.
a4a9692d
DL
3689
36901995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3691
3692 * configure.in: Check for sys/select.h.
3693
36941995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3695
3696 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
3697
36981994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3699
3700 * configure.in: Handle isc 4.1 operating system.
3701
37021994-12-10 Richard Stallman <rms@kepa>
3703
3704 * configure.in (rs6000-ibm-aix4.1*): New alternative.
3705 (rs6000-ibm-aix4*): New alternative.
3706
37071994-12-06 Richard Stallman <rms@kepa>
3708
3709 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
3710
37111994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3712
3713 * configure.in: Don't try to make directories that are guaranteed
92a8ce63 3714 to already exist.
a4a9692d
DL
3715
37161994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3717
3718 * configure.in: Generate man/Makefile from man/Makefile.in.
3719 Create the man subdir.
3720
3721 * Makefile.in (dvi): Run Make in our man subdir.
3722
3723 * make-dist: Create subdir etc/e.
3724 Make links to it.
3725 Put man/Makefile.in in dist, instead of man/Makefile.
3726
37271994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
3728
3729 * configure.in: Add --with-pop, --with-kerberos, and
3730 --with-hesiod for movemail.
3731
37321994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3733
3734 * configure.in (m68*-apollo*): Use s/domain.h.
3735
37361994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3737
3738 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
3739
37401994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3741
3742 * configure.in: Don't add -I, -L, -R options for cc if their
3743 arguments would be empty.
3744
37451994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3746
3747 * configure.in (i860-intel-osf1*): New alternative.
3748 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
3749 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
3750
37511994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3752
3753 * configure.in: Make h_errno check not use nested functions.
3754
37551994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3756
3757 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
3758
37591994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3760
3761 * Makefile.in (install-arch-indep): Avoid continued comment
92a8ce63 3762 swallowing target line.
a4a9692d
DL
3763
37641994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
3765
3766 * configure.in: Protect a character class with `changequote'.
3767
37681994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3769
3770 * configure.in: Accept `news' as a synonym for `newsos'.
3771
37721994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3773
3774 * Makefile.in: Don't rm files if cd fails.
3775
37761994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3777
3778 * make-dist: Put nt subdir and its subdirs in the dist.
3779 (lib-src): Put makefile.nt in the dist.
3780 (lisp): Put makefile.nt in the dist.
3781
37821994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3783
3784 * configure.in: Change a stray `[' to `test'.
3785
37861994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3787
3788 * configure.in: Adapt for Autoconf v2. Use the standard argument
3789 parser, host type canonicalizer, X11 finder, and message
3790 printing macros. Use the new macro names. Use `test' instead of `['.
3791
37921994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3793
3794 * configure.in: Check for getpagesize.
3795
37961994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3797
3798 * make-dist (msdos): Put sed* in the distribution.
3799
38001994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
3801
3802 * config.bat: New option, `--with-x', for configuring Emacs
3803 for use with the X11 system DesqView/X.
3804 New option, `--no-debug', for compiling Emacs without debug
3805 information thus saving disk space.
3806 (src/config.h, src/paths.h): Use `update' (which is like
3807 `move-if-changed') to change the file.
3808 (src/config.h): When configuring for X11 perform extra changes.
3809 (src/makefile): When configuring for X11 perform extra changes.
3810 (lib-src): Remove temporary files.
3811 (): Check that `sed', `rm', `mv', and `gcc' are available.
3812
38131994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3814
3815 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
3816
3817 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
3818
38191994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3820
3821 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
3822
3823 * configure.in (canonical): Substitute var into makefiles.
3824 (bitmapdir): Likewise.
3825
3826 * Makefile.in (bitmapdir): New variable.
3827 (src/paths.h, paths-force): Edit PATH_BITMAPS.
3828
38291994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3830
3831 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
3832
3833 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
3834 * update-subdirs: New shell script.
3835
38361994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3837
3838 * Makefile.in (top_distclean): Don't rm build-install.
3839 (SOURCES): Delete build-install.in.
3840
3841 * make-dist: Don't distribute build-ins.in.
3842 * build-ins.in: File deleted.
3843
38441994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
3845
3846 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
3847
38481994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3849
3850 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
3851
3852 * configure.in (libexecdir): Renamed from libdir. New default.
3853 (sharedstatedir): Renamed from statedir. New default.
3854 (datadir): New default.
3855
3856 * make-dist: Don't distribute subdirs.el.
3857
38581994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3859
3860 * configure.in (eaccess): Check for it.
3861
38621994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3863
3864 * configure.in (mktime): Check for it.
3865
38661994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
3867
3868 * configure.in (motif): Add support for usage and option checking.
3869
38701994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3871
3872 * configure.in (utimes): Check for it.
3873
38741994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3875
3876 * Makefile.in (install-arch-indep): Don't do mkdir here.
3877
38781994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3879
3880 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
3881 riscix.h renamed to acorn.h.
3882
177c0ea7 38831994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
a4a9692d
DL
3884
3885 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
3886 New configurations.
3887
38881994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3889
3890 * configure.in: Remove trailing slashes from srcdir.
3891
38921994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3893
3894 * configure.in (i[345]86-sequent-ptx*): Handle
3895
38961994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3897
3898 * Makefile.in (paths-force): Depend on src/paths.h
3899
39001994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3901
3902 * configure.in (config_options): Save all arguments, not just some.
3903
39041994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3905
3906 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
3907
3908 * configure.in: Add AC_AIX.
3909 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
3910
39111994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3912
3913 * configure.in (parsing options): Simplify sed command to delete -'s.
3914
39151994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
3916
3917 * configure.in (config_options): New shell variable.
3918 Pass its value to C code in EMACS_CONFIG_OPTIONS.
3919
39201994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3921
3922 * configure.in (alpha-dec-osf*): New target.
3923
3924 * Makefile.in: Use just one FRC target.
3925
39261994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3927
3928 * Makefile.in (removenullpaths, paths-force):
3929 Use name paths.h.tmp$$, which depends on the pid.
3930
39311994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3932
3933 * Makefile.in (removenullpaths, paths-force):
3934 Put paths.h.tmp in top-level dir, not in src.
3935
39361994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3937
3938 * Version 19.27 released.
3939
39401994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3941
3942 * Version 19.26 released.
3943
39441994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3945
3946 * configure.in: Check for lrand48, not rand48.
3947
39481994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3949
3950 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
3951 (powerpc-ibm-aix*): New aliases.
3952
39531994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3954
3955 * make-dist (src/m, src/s): Put *.inp in distribution.
3956
39571994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3958
3959 * configure.in: Accept i586 and i486 along with i386.
3960
39611994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3962
3963 * configure.in: Do compute unexec, LIBX, system_malloc, etc
3964 even if CPP env var was set by the user.
3965
3966 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
3967
39681994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
3969
3970 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
3971
39721994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3973
3974 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
3975
39761994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3977
3978 * configure.in: Check more specifically for i*86-sun-sunos.
3979
39801994-08-03 Caveh Jalali (caveh@eng.sun.com)
3981
3982 * configure.in: Handle solaris 2.4.
3983
39841994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3985
3986 * configure.in (rand48): Check for it.
3987
39881994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3989
3990 * make-dist: Update the info files.
3991
39921994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3993
3994 * configure.in: Make "checking..." messages' style consistent.
3995 (HAVE_H_ERRNO): New test.
3996
39971994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3998
3999 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
4000
40011994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4002
4003 * configure.in (CFLAGS): If the envvar was specified, use that.
4004 And set REAL_CFLAGS from it too.
4005
40061994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4007
4008 * make-dist: Update finder-inf.el.
4009
40101994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4011
4012 * make-dist (msdos): Include sed4.inp in dist.
4013
4014 * Makefile.in (libsrc_libs): Var deleted.
4015
40161994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4017
4018 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
4019
40201994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4021
4022 * configure.in (mips-sony-newsos4*): New alias.
4023
40241994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4025
4026 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
4027 (*-convex-convexos*): Accept this as alias.
4028
40291994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4030
4031 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
4032 for two different uses.
4033
40341994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4035
4036 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
4037
40381994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4039
4040 * make-dist: Put ./BUGS into the distrib.
4041
40421994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4043
4044 * configure.in: Handle 386 running Solaris 2.
4045
40461994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4047
4048 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
4049
40501994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4051
4052 * configure.in (mips-sony-newsos*): Use news-risc.h.
4053
4054 * configure.in: Accept bsdi as opsys, like bsd386.
4055
40561994-06-01 Morten Welinder (terra@diku.dk)
4057
4058 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
4059
40601994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4061
4062 * Version 19.25 released.
4063
4064 * make-dist (shortversion): Don't assume another period follows.
4065
40661994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4067
4068 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
4069 (uninstall): Use /bin/pwd.
4070
4071 * Makefile.in (blessmail): Depend on src.
4072 (all): Don't depend on blessmail.
4073
4074 * Makefile.in (src/paths.h): Don't force recomputation.
4075 (paths-force): New target; force recomputation of paths.h.
4076 (all): Depend on paths-force.
4077 (src, lib-src): Depend on src/paths.h.
4078
4079 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
4080 NON_GCC_TEST_OPTIONS.
4081
40821994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4083
4084 * configure.in: Don't insist on subversions for irix.
4085
40861994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4087
4088 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
4089
4090 * configure.in (i[34]86-next-*): New alternative.
4091
40921994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4093
4094 * Version 19.24 released.
4095
4096 * configure.in: New config hppa*-hp-hpux9shr*.
4097
40981994-05-22 Morten Welinder (terra@tyr.diku.dk)
4099
4100 * config.bat: Doc fix.
4101
41021994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4103
4104 * Makefile.in (mostlyclean, clean, distclean, realclean)
4105 (extraclean): Don't act on man subdir if it doesn't exist.
4106
41071994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4108
4109 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
4110 Use them to set up CC.
4111 (*-sun-sunos4.1.3): Set them.
4112
41131994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4114
4115 * Makefile.in (lib-src): Don't depend on src/paths.h.
4116
41171994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4118
4119 * build-ins.in (copydests): Get rid of spurious `-'s.
4120
4121 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
4122
41231994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4124
4125 * Version 19.23 released.
4126
4127 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
4128 for the Xlib and Xt checks; then restore old CFLAGS.
4129
41301994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4131
4132 * configure.in (HAVE_X11XTR6): Add newline before #if.
4133 Add newline after #endif.
4134
41351994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4136
4137 * configure.in (HAVE_X11XTR6): Arrange to define it.
4138
41391994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4140
4141 * Makefile.in (install): Depend on blessmail.
4142
41431994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4144
4145 * configure.in (mips-siemens-sysv*): Put quotes around value
4146 containing blanks.
4147
41481994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4149
4150 * Makefile.in (TAGS): Use the makefile in src subdir.
4151
41521994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4153
4154 * configure.in (opsys): Recognize `gnu'.
4155
41561994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4157
4158 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
4159
41601994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4161
4162 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
4163 version > 1.8.
4164
41651994-05-08 Morten Welinder (terra@diku.dk)
4166
4167 * config.bat: Forcibly remove "# " style comments from makefiles.
4168
41691994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4170
4171 * Makefile.in (uninstall): When processing lispdir and etcdir,
4172 do nothing unless it exists and is a directory.
4173
41741994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4175
4176 * Makefile.in (install-arch-indep): Do install info/dired-x*.
4177 Merge code in from install-doc.
4178 (install-doc): Merge code back into install-arch-indep.
4179 (install-arch-dep): Don't depend on install-doc.
4180
4181 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
4182
41831994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4184
4185 * configure.in (making src/Makefile and lib-src/Makefile):
4186 Split off the autoconf substitutions and don't pass them thru cpp.
4187 (undefs): Use $canonical as well as $configuration.
4188
4189 * make-dist: Distribute lisp/Makefile.
4190
4191 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
4192 Use lower case names for the s files.
4193
41941994-05-03 Morten Welinder (terra@diku.dk)
4195
4196 * config.bat: Added possibility for different file name
4197 transscriptions in lib-src.
4198
41991994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4200
4201 * Makefile.in (lib-src): Undo previous change.
4202 (blessmail): New target to run maybe-blessmail in lib-src.
4203 (all): Depend on blessmail.
4204
4205 * Makefile.in (lib-src): Depend on src.
4206
42071994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
4208
4209 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
4210 (m88k-dg-dgux5.4R2): dgux5.4R2.
4211
42121994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4213
4214 * configure.in (window_system): Restore accidentally deleted code
4215 that uses AC_FIND_X.
4216
4217 * make-dist: Distribute config.bat.
4218
42191994-04-29 Morten Welinder (terra@diku.dk)
4220
4221 * config.bat: Corrected the configuration of lib-src
4222 to keep up with configure. Add note about dos version 3
4223 or better needed (djgpp needs that). Add note explaining
4224 that either install in c:/emacs or edit the script.
4225 Don't change to c:/emacs, but assume we're there (to minimize
4226 the number of places to change).
4227
4228 * config.bat: Build-in the first step towards X11 support with
4229 the X11 emulator that exists. At this time it won't work,
4230 and several files are missing.
4231
42321994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4233
4234 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
4235 Don't look for -lresolv.
4236
4237 * Makefile.in (lib-src): Depend on src/paths.h.
4238
42391994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4240
4241 * configure.in: Restore deleted AC_SUBST of `configuration'.
4242 Improve error message for bad --with-x-toolkit value.
4243
4244 * configure.in: Define CONFIGURATION in src/config.h
4245 rather than substituting in src/Makefile.in.
4246
42471994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4248
4249 * Makefile.in (install-doc): New target.
4250 (install-arch-dep): Depend on install-doc.
4251 (mkdir): Create docdir.
4252
42531994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4254
4255 * configure.in: Test for libresolv.a.
4256 Substitute machfile and opsysfile.
4257
42581994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4259
4260 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
4261 (install-arch-dep): Install under the name $(EMACS).
4262
42631994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4264
4265 * configure.in (version): Use entire value of emacs-version.
4266 (mips-siemens-sysv*): New alternative.
4267
42681994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4269
4270 * Makefile.in (install-arch-indep): Don't install dired-x*.
4271
42721994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4273
4274 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
4275 Fix definition of $undefs.
4276
42771994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4278
4279 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
4280
4281 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
4282
42831994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4284
4285 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
4286
42871994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4288
4289 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
4290 and run it thru cpp, as with src/Makefile.in.
4291
4292 * configure.in: Use AC_SET_MAKE.
4293
42941994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4295
4296 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
4297
42981994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4299
4300 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
4301
4302 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
4303 (printing the choices): Make the toolkit message unconditional.
4304 (USE_X_TOOLKIT): Use `none', not `no', if none.
4305 (include libsrc_libs): Include config.h, and specify -I for srcdir.
4306 Get rid of temp file foofoo1.
4307
43081994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4309
4310 * configure.in (CFLAGS): Use shell syntax, not Makefile.
4311
43121994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4313
4314 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
4315 (printing the choices): State choice of toolkit.
4316 (libsrc_libs): Recalculate after writing config.h;
4317 then update lib-src/Makefile.
4318
43191994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4320
4321 * configure.in: Add sunos4shr as alternative for suns.
4322 Conditionals testing for null $CC were backwards.
4323
43241994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4325
4326 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
4327
43281994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4329
4330 * configure.in: Handle -isc4.0*.
4331
43321994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4333
4334 * configure.in (esix5): Set NON_GNU_CPP.
4335
43361994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
4337
4338 * Makefile.in (thisdir): Nonsensical variable removed.
4339 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
4340 back to $thisdir, rather than the directory `this_dir'.
4341
43421994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4343
4344 * Makefile.in (install-arch-indep): Add missing backslash after a
4345 `then'.
4346
43471994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4348
4349 * Makefile.in (thisdir): New variable.
4350 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
4351
43521994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4353
4354 * configure.in: Add freebsd.
4355
43561994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4357
4358 * configure.in: Check for fpathconf.
4359
43601994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4361
4362 * configure.in (with_x_toolkit): Fix typo in previous change.
4363
43641994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4365
4366 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
4367
43681994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4369
4370 * configure.in (with_x_toolkit): Don't allow motif or open-look.
4371
43721994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
4373
4374 * configure.in: Fix value of docdir.
4375 * Makefile.in (install-arch-indep): Install DOC* in docdir.
4376
43771994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4378
4379 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
4380
43811994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
4382
4383 * configure.in: New variable docdir to control where the docstring
4384 file goes.
4385 Makefile.in: Use it to initialize PATH_DOC in paths.h.
4386
43871994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
4388
4389 * configure.in: When --run-in-place, don't inherit archlibdir.
4390
43911994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4392
4393 * Makefile.in (install-arch-dep, install-arch-indep):
4394 New targets split up former do-install rule.
4395 (do-install): Target deleted.
4396
43971994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4398
4399 * configure.in (mips-sony-newsos*): New configuration.
4400
44011994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
4402
4403 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
4404
44051994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
4406
4407 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
4408
44091994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4410
4411 * configure.in: Don't initialize CC.
4412
44131994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4414
4415 * configure.in (creating src/Makefile): Also generate -U switches
4416 for symbols in the $configuration value.
4417
4418 * configure.in: Check for sys_siglist being declared in system header.
4419
44201994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4421
4422 * configure.in (creating src/Makefile): Delete blank lines
4423 along with lines of whitespace.
4424 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
4425
44261994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4427
4428 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
4429 like C_SWITCH_SYSTEM.
4430 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
4431
44321994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
4433
4434 * configure.in (drem): Check for this function.
4435
44361994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4437
4438 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
4439 If CPP was inherited from environment, don't use NON_GNU_CPP.
4440 (NON_GNU_CC): Likewise.
4441 (handling with_gcc): Use explicit if in the `no' case.
4442 (cc_specified): New variable; if set, don't use NON_GNU_CC.
4443
44441994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4445
4446 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
4447
44481994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
4449
4450 * configure.in: Check whether fmod exists.
4451
44521994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4453
4454 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
4455 {src,lisp}/OChangeLog.
4456
44571994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4458
4459 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
4460 necessary for proper operation. This code works with the current
4461 released version of Autoconf.
4462
44631994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4464
4465 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
4466 (USE_X_TOOLKIT): Define it for all values except `no'.
4467
4468 * configure.in: Undo first Jan 8 change and Jan 16 change.
4469
44701994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4471
4472 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
4473 Substitute USE_X_TOOLKIT as both C macro and Make variable.
4474
4475 * Makefile.in (lwlib/Makefile): New target.
4476 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
4477 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
4478 (unlock, relock): Handle lwlib subdir.
4479
4480 * Makefile.in: Add some .PHONY targets.
4481
4482 * make-dist: Handle lwlib subdir like oldXMenu subdir.
4483
4484 * lwlib: New subdirectory.
4485
44861994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4487
4488 * configure.in: If CPP has a value that is a directory,
4489 discard the value.
4490
44911994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4492
4493 * configure.in (srcdir_undefs): Add g flag to sed substitution to
4494 remove -U[0-9]*.
4495
44961994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4497
4498 * Makefile.in (do-install): Install the dired-x info files.
4499
4500 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
4501 (See src/s/sol2.h.)
4502
45031994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4504
4505 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
4506
45071994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4508
4509 * configure.in (creating src/Makefile): Put code inside 2nd arg to
4510 AC_OUTPUT as it should be; hopefully noone will again see fit to
4511 gratuitously break this and not make a change log entry.
4512 Optimized sed processing of Makefile.in and cpp output; now
4513 preserves comments previously removed from the cpp input.
4514 Eliminated temp file for cpp output. Generate -U switches to
4515 undefine all identifiers that appear in the directory name
4516 ${srcdir}; pass these to cpp.
4517
4518 * configure.in (version): Fix sed regexp to match two-elt version
4519 number.
4520
4521 * configure.in: Check for strerror.
4522
45231994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4524
4525 * configure.in: Test for bcmp.
4526
45271994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4528
4529 * make-dist (tempdir): Put subdir msdos into the distribution.
4530
45311993-01-07 Morten Welinder (terra@diku.dk)
4532
4533 * config.bat: New file.
4534
45351994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4536
4537 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
4538
45391994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4540
4541 * configure.in (m68*-next-*): Don't care about which os is specified.
4542 (i[34]86-*-*): Check for *-nextstop*.
4543
45441993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4545
4546 * configure.in: Check for setsid.
4547
45481993-12-17 Richard Stallman (rms@srarc2)
4549
4550 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
4551
45521993-12-15 Richard Stallman (rms@srarc2)
4553
4554 * Makefile.in (mkdir): Make only the lockdir writable.
4555
4556 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
4557
45581993-12-11 Richard Stallman (rms@srarc2)
4559
4560 * Makefile.in (libdir): Use @libdir@.
4561
45621993-12-08 Richard Stallman (rms@srarc2)
4563
4564 * Makefile.in (install): Add empty command.
4565
45661993-12-04 Richard Stallman (rms@srarc2)
4567
4568 * make-dist: Put man/getopt.c in the dist.
4569
4570 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
4571
4572 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
4573
45741993-12-03 Richard Stallman (rms@srarc2)
4575
4576 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
4577 Set it for all solaris versions.
4578 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
4579 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
4580 Likewise for NON_GNU_CC and CC.
4581
45821993-12-01 Richard Stallman (rms@srarc2)
4583
4584 * configure.in (mips-mips-riscos4*): Assign variable CC.
4585 (checking ${with_gcc}): If "no", don't override CC if already set.
4586 (CC): Initialize it as empty.
4587
dff28924 45881993-11-30 Richard Stallman (rms@srarc2)
a4a9692d
DL
4589
4590 * configure.in (Suns): Set CPP if *-solaris2.3*.
4591
45921993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4593
4594 * Version 19.22 released.
4595
4596 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
4597
45981993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4599
4600 * make-dist: When breaking links, use cp -p.
4601 Copy install.sh into distribution.
4602 Move the temp dir up into the parent dir;
4603 don't leave the staging dir make-dist.tmp... in existence.
4604 * install.sh: New file.
4605
46061993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4607
4608 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
4609
46101993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4611
4612 * configure.in (version): When --run-in-place, exclude
4613 ${datadir}/emacs/site-lisp from locallisppath.
4614
46151993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4616
4617 * configure.in: Delete jumk.c before writing it.
4618
46191993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4620
4621 * Version 19.21 released.
4622
4623 * Makefile.in (mkdir): Ignore error from chmod.
4624
46251993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4626
4627 * make-dist: Don't put lisp/forms.README in the distribution.
4628
46291993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4630
4631 * configure.in (creating src/Makefile): Before running cpp,
4632 discard all lines that start with `# Generated' or /**/#.
4633
46341993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4635
4636 * Version 19.20 released.
4637
4638 * make-dist: Use build-ins.in, not build-install.in.
4639 Don't bother updating TAGS since it's not included.
4640
4641 * build-ins.in: Renamed from build-install.in.
4642
46431993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4644
4645 * make-dist: Don't try to link *.texinfo--there are none now.
4646 When running make in lib-src, specify YACC var value.
4647
46481993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4649
4650 * configure.in (extrasub): Add vpath patterns for %.[yls].
4651
4652 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
4653 Instead just include the commands to make src/Makefile as the
4654 second arg to AC_OUTPUT.
4655
4656 * configure.in: Use : instead of dnl for comment inside
4657 $makefile_command.
4658
4659 * configure.in: No longer use vpath_sed. Instead, when we notice
4660 srcdir already configured, set extrasub to hack vpath in the
4661 makefiles.
4662
4663 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
4664 before moving it.
4665 * Makefile.in (VPATH): Define to @srcdir@.
4666
46671993-09-28 Brian Fox (bfox@cubit)
4668
4669 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
4670 doesn't exist. Just copy src/Makefile.in instead. Touch
4671 all of the Makefiles after editing config.status.
4672
4673 * INSTALL: Update documentation to match new configuration
4674 mechanism.
4675
46761993-09-27 Brian Fox (bfox@ai.mit.edu)
4677
4678 * configure.in: Allow any of the path or directory Makefile
4679 variables to be set with flags to configure. Create all Makefiles
4680 at configure time. Edit special commands into config.status after
4681 src/Makefile.in is built from src/Makefile.
4682
4683 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
4684 If these files are out of date, simply have config.status
4685 rebuild them; don't rebuild them explicitly.
4686
46871993-09-25 Brian Fox (bfox@ai.mit.edu)
4688
4689 * build-install.in: Change src/xemacs to src/emacs. We no longer
4690 create src/xemacs, so the file wouldn't be found.
4691
4692 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
4693
46941993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu)
4695
4696 * configure.in: Avoid forcing the search of /usr/include before
4697 fixed include files by resetting C_SWITCH_X_SITE if it is
4698 "-I/usr/include".
4699
47001993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4701
4702 * Makefile.in (@rip_paths@locallisppath):
4703 Delete ${datadir}/emacs/site-lisp.
4704
47051993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4706
4707 * configure.in:
4708 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
4709 Remove ${extra_output} from AC_OUTPUT call.
4710
47111993-09-17 Brian Fox (bfox@inferno)
4712
4713 * make-dist: Quote backquotes found in strings to be echoed.
4714
4715 * configure.in: Use "sh -c pwd" when we want to avoid having the
4716 shell fix up the value of $PWD.
4717
47181993-09-13 Brian Fox (bfox@inferno)
4719
4720 * Makefile.in (do-install): Don't abort if ln or chmod at the end
4721 of the installation fail. Suggested by Karl Berry.
4722
47231993-08-30 Brian Fox (bfox@inferno)
4724
4725 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
4726 was used. Set MAKEFLAGS from MFLAGS.
4727
47281993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4729
4730 * configure.in: Test for res_init in libc.
4731
47321993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4733
4734 * configure.in: In the file ${tempcname}, use configure___
4735 instead of @configure@.
4736
47371993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
4738
4739 * make-dist: Dist vpath.sed
4740
4741 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
4742 Depend on vpath.sed.
4743 Replace sed comand for VPATH with @vpath_sed@.
4744
4745 * configure.in: Substitute variable `vpath_sed'.
4746 If not in $srcdir and $srcdir is configured,
4747 issue warning that GNU make is required,
4748 and set vpath_sed to use vpath.sed script.
4749
47501993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4751
4752 * configure.in: Remove check for $srcdir being configured. This
4753 pretty much works now.
4754 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
4755 Check for XFree86 (/usr/X386/include) independent of whether
4756 -lXbsd exists.
4757
4758 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
4759 realclean, unlock, relock): Use `$(MAKE)' in place of plain
4760 `make'.
4761
47621993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4763
4764 * Version 19.19 released.
4765
4766 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
4767
47681993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4769
4770 * configure.in: Check for XScreenNumberOfScreen.
4771
47721993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4773
4774 * configure.in: Add * to end of all configuration alternatives.
4775 (m68*-sony-newsos3*): New alternative.
4776
47771993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4778
4779 * make-dist: Include getdate.c in distribution.
4780
4781 * configure.in: For --help, use $PAGER if it is set.
4782 (LIB_X11_LIB): Default to -lX11.
4783 (mips-sgi-irix5.*): New alternative.
4784
4785 * Makefile.in (do-install): Install info/gnus* and info/sc*.
4786
4787 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
4788 Recognize *.B8.* as hpux version 8.
4789 (m68*-tektronix-bsd*): Fix typo in tek4300.
4790 (AC_HAVE_FUNCS): Add ftime.
4791
47921993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4793
4794 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
4795 Use tekxd88, not tekXD88.
4796
47971993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4798
4799 * configure.in: Check for -lm. Then can check for frexp and logb.
4800
48011993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4802
4803 * Version 19.18 released.
4804
4805 * make-dist (src): Don't put gnu-hp300 in dist.
4806 (src, lisp): Include OChangeLog in dist.
4807
48081993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4809
4810 * configure.in: Test for presence of logb and frexp functions.
4811
48121993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4813
4814 * configure.in (machine): Add i370-ibm-aix*.
4815
48161993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4817
4818 * configure.in (function checks): Test for mkdir and rmdir.
4819
4820 * configure.in (function checks): Don't test for random and bcopy
4821 only when we're building with X; look for them all the time.
4822
48231993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4824
4825 * configure.in: Test for availability of bcopy functions, searching
4826 the X libraries if we're using X.
4827
4828 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
4829 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
4830 versions of AIX, and needs to be passed to the loader.
4831
4832 * configure.in: Test for the availablility of the
4833 XScreenResourceString function.
4834
48351993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
4836
4837 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
4838 LD_SWITCH_X_SITE and assume --with-x11.
4839 Only look for X11 files if we weren't told about a window system
4840 or if we were told to use X11 but not told where.
4841 Search the libraries from the s and/or m files when checking for
4842 functions.
4843
4844 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
4845
48461993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4847
4848 * make-dist: Include lisp/dired.todo in the distribution.
4849
48501993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4851
4852 * configure.in: Add code to set HAVE_INET_SOCKETS.
4853
48541993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4855
4856 * configure.in: If we do find x_includes and x_libraries
4857 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
4858
48591993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4860
4861 * make-dist: Include src/gnu-hp300 in the dist.
4862
4863 * configure.in (canonical): New variable holds the canonicalized
4864 configuration. Don't alter `configuration'. Use `configuration'
4865 for Makefile.in for file naming.
4866 (testing x_includes and x_libraries): Use =, not ==.
4867
48681993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4869
4870 * Version 19.17 released.
4871
4872 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
4873 directory's makefile. This allows the invocation of CPP which
4874 builds xmakefile to receive these switches. The SunSoft C
4875 preprocessor inserts spaces between tokens if it doesn't get the
4876 -Xs flag requested in src/s/sol2.h.
4877
48781993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
4879
4880 * configure.in (m68k-bull-sysv3): new config.
4881
48821993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4883
4884 * configure.in: Use the autoconf AC_FIND_X macro to try to find
4885 the X Windows libraries.
4886
48871993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4888
4889 * make-dist (tempdir): Don't create lisp/forms-mode directory in
4890 the distribution. Those files aren't kept in their own
4891 subdirectory any more.
4892
48931993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4894
4895 * Version 19.16 released.
4896
48971993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4898
4899 * configure.in: Add --verbose flag.
4900
49011993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4902
4903 * version 19.15 released.
4904
49051993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4906
4907 * Makefile.in (top_distclean): Use -f switch when cleaning out
4908 lock dir; it might be empty.
4909
4910 * configure.in: Only check for -lXbsd once.
4911
49121993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4913
4914 * Version 19.14 released.
4915
49161993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4917
4918 * make-dist: If using gzip, create distribution with '.gz' extension.
4919
4920 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
4921 (lisp/forms-mode): This doesn't exist anymore.
4922
4923 * configure.in: Look for the closedir function.
4924
49251993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4926
4927 * configure.in (CPP): Autoconf sets this to a shell variable
4928 reference, which doesn't work when it's edited into a makefile.
4929 Expand that variable reference.
4930
4931 * Makefile.in (CPP): New variable.
4932 (src/Makefile): Edit CPP into src/Makefile.
4933
4934 * Makefile.in (src/Makefile): Don't bother exiting single quotes
4935 and entering double quotes to get the values of LD_SWITCH_X_SITE
4936 and the other make variables; make substitutes them in anyway.
4937
4938 * Makefile.in (uninstall): Don't remove the lisp and etc
4939 directories if they're in the source tree.
4940
92a8ce63 4941 Bring mumbleclean targets into conformance with GNU coding standards.
a4a9692d
DL
4942 * Makefile.in (mostlyclean, clean): Separate these two; just have
4943 them pass the request to the subdirectory makefiles.
4944 (distclean): Pass the request down, and then get rid of the
4945 files configure built, and get rid of the Makefiles.
4946 (realclean): Pass the request down, and then do the same things
4947 distclean does.
4948 (uninstall, info, dvi): New targets.
4949
4950 * configure.in: Move clause for PC-compatible i386 box to the end
4951 of the case statement, to avoid masking configurations below.
4952
4953 * configure.in: Add case for m88k-motorola-sysv4.
4954
4955 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
4956 the HP 68000 machines.
4957
4958 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
4959 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
4960 preprocessor won't fiddle with them.
4961
49621993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4963
4964 * Makefile.in (TAGS): cd to src to run etags.
4965
49661993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4967
4968 * configure.in (version): Check the X libraries for XrmSetDatabase
4969 and random, and see if we have -lXbsd.
4970
49711993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4972
4973 * configure.in: Pass "-Isrc" to the CPP we run to examine the
4974 s/*.h and m/*.h files. Martin Tomes
4975 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
4976
49771993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4978
4979 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
4980 above the general i386 alternative.
4981
49821993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4983
4984 * configure.in: Recognize configuration name for Data General
4985 AViiON machines.
4986
4987 * configure.in: Use AC_LONG_FILE_NAMES.
4988
49891993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4990
4991 * configure.in: Test for bison.
4992 * Makefile.in (YACC): New variable.
4993 (lib-src/Makefile.in): Edit YACC into the makefile.
4994
49951993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4996
4997 * Version 19.13 released.
4998
4999 * configure.in (CFLAGS): Don't set this according to the value of
5000 the GCC shell variable. Instead, consult the machine and system
5001 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
5002 test __GNUC__ while we're at it.
5003
5004 * configure.in: Remove extra ;; from hpux cases.
5005
50061993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5007
5008 * configure.in: Check to see if the system has -ldnet.
5009
50101993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5011
5012 * make-dist: Add clauses to distribute lisp/forms-mode.
5013
50141993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5015
5016 * configure.in (machine): Fix the versions in hpux version number test.
5017 Do not guess based on cpu type. Do check for explicit system version.
5018
50191993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5020
5021 * configure.in: Do NOT look for `unknown' as company name.
5022
50231993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5024
5025 * configure.in: Fix typo in message.
5026
50271993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5028
5029 * Version 19.12 released.
5030
5031 * Makefile.in (do-install): Correct previous etc-copying change.
5032 Partially rewrite using `if'.
5033 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
5034
5035 * Version 19.11 released.
5036
5037 * configure.in: Handle 386bsd.
5038
50391993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5040
5041 * make-dist: Update getdate.c.
5042
5043 * configure.in: Handle bsd386.
5044
5045 * Makefile.in (do-install): Use `-' in tar options.
5046
5047 * configure.in: Change ! "${...}" to x"${...}" = x.
5048
5049 * Makefile.in (do-install): Copy the DOC-* files from the build
5050 etc directory, as well as lots of things from ${srcdir}/etc.
5051
5052 * make-dist: Copy config.guess.
5053
5054 * configure.in: Handle AIX versions 1.2, 1.3.
5055
50561993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5057
5058 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
5059 the configuration name mips-mips-usg* to represent USG systems.
5060
5061 * configure.in: Fix logic to detect if srcdir is already configured.
5062
5063 * Makefile.in: Pass in LD_SWITCH_X_SITE.
5064
5065 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
5066 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
5067 of a directory; cd might fail, and have pwd print out the current
5068 directory.
5069
50701993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5071
5072 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
5073
50741993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5075
5076 * configure.in: Complain if srcdir points at an already-configured
5077 tree.
5078
50791993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5080
5081 * Version 19.10 released.
5082
50831993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5084
5085 * Makefile.in: Use Makefile comments, not C comments.
5086
5087 * configure.in: Add case for the Tektronix XD88.
5088
50891993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5090
5091 * configure.in: Handle sysv4.2 and sysvr4.2.
5092
50931993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5094
5095 * configure.in: Traverse the argument list without destroying it;
5096 don't use shift. It turns out that "set - ${saved_arguments}"
5097 doesn't work portably.
5098
5099 * configure.in: Add missing "fi".
5100
5101 * make-dist: Rebuild configure if configure.in is newer.
5102
5103 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
5104 targets to be executed even if make remembers that it has already
5105 stisfied FRC.
5106
51071993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5108
5109 * Makefile.in (do-install): Delete redundant code to copy etc twice.
5110
5111 * configure.in (romp): Handle various version numbers with aos and bsd.
5112
51131993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5114
5115 * configure.in: Fix message text.
5116
51171993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5118
5119 * make-dist: Make a `site-lisp' directory in the distribution,
5120 instead of a `local-lisp' directory, which hasn't been the
5121 appropriate name for a long time.
5122 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
5123 from the distribution first, then /usr/local/lib/emacs/site-lisp.
5124
5125 * Makefile.in (do-install): Correctly detect if ./etc and
5126 ${srcdir}/etc are the same.
5127
5128 * configure.in: Extract UNEXEC from the system configuration
5129 files, compute the name of the source file corresponding to the
5130 object file, and #define it as UNEXEC_SRC in config.h.
5131
5132 * configure.in: If srcdir is '.', then try using PWD to make it
5133 absolute.
5134
5135 * configure.in: Include ${srcdir} in the printed report, to help
5136 people notice if it's an automounter path.
5137
51381993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5139
5140 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
5141
51421993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5143
5144 * Makefile.in (do-install): Delete the dest dir, not the source dir,
5145 when they are different. Add `shift' command.
5146 (COPYDESTS, COPYDIR): Delete external-lisp dir.
5147 (externallispdir): Var deleted.
5148
5149 * configure.in: Delete spurious paren outputting short_usage.
5150
51511993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5152
5153 * Version 19.9 released.
5154
51551993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5156
5157 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
5158 subdirectory makes.
5159
5160 * make-dist: Check for .elc files with no corresponding .el file.
5161
5162 * Makefile.in (mkdir): Make all the directories in locallisppath.
5163
5164 * config.guess: New file.
5165 * configure.in: Use it, tentatively.
88c71720 5166 * INSTALL: Mention its usage.
a4a9692d
DL
5167
5168 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
5169 the former gives you the operating system rev directly. Use
5170 s/hpux.h if we don't recognize what we got.
5171
5172 * Makefile.in (do-install): Don't remove a destination directory
5173 if it's the same as the source. If ${srcdir}/info == ${infodir},
5174 don't try to copy the info files.
5175
5176 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
5177 doesn't work if you're not using a separate source directory.
5178 (do-install): Copy the build tree's etc directory only after
5179 making sure it's not also the source tree's etc directory.
5180
51811993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5182
5183 * configure.in: Handle sunos4.1.3 specially.
5184
51851993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5186
5187 * Makefile.in (INSTALL): Add definition.
5188
5189 * configure.in: Fix some messages. Support -with-gnu-cc.
5190 At the end, use `set --', not `set -'.
5191 Delete spurious `.h' in hpux alternatives.
5192
51931993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5194
5195 * Version 19.8 released.
5196
51971993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5198
5199 * configure.in: When looking for source in the same directory as
5200 the configure script, make the path thus discovered absolute.
5201 If the user specifies the `--srcdir' switch, make that directory
5202 absolute too.
5203
5204 * Makefile.in (srcdir): Remove comment saying this doesn't work.
5205
5206 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
5207 too, as the value of the PATH_INFO macro.
5208
5209 * configure.in: Check to see if the source lives in the same
5210 directory as the configure script.
5211
52121993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5213
5214 * Makefile.in (install): Split this into `install' and
5215 `do-install', to give people more control over exactly what gets
5216 done.
5217 (do-install): New target, containing the guts of `install'. Don't
5218 remove and recreate the directories inside the copying loop - do
5219 it all before the copying loop. Pass more flags to the lib-src
5220 make.
5221 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
5222 avoid errors and warnings.
5223
5224 * configure.in: For generic IBM PC boxes, insist on "unknown" for
5225 the manufacturer - the more general case was blocking other i386
5226 configuration names below, and that's how the names are written in
5227 MACHINES anyway.
5228
5229 * make-dist: When breaking links, remove the link before moving
5230 the copy onto it, to avoid interactive behavior.
5231
5232 * Makefile.in: Doc fix.
5233
5234 * configure.in: Doc fix.
5235
5236 * INSTALL: Mention --exec-prefix option.
5237
5238 * configure.in: Add support for the `--exec-prefix' option.
5239 * Makefile.in: Accept that support.
5240
5241 * configure.in: Use the AC_PROG_INSTALL macro.
5242 * Makefile.in (INSTALL): Variable removed.
5243 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
5244
5245 * configure.in: Distinguish between hp800's and hp700's by calling
5246 "uname -m".
5247
52481993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5249
92a8ce63 5250 * configure.in: Recognize configuration names for i860 boxes
a4a9692d
DL
5251 running SYSV.
5252
52531993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5254
5255 * configure.in: Distinguish between hp800's and hp700's by the
5256 version of HP/UX they run, since that's something people are more
5257 likely to know - hp700's run 8.0.
5258 Add HP 700 configuration.
5259
5260 * configure.in: Test for the presence of the `rename' function.
5261
5262 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
5263 configure.in.
5264 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
5265
5266 * make-dist: Break intra-tree links.
5267
5268 * configure.in: Explain that this is an autoconf script, and give
5269 instructions for rebuilding configure from it. Arrange to put
5270 comments in configure explaining this too.
5271
5272 * configure.in: Make the first line of the configure script be
5273 "#!/bin/sh". Leaving the first line blank didn't work.
5274
5275 * configure.in (long_usage): Removed; made short_usage describe
5276 the options briefly.
5277
5278 * configure.in: Implement the --prefix option.
5279 * Makefile.in (prefix): Add support for it here.
5280 * INSTALL: Document it here.
5281
5282 * Makefile.in (install): Don't assume that the files in the `info'
5283 subdirectory match *.info. They don't have that prefix.
5284
52851993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5286
5287 * configure.in: Add case for version 5 of Esix.
5288
52891993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5290
92a8ce63 5291 * Version 19.7 released.
a4a9692d
DL
5292
5293 * make-dist: There aren't any *.com files in lib-src anymore.
5294
5295 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
5296 them; they're symlinks to other filesystems on the GNU machines.
5297
5298 * make-dist: Check that the manual reflects the same version of
5299 Emacs as stated in lisp/version.el. Edit that version number into
5300 the README file.
5301
53021993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5303
5304 * configure.in: Remove the hack of AC_DEFINE; use
5305 AC_DEFINE_UNQUOTED.
5306
53071993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5308
5309 * make-dist: Don't distribute precomp.com, compile.com, or
5310 link.com from ./src; they're in ./vms now.
5311
5312 Some time-handling patches from Paul Eggert:
5313 * configure.in: Add AC_TIMEZONE.
5314
53151993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5316
5317 * configure.in: Recognize Linux as a valid operating system for
5318 the i386.
5319
53201993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5321
5322 * make-dist: Distribute some VMS files we got from Richard Levitte.
5323
5324 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
5325 the source for the sed command, not oldXMenu/Makefile.
5326
53271993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5328
5329 * INSTALL: Don't claim the srcdir option doesn't work.
5330
53311993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5332
5333 * configure.in: Include remarks saying what order the autoconf
5334 tests should go in, and remind people to change config.h.in
5335 whenever they add autoconf tests which make #definitions.
5336
5337 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
5338
53391993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5340
5341 * Makefile.in (oldXMenu/Makefile): Make this depend on
5342 ${srcdir}/oldXMenu/Makefile.in, not itself.
5343
5344 * PROBLEMS: Some updates from David J. Mackenzie.
5345
5346 More changes from David J. Mackenzie.
5347 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
5348 removed; autoconf and config.h should specify all these
5349 differences.
5350 (buildlisppath): Make this path depend on ${srcdir}.
5351 (INSTALLFLAGS): Removed.
5352 (INSTALL): Include the -c flag.
5353 (install): Change the way we invoke install accordingly.
5354
5355 Install ${srcdir} changes from DJM.
5356 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
5357 list.
5358 (COPYDIR, COPYDESTS): Install files from both the etc directory in
5359 the source tree and the etc directory in the object tree.
5360 (${SUBDIR}): Pass the prefix variable down to submakes.
5361 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
5362 in /bin.
5363 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
5364 values for srcdir and VPATH.
5365 (install): Add `v' flag to tar command. Make sure that `dir'
5366 exists in ${srcdir}/info before copying it. Remember that the man
5367 pages come from the source tree, not the object tree.
5368 * configure.in: Remove remarks saying that the --srcdir option
5369 doesn't work.
5370 Create the etc directory in the object tree.
5371 Recognize configuration names of the form *-sun-solaris*.
5372 Recognize sunos5 and solaris as operating system names.
5373
5374 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
5375 lib-src/getdate.y and src/systime.h.
5376
53771993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5378
5379 * make-dist: Make links in info subdir.
5380
53811993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5382
5383 * configure.in: Call AC_STDC_HEADERS.
5384
53851993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5386
5387 * configure.in: Sidestep autoconf's quoting of the second argument
5388 of AC_DEFINE, so we can specify the value to put there. It would
5389 be nice if autoconf provided some way to specify computed values
5390 for macros.
5391
53921993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5393
5394 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
5395 this is always just -DHAVE_CONFIG_H.
5396
5397 The GNU coding standards specify that CFLAGS should be left for
5398 users to set.
5399 * Makefile.in (CFLAGS): Let configure determine the default value
5400 for this. Don't
5401 have it default to DEFS.
5402 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
5403 (lib-src/Makefile, src/Makefile): Edit the default value for
5404 CFLAGS into these files, not DEFS.
5405 * configure.in (CFLAGS): Choose a default value for this - "-g"
5406 normally, or "-g -O" if we're using GCC. Edit it into the
5407 top-level Makefile.
5408
5409 * configure.in: When scanning the machine and system description
5410 #include files, write their names to conftest.c properly.
5411
54121993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5413
5414 * configure.in: In configuration name case for Apallos running
5415 Domainios, set opsys, not opsysfile.
5416
5417 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
5418 src/config.h, instead of AC_OUTPUT; the latter overwrites
5419 src/config.h even when it hasn't changed, puts a makefile-style
5420 comment at the top even though it's C code, and produces a
5421 config.status script which doesn't do the job right.
5422
5423 * configure.in: Add AC_LN_S test, so we can tell whether or not we
5424 can use a symbolic link to get the X Menu library into src.
5425 * Makefile.in (LN_S): New variable.
5426 (src/Makefile): Edit the value of LN_S into this makefile.
5427
54281993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5429
5430 * configure.in: Support *-sco3.2v4* as opsystem.
5431
5432 * make-dist: Don't include calc directory.
5433 Exclude many files in the man directory; copy a few.
5434
54351993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5436
5437 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
5438 call AC_STRUCT_TM to see what's in time.h.
5439
5440 * configure.in: Employ quoting stupidity to get the value of CPP
5441 to expand properly.
5442
54431993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5444
5445 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
5446 variable to scan the machine and system description files.
5447
5448 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
5449 so that getdate.y builds correctly.
5450
54511993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5452
5453 * configure.in (tempcname): Change this to "conftest.c", so it will
5454 work properly on systems with short filenames; this is the name
5455 autoconf uses.
5456
5457 * configure.in: Also detect the availability of dup2 and
5458 gethostname.
5459
5460 * configure.in: Use the AC_ALLOCA test.
5461 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
5462 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
5463
54641993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5465
5466 * make-dist: Distribute configure, as well as configure.in.
5467 Oversight.
5468
54691993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5470
5471 * Makefile.in (install): Print out the name of the directory we're
5472 copying, so people can have some idea of whether we're making
5473 progress.
5474
5475 * Makefile.in (install.aix, install.xenix, install.sysv, install):
5476 Don't forget to re-create the COPYDESTS directories after we clear
5477 them out.
5478
54791993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5480
5481 * Makefile.in: Add autoconf cookies so that the configure
5482 script can comment out sections of path variable definitions to
5483 choose between the installable configuration and the run-in-place
5484 configuration.
5485 * configure.in: Add new option `--run-in-place', to select the
5486 run-in-place path definitions.
5487
5488 * configure.in: Add a clause to the big configuration name case
5489 for the NeXT machine.
5490
54911993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5492
5493 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5494 Make sure that each source directory exists, and is different from
5495 the destination directory; then, delete the destination before
5496 copying over the source.
5497
5498 * make-dist: Distribute configure.in, instead of configure.
5499
55001993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5501
5502 * configure.in: Don't set CC to "gcc -O" if the user specifies
5503 `--with-gcc'. Add -O to DEFS if GCC is set.
5504
55051993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5506
5507 * Makefile.in (clean mostlyclean): Missing right paren.
5508
5509 * configure.in: When checking for X windows, search for an X11
5510 subdirectory of ${x_includes}.
5511
5512 * configure.in: Check for gettimeofday function, for getdate.y.
5513
92a8ce63 5514 Change `configure' to a mixture of custom code and autoconf stuff.
a4a9692d
DL
5515 autoconf can't derive all the information we need, but we'd really
5516 like to be able to take advantage of some of its tests, and its
5517 file-editing facilities.
5518 * configure.in: Renamed from configure.
5519 Quote the sections of shell script we want copied literally to
5520 the configure script.
5521 (compile): Initialize this to make the autoconf macros' code happy.
5522 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
5523 code to do their jobs.
5524 Use autoconf to produce Makefile and src/config.h.
5525 Remove the Makefile-style comment that autoconf places at the top
5526 of src/config.h.
5527 (config_h_opts): Removed - no longer necessary.
5528 * Makefile.in (configname): Renamed to configuration.
5529 (CONFIG_CFLAGS): Renamed to DEFS.
5530 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
5531 get values via autoload @cookies@.
5532 (libsrc_libs): Get this from autoconf. We used to do nothing
5533 about this.
5534 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
5535
5536 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
5537 echo the move-if-change command.
5538
55391993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
5540
5541 * make-dist: Distribute lib-src/rcs-checkin.
5542
5543 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
5544 Don't try to make links to the RCS or Old subdirectories.
5545 Use the appropriate extension for the compression type in use.
5546 Create the tar file in the shell's initial default directory, not
5547 in ${tempparent}.
5548 Erase the whole ${tempparent} tree, not just ${tempdir}.
5549
55501993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5551
5552 * Makefile.in (src/paths.h): Don't echo the huge sed command we
5553 use to build paths.h.
5554 (lib-src/Makefile, src/Makefile): Similarly.
5555
5556 * configure: Extend test for working `const' keyword to handle AIX
5557 3.2 cc.
5558
55591993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5560
5561 * make-dist: Distribute lisp/term/ChangeLog.
5562
92a8ce63 5563 Arrange for C compilation throughout the tree to get
a4a9692d
DL
5564 C_SWITCH_SYSTEM from the configuration files.
5565 * configure: Extract C_SWITCH_SYSTEM from the machine and
5566 system-dependent files, and save it in the top-level Makefile.
5567 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
5568 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
5569
5570 * make-dist: Include the VMS support files in oldXMenu in the
5571 distribution.
5572
5573 * configure: Doc fix.
5574
5575 * configure: Fix corrupted config_h_opts.
5576
5577 * configure: Properly report option names in error messages.
5578
5579 * configure: Properly recognize --x-includes and --x-libraries
5580 options.
5581
5582 * configure: Fix syntax errors in code handling XFree386.
5583
55841993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5585
5586 * configure: Add special code to detect XFree386, and tell
5587 config.h about it.
5588
5589 * configure: Properly handle extracting values of LIBS_MACHINE and
5590 LIBS_SYSTEM that contain spaces.
5591
5592 * configure: Add `--x-includes' and `--x-libraries' options. I
5593 think these are dopey, but no less than three alpha testers, at
5594 large sites, have said they have their X files installed in odd
5595 places. Implement them by setting C_SWITCH_X_SITE and
5596 LD_SWITCH_X_SITE in src/config.h.
5597
55981993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5599
5600 * make-dist: Don't distribute etc/Old files.
5601
5602 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
5603 backups.
5604
56051993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5606
5607 * make-dist: Fix typo.
5608
56091993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5610
5611 * make-dist: Corrected typo, fixed it to discard = and TAGS files
5612 in some cases where it should but didn't seen to.
5613
5614 * Makefile.in: Added unlock and relock productions.
5615
56161993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5617
5618 * make-dist: Add a --compress option to force make-dist to use
5619 compress.
5620
5621 * make-dist: Use gzip, if we can find it.
5622
5623 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
5624 make rs6000-ibm-aix default to -aix32.
5625
56261993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5627
5628 * Makefile.in: Added `Developer's configuration' section.
5629
56301993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5631
5632 * Makefile.in: Add commented-out variable settings for developer's
5633 configuration.
5634
56351993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5636
5637 * make-dist: Distribute `src/bitmaps' too.
5638
56391993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
5640
5641 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
5642 make rs6000-ibm-aix default to -aix32.
5643
56441993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5645
5646 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
5647
5648 * Makefile.in (install.sysv): Add a second `$' in front of
5649 `${dest}', so that the shell will expand it, instead of Make.
5650
5651 * configure: When processing the name of the configure script,
5652 collapse `././' to `./', but leave a single `./' prefix alone.
5653
5654 * configure: Doc fix.
5655
56561993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5657
5658 * configure: Handle isc3.0 correctly.
5659
56601993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5661
5662 * make-dist: Don't try to copy the COPYING notice into
5663 external-lisp; we're not distributing that directory any more.
5664
56651993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5666
5667 * Makefile.in (install, install.aix, install.xenix, install.sysv):
5668 Remove CVS subdirectories from the installed directory trees, as
5669 well as RCS directories.
5670
56711993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5672
5673 * make-dist: Only copy gmalloc.c if we couldn't link it.
5674 Don't try to copy man/{README,Makefile} unless they actually exist.
5675
5676 * Makefile.in (lisppath): Don't include externallispdir in this.
5677 We're not sure whether we're even going to distribute the
5678 directory yet.
5679
56801993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5681
5682 * make-dist: Don't distribute the external-lisp directory anymore.
5683 * INSTALL: Remove all references to external-lisp.
5684
5685 * configure: Detect whether the compiler supports `const'
5686 properly, and edit src/config.h accordingly.
5687
5688 * configure: Tweak layout of final report.
5689
5690 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
5691 CFLAGS.
5692
5693 * Makefile.in (locallisppath): Make this default to
5694 ${datadir}/emacs/site-lisp, instead of
5695 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
5696 the same thing, and local-lisp causes completion conflicts with
5697 lock.
5698 (lisppath): Add ${externallispdir} to this.
5699 * INSTALL: Adjust installation directions.
5700
5701 * Makefile.in (externallispdir): New variable, to say where to
5702 install the externally-maintained lisp files.
5703 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
5704 the others.
5705 * INSTALL: Describe external-lisp and the new externallispdir
5706 variable.
5707
57081993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5709
5710 * configure (progname): New option `--with-gcc'. Make it clearer
5711 how we are trying to guess whether or not we have GCC.
5712 * INSTALL: Document the `--with-gcc' option, and improve
5713 description of `--with-x' options.
5714
57151993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5716
5717 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
5718 ${infodir} from these variables; we have written out explicit code
5719 to install the info files.
5720
57211993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5722
5723 * make-dist: Don't distributed the RCS files in the etc directory.
5724
57251993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5726
5727 * Makefile.in: Some makes can't handle comments in the middle of
5728 commands; move them to before the whole rule.
5729
57301993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5731
5732 * README: Mention what Emacs is.
5733
57341993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5735
5736 * make-dist: Include `./lisp/calc-2.02' in the distribution.
5737 Add `./cpp' and `./man' back into the distribution.
5738
57391993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5740
5741 * Makefile.in: Define MAKE, and use where appropriate.
5742
57431993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5744
5745 * make-dist: Remember that the authoritative COPYING notice is
5746 `etc/COPYING', not `../etc/COPYING'.
5747
57481992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5749
5750 * make-dist: Make sure that the COPYING notices in each directory
5751 are copies, not symlinks.
5752
57531992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5754
5755 * INSTALL: The build process produces an executable called `emacs'
5756 now. Change references.
5757 * Makefile.in: Adjust `install.mumble' targets to install
5758 `src/emacs', not `src/xemacs'.
5759
5760 * configure: Start with a blank line; this keeps some old CSH's
5761 from thinking it's a CSH script. Most systems will just use
5762 /bin/sh to run it, which is what we're expecting; the only other
5763 shells which might try to interpret it themselves are probably
5764 Bourne-compatible.
5765
57661992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5767
5768 * INSTALL: Improvements suggested by David Mackenzie.
5769
57701992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5771
5772 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5773 Don't try to copy the info files if there aren't any; the
5774 unexpanded globbing pattern disappoints `install'. Ignore the
5775 return status of that command.
5776
5777 * INSTALL: Updated for new configuration arrangement.
5778
5779 * configure: Don't make the top-level Makefile read-only - people
5780 may want to edit the values of the path variables.
5781
5782 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5783 Install the info files in ${infodir}. Install the executable
5784 under both `emacs' and `emacs-VERSION'.
5785
5786 * Makefile.in: Doc fix.
5787
5788 * Makefile.in (exec_prefix): New variable, as per latest version
5789 of coding standards.
5790 (bindir, libdir): Use it, instead of `prefix'.
5791 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
5792
5793 * Makefile.in (mandir): Make the default value for this depend on
5794 $(prefix).
5795
5796 * Makefile.in (datadir, statedir, libdir): Make these all default
5797 to ${prefix}/lib.
5798 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
5799 to compensate.
5800
5801 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5802 Install the etags and ctags man pages too.
5803
5804 * Makefile.in (distclean): Don't delete backup files; that's the
5805 job of extraclean.
5806 (extraclean): Like distclean, but deletes backup and autosave files.
5807
58081992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5809
5810 Make path specification conform to GNU coding standards.
5811 * configure (long_usage): Remove all traces of old arguments from
5812 usage messages, and document the options we do accept in more
5813 detail: -with-x... and --srcdir.
5814 (options, boolean_opts): Deleted; we don't have enough options to
5815 make this worthwhile.
5816 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
5817 along with the code which supported them; these should be set as
5818 arguments to the top-level make.
5819 (config_h_opts): Since this no longer doubles as a list of option
5820 names, make them upper case; this simplifies the code which uses
5821 them to build the sed command to edit src/config.h. Change the
5822 code which sets them.
5823 (cc, g, O): Don't allow the user to set these using options; they
5824 should be specified using `CC=' and `CFLAGS=' arguments to the
5825 top-level make. Just choose reasonable default values for them,
5826 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
5827 values.
5828 (gnu_malloc, rel_alloc): Don't allow the user to set these using
5829 options; use them whenever the configuration files say they're
5830 possible.
5831 Simplify the argument processing loop. Don't accept abbreviations
5832 for option names; these might conflict with other configuration
5833 options in the future.
5834 Add some support for the `--srcdir' option. Check for the sources
5835 in . and .. if `--srcdir' is omitted. If the directories we will
5836 compile in don't exist yet, create them under the current directory.
5837 Note that the rest of the build process doesn't really support
5838 this.
5839 Edit only the top Makefile. That should edit the others. Edit
5840 into the makefile: `version', from lisp/version.el, `configname'
5841 and `srcdir' from the configuration arguments, `CC' and
5842 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
5843 the user's path, and LOADLIBES as gleaned from the system
5844 description files.
5845 Simplify the report generated; it doesn't need to include any
5846 description of paths now.
5847 Make `config.status' exec configure instead of just calling it, so
5848 there's no harm in overwriting `config.status'.
5849 * Makefile.in (version, configname): New variables, used to choose
5850 the default values for datadir and libdir.
5851 Path variables rearranged into two clearer groups:
5852 - In the first group are the variables specified by the GNU coding
5853 standards (prefix, bindir, datadir, statedir, libdir, mandir,
5854 manext, infodir, and srcdir).
5855 - In the second are the variables actually used for Emacs's paths
5856 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
5857 archlibdir), which depend on the first category.
5858 datadir and libdir default to directories under
5859 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
5860 demand.
5861 etcdir and lispdir default to subdirectories of datadir.
5862 archlibdir defaults to libdir.
5863 The new installation tree is a bit deeper than it used to be, so
5864 use the new make-path program in lib-src to build them all.
5865 Always build a new src/paths.h.tmp and then move-if-change it to
5866 src/paths.h, to avoid unnecessary rebuilds while responding to the
5867 right changes.
5868 Remove all mention of arch-lib. Run utility commands from
5869 lib-src, and let the executables be copied into archlibdir when
5870 Emacs is installed.
5871 Add targets for src/Makefile, lib-src/Makefile, and
5872 oldXMenu/Makefile, editing the values of the path variables into
5873 them.
5874 Let lib-src do its own installation.
5875 (datadir): Default to putting data files under
5876 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
5877 (emacsdir): Variable deleted; it would only be confusing to use.
5878 (lispdir, etcdir): Default to ${datadir}/lisp.
5879 (mkdir): Use make-path for this.
5880 (lockdir): Do this in mkdir.
5881 (Makefile): New target.
5882
5883 * configure (usage_message): Rename to long_usage.
5884
5885 * make-dist: Don't bother creating an arch-lib directory; that's
5886 only for installation now.
5887
58881992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5889
5890 * configure: Use GCC-style configuration names, using config.sub.
5891 Change the usage and help messages.
5892
5893 * configure: Initialize window_system, not indow_system.
5894
5895 * configure: Report which window system, compiler, and signal
5896 handler return type we decide to use.
5897
5898 * make-dist: Explain what's going on if config.sub and gmalloc.c
5899 can't be linked. Place the code which copies them near the code
5900 which links the rest of the files around them.
5901
59021992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
5903
5904 * make-dist: Don't bother to distribute src/*.com, or
5905 src/vmsbuild; those have all been moved to `../vms'.
5906
59071992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5908
5909 * make-dist: Don't forget that the way to avoid filenames starting
5910 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
5911 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
5912 couldn't make hard links to, since we have two already, and
5913 perhaps more to come.
5914
59151992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5916
5917 * configure: When editing parameters into lib-src/Makefile, change
5918 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
5919 needs some other flags too.
5920
59211992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5922
5923 * configure: Remove spurious echo of the configuration name.
5924
5925 * make-dist: Don't distribute files in src/m and src/s whose names
5926 begin with `='.
5927
59281992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5929
5930 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
5931 Also LISP_FLOAT_TYPE.
5932
59331992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5934
5935 * make-dist: Copy config.sub, since it's a symbolic link to a file
5936 on another file system.
5937
59381992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5939
5940 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
5941 distribution.
5942
5943 * config.sub: New file, to help us recognize configuration names.
5944 * make-dist: Include it in the distribution.
5945
59461992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5947
5948 * configure: Convert `-' to `_' in specified option names.
5949 Accept options with --. Delete --highpri and --have-x-menu options.
5950 New options --with-x and --with-x10 replace -window-system.
5951 Don't mention options --gnu-malloc, --rel-alloc
5952 or --lisp-float-type in help message.
5953
59541992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5955
92a8ce63 5956 * make-dist: Include the `vms' subdirectory in the distribution.
a4a9692d
DL
5957
59581992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5959
5960 * configure: Remove lines starting with "# DIST: " when building
5961 lib-src/Makefile and src/Makefile. This allows us to mark the
5962 "Makefile.in" files with explanatory comments which won't also get
5963 stuck in the Makefiles.
5964
59651992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5966
5967 * make-dist: Don't use the '+' operator in the sed regular
5968 expression that extracts the version number from lisp/version.el;
5969 Ultrix sed doesn't seem support the operator. Just double the
5970 operand and use *.
5971
59721992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5973
5974 * Makefile.in: Doc fix.
5975
59761992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5977
5978 * configure: Rewrite sed command to remove at most one ./ prefix;
5979 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
5980 group.
5981
59821992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5983
5984 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
5985
59861992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5987
5988 * make-dist: Go ahead and build a new TAGS file, unless the
5989 --newer option was specified. Don't try to delete a TAGS file
5990 from etc; it's not kept there, and shouldn't be deleted anyway.
5991
59921992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5993
5994 * make-dist: If the lisp directory contains a default.el, don't
5995 distribute it.
5996
5997 * configure: When searching signal.h for the type of a signal
5998 return handler, make a copy of it, not a symbolic link to it; that
5999 way, it will work on systems that don't have symbolic links.
6000
60011992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6002
6003 * make-dist: taught it about vcdiff and rcs2log, added --newer
6004 option for generating incremental distributions. Stopped it from
6005 generating a TAGS file into the distribution; that sucker is
6006 *big*, and easily enough generated with the toplevel makefile.
6007
60081992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6009
6010 * configure: When writing config.status, don't prefix progname
6011 with a '.'; it might be absolute.
6012
60131992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6014
6015 * configure: Choose to use X11 if either /usr/lib/libX11.a or
6016 /usr/include/X11 exist, not only if both exist.
6017
60181992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6019
6020 * make-dist: Make the new external-lisp directory a duplicate of
6021 the external-lisp directory, not the lisp directory.
6022
60231992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6024
6025 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
6026 clean' in arch-lib; it doesn't even have a Makefile.
6027
6028 * Makefile.in (clean, mostlyclean): In the test which tries to
6029 distinguish between the build directory, which should be cleaned,
6030 and the installed directory, which shouldn't, cd to `${emacsdir}',
6031 not `${DESTDIR}${LIBDIR}'.
6032
60331992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6034
6035 * make-dist: Be sure to delete the .c and .h files that YACC and
6036 BISON create from getdate.y.
6037
92a8ce63 6038 * external-lisp: New directory; see `external-lisp/README'.
a4a9692d
DL
6039 * make-dist: Added support for the external-lisp subdirectory.
6040
6041 * make-dist: Changed message which complains that make-dist wasn't
6042 invoked in the right directory to indicate which files it was
6043 looking for.
6044
60451992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6046
6047 * configure: Add comments explaining why we can't translate
6048 character ranges or control characters in `tr'.
6049
60501992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6051
6052 * configure: When generating the configuration message, we used to
6053 build the message from the start so that each line began with "# "
6054 so that it would be a comment in `config.status'. However, this
6055 causes trouble if any of the variables we use in the message
6056 expand to more than one line of text - as gnu_malloc_reason
6057 sometimes does. So instead, we build the message as it should be
6058 printed to the user (i.e. without the "# " prefixes), and stick on
6059 the "# "s when we write it to `config.status'.
6060
6061 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
6062 `lib-src' and `arch-lib'.
6063
6064 * configure: When generating report and `config.status' file, note
6065 that bindir only determines where `make install' and
6066 `build-install' will place the executables; this should make it
6067 clear that the ordinary build process will not try to install
6068 things.
6069
60701992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6071
6072 * make-dist: Change messages to say that we are 'making links to
6073 X', rather than 'copying X'. And put `' quotes around file names.
6074
6075 * make-dist: Include '.tmp' in the name of the staging directory.
6076
6077 * make-dist: Pass the `-f' option to rm when you're not sure that
6078 the files you're removing actually exist.
6079
6080 * make-dist: When setting up etc/COPYING, always nuke whatever is
6081 there, and then copy it in, to make sure we get a real file.
6082
6083 * make-dist: Don't try to distribute *.defns files any more. The
6084 only such file was for simula.el, which has been superceded by a
6085 version which doesn't have a separate .defns file.
6086
60871992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
6088
6089 * make-dist: Don't distribute configured versions of config.h.in,
6090 paths.h.in, Makefile.in in src.
6091
6092 * configure: Delete .tmp files before creating them; don't bother
6093 trying to make final targets writeable first, since it won't
6094 matter to move-if-change.
6095
60961992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6097
6098 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
6099 mkdir and chmod in the center of all the conditionals. GNU Make
6100 will strip these out, but other makes won't.
6101
61021992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6103
6104 * make-dist: Include move-if-change in list of files to distribute.
6105
61061992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6107
6108 * configure: Remove any "." elements from the program name.
6109
6110 * configure: Don't record the values of all the possible arguments
6111 in config.status; only record the options that the user specified.
6112
6113 * configure: Use move-if-change to move in the new src/config.h.
6114
61151992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
6116
92a8ce63
JB
6117 * move-if-change: New file, copied from gcc release.
6118 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
6119 a temp file, so we don't update paths.h if an error occurs or if
6120 it doesn't need changing.
a4a9692d
DL
6121
61221992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6123
6124 * Makefile.in (src/paths.h): Do not install a value for the
6125 PATH_SUPERLOCK value; that macro doesn't exist anymore.
6126 * build-install.in: Same thing.
6127
61281992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6129
6130 * make-dist: Check the flag called "make_tar", not "make_dir"; the
6131 latter, being a typo, is always false, resulting in a program
6132 whose default behaviour is to painstakingly build a copy of the
6133 source tree, and then delete it. Rah.
6134
6135 * Makefile.in: Add dist target, and comment for it.
6136
6137 * configure: When scanning <signal.h> for a declaration for
6138 signal, create a symbolic link with a name ending in .c, so the
6139 compiler won't complain that it's only been given .h files.
6140
6141 * configure: Check whether there are any arguments available
6142 before shifting to get the value of a non-boolean parameter.
6143
6144 * make-dist: Doc fix.
6145
61461992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6147
6148 * configure: Instead of grepping /usr/include/signal.h for a
6149 signal declaration, run /usr/include/signal.h or
6150 /usr/include/sys/signal.h through cpp and grep for the
6151 declaration.
6152
6153 * configure: Redirect the output of grep to /dev/null instead of
6154 using grep -s - that flag means different things on other systems.
6155
6156 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
6157 since the former is recognizable even if you don't know what
6158 'dumping' is.
6159 * configure: Accomodate that change.
6160
6161 * configure: Accept options for all of the directories you can
6162 change in the Makefile.
6163
6164 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
6165
6166 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
6167 FOO before you can use them.
6168
6169 * build-install.in: Made the "Where To Install Things" section
6170 conform with the similar section from Makefile.in. Copied section
6171 which builds src/paths.h from src/paths.h.in from the Makefile.
6172
61731992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6174
6175 * configure: Write config.status to pass its command-line
6176 arguments on to configure, so that people can use it to recreate
6177 an old configuration, with minor changes.
6178
61791992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6180
6181 * configure: Don't rely on option variables being unset if their
6182 values are the empty string. In particular, when producing the
6183 English report, don't assume that highpri will be unset when no
6184 increased priority has been requested; -highpri='' should be the
6185 same as omitting -highpri altogether.
6186
6187 * configure: Fix dumb bug: when running the system and machine
6188 description files through cpp, mark those lines that we want to
6189 evaluate with the string '@configure@', and then only evaluate
6190 them. This way if the files include anything that actually
6191 generates text (type definitions or external declarations, say),
6192 we won't try to eval it.
6193
61941992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6195
6196 * make-dist: New shell script.
6197
6198 * configure: When creating foo from foo.in, make foo read-only to
6199 remind people to edit the .in file instead.
6200
6201 * INSTALL: Changed references to config.h-dist to config.h.in.
6202 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
6203 to build src/paths.h from src/paths.h.in; added a paragraph to do
6204 this.
6205 * configure, Makefile, build-install: Changed filenames like
6206 FOO-dist to FOO.in.
6207
62081992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6209
6210 * Makefile, build-install: Renamed to Makefile.in and
6211 build-install.in; the configure script will edit these to produce
6212 the usable Makefile and build-install.
6213 * configure: Changed to produce ./Makefile, ./build-install,
6214 lib-src/Makefile, and src/Makefile from their *.in counterparts,
6215 instead of editing them in place.
6216
62171992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6218
6219 * Makefile: Re-arranged so that the undumped Emacs will search
6220 ../lisp *after* the site's local elisp files.
6221 (locallisppath, dumplisppath): New variables.
6222 (lisppath): This variable's default value is now chosen based on
6223 $(locallisppath) and $(lispdir); while it used to be the
6224 customization point for adding site-local elisp directories to
6225 load-path, that job is now handled mostly by locallisppath.
6226 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
6227 Check the values being assigned to the *LOADSEARCH macros for null
6228 path elements (like '::' in 'foo::bar').
6229
6230 * configure: When checking if the machine- and system-dependent
6231 files define a particular macro or not, actually run them through
6232 CPP and test the macros with #ifs, instead of just grepping for
6233 the macros' names. In particular, check for SYSTEM_MALLOC in this
6234 way.
6235
62361992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6237
6238 * Makefile (install): Don't use -s in install. (Keep the symbols.)
6239
62401992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6241
6242 * configure: Make the config.status file an executable shell
6243 script which will recreate the same configuration. Include the
6244 verbal description of the current configuration as a comment in
6245 the script.
6246 * INSTALL: Doc fix.
6247
6248 * Makefile: brought the Makefile up to the GNU coding
6249 standards, as described in standards.text:
6250 (TAGS): New name for the target which rebuilds the tags table.
6251 (check): New target; doesn't do anything yet.
6252 (mostlyclean): New target, synonymous with clean.
6253 (realclean): New target. Currently, this just calls the
6254 subdirectories's makefiles and then deletes config.status.
6255 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
6256 variables.
6257 Installation directory variables changed to conform.
6258 (install, install.sysv, install.xenix, install.aix): Changed the
6259 code which copies the directories into their installed location to
6260 allow the installed locations to be in several different
6261 directories; the old version assumed that they would all be in
6262 $(emacsdir).
6263 (mkdir, lockdir): Allow the installed locations to be in several
6264 different directories.
6265 * INSTALL: Doc fix.
6266
6267 * build-install: Use the same variable names as the Makefile.
6268 Allow the installed locations to be in several different
6269 directories.
6270
62711992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6272
6273 * Makefile (src/paths.h): Instead of using a single sed command to
6274 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
6275 separately, and don't forget to append "/!!!SuperLock!!!" to the
6276 value of the PATH_SUPERLOCK macro.
6277
6278 * config.emacs: Renamed to configure, for consistency with other
6279 GNU products. Internal references changed.
6280 INSTALL, Makefile: References changed.
6281
6282 * lock: New directory, which should always be empty. If this
6283 directory doesn't exist, Emacs won't complain; it just won't lock.
6284 Having this here means that people can just unpack Emacs, build
6285 it, and have locking work.
6286
6287 * share-lib: Re-renamed to etc, for the sake of tradition.
6288 * config.emacs: Changed default value for datadir to ../etc.
6289 * INSTALL, README: Adjusted.
6290
62911992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6292
6293 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
6294 by running CPP on the appropriate s/*.h and m/*.h files.
6295
62961992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6297
6298 * config.emacs: Make sure to set the "exit on error" flag once
6299 we've removed config.status; errors should abort the configuration.
6300
dff28924 63011992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
6302
6303 * config.emacs: Added -distribute option, so that the Makefile
6304 paths are in their proper form. I don't know why this matters.
6305
dff28924 63061992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
6307
6308 * local-lisp: New directory, empty in the distribution, for people
6309 to put local elisp code in.
6310 * config.emacs: Include it in the default load path.
6311 * README: Document it.
6312
dff28924 63131992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
6314
6315 * config.emacs: Guess the type of signal handling functions based
6316 on the contents of /usr/include/signal.h.
6317
6318 * config.emacs: Print out progress report messages.
6319
6320 * Makefile (src/paths.h): Don't generically replace
6321 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
6322 editing of the other entries, and each entry should be dealt with
6323 explicitly anyway.
6324
6325 * build-install: Converted from C-shell to Bourne shell.
6326 * config.emacs: Edit build-install properly.
6327
6328 * config.emacs: Doc fix.
6329
63301992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6331
92a8ce63 6332 * Makefile (install): Remove `B' from tar xf command.
a4a9692d 6333
dff28924 63341992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
6335
6336 * config.emacs: Removed support for the `maintain-environment'
6337 option; the only important difference between this and its absence
6338 has been removed.
6339 * INSTALL: Removed mention of `maintain-environment'.
6340
6341 * config.emacs: Fix arguments to sed when processing boolean
6342 arguments.
6343
dff28924 63441991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
6345
6346 * config.emacs: New file, to help automate the installation
92a8ce63 6347 process.
a4a9692d
DL
6348
6349 * Makefile: Lots of changes to support the separation of etc into
6350 architecture-dependent and -independent files:
6351 (EMACSROOT): New variable, giving the directory under which all of
6352 Emacs's libraries should be installed. Changed rest of file to
6353 use it.
6354 (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
6355 (DATADIR): New variable, denoting architecture-independent dir.
6356 (LOCKDIR): New variable, for completeness.
6357 (SUBDIR): No more etc, new lib-src.
6358 (COPYDIR): No more etc, new arch-lib and share-lib.
6359 (src/paths.h): Set PATH_DATA and the LOCK macros too.
6360 (src): Now depends on lib-src, not etc.
6361 * build-install: Changes parallel to the above.
6362 * README: Describe the new arrangement.
6363
6364 * vms: New subdirectory for all the VMS stuff.
6365
dff28924 63661991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
6367
6368 * Makefile (LISPPATH): New variable.
6369 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
6370
dff28924 63711990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
a4a9692d
DL
6372
6373 * Makefile (install, install.sysv, install.xenix):
6374 Install wakeup instead of loadst. No need for setuid or setgid.
6375
dff28924 63761990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
6377
6378 * Makefile (clean): Clean etc if that's not the installation dir.
6379
dff28924 63801990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
6381
6382 * Makefile (paths.h): Make sed alter each name in the path.
6383
dff28924 63841988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
6385
6386 * Makefile (install.sysv): Use cpio, not tar.
6387
dff28924 63881988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
6389
6390 * Makefile (lockdir): Rename `lock' target.
6391 Depend on it from install*, not from `all'.
6392
dff28924 63931988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a4a9692d
DL
6394
6395 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
6396 to match build-install and paths.h.
6922b018
KH
6397
6398;; Local Variables:
722ae5f4 6399;; coding: iso-2022-7bit
33462dfa 6400;; add-log-time-zone-rule: t
6922b018 6401;; End:
2a34a036 6402
ee546279 6403 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2006
2a34a036
GM
6404 Free Software Foundation, Inc.
6405 Copying and distribution of this file, with or without modification,
6406 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
6407
6408;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73