* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
[bpt/emacs.git] / ChangeLog
CommitLineData
be4ff9da
GM
12010-05-18 Glenn Morris <rgm@gnu.org>
2
6665f4c5
GM
3 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5
40dc6bf4
GM
6 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
7 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
8 (RALLOC_OBJ): New output variable.
9
be4ff9da
GM
10 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
11 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
12
5b5262f4
SM
132010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * Makefile.in (src): Provide the name of the VCS file that witnesses
16 a pull.
17 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
18
16455a85
GM
192010-05-17 Glenn Morris <rgm@gnu.org>
20
21 * configure.in (OLDXMENU_DEPS): New output variable.
22
8877ca0f
GM
232010-05-16 Glenn Morris <rgm@gnu.org>
24
9a436f0c
GM
25 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
26
da53fab9
GM
27 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
28 * Makefile.in (install-arch-dep): Update for above change.
29
58dfab18
GM
30 * Makefile.in (ns_appdir): Remove.
31 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
32
b02a6645
GM
33 * configure.in (TEMACS_LDFLAGS2): New output variable.
34
8877ca0f
GM
35 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
36 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
37 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
38 nothing uses.
39
35a20d6c
DN
402010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
43 does not use them.
44 (X11R5_INHIBIT_I18N): Remove, unused.
45
6e546d18
GM
462010-05-15 Glenn Morris <rgm@gnu.org>
47
4235ca47
GM
48 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
49
6e546d18
GM
50 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
51
8c5ff6dd
KR
522010-05-15 Ken Raeburn <raeburn@raeburn.org>
53
54 * configure.in: Look for version string in its new location.
55
78248b76
EZ
562010-05-15 Eli Zaretskii <eliz@gnu.org>
57
58 * config.bat: Remove support for DJGPP v1.x.
59
02be533b
GM
602010-05-15 Glenn Morris <rgm@gnu.org>
61
1a82cca9
GM
62 * configure.in (OLDXMENU_TARGET): New output variable.
63
2b5f541b
GM
64 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
65
02be533b
GM
66 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
67 and other files that no longer exist.
68
489d31a4
GM
692010-05-14 Glenn Morris <rgm@gnu.org>
70
fbc00890
GM
71 * configure.in (cpp_undefs): Add mktime, register, X11.
72
11842bd8
GM
73 * configure.in (GPM_MOUSE_SUPPORT): Remove.
74 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
75 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
76
489d31a4
GM
77 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
78 (GNUSTEP_MAKEFILES): Do not output.
79
0116466b
GM
802010-05-13 Glenn Morris <rgm@gnu.org>
81
3536f993
GM
82 * configure.in: Fix some paren typos.
83
472c5d6b
GM
84 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
85
0116466b
GM
86 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
87
1a0d7c06
GM
882010-05-12 Glenn Morris <rgm@gnu.org>
89
44b031a6
GM
90 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
91
1a0d7c06
GM
92 * configure.in (LIB_GCC): New output variable.
93
acddf8ae
GM
942010-05-11 Glenn Morris <rgm@gnu.org>
95
edf77e4e
GM
96 * make-dist (msdos): No more mainmake.
97
98 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
99 * config.bat: Do not run cpp on lib-src/Makefile.in.
100
acddf8ae
GM
101 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
102
7490175b
GM
1032010-05-10 Glenn Morris <rgm@gnu.org>
104
97efb629
GM
105 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
106
7490175b
GM
107 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
108 (BLESSMAIL_TARGET): New output variable.
109
0235128c
SM
1102010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
111
112 * INSTALL: Fix typos.
113
1142010-05-08 Chong Yidong <cyd@stupidchicken.com>
115
116 * configure.in: Add check for buggy version of GCC (Bug#6031).
117
40c17879
GM
1182010-05-08 Glenn Morris <rgm@gnu.org>
119
120 * configure.in (HAVE_LIBNCURSES): New local variable.
121 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
122 replacing cpp in src/s/*.h and src/Makefile.in.
123
61a808e8
CY
1242010-05-07 Chong Yidong <cyd@stupidchicken.com>
125
126 * Version 23.2 released.
127
15e12598
VB
1282010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * configure.in: Add tests for `isnan' and `copysign'.
131
f724825e
EZ
1322010-05-07 Eli Zaretskii <eliz@gnu.org>
133
134 * config.bat: Allow for 2 leading `#'s in comments in
135 src/Makefile.in.
136
2f86b22b
GM
1372010-05-07 Glenn Morris <rgm@gnu.org>
138
139 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
140 Merges logic from src/s/* and src/Makefile.in.
141 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
142
49ebbd65
DN
1432010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
144
145 Define START_FILES and LIB_STANDARD using autoconf.
146 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
147 here from src/s/*.h.
148 (HAVE_CRTIN): Remove, inline logic in the netbsd
149 START_FILES/LIB_STANDARD computation.
150
e3cf0cde
GM
1512010-05-06 Glenn Morris <rgm@gnu.org>
152
153 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
154
155 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
156 (LD_SWITCH_X_SITE): Remove unused variables.
157
49628785
GM
1582010-05-04 Glenn Morris <rgm@gnu.org>
159
27a2cdfc
GM
160 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
161 as well.
162 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
163
eb21eab5
GM
164 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
165
49628785
GM
166 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
167 variables, replacing c_switch_machine, c_switch_system.
fa5e317a
GM
168 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
169 @c_switch_system@.
49628785 170
521ee9b3
GM
1712010-05-03 Glenn Morris <rgm@gnu.org>
172
3dee6fdb
GM
173 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
174
521ee9b3
GM
175 * make-dist: There are no more src/m/*.inp files.
176
cd03c74a
DN
1772010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
180 (ac_link): Do not use ld_switch_machine.
181
7acac9f4
GM
1822010-05-01 Glenn Morris <rgm@gnu.org>
183
184 * configure.in (OTHER_OBJ): Remove.
185 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
186
7eb1ac33
GM
1872010-04-30 Glenn Morris <rgm@gnu.org>
188
5a1bb006
GM
189 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
190 Elsewhere, maybe include it.
191
d5096f16
GM
192 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
193 (OLDXMENU, LIBXMENU): New output variables.
194
7eb1ac33
GM
195 * configure.in (OTHER_OBJ): New output variable.
196
44e3d510
GM
1972010-04-28 Glenn Morris <rgm@gnu.org>
198
c40f9449
GM
199 * configure.in (CYGWIN_OBJ): New output variable.
200
658f86ca
GM
201 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
202
bc0b5f61
GM
203 * configure.in (FONT_OBJ): New output variable.
204
294c50a0
GM
205 * configure.in (LIBXMU): New output variable.
206
e6ec4e99
GM
207 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
208
44e3d510
GM
209 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
210 userland and maybe change values to i386 (move test from s/amdx86-64.h).
211
c6ea2936
GM
2122010-04-27 Glenn Morris <rgm@gnu.org>
213
8fdac2c3
GM
214 * configure.in (LIBXTR6): New output variable. Move unixware special
215 case here from src/s/unixware.h.
216
986fb647
GM
217 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
218 in Makefiles.
219 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
220
c6ea2936
GM
221 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
222 (LIBXP): No longer substitute in Makefiles.
223 (MOTIF_LIBW): New output variable. Move system-specific settings here
224 from src/s files.
225
aaa36002
DN
2262010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
227
228 Reduce CPP usage.
229 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
230 (unexec): Define unconditionally, all platforms define
231 UNEXEC. AC_SUBST it.
232 (UNEXEC_SRC): Remove, unused.
ed6281b0 233 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
aaa36002 234
b678dd8b
GM
2352010-04-27 Glenn Morris <rgm@gnu.org>
236
8ea5f2d9
GM
237 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
238 replaced by LIBXP.
239
76cda504
GM
240 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
241 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
242 On hpux10-20, default to /lib.
243
b678dd8b
GM
244 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
245
7e10844c
DN
2462010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * configure.in (LIBS_MACHINE): Remove, unused.
249
250 * configure.in (LIB_MATH): New output variable. Set it for some systems.
251
70eab5c1
GM
2522010-04-24 Glenn Morris <rgm@gnu.org>
253
254 * configure.in (CRT_DIR): New output variable.
255 (--with-crt-dir): New option. (Bug#5655)
256 (HAVE_LIB64_DIR): Remove.
257
4e7f249c
DN
2582010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
259
260 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
261
97efb629 2622010-04-22 Miles Bader <miles@gnu.org>
cdbce48e
MB
263
264 * configure.in: Get rid of "unix" pre-defined macro when
e5d1fb10 265 preprocessing Makefile. (Bug#5857)
cdbce48e 266
bf3126f6
AS
2672010-04-21 Andreas Schwab <schwab@linux-m68k.org>
268
269 Avoid non-portable shell command negation
270 * configure.in: Revert last change.
271
e765bf58
JD
2722010-04-21 Jan Djärv <jan.h.d@swipnet.se>
273
274 * configure.in: Change "if test ! -f" to "if ! test -f".
275
2807228d
GM
2762010-04-21 Glenn Morris <rgm@gnu.org>
277
278 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
10efe302 279 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2807228d 280
574c05e2
KK
2812010-04-21 Karel Klíč <kklic@redhat.com>
282
283 * configure.in: New option: --with(out)-selinux, on by default.
284 Set HAVE_LIBSELINUX if we find libselinux, and substitute
285 LIBSELINUX_LIBS in Makefiles.
286
8224f93d
DN
2872010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
288
289 * configure.in: Remove all references to LIBX11_SYSTEM.
290
32a8894e
DN
2912010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
292
293 * configure.in: Remove all references to C_DEBUG_SWITCH.
294
2201e7e2
EZ
2952010-03-27 Eli Zaretskii <eliz@gnu.org>
296
297 * config.bat <lib-src>: Edit out lines that begin with several #
298 characters.
299
605f35cd
DN
3002010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
301
15d25dc0
DN
302 * configure.in: Remove support for old UNIX System V systems and
303 for Unixware on non-x86 machines.
304
07e339e4 305 * configure.in: Remove support for Solaris on PPC and for old versions.
15d25dc0 306
605f35cd
DN
307 * configure.in: Remove non-working lynxos port.
308
a3ab37b3
DN
3092010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
310
311 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
312
866b0a7b
GM
3132010-03-19 Glenn Morris <rgm@gnu.org>
314
315 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
316 happy.
317
3182010-03-18 Jan Djärv <jan.h.d@swipnet.se>
319
320 * configure.in: Check for tputs and friends, abort if not
321 found (bug#5735).
322
aded53ff
GM
3232010-03-18 Glenn Morris <rgm@gnu.org>
324
eef223cc
GM
325 * configure.in (--with-x-toolkit): In the help text, say which options
326 are synonyms.
327
aded53ff
GM
328 * configure.in (--with-mmdf, --with-mail-unlink):
329 New options, off by default.
330 (--with-mailhost): New option to set default POP host.
331 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
332 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
333 New variables, substituted in Makefiles.
334 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
335 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
336 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
337 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
338 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
339
f8388570
TO
3402010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
341
342 * Makefile.in (uninstall): Handle the case where archlibdir does not
343 exist. (Bug#5720)
344
6da23aaa
EZ
3452010-03-12 Eli Zaretskii <eliz@gnu.org>
346
a96f6398 347 These changes remove termcap.c from the build on Posix platforms.
6da23aaa
EZ
348 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
349
350 * configure: Regenerated.
351
288f9fc0
CY
3522010-03-10 Chong Yidong <cyd@stupidchicken.com>
353
354 * Branch for 23.2.
355
5bcc9931
JL
3562010-01-31 Juri Linkov <juri@jurta.org>
357
358 * .bzrignore: Add TAGS-LISP.
359
c6d09b8d
CY
3602010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
361
362 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
363 this header file).
364
ca22a440
JB
3652010-01-12 Juanma Barranquero <lekktu@gmail.com>
366
367 * .bzrignore: Ignore all .exe, instead of individual files.
368
832fdcab
CY
3692010-01-12 Chong Yidong <cyd@stupidchicken.com>
370
371 * configure.in: Explicitly check for and link to -lXrender.
372
893db5bc
GM
3732010-01-12 Glenn Morris <rgm@gnu.org>
374
375 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
376 for bug reports for development versions.
377
ab507311
EZ
3782010-01-02 Eli Zaretskii <eliz@gnu.org>
379
380 * .bzrignore: Add more ignored patterns, including for the MS-DOS
381 build.
382
8bb25908
KF
3832009-12-27 Karl Fogel <kfogel@red-bean>
384
385 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
386 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
387
c3520efd
GM
3882009-12-17 Glenn Morris <rgm@gnu.org>
389
390 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
391
3bdb7e3e
GM
3922009-12-15 Glenn Morris <rgm@gnu.org>
393
7cda3008 394 * info/dir: Add EDT entry.
3bdb7e3e
GM
395 * Makefile.in (INFO_FILES): Add edt.
396
f1957a33
JD
3972009-12-10 Jan Djärv <jan.h.d@swipnet.se>
398
399 * configure.in: Check for RSVG if GNUStep is used.
400
62b7c422
JD
4012009-12-09 Jan Djärv <jan.h.d@swipnet.se>
402
403 * configure.in: Don't check for RSVG or GConf unless X11 is used.
404
a4ef73c8
CY
4052009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
406
407 * configure.in: Allow compiling Emacs with GTK on Cygwin.
408
9e13b2f4
GM
4092009-12-01 Glenn Morris <rgm@gnu.org>
410
411 * make-dist: Add etc/images/mpc directory.
412
8b571bf3
JD
4132009-11-21 Jan Djärv <jan.h.d@swipnet.se>
414
415 * configure.in: Don't check for GConf unless X is used.
416
7a2efa6f
DN
4172009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
418
419 * configure.in: Use -Wdeclaration-after-statement if available.
420
637fa988
JD
4212009-11-17 Jan Djärv <jan.h.d@swipnet.se>
422
423 * configure.in: New option: --with(out)-gconf.
424 Set HAVE_GCONF if we find gconf.
425
371b0117
GM
4262009-11-17 Glenn Morris <rgm@gnu.org>
427
428 * Makefile.in (INFO_FILES): Add semantic.
429
8834a98b
CY
4302009-11-16 Chong Yidong <cyd@stupidchicken.com>
431
432 * info/dir: Add Semantic.
433
92424f95
GM
4342009-11-16 Glenn Morris <rgm@gnu.org>
435
436 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
437 pattern, so as not to exclude makefile*.el. (Bug#4912)
438
a53cfbe5
JD
4392009-11-14 Jan Djärv <jan.h.d@swipnet.se>
440
441 * configure.in: --enable-autodepend is new. Check for GNU Make
5ce6e4f4 442 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
a53cfbe5
JD
443 gcc and GNU make to generate dependencies.
444
b8c5de8f
GM
4452009-10-27 Glenn Morris <rgm@gnu.org>
446
447 * make-dist: Make links to doc/lispintro/*.pdf.
448
91231421
CY
4492009-10-23 Jim Meyering <meyering@redhat.com>
450
451 * configure.in: Invoke $CPP with -P when creating Makefile and
452 src/Makefile. Without this, gcc 4.4.2 converts each
453 backslash-newline pair in the input to a bare newline, yielding
454 invalid Makefiles.
455
456 * configure: Regenerate.
457
d760435b
DN
4582009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
459
1233852a 460 * configure.in (vax-dec-vms): Remove, not supported anymore.
d760435b 461
f5b30dc9
AR
4622009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
463
464 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
465 (*-apple-darwin*): Add x86_64 architecture.
466
5ba6c2e1
DN
4672009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * config.guess, config.sub: Updated from master source.
470
c9abc21f
AR
4712009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
472
473 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
474
b6c0fa71
JB
4752009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
476
477 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
478
7b1b676d
GM
4792009-09-29 Glenn Morris <rgm@gnu.org>
480
481 * make-dist (check): Update for two new levels of subdirectory in lisp/.
482
005bd5a2
DN
4832009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
484
58a8cf51
DN
485 * config.guess, config.sub: Updated from master source.
486
005bd5a2
DN
487 * configure.in (OTHER_FILES): Define using autoconf not cpp.
488
cc1cb3da
DN
4892009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
492
8593c508
CY
4932009-09-13 Chong Yidong <cyd@stupidchicken.com>
494
495 * INSTALL: Update URL for GNU FreeFont.
496
07cd4153
GM
4972009-09-09 Glenn Morris <rgm@gnu.org>
498
499 * Makefile.in (install-arch-indep): Don't recursively change perms of
500 site-lisp and infodir. There may be non-Emacs files in here, and the
501 files supplied by Emacs are all handled explicitly already. (Bug#3800)
502 (mkdir): Set umask to world-readable before creating directories.
503 mkinstalldirs already checks if dirs exist, don't duplicate this test.
504
ffd8aba9
GM
5052009-08-29 Glenn Morris <rgm@gnu.org>
506
507 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
508 (info): Don't give an error in the absence of makeinfo - let the doc
509 Makefiles do that, if the info files need rebuilding. (Bug#3982)
510
201a4073
KR
5112009-08-23 Ken Raeburn <raeburn@raeburn.org>
512
513 * Makefile.in (install-arch-indep): If the versioned DOC-####
514 generated during loadup+dump isn't found, install the plain DOC
515 file that always gets generated, in case CANNOT_DUMP is set.
879de935
KR
516
517 * configure.in: Warn if package version specified here doesn't
518 match the version in version.el.
519 * configure: Regenerate.
520
c99cb306
MA
5212009-08-22 Michael Albinus <michael.albinus@gmx.de>
522
523 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
524
525 * configure: Regenerate.
526
707f28b6
GM
5272009-08-19 Glenn Morris <rgm@gnu.org>
528
529 * INSTALL: Remove reference to cvtmail.
530
2ec536de
SZ
5312009-08-15 CHENG Gao <chenggao@gmail.com>
532
533 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
534
1233852a 5352009-08-02 Kevin Ryde <user42@zip.com.au>
7e4d5894
CY
536
537 * INSTALL: Fix free fonts URL.
538
49a9e76d
GM
5392009-07-22 Glenn Morris <rgm@gnu.org>
540
541 * configure.in (AC_PREREQ): Require autoconf 2.62.
542
7df24305
AS
5432009-07-04 Andreas Schwab <schwab@linux-m68k.org>
544
1233852a
JB
545 * configure.in (--enable-checking, --enable-profiling):
546 Use AS_HELP_STRING.
7df24305 547
9fe40f0e
DN
5482009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
549
550 * configure.in (--enable-profiling): New option.
6978862d 551 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
9fe40f0e 552
920b116e
GM
5532009-06-27 Glenn Morris <rgm@gnu.org>
554
6978862d 555 * configure.in: Restore netbsd on mips, mipsel, mipseb.
920b116e 556
29771094
DN
5572009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
558
559 * configure.in (--enable-checking): New option.
560
0da746de
GM
5612009-06-24 Glenn Morris <rgm@gnu.org>
562
563 * make-dist: Warn if subdir does not exist in source.
564 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
565 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
566 No longer make links.
567
eeebcbb9
GM
5682009-06-24 Yavor Doganov <yavor@gnu.org>
569
0da746de
GM
570 * make-dist (tempdir): Don't create directories preferences.gorm
571 and preferences.nib, they are no longer required.
eeebcbb9 572
70243478
CY
5732009-06-21 Chong Yidong <cyd@stupidchicken.com>
574
575 * Branch for 23.1.
576
60cf1d09
CY
5772009-06-12 Chong Yidong <cyd@stupidchicken.com>
578
579 * configure.in: Delete mac-fix-env target, which has been
580 removed (Bug#3531).
581
834cf436
SM
5822009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
585
a6e754b6
CY
5862009-05-05 Per Starbäck <per@starback.se> (tiny change)
587
588 * BUGS: Use new binding of view-emacs-problems.
589
734dabe0
CY
5902009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
591
592 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
593 for Solaris compatibility.
594
7bbec45b
CY
5952009-04-25 Chong Yidong <cyd@stupidchicken.com>
596
597 * configure: Regenerate.
598
599 * configure.in: Disable use of FreeType without libXft.
600
dc2933eb
JD
6012009-04-19 Jan Djärv <jan.h.d@swipnet.se>
602
834cf436
SM
603 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
604 Check if it is declared in gtk.h.
dc2933eb 605
cea426d3
AS
6062009-04-12 Andreas Schwab <schwab@linux-m68k.org>
607
608 * Makefile.in (install-arch-indep): Remove .gitignore files.
609
11e244d8
KH
6102009-04-03 Kenichi Handa <handa@m17n.org>
611
612 * INSTALL: Make the section "Complex Text Layout support
613 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
614
1e447232
DN
6152009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
616
617 * configure.in (rs6000-ibm-aix6*): Fix typo.
618
389b99fd
GM
6192009-03-04 Glenn Morris <rgm@gnu.org>
620
621 * Makefile.in (INFO_FILES): Add auth.
622
ebb135af
GM
6232009-03-03 Glenn Morris <rgm@gnu.org>
624
625 * info/dir: Add Auth-source.
626
2ae83832
SM
6272009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
630 the second.
631
3122b073
EZ
6322009-02-28 Eli Zaretskii <eliz@gnu.org>
633
1685daf2
EZ
634 * config.bat: Copy .dbxinit to _dbxinit.
635
3122b073
EZ
636 * make-dist (Making links to `info'): Remove .gitignore.
637
b4b7bab7
SM
6382009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * Makefile.in (lib-src, lisp): Use simpler rule.
641 (src): Be more specific to avoid recompiling all the .elc files just
642 because the bootstrap-emacs is missing.
643
003a2c00
CY
6442009-02-26 Chong Yidong <cyd@stupidchicken.com>
645
646 * configure.in: Require librsvg >= 2.11.
647
c21273df
AR
6482009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
649
650 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
651 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
652
c5ecbe51
AR
6532009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
654
655 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
656
4e1fb954
GM
6572009-02-03 Glenn Morris <rgm@gnu.org>
658
659 * make-dist: Add some missing files, remove some that are no longer
660 present.
661
99cc1583
GM
6622009-02-02 Glenn Morris <rgm@gnu.org>
663
664 * make-dist: Add some missing nextstep/ files.
665
6debaeb8
AR
6662009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
667
adab88bd 668 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6debaeb8 669
a078d6e5
DN
6702009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * configure.in: Add support for m68k-*-netbsd.
673
a372b1a2
JL
6742009-01-14 Juri Linkov <juri@jurta.org>
675
c2ad0dc9
JL
676 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
677
a372b1a2
JL
678 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
679 and bug-reference-mode.
680
d0bec92c
JL
6812009-01-11 Juri Linkov <juri@jurta.org>
682
683 * INSTALL.CVS: Move configuration explicitly to the first step.
684
05453c9d
GM
6852009-01-09 Glenn Morris <rgm@gnu.org>
686
687 * .dir-locals.el: Don't set indent-tabs-mode.
688
c0eb6ac0
KH
6892008-12-30 Kenichi Handa <handa@m17n.org>
690
691 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
692 the function OTF_get_variation_glyphs.
693
9c222401
JD
6942008-12-30 Jan Djärv <jan.h.d@swipnet.se>
695
696 * Makefile.in (install-arch-dep): Remove old directories in
697 ns_app* before moving new directories there.
698
bda28f63
DN
6992008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
700
701 * .dir-locals.el: Remove non-working entry for pmail.
702 (fill-column): Fix typo.
703 (change-log-mode): Add fill column.
704
745ebc13
EZ
7052008-12-26 Eli Zaretskii <eliz@gnu.org>
706
707 * config.bat: Produce _dir-locals.el from .dir-locals.el.
708
b08ddfb4
DN
7092008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
710
711 * make-dist (tempdir): Distribute .dir-locals.el.
712
713 * .dir-locals.el: New file.
714
b5a09903
EZ
7152008-12-19 Eli Zaretskii <eliz@gnu.org>
716
717 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
718 for rationale.
719
c4607d7f
GM
7202008-12-13 Glenn Morris <rgm@gnu.org>
721
722 * Makefile.in (install-arch-indep): Add new man-pages.
8e7aa5de
GM
723 (manext): Remove variable.
724 (MAN_PAGES): New variable.
725 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
726 and remove.
8bfbbb97 727 (uninstall): Remove desktop file and icons, game scores if empty.
c4607d7f 728
894b66d8
DN
7292008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
730
731 * config.guess, config.sub: Updated from master source.
732
08d03897
DN
7332008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
734
735 * Makefile.in (install-arch-indep): Install ebrowse.1.
736
7c54c0a0
DN
7372008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
738
739 * configure.in: Add Solaris on x86_64.
740
149b51bc
DN
7412008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * config.guess, config.sub: Updated from master source.
744
961de2e7
EZ
7452008-12-08 Eli Zaretskii <eliz@gnu.org>
746
747 * info/dir: Fix last change.
748
777af7e5
EZ
7492008-12-07 Eli Zaretskii <eliz@gnu.org>
750
751 * info/dir: Untabify.
752
3c00847f
RF
7532008-11-28 Ulrich Mueller <ulm@gentoo.org>
754
755 * configure.in: Fix last change.
756
6a7447b3
RS
7572008-11-28 Richard M Stallman <rms@gnu.org>
758
759 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
760 New configurations.
761
d8aef2e6
GM
7622008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
763
764 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
765 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
766
c4e58908
EZ
7672008-11-15 Eli Zaretskii <eliz@gnu.org>
768
21d907a3
EZ
769 * Makefile.in (INFO_FILES): Remove ns-emacs.
770
c4e58908
EZ
771 * info/dir (NS-Emacs): Remove entry.
772
b73f809c
EZ
7732008-11-08 Eli Zaretskii <eliz@gnu.org>
774
775 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
776
9fea5ed1
GM
7772008-11-07 Glenn Morris <rgm@gnu.org>
778
779 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
780
b5ba7271
EZ
7812008-10-31 Eli Zaretskii <eliz@gnu.org>
782
783 * config.bat: Tell user to expect one "File not found" message
784 while the `doc' directory is being configured.
785
27301075
CY
7862008-10-30 Chong Yidong <cyd@stupidchicken.com>
787
788 * update-subdirs: Put obsolete directory last.
789
28f3a9d1
KH
7902008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
791
792 * configure.in: Check fontconfig always.
793
2194ea1c
DN
7942008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
795
796 * configure (*-solaris2.[7-9]*): Fix typo.
797
ea09b8d5
GM
7982008-10-24 Glenn Morris <rgm@gnu.org>
799
800 * configure.in (--without-sync-input, --with-pkg-config-prog):
801 Help strings start with lower case.
802 (--with-gnustep-conf): New option.
803 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
804
ef913c89
GM
8052008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
806
807 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
808 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
809 is not found. (Bug#1230)
810
b97439ce 8112008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8 812
b97439ce 813 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
9b3362b8
DN
814 Use sol2-6.h for Solaris 7-9.
815
fac5dc61
DN
8162008-10-18 Ulrich Mueller <ulm@gentoo.org>
817
818 * configure.in: Add support for GNU/Linux on SuperH.
819
6b0262c1
AS
8202008-10-12 Andreas Schwab <schwab@suse.de>
821
822 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
823
8d87199b
AR
8242008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
825
826 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
827 "X") to avoid confusion.
828
829 * configure: Regenerate.
830
265f3a4d
RF
8312008-09-07 Romain Francoise <romain@orebokech.com>
832
833 * make-dist: Distribute doc/man/ChangeLog.
834
cfe91a31
CY
8352008-08-28 Chong Yidong <cyd@stupidchicken.com>
836
837 * configure.in: Disable XFT and Freetype when without X.
838
839 * configure: Regenerate.
840
c5e2611e
DN
8412008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
842
843 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
844
cc9e2523
CY
8452008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
846
847 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
848 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
849
850 * configure: Regenerate.
851
67931678
EZ
8522008-08-20 Eli Zaretskii <eliz@gnu.org>
853
854 * configure.in: Move "#define subprocesses" before
855 config_opsysfile is included.
856
5b6fd9ea
KH
8572008-08-19 Kenichi Handa <handa@m17n.org>
858
859 * INSTALL (Extra fonts): Mention local fonts, don't mention
860 mule-unicode.
861
d32e280e
CY
8622008-08-16 Chong Yidong <cyd@stupidchicken.com>
863
864 * make-dist: Omit info/.arch-inventory.
865
3271ac8c
JR
8662008-08-16 Jason Rumney <jasonr@gnu.org>
867
868 * make-dist (tempdir/nt): Link emacsclient.rc.
869
48fad8e8
DN
8702008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
871
872 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
873 AC_SUBST it.
874 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
875 AC_SUBST it.
876 (OTHER_FILES): Always define for HAVE_NS.
877 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
878 * configure: Regenerate.
879
6b8bc489
AS
8802008-08-07 Andreas Schwab <schwab@suse.de>
881
882 * configure.in: Correctly handle
883 --enable-cocoa-experimental-ctrl-g=no and
884 --enable-ns-self-contained=yes.
6b8bc489 885
d5e2f8fe
AR
8862008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
887
888 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
4eec6197
AR
889 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
890 bother undef'ing since won't have desired effect.
d5e2f8fe 891
9e0f670e
AS
8922008-08-06 Andreas Schwab <schwab@suse.de>
893
894 * configure.in: Fix quoting.
895
23ca30bd
CY
8962008-08-06 Chong Yidong <cyd@stupidchicken.com>
897
898 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
899
b44d2112
CY
9002008-08-05 Ulrich Mueller <ulm@gentoo.org>
901
902 * configure.in: Add checks for krb5_error.text and
903 krb5_error.e_text struct members.
904
19571844
CY
9052008-08-04 Chong Yidong <cyd@stupidchicken.com>
906
19571844 907 * configure.in: Test for existence of NSInteger.
509b4b38 908 Suggested by Yavor Doganov.
19571844 909
96cac6f1
RF
9102008-08-02 Romain Francoise <romain@orebokech.com>
911
912 * Makefile.in (INFO_FILES): Add mairix-el.
913
7c2fb837
DN
9142008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * make-dist:
917 * README: Remove VMS support.
918 * vms: Remove directory.
919
69ab3201
DN
9202008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * configure.in (MULTI_KBOARD): Remove.
923
9d9a7716
DN
9242008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
925
926 * configure.in (DO_BLOCK_INPUT): Remove, unused.
927
a7b7b527
CY
9282008-07-29 Chong Yidong <cyd@stupidchicken.com>
929
930 * info/dir (File): Add mairix-el.
931
9e2a2647
DN
9322008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
933
934 Remove support for Mac Carbon.
935 * mac: Remove directory.
936 * make-dist:
937 * configure.in:
938 * README:
939 * Makefile.in:
0e134ea0 940 * INSTALL: Remove code for Carbon.
9e2a2647
DN
941 * configure: Regenerate.
942
98822133 9432008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
fb67f03d 944
0e134ea0 945 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
fb67f03d 946
7cadb46a
CY
9472008-07-25 Chong Yidong <cyd@stupidchicken.com>
948
949 * configure.in: Check for getrlimit.
950
951 * configure: Regenerate.
952
77ccee09
DN
9532008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
956 in src/Makefile.in.
957 (static): Remove, autoconf would always comment it out anyway.
958 (subprocesses): Define unconditionally.
959
10d975d7 9602008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
7a55ab54 961
10d975d7
GM
962 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
963 compilation under GNUstep.
7a55ab54 964
658a0f85
KH
9652008-07-18 Kenichi Handa <handa@m17n.org>
966
967 * INSTALL (Complex Text Layout support libraries): Delete the
968 paragraph about --enable-font-backend.
969
ba60bd44 9702008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2a7973b6
AR
971
972 * configure.in: Print out some info to user for NeXTstep builds.
973 (ns-app): Remove enable option.
974 (ns-self-contained): Add enable option.
975 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
976 GNUstep, use to set install prefixes, and substitute in Makefiles.
977 * configure: Regenerate.
978 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
979 NS app bundle.
980
facfbbbd
SM
9812008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
984
ba60bd44 9852008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
986
987 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
988 NS_IMPL_COCOA.
122e9f8f 989
2c369af7
GM
9902008-07-16 Glenn Morris <rgm@gnu.org>
991
6ba72723
GM
992 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
993 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
994 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
995 never unset.
996
2c369af7
GM
997 * make-dist: Add nextstep/ directories.
998 (src, lib-src): Add .m files.
999
6b0273cd
DN
10002008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1001
1002 * configure.in (freebsd, kfreebsd): Undo part of previous change.
1003 (USER_FULL_NAME): Remove, not used anymore.
1004 * configure: Regenerate.
1005
ba60bd44 10062008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1007
1008 Changes and additions for NeXTstep windowing system (Cocoa and
1009 GNUstep) support.
1010
1011 * configure.in: Add support for NS window system: --with-ns (default
1012 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
1013 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
1014 disable font backend if window system is "none", not if !HAVE_X11.
1015 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
1016 (install-arch-dep): Add commands to assemble NS .app package.
1017
40dde9d1
DN
10182008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1019
176fe5fc
DN
1020 * configure.in: Use macppc for Darwin. Remove references to
1021 desupported systems.
40dde9d1
DN
1022 * configure: Regenerate.
1023
2906a94c
GM
10242008-07-05 Glenn Morris <rgm@gnu.org>
1025
1026 * make-dist (EMACS): Doc fix.
1027 (lisp): There are no *.dat or image files here any more.
1028 (src): There are no *.s files here any more.
1029 (etc/images, etc/images/*): Link to most regular files.
1030
26d41f17
GM
10312008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1032
1033 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
1034
3d4c9dbd
GM
10352008-07-01 Glenn Morris <rgm@gnu.org>
1036
1037 * configure.in (cpp_undefs): Rename from `undefs', update uses.
1038 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
1039 and explicitly export there. (Bug#507.)
1040
f2a77c3a
DN
10412008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * configure.in:
1044 * configure: Remove references to obsolete systems.
1045
ac935997
SM
10462008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * Makefile.in (Makefile): Use it for its timestamp value as well, and
1049 make it depend on all other */.in files.
1050 (src/Makefile, src/config.stamp, lib-src/Makefile)
1051 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
1052 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
1053 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
1054 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
1055
1056 * configure.in: Don't create src/config.stamp any more.
1057
b4945b95
SM
10582008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1059
f245f2c6 1060 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
b4945b95 1061
8a6a5642
GM
10622008-06-22 Glenn Morris <rgm@gnu.org>
1063
1064 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
1065
822ef7a0
RF
10662008-06-21 Romain Francoise <romain@orebokech.com>
1067
1068 * Makefile.in (INFO_FILES): Add sasl.
1069
fc46d219
SM
10702008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
1073 (bootstrap-build): Remove.
1074 (top_bootclean): New var.
1075 (top_distclean, bootstrap-clean): Use it.
1076 (bootstrap): Don't recheck config. Make normally.
1077
49f6eb95
SM
10782008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * Makefile.in (SUBDIR): Include `lisp'.
1081 (lisp): Depend on `src'.
1082 (top_distclean): Don't remove config.status.
1083 (bootstrap-clean): New target.
1084 (maintainer-clean): Use it.
1085 (bootstrap): Use bootstrap-clean. Re-run config.status.
1086 (src/bootstrap-emacs${EXEEXT}): New target.
1087 (bootstrap-build): Use it. Don't use bootstrap-prepare because
1088 src/Makefile now takes care of it.
1089 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
25241b4d 1090
02db7a65
GM
10912008-06-15 Glenn Morris <rgm@gnu.org>
1092
1093 * info/dir: Add sasl.
1094
294e8689
AM
10952008-06-09 Alan Mackenzie <acm@muc.de>
1096
1097 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
1098
8669e78f
ER
10992008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
1100
429870c2 1101 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
8669e78f 1102
b464059a
GM
11032008-06-07 Glenn Morris <rgm@gnu.org>
1104
1105 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
1106 serve no purpose.
1107
d893468a
DN
11082008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1109
1110 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
1111 * configure: Regenerate.
1112
79241466
SM
11132008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * update-subdirs: Don't touch subdirs.el if it is unchanged.
1116
b8bdd8c9
KH
11172008-05-14 Kenichi Handa <handa@m17n.org>
1118
1119 * configure: Regenerate.
1120
1121 * configure.in: Don't handle --disable-font-backend. Don't print
1122 a message about a font backend.
1123
1c73f195
GM
11242008-05-09 Glenn Morris <rgm@gnu.org>
1125
1126 * configure.in: Make absence of makeinfo a fatal error only if the info
1127 files don't exist.
1128 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
1129
d95d9b23
EZ
11302008-05-07 Eli Zaretskii <eliz@gnu.org>
1131
1132 * config.bat: Fix last change: don't use < and > in "rem" lines,
1133 they are interpreted as redirection by DOS shells.
1134
f67e15be 11352008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
fac4a32b
YM
1136
1137 * configure.in: Check availability of AvailabilityMacros.h
1138 if HAVE_CARBON.
1139
1140 * configure: Regenerate.
1141
1066d056
GM
11422008-05-03 Glenn Morris <rgm@gnu.org>
1143
1144 * configure.in (x_libraries): Remove standard 64-bit directories -
1145 experimental workaround for minor autoconf bug.
1146
79bc8bbb
GM
1147 * configure.in (--without-makeinfo): New option. If set,
1148 absence of suitable makeinfo is not a fatal error.
1149 * Makefile.in (MAKEINFO): New, set by configure.
1150 (install-arch-indep): Without makeinfo, ignore any missing manuals.
1151 (info-real): New target.
1152 (info): Without makeinfo, do nothing, else call `info-real'.
1153
a113b3ca 11542008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
b6924dd7
DN
1155
1156 * configure.in: Remove hpux10.20 from the desupported list.
1157
73d798d5
SM
11582008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
1161
a51f4969
SM
11622008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
1165 rather than change CPPFLAGS.
1166 (HAVE_GTK): Rename to USE_GTK.
1167
7316a2b5
SM
11682008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
1169
1170 * configure.in: Replace the obsolete macros AC_AIX and
1171 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
1172
5d374ce1
AS
11732008-04-05 Andreas Schwab <schwab@suse.de>
1174
1175 * configure.in: No longer create admin/unidata/Makefile.
1176
d0b7952a
AS
11772008-03-28 Andreas Schwab <schwab@suse.de>
1178
1179 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
1180 (lisp/Makefile): New rule.
1181
acfdc2b1
GM
11822008-03-13 Glenn Morris <rgm@gnu.org>
1183
1184 * configure.in (AC_INIT): Fix version number.
1185 (sync-input): Reword the option, since it's on by default.
1186
880820fe 11872008-03-11 Jan Djärv <jan.h.d@swipnet.se>
ca34d75a
JD
1188
1189 * configure.in: Add --enable-sync-input, default yes.
1190
dc6150eb
GM
11912008-03-11 Glenn Morris <rgm@gnu.org>
1192
69c7cf1b
GM
1193 * Makefile.in (install-etc, mkdir): Handle directory
1194 etc/images/icons/hicolor/*/mimetypes/.
1195
dc6150eb
GM
1196 * make-dist: Handle icons/hicolor/scalable directory.
1197
491d33f9
GM
11982008-03-05 Glenn Morris <rgm@gnu.org>
1199
1200 * configure.in: Enable font-backend by default.
77dfeef5
GM
1201 (USE_FONT_BACKEND): Set to "no" in absence of X.
1202 (PKG_CONFIG): Don't set multiple times, once is enough.
1203 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
491d33f9 1204
4cba674a
GM
12052008-03-03 Glenn Morris <rgm@gnu.org>
1206
1207 * Makefile.in (iconsrcdir): New variable.
1208 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
1209 directory.
1210
2d61385a
GM
12112008-02-29 Glenn Morris <rgm@gnu.org>
1212
1213 * test/: New directory.
1214
880820fe 12152008-02-27 Jan Djärv <jan.h.d@swipnet.se>
72f51d25
JD
1216
1217 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
1218
26a42dac
DN
12192008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1220
f245f2c6
JB
1221 * configure.in: Print an error for systems that we think are obsolete
1222 and are proposed to be removed. Remove some more unused systems.
e6a498d9 1223 Add support for powerpc-ibm-aix6*.
26a42dac 1224
9d2818d6
DN
12252008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1226
f245f2c6 1227 * configure.in: Remove references to obsolete variables and systems.
9d2818d6 1228
2cbff44e
GM
12292008-02-21 Glenn Morris <rgm@gnu.org>
1230
7864e4ee
GM
1231 * Makefile.in (set_installuser): New.
1232 (install-arch-indep): Use set_installuser to avoid duplicate code.
1233
2cbff44e
GM
1234 * README.unicode: Split into admin/notes/unicode,font-backend and
1235 remove.
1236
372a3385
RS
12372008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
1238
f245f2c6 1239 * configure.in (arm*-*-freebsd*): Add.
372a3385 1240
4624371d
DN
12412008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1242
1243 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
1244 dealing with obsolete variables.
1245
737e2b96
GM
12462008-02-08 Glenn Morris <rgm@gnu.org>
1247
1248 * Makefile.in (check-info-dir): New target.
1249
bcf21c09
MO
12502008-02-08 Michael Olson <mwolson@gnu.org>
1251
507f2b91
MO
1252 * Makefile.in (INFO_FILES): Add epa.
1253
bcf21c09
MO
1254 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
1255 features" section.
1256
86dc59b0
GM
12572008-02-06 Glenn Morris <rgm@gnu.org>
1258
1259 * configure.in (--with-gcc): Give an error saying this option has
1260 been removed.
1261 (--with-gtk): Remove this option.
1262
02f35af2
GM
12632008-02-06 Tom Tromey <tromey@redhat.com>
1264
1265 * configure.in (--with-gcc): Remove.
1266 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
1267
12682008-02-05 Ulrich Mueller <ulm@gentoo.org>
5e0699b4
JB
1269
1270 * INSTALL: Recommend giflib, not libungif.
1271
b5a922de
MO
12722008-02-05 Tom Tromey <tromey@redhat.com>
1273
1274 * configure.in (--with-dbus): Default to enabled.
1275
9f432734
KH
12762008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
1277
1278 * INSTALL (Complex Text Layout support libraries): New section.
1279
c0bc7978
DN
12802008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1281
1282 * make-dist: Remove references to files in mac/ that have been
1283 deleted.
1284
435f8bc5
TTN
12852008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1286
1287 * configure.in: For libotf and m17n-flt checks, set shell vars
1288 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
1289 pkg_check_m17n_flt, respectively, for the sake of the summary output.
1290 Reported by Ulrich Mueller.
435f8bc5 1291
2ee27f27
EZ
12922008-02-02 Eli Zaretskii <eliz@gnu.org>
1293
1294 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
1295 admin/unidata/Makefile.in to Makefile.
4fd0214c
GM
1296
12972008-02-02 Glenn Morris <rgm@gnu.org>
1298
1299 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
1300 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
1301 (HAVE_XFT): Add "Does Emacs use..." messages at end.
2ee27f27 1302
9209bb23 13032008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1304
1305 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
1306 [libotf], and [m17n-flt] options.
1307
9209bb23 13082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
1309
1310 * configure.in: Add EMACS_ARG_N([libotf]...), and
1311 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
1312 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
1313 CFLAGS, and LIBS in checking of m17n-flt.
1314
9209bb23 13152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
1316
1317 * configure.in: Check the availability of m17n-flt library.
1318
9209bb23 13192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1320
1321 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
1322 not available.
1323
9209bb23 13242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1325
1326 * configure.in: New args --enable-font-backend, --with-xft,
1327 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
1328 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
1329 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
1330 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
1331
9209bb23 13322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1333
1334 * make-dist: Include etc/charsets in tarball.
1335
9209bb23 13362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1337
1338 * configure.in: While running cpp on junk.c, include
1339 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
1340 exists.
1341
8dd59f01 13422008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7cc04609
DN
1343
1344 * configure.in (xtensa): Match more configurations.
1345
9c28b587
DN
13462008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * configure.in: Update comment.
1349
304484e4
GM
13502008-01-26 Glenn Morris <rgm@gnu.org>
1351
1352 * configure.in (--without-gcc): By default, neither off nor on.
f7317f6c 1353 (--with-carbon): Tone down rhetoric in help text.
304484e4 1354
5b940d5a
GM
13552008-01-25 Glenn Morris <rgm@gnu.org>
1356
1357 * configure.in: Correct usage of OPTION_DEFAULT_ON,
1358 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
1359 Default `Carbon' to off (it's unsupported).
1360
bf9a7ece
GM
13612008-01-24 Glenn Morris <rgm@gnu.org>
1362
1363 * configure.in: Standardize dbus-related messages.
1364
1eee1145
MO
13652008-01-23 Michael Olson <mwolson@gnu.org>
1366
1367 * configure.in (pkg-config-prog): Remove initial whitespace.
1368
8b1de1b5
MO
13692008-01-23 Tom Tromey <tromey@redhat.com>
1370
bf9a7ece 1371 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
8b1de1b5
MO
1372 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
1373 Update all users.
1374
8ca7e0f1
DN
13752008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
1376
1377 * config.guess, config.sub: Updated from master source.
1378
55e6d9b2
AS
13792008-01-17 Andreas Schwab <schwab@suse.de>
1380
95986dbe 1381 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
55e6d9b2 1382
058e0687
GM
13832008-01-17 Glenn Morris <rgm@gnu.org>
1384
1385 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
1386
6bed5c4a
DN
13872008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * configure.in: Remove more references to unsupported systems.
1390
ed398055
GM
13912008-01-16 Sven Joachim <svenjoac@gmx.de>
1392
1393 * make-dist: Add --lzma.
1394
2c2935f7
GM
13952008-01-16 Glenn Morris <rgm@gnu.org>
1396
1397 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
1398 configure checks for this.
1399
f40f5dc3
DN
14002008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * configure.in: Remove more references to unsupported systems.
1403
effb6952
RF
14042008-01-06 Romain Francoise <romain@orebokech.com>
1405
1406 * configure.in: Delete extra semicolons.
1407
f3041af1
DN
14082008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1409
1410 * configure.in: Remove references to unsupported systems.
1411
37d6e313
RF
14122008-01-05 Romain Francoise <romain@orebokech.com>
1413
1414 * make-dist: Add --bzip2. Update copyright.
1415
d35e1cd7
DN
14162008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * configure.in: Remove support for Masscomp.
1419
b26cd843
GM
14202008-01-05 Glenn Morris <rgm@gnu.org>
1421
1422 * Makefile.in (desktopdir, icondir): New variables.
1423 (install-arch-indep): Also depend on `install-etc'.
1424 (install-etc): New target.
1425 (mkdir): Also create the `applications' and `icons' directories.
1426
d8981daf
GM
14272008-01-04 Glenn Morris <rgm@gnu.org>
1428
1429 * make-dist: Update for new etc/images/icons/hicolor directory.
1430
d088fbb2
AS
14312007-12-09 Andreas Schwab <schwab@suse.de>
1432
1433 * configure.in: D-Bus is not enabled by default.
1434
880820fe 14352007-12-06 Jan Djärv <jan.h.d@swipnet.se>
9fb1ba80
JD
1436
1437 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
1438 change.
1439
880820fe 14402007-12-04 Jan Djärv <jan.h.d@swipnet.se>
9cf8f393 1441
10d1d0af 1442 * configure.in: Give package name and version to AC_INIT.
9cf8f393 1443
cffe4909
MH
14442007-12-03 Magnus Henoch <mange@freemail.hu>
1445
1446 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
1447
868641cc
MA
14482007-12-03 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * configure.in: No need for DBUS_INFO anymore.
1451
868641cc
MA
1452 * Makefile.in (INFO_FILES): Use dbus unconditionally.
1453
131e4133
MA
14542007-12-02 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
1457
131e4133
MA
1458 * Makefile.in (INFO_FILES): Add dbus.
1459
916447e4
RF
14602007-12-02 Romain Francoise <romain@orebokech.com>
1461
1462 * make-dist: Fix last change.
1463
472fd4dc
GM
14642007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
1465
1466 * configure.in: Add support for gnu-kfreebsd.
1467
02964da1
GM
14682007-11-28 Glenn Morris <rgm@gnu.org>
1469
1470 * make-dist: Add etc/nxml.
1471
d6447bae
RF
14722007-11-24 Romain Francoise <romain@orebokech.com>
1473
1474 * Makefile.in (INFO_FILES): Add nxml-mode.
1475
3ada8b66
RF
14762007-11-23 Romain Francoise <romain@orebokech.com>
1477
1478 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
1479 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
1480
074767f2
AS
14812007-11-20 Andreas Schwab <schwab@suse.de>
1482
14ee32ab 1483 * configure.in: Always include <resolv.h> when checking for res_init.
074767f2 1484
8d6069a4
AS
14852007-11-17 Andreas Schwab <schwab@suse.de>
1486
1487 * update-subdirs: Atomically update subdirs.el.
1488
4f73d1e1
GM
14892007-11-17 Glenn Morris <rgm@gnu.org>
1490
1491 * Makefile.in (check-declare): New target.
1492
f117c226
GM
14932007-11-07 Glenn Morris <rgm@gnu.org>
1494
1495 * configure.in: Deprecate Mac Carbon port.
1496
880820fe 14972007-11-01 Jan Djärv <jan.h.d@swipnet.se>
a5c2c204
JD
1498
1499 * configure.in: Remove HAVE_X11R5 check.
1500
9a56b440
GM
15012007-10-31 Glenn Morris <rgm@gnu.org>
1502
1503 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
1504 when changing ownership of installed files.
1505
32c22e5e
GM
15062007-10-30 Glenn Morris <rgm@gnu.org>
1507
1508 * make-dist: Add new directory etc/gnus.
1509
47cca554
MO
15102007-10-30 Michael Olson <mwolson@gnu.org>
1511
1512 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
1513
7016b92b
GM
15142007-10-29 Glenn Morris <rgm@gnu.org>
1515
1516 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
1517
ca076674
GM
15182007-10-23 Glenn Morris <rgm@gnu.org>
1519
1520 * MAINTAINERS: Move to admin/.
1521
c136b828
CY
15222007-10-17 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
1525 (HAVE_LIBRESOLV): Also define if we are using res_init().
1526
c49847b9
GM
15272007-10-17 Glenn Morris <rgm@gnu.org>
1528
1529 * FTP: Remove file, since it's just a duplicate of one in etc/.
1530
799303b6
EZ
15312007-10-05 Eli Zaretskii <eliz@gnu.org>
1532
1533 * config.bat: Fix configuring `doc' due to changes in the
1534 directory structure.
1535
5aec60df 15362007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
846d1b3e
JD
1537
1538 * configure.in: Don't use -lpthread on HP-UX.
1539
c8d2eff3
GM
15402007-09-16 Glenn Morris <rgm@gnu.org>
1541
1542 * make-dist: File gfdl.1 has been removed.
1543
02ff9df4
GM
15442007-09-15 Glenn Morris <rgm@gnu.org>
1545
1546 * configure.in: Fix makeinfo version regexp.
1547
cd227ad1
GM
15482007-09-12 Glenn Morris <rgm@gnu.org>
1549
5a6a83f2
GM
1550 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
1551 implementation of alloca is not found.
1552
cd227ad1 1553 * Makefile.in (SOURCES, unlock, relock): Delete.
a3372e09 1554 (install-arch-indep): Do not exclude the etc/ Makefiles.
cd227ad1 1555
fe79fcb3
JL
15562007-09-09 Juri Linkov <juri@jurta.org>
1557
1558 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
1559
1560 * README: Add doc/ to documentation directories.
1561
97268cd1
MO
15622007-09-08 Michael Olson <mwolson@gnu.org>
1563
1564 * MAINTAINERS: Add myself for ERC and tq.el.
9a4d5e0c 1565 Update for new doc/ directory layout.
97268cd1 1566
d175b0ae
RF
15672007-09-06 Romain Francoise <romain@orebokech.com>
1568
1569 * make-dist: Update for new doc/ directory layout.
1570
e7426ea4
GM
15712007-09-06 Glenn Morris <rgm@gnu.org>
1572
1573 * Makefile.in (mansrcdir): New variable.
1574 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
1575 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
1576 update these targets for new doc/ directory layout.
1577 (doc/misc/Makefile): New target.
1578 (install-arch-indep): Use mansrcdir for new location of manpages.
1579 (mostlyclean, clean, distclean, maintainer-clean, unlock)
1580 (relock, info, dvi): Update targets for new doc/ directory layout.
1581
1582 * configure.in (AC_OUTPUT): Update names of generated Makefiles
1583 for new doc/ directory layout.
1584
709e90de
AS
15852007-09-02 Andreas Schwab <schwab@suse.de>
1586
1587 * configure.in: Use AS_HELP_STRING throughout.
1588 * configure: Regenerate.
1589
880820fe 15902007-09-02 Jan Djärv <jan.h.d@swipnet.se>
f8932819
JD
1591
1592 * configure.in: Require Gtk/Glib 2.6.
1593
49adb60f
TTN
15942007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1595
1596 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
1597 Use them throughout in place of AC_ARG_WITH calls.
1598 * configure: Regenerate.
1599
28aa2c3e
AS
16002007-09-01 Andreas Schwab <schwab@suse.de>
1601
1602 * configure.in: Put quotes around nested macro calls.
1603
e35a28cd
TTN
16042007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1605
1606 * configure.in: Fix typo.
1607 * configure: Regenerate.
1608
050b82f6
GM
16092007-08-30 Glenn Morris <rgm@gnu.org>
1610
1611 * configure.in (AH_BOTTOM): Copy some manual changes made to
1612 src/config.in here so they are not lost when it regenerates.
1613
e1b79824
GM
1614 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
1615
880820fe 16162007-08-29 Károly Lőrentey <karoly@lorentey.hu>
e1b79824
GM
1617
1618 * README.multi-tty: New file.
1619
6d017e27
GM
16202007-08-29 Glenn Morris <rgm@gnu.org>
1621
1622 * README: Increase version to 23.0.50.
1623
880820fe 16242007-08-29 Jan Djärv <jan.h.d@swipnet.se>
c982cf7d
JD
1625
1626 * configure.in: New option: --without-xaw3d.
1627
d25b54b3
GM
16282007-08-24 Glenn Morris <rgm@gnu.org>
1629
1630 * configure.in: Check for a suitably recent makeinfo.
1631
3d20d6aa
SM
16322007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1633
1634 * configure.in (Check for required libraries): Typo.
1635
ae0476ed
YM
16362007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637
1638 * configure.in: Check librsvg2 also for Mac Carbon.
1639
561c44e8
RF
16402007-08-22 Romain Francoise <romain@orebokech.com>
1641
1642 * make-dist: Follow reorganization of files in etc/.
1643
65999ef5
GM
16442007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
1645
1646 * configure.in: Add support for SVG images through librsvg2.
1647
664a406f
EZ
16482007-07-28 Eli Zaretskii <eliz@gnu.org>
1649
1650 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
1651 to avoid an error message if there is no DOC there.
1652
cacc7b51
GM
16532007-07-25 Glenn Morris <rgm@gnu.org>
1654
1655 * Relicense all FSF files to GPLv3 or later.
1656
9e45936b 1657 * COPYING, info/COPYING: Switch to GPLv3.
cacc7b51 1658
880820fe 16592007-06-20 Jan Djärv <jan.h.d@swipnet.se>
31ad8850
JD
1660
1661 * configure.in: Complain if X seems to be installed but no
515f0896 1662 development files were found.
31ad8850 1663
7adaaf72
GM
16642007-06-20 Glenn Morris <rgm@gnu.org>
1665
1666 * configure.in: Prefer libgif over libungif.
1667
880820fe 16682007-06-14 Jan Djärv <jan.h.d@swipnet.se>
bfa6fb7e
JD
1669
1670 * configure.in: Check for all image libraries before exiting.
1671
880820fe 16722007-06-13 Jan Djärv <jan.h.d@swipnet.se>
1ee86f21
JD
1673
1674 * configure.in: Exit with error if image libraries aren't found.
1675
154c9c9b
CY
16762007-06-13 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
1679 when compiling without scrollbars.
1680
7a9a50d8
GM
16812007-06-12 Glenn Morris <rgm@gnu.org>
1682
1683 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
1684
880820fe 16852007-06-11 Jan Djärv <jan.h.d@swipnet.se>
29d69661 1686
4b649a8e
JB
1687 * configure.in: Change wording about yes/gtk and lucid/athena
1688 being synonyms.
29d69661 1689
45cb0b58
GM
16902007-06-08 Glenn Morris <rgm@gnu.org>
1691
1692 * configure.in: Make gtk the default toolkit.
1693
42bf63da
GM
16942007-06-07 Glenn Morris <rgm@gnu.org>
1695
1696 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
1697 for a Sun C compiler.
1698
924e4ab0
GM
1699 * Makefile.in (install-arch-indep): Install only the DOC- file
1700 specific to the build, if possible, rather than DOC-*.
1701
7dfc4cda
CY
17022007-06-02 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * Version 22.1 released.
1705
80821874
CY
17062007-05-25 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * mkinstalldirs: Sync to version in automake CVS.
1709
1770dcdc
AS
17102007-05-22 Andreas Schwab <schwab@suse.de>
1711
14ee32ab 1712 * configure.in: Prefer build_alias over host when host_alias is not set.
1770dcdc
AS
1713 * configure: Regenerate.
1714
17152007-05-20 Andreas Schwab <schwab@suse.de>
1716
1717 * configure.in: Remove empty AC_SUBST.
1718 * configure: Regenerate.
1719
7e5a23bd
NR
17202007-05-20 Nick Roberts <nickrob@snap.net.nz>
1721
1722 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
1723 it like others.
1724 * configure: Regenerate.
1725
60889ffa
NR
17262007-05-20 Nick Roberts <nickrob@snap.net.nz>
1727
14ee32ab 1728 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
60889ffa
NR
1729 (AC_CHECK_LIB): Add -lgpm.
1730 * configure: Regenerate.
1731
a61daa64
GM
17322007-05-03 Glenn Morris <rgm@gnu.org>
1733
1734 * configure: Tweak message about the absence of shell functions.
1735
edaeebf5
AS
17362007-04-27 Andreas Schwab <schwab@suse.de>
1737
14ee32ab 1738 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
edaeebf5 1739
07016031
GM
17402007-04-26 Glenn Morris <rgm@gnu.org>
1741
1742 * README: Increase version to 22.1.50.
1743
6b6c5b14
JB
17442007-04-24 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
1747
e45f35a0
CY
17482007-04-19 Glenn Morris <rgm@gnu.org>
1749
4b649a8e 1750 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
e45f35a0 1751
d14f8614
GM
17522007-04-18 Glenn Morris <rgm@gnu.org>
1753
1754 * INSTALL: Mention CPP.
1755
c98b464f
GM
17562007-04-15 Glenn Morris <rgm@gnu.org>
1757
1758 * FTP: Replace with a pointer to the web version.
1759
fc6ee824
GM
17602007-04-13 Glenn Morris <rgm@gnu.org>
1761
1762 * INSTALL: In lib-src, timer, wakeup, yow are removed.
1763
2c0b72db
GM
17642007-04-04 Glenn Morris <rgm@gnu.org>
1765
1766 * configure.in (NON_GNU_CPP): Use associated preprocessor when
1767 compiling with Sun Studio on Solaris.
1768
7ba3f463
GM
17692007-03-23 Glenn Morris <rgm@gnu.org>
1770
1771 * configure.in: Restore support for hp800 (removed 2007-01-27)
1772 following clarification of legal status.
1773
6b6c5b14 17742007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
b7d9aa44
CY
1775
1776 * configure.in: Add support for AIX4.3 on IBM RS6000.
1777
1778 * configure: Regenerate.
1779
9b77729f
RS
17802007-03-20 Richard Stallman <rms@gnu.org>
1781
1782 * configure.in: Fix previous change.
1783
705959fc
RS
17842007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
1785
1786 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
1787 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
1788 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
1789
51673bc4
CY
17902007-03-19 Chong Yidong <cyd@stupidchicken.com>
1791
1792 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
1793 user specifies "without".
1794
1795 * configure: Regenerate.
1796
880820fe 17972007-03-18 Jan Djärv <jan.h.d@swipnet.se>
fe542960
JD
1798
1799 * configure.in: Warning for Gtk+ and Cygwin added.
4c757a6f 1800 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
fe542960 1801
c16a484b
GM
18022007-02-27 Glenn Morris <rgm@gnu.org>
1803
1804 * make-dist (oldXMenu): Remove Imakefile.
1805 (etc/images): Add README.
1806
3a7723ad
DN
18072007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1808
67feae14 1809 * configure.in (xtensa-*-linux-gnu*): New configuration.
3a7723ad 1810
67feae14 1811 * configure: Regenerate.
3a7723ad 1812
a12246ad
DN
18132007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
1814
1815 * config.guess, config.sub: Updated from master source.
c16a484b 1816
4bbe413d 18172007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
0cba6386 1818
4bbe413d 1819 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
0cba6386 1820
44a43802
CY
18212007-01-29 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * configure.in: Restore support for hp800's not running HP-UX.
1824
1825 * configure: Regenerate.
1826
6d1f63d5
CY
18272007-01-27 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * configure.in: Remove support for hp800 and sr2k machine types.
1830
1831 * configure: Regenerate.
1832
880820fe 18332007-01-26 Jan Djärv <jan.h.d@swipnet.se>
cddb7844
JD
1834
1835 * configure.in: Add check for libXft.
1836
4bbe413d 18372007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
100874d5
CY
1838
1839 * INSTALL: Info files moved to share/info.
1840
c3295e7b
RS
18412007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
1842
1843 * configure.in: Detect and use fink-installed in intel-based Mac
1844 builds; change Apple Darwin section to support both PowerPC and
1845 Intel-based Macs.
1846
14429ceb
AS
18472006-12-26 Andreas Schwab <schwab@suse.de>
1848
1849 * Makefile.in (datarootdir): Define.
1850
be064bc4
RS
18512006-12-24 Richard Stallman <rms@gnu.org>
1852
1853 * configure.in: Require Autoconf 2.61.
1854
453027ac
EZ
18552006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
1856
1857 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
1858 Remove redundant entry for powerpc-apple-netbsd.
1859
1860 * configure: Regenerate.
1861
007e4308
CY
18622006-12-22 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * configure: Regenerate with autoconf 2.61.
1865
880820fe 18662006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7fb24298
JD
1867
1868 * configure.in: Detect alsa/asoundlib.h also.
14d1edc0
JB
1869 * configure: Regenerate.
1870
880820fe 18712006-12-19 Jan Djärv <jan.h.d@swipnet.se>
8eeae1c9 1872
14d1edc0
JB
1873 * configure.in: Check if GTK+ compiles at all.
1874
64d962c1
AS
18752006-12-10 Andreas Schwab <schwab@suse.de>
1876
1877 * configure.in: Remove check for struct timezone, its result is
1878 never used.
1879
14d1edc0 18802006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
f5473695
CY
1881
1882 * configure.in: Add support for Solaris 10 on x86-64.
1883
880820fe 18842006-12-08 Jan Djärv <jan.h.d@swipnet.se>
75750090
JD
1885
1886 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
1887 of PKG_CONFIG_PATH.
1888
ee77eef5
YM
18892006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1890
1891 * configure.in (HAVE_SYNC): New test.
1892
c00d843f
GM
18932006-12-03 Glenn Morris <rgm@gnu.org>
1894
1895 * Makefile.in: Fix Copyright format.
1896
23382015
GM
1897 * configure.in (AH_TOP): Add missing Copyright year.
1898
1899 * update-subdirs: Add missing Copyright years.
1900
e925d5ae 19012006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
f7e73b1d
CY
1902
1903 * Makefile.in: Touch only the parts of the share/emacs directory
1904 specific to this version.
1905
daab13ea
CY
19062006-11-26 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
1909
9b150aa2
YM
19102006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1911
1912 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
1913
c5a31d8b
YM
19142006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1915
1916 * configure.in: Prefer X11 to Carbon only when some X-specific
880820fe 1917 option is specified (Thanks to Jan Djärv and Andreas Schwab).
c5a31d8b 1918
c38d01fb
RF
19192006-11-04 Romain Francoise <romain@orebokech.com>
1920
d57727c9
JB
1921 * Makefile.in (bootstrap-clean-before): Fix typo.
1922 Use new target `bootstrap-clean' in the leim subdirectory.
c38d01fb 1923
d57727c9 19242006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
d6d1029d
CY
1925
1926 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
1927
c0af0f6e
CY
19282006-10-30 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
1931 directories.
1932
afa0f40b
CY
19332006-10-29 Jeramey Crawford <jeramey@jeramey.com>
1934
1935 * configure.in: Enable x86-64 OpenBSD compilation.
1936
3f9a75cd
GM
19372006-10-28 Glenn Morris <rgm@gnu.org>
1938
1939 * AUTHORS: Add cal-html.el author.
1940
e278f0fe
YM
19412006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1942
1943 * make-dist: Make links to mac/make-package and
1944 mac/Emacs.app/Contents/Resources/Emacs.icns.
1945
4f2c8638
CY
19462006-10-27 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * README: Bump version number to 22.0.90.
1949
92d1ccf4
AS
19502006-10-23 Andreas Schwab <schwab@suse.de>
1951
1952 * configure.in: Make sure x_default_search_path is always set even
1953 when x_libraries is empty, and look in .../share as well for each
1954 library directory.
1955
7ad02ea8
KH
19562006-09-28 Kenichi Handa <handa@m17n.org>
1957
1958 * configure.in (locallisppath): Don't include leim dir.
1959 (lisppath): Include leim dir.
1960
45a2056c
JB
19612006-09-15 Jay Belanger <belanger@truman.edu>
1962
1963 * COPYING: Replace "Library Public License" by "Lesser Public
1964 License" throughout.
1965
4b1aaa8b
PE
19662006-09-11 Paul Eggert <eggert@cs.ucla.edu>
1967
1968 * make-dist (EMACS): Exit and fail if the EMACS environment
1969 variable is set to something other than an absolute file name.
1970
e9f67acf
AS
19712006-08-16 Andreas Schwab <schwab@suse.de>
1972
1973 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
1974 of hardcoding it.
1975
3cb74cd1
RS
19762006-08-16 Richard Stallman <rms@gnu.org>
1977
1978 * INSTALL.CVS: Clean up wording.
1979
41bab5e3
EZ
19802006-07-14 Eli Zaretskii <eliz@gnu.org>
1981
1982 * configure.in (PKG_CHECK_MODULES): Redirect the output of
1983 $PKG_CONFIG --exists "$2" to config.log.
d57727c9 1984 * configure: Regenerate.
41bab5e3 1985
3aa7c28e
RS
19862006-07-08 Richard Stallman <rms@gnu.org>
1987
1988 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
1989
1eca02e7
KS
19902006-07-09 Kim F. Storm <storm@cua.dk>
1991
1992 * CONTRIBUTE: Use outline format.
1993 Add section on copyright years (from admin/notes/years).
1994
d47a5ce6
EZ
19952006-07-08 Eli Zaretskii <eliz@gnu.org>
1996
3aa7c28e 1997 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
d47a5ce6
EZ
1998 to /dev/null, since we don't need the error message, just the
1999 exit status.
2000
014a250c
EZ
20012006-07-07 Eli Zaretskii <eliz@gnu.org>
2002
d57727c9
JB
2003 * CONTRIBUTE: Slight formatting changes and typo fixes.
2004 Add description of NEWS markings.
014a250c 2005
09542a66
KS
20062006-07-07 Kim F. Storm <storm@cua.dk>
2007
2008 * CONTRIBUTE: Mention INSTALL.CVS.
2009
98f46e1b
RF
20102006-07-05 Romain Francoise <romain@orebokech.com>
2011
2012 * make-dist (top-level): Add CONTRIBUTE.
2013
978db147
RS
20142006-07-04 Richard Stallman <rms@gnu.org>
2015
2016 * CONTRIBUTE: Much rewrite.
2017
6f82a6d0
NR
20182006-07-04 Nick Roberts <nickrob@snap.net.nz>
2019
2020 * CONTRIBUTE: New file.
2021
eff6bfea
EZ
20222006-06-24 Eli Zaretskii <eliz@gnu.org>
2023
f8e83735 2024 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
eff6bfea 2025
880820fe 20262006-05-18 Jan Djärv <jan.h.d@swipnet.se>
88fab15b
JD
2027
2028 * configure.in: Add check for ALSA.
88fab15b 2029
f53d2e87
EZ
20302006-05-06 Eli Zaretskii <eliz@gnu.org>
2031
2032 * Makefile.in (INFO_FILES): Remove emacs-xtra.
2033
2034 * info/dir: Remove the Emacs-Xtra entry.
2035
d57727c9 20362006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
ee546279 2037
178463e7 2038 Update copyright year(s) in many files.
8aa90482 2039
7c00e1e9
EZ
20402006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2041
2042 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
2043 --without-toolkit-scroll-bars was specified.
2044
7e332390 20452006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7c00e1e9 2046
8aa90482
KS
2047 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
2048 to CFLAGS. Update Copyright years written to src/config.in.
7c00e1e9 2049
8a7c3c86
EZ
20502006-03-18 Claudio Fontana <claudio@gnu.org>
2051
2052 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
2053 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
2054 to be installed/uninstalled.
2055 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
2056 to Info files installed by Emacs.
2057
83fe2c21 20582006-03-03 Claudio Fontana <claudio@gnu.org>
6e1fbe44 2059
9e2bcc86
EZ
2060 * Makefile.in (install, uninstall): Add DESTDIR variable to
2061 support staged installations.
6e1fbe44 2062
885f1975
RS
20632006-02-14 Richard M. Stallman <rms@gnu.org>
2064
2065 * configure.in (s390x-*-linux-gnu*): New configuration.
2066
880820fe 20672006-01-31 Jan Djärv <jan.h.d@swipnet.se>
448541bc
JD
2068
2069 * configure.in: Require GTK 2.4 or newer.
448541bc 2070
597993cf
MB
20712006-01-29 Michael Olson <mwolson@gnu.org>
2072
2073 * Makefile.in (install-arch-indep, uninstall): Add ERC.
2074 * info/dir (ERC): New entry.
2075
33c7860d
EZ
20762006-01-29 Eli Zaretskii <eliz@gnu.org>
2077
2078 * info/dir: Fix last change.
2079
07037643
LT
20802006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2081
2082 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
2083
f9fe3e26
EZ
20842006-01-27 Eli Zaretskii <eliz@gnu.org>
2085
2086 * info/dir: Untabify the whole file.
07037643 2087 (Rcirc): New entry.
f9fe3e26 2088
e143ad11
AS
20892006-01-12 Andreas Schwab <schwab@suse.de>
2090
2091 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
2092 check.
e143ad11 2093
01abe918
CY
20942006-01-02 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * configure.in: Use -Wno-pointer-sign if available.
01abe918 2097
88ec8c53
AS
20982005-12-29 Andreas Schwab <schwab@suse.de>
2099
2100 * config.guess, config.sub: Updated from master source.
2101
cdda1b59 21022005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
d52c26e9 2103
f8e83735 2104 * configure.in: Use amdx86-64 for freebsd on x86_64.
d52c26e9 2105
ad7a98ae
RF
21062005-11-22 Romain Francoise <romain@orebokech.com>
2107
2108 * make-dist: Add etc/images/icons.
2109
11bdfcdd
AS
21102005-11-03 Andreas Schwab <schwab@suse.de>
2111
2112 * configure.in: Use GZIP_PROG instead of GZIP.
2113
2114 * Makefile.in (GZIP_PROG): Renamed from GZIP.
2115 (install-arch-indep): Adjust.
2116
b4235a80
AS
21172005-11-01 Andreas Schwab <schwab@suse.de>
2118
2119 * Makefile.in (bootstrap): Fix dependencies for parallel build.
2120 (bootfast): Likewise.
2121
e8439d34
RF
21222005-11-01 Romain Francoise <romain@orebokech.com>
2123
2124 * configure.in: Check for gzip.
e8439d34
RF
2125
2126 * Makefile.in (install): Compress source files.
2127
eae54018
ST
21282005-10-24 Steven Tamm <steventamm@mac.com>
2129
e8439d34 2130 * configure.in: Fix darwin386 configuration issue.
eae54018 2131
5798342c
EZ
21322005-10-22 Eli Zaretskii <eliz@gnu.org>
2133
2134 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
2135
ffda926c
BW
21362005-10-17 Bill Wohler <wohler@newt.com>
2137
2138 * make-dist: Create and populate etc/images/low-color.
2139
29dd7a69
BW
21402005-10-15 Bill Wohler <wohler@newt.com>
2141
2142 * make-dist: Create and populate etc/images/gud.
2143
b82ecedf
RS
21442005-10-08 Richard M. Stallman <rms@gnu.org>
2145
2146 * make-dist (tempparent): Don't check for 14-char file name limit.
2147
36eaa68f
RF
21482005-10-07 Romain Francoise <romain@orebokech.com>
2149
2150 * make-dist: Add etc/images/ezimage and etc/images/mail
2151 directories. Install images in etc/images.
2152
66533b25
YM
21532005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2154
2155 * configure.in: Prefer Carbon if --enable-carbon-app or
2156 --with-carbon is explicitly specified even when X11 is detected.
66533b25 2157
5c4757d3
RS
21582005-09-15 Ulf Jasper <ulf.jasper@web.de>
2159
2160 * Makefile.in (install-arch-indep, uninstall):
2161 Handle newsticker manual.
2162 (info): Add - to commands.
2163
ed326e35
EZ
21642005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
2165
2166 Remove the MAXPATHLEN limitations:
2167
2168 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
ed326e35 2169
022dc424 21702005-09-09 Eli Zaretskii <eliz@gnu.org>
50a6ff15
EZ
2171
2172 * configure.in <lynxsos*>: Support for LynxOS on PPC.
d57727c9 2173 * configure: Regenerate.
50a6ff15 2174
c9ac21eb
PE
21752005-09-05 Paul Eggert <eggert@cs.ucla.edu>
2176
2177 * config.guess, config.sub: Updated from master source.
2178
9a69ec4b
JB
21792005-08-03 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * .cvsignore: Add `lock'.
2182
c638055f
JB
21832005-07-28 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
2186
9eff9fe3
PE
21872005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2188
2189 Merge gnulib getopt implementation into Emacs.
2190
2191 * Makefile.in (AUTOCONF_INPUTS): New macro.
2192 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
2193 so that these files also depend on m4/getopt.m4.
2194 * configure.in: Configure getopt by including m4/getopt.m4,
2195 and configuring a getopt replacement if necessary.
2196 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
2197 * m4/getopt.m4: New file.
2198
edfaf76d
LK
21992005-07-06 Lute Kamstra <lute@gnu.org>
2200
2201 * configure.in: Fix capitalization.
edfaf76d 2202
385ee3de
LK
22032005-07-04 Lute Kamstra <lute@gnu.org>
2204
2205 Update FSF's address in GPL notices.
2206
880820fe 22072005-06-19 Jérôme Marant <jerome@marant.org>
eb7c6f20
LK
2208
2209 * Makefile.in (epaths-force): Protect both lisppath and
2210 buildlisppath from whitespace.
2211
23fd4483
ST
22122005-06-08 Steven Tamm <steventamm@mac.com>
2213
2214 * configure.in: Support Darwin/MacOSX on Intel
23fd4483 2215
880820fe 22162005-06-06 Jan Djärv <jan.h.d@swipnet.se>
98c3db67
JD
2217
2218 * configure.in (HAVE_CANCELMENUTRACKING): New test.
98c3db67 2219
880820fe 22202005-05-11 Jérôme Marant <jmarant@marant.org>
9adfabc2
LK
2221
2222 * configure.in: Add --enable-locallisppath.
9adfabc2 2223
5063dbbf
YM
22242005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2225
2226 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
2227 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
2228 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5063dbbf 2229
880820fe 22302005-05-07 Jérôme Marant <jerome@marant.org>
6a4fb78f
EZ
2231
2232 * make-dist: Remove references to makefile.nt and makefile.def.
2233 Include widgets and images subdirectories of etc. Do not exclude
2234 ldefs-boot.el.
2235
2c97085e
AS
22362005-04-23 Andreas Schwab <schwab@suse.de>
2237
2238 * configure.in: Remove duplicate match for powerpc configuration.
2c97085e 2239
766c5349
TTN
22402005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
2241
2242 * configure.in: Check for <pwd.h>.
766c5349 2243
118e2c39
LK
22442005-04-14 Lute Kamstra <lute@gnu.org>
2245
2246 * make-dist: Distribute all ChangeLog files in lisp/.
2247 Don't distribute ldefs-boot.el.
2248 lisp/makefile.nt no longer exists.
2249
5c156fdf
LK
22502005-04-13 Lute Kamstra <lute@gnu.org>
2251
2252 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
2253 for "no-byte-compile: t" in the file instead.
2254
4693dbc9
SM
22552005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
2258 shadow the main Lesstif/Motif-2.1 libs and includes.
2259
880820fe 22602005-03-10 Jan Djärv <jan.h.d@swipnet.se>
0f88527f
JD
2261
2262 * configure.in: Only add XASSERTS to cppflags.
0f88527f 2263
880820fe 22642005-03-04 Jan Djärv <jan.h.d@swipnet.se>
d0098f13
JD
2265
2266 * configure.in: Added --enable-asserts.
d0098f13 2267
bf247b6e
KS
22682005-02-09 Kim F. Storm <storm@cua.dk>
2269
2270 Change release version from 21.4 to 22.1 throughout.
2271 Change development version from 21.3.50 to 22.0.50.
2272
551ffc27
ST
22732005-01-19 Steven Tamm <steventamm@mac.com>
2274
2275 * configure.in: Check for <sys/utsname.h>.
551ffc27 2276
adf87c29
KS
22772004-12-11 Kim F. Storm <storm@cua.dk>
2278
2279 * Makefile.in (info): Undo 2004-12-05 change.
2280
b2d6e132
LT
22812004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2282
058a9e4f
LT
2283 * info/dir (File): Add URL and Org Mode manuals.
2284 * Makefile.in (install-arch-indep, uninstall): Add url and org
b2d6e132
LT
2285 manuals.
2286
56f7d69d 22872004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
be5472bd
SM
2288
2289 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
2290 committed to src/config.in.
2291
880820fe 22922004-12-07 Jan Djärv <jan.h.d@swipnet.se>
b8bdffbe 2293
be5472bd 2294 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
b8bdffbe 2295 pthreads and define HAVE_GTK_AND_PTHREAD.
b8bdffbe 2296
cc60c723
RS
22972004-12-05 Richard M. Stallman <rms@gnu.org>
2298
2299 * Makefile.in (info): Ignore errors building info files.
2300
77cafc7a
EZ
23012004-11-27 Eli Zaretskii <eliz@gnu.org>
2302
2303 * config.bat: If 8-byte alignment is not supported, define
2304 NO_DECL_ALIGN in src/config.h, instead of trivially defining
fe3df972
EZ
2305 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
2306 filter through Sed to remove the quotes.
77cafc7a 2307
49561cf6
SM
23082004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
2311 not apply to files explicitly `cvs add'ed.
2312
d8dfe187
EZ
23132004-11-12 Eli Zaretskii <eliz@gnu.org>
2314
2315 * config.bat: Don't require djecho.exe for the v1.x build.
1b43e144
EZ
2316 Add a test for DECL_ALIGN support, and add a trivial definition to
2317 src/config.h if 8-byte alignment is not supported.
d8dfe187 2318
85c38542
KS
23192004-11-08 Kim F. Storm <storm@cua.dk>
2320
2321 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
2322 files before building.
2323 (bootfast, bootstrap-clean-before-fast): New targets, like
2324 bootstrap but don't remove .elc files.
2325
59dede22
EZ
23262004-11-06 Lars Brinkhoff <lars@nocrew.org>
2327
2328 * configure.in: Add check for getrusage.
2329
880820fe 23302004-11-02 Jan Djärv <jan.h.d@swipnet.se>
572a3cc2 2331
49561cf6
SM
2332 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
2333 New tests for new and old GTK file dialogs.
d0a80c21
JD
2334 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
2335 to no.
2336
880820fe 23372004-10-20 Jan Djärv <jan.h.d@swipnet.se>
f17e308a
JD
2338
2339 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
2340 can be set. Remove SETARCH test.
f17e308a 2341
cef11da2
ST
23422004-10-08 Steven Tamm <steventamm@mac.com>
2343
2344 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
cef11da2 2345
880820fe 23462004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4cbbf6b7
JD
2347
2348 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
05cf15c6 2349 AC_MSG_WARN. Move output of warning message to end of configure run.
4cbbf6b7 2350
880820fe 23512004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4494a266 2352
49561cf6 2353 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4494a266
JD
2354 Run test to see if heap start address is random.
2355
bc9b2430
MB
23562004-09-29 Miles Bader <miles@gnu.org>
2357
2358 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
2359 if setarch is present.
2360
880820fe 23612004-09-25 Jan Djärv <jan.h.d@swipnet.se>
dd571c2f
JD
2362
2363 * configure.in (HAVE_EXECSHIELD): Only define on x86.
dd571c2f 2364
880820fe 23652004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4489ece2
JD
2366
2367 * configure.in: Check for exec-shield.
4489ece2 2368
de10c114
AS
23692004-08-06 Andreas Schwab <schwab@suse.de>
2370
2371 * Makefile.in (install-arch-indep, uninstall): Add flymake.
2372
d9a68b6a
EZ
23732004-07-31 Eli Zaretskii <eliz@gnu.org>
2374
2375 * config.bat: Update URLs in the comments.
2376
23f87bed
MB
23772004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
2378
49561cf6 2379 * Makefile.in (install-arch-indep): Add pgg and sieve.
23f87bed
MB
2380
2381 * info/.cvsignore: Added pgg and sieve.
2382
52b9b5cc
AS
23832004-07-05 Andreas Schwab <schwab@suse.de>
2384
2385 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
2386
1d390bd8
KH
23872004-06-21 Kenichi Handa <handa@m17n.org>
2388
2389 * make-dist: Link leim-ext.el into tempdir.
2390
1f94377f
LT
23912004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2392
2393 * info/dir (File): Add emacs-xtra.
2394 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
2395
1c492b87
JL
23962004-06-12 Juri Linkov <juri@jurta.org>
2397
2398 * info/dir: Move menu help lines from `* Menu:' to file header.
2399 Describe the purpose of a red *.
2400
8f9d4905
SM
24012004-05-04 Dave Love <fx@gnu.org>
2402
2403 * configure.in: Don't use `extrasub'.
2404
2c2cd44f
SM
24052004-04-29 Dave Love <fx@gnu.org>
2406
2407 * configure.in: Don't forget to quote args to `test'.
2408
510ead5f
TTN
24092004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
2410
2411 * autogen.sh: Update filename in "please read" message.
2412
1ee652eb
RS
24132004-04-17 Richard M. Stallman <rms@gnu.org>
2414
2415 * INSTALL: Move the info about site-lisp dirs,
2416 and say uninstalled Emacs looks there too.
2417
c1994268
EZ
24182004-04-04 Eli Zaretskii <eliz@gnu.org>
2419
2420 * config.bat (lib-src): Recognize comment lines in Makefile.in
2421 that have a TAB after the #, to avoid errors in preprocessing with
2422 GCC 3.3.3.
2423
04e08b8c
LT
24242004-03-31 Luc Teirlinck <teirllm@auburn.edu>
2425
2426 * Makefile.in: Mention in comment that `make maintainer-clean'
2427 deletes .elc files.
2428
4a61faec
SM
24292004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * update-subdirs: Add local variables to prevent byte-compiling.
2432
06aacc62
RS
24332004-03-21 Dave Love <fx@gnu.org>
2434
2435 * configure.in: Fix previous change.
2436
36a3fd05
RS
24372004-03-18 Dave Love <fx@gnu.org>
2438
06aacc62 2439 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
36a3fd05 2440
6939e0b1
LT
24412004-03-15 Luc Teirlinck <teirllm@auburn.edu>
2442
2443 * info/dir (File): Add SMTP and SES.
2444
d8d95bc7
SM
24452004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5e7b4262 2448 (bootstrap): Use the new bootstrap-prepare target in lisp.
d8d95bc7 2449
58ec79cf
KS
24502004-02-18 Kim F. Storm <storm@cua.dk>
2451
d8d95bc7 2452 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
58ec79cf 2453
a6eeaa81 24542004-02-16 Eli Zaretskii <eliz@gnu.org>
c33b76da 2455
d8d95bc7 2456 * make-dist: Don't link index.*perm and permute-index into tempdir.
c33b76da 2457
584b627e
JY
24582004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
2459
2460 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
2461 to match previous changes by Eli Zaretskii.
2462
68e4cc57
LT
24632004-02-09 Luc Teirlinck <teirllm@auburn.edu>
2464
2465 * Makefile.in: Set CDPATH to an empty string.
2466
22bb9485
SM
24672004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * configure.in <darwin>: Use fink packages if available.
2470
880820fe 24712004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
ae2230df
RS
2472
2473 * make-dist (lispref): Do include lispref/index.texi.
2474
b4963755 24752004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)
722ae5f4 2476
4a61faec 2477 * make-dist (tempdir): Include cursors in nt/icons.
722ae5f4 2478
a6eeaa81 24792003-12-30 Eli Zaretskii <eliz@gnu.org>
d9e0b412
EZ
2480
2481 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
2482 clashes with install-sh on 8+3 filesystems.
2483
8af1a978
MB
24842003-12-08 Miles Bader <miles@gnu.org>
2485
2486 * .cvsignore: Add .arch-inventory.
2487
ce6e4c21
AS
24882003-12-24 Andreas Schwab <schwab@suse.de>
2489
2490 * configure.in: Check for <sys/socket.h>. Include it before
815617bf 2491 including <net/if.h>. Move check for <net/if.h> before its use.
ce6e4c21 2492
880820fe 24932003-12-24 Jan Djärv <jan.h.d@swipnet.se>
0b1ec9e9
JD
2494
2495 * Makefile.in (install-arch-dep): Don't let cd output go into
2496 pipe for carbon_appdir.
2497
cf59a5b7
AS
24982003-12-24 Andreas Schwab <schwab@suse.de>
2499
2500 * configure.in (PKG_CHECK_MODULES): Fix quoting.
2501
55e4f3cd
AS
25022003-12-01 Andreas Schwab <schwab@suse.de>
2503
2a75d75d 2504 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
55e4f3cd 2505 hardcoding gcc.
55e4f3cd 2506
880820fe 25072003-11-16 Jan Djärv <jan.h.d@swipnet.se>
57669b57
JD
2508
2509 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
2510 multiple displays.
22bb9485 2511 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
57669b57 2512
68e03c1c
DL
25132003-09-23 Dave Love <fx@gnu.org>
2514
2515 * configure.in: Check members of struct ifreq.
2516
6df2a645
KS
25172003-09-14 Kim F. Storm <storm@cua.dk>
2518
2519 * configure.in: Add checks for sys/ioctl.h and net/if.h.
2520
da92b8d9
LT
25212003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
2522
2523 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
2524
19bb0fcd 25252003-08-18 Lute Kamstra <lute@gnu.org>
e512ece1
LK
2526
2527 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
2528 required anymore.
2529
abd39b57
AC
25302003-08-07 Andrew Choi <akochoi@shaw.ca>
2531
2532 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
2533 option instead of -traditional-cpp for CPP.
2534
c855f2ca
RS
25352003-07-29 Richard M. Stallman <rms@gnu.org>
2536
2537 * configure.in (HAVE_XIM): Define if XIM is available.
2538
32b0a3c6
JB
25392003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2540
2541 * configure.in: The function gtk_window_set_icon_from_file was
2542 introduced in GTK+ 2.2, so check for that release.
2543
2eaa00ba
AS
25442003-07-23 Andreas Schwab <schwab@suse.de>
2545
2546 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
2547
2548 * Makefile.in (YACC): Remove, not used.
2549 (MAINT): Don't set.
2550 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
2551 disable dependency on ${srcdir}/configure.in when maintainer mode
2552 is disabled.
2553
f57bd967
DL
25542003-07-22 Dave Love <fx@gnu.org>
2555
2556 * configure.in: Make XRegisterIMInstantiateCallback test depend on
2557 HAVE_X11, not with_xim.
2558 (HAVE_CRTIN): Provide template.
2559 <with_png>: Test for png.h and libpng/png.h.
2560
da894f7d
AS
25612003-07-15 Andreas Schwab <schwab@suse.de>
2562
2563 * configure.in: Temporarily leave quoting for AC_DEFINE.
2564
ec03b83e
SM
25652003-07-13 Stefan Monnier <monnier@cs.yale.edu>
2566
2567 * configure.in: Check for posix_memalign.
2568
800bebe3
RS
25692003-07-12 Richard M. Stallman <rms@gnu.org>
2570
2571 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
2572
42f81f64
KS
25732003-07-09 Kim F. Storm <storm@cua.dk>
2574
2575 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
2576 functionality of --without-xim.
2577
d320e9f3
DL
25782003-06-29 Dave Love <fx@gnu.org>
2579
2580 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
2581
7bea57c9
DL
25822003-06-23 Dave Love <fx@gnu.org>
2583
ec03b83e
SM
2584 * configure.in: Check for sys/_mbstate_t.h.
2585 Test XRegisterIMInstantiateCallback prototype.
7bea57c9
DL
2586 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
2587
eb3b52fa
DL
25882003-06-06 Dave Love <fx@gnu.org>
2589
2590 * configure.in: Check for locale.h.
2591
f16205ca
DL
25922003-06-05 Dave Love <fx@gnu.org>
2593
ec03b83e
SM
2594 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
2595 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
f16205ca 2596 (NLIST_STRUCT): Don't define.
eb3b52fa 2597 (AH_BOTTOM): Define my_strftime.
f16205ca 2598
efd60266
JB
25992003-06-02 Richard M. Stallman <rms@gnu.org>
2600
2601 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
2602
016bd3c0
AS
26032003-05-24 Andreas Schwab <schwab@suse.de>
2604
2605 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
2606 bzero, and bcmp.
2607
7933722a
DL
26082003-05-22 Dave Love <fx@gnu.org>
2609
ec03b83e 2610 * configure.in: Remove redundant test for term.h. Test for difftime.
7933722a 2611
463f55ee
DL
26122003-05-20 Dave Love <fx@gnu.org>
2613
2614 * configure.in: Append * to s390-*-linux-gnu case.
2615 (LIBMAIL) <lockfile>: Don't define.
2616
26172003-04-30 Richard M. Stallman <rms@gnu.org>
2618
2619 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
2620
880820fe 26212003-04-28 Francesco Potortì <pot@gnu.org>
463f55ee 2622
89aa5de3 2623 * configure.in: Undo last (RMS') change, as it is useless, per
463f55ee
DL
2624 Dave Love.
2625
26262003-04-08 Richard M. Stallman <rms@gnu.org>
2627
2628 * configure.in: Put #include of jpeglib.h at start of line.
2629
880820fe 26302003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6740b4d6
KG
2631
2632 * INSTALL (* GNU/Linux development packages): Mention Debian and
2633 RedHat package names.
2634
ed3c3314
RS
26352003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
2636
2637 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
2638
880820fe 26392003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5b31a763
KG
2640
2641 * INSTALL (* GNU/Linux development packages): Tell people to
2642 install additional packages for compiling Emacs.
2643
880820fe 26442003-04-06 Francesco Potortì <pot@gnu.org>
18fe6f45
FP
2645
2646 * configure.in: Use the same configuration for all aix5, not just
2647 aix5.1.
2648
77fb5d1a
FP
26492003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
2650
2651 * configure.in: Check for need for bigtoc support on IBM AIX for
2652 solving a linker table overflow problem.
2653
710ee5a9
RB
26542003-03-03 Rob Browning <rlb@defaultvalue.org>
2655
efd60266
JB
2656 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
2657 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
710ee5a9
RB
2658 over bzero, bcmp, and bcopy.
2659
16f6f948
SJ
26602003-02-23 Simon Josefsson <jas@extundo.com>
2661
2662 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
2663
92a8ce63
JB
26642003-02-21 Klaus Zeitler <kzeitler@lucent.com>
2665
2666 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
2667
47774164
KH
26682003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
2669
2670 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
2671
0dfd93c0
AS
26722003-02-08 Andreas Schwab <schwab@suse.de>
2673
2674 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
2675 instead of the substitution.
2676
c60ee5e7
JB
26772003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2678
2679 * Makefile.in: Use @EXEEXT@ for Cygwin.
2680 Use USERNAME if LOGNAME is not set (for Cygwin).
2681
1d894293 2682 * configure.in: Add opsys=cygwin.
88373452 2683
12bf22e0
AS
26842003-01-22 Andreas Schwab <schwab@suse.de>
2685
2686 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
2687 redefining it explicitly in src/config.in.
2688
ffdf4f26
MR
26892003-01-22 Markus Rost <rost@math.ohio-state.edu>
2690
2691 * Makefile.in (bootstrap): Make bootstrap-after.
2692
880820fe 26932003-01-20 Jan Djärv <jan.h.d@swipnet.se>
cd890796
JD
2694
2695 * configure.in: Fix --with-gtk.
2696
880820fe 26972003-01-19 Jan Djärv <jan.h.d@swipnet.se>
488dd4c4
JD
2698
2699 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
2700
2701 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
2702
880820fe 27032003-01-14 Francesco Potortì <pot@gnu.org>
e833850f 2704
ec03b83e 2705 * configure.in (m68k-motorola-sysv): Remove (obsolete).
e833850f 2706
52cd7d02
ST
27072003-01-07 Steven Tamm <steventamm@mac.com>
2708
2709 * configure.in: New option, --enable-carbon-app, to specify
2710 that the application should be installed
2711 * Makefile.in (install-arch-dep): On Mac OS X, install the
2712 Emacs.app application if carbon-app is enabled
2713
fb02aff2
DL
27142003-01-06 Dave Love <fx@gnu.org>
2715
2716 * configure.in: Check for nl_langinfo.
2717 [!HAVE_SIZE_T]: Fix typedef.
2718
1d08c2fe
DK
27192003-01-06 David Kastrup <dak@gnu.org>
2720
ec03b83e 2721 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
9e71690e 2722
14d1edc0 2723 * configure.in: Add tests for install-info.
1d08c2fe 2724
72c5c58f
MR
27252002-12-09 Markus Rost <rost@math.ohio-state.edu>
2726
2727 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
2728 use again sol2-6 instead of sol2-8.
2729
a4ac5b17
DL
27302002-12-09 Dave Love <fx@gnu.org>
2731
fb02aff2 2732 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
a4ac5b17 2733
4824556f
AS
27342002-12-08 Andreas Schwab <schwab@suse.de>
2735
2736 * Makefile.in (install-arch-indep): Revert last change.
2737
6b2fd6ea
DL
27382002-11-27 Dave Love <fx@gnu.org>
2739
2740 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
ec03b83e
SM
2741 Check for __sys_siglist too. Check for memset.
2742 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6b2fd6ea 2743
8c95f450
JB
27442002-11-22 Juanma Barranquero <lektu@terra.es>
2745
2746 * config.guess, config.sub: Updated from master source.
2747
39f7b5f7
KF
27482002-11-19 Karl Fogel <kfogel@red-bean.com>
2749
2750 * autogen.sh: New file.
2751
d824beee
DL
27522002-11-15 Dave Love <fx@gnu.org>
2753
ec03b83e
SM
2754 * configure.in: Tidy up various quoting issues throughout.
2755 Use AC_GNU_SOURCE.
d824beee
DL
2756 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
2757 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
2758 Maybe define bcopy, bzero, bcmp.
ec03b83e 2759 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
d824beee
DL
2760 non-existent machine file).
2761 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
2762 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
0d6f3768 2763 (nlist.h): Move test up.
d824beee 2764
72c5c58f 27652002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 2766
72c5c58f 2767 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8704a6ab 2768
880820fe 27692002-11-14 Francesco Potortì <pot@gnu.org>
816753a7
FP
2770
2771 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
2772
98b4e102
JB
27732002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2774
2775 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
2776
6bae0ccf
DL
27772002-11-08 Dave Love <fx@gnu.org>
2778
ec03b83e 2779 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6bae0ccf
DL
2780 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
2781
ab4f69f2
MB
27822002-11-07 Miles Bader <miles@gnu.org>
2783
ec03b83e
SM
2784 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
2785 Handle separate-build-dir case.
ab4f69f2 2786
318db6cb
RS
27872002-11-06 Richard M. Stallman <rms@gnu.org>
2788
2789 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
2790 bulletproof. $bar may be empty when there are no .elc files.
2791
2baf1bfa
DL
27922002-10-30 Dave Love <fx@gnu.org>
2793
89aa5de3 2794 * configure.in: Require autoconf 2.53. Test for pty.h,
2baf1bfa 2795 sys/mman.h, sys/param.h, mremap, memmove.
ec03b83e
SM
2796 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
2797 (AC_PROG_YACC): Delete.
2baf1bfa
DL
2798 (size_t): Use AC_CHECK_TYPES.
2799 (AH_TOP): Up-date copyright.
2800
a6cadf53
JB
28012002-10-01 Juanma Barranquero <lektu@terra.es>
2802
2803 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
2804
9811b1cf
RS
28052002-09-19 Richard M. Stallman <rms@gnu.org>
2806
2807 * configure.in: Fix the LessTif-directory-finder for real.
2808
ef7fb3bb
RS
28092002-09-14 Richard M. Stallman <rms@gnu.org>
2810
2811 * Makefile.in (maybe_bootstrap): Test for complete absence
2812 of compiled Lisp files.
2813
b3cd6965
SM
28142002-09-11 Stefan Monnier <monnier@cs.yale.edu>
2815
2816 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
2817 (bootstrap-clean-after): Delete.
2818 (bootstrap): Make the sequencing explicit.
2819
3e6be279
RS
28202002-09-10 Richard M. Stallman <rms@gnu.org>
2821
2822 * configure.in: Fix previous LessTif change.
2823
50332dc1
RS
28242002-09-09 Richard M. Stallman <rms@gnu.org>
2825
2826 * configure.in (powerpcle-*-solaris2.5*): New configuration.
2827 (powerpcle-*-solaris*): Use version 2.6 as default.
2828 (*-sunos5.6*, *-solaris2.6*): New alternative.
2829 (*-sunos5*): Use version 2.6 as default.
2830
880820fe 28312002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8bb4cb85
KG
2832
2833 * configure.in: Fix typo.
2834
22eaea41
RS
28352002-09-05 Richard M. Stallman <rms@gnu.org>
2836
2837 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
2838
b3cd6965 2839 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
22eaea41
RS
2840 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
2841
6bc85c3b
KS
28422002-08-26 Kim F. Storm <storm@cua.dk>
2843
2844 * Makefile.in (install-arch-indep): Do not remove DOC file
2845 when it is the only DOC file installed; this is the case when
2846 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
2847
dc16594b
MR
28482002-07-24 Markus Rost <rost@math.ohio-state.edu>
2849
2850 * configure.in: Fix typo.
2851
2a0c903c
RS
28522002-07-24 Richard M. Stallman <rms@gnu.org>
2853
2854 * configure.in: Don't print anything special about gamedir.
2855
3ea1bfb2 2856 * configure.in: Delete nonstandard --with-game-user option.
b3cd6965 2857
a8bbe549
RS
28582002-07-21 Richard M. Stallman <rms@gnu.org>
2859
2860 * Makefile.in (gamedir, localstatedir): New variables.
2861 (epaths-force): Insert value of gamedir into PATH_GAME.
2862
2863 * configure.in (gamedir): Handle it like lispdir.
ec03b83e 2864 (--with-game-dir option): Delete.
a8bbe549 2865
880820fe 28662002-06-21 Pavel Janík <Pavel@Janik.cz>
29c3cbf0
PJ
2867
2868 * configure.in: Add support for mipseb-*-netbsd* machines.
2869
880820fe 28702002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b3ae255b
KG
2871
2872 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
2873
880820fe 28742002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
d591a834
KG
2875
2876 * info/dir (File): Add an entry for Tramp.
2877
e0156c8d
EZ
28782002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2879
2880 * INSTALL-CVS: New file.
2881
3fa4ac47
AS
28822002-06-07 Andreas Schwab <schwab@suse.de>
2883
2884 * configure.in (x86_64-*-linux-gnu*): New system.
2885
86bbfe77
EZ
28862002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
2887
2888 * config.bat: Handle the case when lispintro is truncated to lispintr.
2889
2570d28c
PE
28902002-05-26 Paul Eggert <eggert@twinsun.com>
2891
2892 * config.guess, config.sub: Updated from master source.
2893
a1d8dc87
RS
28942002-05-09 Richard M. Stallman <rms@gnu.org>
2895
2896 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
2897
880820fe 28982002-05-04 Pavel Janík <Pavel@Janik.cz>
9a40c2fb
PJ
2899
2900 * make-dist: Do not distribute lock/ directory.
2901
e3ba1015
AC
29022002-04-30 Andrew Choi <akochoi@shaw.ca>
2903
2904 * configure.in: Provide documentation string when defining
2905 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
2906 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
2907
5167cfda
CW
29082002-04-28 Colin Walters <walters@verbum.org>
2909
b3cd6965 2910 * configure.in: Delete configure check for access to the game user.
5167cfda 2911
880820fe 29122002-04-29 Pavel Janík <Pavel@Janik.cz>
2912f349
PJ
2913
2914 * make-dist: lwlib/Imakefile is removed.
2915
e0f712ba
AC
29162002-04-26 Andrew Choi <akochoi@shaw.ca>
2917
2918 * configure.in: Add support for powerpc-apple-darwin*.
2919 (HAVE_CARBON): Add.
2920
b3cd6965 2921 * make-dist: Create directories in mac/Emacs.app.
e0f712ba 2922
880820fe 29232002-04-25 Pavel Janík <Pavel@Janik.cz>
90077f66
PJ
2924
2925 * make-dist: lwlib-Xol* are removed.
2926
8fba10fc
AS
29272002-04-23 Andreas Schwab <schwab@suse.de>
2928
2929 * Makefile.in (MAINT): New variable.
2930 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
2931 instead of configure.in, to avoid running autoconf and autoheader
2932 unless explicitly requested.
2933
852eef40
EZ
29342002-04-16 Eli Zaretskii <eliz@gnu.org>
2935
2936 * config.bat: Update for msdos/sed2v2.inp.
2937
6817198a
AS
29382002-04-15 Andreas Schwab <schwab@suse.de>
2939
b3cd6965 2940 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6817198a
AS
2941 * configure.in: Add config header templates to all AC_DEFINE and
2942 AC_DEFINE_UNQUOTED symbols.
2943 * make-dist: Run autoheader if necessary.
2944
b9b966e0
CW
29452002-04-10 Colin Walters <walters@verbum.org>
2946
2947 * configure.in: Add --game-dir, --game-user. Test to see if we
2948 can use them.
2949
880820fe 29502002-04-08 Pavel Janík <Pavel@Janik.cz>
3d9830e5
PJ
2951
2952 * configure.in: Add --with-sound.
2953
10ce34dc
KS
29542002-03-18 Kim F. Storm <storm@cua.dk>
2955
2956 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
2957 and getsockname functions. Test for sys/un.h include file.
2958
1ef1ef96
EZ
29592002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * configure.in: Support AIX 5.1.
2962
880820fe 29632002-03-10 Jan Djärv <jan.h.d@swipnet.se>
d873ec96
JD
2964
2965 * configure.in: Added test for X Session Management (HAVE_X_SM).
2966
16e79fec
RS
29672002-03-03 Richard M. Stallman <rms@gnu.org>
2968
2969 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
2970 Run chown $${LOGNAME} on files installed by tar xvf.
2971
6a22cdf4
KS
29722002-03-03 Kim F. Storm <storm@cua.dk>
2973
2974 * configure.in: Test for getpeername.
2975
4d766b59
RS
29762002-03-01 Richard M. Stallman <rms@gnu.org>
2977
2978 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
2979 (HAVE_GIF): Don't use old libungif versions that crash.
2980
4fff8c79
RS
29812002-02-26 Richard M. Stallman <rms@gnu.org>
2982
2983 * configure.in <making srcdir absolute>: Verify that PWD is correct,
2984 not just well-formed and valid.
2985 (mips-compaq-nonstopux*): New configuration.
b3cd6965 2986
e5389a0b
PE
29872002-02-18 Paul Eggert <eggert@twinsun.com>
2988
2989 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
2990 "sed q" is a portable equivalent to plain "head -1".
2991
db54c53a
RS
29922002-02-13 Richard M. Stallman <rms@gnu.org>
2993
2994 * Makefile.in (maybe_bootstrap): Do `exit 1'.
2995 (all): Don't depend on maybe_bootstrap here.
2996 (${SUBDIR}): Depend on it here instead.
2997
b735b2ab
RS
29982002-02-08 Richard M. Stallman <rms@gnu.org>
2999
3000 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
3001
d8359893
EZ
30022002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * configure.in: Recognize BSD/OS 5.0.
3005
f3b812da
EZ
30062002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3007
3008 * make-dist: Make version checking in emacs.texi consistent with
3009 how we set it there.
3010
f48a30d7
KS
30112001-12-29 Kim F. Storm <storm@cua.dk>
3012
3013 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
3014
07025a55
RS
30152001-12-28 Richard M. Stallman <rms@gnu.org>
3016
3017 * configure.in: Test for mbsinit.
3018
b0a21bf9
EZ
30192001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3020
3021 These changes make Leim part of the standard distribution:
3022
3a787a1e 3023 * README: Add info about the `leim' directory.
b0a21bf9
EZ
3024
3025 * INSTALL: Remove text that describes Leim as a separate package.
3026
3027 * noleim-Makefile.in: File removed.
3028
3029 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
3030 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
3031 Leim files out of the Emacs tree. Don't prepare a separate tarball
3032 for Leim.
5a60d1da 3033
61e3b944
RS
30342001-12-11 Richard M. Stallman <rms@gnu.org>
3035
3036 * configure.in (hppa*-*-linux-gnu*): New alternative.
3037
880820fe 30382001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
3039
3040 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
3041 creating distribution.
3042
d6a70204
PE
30432001-12-06 Paul Eggert <eggert@twinsun.com>
3044
3045 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
3046 (AC_FUNC_VFORK): Remove.
3047 (AC_FUNC_FORK): Add.
3048 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
3049 this is required by recent Autoconf versions.
3050
880820fe 30512001-12-02 Pavel Janík <Pavel@Janik.cz>
4a3cf58d
PJ
3052
3053 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
3054 TODO, vms-pp.trans and others).
3055
880820fe 30562001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
3057
3058 * make-dist: Use COPYING from the top-level directory.
3059
1096bcc0
GM
30602001-11-29 Gerd Moellmann <gerd@gnu.org>
3061
3062 * configure.in: Add support for FreeBSD/Alpha.
3063
880820fe 30642001-11-29 Pavel Janík <Pavel@Janik.cz>
b1356234 3065
dd536f94
PJ
3066 * make-dist: Add COPYING to the top-level directory of the
3067 distribution. Simplify the logic behind copying.
3068
b1356234
PJ
3069 * Makefile.in (maybe_bootstrap): Fix previous change.
3070
66458f32
RS
30712001-11-28 Richard M. Stallman <rms@gnu.org>
3072
3073 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
3074
ebcbef4e
RS
30752001-11-26 Richard M. Stallman <rms@gnu.org>
3076
3077 * Makefile.in: bootstrap should not delete dumped executables.
3078 (bootstrap-clean-before): New target.
3079 (bootstrap): Use bootstrap-clean-before instead of clean.
ec03b83e 3080 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
ebcbef4e 3081
b77d2746 30822001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
ac74199d 3083
070f247d
EZ
3084 These changes add the Emacs Lisp Introduction manual to the
3085 distribution:
3086
b3cd6965 3087 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
b77d2746 3088
070f247d
EZ
3089 * make-dist: Copy the files in lispintro directory.
3090
7336d09b
EZ
3091 * config.bat: Configure in the lispintro directory.
3092
ac74199d
EZ
3093 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
3094
7f947b13 3095 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
070f247d 3096 (lispintro/Makefile): New target.
7f947b13
EZ
3097 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
3098 (unlock, relock, info, dvi): Ditto.
3099
d4fa890c
EZ
31002001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3101
b3cd6965 3102 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
d4b56a8f 3103
d4fa890c
EZ
3104 * make-dist (etc): Don't distribute gfdl.1.
3105
5fb25beb
CW
31062001-11-22 Colin Walters <walters@debian.org>
3107
3108 * Makefile.in (install-arch-indep): Install the calc .info files.
880820fe 3109 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5fb25beb 3110
9f8bbf0f
EZ
31112001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3112
3113 * make-dist (lispref): Add *.txt, *.el, permute-index, and
3114 tindex.pl to the list of those being put into the distribution.
3115
aa2af83a
EZ
31162001-11-16 Eli Zaretskii <eliz@gnu.org>
3117
3118 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
3119
880820fe 31202001-11-15 Pavel Janík <Pavel@Janik.cz>
71f94ae1 3121
987aac50
PJ
3122 * Makefile.in (uninstall): Fix previous change.
3123
71f94ae1
PJ
3124 * configure.in, Makefile.in: Add support for --program-prefix,
3125 --program-suffix and --program-transform-name options.
3126
880820fe 31272001-11-13 Pavel Janík <Pavel@Janik.cz>
e5d9d2e7 3128
b3cd6965 3129 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6e1b91d7
PJ
3130 (install-arch-indep): Install emacsclient manual page.
3131 (uninstall): Uninstall emacsclient manual page.
e5d9d2e7 3132
97c91ba6
EZ
31332001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * make-dist: Add lispref/index.*perm files to the distribution.
880820fe 3136 From Pavel Janík <Pavel@Janik.cz>.
97c91ba6 3137
880820fe 31382001-11-12 Pavel Janík <Pavel@Janik.cz>
3d3f602a
PJ
3139
3140 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
3141
2bf92717
EZ
31422001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3143
dff28924 3144 * configure.in: AC_OUTPUT lispref/Makefile.
2bf92717 3145
0cc70510
EZ
31462001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3147
5c32b7c5
EZ
3148 The following changes add the ELisp reference manual to the
3149 distribution.
3150
10fa7f8e
EZ
3151 * make-dist: Add the lispref directory to the distribution.
3152
0cc70510
EZ
3153 * Makefile.in (install-arch-indep): Add elisp* to the list of
3154 installed Info files.
5c32b7c5
EZ
3155 (SUBDIR_MAKEFILES): Add lispref/Makefile.
3156 (lispref/Makefile): New target.
3157 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
3158 Add commands for the lispref directory.
3159 (info, dvi): Ditto.
1b5a3644
EZ
3160
3161 * config.bat: Configure in `lispref'.
3162
6baef0fd
RS
31632001-11-09 Richard M. Stallman <rms@gnu.org>
3164
3165 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
3166
ed5882b9
EZ
31672001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 * make-dist (tempdir): Copy AUTHORS as well.
3170
f0f2756d
SS
31712001-11-06 Sam Steingold <sds@gnu.org>
3172
14d1edc0 3173 * configure.in: Added a check for <nlist.h>.
9ba48103 3174
880820fe 31752001-11-01 Pavel Janík <Pavel@Janik.cz>
d576358b
PJ
3176
3177 * configure.in: Reindent --help output.
ce058493 3178 From Per Starbäck (starback@ling.uu.se).
dff28924 3179
bf00d461 31802001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4f4d6b17
EZ
3181
3182 * configure.in: New entry for HP/UX-11.
3183
5d991fc4
EZ
3184 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
3185 From Eric S. Raymond <esr@golux.thyrsus.com>.
3186
73d25f9c
EZ
31872001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3188
3189 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
3190 <athornton@sinenomine.net>.
3191
5b6a51aa
GM
31922001-10-25 Gerd Moellmann <gerd@gnu.org>
3193
3194 * Makefile.in (maybe_bootstrap): New target.
b3cd6965 3195 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5b6a51aa 3196
84e70f78
KR
31972001-10-24 Ken Raeburn <raeburn@gnu.org>
3198
3199 * configure.in: If --with-hesiod is given, look for
3200 hes_getmailhost and res_send or __res_send; check hesiod and
b3cd6965 3201 resolv libraries respectively if system libraries don't supply them.
84e70f78 3202
4aa6b955
GM
32032001-10-24 Gerd Moellmann <gerd@gnu.org>
3204
3205 * configure.in: Use $MAKE for `make' if set.
3206
bc171472
GM
32072001-10-22 Gerd Moellmann <gerd@gnu.org>
3208
3209 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
3210 to tar options.
3211
71431a0e
GM
32122001-10-20 Gerd Moellmann <gerd@gnu.org>
3213
6aa97356 3214 * (Version 21.1 released).
71431a0e 3215
531a3336
MB
32162001-10-20 Miles Bader <miles@gnu.org>
3217
3218 * configure.in (configuration): Set from `host' if `host_alias'
3219 isn't defined.
3220
121ff711
AS
32212001-10-19 Andreas Schwab <schwab@suse.de>
3222
3223 * configure.in: Make ready for autoconf 2.5x.
3224 (AC_PREREQ): Require autoconf 2.50.
3225 * aclocal.m4: Removed.
121ff711
AS
3226 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
3227
eef9b65f
EZ
32282001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * README: Bump Emacs version to 21.1.50.
3231
ab952a4f
GM
32322001-10-05 Gerd Moellmann <gerd@gnu.org>
3233
3234 * Branch for 21.1.
dff28924 3235
3b74127d
GM
32362001-09-05 Gerd Moellmann <gerd@gnu.org>
3237
3238 * configure.in: Avoid `$@' which is handled specially in
3239 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
dff28924 3240
80b97918
EZ
32412001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * make-dist (nt): Add subdirs.el to the list of distributed files.
3244
3a4f8160
EZ
32452001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3246
3247 * configure.in (machine): Add an entry for
3248 hppa1.1-hitachi-hiuxwe2*.
3249
eb04d6cd
GM
32502001-05-28 Gerd Moellmann <gerd@gnu.org>
3251
3252 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
3253 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
3254
f4500bec
GM
32552001-05-14 Gerd Moellmann <gerd@gnu.org>
3256
3257 * make-dist: Copy texinfo.tex unconditionally.
3258
26978e9a
EZ
32592001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
3262 that are installed.
3263
afa3935f
GM
32642001-04-06 Gerd Moellmann <gerd@gnu.org>
3265
e5c8f6f1
GM
3266 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
3267 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
dff28924 3268
afa3935f
GM
3269 * make-dist: Handle leim/MISC-DIC. Only include
3270 `[a-zA-Z]*.{el,elc}' from leim/quail.
3271
a55e4e68
GM
32722001-04-05 Gerd Moellmann <gerd@gnu.org>
3273
3274 * Makefile.in (install-arch-indep): Remove .cvsignore files.
3275
87d8eba4
GM
32762001-03-30 Gerd Moellmann <gerd@gnu.org>
3277
3278 * Makefile.in (.PHONY): Add for bootstrap targets.
3279 (bootstrap-clean): New target.
3280 (bootstrap): Use it instead of `clean'.
3281
ed31fabf
GM
32822001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
3283
3284 * Makefile.in (SUBDIR): Remove leim.
3285 (all, .RECURSIVE, extraclean): Add leim explicitly.
3286 (leim): Provide separate rule which exports PARALLEL=0 into the
3287 environment.
3288
5721ae13
GM
32892001-03-20 Gerd Moellmann <gerd@gnu.org>
3290
3291 * configure.in (HAVE_XPM): Don't print the result of the check for
3292 XpmReturnAllocPixels if we don't have an xpm.h.
3293
10ebaeb6
GM
32942001-03-05 Gerd Moellmann <gerd@gnu.org>
3295
3296 * COPYING: New file.
3297
e30bd7b7
EZ
32982001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3299
3300 * config.bat: Update the copyright.
3301
d0e9bfd2
GM
33022001-02-23 Kenichi Handa <handa@etl.go.jp>
3303
3304 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
3305 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
3306 to `yes'. Later in AC_OUTPUT, check this variable.
3307
038f4ae3
DL
33082001-02-09 Dave Love <fx@gnu.org>
3309
3310 * AUTHORS: Updated.
3311
44806980
EZ
33122001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * info/dir (Ebrowse): Fix the entry (was missing a dot).
3315
20b28f82
GM
33162001-02-02 Gerd Moellmann <gerd@gnu.org>
3317
bdadfce3
GM
3318 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
3319
5db37a2e 3320 * Makefile.in (uninstall): Ignore exit code of `rm'.
dff28924 3321
20b28f82
GM
3322 * Makefile.in (uninstall): Remove more info files. Remove
3323 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
3324
7ccf7ab9
GM
33252001-01-31 Gerd Moellmann <gerd@gnu.org>
3326
3327 * noleim-Makefile.in (extraclean): Add.
3328
03e0fe6e 33292001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0
BW
3330
3331 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
3332 it quiet.
3333
e1e441f9
GM
33342001-01-24 Colin Walters <walters@cis.ohio-state.edu>
3335
3336 * Makefile.in (tags): Fix typo.
3337
64388126
KH
33382001-01-13 Kenichi Handa <handa@etl.go.jp>
3339
3340 * configure.in: Fix typo in the code setting x_search_path.
3341
457b792c
GM
33422001-01-10 Dave Love <fx@gnu.org>
3343
3344 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
3345 -lXext.
3346 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
3347 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
3348 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
3349 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
3350 (now in $LIBS).
3351
1460e5d4
EZ
33522001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3353
3354 * config.bat: Run the preprocessor with -traditional.
3355
e2b6e5ea
EZ
33562001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
3357
3358 * INSTALL: Move copying conditions to end of file.
3359
b202115b
EZ
33602000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3361
3362 * INSTALL: Add basic installation procedure which assumes
3363 `configure' does its job. Elaborate on image support libraries.
3364 Add a pointer to Xaw3d library. Add advice about solving
3365 configure-time problems by looking in config.log and setting
3163da06 3366 variables in the environment.
b202115b 3367
3e32cc27
GM
33682000-12-27 Gerd Moellmann <gerd@gnu.org>
3369
3370 * Makefile.in (install-arch-indep): If tar fails, exit with
3371 exit code 1.
3372
7b93a85b
GM
33732000-12-19 Gerd Moellmann <gerd@gnu.org>
3374
3375 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
3376 source file includes XKBlib.h. On some broken Solaris systems,
3377 there is an XKBlib.h, reportedly, but header files included by
3378 XKBlib.h are missing.
3379
02387dcc
GM
33802000-12-14 Gerd Moellmann <gerd@gnu.org>
3381
3382 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
3383
34979055
DL
33842000-12-11 Dave Love <fx@gnu.org>
3385
3386 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
3387
169fe44e
GM
33882000-12-11 Paul Eggert <eggert@twinsun.com>
3389
3390 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
3391 Merge fixes from latest GNU tar version. These macros no longer
3392 futz with _XOPEN_SOURCE, as that was not portable in practice.
3393 (AC_FUNC_FSEEKO): New macro.
dff28924 3394
169fe44e
GM
3395 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
3396 ftello.
dff28924 3397
5c62b2e9
DL
33982000-12-05 Dave Love <fx@gnu.org>
3399
3400 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
3401
2dce2360
EZ
34022000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * info/dir: Change the category to "Emacs".
3405
8c28d444
GM
34062000-12-01 Gerd Moellmann <gerd@gnu.org>
3407
3408 * make-dist (tempdir): Remove epaths.h from the distribution
3409 instead of paths.h.
3410
68a887fa
EZ
34112000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3412
3413 * config.bat: Check for existence of djecho.exe, and print an
3414 error message if it is not available.
3415
3416 * INSTALL: Describe possible problem with djecho.exe in old
3417 versions of DJGPP v2.x.
3418
d96a4de3
GM
34192000-11-23 Gerd Moellmann <gerd@gnu.org>
3420
3421 * configure.in: Initialize HAVE_LIBXP to no.
3422
3aeecf97
GM
34232000-11-22 Gerd Moellmann <gerd@gnu.org>
3424
dff28924 3425 * configure.in: Use m/macppc.h instead of the non-existent
3aeecf97
GM
3426 m/powerpc.h.
3427
fb279a6d
GM
34282000-11-21 Gerd Moellmann <gerd@gnu.org>
3429
3c64f287
GM
3430 * Makefile.in (install-arch-indep): Also install info/eshell*
3431 and info/speedbar*.
3432
fb279a6d
GM
3433 * configure.in (HAVE_PNG): Check for the presence of
3434 png_get_channels to rule out older PNG libs.
3435
f5f47add
GM
3436 * configure.in (AC_OUTPUT): Arrange to emit definitions of
3437 GCC and NON_GNU_CPP into config.status.
3438
62d14e9a
DL
34392000-11-20 Dave Love <fx@gnu.org>
3440
1c203d4c
DL
3441 * configure.in: Fix last change.
3442
62d14e9a 3443 * GETTING.GNU.SOFTWARE: Deleted.
169fe44e 3444 * FTP: New file to replace it.
62d14e9a
DL
3445 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
3446
f1d6d1e8
GM
34472000-11-20 Gerd Moellmann <gerd@gnu.org>
3448
3449 * configure.in: Use -traditional with GNU cpp.
3450
b3635775
GM
34512000-11-17 Gerd Moellmann <gerd@gnu.org>
3452
3453 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
3454 Distribute more files from the nt/ subdir. Distribute PBM
3455 image files from subdirs of lisp/. Distribute old change logs
3456 from subdirs of lisp/. Distribute play/5x5.el.
3457
0eafc06c
DL
34582000-11-11 Dave Love <fx@gnu.org>
3459
3460 * config.sub, config.guess: Updated from master source.
3461
03391420
DL
34622000-11-07 Dave Love <fx@gnu.org>
3463
3464 * configure.in: Test for mkstemp.
3465
cd66d2ed
EZ
34662000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * info/dir (Top): Rearrange menu items more logically, and put
3469 them into a single category. Add menu items for RefTeX and
3470 Widget.
3471
880820fe 34722000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1da437e9 3473
15b526b2
EZ
3474 * Makefile.in (install-arch-indep): Use --info-dir instead of
3475 --dir-file, and a simple argument instead of --info-file, so that
3476 the Debian version of install-info also works.
1da437e9 3477
99483220
EL
34782000-10-19 Eric M. Ludlam <zappo@ultranet.com>
3479
3480 * info/dir (Speedbar): Add entry.
3481
45e680a8
EZ
34822000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3483
3484 * INSTALL: Describe the new image-support options to the configure
3485 script. List URLs where image support libraries can be found.
3486
f2f049f3
EZ
34872000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
3488
3489 * info/dir (Top): Add an entry for Eshell.
3490
2021ab61
DL
34912000-10-02 Dave Love <fx@gnu.org>
3492
3493 * configure.in: Check for gai_strerror.
3494
65f75351
AS
34952000-10-01 Andreas Schwab <schwab@suse.de>
3496
4b649a8e 3497 * Makefile.in (install-arch-indep): Update list of installed info files.
65f75351 3498
71c9ec51
GM
34992000-09-30 Gerd Moellmann <gerd@gnu.org>
3500
3501 * configure.in: Support `sparc*-*-netbsd*'.
3502
513f1fd9
EZ
35032000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3504
3505 * info/dir (MIME): Add entry for emacs-mime.
3506
a55b799a
DL
35072000-09-29 Dave Love <fx@gnu.org>
3508
3509 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
3510
ce75c97a
GM
35112000-09-26 Gerd Moellmann <gerd@gnu.org>
3512
3513 * make-dist: Adapt to the change of leim/Makefile which was
3514 necessary to ensure a reasonably working `make dist'.
3515
3516 * leim-Makefile.in: Moved to leim/Makefile.in..
3517
3518 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
3519
36e44f62
KH
35202000-09-21 Kenichi Handa <handa@etl.go.jp>
3521
dff28924
SS
3522 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
3523 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
36e44f62
KH
3524 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
3525 files to .elc.
3526 (${TIT}): Adjusted for the above change.
3527 (clean mostlyclean): Likewise.
3528 (.el.elc): New target.
3529
da1608d9
GM
35302000-09-19 Gerd Moellmann <gerd@gnu.org>
3531
3532 * make-dist: Include XPM and XBM files in lisp/ and subdirs
3533 in the distribution.
3534
6fed3546
GM
35352000-09-18 Gerd Moellmann <gerd@gnu.org>
3536
3537 * make-dist (skk): Rename to `ja-dic' because the leim directory
3538 was renamed.
3539
b4331e96
DL
35402000-09-14 Dave Love <fx@gnu.org>
3541
3542 * configure.in: Fix spurion in last change.
3543
ef9e4345
GM
35442000-09-14 Gerd Moellmann <gerd@gnu.org>
3545
3546 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
3547 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
3548 to `no' if defined. Change result report.
3549
575daf04
DL
35502000-09-08 Dave Love <fx@gnu.org>
3551
3552 * configure.in: Remove spurious `@'s.
3553
3554 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
3555 autoconf.
3556
fa0b693c
GM
35572000-09-06 Gerd Moellmann <gerd@gnu.org>
3558
73b77ee5
GM
3559 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
3560 file and print informational message.
dff28924 3561
fa0b693c
GM
3562 * configure.in (AC_FUNC_MMAP): Add.
3563
ff8df3be
GM
35642000-09-01 Gerd Moellmann <gerd@gnu.org>
3565
3566 * configure.in: Add ``checking'' messages for
3567 XpmReturnAllocPixels.
3568
bb17930d
GM
35692000-08-28 Gerd Moellmann <gerd@gnu.org>
3570
3571 * configure.in: Check <strings.h>; check `index' and `rindex'
3572 functions.
3573
6ce974d4
KH
35742000-08-26 Kenichi Handa <handa@etl.go.jp>
3575
3576 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
3577 "case "${canonical}" in".
3578
7bc3ff79
DL
35792000-08-25 Dave Love <fx@gnu.org>
3580
3581 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
3582
457dd64a
KH
35832000-08-25 Kenichi Handa <handa@etl.go.jp>
3584
7c100e1a 3585 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
457dd64a 3586
17494071
GM
35872000-08-24 Gerd Moellmann <gerd@gnu.org>
3588
3589 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
3a787a1e 3590 contains a relative path. Protect against unusable values of $PWD.
17494071 3591
dd0e1e54
EZ
35922000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3593
3d819a75
EZ
3594 * info/dir (WoMan): Add entry.
3595
dd0e1e54
EZ
3596 * config.bat (maindir): Update src/_gdbinit even if it does
3597 already exist.
3598
70fc58b3
GM
35992000-08-07 Gerd Moellmann <gerd@gnu.org>
3600
3a787a1e 3601 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
70fc58b3 3602
f4988be7
GM
36032000-08-03 Gerd Moellmann <gerd@gnu.org>
3604
3605 * configure.in: Add support for ia64*-*-linux*.
3606
27848c01
GM
36072000-07-27 Gerd Moellmann <gerd@gnu.org>
3608
3609 * make-dist (aclocal.m4): Include in distribution.
3610
b4a12321
DL
36112000-07-26 Dave Love <fx@gnu.org>
3612
3613 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
3614
c66c29a2
DL
36152000-07-24 Dave Love <fx@gnu.org>
3616
3617 * configure.in: Add AC_SIZE_T.
3618
3b33a005
DL
36192000-07-18 Dave Love <fx@gnu.org>
3620
3621 * configure.in: Reorder so that most tests are done after CPPFLAGS
3622 is set from the C_SWITCH_... definitions.
3623
4b92c49a
GM
36242000-07-10 Gerd Moellmann <gerd@gnu.org>
3625
3626 * configure.in (HAVE_XPM): Undo previous change. Check for
3627 preprocessor define XpmReturnAllocPixels.
3628
6c6d2e33
GM
36292000-07-06 Gerd Moellmann <gerd@gnu.org>
3630
3631 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
3632 instead of XpmReadFileToPixmap.
3633
b192d653
KR
36342000-07-05 Ken Raeburn <raeburn@gnu.org>
3635
3636 * configure.in: Check for <soundcard.h>. Look for ossaudio
3637 library, and set LIBSOUND accordingly.
3638
65171e3a
DL
36392000-07-05 Dave Love <fx@gnu.org>
3640
3641 * configure.in: Use AC_HEADER_SYS_WAIT.
3642
969f7e79
GM
36432000-07-05 Gerd Moellmann <gerd@gnu.org>
3644
3645 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
3646 lisp/Makefile. Distribute lisp/Makefile.in instead of
3647 lisp/Makefile.
3648
5a9bf171
KR
36492000-06-30 Ken Raeburn <raeburn@gnu.org>
3650
3651 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
3652 while searching for image-handling libraries.
3653
1d36487c
GM
36542000-06-26 Gerd Moellmann <gerd@gnu.org>
3655
3656 * configure.in (--with-xim): New option.
3657
6a465756
DL
36582000-06-23 Dave Love <fx@gnu.org>
3659
3660 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
3661 for struct timezone and test how we can call gettimeofday.
48d4b120 3662 Check for OSF 5+. Check for term.h.
6a465756
DL
3663
3664 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
3665 version.
3666
16cf31f7
GM
36672000-06-23 Gerd Moellmann <gerd@gnu.org>
3668
3669 * configure.in (HAVE_LIBXP): Change test for libXp.
3670
4c343001
DL
36712000-06-21 Dave Love <fx@gnu.org>
3672
3673 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
3674 simple test for getloadavg and substitute GETLOADAVG_LIBS.
3675 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
3676
a3f08d9e
DL
36772000-06-19 Dave Love <fx@gnu.org>
3678
3679 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
3680 _XOPEN_SOURCE is defined.
3681
0a2ea235
GM
36822000-06-16 Gerd Moellmann <gerd@gnu.org>
3683
dff28924 3684 * Makefile.in (distclean): Also make distclean in lisp/.
0a2ea235 3685
7d5c8691
EZ
36862000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
3689
e9924e52
GM
36902000-06-15 Gerd Moellmann <gerd@gnu.org>
3691
3692 * make-dist: Add --help and --snapshot options.
3693
9f817ea4
GM
36942000-06-14 Gerd Moellmann <gerd@gnu.org>
3695
dce6b995 3696 * configure.in: Generate lisp/Makefile.
dff28924 3697
9f817ea4
GM
3698 * configure.in: Add support for `*-lynxos*'.
3699 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
3700 recommended by <Karen.Dorhamer@compaq.com> to fix problems
3701 on Tru64 UNIX v5.0.
3702
97aa9c1d
KR
37032000-06-13 Ken Raeburn <raeburn@gnu.org>
3704
3705 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
3706 it's on a continuation line.
3707
d42122a3
DL
37082000-06-02 Dave Love <fx@gnu.org>
3709
b4963755 3710 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
2082fe81
DL
3711 files.
3712
d42122a3
DL
3713 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
3714 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
3715 test.
3716
3717 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
3718 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
3719
34ec9ebe
GM
37202000-05-26 Gerd Moellmann <gerd@gnu.org>
3721
3722 * configure.in: Add check for speed_t typedef.
3723
50d7ce09
KR
37242000-05-25 Ken Raeburn <raeburn@gnu.org>
3725
3726 * Makefile.in (install-arch-dep): Install fns-*.el only if it
3727 exists; it won't in the CANNOT_DUMP case.
3728
10db7fc5
GM
37292000-05-25 Gerd Moellmann <gerd@gnu.org>
3730
3731 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
3732 On FreeBSD, the exit status is 1 if CDPATH is not set.
8711588d 3733 (install-arch-indep): Install ebrowse.info.
10db7fc5 3734
087121cc
GM
37352000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
3736
3737 * configure.in: Check for grandpt and getpt.
3738
b992884d
DL
37392000-05-09 Dave Love <fx@gnu.org>
3740
3741 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
3742
056565f7
GM
37432000-05-05 Gerd Moellmann <gerd@gnu.org>
3744
14d1edc0
JB
3745 * make-dist: Make a link for lib-src/grep-changelog.
3746 Copy install-sh.
056565f7 3747
35a28e21
EZ
37482000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
3749
3750 * config.bat: Identify the beginning of the cpp stuff in
3751 src/Makefile.in and lib-src/Makefile.in more accurately.
3752
c76e04a8
GM
37532000-04-27 Gerd Moellmann <gerd@gnu.org>
3754
3755 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
3756
5e3dac3f
GM
37572000-04-19 Gerd Moellmann <gerd@gnu.org>
3758
3759 * configure.in: Add support for `powerpc-*-netbsd*'.
3760
0b8f263e
DL
37612000-04-19 Dave Love <fx@gnu.org>
3762
7825fef9
DL
3763 * configure.in: Don't use AC_FUNC_GETLOADAVG.
3764
0b8f263e
DL
3765 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
3766
3dd2781e
DL
37672000-04-16 Dave Love <fx@gnu.org>
3768
3769 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
3770
3edfea34
DL
37712000-04-14 Dave Love <fx@gnu.org>
3772
3773 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
3774
3775 * aclocal.m4 (AC_FUNC_MKTIME): New.
3776
4d6e16b3
KR
37772000-03-28 Ken Raeburn <raeburn@gnu.org>
3778
3779 * configure.in: Line up "--help" output a little better.
3780
89e80928
GM
37812000-03-26 Gerd Moellmann <gerd@gnu.org>
3782
087121cc 3783 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
89e80928
GM
3784 New targets.
3785 (bootstrap): Rewritten in terms of the new targets above. Make
3786 info files, too.
dff28924 3787
e1cff360
GM
37882000-03-12 Gerd Moellmann <gerd@gnu.org>
3789
3790 * config.guess, config.sub: Use the versions of the files from
3791 subversions.
3792
7397acc4
DL
37932000-03-08 Dave Love <fx@gnu.org>
3794
3795 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
3796 AC_C_VOLATILE. Define POINTER_TYPE.
3797
3798 * aclocal.m4: New file.
3799
d054101f 38002000-03-02 Gerd Moellmann <gerd@gnu.org>
2df636f4
GM
3801
3802 * configure.in (machine): Add `mipsel-*-netbsd*' and
3803 `arm-*-netbsd*'.
dff28924 3804
d054101f 38052000-03-01 Gerd Moellmann <gerd@gnu.org>
dff28924 3806
d054101f 3807 * configure.in (machine): Add support for `*-auspex-sunos*'.
dff28924 3808
ed4d0512
GM
38092000-02-29 Gerd Moellmann <gerd@gnu.org>
3810
3811 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
3812
2dc95ddd
DL
38132000-02-18 Dave Love <fx@gnu.org>
3814
3815 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
3816
57beb0e0
AS
38172000-02-18 Andreas Schwab <schwab@suse.de>
3818
3819 * Makefile.in (install-arch-indep): Add eudc to list of installed
3820 info files.
3821
3b3cc4a4
KR
38222000-02-17 Ken Raeburn <raeburn@gnu.org>
3823
3824 * configure.in: Include -lz and -ljpeg (if it's available) when
3825 testing for the tiff library.
3826
8389e1e2
GM
38272000-02-17 Gerd Moellmann <gerd@gnu.org>
3828
3829 * configure.in: Remove LISP_FLOAT_TYPE.
3830
647847ea
DL
38312000-02-12 Dave Love <fx@gnu.org>
3832
3833 * configure.in: Use AC_FUNC_VFORK.
3834
9a90d84c
GM
38352000-02-01 Gerd Moellmann <gerd@gnu.org>
3836
5eea385d
GM
3837 * make-dist: Various fixes for new development tree.
3838
9a90d84c
GM
3839 * leim-Makefile.in: New file.
3840
b6680a0e
GM
38412000-01-31 Gerd Moellmann <gerd@gnu.org>
3842
3843 * Makefile.in (dist): Call ./make-dist.
3844
1e5279b9
DL
38452000-01-24 Dave Love <fx@gnu.org>
3846
3847 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
3848
ffe36136
GM
38492000-01-18 Gerd Moellmann <gerd@gnu.org>
3850
3851 * configure.in (HAVE_GIF): Check for DGifOpen instead of
3852 DGifOpenFileName.
3853
a970dae4
AS
38542000-01-11 Andreas Schwab <schwab@suse.de>
3855
3856 * Makefile.in (install-arch-indep): Update list of info files to
3857 be installed.
3858
c4bb2108
DL
38592000-01-05 Dave Love <fx@gnu.org>
3860
3861 * configure.in: Check for jerror.h as well as libjpeg.
3862
bb9d2b64
AS
38632000-01-03 Andreas Schwab <schwab@suse.de>
3864
3865 * Makefile.in (install-arch-indep): Install autotype*. Run
3866 install-info on autotype and emacs-faq.info.
3867
22afa6e8
DL
38681999-12-04 Dave Love <fx@gnu.org>
3869
b4963755 3870 * Makefile.in (install-arch-indep): Depend on `info'.
22afa6e8
DL
3871 (install-strip): Use `install' as sub-make target.
3872
a21616bd
KR
38731999-11-23 Ken Raeburn <raeburn@gnu.org>
3874
3875 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
3876 didn't need to be deleted. Check for the k5crypto library as well
3877 as the crypto library; MIT Kerberos 1.1 changed the name.
3878
946173ad
DL
38791999-11-18 Dave Love <fx@gnu.org>
3880
3881 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
3882
4f6f5dab
GM
38831999-11-11 Erik Naggum <erik@naggum.no>
3884
3885 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
3886
2323760c
DL
38871999-11-08 Dave Love <fx@gnu.org>
3888
3889 * configure.in: Fix change for --with-pop default.
3890
c3d00920
DL
38911999-11-04 Dave Love <fx@gnu.org>
3892
3893 * configure.in: Default to --with-pop. Change sense of with-gcc
3894 and with-toolkit-scroll-bars messages to reflect the defaults.
3895
400a1ed0
GM
38961999-11-01 Gerd Moellmann <gerd@gnu.org>
3897
3898 * INSTALL: Mention the Emacs Lisp Reference.
3899
1e3196e8
GM
39001999-10-27 Noah Friedman <friedman@splode.com>
3901
3902 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
3903
8ac52782
GM
39041999-10-23 Gerd Moellmann <gerd@gnu.org>
3905
3906 * Makefile.in (bootstrap): New target.
3907
1113b624
PE
39081999-10-19 Paul Eggert <eggert@twinsun.com>
3909
3910 Add support for large files. Merge glibc 2.1.2.
3911
3912 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
3913 (HAVE_TM_GMTOFF): New symbol.
3914 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
3915 mbrlen, strsignal.
3916 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
dff28924 3917
77162a4f
SM
39181999-10-09 Stefan Monnier <monnier@cs.yale.edu>
3919
194d44e7
JB
3920 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
3921 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
77162a4f 3922
a2743e67
RS
39231999-10-09 Richard M. Stallman <rms@gnu.org>
3924
dff28924 3925 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
a2743e67
RS
3926 Unset CDPATH to prevent cd from generating output.
3927
37e2d8f4
SM
39281999-10-08 Stefan Monnier <monnier@cs.yale.edu>
3929
194d44e7 3930 * update-subdirs: Also ignore CVS subdirs.
37e2d8f4 3931
4e1d9c86
GM
39321999-10-07 Gerd Moellmann <gerd@gnu.org>
3933
3934 * Makefile.in (install-arch-indep): Add ada-mode.
dff28924 3935
2b6bac15
DL
39361999-10-06 Dave Love <fx@gnu.org>
3937
3938 * Makefile.in: Add rules for config.status, configure.
3939
a4a9692d
DL
39401999-09-07 Gerd Moellmann <gerd@gnu.org>
3941
3942 * configure.in (--with-sound): Removed.
3943
39441999-08-30 Gerd Moellmann <gerd@gnu.org>
3945
3946 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
3947 the test for Xaw3d.
3948 (HAVE_TIFF): Add -lm to library check.
3949
39501999-08-28 Richard Stallman <rms@gnu.org>
3951
3952 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
3953 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
3954 after the other X-related libraries.
3955
39561999-08-21 Dave Love <fx@gnu.org>
3957
3958 * configure.in: Don't check for jpeglib.h.
3959
39601999-08-20 Gerd Moellmann <gerd@gnu.org>
3961
3962 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
3963 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
3964
39651999-08-18 Dave Love <fx@gnu.org>
3966
3a787a1e 3967 * configure.in: Check for termcap.h.
a4a9692d
DL
3968
39691999-08-15 Gerd Moellmann <gerd@gnu.org>
3970
3971 * configure.in: Add --with-toolkit-scroll-bars. If "no",
3972 use Emacs' scroll bars, even if configured for Motif or when
3973 Xaw3d is available.
3974
39751999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
3976
3977 * configure.in: Check for getaddrinfo.
3978
39791999-08-04 Eli Zaretskii <eliz@gnu.org>
3980
3981 * config.bat: Make --no-debug work again by removing -gcoff.
3982
39831999-07-30 Dave Love <fx@gnu.org>
3984
3985 * configure.in: Check for stdlib.h.
3986
39871999-07-19 Dave Love <fx@gnu.org>
3988
3989 * configure.in: Grok sparc64-*-linux-gnu*.
3990
39911999-07-12 Richard Stallman <rms@gnu.org>
3992
3993 * Version 20.4 released.
3994
39951999-06-23 Karl Heuer <kwzh@gnu.org>
3996
3997 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
3998 Quote $EMACS, in case it's a program with args.
3999
40001999-05-29 Richard M. Stallman <rms@gnu.org>
4001
4002 * configure.in: Delete the Kerberos stuff.
4003
40041999-05-27 Greg Hudson <ghudson@mit.edu>
4005
4006 * configure.in: Prefer kerberos 5 names.
4007
40081999-04-26 Richard M. Stallman <rms@gnu.org>
4009
4010 * configure.in: Check for libXp.
4011
40121999-04-08 Richard Stallman <rms@gnu.org>
4013
4014 * make-dist: Include change logs in subdirs of `lisp'.
4015
40161999-04-05 Richard Stallman <rms@gnu.org>
4017
4018 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
4019 (install-arch-indep): Make ${datadir}/emacs world-readable.
4020
40211999-03-30 Eli Zaretskii <eliz@gnu.org>
4022
4023 * config.bat: Use epaths.* instead of paths.*.
4024
40251999-03-07 Eli Zaretskii <eliz@gnu.org>
4026
4027 * INSTALL: Add detailed instructions to unpack and install
4028 intlfonts on MS-DOS.
4029
40301999-02-26 Richard Stallman <rms@gnu.org>
4031
4b649a8e 4032 * configure.in: Use epaths.h and epaths-force instead of paths...
a4a9692d
DL
4033
4034 * Makefile.in (epaths-force): Renamed from paths-force;
4035 operate on epaths.in and produce epaths.h.
4036
40371999-02-24 Richard Stallman <rms@gnu.org>
4038
4039 * make-dist: Fix nt/icons directory handling.
4040
40411999-02-22 Simon Josefsson <jas@pdc.kth.se>
4042
4043 * configure.in (f301-fujitsu-uxpv4.1): New target.
4044
40451999-02-20 Richard Stallman <rms@gnu.org>
4046
4047 * make-dist (tempparent): Fix command to update info files.
4048
40491999-02-09 Richard Stallman <rms@gnu.org>
4050
4051 * configure.in (powerpc-apple-netbsd*): New alternative.
4052
40531999-01-25 Geoff Voelker <voelker@cs.washington.edu>
4054
4055 * make-dist: Include the new directory nt/icons in distributions.
4056
40571999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4058
4059 * configure.in: Change message about HAVE_XFREE386.
4060
40611999-01-07 Eli Zaretskii <eliz@gnu.org>
4062
4063 * config.bat: Support configuring with leim.
4064
40651998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
4066
4067 * configure.in (mips-sgi-irix6.5): New target.
4068
40691998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4070
4071 * configure.in: Remove GSS-API support, since it has been removed
4072 from movemail.
4073
40741998-12-04 Markus Rost <rost@delysid.gnu.org>
4075
4076 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4077
40781998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
4079
3a787a1e
JB
4080 * Makefile.in: Don't install customize info file.
4081 Run install-info on viper info file.
a4a9692d
DL
4082
40831998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
4084
4085 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4086
40871998-11-16 Kenichi Handa <handa@etl.go.jp>
4088
4089 * configure.in (*-*-bsdi4*): New target.
4090
40911998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
4092
4093 * configure.in: Fix previous change.
4094
40951998-11-11 Richard Stallman <rms@gnu.org>
4096
4097 * configure.in (aviion-intel): New machine.
4098
40991998-11-04 Kenichi Handa <handa@etl.go.jp>
4100
4101 * configure.in (mips-nec-sysv4*): New target.
4102
41031998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
4104
4105 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
4106 from lisp.
4107
41081998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
4109
4110 * make-dist: Don't include fns*.el in dist.
4111
41121998-10-30 Dave Love <fx@gnu.org>
4113
4114 * configure.in: Don't mkdir cpp.
4115
41161998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
4117
4118 * Makefile.in (install-arch-dep): Install src/fns-*.el in
4119 ${archlibdir}.
4120
41211998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4122
4123 * Version 20.3 released.
4124
41251998-07-30 Paul Eggert <eggert@twinsun.com>
4126
4127 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
4128 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
4129 (lwlib/Makefile, leim/Makefile):
4130 Prepend $(srcdir)/ to rule dependencies outside this dir.
4131
41321998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4133
4134 * configure.in: Use unset CDPATH instead of making it empty.
4135
41361998-06-20 Karl Heuer <kwzh@gnu.org>
4137
4138 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
4139
41401998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
4141
4142 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
4143 and default.el. Sort the results.
4144
41451998-05-31 Karl Heuer <kwzh@gnu.org>
4146
4147 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
4148 writable.
4149
41501998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
4151
4152 * Makefile.in (install-arch-indep):
4153 Don't alter site-lisp/subdirs.el if it exists.
4154
41551998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4156
4157 * Makefile.in (install-arch-indep): Put `-' on commands to create
4158 subdirs.el in site-lisp dirs.
4159
41601998-05-07 Richard Stallman <rms@psilocin.gnu.org>
4161
4162 * Makefile.in (install-arch-indep): Fix typo in previous change.
4163
41641998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4165
4166 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
4167
41681998-04-28 Richard Stallman <rms@psilocin.gnu.org>
4169
4170 * Makefile.in (mkdir): Create the site-lisp dirs.
4171 (install-arch-indep): Make site-lisp/subdirs files world-readable.
4172
41731998-04-26 Richard Stallman <rms@psilocin.gnu.org>
4174
4175 * Makefile.in (INSTALL_INFO): New variable.
4176 (install-arch-indep): Don't replace the dir file if it already exists.
4177 Use the install-info program, via INSTALL_INFO, to add entries.
4178 Make the `info' subdir and the Info files world-readable.
4179
41801998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
4181
4182 * config.bat: Make sure the environment is large enough to support
4b649a8e 4183 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
a4a9692d
DL
4184
41851998-04-10 Karl Heuer <kwzh@gnu.org>
4186
4187 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
4188
41891998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4190
4191 * configure.in: Add --with-gssapi to specify GSS-API
4192 authentication support for movemail.
4193
41941998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
4195
4196 * Makefile.in (install-arch-indep): Fix previous change.
4197
41981998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4199
4200 * Makefile.in (info): Run man in build dir, not srcdir.
4201
42021998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
4203
4204 * Makefile.in (install-arch-indep): Fix previous change.
4205
42061998-03-23 Kenichi Handa <handa@etl.go.jp>
4207
4b649a8e 4208 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
a4a9692d
DL
4209
42101998-03-22 Richard Stallman <rms@gnu.org>
4211
4212 * Makefile.in (install-arch-indep): Put special subdirs.el files
4213 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
4214
42151998-03-21 Richard Stallman <rms@psilocin.gnu.org>
4216
4217 * make-dist: Fix shell syntax in check for missing .el or .elc files.
4218
42191998-03-09 Richard Stallman <rms@psilocin.gnu.org>
4220
4221 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
4222 (m68*-hp-hpux*): Handle versions 1X like 10.
4223
42241998-03-07 Richard Stallman <rms@psilocin.gnu.org>
4225
4226 * make-dist: PROBLEMS is now in etc, not top level dir.
4227
4228 * Makefile.in (SOURCES): Delete PROBLEMS.
4229
42301998-02-25 Richard Stallman <rms@gnu.org>
4231
4232 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
4233
4234 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
4235
42361998-01-17 Richard Stallman <rms@gnu.org>
4237
4238 * Makefile.in (install-arch-indep): Add semicolon before `else'.
4239
42401998-01-02 Richard Stallman <rms@psilocin.gnu.org>
4241
4242 * make-dist (tempparent): New option --no-check.
4243
4244 * make-dist: Don't do anything with cpp directory.
4245
42461997-12-20 Richard Stallman <rms@psilocin.gnu.org>
4247
4248 * configure.in (sparc-fujitsu-sysv4*): New target.
4249
42501997-12-17 Andreas Schwab <schwab@gnu.org>
4251
4252 * configure.in: Cache more tests. Add missing quotes around
4253 message with embedded comma.
4254
42551997-12-04 Karl Heuer <kwzh@gnu.org>
4256
4257 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
4258
42591997-11-26 Joel N. Weber II <devnull@gnu.org>
4260
4261 * make-dist: Changed the comment about `umask 0' to say `Don't
92a8ce63
JB
4262 restrict access to any files.'; previously it said `Don't protect
4263 any files', which may have implied that we think fascism is good.
a4a9692d
DL
4264
42651997-11-24 Paul Eggert <eggert@twinsun.com>
4266
4267 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
4268 strftime needs the underlying host's strftime for locale dependent
4269 formats.
4270
42711997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
4272
4273 * configure.in (i586-dg-dguxR4.*): New name in case branch.
4274
42751997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4276
4277 * config.bat: Configure the man subdirectory.
4278
42791997-11-07 Paul Eggert <eggert@twinsun.com>
4280
4281 * configure.in (AC_CHECK_LIB): Add -lintl.
4282
42831997-11-07 Karl Heuer <kwzh@gnu.org>
4284
4285 * make-dist (check for .elc files): Avoid bash-specific syntax.
4286 (check for overflow 14-char limit): Simplify.
4287
42881997-11-07 Richard Stallman <rms@gnu.org>
4289
4290 * Makefile.in (install): Move blessmail last.
4291
42921997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4293
4294 * configure.in (gettimeofday, one arg or two):
4295 Clarify messages by avoiding double negative.
4296
42971997-09-30 Karl Eichwalder <ke@suse.de>
4298
3a787a1e 4299 * Makefile.in (install-arch-indep): Install the widget info file.
a4a9692d
DL
4300
43011997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4302
4303 * configure.in (with-pop, with-kerberos): Need to check Kerberos
4304 libraries in reverse order, so that libraries will appear in the
4305 correct dependency order on the link line (and so that the
4306 configure checks themselves will work properly when early
4307 libraries depend on later ones).
4308
43091997-09-21 Erik Naggum <erik@naggum.no>
4310
3a787a1e 4311 * make-dist (making links to `src'): Keep timestamp on copied files.
a4a9692d
DL
4312
4313 * make-delta: New script to produce delta distributions.
4314
43151997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4316
4317 * Version 20.2 released.
4318
43191997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4320
4321 * Version 20.1 released.
4322
4323 * Makefile.in (install-leim): Depend on mkdir.
4324 (leim): Depend on src.
4325
43261997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4327
4328 * configure.in: Recognize alpha* instead of just alpha.
4329
43301997-09-12 Paul Eggert <eggert@twinsun.com>
4331
4332 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
4333
43341997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4335
4336 * update-subdirs: Use rm -f.
4337
43381997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4339
4340 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
4341 Ignore subdirs named Old.
dff28924 4342
a4a9692d
DL
43431997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
4344
4345 * configure.in: Add OpenBSD clause to set $machine.
4346
43471997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4348
4349 * make-dist: Recompile everything after updating various Lisp files.
4350 Recompile in leim as well as lisp.
4351 Check in leim as well as lisp for mismatched files and too-long names.
dff28924 4352
a4a9692d
DL
43531997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4354
4355 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
4356
43571997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4358
4359 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
4360 before trying to copy anything from it.
4361
43621997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4363
4364 * Makefile.in (man/Makefile): New target.
4365 (tags): Define env var EMACS and run Makefile from build dir.
4366
43671997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
4368
4369 * config.bat: If src/_gdbinit doesn't exist, try using
4370 src/.gdbinit to create it (for building on Windows 95).
4371
43721997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4373
4374 * Makefile.in (install-arch-indep):
4375 Discard extra data in tar | tar pipes.
4376
43771997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
4378
4379 * configure.in (x_default_search_path): Corrected
4380 '${x_library}' to '${x_library}/X11'.
4381
43821997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4383
4b649a8e 4384 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
a4a9692d
DL
4385
43861997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4387
4388 * configure.in: Support auto-configuration of both Kerberos V4 and
92a8ce63
JB
4389 Kerberos V5 for movemail, including detection of V4 and V5 header
4390 files and libraries.
a4a9692d
DL
4391
43921997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
4393
4394 * configure.in: Compute x_default_search_path
4395 and substitute into makefiles.
4396
4397 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
4398
43991997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4400
4401 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
4402
44031997-08-07 Erik Naggum <erik@naggum.no>
4404
4405 * configure.in: Remove lockdir, it is no longer needed.
4406 * Makefile.in (mkdir): Don't create lockdir.
4407 (lockdir): Variable deleted.
4408 (paths-force): Don't operate on PATH_LOCK.
4409
44101997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4411
4412 * leim-Makefile.in (clean, distclean): New targets.
4413
4414 * make-dist: Include leim/ChangeLog in leim distribution.
4415
44161997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4417
4418 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
4419
44201997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4421
4422 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
4423
44241997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4425
4426 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
4427
44281997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4429
4430 * make-dist: Update leim/leim-list.el.
4431 Pass along value of $EMACS when updating lisp dir.
4432
44331997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4434
dff28924 4435 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
a4a9692d
DL
4436 prerequisite to the use of Doug Lea's malloc.
4437
44381997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4439
4440 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
4441
4442 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
4443
44441997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4445
4446 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
4447
44481997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4449
4450 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
4451 to news-r6.h.
4452
44531997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * config.bat: Use `sed' instead of `cp', which might not be
4456 installed.
4457
44581997-07-09 Kenichi Handa <handa@etl.go.jp>
4459
4460 * Makefile.in (mostlyclean): Add cleaning leim directory.
4461 (clean, distclean, maintainer-clean): Likewise.
4462
44631997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4464
4465 * make-dist (bogosities): Check subdirs of `lisp' also.
4466
44671997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4468
4469 * make-dist (etc): Really avoid symlinks now.
4470 (lisp): Don't delete from subdirs the things we never copy.
4471
56f7d69d 44721997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
4473
4474 * Makefile.in (install-arch-indep): Correct the target name.
4475 The first letter `i' was dropped by the previous change of mine.
4476
44771997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4478
4479 * configure.in (leim/Makefile): Generate this.
4480 (*-sysv4.2uw*): Recognize new alternative.
4481
4482 * leim-Makefile.in: Renamed from leim-Makefile.
4483
4484 * make-dist: Set up real-leim subdirectory,
4485 with the real contents of leim; then move it to
4486 a separate top-level directory.
4487
4488 * make-dist: Don't mention site-lisp, site-init, site-start
4489 or default, when listing files hat are not compiled and should be.
dff28924 4490
a4a9692d
DL
4491 * configure.in: Create src/config.stamp at the end.
4492
44931997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4494
4495 * Makefile.in (install-leim): Correct previous change.
4496
56f7d69d 44971997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
4498
4499 * Makefile.in (install-leim): New target.
4500 (install): Depend on install-leim.
dff28924 4501
56f7d69d 45021997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
4503
4504 * Makefile.in (SUBDIR): Add leim.
4505 (SUBDIR_MAKEFILES): Add leim/Makefile.
4506 (leim/Makefile): New target.
4507
45081997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4509
4510 * leim-Makefile: New file.
4511 * make-dist: Initialize a `leim' subdirectory with that makefile.
4512
45131997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4514
4515 * configure.in (GNU_MALLOC_reason): Fix message text.
4516
45171997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4518
4519 * make-dist (lisp): Don't process subdirs that start with =.
4520 (etc): Copy symlinks, as in src.
4521
45221997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4523
4524 * configure.in (i*86-*-unixware*): New alternative.
4525
45261997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4527
4528 * Makefile.in (src/config.stamp): Target renamed from src/config.h
4529 and touch it explicitly.
4530
4531 * configure.in (mips-sony-newsos6*): New alternative.
4532 (mips-*-linux-gnu*): New alternative.
4533 (*-*-bsdi*): New alternative.
4534 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
4535
45361997-06-22 Dave Love <d.love@dl.ac.uk>
4537
3a787a1e
JB
4538 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
4539 (src/config.h): New target to re-configure if src/config.in is patched.
a4a9692d
DL
4540
45411997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4542
4543 * configure.in (shutdown): Check for `shutdown' function.
4544
56f7d69d 45451997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
a4a9692d
DL
4546
4547 * update-subdirs: Include the directory "language" in subdirs.
4548
45491997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4550
4551 * configure.in (m88k-dg-dgux4*): New alternative.
4552 (alpha-*-netbsd*): New alternative.
4553 (powerpcle-*-solaris2*): New alternative.
4554
45551997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4556
4557 * make-dist: Warn about .el files that are not compiled.
4558
45591997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4560
4561 * Makefile.in (dist): Don't run update-subdirs here,
4562 since make-dist now gets that done.
4563
4564 * make-dist: Use the new `updates' target in lisp/Makefile.
dff28924 4565
a4a9692d
DL
4566 * make-dist: Use new non-file targets in lisp/Makefile.
4567
45681997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4569
4570 * make-dist: Handle all subdirs of `lisp' uniformly.
4571 Don't handle `term' and `language' specially.
4572 Clear out umask at the beginning.
dff28924 4573
a4a9692d
DL
45741997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4575
4576 * make-dist: Use Make to update finder-inf.el and autoloads.
4577 Also update cus-load.el.
4578
45791997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4580
89aa5de3 4581 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
3a787a1e 4582 in case it is desirable to disable the GNU malloc features with glibc.
a4a9692d
DL
4583
45841997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4585
4586 * configure.in (DOUG_LEA_MALLOC):
4587 Define if malloc_{get,set}_state exist.
4588
56f7d69d 45891997-03-05 Kenichi Handa <handa@etl.go.jp>
a4a9692d
DL
4590
4591 * make-dist: Make links for files under lisp/language.
4592
177c0ea7 45931997-02-20 Kenichi Handa <handa@etl.go.jp>
a4a9692d
DL
4594
4595 * update-subdirs: Exclude the directory "language" from subdirs.
4596
45971997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4598
4599 * configure.in: Check for rint and cbrt.
4600
46011997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4602
4603 * make-dist: Use $EMACS to say where to run Emacs.
4604 Add --no-update option.
dff28924 4605
a4a9692d
DL
46061996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4607
4608 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
4609
46101996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4611
4612 * make-dist (copying src): Check thoroughly for symlinks
4613 and copy them in all cases. Regularize the linking of *.in
4614 and *.opt and ChangeLog files.
4615 (copying lib-src): Likewise.
4616 Don't rm getdate.c or y.tab.*--they don't exist any more.
dff28924 4617
a4a9692d
DL
46181996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
4619
4620 * configure.in: Check for libmail, maillock.h and
4621 touchlock (for movemail).
4622
46231996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4624
4625 * configure.in (limits.h): Check for this file.
4626
46271996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4628
4629 * configure.in (rs6000-ibm-aix4.2): New alternative.
4630 (rs6000-ibm-aix4.0): New alternative.
4631 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
4632
46331996-11-22 Ben Harris <bjh21@cam.ac.uk>
4634
4635 * configure.in: Recognize vax-*-netbsd*.
4636
46371996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4638
4639 * configure.in (locallisppath): Add leim directory.
4640
46411996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4642
4643 * config.bat: Make sure `mv' supports forward slashes and -f.
4644
46451996-10-28 Christian Limpach <chris@nice.ch>
4646
4647 * configure.in (hppa*-next-nextstep*): * added after hppa
4648 to accept hppa1.0 and hppa1.1.
4649
46501996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
4651
4652 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
4653 * configure.in (ld_switch_machine): Fix typo.
4654
46551996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4656
4657 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
4658 from config.h and use them in $ac_link.
4659
46601996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
4661
4662 * configure.in: Create a subdir named `lisp'.
4663
46641996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4665
4666 * configure.in: Check for getcwd.
4667
46681996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4669
dff28924 4670 * configure.in: Check for termios.h. Check for setpgid.
a4a9692d
DL
4671
46721996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4673
4674 * configure.in: Check for setrlimit.
4675
46761996-08-31 Paul Eggert <eggert@twinsun.com>
4677
4678 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
4679
46801996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4681
4682 * configure.in: Check for utimes.
4683
4684 * configure.in: Check for com_err library, but only
4685 if --with-kerberos was used. Check for krb and des
4686 only if --with-kerberos.
4687
46881996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4689
4690 * Makefile.in (INSTALL_STRIP): New variable.
4691 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
4692 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
4693
46941996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4695
4696 * configure.in: Check for krb and des libraries.
4697
46981996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4699
4700 * configure.in (*-sunos4.1.[3-9]*noshare):
4701 Use sunos413, not sunos4-1-3.
4702 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
4703 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
dff28924 4704
a4a9692d
DL
47051996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4706
4707 * Makefile.in (src/paths.h): Target deleted.
4708 (paths-force): Delete all dependencies on this target
4709 but don't delete the target.
4710 (install): Depend on `all'.
4711 (paths-force): Don't print a message.
4712
4713 * configure.in: Generate src/paths.h here.
4714
47151996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4716
4717 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
4718 New variables that affect linking only.
4719 (alpha-dec-osf*): Use those instead of previous change.
4720
47211996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4722
4723 * Makefile.in (install-arch-indep): Install info/messages.
4724
47251996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4726
4727 * Version 19.33 released.
4728
f0131492 47291996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
a4a9692d
DL
4730
4731 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
4732 Fix previous change.
4733
47341996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4735
4736 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
4737 New alternative.
4738
47391996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4740
4741 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
4742 and NON_GCC_TEST_OPTIONS.
4743
47441996-08-06 Paul Eggert <eggert@twinsun.com>
4745
4746 * configure.in (LOCALTIME_CACHE): Don't put a string literal
4747 "TZ=..." in environ.
4748
47491996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4750
4751 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
4752
47531996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4754
4755 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
4756 the more general *-sunos4.1.[3-9]* clause.
4757
47581996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4759
4760 * Version 19.32 released.
4761
4762 * configure.in (*-sco3.2v5*):
4763 Set OVERRIDE_CPPFLAG to a string of one space.
4764 Fix the code that uses OVERRIDE_CPPFLAG.
4765
47661996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4767
4768 * configure.in: Undo previous change.
4769
47701996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4771
4772 * config.sub: Use `pc', not `unknown', when canonicalizing
4773 the vendor for ...86.
4774
177c0ea7 47751996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
a4a9692d
DL
4776
4777 * configure.in: Check for termios.h header.
4778
47791996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
4780
3a787a1e 4781 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
a4a9692d
DL
4782
47831996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
4784
4785 * configure.in: Split bsdos2 and bsdos2-1.
4786
47871996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4788
4789 * config.sub: If last two words are not a recognized
4790 KERNEL-OS pair, use just the last word as OS, as in 19.31.
4791 Make conversion of gnu/linux to linux-gnu really work.
dff28924 4792
a4a9692d
DL
4793 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
4794
47951996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4796
4797 * configure.in (check for using Lucid widgets by default):
4798 Eliminate indentation that confuses some compilers.
4799
48001996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4801
4802 * config.sub: Convert linux and gnu/linux to linux-gnu.
4803
4804 * make-dist: Don't update getdate.c.
4805 Ignore =... files when checking for too-long Lisp file names.
4806
48071996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4808
4809 * configure.in (euidaccess): Check for that, not for eaccess.
4810
48111996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4812
4813 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
92a8ce63 4814 before `noshare'.
a4a9692d
DL
4815 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
4816
48171996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4818
4819 * configure.in: Rename lignux to linux-gnu in configuration names.
4820 Use gnu-linux as the opsys value (s/ file name).
4821 Allow i686 just like i386, i486, i586.
4822
48231996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4824
4825 * configure.in (i*86-*-sco3.2v5): New alternative.
4826 (OVERRIDE_CPPFLAG): New variable.
4827 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
4828
4829 * configure.in: Specify vpath for .texi files.
4830
48311996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4832
4833 * configure.in: Always check for HAVE_X11R5.
4834 Separately decide whether to use a toolkit by default.
4835
48361996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
4837
4838 * configure.in: If X11R5 is missing the Xaw headers,
4839 default to --with-x-toolkit=no.
4840
48411996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4842
4843 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
4844
48451996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4846
4847 * Makefile.in (install-arch-indep): If cd etc makes output,
4848 don't treat that as part of the tar data.
4849 Check that ./lisp actually exists.
dff28924 4850
a4a9692d
DL
48511996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
4852
4853 * make-dist: Check for long file names.
4854
48551996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4856
4857 * Version 19.31 released.
4858
48591996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4860
4861 * configure.in: Recognize sparc-*-lignux.
4862
48631996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
4864
4865 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
4866 Don't include config.w95.
4867
48681996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
4869
4870 * make-dist: Replace --no-clean-up and --no-tar options
4871 with --clean-up and --tar, so that the default is useful.
4872
48731996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4874
4875 * config.bat: Make sure the GDB init file is called src/_gdbinit;
4876 if not, tell the user to rename it and abort.
4877
48781996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
4881 test program.
4882
48831996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4884
4885 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
4886
4887 * make-dist (MANIFEST): Fix previous change.
4888 (msdos): Put mainmake.v2 into the dist.
4889
48901996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4891
4892 * make-dist: Exit if autoconf fails.
4893
48941996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
4895
4896 * config.bat: Set djgpp-ver, and unset it at the end.
b1f865ae 4897 Add a number of conditionals for DJGPP version 2.
a4a9692d
DL
4898 Rename label libsrc2 to libsrc3.
4899 Substitute for LDFLAGS in src/Makefile.
4900 Substitute for ALL_CFLAGS in lib-src/Makefile.
4901
49021996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4903
4904 * configure.in (ncurses): Check this after checking fns like strerror.
4905
49061996-04-08 Erik Naggum <erik@naggum.no>
4907
4908 * make-dist (MANIFEST): Don't include lines from =files.
4909
49101996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4911
4912 * make-dist: Don't put lisp/dired.todo in the dist.
4913
49141996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
4915
4916 * configure.in (HAVE_NCURSES): Look for library named ncurses.
4917
4918 * configure.in (setlocale): Check for it.
4919
4920 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
dff28924 4921
a4a9692d
DL
49221996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4923
4924 * configure.in: Use lignux instead of linux as value of opsys.
4925
49261996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4927
4928 * Makefile.in (install-strip): Fix whitespace.
4929 Get rid of continuation.
4930
4931 * config.sub: Convert linux or gnu/linux to lignux.
4932
49331996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4934
4935 * configure.in: Accept lignux in configuration name.
4936
49371996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4938
4939 * Makefile.in (install-strip): New target.
4940
49411996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4942
4943 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
4944 -f failed to do the job on Suns.
4945
49461996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4947
4948 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
4949
4950 * configure.in (linux/version.h): Check for this header.
4951
49521996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4953
4954 * configure.in: Remove -fno-builtin hackery from -lm check.
4955
49561996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4957
4958 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
92a8ce63 4959 just this test.
a4a9692d
DL
4960
4961 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
4962
49631996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4964
4965 * configure.in: Check for ncurses.
4966
49671996-02-28 Paul Eggert <eggert@twinsun.com>
4968
4969 * configure.in (LOCALTIME_CACHE):
4970 Also define if localtime mishandles unsetting TZ.
4971 This works around a localtime bug in mips-dec-ultrix.
4972
49731996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4974
4975 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
4976
4977 * configure.in: Improve messages about X versions.
4978
49791996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4980
4981 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
4982
49831996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4984
4985 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
4986 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
4987
4988 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
4989 (install): Put install-arch-indep before install-arch-dep.
4990
49911996-02-20 Dave Love <d.love@dl.ac.uk>
4992
4993 * INSTALL: Clarify info about MS-DOS path handling.
4994
49951996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4996
4997 * Makefile.in (install-arch-indep): Install info/ccmode*.
4998 In previous change, protect against /bin/pwd returning null string.
4999
50001996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5001
5002 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
5003 to lispdir.
5004
50051996-02-01 Paul Eggert <eggert@twinsun.com>
5006
5007 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
5008
50091996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5010
5011 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
5012
50131996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5014
5015 * Makefile.in (extraclean): Use ${top_distclean} to ensure
5016 we delete everything distclean deletes.
5017
50181996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
5019
5020 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
5021
50221996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5023
5024 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
5025 into LDFLAGS instead of into LIBS.
5026
50271996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5028
5029 * configure.in (HAVE_XMU): Fix typo in previous change.
5030
50311996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5032
5033 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
5034
50351996-01-10 Erik Naggum <erik@naggum.no>
5036
5037 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
5038
50391996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5040
5041 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
5042
50431996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5044
5045 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
5046 and use -lXt to link it.
5047
50481996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5049
5050 * configure.in (locallisppath): Put version-specific dir first.
5051
50521996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5053
5054 * configure.in (hppa-*-nextstep*): New alternative.
5055 (USE_X_TOOLKIT): By default, set this to "maybe";
5056 and change that later to LUCID or "no" according to X11 version.
5057
5058 * make-dist: Recompile outdated .elc files and update all autoloads.
5059
50601996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5061
5062 * configure.in (locallisppath): Fix typo in last change: " -> '.
5063
50641996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5065
5066 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
5067
50681995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5069
5070 * Makefile.in (install-arch-indep): Give all files read permission.
5071
50721995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5073
5074 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
5075 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
5076
50771995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5078
5079 * configure.in: Determine HAVE_X11R6.
5080 (HAVE_MENUS): Renamed from HAVE_X_MENU.
5081
50821995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5083
5084 * configure.in: Just "solaris" now defaults to version 2.4.
5085 Add sunos4.1.n-noshare as alternative.
5086
50871995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5088
5089 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
5090
50911995-11-29 Erik Naggum <erik@naggum.no>
5092
5093 * Makefile.in (install-arch-indep): Add missing backslash.
5094
50951995-11-29 Karl Eichwalder <ke@ke.Central.DE>
5096
5097 * Makefile.in (install-arch-indep): Don't install
5098 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
5099
51001995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5101
5102 * Makefile.in (install-arch-indep): Fix previous change.
5103
5104 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
5105
51061995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5107
5108 * Version 19.30 released.
5109
5110 * make-dist (lisp): Exclude subdirs.el.
5111
51121995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5113
5114 * make-dist (etc): Delete *.orig and *.rej.
5115
51161995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5117
5118 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
5119
51201995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5121
5122 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
5123
51241995-11-14 Geoff Voelker <voelker@cs.washington.edu>
5125
5126 * make-dist (nt): Rename install, readme, and todo to
5127 INSTALL, README, and TODO.
5128
51291995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5130
5131 * make-dist (lisp): Don't distribute site-start.
5132
51331995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
5134
5135 * make-dist: Break the hard link on alloca.c.
5136
51371995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5138
5139 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
5140
51411995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5142
5143 * make-dist (src, lib-src): Don't distribute Makefile.c.
5144 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
5145
51461995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5147
5148 * Makefile.in (mkdir): Create man1dir, not mandir.
5149 (uninstall): Use man1dir, not mandir.
5150
51511995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5152
5153 * Makefile.in (man1dir): New variable.
92a8ce63 5154 (install-arch-indep): Use man1dir.
a4a9692d
DL
5155
5156 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
5157
5158 * make-dist: Create lisp/MANIFEST.
5159
51601995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5161
5162 * configure.in (m68k-*-linux*): New alternative.
5163
51641995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5165
5166 * make-dist: Use new names config.in, paths.in, and
5167 {src,lib-src}/Makefile.in.
5168
51691995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5170
5171 * configure.in: Don't bother checking for drem.
5172
51731995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5174
5175 * Makefile.in (distclean): Delete line with just a tab in it.
5176 (install-arch-indep): Delete spaces that precede tabs.
5177 Delete spurious `fi' left from previous change.
5178 (install): Supply `true' as command, to avoid null command.
5179
51801995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5181
5182 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
5183
51841995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5185
5186 * configure.in (powerpc-*-solaris2): New alternative.x
5187
51881995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
5189
5190 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
5191 of paths.h.tmp$$, to avoid going beyond 14 characters.
5192
51931995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5194
5195 * configure.in: Improve error msg for invalid --with-x-toolkit value.
5196
51971995-09-06 Paul Eggert <eggert@twinsun.com>
5198
5199 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
5200 if localtime caches TZ. Check for tzset.
5201
52021995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5203
5204 * config.bat: Simplify using new names file names src/makefile.in,
5205 config.in, paths.in. Change Echo commands not to use `.
5206
52071995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5208
5209 * Makefile.in (install-arch-indep): Always install the new dir file;
5210 rename the previous dir file to dir.bak or dir.old.
5211
52121995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5213
5214 * configure.in (RANLIB): Substitute this into makefiles.
5215 Set it specially on solaris; set it by default on other systems.
5216
5217 * configure.in: Fix previous Alpha change.
5218
52191995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5220
5221 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
5222 NON_GCC_TEST_OPTIONS.
5223
52241995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5225
5226 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
5227 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
5228
5229 * configure.in (alpha-*-linux*): New configuration.
5230
52311995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5232
5233 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
5234 (m68k-next-nextstep*): New alias for that.
5235 (i*86-*-nextstep*): Use nextstep.h.
5236 (sparc-*-nextstep*): New configuration.
5237
52381995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5239
5240 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
5241 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
5242
52431995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5244
5245 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
5246 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
5247
52481995-07-18 Mike Long <mike.long@analog.com>
5249
5250 * make-dist: Fix update of finder-inf.el, and byte-compile it.
5251
52521995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5253
5254 * Makefile.in (src/paths.h, paths-force):
5255 Rename src/paths.h.in to src/paths.in.
5256 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
5257
5258 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
5259 Use Makefile.c for intermediate file.
5260 Rename src/config.h.in to src/config.in.
5261
52621995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
5263
5264 * configure.in (mips-dec-ultrix*): Assume version 4.3.
5265 (mips-dec-ultrix4.[12]): New alternative for old versions.
5266
52671995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5268
5269 * make-dist: Don't break intra-tree links.
5270
52711995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5272
5273 * configure.in: Put back archlibdir initialization. Require
92a8ce63 5274 autoconf 2.4.1 or later.
a4a9692d
DL
5275
52761995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5277
5278 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
5279 (mips-mips-riscos5*): New alternative.
5280
52811995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5282
5283 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
5284
52851995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5286
5287 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
5288 (mandir, infodir, archlibdir): Initializations deleted.
5289
5290 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
5291 On hpux9shr, use hpux9shxr4.h.
5292
52931995-06-24 Morten Welinder <terra+@cs.cmu.edu>
5294
5295 * configure.in: Added target mips-dec-mach_bsd4.3.
5296 * config.guess: Guess mips-dec-mach_bsd4.3.
5297
52981995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5299
5300 * Makefile.in (mkdir): Use symbolic chmod.
5301
53021995-06-22 Paul Eggert <eggert@twinsun.com>
5303
3a787a1e 5304 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10d1d0af 5305 SunOS 4.1.5 through 4.1.9, should they ever exist.)
a4a9692d
DL
5306
53071995-06-22 Paul Eggert <eggert@twinsun.com>
5308
5309 * Makefile.in (SUBDIR_MAKEFILES):
5310 Add man/Makefile, so `make distclean' removes it.
5311 (top_distclean): Add config.log to the list of files to be removed.
5312
53131995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5314
5315 * Version 19.29 released.
5316
53171995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5318
5319 * configure.in: Fix the previous change to verify that the -b
5320 option really solves the problem.
5321
5322 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
5323
53241995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5325
5326 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
5327
53281995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5329
5330 * configure.in: Report more clearly when there is no special
5331 dir to search for X includes or libraries.
5332
53331995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5334
5335 * configure.in: Check for -lpthreads, not -lpthread.
5336
53371995-06-09 Geoff Voelker <voelker@cs.washington.edu>
5338
5339 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
5340
53411995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5342
5343 * configure.in: Check for -lpthread.
5344
53451995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5346
5347 * Makefile.in (install-arch-indep): Install info files for mh-e.
5348 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
5349
53501995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5351
5352 * configure.in (*-solaris2.5): New configuration.
5353
5354 * make-dist: Copy new files config.nt and config.w95.
5355
53561995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5357
5358 * configure.in: Use x_includes, not x_libraries, for -I.
5359 Make bitmapdir a colon-separated list.
5360
53611995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
5362
5363 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
5364
5365 * configure.in: Allow x_libraries and x_includes to be paths.
5366
53671995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5368
5369 * configure.in: Fix typo.
5370
53711995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5372
5373 * INSTALL: Clarify use of site-init.el.
5374
53751995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
5376
3a787a1e 5377 * configure.in: Pass arg to sqrt.
a4a9692d
DL
5378
53791995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5380
5381 * make-dist: Fix May 6 change.
5382
53831995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5384
5385 * vpath.sed: Delete reference to ymakefile.
5386
53871995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5388
3a787a1e 5389 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
a4a9692d
DL
5390
53911995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5392
5393 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
5394
5395 * update-subdirs: Specify /bin/sh to run the script.
5396
53971995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5398
5399 * make-dist: Put src/makefile.nt in dist.
5400
5401 * configure.in (i[345]86-*-bsdi2*): New configuration.
5402 (vax-dec-bsd386*): Deleted.
5403
54041995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5405
3a787a1e
JB
5406 * configure.in: Make sure CDPATH doesn't mess up PWD check.
5407 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
5408 Use fmod instead of logb in -lm check.
a4a9692d
DL
5409
54101995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5411
5412 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
5413 Use bsd4-3. Don't set NON_GNU_CPP.
5414
5415 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
14ee32ab 5416 In nt, copy various different things, but not *.cmd.
a4a9692d
DL
5417 Fix the ln commands for the subdirs of nt.
5418
54191995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5420
5421 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
5422
54231995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5424
5425 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
5426 since that's what the header file expects.
5427
880820fe 54281995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
a4a9692d
DL
5429
5430 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
5431 and 68040 based machines when choosing options for gnucc.
5432
54331995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5434
5435 * Makefile.in (top_distclean): Delete config.cache.
5436
54371995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5438
5439 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
5440
5441 * configure.in: Use m/ncr386.h.
5442
54431995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5444
5445 * Makefile.in (install-arch-indep): Undo Sep 23 change.
5446
54471995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5448
5449 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
5450 (man): Don't copy texindex.c and getopt.c; they're deleted.
5451 (etc): Omit `e'; it's a subdirectory.
5452 (etc/e): Use `../..', not `..', to reference top level.
5453
54541995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
5455
5456 * Makefile.in (install-arch-indep, dist):
3a787a1e 5457 Look for `update-subdir' in $(srcdir).
a4a9692d
DL
5458
54591995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5460
5461 * make-dist: Include mkinstalldirs in distribution.
5462
54631995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5464
5465 * make-dist: Add missing close backquote.
5466
54671995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5468
5469 * make-dist: Don't distribute shortnames directory.
5470
54711995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5472
5473 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
5474
54751995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5476
5477 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
5478
54791995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5480
5481 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
5482
54831995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5484
5485 * configure.in (mips-sgi-irix6): New configuration.
5486
54871995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5488
5489 * Makefile.in (maintainer-clean): Renamed from realclean.
5490
54911995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5492
3a787a1e
JB
5493 * configure.in: Create a .gdbinit that sources the real one,
5494 if using a different build directory.
a4a9692d
DL
5495
54961995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5497
5498 * configure.in: Check for sys/select.h.
5499
55001995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5501
5502 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
5503
55041994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5505
5506 * configure.in: Handle isc 4.1 operating system.
5507
55081994-12-10 Richard Stallman <rms@kepa>
5509
5510 * configure.in (rs6000-ibm-aix4.1*): New alternative.
5511 (rs6000-ibm-aix4*): New alternative.
5512
55131994-12-06 Richard Stallman <rms@kepa>
5514
5515 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
5516
55171994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5518
5519 * configure.in: Don't try to make directories that are guaranteed
92a8ce63 5520 to already exist.
a4a9692d
DL
5521
55221994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5523
5524 * configure.in: Generate man/Makefile from man/Makefile.in.
5525 Create the man subdir.
5526
5527 * Makefile.in (dvi): Run Make in our man subdir.
5528
5529 * make-dist: Create subdir etc/e.
5530 Make links to it.
5531 Put man/Makefile.in in dist, instead of man/Makefile.
5532
55331994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
5534
5535 * configure.in: Add --with-pop, --with-kerberos, and
5536 --with-hesiod for movemail.
5537
55381994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5539
5540 * configure.in (m68*-apollo*): Use s/domain.h.
5541
55421994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5543
5544 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
5545
55461994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5547
5548 * configure.in: Don't add -I, -L, -R options for cc if their
5549 arguments would be empty.
5550
55511994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5552
5553 * configure.in (i860-intel-osf1*): New alternative.
5554 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
5555 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
5556
55571994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5558
5559 * configure.in: Make h_errno check not use nested functions.
5560
55611994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5562
5563 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
5564
55651994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5566
5567 * Makefile.in (install-arch-indep): Avoid continued comment
92a8ce63 5568 swallowing target line.
a4a9692d
DL
5569
55701994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
5571
5572 * configure.in: Protect a character class with `changequote'.
5573
55741994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5575
5576 * configure.in: Accept `news' as a synonym for `newsos'.
5577
55781994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5579
5580 * Makefile.in: Don't rm files if cd fails.
5581
55821994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5583
5584 * make-dist: Put nt subdir and its subdirs in the dist.
5585 (lib-src): Put makefile.nt in the dist.
5586 (lisp): Put makefile.nt in the dist.
5587
55881994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5589
5590 * configure.in: Change a stray `[' to `test'.
5591
55921994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5593
5594 * configure.in: Adapt for Autoconf v2. Use the standard argument
5595 parser, host type canonicalizer, X11 finder, and message
5596 printing macros. Use the new macro names. Use `test' instead of `['.
5597
55981994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5599
5600 * configure.in: Check for getpagesize.
5601
56021994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5603
5604 * make-dist (msdos): Put sed* in the distribution.
5605
56061994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
5607
5608 * config.bat: New option, `--with-x', for configuring Emacs
5609 for use with the X11 system DesqView/X.
5610 New option, `--no-debug', for compiling Emacs without debug
5611 information thus saving disk space.
5612 (src/config.h, src/paths.h): Use `update' (which is like
5613 `move-if-changed') to change the file.
5614 (src/config.h): When configuring for X11 perform extra changes.
5615 (src/makefile): When configuring for X11 perform extra changes.
5616 (lib-src): Remove temporary files.
5617 (): Check that `sed', `rm', `mv', and `gcc' are available.
5618
56191994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5620
5621 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
5622
5623 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
5624
56251994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5626
5627 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
5628
5629 * configure.in (canonical): Substitute var into makefiles.
5630 (bitmapdir): Likewise.
5631
5632 * Makefile.in (bitmapdir): New variable.
5633 (src/paths.h, paths-force): Edit PATH_BITMAPS.
5634
56351994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5636
5637 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
5638
5639 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
5640 * update-subdirs: New shell script.
5641
56421994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5643
5644 * Makefile.in (top_distclean): Don't rm build-install.
5645 (SOURCES): Delete build-install.in.
5646
5647 * make-dist: Don't distribute build-ins.in.
5648 * build-ins.in: File deleted.
5649
56501994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
5651
5652 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
5653
56541994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5655
5656 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
5657
5658 * configure.in (libexecdir): Renamed from libdir. New default.
5659 (sharedstatedir): Renamed from statedir. New default.
5660 (datadir): New default.
5661
5662 * make-dist: Don't distribute subdirs.el.
5663
56641994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5665
5666 * configure.in (eaccess): Check for it.
5667
56681994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5669
5670 * configure.in (mktime): Check for it.
5671
56721994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
5673
5674 * configure.in (motif): Add support for usage and option checking.
5675
56761994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5677
5678 * configure.in (utimes): Check for it.
5679
56801994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5681
5682 * Makefile.in (install-arch-indep): Don't do mkdir here.
5683
56841994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5685
5686 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
5687 riscix.h renamed to acorn.h.
5688
177c0ea7 56891994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
a4a9692d
DL
5690
5691 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
5692 New configurations.
5693
56941994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5695
5696 * configure.in: Remove trailing slashes from srcdir.
5697
56981994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5699
5700 * configure.in (i[345]86-sequent-ptx*): Handle
5701
57021994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5703
5704 * Makefile.in (paths-force): Depend on src/paths.h
5705
57061994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5707
5708 * configure.in (config_options): Save all arguments, not just some.
5709
57101994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5711
5712 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
5713
5714 * configure.in: Add AC_AIX.
5715 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
5716
57171994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5718
5719 * configure.in (parsing options): Simplify sed command to delete -'s.
5720
57211994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
5722
5723 * configure.in (config_options): New shell variable.
5724 Pass its value to C code in EMACS_CONFIG_OPTIONS.
5725
57261994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5727
5728 * configure.in (alpha-dec-osf*): New target.
5729
5730 * Makefile.in: Use just one FRC target.
5731
57321994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5733
5734 * Makefile.in (removenullpaths, paths-force):
5735 Use name paths.h.tmp$$, which depends on the pid.
5736
57371994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5738
5739 * Makefile.in (removenullpaths, paths-force):
5740 Put paths.h.tmp in top-level dir, not in src.
5741
57421994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5743
5744 * Version 19.27 released.
5745
57461994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5747
5748 * Version 19.26 released.
5749
57501994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5751
5752 * configure.in: Check for lrand48, not rand48.
5753
57541994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5755
5756 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
5757 (powerpc-ibm-aix*): New aliases.
5758
57591994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5760
5761 * make-dist (src/m, src/s): Put *.inp in distribution.
5762
57631994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5764
5765 * configure.in: Accept i586 and i486 along with i386.
5766
57671994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5768
5769 * configure.in: Do compute unexec, LIBX, system_malloc, etc
5770 even if CPP env var was set by the user.
5771
5772 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
5773
57741994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
5775
5776 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
5777
57781994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5779
5780 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
5781
57821994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5783
5784 * configure.in: Check more specifically for i*86-sun-sunos.
5785
57861994-08-03 Caveh Jalali (caveh@eng.sun.com)
5787
5788 * configure.in: Handle solaris 2.4.
5789
57901994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5791
5792 * configure.in (rand48): Check for it.
5793
57941994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5795
5796 * make-dist: Update the info files.
5797
57981994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5799
5800 * configure.in: Make "checking..." messages' style consistent.
5801 (HAVE_H_ERRNO): New test.
5802
58031994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5804
5805 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
5806
58071994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5808
5809 * configure.in (CFLAGS): If the envvar was specified, use that.
5810 And set REAL_CFLAGS from it too.
5811
58121994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5813
5814 * make-dist: Update finder-inf.el.
5815
58161994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5817
5818 * make-dist (msdos): Include sed4.inp in dist.
5819
5820 * Makefile.in (libsrc_libs): Var deleted.
5821
58221994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5823
5824 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
5825
58261994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5827
5828 * configure.in (mips-sony-newsos4*): New alias.
5829
58301994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5831
5832 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
5833 (*-convex-convexos*): Accept this as alias.
5834
58351994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5836
5837 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
5838 for two different uses.
5839
58401994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5841
5842 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
5843
58441994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5845
5846 * make-dist: Put ./BUGS into the distrib.
5847
58481994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5849
5850 * configure.in: Handle 386 running Solaris 2.
5851
58521994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5853
5854 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
5855
58561994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5857
5858 * configure.in (mips-sony-newsos*): Use news-risc.h.
5859
5860 * configure.in: Accept bsdi as opsys, like bsd386.
5861
58621994-06-01 Morten Welinder (terra@diku.dk)
5863
5864 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
5865
58661994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5867
5868 * Version 19.25 released.
5869
5870 * make-dist (shortversion): Don't assume another period follows.
5871
58721994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5873
5874 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
5875 (uninstall): Use /bin/pwd.
5876
5877 * Makefile.in (blessmail): Depend on src.
5878 (all): Don't depend on blessmail.
5879
5880 * Makefile.in (src/paths.h): Don't force recomputation.
5881 (paths-force): New target; force recomputation of paths.h.
5882 (all): Depend on paths-force.
5883 (src, lib-src): Depend on src/paths.h.
5884
5885 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
5886 NON_GCC_TEST_OPTIONS.
5887
58881994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5889
5890 * configure.in: Don't insist on subversions for irix.
5891
58921994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5893
5894 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
5895
5896 * configure.in (i[34]86-next-*): New alternative.
5897
58981994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5899
5900 * Version 19.24 released.
5901
5902 * configure.in: New config hppa*-hp-hpux9shr*.
5903
59041994-05-22 Morten Welinder (terra@tyr.diku.dk)
5905
5906 * config.bat: Doc fix.
5907
59081994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5909
5910 * Makefile.in (mostlyclean, clean, distclean, realclean)
5911 (extraclean): Don't act on man subdir if it doesn't exist.
5912
59131994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5914
5915 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
5916 Use them to set up CC.
5917 (*-sun-sunos4.1.3): Set them.
5918
59191994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5920
5921 * Makefile.in (lib-src): Don't depend on src/paths.h.
5922
59231994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5924
5925 * build-ins.in (copydests): Get rid of spurious `-'s.
5926
5927 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
5928
59291994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5930
5931 * Version 19.23 released.
5932
5933 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
5934 for the Xlib and Xt checks; then restore old CFLAGS.
5935
59361994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5937
5938 * configure.in (HAVE_X11XTR6): Add newline before #if.
5939 Add newline after #endif.
5940
59411994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5942
5943 * configure.in (HAVE_X11XTR6): Arrange to define it.
5944
59451994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5946
5947 * Makefile.in (install): Depend on blessmail.
5948
59491994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5950
5951 * configure.in (mips-siemens-sysv*): Put quotes around value
5952 containing blanks.
5953
59541994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5955
5956 * Makefile.in (TAGS): Use the makefile in src subdir.
5957
59581994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5959
5960 * configure.in (opsys): Recognize `gnu'.
5961
59621994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5963
5964 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
5965
59661994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5967
5968 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
4e2af782 5969 version > 1.8.
a4a9692d
DL
5970
59711994-05-08 Morten Welinder (terra@diku.dk)
5972
5973 * config.bat: Forcibly remove "# " style comments from makefiles.
5974
59751994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5976
5977 * Makefile.in (uninstall): When processing lispdir and etcdir,
5978 do nothing unless it exists and is a directory.
5979
59801994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5981
5982 * Makefile.in (install-arch-indep): Do install info/dired-x*.
5983 Merge code in from install-doc.
5984 (install-doc): Merge code back into install-arch-indep.
5985 (install-arch-dep): Don't depend on install-doc.
5986
5987 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
5988
59891994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5990
5991 * configure.in (making src/Makefile and lib-src/Makefile):
5992 Split off the autoconf substitutions and don't pass them thru cpp.
5993 (undefs): Use $canonical as well as $configuration.
5994
5995 * make-dist: Distribute lisp/Makefile.
5996
5997 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
5998 Use lower case names for the s files.
5999
60001994-05-03 Morten Welinder (terra@diku.dk)
6001
6002 * config.bat: Added possibility for different file name
10d1d0af 6003 transcriptions in lib-src.
a4a9692d
DL
6004
60051994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6006
6007 * Makefile.in (lib-src): Undo previous change.
6008 (blessmail): New target to run maybe-blessmail in lib-src.
6009 (all): Depend on blessmail.
6010
6011 * Makefile.in (lib-src): Depend on src.
6012
60131994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
6014
6015 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
6016 (m88k-dg-dgux5.4R2): dgux5.4R2.
6017
60181994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6019
6020 * configure.in (window_system): Restore accidentally deleted code
6021 that uses AC_FIND_X.
6022
6023 * make-dist: Distribute config.bat.
6024
60251994-04-29 Morten Welinder (terra@diku.dk)
6026
6027 * config.bat: Corrected the configuration of lib-src
6028 to keep up with configure. Add note about dos version 3
6029 or better needed (djgpp needs that). Add note explaining
6030 that either install in c:/emacs or edit the script.
6031 Don't change to c:/emacs, but assume we're there (to minimize
6032 the number of places to change).
6033
6034 * config.bat: Build-in the first step towards X11 support with
6035 the X11 emulator that exists. At this time it won't work,
6036 and several files are missing.
6037
60381994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6039
6040 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
6041 Don't look for -lresolv.
6042
6043 * Makefile.in (lib-src): Depend on src/paths.h.
6044
60451994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6046
6047 * configure.in: Restore deleted AC_SUBST of `configuration'.
6048 Improve error message for bad --with-x-toolkit value.
6049
6050 * configure.in: Define CONFIGURATION in src/config.h
6051 rather than substituting in src/Makefile.in.
6052
60531994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6054
6055 * Makefile.in (install-doc): New target.
6056 (install-arch-dep): Depend on install-doc.
6057 (mkdir): Create docdir.
6058
60591994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6060
6061 * configure.in: Test for libresolv.a.
6062 Substitute machfile and opsysfile.
6063
60641994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6065
6066 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
6067 (install-arch-dep): Install under the name $(EMACS).
6068
60691994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6070
6071 * configure.in (version): Use entire value of emacs-version.
6072 (mips-siemens-sysv*): New alternative.
6073
60741994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6075
6076 * Makefile.in (install-arch-indep): Don't install dired-x*.
6077
60781994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6079
6080 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
6081 Fix definition of $undefs.
6082
60831994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6084
6085 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
6086
6087 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
6088
60891994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6090
6091 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
6092
60931994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6094
6095 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
6096 and run it thru cpp, as with src/Makefile.in.
6097
6098 * configure.in: Use AC_SET_MAKE.
6099
61001994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6101
6102 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
6103
61041994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6105
6106 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
6107
6108 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
6109 (printing the choices): Make the toolkit message unconditional.
6110 (USE_X_TOOLKIT): Use `none', not `no', if none.
6111 (include libsrc_libs): Include config.h, and specify -I for srcdir.
6112 Get rid of temp file foofoo1.
6113
61141994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6115
6116 * configure.in (CFLAGS): Use shell syntax, not Makefile.
6117
61181994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6119
6120 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
6121 (printing the choices): State choice of toolkit.
6122 (libsrc_libs): Recalculate after writing config.h;
6123 then update lib-src/Makefile.
6124
61251994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6126
6127 * configure.in: Add sunos4shr as alternative for suns.
6128 Conditionals testing for null $CC were backwards.
6129
61301994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6131
6132 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
6133
61341994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6135
6136 * configure.in: Handle -isc4.0*.
6137
61381994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6139
6140 * configure.in (esix5): Set NON_GNU_CPP.
6141
61421994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
6143
6144 * Makefile.in (thisdir): Nonsensical variable removed.
6145 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
6146 back to $thisdir, rather than the directory `this_dir'.
6147
61481994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6149
6150 * Makefile.in (install-arch-indep): Add missing backslash after a
6151 `then'.
6152
61531994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6154
6155 * Makefile.in (thisdir): New variable.
6156 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
6157
61581994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6159
6160 * configure.in: Add freebsd.
6161
61621994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6163
6164 * configure.in: Check for fpathconf.
6165
61661994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6167
6168 * configure.in (with_x_toolkit): Fix typo in previous change.
6169
61701994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6171
6172 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
6173
61741994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6175
6176 * configure.in (with_x_toolkit): Don't allow motif or open-look.
6177
61781994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6179
6180 * configure.in: Fix value of docdir.
6181 * Makefile.in (install-arch-indep): Install DOC* in docdir.
6182
61831994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6184
6185 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
6186
61871994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
6188
6189 * configure.in: New variable docdir to control where the docstring
6190 file goes.
6191 Makefile.in: Use it to initialize PATH_DOC in paths.h.
6192
61931994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6194
6195 * configure.in: When --run-in-place, don't inherit archlibdir.
6196
61971994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6198
6199 * Makefile.in (install-arch-dep, install-arch-indep):
6200 New targets split up former do-install rule.
6201 (do-install): Target deleted.
6202
62031994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6204
6205 * configure.in (mips-sony-newsos*): New configuration.
6206
62071994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
6208
6209 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
6210
62111994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6212
6213 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
6214
62151994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6216
6217 * configure.in: Don't initialize CC.
6218
62191994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6220
6221 * configure.in (creating src/Makefile): Also generate -U switches
6222 for symbols in the $configuration value.
6223
6224 * configure.in: Check for sys_siglist being declared in system header.
6225
62261994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6227
6228 * configure.in (creating src/Makefile): Delete blank lines
6229 along with lines of whitespace.
6230 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
6231
62321994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6233
6234 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
6235 like C_SWITCH_SYSTEM.
6236 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
6237
62381994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6239
6240 * configure.in (drem): Check for this function.
6241
62421994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6243
6244 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
6245 If CPP was inherited from environment, don't use NON_GNU_CPP.
6246 (NON_GNU_CC): Likewise.
6247 (handling with_gcc): Use explicit if in the `no' case.
6248 (cc_specified): New variable; if set, don't use NON_GNU_CC.
6249
62501994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6251
6252 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
6253
62541994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6255
6256 * configure.in: Check whether fmod exists.
6257
62581994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6259
6260 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
6261 {src,lisp}/OChangeLog.
6262
62631994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6264
6265 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
6266 necessary for proper operation. This code works with the current
6267 released version of Autoconf.
6268
62691994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6270
6271 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
6272 (USE_X_TOOLKIT): Define it for all values except `no'.
6273
6274 * configure.in: Undo first Jan 8 change and Jan 16 change.
6275
62761994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6277
6278 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
6279 Substitute USE_X_TOOLKIT as both C macro and Make variable.
6280
6281 * Makefile.in (lwlib/Makefile): New target.
6282 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
6283 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
6284 (unlock, relock): Handle lwlib subdir.
6285
6286 * Makefile.in: Add some .PHONY targets.
6287
6288 * make-dist: Handle lwlib subdir like oldXMenu subdir.
6289
6290 * lwlib: New subdirectory.
6291
62921994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6293
6294 * configure.in: If CPP has a value that is a directory,
6295 discard the value.
6296
62971994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6298
6299 * configure.in (srcdir_undefs): Add g flag to sed substitution to
6300 remove -U[0-9]*.
6301
63021994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6303
6304 * Makefile.in (do-install): Install the dired-x info files.
6305
6306 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
6307 (See src/s/sol2.h.)
6308
63091994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6310
6311 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
6312
63131994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6314
6315 * configure.in (creating src/Makefile): Put code inside 2nd arg to
6316 AC_OUTPUT as it should be; hopefully noone will again see fit to
6317 gratuitously break this and not make a change log entry.
6318 Optimized sed processing of Makefile.in and cpp output; now
6319 preserves comments previously removed from the cpp input.
6320 Eliminated temp file for cpp output. Generate -U switches to
6321 undefine all identifiers that appear in the directory name
6322 ${srcdir}; pass these to cpp.
6323
6324 * configure.in (version): Fix sed regexp to match two-elt version
6325 number.
6326
6327 * configure.in: Check for strerror.
6328
63291994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6330
6331 * configure.in: Test for bcmp.
6332
63331994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6334
6335 * make-dist (tempdir): Put subdir msdos into the distribution.
6336
63371993-01-07 Morten Welinder (terra@diku.dk)
6338
6339 * config.bat: New file.
6340
63411994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6342
6343 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
6344
63451994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6346
6347 * configure.in (m68*-next-*): Don't care about which os is specified.
6348 (i[34]86-*-*): Check for *-nextstop*.
6349
63501993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6351
6352 * configure.in: Check for setsid.
6353
63541993-12-17 Richard Stallman (rms@srarc2)
6355
6356 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
6357
63581993-12-15 Richard Stallman (rms@srarc2)
6359
6360 * Makefile.in (mkdir): Make only the lockdir writable.
6361
6362 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
6363
63641993-12-11 Richard Stallman (rms@srarc2)
6365
6366 * Makefile.in (libdir): Use @libdir@.
6367
63681993-12-08 Richard Stallman (rms@srarc2)
6369
6370 * Makefile.in (install): Add empty command.
6371
63721993-12-04 Richard Stallman (rms@srarc2)
6373
6374 * make-dist: Put man/getopt.c in the dist.
6375
6376 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
6377
6378 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
6379
63801993-12-03 Richard Stallman (rms@srarc2)
6381
6382 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
6383 Set it for all solaris versions.
6384 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
6385 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
6386 Likewise for NON_GNU_CC and CC.
6387
63881993-12-01 Richard Stallman (rms@srarc2)
6389
6390 * configure.in (mips-mips-riscos4*): Assign variable CC.
6391 (checking ${with_gcc}): If "no", don't override CC if already set.
6392 (CC): Initialize it as empty.
6393
dff28924 63941993-11-30 Richard Stallman (rms@srarc2)
a4a9692d
DL
6395
6396 * configure.in (Suns): Set CPP if *-solaris2.3*.
6397
63981993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6399
6400 * Version 19.22 released.
6401
6402 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
6403
64041993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6405
6406 * make-dist: When breaking links, use cp -p.
6407 Copy install.sh into distribution.
6408 Move the temp dir up into the parent dir;
6409 don't leave the staging dir make-dist.tmp... in existence.
6410 * install.sh: New file.
6411
64121993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6413
6414 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
6415
64161993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6417
6418 * configure.in (version): When --run-in-place, exclude
6419 ${datadir}/emacs/site-lisp from locallisppath.
6420
64211993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6422
6423 * configure.in: Delete jumk.c before writing it.
6424
64251993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6426
6427 * Version 19.21 released.
6428
6429 * Makefile.in (mkdir): Ignore error from chmod.
6430
64311993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6432
6433 * make-dist: Don't put lisp/forms.README in the distribution.
6434
64351993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6436
6437 * configure.in (creating src/Makefile): Before running cpp,
6438 discard all lines that start with `# Generated' or /**/#.
6439
64401993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6441
6442 * Version 19.20 released.
6443
6444 * make-dist: Use build-ins.in, not build-install.in.
6445 Don't bother updating TAGS since it's not included.
6446
6447 * build-ins.in: Renamed from build-install.in.
6448
64491993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6450
6451 * make-dist: Don't try to link *.texinfo--there are none now.
6452 When running make in lib-src, specify YACC var value.
6453
64541993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6455
6456 * configure.in (extrasub): Add vpath patterns for %.[yls].
6457
6458 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
6459 Instead just include the commands to make src/Makefile as the
6460 second arg to AC_OUTPUT.
6461
6462 * configure.in: Use : instead of dnl for comment inside
6463 $makefile_command.
6464
6465 * configure.in: No longer use vpath_sed. Instead, when we notice
6466 srcdir already configured, set extrasub to hack vpath in the
6467 makefiles.
6468
6469 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
6470 before moving it.
6471 * Makefile.in (VPATH): Define to @srcdir@.
6472
f0131492 64731993-09-28 Brian J. Fox (bfox@cubit)
a4a9692d
DL
6474
6475 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
6476 doesn't exist. Just copy src/Makefile.in instead. Touch
6477 all of the Makefiles after editing config.status.
6478
6479 * INSTALL: Update documentation to match new configuration
6480 mechanism.
6481
f0131492 64821993-09-27 Brian J. Fox (bfox@ai.mit.edu)
a4a9692d
DL
6483
6484 * configure.in: Allow any of the path or directory Makefile
6485 variables to be set with flags to configure. Create all Makefiles
6486 at configure time. Edit special commands into config.status after
6487 src/Makefile.in is built from src/Makefile.
6488
6489 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
194d44e7
JB
6490 If these files are out of date, simply have config.status
6491 rebuild them; don't rebuild them explicitly.
a4a9692d 6492
f0131492 64931993-09-25 Brian J. Fox (bfox@ai.mit.edu)
a4a9692d
DL
6494
6495 * build-install.in: Change src/xemacs to src/emacs. We no longer
6496 create src/xemacs, so the file wouldn't be found.
6497
6498 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
6499
f0131492 65001993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
a4a9692d
DL
6501
6502 * configure.in: Avoid forcing the search of /usr/include before
6503 fixed include files by resetting C_SWITCH_X_SITE if it is
6504 "-I/usr/include".
6505
65061993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6507
6508 * Makefile.in (@rip_paths@locallisppath):
6509 Delete ${datadir}/emacs/site-lisp.
6510
65111993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6512
6513 * configure.in:
6514 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
6515 Remove ${extra_output} from AC_OUTPUT call.
6516
f0131492 65171993-09-17 Brian J. Fox (bfox@inferno)
a4a9692d
DL
6518
6519 * make-dist: Quote backquotes found in strings to be echoed.
6520
6521 * configure.in: Use "sh -c pwd" when we want to avoid having the
6522 shell fix up the value of $PWD.
6523
f0131492 65241993-09-13 Brian J. Fox (bfox@inferno)
a4a9692d
DL
6525
6526 * Makefile.in (do-install): Don't abort if ln or chmod at the end
6527 of the installation fail. Suggested by Karl Berry.
6528
f0131492 65291993-08-30 Brian J. Fox (bfox@inferno)
a4a9692d
DL
6530
6531 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
6532 was used. Set MAKEFLAGS from MFLAGS.
6533
65341993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6535
6536 * configure.in: Test for res_init in libc.
6537
65381993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6539
6540 * configure.in: In the file ${tempcname}, use configure___
6541 instead of @configure@.
6542
65431993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
6544
6545 * make-dist: Dist vpath.sed
6546
6547 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
6548 Depend on vpath.sed.
6549 Replace sed comand for VPATH with @vpath_sed@.
6550
6551 * configure.in: Substitute variable `vpath_sed'.
6552 If not in $srcdir and $srcdir is configured,
6553 issue warning that GNU make is required,
6554 and set vpath_sed to use vpath.sed script.
6555
65561993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6557
6558 * configure.in: Remove check for $srcdir being configured. This
6559 pretty much works now.
6560 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
6561 Check for XFree86 (/usr/X386/include) independent of whether
6562 -lXbsd exists.
6563
6564 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
6565 realclean, unlock, relock): Use `$(MAKE)' in place of plain
6566 `make'.
6567
65681993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6569
6570 * Version 19.19 released.
6571
6572 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
6573
65741993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6575
6576 * configure.in: Check for XScreenNumberOfScreen.
6577
65781993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6579
6580 * configure.in: Add * to end of all configuration alternatives.
6581 (m68*-sony-newsos3*): New alternative.
6582
65831993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6584
6585 * make-dist: Include getdate.c in distribution.
6586
6587 * configure.in: For --help, use $PAGER if it is set.
6588 (LIB_X11_LIB): Default to -lX11.
6589 (mips-sgi-irix5.*): New alternative.
6590
6591 * Makefile.in (do-install): Install info/gnus* and info/sc*.
6592
6593 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
6594 Recognize *.B8.* as hpux version 8.
6595 (m68*-tektronix-bsd*): Fix typo in tek4300.
6596 (AC_HAVE_FUNCS): Add ftime.
6597
65981993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6599
6600 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
6601 Use tekxd88, not tekXD88.
6602
66031993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6604
6605 * configure.in: Check for -lm. Then can check for frexp and logb.
6606
66071993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6608
6609 * Version 19.18 released.
6610
6611 * make-dist (src): Don't put gnu-hp300 in dist.
6612 (src, lisp): Include OChangeLog in dist.
6613
66141993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6615
6616 * configure.in: Test for presence of logb and frexp functions.
6617
66181993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6619
6620 * configure.in (machine): Add i370-ibm-aix*.
6621
66221993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6623
6624 * configure.in (function checks): Test for mkdir and rmdir.
6625
6626 * configure.in (function checks): Don't test for random and bcopy
6627 only when we're building with X; look for them all the time.
6628
66291993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6630
6631 * configure.in: Test for availability of bcopy functions, searching
6632 the X libraries if we're using X.
6633
6634 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
6635 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
6636 versions of AIX, and needs to be passed to the loader.
6637
10d1d0af 6638 * configure.in: Test for the availability of the
a4a9692d
DL
6639 XScreenResourceString function.
6640
66411993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
6642
6643 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
6644 LD_SWITCH_X_SITE and assume --with-x11.
6645 Only look for X11 files if we weren't told about a window system
6646 or if we were told to use X11 but not told where.
6647 Search the libraries from the s and/or m files when checking for
6648 functions.
6649
6650 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
6651
66521993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6653
6654 * make-dist: Include lisp/dired.todo in the distribution.
6655
66561993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6657
6658 * configure.in: Add code to set HAVE_INET_SOCKETS.
6659
66601993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6661
6662 * configure.in: If we do find x_includes and x_libraries
6663 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
6664
66651993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6666
6667 * make-dist: Include src/gnu-hp300 in the dist.
6668
6669 * configure.in (canonical): New variable holds the canonicalized
6670 configuration. Don't alter `configuration'. Use `configuration'
6671 for Makefile.in for file naming.
6672 (testing x_includes and x_libraries): Use =, not ==.
6673
66741993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6675
6676 * Version 19.17 released.
6677
6678 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
6679 directory's makefile. This allows the invocation of CPP which
6680 builds xmakefile to receive these switches. The SunSoft C
6681 preprocessor inserts spaces between tokens if it doesn't get the
6682 -Xs flag requested in src/s/sol2.h.
6683
66841993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
6685
194d44e7 6686 * configure.in (m68k-bull-sysv3): New config.
a4a9692d
DL
6687
66881993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6689
6690 * configure.in: Use the autoconf AC_FIND_X macro to try to find
6691 the X Windows libraries.
6692
66931993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6694
6695 * make-dist (tempdir): Don't create lisp/forms-mode directory in
6696 the distribution. Those files aren't kept in their own
6697 subdirectory any more.
6698
66991993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6700
6701 * Version 19.16 released.
6702
67031993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6704
6705 * configure.in: Add --verbose flag.
6706
67071993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6708
6709 * version 19.15 released.
6710
67111993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6712
6713 * Makefile.in (top_distclean): Use -f switch when cleaning out
6714 lock dir; it might be empty.
6715
6716 * configure.in: Only check for -lXbsd once.
6717
67181993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6719
6720 * Version 19.14 released.
6721
67221993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6723
6724 * make-dist: If using gzip, create distribution with '.gz' extension.
6725
6726 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
6727 (lisp/forms-mode): This doesn't exist anymore.
6728
6729 * configure.in: Look for the closedir function.
6730
67311993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6732
6733 * configure.in (CPP): Autoconf sets this to a shell variable
6734 reference, which doesn't work when it's edited into a makefile.
6735 Expand that variable reference.
6736
6737 * Makefile.in (CPP): New variable.
6738 (src/Makefile): Edit CPP into src/Makefile.
6739
6740 * Makefile.in (src/Makefile): Don't bother exiting single quotes
6741 and entering double quotes to get the values of LD_SWITCH_X_SITE
6742 and the other make variables; make substitutes them in anyway.
6743
6744 * Makefile.in (uninstall): Don't remove the lisp and etc
6745 directories if they're in the source tree.
6746
92a8ce63 6747 Bring mumbleclean targets into conformance with GNU coding standards.
a4a9692d
DL
6748 * Makefile.in (mostlyclean, clean): Separate these two; just have
6749 them pass the request to the subdirectory makefiles.
6750 (distclean): Pass the request down, and then get rid of the
6751 files configure built, and get rid of the Makefiles.
6752 (realclean): Pass the request down, and then do the same things
6753 distclean does.
6754 (uninstall, info, dvi): New targets.
6755
6756 * configure.in: Move clause for PC-compatible i386 box to the end
6757 of the case statement, to avoid masking configurations below.
6758
6759 * configure.in: Add case for m88k-motorola-sysv4.
6760
6761 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
6762 the HP 68000 machines.
6763
6764 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
6765 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
6766 preprocessor won't fiddle with them.
6767
67681993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6769
6770 * Makefile.in (TAGS): cd to src to run etags.
6771
67721993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6773
6774 * configure.in (version): Check the X libraries for XrmSetDatabase
6775 and random, and see if we have -lXbsd.
6776
67771993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6778
6779 * configure.in: Pass "-Isrc" to the CPP we run to examine the
6780 s/*.h and m/*.h files. Martin Tomes
6781 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
6782
67831993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6784
6785 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
6786 above the general i386 alternative.
6787
67881993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6789
6790 * configure.in: Recognize configuration name for Data General
6791 AViiON machines.
6792
6793 * configure.in: Use AC_LONG_FILE_NAMES.
6794
67951993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6796
6797 * configure.in: Test for bison.
6798 * Makefile.in (YACC): New variable.
6799 (lib-src/Makefile.in): Edit YACC into the makefile.
6800
68011993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6802
6803 * Version 19.13 released.
6804
6805 * configure.in (CFLAGS): Don't set this according to the value of
6806 the GCC shell variable. Instead, consult the machine and system
6807 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
6808 test __GNUC__ while we're at it.
6809
6810 * configure.in: Remove extra ;; from hpux cases.
6811
68121993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6813
6814 * configure.in: Check to see if the system has -ldnet.
6815
68161993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6817
6818 * make-dist: Add clauses to distribute lisp/forms-mode.
6819
68201993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6821
6822 * configure.in (machine): Fix the versions in hpux version number test.
6823 Do not guess based on cpu type. Do check for explicit system version.
6824
68251993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6826
6827 * configure.in: Do NOT look for `unknown' as company name.
6828
68291993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6830
6831 * configure.in: Fix typo in message.
6832
68331993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6834
6835 * Version 19.12 released.
6836
6837 * Makefile.in (do-install): Correct previous etc-copying change.
6838 Partially rewrite using `if'.
6839 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
6840
6841 * Version 19.11 released.
6842
6843 * configure.in: Handle 386bsd.
6844
68451993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6846
6847 * make-dist: Update getdate.c.
6848
6849 * configure.in: Handle bsd386.
6850
6851 * Makefile.in (do-install): Use `-' in tar options.
6852
6853 * configure.in: Change ! "${...}" to x"${...}" = x.
6854
6855 * Makefile.in (do-install): Copy the DOC-* files from the build
6856 etc directory, as well as lots of things from ${srcdir}/etc.
6857
6858 * make-dist: Copy config.guess.
6859
6860 * configure.in: Handle AIX versions 1.2, 1.3.
6861
68621993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6863
6864 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
6865 the configuration name mips-mips-usg* to represent USG systems.
6866
6867 * configure.in: Fix logic to detect if srcdir is already configured.
6868
6869 * Makefile.in: Pass in LD_SWITCH_X_SITE.
6870
6871 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
6872 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
6873 of a directory; cd might fail, and have pwd print out the current
6874 directory.
6875
68761993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6877
6878 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
6879
68801993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6881
6882 * configure.in: Complain if srcdir points at an already-configured
6883 tree.
6884
68851993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6886
6887 * Version 19.10 released.
6888
68891993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6890
6891 * Makefile.in: Use Makefile comments, not C comments.
6892
6893 * configure.in: Add case for the Tektronix XD88.
6894
68951993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6896
6897 * configure.in: Handle sysv4.2 and sysvr4.2.
6898
68991993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6900
6901 * configure.in: Traverse the argument list without destroying it;
6902 don't use shift. It turns out that "set - ${saved_arguments}"
6903 doesn't work portably.
6904
6905 * configure.in: Add missing "fi".
6906
6907 * make-dist: Rebuild configure if configure.in is newer.
6908
194d44e7 6909 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
a4a9692d 6910 targets to be executed even if make remembers that it has already
10d1d0af 6911 satisfied FRC.
a4a9692d
DL
6912
69131993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6914
6915 * Makefile.in (do-install): Delete redundant code to copy etc twice.
6916
6917 * configure.in (romp): Handle various version numbers with aos and bsd.
6918
69191993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6920
6921 * configure.in: Fix message text.
6922
69231993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6924
6925 * make-dist: Make a `site-lisp' directory in the distribution,
6926 instead of a `local-lisp' directory, which hasn't been the
6927 appropriate name for a long time.
6928 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
6929 from the distribution first, then /usr/local/lib/emacs/site-lisp.
6930
6931 * Makefile.in (do-install): Correctly detect if ./etc and
6932 ${srcdir}/etc are the same.
6933
6934 * configure.in: Extract UNEXEC from the system configuration
6935 files, compute the name of the source file corresponding to the
6936 object file, and #define it as UNEXEC_SRC in config.h.
6937
6938 * configure.in: If srcdir is '.', then try using PWD to make it
6939 absolute.
6940
6941 * configure.in: Include ${srcdir} in the printed report, to help
6942 people notice if it's an automounter path.
6943
69441993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6945
6946 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
6947
69481993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6949
6950 * Makefile.in (do-install): Delete the dest dir, not the source dir,
6951 when they are different. Add `shift' command.
6952 (COPYDESTS, COPYDIR): Delete external-lisp dir.
6953 (externallispdir): Var deleted.
6954
6955 * configure.in: Delete spurious paren outputting short_usage.
6956
69571993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6958
6959 * Version 19.9 released.
6960
69611993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6962
6963 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
6964 subdirectory makes.
6965
6966 * make-dist: Check for .elc files with no corresponding .el file.
6967
6968 * Makefile.in (mkdir): Make all the directories in locallisppath.
6969
6970 * config.guess: New file.
6971 * configure.in: Use it, tentatively.
88c71720 6972 * INSTALL: Mention its usage.
a4a9692d
DL
6973
6974 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
6975 the former gives you the operating system rev directly. Use
6976 s/hpux.h if we don't recognize what we got.
6977
6978 * Makefile.in (do-install): Don't remove a destination directory
6979 if it's the same as the source. If ${srcdir}/info == ${infodir},
6980 don't try to copy the info files.
6981
6982 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
6983 doesn't work if you're not using a separate source directory.
6984 (do-install): Copy the build tree's etc directory only after
6985 making sure it's not also the source tree's etc directory.
6986
69871993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6988
6989 * configure.in: Handle sunos4.1.3 specially.
6990
69911993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6992
6993 * Makefile.in (INSTALL): Add definition.
6994
6995 * configure.in: Fix some messages. Support -with-gnu-cc.
6996 At the end, use `set --', not `set -'.
6997 Delete spurious `.h' in hpux alternatives.
6998
69991993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7000
7001 * Version 19.8 released.
7002
70031993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7004
7005 * configure.in: When looking for source in the same directory as
7006 the configure script, make the path thus discovered absolute.
7007 If the user specifies the `--srcdir' switch, make that directory
7008 absolute too.
7009
7010 * Makefile.in (srcdir): Remove comment saying this doesn't work.
7011
7012 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
7013 too, as the value of the PATH_INFO macro.
7014
7015 * configure.in: Check to see if the source lives in the same
7016 directory as the configure script.
7017
70181993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7019
7020 * Makefile.in (install): Split this into `install' and
7021 `do-install', to give people more control over exactly what gets
7022 done.
7023 (do-install): New target, containing the guts of `install'. Don't
7024 remove and recreate the directories inside the copying loop - do
7025 it all before the copying loop. Pass more flags to the lib-src
7026 make.
7027 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
7028 avoid errors and warnings.
7029
7030 * configure.in: For generic IBM PC boxes, insist on "unknown" for
7031 the manufacturer - the more general case was blocking other i386
7032 configuration names below, and that's how the names are written in
7033 MACHINES anyway.
7034
7035 * make-dist: When breaking links, remove the link before moving
7036 the copy onto it, to avoid interactive behavior.
7037
7038 * Makefile.in: Doc fix.
7039
7040 * configure.in: Doc fix.
7041
7042 * INSTALL: Mention --exec-prefix option.
7043
7044 * configure.in: Add support for the `--exec-prefix' option.
7045 * Makefile.in: Accept that support.
7046
7047 * configure.in: Use the AC_PROG_INSTALL macro.
7048 * Makefile.in (INSTALL): Variable removed.
7049 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
7050
7051 * configure.in: Distinguish between hp800's and hp700's by calling
7052 "uname -m".
7053
70541993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7055
92a8ce63 7056 * configure.in: Recognize configuration names for i860 boxes
a4a9692d
DL
7057 running SYSV.
7058
70591993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7060
7061 * configure.in: Distinguish between hp800's and hp700's by the
7062 version of HP/UX they run, since that's something people are more
7063 likely to know - hp700's run 8.0.
7064 Add HP 700 configuration.
7065
7066 * configure.in: Test for the presence of the `rename' function.
7067
7068 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
7069 configure.in.
7070 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
7071
7072 * make-dist: Break intra-tree links.
7073
7074 * configure.in: Explain that this is an autoconf script, and give
7075 instructions for rebuilding configure from it. Arrange to put
7076 comments in configure explaining this too.
7077
7078 * configure.in: Make the first line of the configure script be
7079 "#!/bin/sh". Leaving the first line blank didn't work.
7080
7081 * configure.in (long_usage): Removed; made short_usage describe
7082 the options briefly.
7083
7084 * configure.in: Implement the --prefix option.
7085 * Makefile.in (prefix): Add support for it here.
7086 * INSTALL: Document it here.
7087
7088 * Makefile.in (install): Don't assume that the files in the `info'
7089 subdirectory match *.info. They don't have that prefix.
7090
70911993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7092
7093 * configure.in: Add case for version 5 of Esix.
7094
70951993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7096
92a8ce63 7097 * Version 19.7 released.
a4a9692d
DL
7098
7099 * make-dist: There aren't any *.com files in lib-src anymore.
7100
7101 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
7102 them; they're symlinks to other filesystems on the GNU machines.
7103
7104 * make-dist: Check that the manual reflects the same version of
7105 Emacs as stated in lisp/version.el. Edit that version number into
7106 the README file.
7107
71081993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7109
7110 * configure.in: Remove the hack of AC_DEFINE; use
7111 AC_DEFINE_UNQUOTED.
7112
71131993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7114
7115 * make-dist: Don't distribute precomp.com, compile.com, or
7116 link.com from ./src; they're in ./vms now.
7117
7118 Some time-handling patches from Paul Eggert:
7119 * configure.in: Add AC_TIMEZONE.
7120
71211993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7122
7123 * configure.in: Recognize Linux as a valid operating system for
7124 the i386.
7125
71261993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7127
7128 * make-dist: Distribute some VMS files we got from Richard Levitte.
7129
7130 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
7131 the source for the sed command, not oldXMenu/Makefile.
7132
71331993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7134
7135 * INSTALL: Don't claim the srcdir option doesn't work.
7136
71371993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7138
7139 * configure.in: Include remarks saying what order the autoconf
7140 tests should go in, and remind people to change config.h.in
7141 whenever they add autoconf tests which make #definitions.
7142
7143 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
7144
71451993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7146
7147 * Makefile.in (oldXMenu/Makefile): Make this depend on
7148 ${srcdir}/oldXMenu/Makefile.in, not itself.
7149
7150 * PROBLEMS: Some updates from David J. Mackenzie.
7151
7152 More changes from David J. Mackenzie.
7153 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
7154 removed; autoconf and config.h should specify all these
7155 differences.
7156 (buildlisppath): Make this path depend on ${srcdir}.
7157 (INSTALLFLAGS): Removed.
7158 (INSTALL): Include the -c flag.
7159 (install): Change the way we invoke install accordingly.
7160
7161 Install ${srcdir} changes from DJM.
7162 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
7163 list.
7164 (COPYDIR, COPYDESTS): Install files from both the etc directory in
7165 the source tree and the etc directory in the object tree.
7166 (${SUBDIR}): Pass the prefix variable down to submakes.
7167 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
7168 in /bin.
7169 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
7170 values for srcdir and VPATH.
7171 (install): Add `v' flag to tar command. Make sure that `dir'
7172 exists in ${srcdir}/info before copying it. Remember that the man
7173 pages come from the source tree, not the object tree.
7174 * configure.in: Remove remarks saying that the --srcdir option
7175 doesn't work.
7176 Create the etc directory in the object tree.
7177 Recognize configuration names of the form *-sun-solaris*.
7178 Recognize sunos5 and solaris as operating system names.
7179
7180 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
7181 lib-src/getdate.y and src/systime.h.
7182
71831993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7184
7185 * make-dist: Make links in info subdir.
7186
71871993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7188
7189 * configure.in: Call AC_STDC_HEADERS.
7190
71911993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7192
7193 * configure.in: Sidestep autoconf's quoting of the second argument
7194 of AC_DEFINE, so we can specify the value to put there. It would
7195 be nice if autoconf provided some way to specify computed values
7196 for macros.
7197
71981993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7199
7200 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
7201 this is always just -DHAVE_CONFIG_H.
7202
7203 The GNU coding standards specify that CFLAGS should be left for
7204 users to set.
7205 * Makefile.in (CFLAGS): Let configure determine the default value
7206 for this. Don't
7207 have it default to DEFS.
7208 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
7209 (lib-src/Makefile, src/Makefile): Edit the default value for
7210 CFLAGS into these files, not DEFS.
7211 * configure.in (CFLAGS): Choose a default value for this - "-g"
7212 normally, or "-g -O" if we're using GCC. Edit it into the
7213 top-level Makefile.
7214
7215 * configure.in: When scanning the machine and system description
7216 #include files, write their names to conftest.c properly.
7217
72181993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7219
7220 * configure.in: In configuration name case for Apallos running
7221 Domainios, set opsys, not opsysfile.
7222
7223 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
7224 src/config.h, instead of AC_OUTPUT; the latter overwrites
7225 src/config.h even when it hasn't changed, puts a makefile-style
7226 comment at the top even though it's C code, and produces a
7227 config.status script which doesn't do the job right.
7228
7229 * configure.in: Add AC_LN_S test, so we can tell whether or not we
7230 can use a symbolic link to get the X Menu library into src.
7231 * Makefile.in (LN_S): New variable.
7232 (src/Makefile): Edit the value of LN_S into this makefile.
7233
72341993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7235
7236 * configure.in: Support *-sco3.2v4* as opsystem.
7237
7238 * make-dist: Don't include calc directory.
7239 Exclude many files in the man directory; copy a few.
7240
72411993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7242
7243 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
7244 call AC_STRUCT_TM to see what's in time.h.
7245
7246 * configure.in: Employ quoting stupidity to get the value of CPP
7247 to expand properly.
7248
72491993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7250
7251 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
7252 variable to scan the machine and system description files.
7253
7254 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
7255 so that getdate.y builds correctly.
7256
72571993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7258
7259 * configure.in (tempcname): Change this to "conftest.c", so it will
7260 work properly on systems with short filenames; this is the name
7261 autoconf uses.
7262
7263 * configure.in: Also detect the availability of dup2 and
7264 gethostname.
7265
7266 * configure.in: Use the AC_ALLOCA test.
7267 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
7268 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
7269
72701993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7271
7272 * make-dist: Distribute configure, as well as configure.in.
7273 Oversight.
7274
72751993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7276
7277 * Makefile.in (install): Print out the name of the directory we're
7278 copying, so people can have some idea of whether we're making
7279 progress.
7280
7281 * Makefile.in (install.aix, install.xenix, install.sysv, install):
7282 Don't forget to re-create the COPYDESTS directories after we clear
7283 them out.
7284
72851993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7286
7287 * Makefile.in: Add autoconf cookies so that the configure
7288 script can comment out sections of path variable definitions to
7289 choose between the installable configuration and the run-in-place
7290 configuration.
7291 * configure.in: Add new option `--run-in-place', to select the
7292 run-in-place path definitions.
7293
7294 * configure.in: Add a clause to the big configuration name case
7295 for the NeXT machine.
7296
72971993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7298
7299 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7300 Make sure that each source directory exists, and is different from
7301 the destination directory; then, delete the destination before
7302 copying over the source.
7303
7304 * make-dist: Distribute configure.in, instead of configure.
7305
73061993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7307
7308 * configure.in: Don't set CC to "gcc -O" if the user specifies
7309 `--with-gcc'. Add -O to DEFS if GCC is set.
7310
73111993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7312
7313 * Makefile.in (clean mostlyclean): Missing right paren.
7314
7315 * configure.in: When checking for X windows, search for an X11
7316 subdirectory of ${x_includes}.
7317
7318 * configure.in: Check for gettimeofday function, for getdate.y.
7319
92a8ce63 7320 Change `configure' to a mixture of custom code and autoconf stuff.
a4a9692d
DL
7321 autoconf can't derive all the information we need, but we'd really
7322 like to be able to take advantage of some of its tests, and its
7323 file-editing facilities.
7324 * configure.in: Renamed from configure.
7325 Quote the sections of shell script we want copied literally to
7326 the configure script.
7327 (compile): Initialize this to make the autoconf macros' code happy.
7328 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
7329 code to do their jobs.
7330 Use autoconf to produce Makefile and src/config.h.
7331 Remove the Makefile-style comment that autoconf places at the top
7332 of src/config.h.
7333 (config_h_opts): Removed - no longer necessary.
7334 * Makefile.in (configname): Renamed to configuration.
7335 (CONFIG_CFLAGS): Renamed to DEFS.
7336 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
7337 get values via autoload @cookies@.
7338 (libsrc_libs): Get this from autoconf. We used to do nothing
7339 about this.
7340 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
7341
7342 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
7343 echo the move-if-change command.
7344
73451993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7346
7347 * make-dist: Distribute lib-src/rcs-checkin.
7348
7349 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
7350 Don't try to make links to the RCS or Old subdirectories.
7351 Use the appropriate extension for the compression type in use.
7352 Create the tar file in the shell's initial default directory, not
7353 in ${tempparent}.
7354 Erase the whole ${tempparent} tree, not just ${tempdir}.
7355
73561993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7357
7358 * Makefile.in (src/paths.h): Don't echo the huge sed command we
7359 use to build paths.h.
7360 (lib-src/Makefile, src/Makefile): Similarly.
7361
7362 * configure: Extend test for working `const' keyword to handle AIX
7363 3.2 cc.
7364
73651993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7366
7367 * make-dist: Distribute lisp/term/ChangeLog.
7368
92a8ce63 7369 Arrange for C compilation throughout the tree to get
a4a9692d
DL
7370 C_SWITCH_SYSTEM from the configuration files.
7371 * configure: Extract C_SWITCH_SYSTEM from the machine and
7372 system-dependent files, and save it in the top-level Makefile.
7373 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
7374 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
7375
7376 * make-dist: Include the VMS support files in oldXMenu in the
7377 distribution.
7378
7379 * configure: Doc fix.
7380
7381 * configure: Fix corrupted config_h_opts.
7382
7383 * configure: Properly report option names in error messages.
7384
7385 * configure: Properly recognize --x-includes and --x-libraries
7386 options.
7387
7388 * configure: Fix syntax errors in code handling XFree386.
7389
73901993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7391
7392 * configure: Add special code to detect XFree386, and tell
7393 config.h about it.
7394
7395 * configure: Properly handle extracting values of LIBS_MACHINE and
7396 LIBS_SYSTEM that contain spaces.
7397
7398 * configure: Add `--x-includes' and `--x-libraries' options. I
7399 think these are dopey, but no less than three alpha testers, at
7400 large sites, have said they have their X files installed in odd
7401 places. Implement them by setting C_SWITCH_X_SITE and
7402 LD_SWITCH_X_SITE in src/config.h.
7403
74041993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7405
7406 * make-dist: Don't distribute etc/Old files.
7407
7408 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
194d44e7 7409 backups.
a4a9692d
DL
7410
74111993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7412
7413 * make-dist: Fix typo.
7414
74151993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7416
7417 * make-dist: Corrected typo, fixed it to discard = and TAGS files
7418 in some cases where it should but didn't seen to.
7419
7420 * Makefile.in: Added unlock and relock productions.
7421
74221993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7423
7424 * make-dist: Add a --compress option to force make-dist to use
7425 compress.
7426
7427 * make-dist: Use gzip, if we can find it.
7428
7429 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
7430 make rs6000-ibm-aix default to -aix32.
7431
74321993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7433
7434 * Makefile.in: Added `Developer's configuration' section.
7435
74361993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7437
7438 * Makefile.in: Add commented-out variable settings for developer's
194d44e7 7439 configuration.
a4a9692d
DL
7440
74411993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7442
7443 * make-dist: Distribute `src/bitmaps' too.
7444
74451993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
7446
7447 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
7448 make rs6000-ibm-aix default to -aix32.
7449
74501993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7451
7452 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
7453
7454 * Makefile.in (install.sysv): Add a second `$' in front of
7455 `${dest}', so that the shell will expand it, instead of Make.
7456
7457 * configure: When processing the name of the configure script,
7458 collapse `././' to `./', but leave a single `./' prefix alone.
7459
7460 * configure: Doc fix.
7461
74621993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7463
7464 * configure: Handle isc3.0 correctly.
7465
74661993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7467
7468 * make-dist: Don't try to copy the COPYING notice into
7469 external-lisp; we're not distributing that directory any more.
7470
74711993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7472
7473 * Makefile.in (install, install.aix, install.xenix, install.sysv):
7474 Remove CVS subdirectories from the installed directory trees, as
7475 well as RCS directories.
7476
74771993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7478
7479 * make-dist: Only copy gmalloc.c if we couldn't link it.
7480 Don't try to copy man/{README,Makefile} unless they actually exist.
7481
7482 * Makefile.in (lisppath): Don't include externallispdir in this.
7483 We're not sure whether we're even going to distribute the
7484 directory yet.
7485
74861993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7487
7488 * make-dist: Don't distribute the external-lisp directory anymore.
7489 * INSTALL: Remove all references to external-lisp.
7490
7491 * configure: Detect whether the compiler supports `const'
7492 properly, and edit src/config.h accordingly.
7493
7494 * configure: Tweak layout of final report.
7495
7496 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
7497 CFLAGS.
7498
7499 * Makefile.in (locallisppath): Make this default to
7500 ${datadir}/emacs/site-lisp, instead of
7501 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
7502 the same thing, and local-lisp causes completion conflicts with
7503 lock.
7504 (lisppath): Add ${externallispdir} to this.
7505 * INSTALL: Adjust installation directions.
7506
7507 * Makefile.in (externallispdir): New variable, to say where to
7508 install the externally-maintained lisp files.
7509 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
7510 the others.
7511 * INSTALL: Describe external-lisp and the new externallispdir
7512 variable.
7513
75141993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7515
7516 * configure (progname): New option `--with-gcc'. Make it clearer
7517 how we are trying to guess whether or not we have GCC.
7518 * INSTALL: Document the `--with-gcc' option, and improve
7519 description of `--with-x' options.
7520
75211993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7522
7523 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
7524 ${infodir} from these variables; we have written out explicit code
7525 to install the info files.
7526
75271993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7528
7529 * make-dist: Don't distributed the RCS files in the etc directory.
7530
75311993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7532
7533 * Makefile.in: Some makes can't handle comments in the middle of
7534 commands; move them to before the whole rule.
7535
75361993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7537
7538 * README: Mention what Emacs is.
7539
75401993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7541
7542 * make-dist: Include `./lisp/calc-2.02' in the distribution.
7543 Add `./cpp' and `./man' back into the distribution.
7544
75451993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7546
7547 * Makefile.in: Define MAKE, and use where appropriate.
7548
75491993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7550
7551 * make-dist: Remember that the authoritative COPYING notice is
7552 `etc/COPYING', not `../etc/COPYING'.
7553
75541992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7555
7556 * make-dist: Make sure that the COPYING notices in each directory
7557 are copies, not symlinks.
7558
75591992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7560
7561 * INSTALL: The build process produces an executable called `emacs'
7562 now. Change references.
7563 * Makefile.in: Adjust `install.mumble' targets to install
7564 `src/emacs', not `src/xemacs'.
7565
7566 * configure: Start with a blank line; this keeps some old CSH's
7567 from thinking it's a CSH script. Most systems will just use
7568 /bin/sh to run it, which is what we're expecting; the only other
7569 shells which might try to interpret it themselves are probably
7570 Bourne-compatible.
7571
75721992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7573
7574 * INSTALL: Improvements suggested by David Mackenzie.
7575
75761992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7577
7578 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7579 Don't try to copy the info files if there aren't any; the
7580 unexpanded globbing pattern disappoints `install'. Ignore the
7581 return status of that command.
7582
7583 * INSTALL: Updated for new configuration arrangement.
7584
7585 * configure: Don't make the top-level Makefile read-only - people
7586 may want to edit the values of the path variables.
7587
7588 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7589 Install the info files in ${infodir}. Install the executable
7590 under both `emacs' and `emacs-VERSION'.
7591
7592 * Makefile.in: Doc fix.
7593
7594 * Makefile.in (exec_prefix): New variable, as per latest version
7595 of coding standards.
7596 (bindir, libdir): Use it, instead of `prefix'.
7597 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
7598
7599 * Makefile.in (mandir): Make the default value for this depend on
7600 $(prefix).
7601
7602 * Makefile.in (datadir, statedir, libdir): Make these all default
7603 to ${prefix}/lib.
7604 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
7605 to compensate.
7606
7607 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7608 Install the etags and ctags man pages too.
7609
7610 * Makefile.in (distclean): Don't delete backup files; that's the
7611 job of extraclean.
7612 (extraclean): Like distclean, but deletes backup and autosave files.
7613
76141992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7615
7616 Make path specification conform to GNU coding standards.
7617 * configure (long_usage): Remove all traces of old arguments from
7618 usage messages, and document the options we do accept in more
7619 detail: -with-x... and --srcdir.
7620 (options, boolean_opts): Deleted; we don't have enough options to
7621 make this worthwhile.
7622 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
7623 along with the code which supported them; these should be set as
7624 arguments to the top-level make.
7625 (config_h_opts): Since this no longer doubles as a list of option
7626 names, make them upper case; this simplifies the code which uses
7627 them to build the sed command to edit src/config.h. Change the
7628 code which sets them.
7629 (cc, g, O): Don't allow the user to set these using options; they
7630 should be specified using `CC=' and `CFLAGS=' arguments to the
7631 top-level make. Just choose reasonable default values for them,
7632 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
7633 values.
7634 (gnu_malloc, rel_alloc): Don't allow the user to set these using
7635 options; use them whenever the configuration files say they're
7636 possible.
7637 Simplify the argument processing loop. Don't accept abbreviations
7638 for option names; these might conflict with other configuration
7639 options in the future.
7640 Add some support for the `--srcdir' option. Check for the sources
7641 in . and .. if `--srcdir' is omitted. If the directories we will
7642 compile in don't exist yet, create them under the current directory.
7643 Note that the rest of the build process doesn't really support
7644 this.
7645 Edit only the top Makefile. That should edit the others. Edit
7646 into the makefile: `version', from lisp/version.el, `configname'
7647 and `srcdir' from the configuration arguments, `CC' and
7648 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
7649 the user's path, and LOADLIBES as gleaned from the system
7650 description files.
7651 Simplify the report generated; it doesn't need to include any
7652 description of paths now.
7653 Make `config.status' exec configure instead of just calling it, so
7654 there's no harm in overwriting `config.status'.
7655 * Makefile.in (version, configname): New variables, used to choose
7656 the default values for datadir and libdir.
7657 Path variables rearranged into two clearer groups:
7658 - In the first group are the variables specified by the GNU coding
7659 standards (prefix, bindir, datadir, statedir, libdir, mandir,
7660 manext, infodir, and srcdir).
7661 - In the second are the variables actually used for Emacs's paths
7662 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
7663 archlibdir), which depend on the first category.
7664 datadir and libdir default to directories under
7665 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
7666 demand.
7667 etcdir and lispdir default to subdirectories of datadir.
7668 archlibdir defaults to libdir.
7669 The new installation tree is a bit deeper than it used to be, so
7670 use the new make-path program in lib-src to build them all.
7671 Always build a new src/paths.h.tmp and then move-if-change it to
7672 src/paths.h, to avoid unnecessary rebuilds while responding to the
7673 right changes.
7674 Remove all mention of arch-lib. Run utility commands from
7675 lib-src, and let the executables be copied into archlibdir when
7676 Emacs is installed.
7677 Add targets for src/Makefile, lib-src/Makefile, and
7678 oldXMenu/Makefile, editing the values of the path variables into
7679 them.
7680 Let lib-src do its own installation.
7681 (datadir): Default to putting data files under
7682 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
7683 (emacsdir): Variable deleted; it would only be confusing to use.
7684 (lispdir, etcdir): Default to ${datadir}/lisp.
7685 (mkdir): Use make-path for this.
7686 (lockdir): Do this in mkdir.
7687 (Makefile): New target.
7688
7689 * configure (usage_message): Rename to long_usage.
7690
7691 * make-dist: Don't bother creating an arch-lib directory; that's
7692 only for installation now.
7693
76941992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7695
7696 * configure: Use GCC-style configuration names, using config.sub.
7697 Change the usage and help messages.
7698
7699 * configure: Initialize window_system, not indow_system.
7700
7701 * configure: Report which window system, compiler, and signal
7702 handler return type we decide to use.
7703
7704 * make-dist: Explain what's going on if config.sub and gmalloc.c
7705 can't be linked. Place the code which copies them near the code
7706 which links the rest of the files around them.
7707
77081992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
7709
7710 * make-dist: Don't bother to distribute src/*.com, or
7711 src/vmsbuild; those have all been moved to `../vms'.
7712
77131992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7714
7715 * make-dist: Don't forget that the way to avoid filenames starting
7716 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
7717 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
7718 couldn't make hard links to, since we have two already, and
7719 perhaps more to come.
7720
77211992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7722
7723 * configure: When editing parameters into lib-src/Makefile, change
7724 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
7725 needs some other flags too.
7726
77271992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7728
7729 * configure: Remove spurious echo of the configuration name.
7730
7731 * make-dist: Don't distribute files in src/m and src/s whose names
7732 begin with `='.
7733
77341992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7735
7736 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
7737 Also LISP_FLOAT_TYPE.
7738
77391992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7740
7741 * make-dist: Copy config.sub, since it's a symbolic link to a file
7742 on another file system.
7743
77441992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7745
7746 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
7747 distribution.
7748
7749 * config.sub: New file, to help us recognize configuration names.
7750 * make-dist: Include it in the distribution.
7751
77521992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7753
7754 * configure: Convert `-' to `_' in specified option names.
7755 Accept options with --. Delete --highpri and --have-x-menu options.
7756 New options --with-x and --with-x10 replace -window-system.
7757 Don't mention options --gnu-malloc, --rel-alloc
7758 or --lisp-float-type in help message.
7759
77601992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7761
92a8ce63 7762 * make-dist: Include the `vms' subdirectory in the distribution.
a4a9692d
DL
7763
77641992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7765
7766 * configure: Remove lines starting with "# DIST: " when building
7767 lib-src/Makefile and src/Makefile. This allows us to mark the
7768 "Makefile.in" files with explanatory comments which won't also get
7769 stuck in the Makefiles.
7770
77711992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7772
7773 * make-dist: Don't use the '+' operator in the sed regular
7774 expression that extracts the version number from lisp/version.el;
7775 Ultrix sed doesn't seem support the operator. Just double the
7776 operand and use *.
7777
77781992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7779
7780 * Makefile.in: Doc fix.
7781
77821992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7783
7784 * configure: Rewrite sed command to remove at most one ./ prefix;
7785 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
7786 group.
7787
77881992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7789
7790 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
7791
77921992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7793
7794 * make-dist: Go ahead and build a new TAGS file, unless the
7795 --newer option was specified. Don't try to delete a TAGS file
7796 from etc; it's not kept there, and shouldn't be deleted anyway.
7797
77981992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7799
7800 * make-dist: If the lisp directory contains a default.el, don't
7801 distribute it.
7802
7803 * configure: When searching signal.h for the type of a signal
7804 return handler, make a copy of it, not a symbolic link to it; that
7805 way, it will work on systems that don't have symbolic links.
7806
78071992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7808
10d1d0af 7809 * make-dist: Taught it about vcdiff and rcs2log, added --newer
a4a9692d
DL
7810 option for generating incremental distributions. Stopped it from
7811 generating a TAGS file into the distribution; that sucker is
7812 *big*, and easily enough generated with the toplevel makefile.
7813
78141992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7815
7816 * configure: When writing config.status, don't prefix progname
7817 with a '.'; it might be absolute.
7818
78191992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7820
7821 * configure: Choose to use X11 if either /usr/lib/libX11.a or
7822 /usr/include/X11 exist, not only if both exist.
7823
78241992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7825
7826 * make-dist: Make the new external-lisp directory a duplicate of
7827 the external-lisp directory, not the lisp directory.
7828
78291992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7830
7831 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
7832 clean' in arch-lib; it doesn't even have a Makefile.
7833
7834 * Makefile.in (clean, mostlyclean): In the test which tries to
7835 distinguish between the build directory, which should be cleaned,
7836 and the installed directory, which shouldn't, cd to `${emacsdir}',
7837 not `${DESTDIR}${LIBDIR}'.
7838
78391992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7840
7841 * make-dist: Be sure to delete the .c and .h files that YACC and
7842 BISON create from getdate.y.
7843
92a8ce63 7844 * external-lisp: New directory; see `external-lisp/README'.
a4a9692d
DL
7845 * make-dist: Added support for the external-lisp subdirectory.
7846
7847 * make-dist: Changed message which complains that make-dist wasn't
7848 invoked in the right directory to indicate which files it was
7849 looking for.
7850
78511992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7852
7853 * configure: Add comments explaining why we can't translate
7854 character ranges or control characters in `tr'.
7855
78561992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7857
7858 * configure: When generating the configuration message, we used to
7859 build the message from the start so that each line began with "# "
7860 so that it would be a comment in `config.status'. However, this
7861 causes trouble if any of the variables we use in the message
7862 expand to more than one line of text - as gnu_malloc_reason
7863 sometimes does. So instead, we build the message as it should be
7864 printed to the user (i.e. without the "# " prefixes), and stick on
7865 the "# "s when we write it to `config.status'.
7866
7867 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
7868 `lib-src' and `arch-lib'.
7869
7870 * configure: When generating report and `config.status' file, note
7871 that bindir only determines where `make install' and
7872 `build-install' will place the executables; this should make it
7873 clear that the ordinary build process will not try to install
7874 things.
7875
78761992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7877
7878 * make-dist: Change messages to say that we are 'making links to
7879 X', rather than 'copying X'. And put `' quotes around file names.
7880
7881 * make-dist: Include '.tmp' in the name of the staging directory.
7882
7883 * make-dist: Pass the `-f' option to rm when you're not sure that
7884 the files you're removing actually exist.
7885
7886 * make-dist: When setting up etc/COPYING, always nuke whatever is
7887 there, and then copy it in, to make sure we get a real file.
7888
7889 * make-dist: Don't try to distribute *.defns files any more. The
7890 only such file was for simula.el, which has been superceded by a
7891 version which doesn't have a separate .defns file.
7892
78931992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
7894
7895 * make-dist: Don't distribute configured versions of config.h.in,
7896 paths.h.in, Makefile.in in src.
7897
7898 * configure: Delete .tmp files before creating them; don't bother
7899 trying to make final targets writeable first, since it won't
7900 matter to move-if-change.
7901
79021992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7903
7904 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
7905 mkdir and chmod in the center of all the conditionals. GNU Make
7906 will strip these out, but other makes won't.
7907
79081992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7909
7910 * make-dist: Include move-if-change in list of files to distribute.
7911
79121992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7913
7914 * configure: Remove any "." elements from the program name.
7915
7916 * configure: Don't record the values of all the possible arguments
7917 in config.status; only record the options that the user specified.
7918
7919 * configure: Use move-if-change to move in the new src/config.h.
7920
79211992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
7922
92a8ce63
JB
7923 * move-if-change: New file, copied from gcc release.
7924 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
7925 a temp file, so we don't update paths.h if an error occurs or if
7926 it doesn't need changing.
a4a9692d
DL
7927
79281992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7929
7930 * Makefile.in (src/paths.h): Do not install a value for the
7931 PATH_SUPERLOCK value; that macro doesn't exist anymore.
7932 * build-install.in: Same thing.
7933
79341992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7935
7936 * make-dist: Check the flag called "make_tar", not "make_dir"; the
7937 latter, being a typo, is always false, resulting in a program
fffa137c 7938 whose default behavior is to painstakingly build a copy of the
a4a9692d
DL
7939 source tree, and then delete it. Rah.
7940
7941 * Makefile.in: Add dist target, and comment for it.
7942
7943 * configure: When scanning <signal.h> for a declaration for
7944 signal, create a symbolic link with a name ending in .c, so the
7945 compiler won't complain that it's only been given .h files.
7946
7947 * configure: Check whether there are any arguments available
7948 before shifting to get the value of a non-boolean parameter.
7949
7950 * make-dist: Doc fix.
7951
79521992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7953
7954 * configure: Instead of grepping /usr/include/signal.h for a
7955 signal declaration, run /usr/include/signal.h or
7956 /usr/include/sys/signal.h through cpp and grep for the
7957 declaration.
7958
7959 * configure: Redirect the output of grep to /dev/null instead of
7960 using grep -s - that flag means different things on other systems.
7961
7962 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
7963 since the former is recognizable even if you don't know what
7964 'dumping' is.
cc4a96c6 7965 * configure: Accommodate that change.
a4a9692d
DL
7966
7967 * configure: Accept options for all of the directories you can
7968 change in the Makefile.
7969
7970 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
7971
7972 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
7973 FOO before you can use them.
7974
7975 * build-install.in: Made the "Where To Install Things" section
7976 conform with the similar section from Makefile.in. Copied section
7977 which builds src/paths.h from src/paths.h.in from the Makefile.
7978
79791992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7980
7981 * configure: Write config.status to pass its command-line
7982 arguments on to configure, so that people can use it to recreate
7983 an old configuration, with minor changes.
7984
79851992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7986
7987 * configure: Don't rely on option variables being unset if their
7988 values are the empty string. In particular, when producing the
7989 English report, don't assume that highpri will be unset when no
7990 increased priority has been requested; -highpri='' should be the
7991 same as omitting -highpri altogether.
7992
7993 * configure: Fix dumb bug: when running the system and machine
7994 description files through cpp, mark those lines that we want to
7995 evaluate with the string '@configure@', and then only evaluate
7996 them. This way if the files include anything that actually
7997 generates text (type definitions or external declarations, say),
7998 we won't try to eval it.
7999
80001992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8001
8002 * make-dist: New shell script.
8003
8004 * configure: When creating foo from foo.in, make foo read-only to
8005 remind people to edit the .in file instead.
8006
8007 * INSTALL: Changed references to config.h-dist to config.h.in.
8008 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
8009 to build src/paths.h from src/paths.h.in; added a paragraph to do
8010 this.
8011 * configure, Makefile, build-install: Changed filenames like
8012 FOO-dist to FOO.in.
8013
80141992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8015
8016 * Makefile, build-install: Renamed to Makefile.in and
8017 build-install.in; the configure script will edit these to produce
8018 the usable Makefile and build-install.
8019 * configure: Changed to produce ./Makefile, ./build-install,
8020 lib-src/Makefile, and src/Makefile from their *.in counterparts,
8021 instead of editing them in place.
8022
80231992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8024
8025 * Makefile: Re-arranged so that the undumped Emacs will search
8026 ../lisp *after* the site's local elisp files.
8027 (locallisppath, dumplisppath): New variables.
8028 (lisppath): This variable's default value is now chosen based on
8029 $(locallisppath) and $(lispdir); while it used to be the
8030 customization point for adding site-local elisp directories to
8031 load-path, that job is now handled mostly by locallisppath.
8032 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
8033 Check the values being assigned to the *LOADSEARCH macros for null
8034 path elements (like '::' in 'foo::bar').
8035
8036 * configure: When checking if the machine- and system-dependent
8037 files define a particular macro or not, actually run them through
8038 CPP and test the macros with #ifs, instead of just grepping for
8039 the macros' names. In particular, check for SYSTEM_MALLOC in this
8040 way.
8041
80421992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8043
8044 * Makefile (install): Don't use -s in install. (Keep the symbols.)
8045
80461992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8047
8048 * configure: Make the config.status file an executable shell
8049 script which will recreate the same configuration. Include the
8050 verbal description of the current configuration as a comment in
8051 the script.
8052 * INSTALL: Doc fix.
8053
194d44e7 8054 * Makefile: Brought the Makefile up to the GNU coding
a4a9692d
DL
8055 standards, as described in standards.text:
8056 (TAGS): New name for the target which rebuilds the tags table.
8057 (check): New target; doesn't do anything yet.
8058 (mostlyclean): New target, synonymous with clean.
8059 (realclean): New target. Currently, this just calls the
8060 subdirectories's makefiles and then deletes config.status.
8061 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
8062 variables.
8063 Installation directory variables changed to conform.
8064 (install, install.sysv, install.xenix, install.aix): Changed the
8065 code which copies the directories into their installed location to
8066 allow the installed locations to be in several different
8067 directories; the old version assumed that they would all be in
8068 $(emacsdir).
8069 (mkdir, lockdir): Allow the installed locations to be in several
8070 different directories.
8071 * INSTALL: Doc fix.
8072
8073 * build-install: Use the same variable names as the Makefile.
8074 Allow the installed locations to be in several different
8075 directories.
8076
80771992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8078
8079 * Makefile (src/paths.h): Instead of using a single sed command to
8080 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
8081 separately, and don't forget to append "/!!!SuperLock!!!" to the
8082 value of the PATH_SUPERLOCK macro.
8083
8084 * config.emacs: Renamed to configure, for consistency with other
8085 GNU products. Internal references changed.
8086 INSTALL, Makefile: References changed.
8087
8088 * lock: New directory, which should always be empty. If this
8089 directory doesn't exist, Emacs won't complain; it just won't lock.
8090 Having this here means that people can just unpack Emacs, build
8091 it, and have locking work.
8092
8093 * share-lib: Re-renamed to etc, for the sake of tradition.
8094 * config.emacs: Changed default value for datadir to ../etc.
8095 * INSTALL, README: Adjusted.
8096
80971992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8098
8099 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
8100 by running CPP on the appropriate s/*.h and m/*.h files.
8101
81021992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8103
8104 * config.emacs: Make sure to set the "exit on error" flag once
8105 we've removed config.status; errors should abort the configuration.
8106
dff28924 81071992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
8108
8109 * config.emacs: Added -distribute option, so that the Makefile
8110 paths are in their proper form. I don't know why this matters.
8111
dff28924 81121992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
8113
8114 * local-lisp: New directory, empty in the distribution, for people
8115 to put local elisp code in.
8116 * config.emacs: Include it in the default load path.
8117 * README: Document it.
8118
dff28924 81191992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
8120
8121 * config.emacs: Guess the type of signal handling functions based
8122 on the contents of /usr/include/signal.h.
8123
8124 * config.emacs: Print out progress report messages.
8125
8126 * Makefile (src/paths.h): Don't generically replace
8127 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
8128 editing of the other entries, and each entry should be dealt with
8129 explicitly anyway.
8130
8131 * build-install: Converted from C-shell to Bourne shell.
8132 * config.emacs: Edit build-install properly.
8133
8134 * config.emacs: Doc fix.
8135
81361992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8137
92a8ce63 8138 * Makefile (install): Remove `B' from tar xf command.
a4a9692d 8139
dff28924 81401992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
8141
8142 * config.emacs: Removed support for the `maintain-environment'
8143 option; the only important difference between this and its absence
8144 has been removed.
8145 * INSTALL: Removed mention of `maintain-environment'.
8146
8147 * config.emacs: Fix arguments to sed when processing boolean
8148 arguments.
8149
dff28924 81501991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
8151
8152 * config.emacs: New file, to help automate the installation
92a8ce63 8153 process.
a4a9692d
DL
8154
8155 * Makefile: Lots of changes to support the separation of etc into
8156 architecture-dependent and -independent files:
8157 (EMACSROOT): New variable, giving the directory under which all of
8158 Emacs's libraries should be installed. Changed rest of file to
8159 use it.
8160 (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
8161 (DATADIR): New variable, denoting architecture-independent dir.
8162 (LOCKDIR): New variable, for completeness.
8163 (SUBDIR): No more etc, new lib-src.
8164 (COPYDIR): No more etc, new arch-lib and share-lib.
8165 (src/paths.h): Set PATH_DATA and the LOCK macros too.
8166 (src): Now depends on lib-src, not etc.
8167 * build-install: Changes parallel to the above.
8168 * README: Describe the new arrangement.
8169
8170 * vms: New subdirectory for all the VMS stuff.
8171
dff28924 81721991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
8173
8174 * Makefile (LISPPATH): New variable.
8175 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
8176
dff28924 81771990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
a4a9692d
DL
8178
8179 * Makefile (install, install.sysv, install.xenix):
8180 Install wakeup instead of loadst. No need for setuid or setgid.
8181
dff28924 81821990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
8183
8184 * Makefile (clean): Clean etc if that's not the installation dir.
8185
dff28924 81861990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
8187
8188 * Makefile (paths.h): Make sed alter each name in the path.
8189
dff28924 81901988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
8191
8192 * Makefile (install.sysv): Use cpio, not tar.
8193
dff28924 81941988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
8195
8196 * Makefile (lockdir): Rename `lock' target.
8197 Depend on it from install*, not from `all'.
8198
dff28924 81991988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a4a9692d
DL
8200
8201 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
8202 to match build-install and paths.h.
6922b018
KH
8203
8204;; Local Variables:
880820fe 8205;; coding: utf-8
33462dfa 8206;; add-log-time-zone-rule: t
6922b018 8207;; End:
2a34a036 8208
e91081eb 8209 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
114f9c96 8210 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
7f6d64f8
GM
8211
8212 This file is part of GNU Emacs.
8213
4f43e937 8214 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 8215 it under the terms of the GNU General Public License as published by
4f43e937
GM
8216 the Free Software Foundation, either version 3 of the License, or
8217 (at your option) any later version.
7f6d64f8
GM
8218
8219 GNU Emacs is distributed in the hope that it will be useful,
8220 but WITHOUT ANY WARRANTY; without even the implied warranty of
8221 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8222 GNU General Public License for more details.
8223
8224 You should have received a copy of the GNU General Public License
4f43e937 8225 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
8226
8227;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73