]> code.delx.au - gnu-emacs/blob - ChangeLog
Regenerate configure.
[gnu-emacs] / ChangeLog
1 2010-05-18 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5
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
10 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
11 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
12
13 2010-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
19 2010-05-17 Glenn Morris <rgm@gnu.org>
20
21 * configure.in (OLDXMENU_DEPS): New output variable.
22
23 2010-05-16 Glenn Morris <rgm@gnu.org>
24
25 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
26
27 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
28 * Makefile.in (install-arch-dep): Update for above change.
29
30 * Makefile.in (ns_appdir): Remove.
31 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
32
33 * configure.in (TEMACS_LDFLAGS2): New output variable.
34
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
40 2010-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
46 2010-05-15 Glenn Morris <rgm@gnu.org>
47
48 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
49
50 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
51
52 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
53
54 * configure.in: Look for version string in its new location.
55
56 2010-05-15 Eli Zaretskii <eliz@gnu.org>
57
58 * config.bat: Remove support for DJGPP v1.x.
59
60 2010-05-15 Glenn Morris <rgm@gnu.org>
61
62 * configure.in (OLDXMENU_TARGET): New output variable.
63
64 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
65
66 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
67 and other files that no longer exist.
68
69 2010-05-14 Glenn Morris <rgm@gnu.org>
70
71 * configure.in (cpp_undefs): Add mktime, register, X11.
72
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
77 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
78 (GNUSTEP_MAKEFILES): Do not output.
79
80 2010-05-13 Glenn Morris <rgm@gnu.org>
81
82 * configure.in: Fix some paren typos.
83
84 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
85
86 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
87
88 2010-05-12 Glenn Morris <rgm@gnu.org>
89
90 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
91
92 * configure.in (LIB_GCC): New output variable.
93
94 2010-05-11 Glenn Morris <rgm@gnu.org>
95
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
101 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
102
103 2010-05-10 Glenn Morris <rgm@gnu.org>
104
105 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
106
107 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
108 (BLESSMAIL_TARGET): New output variable.
109
110 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
111
112 * INSTALL: Fix typos.
113
114 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
115
116 * configure.in: Add check for buggy version of GCC (Bug#6031).
117
118 2010-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
124 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
125
126 * Version 23.2 released.
127
128 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * configure.in: Add tests for `isnan' and `copysign'.
131
132 2010-05-07 Eli Zaretskii <eliz@gnu.org>
133
134 * config.bat: Allow for 2 leading `#'s in comments in
135 src/Makefile.in.
136
137 2010-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
143 2010-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
151 2010-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
158 2010-05-04 Glenn Morris <rgm@gnu.org>
159
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
164 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
165
166 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
167 variables, replacing c_switch_machine, c_switch_system.
168 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
169 @c_switch_system@.
170
171 2010-05-03 Glenn Morris <rgm@gnu.org>
172
173 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
174
175 * make-dist: There are no more src/m/*.inp files.
176
177 2010-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
182 2010-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
187 2010-04-30 Glenn Morris <rgm@gnu.org>
188
189 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
190 Elsewhere, maybe include it.
191
192 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
193 (OLDXMENU, LIBXMENU): New output variables.
194
195 * configure.in (OTHER_OBJ): New output variable.
196
197 2010-04-28 Glenn Morris <rgm@gnu.org>
198
199 * configure.in (CYGWIN_OBJ): New output variable.
200
201 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
202
203 * configure.in (FONT_OBJ): New output variable.
204
205 * configure.in (LIBXMU): New output variable.
206
207 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
208
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
212 2010-04-27 Glenn Morris <rgm@gnu.org>
213
214 * configure.in (LIBXTR6): New output variable. Move unixware special
215 case here from src/s/unixware.h.
216
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
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
226 2010-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.
233 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
234
235 2010-04-27 Glenn Morris <rgm@gnu.org>
236
237 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
238 replaced by LIBXP.
239
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
244 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
245
246 2010-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
252 2010-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
258 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
259
260 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
261
262 2010-04-22 Miles Bader <miles@gnu.org>
263
264 * configure.in: Get rid of "unix" pre-defined macro when
265 preprocessing Makefile. (Bug#5857)
266
267 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
268
269 Avoid non-portable shell command negation
270 * configure.in: Revert last change.
271
272 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
273
274 * configure.in: Change "if test ! -f" to "if ! test -f".
275
276 2010-04-21 Glenn Morris <rgm@gnu.org>
277
278 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
279 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
280
281 2010-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
287 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
288
289 * configure.in: Remove all references to LIBX11_SYSTEM.
290
291 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
292
293 * configure.in: Remove all references to C_DEBUG_SWITCH.
294
295 2010-03-27 Eli Zaretskii <eliz@gnu.org>
296
297 * config.bat <lib-src>: Edit out lines that begin with several #
298 characters.
299
300 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
301
302 * configure.in: Remove support for old UNIX System V systems and
303 for Unixware on non-x86 machines.
304
305 * configure.in: Remove support for Solaris on PPC and for old versions.
306
307 * configure.in: Remove non-working lynxos port.
308
309 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
310
311 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
312
313 2010-03-19 Glenn Morris <rgm@gnu.org>
314
315 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
316 happy.
317
318 2010-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
323 2010-03-18 Glenn Morris <rgm@gnu.org>
324
325 * configure.in (--with-x-toolkit): In the help text, say which options
326 are synonyms.
327
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
340 2010-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
345 2010-03-12 Eli Zaretskii <eliz@gnu.org>
346
347 These changes remove termcap.c from the build on Posix platforms.
348 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
349
350 * configure: Regenerated.
351
352 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
353
354 * Branch for 23.2.
355
356 2010-01-31 Juri Linkov <juri@jurta.org>
357
358 * .bzrignore: Add TAGS-LISP.
359
360 2010-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
365 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
366
367 * .bzrignore: Ignore all .exe, instead of individual files.
368
369 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
370
371 * configure.in: Explicitly check for and link to -lXrender.
372
373 2010-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
378 2010-01-02 Eli Zaretskii <eliz@gnu.org>
379
380 * .bzrignore: Add more ignored patterns, including for the MS-DOS
381 build.
382
383 2009-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
388 2009-12-17 Glenn Morris <rgm@gnu.org>
389
390 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
391
392 2009-12-15 Glenn Morris <rgm@gnu.org>
393
394 * info/dir: Add EDT entry.
395 * Makefile.in (INFO_FILES): Add edt.
396
397 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
398
399 * configure.in: Check for RSVG if GNUStep is used.
400
401 2009-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
405 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
406
407 * configure.in: Allow compiling Emacs with GTK on Cygwin.
408
409 2009-12-01 Glenn Morris <rgm@gnu.org>
410
411 * make-dist: Add etc/images/mpc directory.
412
413 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
414
415 * configure.in: Don't check for GConf unless X is used.
416
417 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
418
419 * configure.in: Use -Wdeclaration-after-statement if available.
420
421 2009-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
426 2009-11-17 Glenn Morris <rgm@gnu.org>
427
428 * Makefile.in (INFO_FILES): Add semantic.
429
430 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
431
432 * info/dir: Add Semantic.
433
434 2009-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
439 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
440
441 * configure.in: --enable-autodepend is new. Check for GNU Make
442 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
443 gcc and GNU make to generate dependencies.
444
445 2009-10-27 Glenn Morris <rgm@gnu.org>
446
447 * make-dist: Make links to doc/lispintro/*.pdf.
448
449 2009-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
458 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
459
460 * configure.in (vax-dec-vms): Remove, not supported anymore.
461
462 2009-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
467 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * config.guess, config.sub: Updated from master source.
470
471 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
472
473 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
474
475 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
476
477 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
478
479 2009-09-29 Glenn Morris <rgm@gnu.org>
480
481 * make-dist (check): Update for two new levels of subdirectory in lisp/.
482
483 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
484
485 * config.guess, config.sub: Updated from master source.
486
487 * configure.in (OTHER_FILES): Define using autoconf not cpp.
488
489 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
492
493 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
494
495 * INSTALL: Update URL for GNU FreeFont.
496
497 2009-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
505 2009-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
511 2009-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.
516
517 * configure.in: Warn if package version specified here doesn't
518 match the version in version.el.
519 * configure: Regenerate.
520
521 2009-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
527 2009-08-19 Glenn Morris <rgm@gnu.org>
528
529 * INSTALL: Remove reference to cvtmail.
530
531 2009-08-15 CHENG Gao <chenggao@gmail.com>
532
533 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
534
535 2009-08-02 Kevin Ryde <user42@zip.com.au>
536
537 * INSTALL: Fix free fonts URL.
538
539 2009-07-22 Glenn Morris <rgm@gnu.org>
540
541 * configure.in (AC_PREREQ): Require autoconf 2.62.
542
543 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
544
545 * configure.in (--enable-checking, --enable-profiling):
546 Use AS_HELP_STRING.
547
548 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
549
550 * configure.in (--enable-profiling): New option.
551 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
552
553 2009-06-27 Glenn Morris <rgm@gnu.org>
554
555 * configure.in: Restore netbsd on mips, mipsel, mipseb.
556
557 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
558
559 * configure.in (--enable-checking): New option.
560
561 2009-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
568 2009-06-24 Yavor Doganov <yavor@gnu.org>
569
570 * make-dist (tempdir): Don't create directories preferences.gorm
571 and preferences.nib, they are no longer required.
572
573 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
574
575 * Branch for 23.1.
576
577 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
578
579 * configure.in: Delete mac-fix-env target, which has been
580 removed (Bug#3531).
581
582 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
585
586 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
587
588 * BUGS: Use new binding of view-emacs-problems.
589
590 2009-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
595 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
596
597 * configure: Regenerate.
598
599 * configure.in: Disable use of FreeType without libXft.
600
601 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
602
603 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
604 Check if it is declared in gtk.h.
605
606 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
607
608 * Makefile.in (install-arch-indep): Remove .gitignore files.
609
610 2009-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
615 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
616
617 * configure.in (rs6000-ibm-aix6*): Fix typo.
618
619 2009-03-04 Glenn Morris <rgm@gnu.org>
620
621 * Makefile.in (INFO_FILES): Add auth.
622
623 2009-03-03 Glenn Morris <rgm@gnu.org>
624
625 * info/dir: Add Auth-source.
626
627 2009-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
632 2009-02-28 Eli Zaretskii <eliz@gnu.org>
633
634 * config.bat: Copy .dbxinit to _dbxinit.
635
636 * make-dist (Making links to `info'): Remove .gitignore.
637
638 2009-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
644 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
645
646 * configure.in: Require librsvg >= 2.11.
647
648 2009-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
653 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
654
655 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
656
657 2009-02-03 Glenn Morris <rgm@gnu.org>
658
659 * make-dist: Add some missing files, remove some that are no longer
660 present.
661
662 2009-02-02 Glenn Morris <rgm@gnu.org>
663
664 * make-dist: Add some missing nextstep/ files.
665
666 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
667
668 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
669
670 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * configure.in: Add support for m68k-*-netbsd.
673
674 2009-01-14 Juri Linkov <juri@jurta.org>
675
676 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
677
678 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
679 and bug-reference-mode.
680
681 2009-01-11 Juri Linkov <juri@jurta.org>
682
683 * INSTALL.CVS: Move configuration explicitly to the first step.
684
685 2009-01-09 Glenn Morris <rgm@gnu.org>
686
687 * .dir-locals.el: Don't set indent-tabs-mode.
688
689 2008-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
694 2008-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
699 2008-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
705 2008-12-26 Eli Zaretskii <eliz@gnu.org>
706
707 * config.bat: Produce _dir-locals.el from .dir-locals.el.
708
709 2008-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
715 2008-12-19 Eli Zaretskii <eliz@gnu.org>
716
717 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
718 for rationale.
719
720 2008-12-13 Glenn Morris <rgm@gnu.org>
721
722 * Makefile.in (install-arch-indep): Add new man-pages.
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.
727 (uninstall): Remove desktop file and icons, game scores if empty.
728
729 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
730
731 * config.guess, config.sub: Updated from master source.
732
733 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
734
735 * Makefile.in (install-arch-indep): Install ebrowse.1.
736
737 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
738
739 * configure.in: Add Solaris on x86_64.
740
741 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * config.guess, config.sub: Updated from master source.
744
745 2008-12-08 Eli Zaretskii <eliz@gnu.org>
746
747 * info/dir: Fix last change.
748
749 2008-12-07 Eli Zaretskii <eliz@gnu.org>
750
751 * info/dir: Untabify.
752
753 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
754
755 * configure.in: Fix last change.
756
757 2008-11-28 Richard M Stallman <rms@gnu.org>
758
759 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
760 New configurations.
761
762 2008-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
767 2008-11-15 Eli Zaretskii <eliz@gnu.org>
768
769 * Makefile.in (INFO_FILES): Remove ns-emacs.
770
771 * info/dir (NS-Emacs): Remove entry.
772
773 2008-11-08 Eli Zaretskii <eliz@gnu.org>
774
775 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
776
777 2008-11-07 Glenn Morris <rgm@gnu.org>
778
779 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
780
781 2008-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
786 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
787
788 * update-subdirs: Put obsolete directory last.
789
790 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
791
792 * configure.in: Check fontconfig always.
793
794 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
795
796 * configure (*-solaris2.[7-9]*): Fix typo.
797
798 2008-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
805 2008-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
811 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
812
813 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
814 Use sol2-6.h for Solaris 7-9.
815
816 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
817
818 * configure.in: Add support for GNU/Linux on SuperH.
819
820 2008-10-12 Andreas Schwab <schwab@suse.de>
821
822 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
823
824 2008-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
831 2008-09-07 Romain Francoise <romain@orebokech.com>
832
833 * make-dist: Distribute doc/man/ChangeLog.
834
835 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
836
837 * configure.in: Disable XFT and Freetype when without X.
838
839 * configure: Regenerate.
840
841 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
842
843 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
844
845 2008-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
852 2008-08-20 Eli Zaretskii <eliz@gnu.org>
853
854 * configure.in: Move "#define subprocesses" before
855 config_opsysfile is included.
856
857 2008-08-19 Kenichi Handa <handa@m17n.org>
858
859 * INSTALL (Extra fonts): Mention local fonts, don't mention
860 mule-unicode.
861
862 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
863
864 * make-dist: Omit info/.arch-inventory.
865
866 2008-08-16 Jason Rumney <jasonr@gnu.org>
867
868 * make-dist (tempdir/nt): Link emacsclient.rc.
869
870 2008-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
880 2008-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.
885
886 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
887
888 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
889 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
890 bother undef'ing since won't have desired effect.
891
892 2008-08-06 Andreas Schwab <schwab@suse.de>
893
894 * configure.in: Fix quoting.
895
896 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
897
898 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
899
900 2008-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
905 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
906
907 * configure.in: Test for existence of NSInteger.
908 Suggested by Yavor Doganov.
909
910 2008-08-02 Romain Francoise <romain@orebokech.com>
911
912 * Makefile.in (INFO_FILES): Add mairix-el.
913
914 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * make-dist:
917 * README: Remove VMS support.
918 * vms: Remove directory.
919
920 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * configure.in (MULTI_KBOARD): Remove.
923
924 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
925
926 * configure.in (DO_BLOCK_INPUT): Remove, unused.
927
928 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
929
930 * info/dir (File): Add mairix-el.
931
932 2008-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:
940 * INSTALL: Remove code for Carbon.
941 * configure: Regenerate.
942
943 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
944
945 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
946
947 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
948
949 * configure.in: Check for getrlimit.
950
951 * configure: Regenerate.
952
953 2008-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
960 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
961
962 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
963 compilation under GNUstep.
964
965 2008-07-18 Kenichi Handa <handa@m17n.org>
966
967 * INSTALL (Complex Text Layout support libraries): Delete the
968 paragraph about --enable-font-backend.
969
970 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
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
981 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
984
985 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
986
987 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
988 NS_IMPL_COCOA.
989
990 2008-07-16 Glenn Morris <rgm@gnu.org>
991
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
997 * make-dist: Add nextstep/ directories.
998 (src, lib-src): Add .m files.
999
1000 2008-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
1006 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
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
1018 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1019
1020 * configure.in: Use macppc for Darwin. Remove references to
1021 desupported systems.
1022 * configure: Regenerate.
1023
1024 2008-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
1031 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1032
1033 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
1034
1035 2008-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
1041 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * configure.in:
1044 * configure: Remove references to obsolete systems.
1045
1046 2008-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
1058 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
1061
1062 2008-06-22 Glenn Morris <rgm@gnu.org>
1063
1064 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
1065
1066 2008-06-21 Romain Francoise <romain@orebokech.com>
1067
1068 * Makefile.in (INFO_FILES): Add sasl.
1069
1070 2008-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
1078 2008-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.
1090
1091 2008-06-15 Glenn Morris <rgm@gnu.org>
1092
1093 * info/dir: Add sasl.
1094
1095 2008-06-09 Alan Mackenzie <acm@muc.de>
1096
1097 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
1098
1099 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
1100
1101 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
1102
1103 2008-06-07 Glenn Morris <rgm@gnu.org>
1104
1105 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
1106 serve no purpose.
1107
1108 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1109
1110 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
1111 * configure: Regenerate.
1112
1113 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * update-subdirs: Don't touch subdirs.el if it is unchanged.
1116
1117 2008-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
1124 2008-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
1130 2008-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
1135 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1136
1137 * configure.in: Check availability of AvailabilityMacros.h
1138 if HAVE_CARBON.
1139
1140 * configure: Regenerate.
1141
1142 2008-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
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
1154 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1155
1156 * configure.in: Remove hpux10.20 from the desupported list.
1157
1158 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
1161
1162 2008-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
1168 2008-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
1173 2008-04-05 Andreas Schwab <schwab@suse.de>
1174
1175 * configure.in: No longer create admin/unidata/Makefile.
1176
1177 2008-03-28 Andreas Schwab <schwab@suse.de>
1178
1179 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
1180 (lisp/Makefile): New rule.
1181
1182 2008-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
1187 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
1188
1189 * configure.in: Add --enable-sync-input, default yes.
1190
1191 2008-03-11 Glenn Morris <rgm@gnu.org>
1192
1193 * Makefile.in (install-etc, mkdir): Handle directory
1194 etc/images/icons/hicolor/*/mimetypes/.
1195
1196 * make-dist: Handle icons/hicolor/scalable directory.
1197
1198 2008-03-05 Glenn Morris <rgm@gnu.org>
1199
1200 * configure.in: Enable font-backend by default.
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.
1204
1205 2008-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
1211 2008-02-29 Glenn Morris <rgm@gnu.org>
1212
1213 * test/: New directory.
1214
1215 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
1216
1217 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
1218
1219 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1220
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.
1223 Add support for powerpc-ibm-aix6*.
1224
1225 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1226
1227 * configure.in: Remove references to obsolete variables and systems.
1228
1229 2008-02-21 Glenn Morris <rgm@gnu.org>
1230
1231 * Makefile.in (set_installuser): New.
1232 (install-arch-indep): Use set_installuser to avoid duplicate code.
1233
1234 * README.unicode: Split into admin/notes/unicode,font-backend and
1235 remove.
1236
1237 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
1238
1239 * configure.in (arm*-*-freebsd*): Add.
1240
1241 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1242
1243 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
1244 dealing with obsolete variables.
1245
1246 2008-02-08 Glenn Morris <rgm@gnu.org>
1247
1248 * Makefile.in (check-info-dir): New target.
1249
1250 2008-02-08 Michael Olson <mwolson@gnu.org>
1251
1252 * Makefile.in (INFO_FILES): Add epa.
1253
1254 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
1255 features" section.
1256
1257 2008-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
1263 2008-02-06 Tom Tromey <tromey@redhat.com>
1264
1265 * configure.in (--with-gcc): Remove.
1266 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
1267
1268 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
1269
1270 * INSTALL: Recommend giflib, not libungif.
1271
1272 2008-02-05 Tom Tromey <tromey@redhat.com>
1273
1274 * configure.in (--with-dbus): Default to enabled.
1275
1276 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
1277
1278 * INSTALL (Complex Text Layout support libraries): New section.
1279
1280 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1281
1282 * make-dist: Remove references to files in mac/ that have been
1283 deleted.
1284
1285 2008-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.
1291
1292 2008-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.
1296
1297 2008-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.
1302
1303 2008-02-01 Miles Bader <miles@gnu.org>
1304
1305 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
1306 [libotf], and [m17n-flt] options.
1307
1308 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
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
1315 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1316
1317 * configure.in: Check the availability of m17n-flt library.
1318
1319 2008-02-01 Kenichi Handa <handa@m17n.org>
1320
1321 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
1322 not available.
1323
1324 2008-02-01 Kenichi Handa <handa@m17n.org>
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
1332 2008-02-01 Kenichi Handa <handa@m17n.org>
1333
1334 * make-dist: Include etc/charsets in tarball.
1335
1336 2008-02-01 Kenichi Handa <handa@m17n.org>
1337
1338 * configure.in: While running cpp on junk.c, include
1339 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
1340 exists.
1341
1342 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1343
1344 * configure.in (xtensa): Match more configurations.
1345
1346 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * configure.in: Update comment.
1349
1350 2008-01-26 Glenn Morris <rgm@gnu.org>
1351
1352 * configure.in (--without-gcc): By default, neither off nor on.
1353 (--with-carbon): Tone down rhetoric in help text.
1354
1355 2008-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
1361 2008-01-24 Glenn Morris <rgm@gnu.org>
1362
1363 * configure.in: Standardize dbus-related messages.
1364
1365 2008-01-23 Michael Olson <mwolson@gnu.org>
1366
1367 * configure.in (pkg-config-prog): Remove initial whitespace.
1368
1369 2008-01-23 Tom Tromey <tromey@redhat.com>
1370
1371 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
1372 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
1373 Update all users.
1374
1375 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
1376
1377 * config.guess, config.sub: Updated from master source.
1378
1379 2008-01-17 Andreas Schwab <schwab@suse.de>
1380
1381 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
1382
1383 2008-01-17 Glenn Morris <rgm@gnu.org>
1384
1385 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
1386
1387 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * configure.in: Remove more references to unsupported systems.
1390
1391 2008-01-16 Sven Joachim <svenjoac@gmx.de>
1392
1393 * make-dist: Add --lzma.
1394
1395 2008-01-16 Glenn Morris <rgm@gnu.org>
1396
1397 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
1398 configure checks for this.
1399
1400 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * configure.in: Remove more references to unsupported systems.
1403
1404 2008-01-06 Romain Francoise <romain@orebokech.com>
1405
1406 * configure.in: Delete extra semicolons.
1407
1408 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1409
1410 * configure.in: Remove references to unsupported systems.
1411
1412 2008-01-05 Romain Francoise <romain@orebokech.com>
1413
1414 * make-dist: Add --bzip2. Update copyright.
1415
1416 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * configure.in: Remove support for Masscomp.
1419
1420 2008-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
1427 2008-01-04 Glenn Morris <rgm@gnu.org>
1428
1429 * make-dist: Update for new etc/images/icons/hicolor directory.
1430
1431 2007-12-09 Andreas Schwab <schwab@suse.de>
1432
1433 * configure.in: D-Bus is not enabled by default.
1434
1435 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
1436
1437 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
1438 change.
1439
1440 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
1441
1442 * configure.in: Give package name and version to AC_INIT.
1443
1444 2007-12-03 Magnus Henoch <mange@freemail.hu>
1445
1446 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
1447
1448 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * configure.in: No need for DBUS_INFO anymore.
1451
1452 * Makefile.in (INFO_FILES): Use dbus unconditionally.
1453
1454 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
1457
1458 * Makefile.in (INFO_FILES): Add dbus.
1459
1460 2007-12-02 Romain Francoise <romain@orebokech.com>
1461
1462 * make-dist: Fix last change.
1463
1464 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
1465
1466 * configure.in: Add support for gnu-kfreebsd.
1467
1468 2007-11-28 Glenn Morris <rgm@gnu.org>
1469
1470 * make-dist: Add etc/nxml.
1471
1472 2007-11-24 Romain Francoise <romain@orebokech.com>
1473
1474 * Makefile.in (INFO_FILES): Add nxml-mode.
1475
1476 2007-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
1481 2007-11-20 Andreas Schwab <schwab@suse.de>
1482
1483 * configure.in: Always include <resolv.h> when checking for res_init.
1484
1485 2007-11-17 Andreas Schwab <schwab@suse.de>
1486
1487 * update-subdirs: Atomically update subdirs.el.
1488
1489 2007-11-17 Glenn Morris <rgm@gnu.org>
1490
1491 * Makefile.in (check-declare): New target.
1492
1493 2007-11-07 Glenn Morris <rgm@gnu.org>
1494
1495 * configure.in: Deprecate Mac Carbon port.
1496
1497 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
1498
1499 * configure.in: Remove HAVE_X11R5 check.
1500
1501 2007-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
1506 2007-10-30 Glenn Morris <rgm@gnu.org>
1507
1508 * make-dist: Add new directory etc/gnus.
1509
1510 2007-10-30 Michael Olson <mwolson@gnu.org>
1511
1512 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
1513
1514 2007-10-29 Glenn Morris <rgm@gnu.org>
1515
1516 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
1517
1518 2007-10-23 Glenn Morris <rgm@gnu.org>
1519
1520 * MAINTAINERS: Move to admin/.
1521
1522 2007-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
1527 2007-10-17 Glenn Morris <rgm@gnu.org>
1528
1529 * FTP: Remove file, since it's just a duplicate of one in etc/.
1530
1531 2007-10-05 Eli Zaretskii <eliz@gnu.org>
1532
1533 * config.bat: Fix configuring `doc' due to changes in the
1534 directory structure.
1535
1536 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
1537
1538 * configure.in: Don't use -lpthread on HP-UX.
1539
1540 2007-09-16 Glenn Morris <rgm@gnu.org>
1541
1542 * make-dist: File gfdl.1 has been removed.
1543
1544 2007-09-15 Glenn Morris <rgm@gnu.org>
1545
1546 * configure.in: Fix makeinfo version regexp.
1547
1548 2007-09-12 Glenn Morris <rgm@gnu.org>
1549
1550 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
1551 implementation of alloca is not found.
1552
1553 * Makefile.in (SOURCES, unlock, relock): Delete.
1554 (install-arch-indep): Do not exclude the etc/ Makefiles.
1555
1556 2007-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
1562 2007-09-08 Michael Olson <mwolson@gnu.org>
1563
1564 * MAINTAINERS: Add myself for ERC and tq.el.
1565 Update for new doc/ directory layout.
1566
1567 2007-09-06 Romain Francoise <romain@orebokech.com>
1568
1569 * make-dist: Update for new doc/ directory layout.
1570
1571 2007-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
1585 2007-09-02 Andreas Schwab <schwab@suse.de>
1586
1587 * configure.in: Use AS_HELP_STRING throughout.
1588 * configure: Regenerate.
1589
1590 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
1591
1592 * configure.in: Require Gtk/Glib 2.6.
1593
1594 2007-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
1600 2007-09-01 Andreas Schwab <schwab@suse.de>
1601
1602 * configure.in: Put quotes around nested macro calls.
1603
1604 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1605
1606 * configure.in: Fix typo.
1607 * configure: Regenerate.
1608
1609 2007-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
1614 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
1615
1616 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
1617
1618 * README.multi-tty: New file.
1619
1620 2007-08-29 Glenn Morris <rgm@gnu.org>
1621
1622 * README: Increase version to 23.0.50.
1623
1624 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
1625
1626 * configure.in: New option: --without-xaw3d.
1627
1628 2007-08-24 Glenn Morris <rgm@gnu.org>
1629
1630 * configure.in: Check for a suitably recent makeinfo.
1631
1632 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1633
1634 * configure.in (Check for required libraries): Typo.
1635
1636 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637
1638 * configure.in: Check librsvg2 also for Mac Carbon.
1639
1640 2007-08-22 Romain Francoise <romain@orebokech.com>
1641
1642 * make-dist: Follow reorganization of files in etc/.
1643
1644 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
1645
1646 * configure.in: Add support for SVG images through librsvg2.
1647
1648 2007-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
1653 2007-07-25 Glenn Morris <rgm@gnu.org>
1654
1655 * Relicense all FSF files to GPLv3 or later.
1656
1657 * COPYING, info/COPYING: Switch to GPLv3.
1658
1659 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
1660
1661 * configure.in: Complain if X seems to be installed but no
1662 development files were found.
1663
1664 2007-06-20 Glenn Morris <rgm@gnu.org>
1665
1666 * configure.in: Prefer libgif over libungif.
1667
1668 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
1669
1670 * configure.in: Check for all image libraries before exiting.
1671
1672 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
1673
1674 * configure.in: Exit with error if image libraries aren't found.
1675
1676 2007-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
1681 2007-06-12 Glenn Morris <rgm@gnu.org>
1682
1683 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
1684
1685 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
1686
1687 * configure.in: Change wording about yes/gtk and lucid/athena
1688 being synonyms.
1689
1690 2007-06-08 Glenn Morris <rgm@gnu.org>
1691
1692 * configure.in: Make gtk the default toolkit.
1693
1694 2007-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
1699 * Makefile.in (install-arch-indep): Install only the DOC- file
1700 specific to the build, if possible, rather than DOC-*.
1701
1702 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * Version 22.1 released.
1705
1706 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * mkinstalldirs: Sync to version in automake CVS.
1709
1710 2007-05-22 Andreas Schwab <schwab@suse.de>
1711
1712 * configure.in: Prefer build_alias over host when host_alias is not set.
1713 * configure: Regenerate.
1714
1715 2007-05-20 Andreas Schwab <schwab@suse.de>
1716
1717 * configure.in: Remove empty AC_SUBST.
1718 * configure: Regenerate.
1719
1720 2007-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
1726 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1727
1728 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
1729 (AC_CHECK_LIB): Add -lgpm.
1730 * configure: Regenerate.
1731
1732 2007-05-03 Glenn Morris <rgm@gnu.org>
1733
1734 * configure: Tweak message about the absence of shell functions.
1735
1736 2007-04-27 Andreas Schwab <schwab@suse.de>
1737
1738 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
1739
1740 2007-04-26 Glenn Morris <rgm@gnu.org>
1741
1742 * README: Increase version to 22.1.50.
1743
1744 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
1747
1748 2007-04-19 Glenn Morris <rgm@gnu.org>
1749
1750 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
1751
1752 2007-04-18 Glenn Morris <rgm@gnu.org>
1753
1754 * INSTALL: Mention CPP.
1755
1756 2007-04-15 Glenn Morris <rgm@gnu.org>
1757
1758 * FTP: Replace with a pointer to the web version.
1759
1760 2007-04-13 Glenn Morris <rgm@gnu.org>
1761
1762 * INSTALL: In lib-src, timer, wakeup, yow are removed.
1763
1764 2007-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
1769 2007-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
1774 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
1775
1776 * configure.in: Add support for AIX4.3 on IBM RS6000.
1777
1778 * configure: Regenerate.
1779
1780 2007-03-20 Richard Stallman <rms@gnu.org>
1781
1782 * configure.in: Fix previous change.
1783
1784 2007-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
1790 2007-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
1797 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
1798
1799 * configure.in: Warning for Gtk+ and Cygwin added.
1800 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
1801
1802 2007-02-27 Glenn Morris <rgm@gnu.org>
1803
1804 * make-dist (oldXMenu): Remove Imakefile.
1805 (etc/images): Add README.
1806
1807 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1808
1809 * configure.in (xtensa-*-linux-gnu*): New configuration.
1810
1811 * configure: Regenerate.
1812
1813 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
1814
1815 * config.guess, config.sub: Updated from master source.
1816
1817 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
1818
1819 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
1820
1821 2007-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
1827 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * configure.in: Remove support for hp800 and sr2k machine types.
1830
1831 * configure: Regenerate.
1832
1833 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
1834
1835 * configure.in: Add check for libXft.
1836
1837 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
1838
1839 * INSTALL: Info files moved to share/info.
1840
1841 2007-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
1847 2006-12-26 Andreas Schwab <schwab@suse.de>
1848
1849 * Makefile.in (datarootdir): Define.
1850
1851 2006-12-24 Richard Stallman <rms@gnu.org>
1852
1853 * configure.in: Require Autoconf 2.61.
1854
1855 2006-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
1862 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * configure: Regenerate with autoconf 2.61.
1865
1866 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * configure.in: Detect alsa/asoundlib.h also.
1869 * configure: Regenerate.
1870
1871 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
1872
1873 * configure.in: Check if GTK+ compiles at all.
1874
1875 2006-12-10 Andreas Schwab <schwab@suse.de>
1876
1877 * configure.in: Remove check for struct timezone, its result is
1878 never used.
1879
1880 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
1881
1882 * configure.in: Add support for Solaris 10 on x86-64.
1883
1884 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
1885
1886 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
1887 of PKG_CONFIG_PATH.
1888
1889 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1890
1891 * configure.in (HAVE_SYNC): New test.
1892
1893 2006-12-03 Glenn Morris <rgm@gnu.org>
1894
1895 * Makefile.in: Fix Copyright format.
1896
1897 * configure.in (AH_TOP): Add missing Copyright year.
1898
1899 * update-subdirs: Add missing Copyright years.
1900
1901 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
1902
1903 * Makefile.in: Touch only the parts of the share/emacs directory
1904 specific to this version.
1905
1906 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
1909
1910 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1911
1912 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
1913
1914 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1915
1916 * configure.in: Prefer X11 to Carbon only when some X-specific
1917 option is specified (Thanks to Jan Djärv and Andreas Schwab).
1918
1919 2006-11-04 Romain Francoise <romain@orebokech.com>
1920
1921 * Makefile.in (bootstrap-clean-before): Fix typo.
1922 Use new target `bootstrap-clean' in the leim subdirectory.
1923
1924 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1925
1926 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
1927
1928 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
1931 directories.
1932
1933 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
1934
1935 * configure.in: Enable x86-64 OpenBSD compilation.
1936
1937 2006-10-28 Glenn Morris <rgm@gnu.org>
1938
1939 * AUTHORS: Add cal-html.el author.
1940
1941 2006-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
1946 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * README: Bump version number to 22.0.90.
1949
1950 2006-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
1956 2006-09-28 Kenichi Handa <handa@m17n.org>
1957
1958 * configure.in (locallisppath): Don't include leim dir.
1959 (lisppath): Include leim dir.
1960
1961 2006-09-15 Jay Belanger <belanger@truman.edu>
1962
1963 * COPYING: Replace "Library Public License" by "Lesser Public
1964 License" throughout.
1965
1966 2006-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
1971 2006-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
1976 2006-08-16 Richard Stallman <rms@gnu.org>
1977
1978 * INSTALL.CVS: Clean up wording.
1979
1980 2006-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.
1984 * configure: Regenerate.
1985
1986 2006-07-08 Richard Stallman <rms@gnu.org>
1987
1988 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
1989
1990 2006-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
1995 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1996
1997 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
1998 to /dev/null, since we don't need the error message, just the
1999 exit status.
2000
2001 2006-07-07 Eli Zaretskii <eliz@gnu.org>
2002
2003 * CONTRIBUTE: Slight formatting changes and typo fixes.
2004 Add description of NEWS markings.
2005
2006 2006-07-07 Kim F. Storm <storm@cua.dk>
2007
2008 * CONTRIBUTE: Mention INSTALL.CVS.
2009
2010 2006-07-05 Romain Francoise <romain@orebokech.com>
2011
2012 * make-dist (top-level): Add CONTRIBUTE.
2013
2014 2006-07-04 Richard Stallman <rms@gnu.org>
2015
2016 * CONTRIBUTE: Much rewrite.
2017
2018 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2019
2020 * CONTRIBUTE: New file.
2021
2022 2006-06-24 Eli Zaretskii <eliz@gnu.org>
2023
2024 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
2025
2026 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
2027
2028 * configure.in: Add check for ALSA.
2029
2030 2006-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
2036 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
2037
2038 Update copyright year(s) in many files.
2039
2040 2006-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
2045 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
2046
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.
2049
2050 2006-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
2058 2006-03-03 Claudio Fontana <claudio@gnu.org>
2059
2060 * Makefile.in (install, uninstall): Add DESTDIR variable to
2061 support staged installations.
2062
2063 2006-02-14 Richard M. Stallman <rms@gnu.org>
2064
2065 * configure.in (s390x-*-linux-gnu*): New configuration.
2066
2067 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
2068
2069 * configure.in: Require GTK 2.4 or newer.
2070
2071 2006-01-29 Michael Olson <mwolson@gnu.org>
2072
2073 * Makefile.in (install-arch-indep, uninstall): Add ERC.
2074 * info/dir (ERC): New entry.
2075
2076 2006-01-29 Eli Zaretskii <eliz@gnu.org>
2077
2078 * info/dir: Fix last change.
2079
2080 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2081
2082 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
2083
2084 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2085
2086 * info/dir: Untabify the whole file.
2087 (Rcirc): New entry.
2088
2089 2006-01-12 Andreas Schwab <schwab@suse.de>
2090
2091 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
2092 check.
2093
2094 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * configure.in: Use -Wno-pointer-sign if available.
2097
2098 2005-12-29 Andreas Schwab <schwab@suse.de>
2099
2100 * config.guess, config.sub: Updated from master source.
2101
2102 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2103
2104 * configure.in: Use amdx86-64 for freebsd on x86_64.
2105
2106 2005-11-22 Romain Francoise <romain@orebokech.com>
2107
2108 * make-dist: Add etc/images/icons.
2109
2110 2005-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
2117 2005-11-01 Andreas Schwab <schwab@suse.de>
2118
2119 * Makefile.in (bootstrap): Fix dependencies for parallel build.
2120 (bootfast): Likewise.
2121
2122 2005-11-01 Romain Francoise <romain@orebokech.com>
2123
2124 * configure.in: Check for gzip.
2125
2126 * Makefile.in (install): Compress source files.
2127
2128 2005-10-24 Steven Tamm <steventamm@mac.com>
2129
2130 * configure.in: Fix darwin386 configuration issue.
2131
2132 2005-10-22 Eli Zaretskii <eliz@gnu.org>
2133
2134 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
2135
2136 2005-10-17 Bill Wohler <wohler@newt.com>
2137
2138 * make-dist: Create and populate etc/images/low-color.
2139
2140 2005-10-15 Bill Wohler <wohler@newt.com>
2141
2142 * make-dist: Create and populate etc/images/gud.
2143
2144 2005-10-08 Richard M. Stallman <rms@gnu.org>
2145
2146 * make-dist (tempparent): Don't check for 14-char file name limit.
2147
2148 2005-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
2153 2005-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.
2157
2158 2005-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
2164 2005-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.
2169
2170 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2171
2172 * configure.in <lynxsos*>: Support for LynxOS on PPC.
2173 * configure: Regenerate.
2174
2175 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
2176
2177 * config.guess, config.sub: Updated from master source.
2178
2179 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * .cvsignore: Add `lock'.
2182
2183 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
2186
2187 2005-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
2199 2005-07-06 Lute Kamstra <lute@gnu.org>
2200
2201 * configure.in: Fix capitalization.
2202
2203 2005-07-04 Lute Kamstra <lute@gnu.org>
2204
2205 Update FSF's address in GPL notices.
2206
2207 2005-06-19 Jérôme Marant <jerome@marant.org>
2208
2209 * Makefile.in (epaths-force): Protect both lisppath and
2210 buildlisppath from whitespace.
2211
2212 2005-06-08 Steven Tamm <steventamm@mac.com>
2213
2214 * configure.in: Support Darwin/MacOSX on Intel
2215
2216 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * configure.in (HAVE_CANCELMENUTRACKING): New test.
2219
2220 2005-05-11 Jérôme Marant <jmarant@marant.org>
2221
2222 * configure.in: Add --enable-locallisppath.
2223
2224 2005-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.
2229
2230 2005-05-07 Jérôme Marant <jerome@marant.org>
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
2236 2005-04-23 Andreas Schwab <schwab@suse.de>
2237
2238 * configure.in: Remove duplicate match for powerpc configuration.
2239
2240 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
2241
2242 * configure.in: Check for <pwd.h>.
2243
2244 2005-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
2250 2005-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
2255 2005-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
2260 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
2261
2262 * configure.in: Only add XASSERTS to cppflags.
2263
2264 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
2265
2266 * configure.in: Added --enable-asserts.
2267
2268 2005-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
2273 2005-01-19 Steven Tamm <steventamm@mac.com>
2274
2275 * configure.in: Check for <sys/utsname.h>.
2276
2277 2004-12-11 Kim F. Storm <storm@cua.dk>
2278
2279 * Makefile.in (info): Undo 2004-12-05 change.
2280
2281 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2282
2283 * info/dir (File): Add URL and Org Mode manuals.
2284 * Makefile.in (install-arch-indep, uninstall): Add url and org
2285 manuals.
2286
2287 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
2290 committed to src/config.in.
2291
2292 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
2293
2294 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
2295 pthreads and define HAVE_GTK_AND_PTHREAD.
2296
2297 2004-12-05 Richard M. Stallman <rms@gnu.org>
2298
2299 * Makefile.in (info): Ignore errors building info files.
2300
2301 2004-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
2305 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
2306 filter through Sed to remove the quotes.
2307
2308 2004-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
2313 2004-11-12 Eli Zaretskii <eliz@gnu.org>
2314
2315 * config.bat: Don't require djecho.exe for the v1.x build.
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.
2318
2319 2004-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
2326 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
2327
2328 * configure.in: Add check for getrusage.
2329
2330 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2331
2332 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
2333 New tests for new and old GTK file dialogs.
2334 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
2335 to no.
2336
2337 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
2338
2339 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
2340 can be set. Remove SETARCH test.
2341
2342 2004-10-08 Steven Tamm <steventamm@mac.com>
2343
2344 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
2345
2346 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
2347
2348 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
2349 AC_MSG_WARN. Move output of warning message to end of configure run.
2350
2351 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
2352
2353 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
2354 Run test to see if heap start address is random.
2355
2356 2004-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
2361 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
2362
2363 * configure.in (HAVE_EXECSHIELD): Only define on x86.
2364
2365 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
2366
2367 * configure.in: Check for exec-shield.
2368
2369 2004-08-06 Andreas Schwab <schwab@suse.de>
2370
2371 * Makefile.in (install-arch-indep, uninstall): Add flymake.
2372
2373 2004-07-31 Eli Zaretskii <eliz@gnu.org>
2374
2375 * config.bat: Update URLs in the comments.
2376
2377 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
2378
2379 * Makefile.in (install-arch-indep): Add pgg and sieve.
2380
2381 * info/.cvsignore: Added pgg and sieve.
2382
2383 2004-07-05 Andreas Schwab <schwab@suse.de>
2384
2385 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
2386
2387 2004-06-21 Kenichi Handa <handa@m17n.org>
2388
2389 * make-dist: Link leim-ext.el into tempdir.
2390
2391 2004-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
2396 2004-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
2401 2004-05-04 Dave Love <fx@gnu.org>
2402
2403 * configure.in: Don't use `extrasub'.
2404
2405 2004-04-29 Dave Love <fx@gnu.org>
2406
2407 * configure.in: Don't forget to quote args to `test'.
2408
2409 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
2410
2411 * autogen.sh: Update filename in "please read" message.
2412
2413 2004-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
2418 2004-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
2424 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
2425
2426 * Makefile.in: Mention in comment that `make maintainer-clean'
2427 deletes .elc files.
2428
2429 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * update-subdirs: Add local variables to prevent byte-compiling.
2432
2433 2004-03-21 Dave Love <fx@gnu.org>
2434
2435 * configure.in: Fix previous change.
2436
2437 2004-03-18 Dave Love <fx@gnu.org>
2438
2439 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
2440
2441 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
2442
2443 * info/dir (File): Add SMTP and SES.
2444
2445 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
2448 (bootstrap): Use the new bootstrap-prepare target in lisp.
2449
2450 2004-02-18 Kim F. Storm <storm@cua.dk>
2451
2452 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
2453
2454 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2455
2456 * make-dist: Don't link index.*perm and permute-index into tempdir.
2457
2458 2004-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
2463 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
2464
2465 * Makefile.in: Set CDPATH to an empty string.
2466
2467 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * configure.in <darwin>: Use fink packages if available.
2470
2471 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
2472
2473 * make-dist (lispref): Do include lispref/index.texi.
2474
2475 2004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)
2476
2477 * make-dist (tempdir): Include cursors in nt/icons.
2478
2479 2003-12-30 Eli Zaretskii <eliz@gnu.org>
2480
2481 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
2482 clashes with install-sh on 8+3 filesystems.
2483
2484 2003-12-08 Miles Bader <miles@gnu.org>
2485
2486 * .cvsignore: Add .arch-inventory.
2487
2488 2003-12-24 Andreas Schwab <schwab@suse.de>
2489
2490 * configure.in: Check for <sys/socket.h>. Include it before
2491 including <net/if.h>. Move check for <net/if.h> before its use.
2492
2493 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
2494
2495 * Makefile.in (install-arch-dep): Don't let cd output go into
2496 pipe for carbon_appdir.
2497
2498 2003-12-24 Andreas Schwab <schwab@suse.de>
2499
2500 * configure.in (PKG_CHECK_MODULES): Fix quoting.
2501
2502 2003-12-01 Andreas Schwab <schwab@suse.de>
2503
2504 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
2505 hardcoding gcc.
2506
2507 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
2508
2509 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
2510 multiple displays.
2511 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
2512
2513 2003-09-23 Dave Love <fx@gnu.org>
2514
2515 * configure.in: Check members of struct ifreq.
2516
2517 2003-09-14 Kim F. Storm <storm@cua.dk>
2518
2519 * configure.in: Add checks for sys/ioctl.h and net/if.h.
2520
2521 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
2522
2523 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
2524
2525 2003-08-18 Lute Kamstra <lute@gnu.org>
2526
2527 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
2528 required anymore.
2529
2530 2003-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
2535 2003-07-29 Richard M. Stallman <rms@gnu.org>
2536
2537 * configure.in (HAVE_XIM): Define if XIM is available.
2538
2539 2003-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
2544 2003-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
2554 2003-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
2561 2003-07-15 Andreas Schwab <schwab@suse.de>
2562
2563 * configure.in: Temporarily leave quoting for AC_DEFINE.
2564
2565 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
2566
2567 * configure.in: Check for posix_memalign.
2568
2569 2003-07-12 Richard M. Stallman <rms@gnu.org>
2570
2571 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
2572
2573 2003-07-09 Kim F. Storm <storm@cua.dk>
2574
2575 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
2576 functionality of --without-xim.
2577
2578 2003-06-29 Dave Love <fx@gnu.org>
2579
2580 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
2581
2582 2003-06-23 Dave Love <fx@gnu.org>
2583
2584 * configure.in: Check for sys/_mbstate_t.h.
2585 Test XRegisterIMInstantiateCallback prototype.
2586 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
2587
2588 2003-06-06 Dave Love <fx@gnu.org>
2589
2590 * configure.in: Check for locale.h.
2591
2592 2003-06-05 Dave Love <fx@gnu.org>
2593
2594 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
2595 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
2596 (NLIST_STRUCT): Don't define.
2597 (AH_BOTTOM): Define my_strftime.
2598
2599 2003-06-02 Richard M. Stallman <rms@gnu.org>
2600
2601 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
2602
2603 2003-05-24 Andreas Schwab <schwab@suse.de>
2604
2605 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
2606 bzero, and bcmp.
2607
2608 2003-05-22 Dave Love <fx@gnu.org>
2609
2610 * configure.in: Remove redundant test for term.h. Test for difftime.
2611
2612 2003-05-20 Dave Love <fx@gnu.org>
2613
2614 * configure.in: Append * to s390-*-linux-gnu case.
2615 (LIBMAIL) <lockfile>: Don't define.
2616
2617 2003-04-30 Richard M. Stallman <rms@gnu.org>
2618
2619 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
2620
2621 2003-04-28 Francesco Potortì <pot@gnu.org>
2622
2623 * configure.in: Undo last (RMS') change, as it is useless, per
2624 Dave Love.
2625
2626 2003-04-08 Richard M. Stallman <rms@gnu.org>
2627
2628 * configure.in: Put #include of jpeglib.h at start of line.
2629
2630 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
2631
2632 * INSTALL (* GNU/Linux development packages): Mention Debian and
2633 RedHat package names.
2634
2635 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
2636
2637 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
2638
2639 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
2640
2641 * INSTALL (* GNU/Linux development packages): Tell people to
2642 install additional packages for compiling Emacs.
2643
2644 2003-04-06 Francesco Potortì <pot@gnu.org>
2645
2646 * configure.in: Use the same configuration for all aix5, not just
2647 aix5.1.
2648
2649 2003-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
2654 2003-03-03 Rob Browning <rlb@defaultvalue.org>
2655
2656 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
2657 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
2658 over bzero, bcmp, and bcopy.
2659
2660 2003-02-23 Simon Josefsson <jas@extundo.com>
2661
2662 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
2663
2664 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
2665
2666 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
2667
2668 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
2669
2670 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
2671
2672 2003-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
2677 2003-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
2682 * configure.in: Add opsys=cygwin.
2683
2684 2003-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
2689 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
2690
2691 * Makefile.in (bootstrap): Make bootstrap-after.
2692
2693 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
2694
2695 * configure.in: Fix --with-gtk.
2696
2697 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
2698
2699 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
2700
2701 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
2702
2703 2003-01-14 Francesco Potortì <pot@gnu.org>
2704
2705 * configure.in (m68k-motorola-sysv): Remove (obsolete).
2706
2707 2003-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
2714 2003-01-06 Dave Love <fx@gnu.org>
2715
2716 * configure.in: Check for nl_langinfo.
2717 [!HAVE_SIZE_T]: Fix typedef.
2718
2719 2003-01-06 David Kastrup <dak@gnu.org>
2720
2721 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
2722
2723 * configure.in: Add tests for install-info.
2724
2725 2002-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
2730 2002-12-09 Dave Love <fx@gnu.org>
2731
2732 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
2733
2734 2002-12-08 Andreas Schwab <schwab@suse.de>
2735
2736 * Makefile.in (install-arch-indep): Revert last change.
2737
2738 2002-11-27 Dave Love <fx@gnu.org>
2739
2740 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
2741 Check for __sys_siglist too. Check for memset.
2742 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
2743
2744 2002-11-22 Juanma Barranquero <lektu@terra.es>
2745
2746 * config.guess, config.sub: Updated from master source.
2747
2748 2002-11-19 Karl Fogel <kfogel@red-bean.com>
2749
2750 * autogen.sh: New file.
2751
2752 2002-11-15 Dave Love <fx@gnu.org>
2753
2754 * configure.in: Tidy up various quoting issues throughout.
2755 Use AC_GNU_SOURCE.
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.
2759 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
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.
2763 (nlist.h): Move test up.
2764
2765 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
2766
2767 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
2768
2769 2002-11-14 Francesco Potortì <pot@gnu.org>
2770
2771 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
2772
2773 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2774
2775 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
2776
2777 2002-11-08 Dave Love <fx@gnu.org>
2778
2779 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
2780 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
2781
2782 2002-11-07 Miles Bader <miles@gnu.org>
2783
2784 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
2785 Handle separate-build-dir case.
2786
2787 2002-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
2792 2002-10-30 Dave Love <fx@gnu.org>
2793
2794 * configure.in: Require autoconf 2.53. Test for pty.h,
2795 sys/mman.h, sys/param.h, mremap, memmove.
2796 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
2797 (AC_PROG_YACC): Delete.
2798 (size_t): Use AC_CHECK_TYPES.
2799 (AH_TOP): Up-date copyright.
2800
2801 2002-10-01 Juanma Barranquero <lektu@terra.es>
2802
2803 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
2804
2805 2002-09-19 Richard M. Stallman <rms@gnu.org>
2806
2807 * configure.in: Fix the LessTif-directory-finder for real.
2808
2809 2002-09-14 Richard M. Stallman <rms@gnu.org>
2810
2811 * Makefile.in (maybe_bootstrap): Test for complete absence
2812 of compiled Lisp files.
2813
2814 2002-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
2820 2002-09-10 Richard M. Stallman <rms@gnu.org>
2821
2822 * configure.in: Fix previous LessTif change.
2823
2824 2002-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
2831 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2832
2833 * configure.in: Fix typo.
2834
2835 2002-09-05 Richard M. Stallman <rms@gnu.org>
2836
2837 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
2838
2839 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
2840 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
2841
2842 2002-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
2848 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
2849
2850 * configure.in: Fix typo.
2851
2852 2002-07-24 Richard M. Stallman <rms@gnu.org>
2853
2854 * configure.in: Don't print anything special about gamedir.
2855
2856 * configure.in: Delete nonstandard --with-game-user option.
2857
2858 2002-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.
2864 (--with-game-dir option): Delete.
2865
2866 2002-06-21 Pavel Janík <Pavel@Janik.cz>
2867
2868 * configure.in: Add support for mipseb-*-netbsd* machines.
2869
2870 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2871
2872 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
2873
2874 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2875
2876 * info/dir (File): Add an entry for Tramp.
2877
2878 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2879
2880 * INSTALL-CVS: New file.
2881
2882 2002-06-07 Andreas Schwab <schwab@suse.de>
2883
2884 * configure.in (x86_64-*-linux-gnu*): New system.
2885
2886 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
2887
2888 * config.bat: Handle the case when lispintro is truncated to lispintr.
2889
2890 2002-05-26 Paul Eggert <eggert@twinsun.com>
2891
2892 * config.guess, config.sub: Updated from master source.
2893
2894 2002-05-09 Richard M. Stallman <rms@gnu.org>
2895
2896 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
2897
2898 2002-05-04 Pavel Janík <Pavel@Janik.cz>
2899
2900 * make-dist: Do not distribute lock/ directory.
2901
2902 2002-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
2908 2002-04-28 Colin Walters <walters@verbum.org>
2909
2910 * configure.in: Delete configure check for access to the game user.
2911
2912 2002-04-29 Pavel Janík <Pavel@Janik.cz>
2913
2914 * make-dist: lwlib/Imakefile is removed.
2915
2916 2002-04-26 Andrew Choi <akochoi@shaw.ca>
2917
2918 * configure.in: Add support for powerpc-apple-darwin*.
2919 (HAVE_CARBON): Add.
2920
2921 * make-dist: Create directories in mac/Emacs.app.
2922
2923 2002-04-25 Pavel Janík <Pavel@Janik.cz>
2924
2925 * make-dist: lwlib-Xol* are removed.
2926
2927 2002-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
2934 2002-04-16 Eli Zaretskii <eliz@gnu.org>
2935
2936 * config.bat: Update for msdos/sed2v2.inp.
2937
2938 2002-04-15 Andreas Schwab <schwab@suse.de>
2939
2940 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
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
2945 2002-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
2950 2002-04-08 Pavel Janík <Pavel@Janik.cz>
2951
2952 * configure.in: Add --with-sound.
2953
2954 2002-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
2959 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * configure.in: Support AIX 5.1.
2962
2963 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
2964
2965 * configure.in: Added test for X Session Management (HAVE_X_SM).
2966
2967 2002-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
2972 2002-03-03 Kim F. Storm <storm@cua.dk>
2973
2974 * configure.in: Test for getpeername.
2975
2976 2002-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
2981 2002-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.
2986
2987 2002-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
2992 2002-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
2998 2002-02-08 Richard M. Stallman <rms@gnu.org>
2999
3000 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
3001
3002 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * configure.in: Recognize BSD/OS 5.0.
3005
3006 2002-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
3011 2001-12-29 Kim F. Storm <storm@cua.dk>
3012
3013 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
3014
3015 2001-12-28 Richard M. Stallman <rms@gnu.org>
3016
3017 * configure.in: Test for mbsinit.
3018
3019 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3020
3021 These changes make Leim part of the standard distribution:
3022
3023 * README: Add info about the `leim' directory.
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.
3033
3034 2001-12-11 Richard M. Stallman <rms@gnu.org>
3035
3036 * configure.in (hppa*-*-linux-gnu*): New alternative.
3037
3038 2001-12-08 Pavel Janík <Pavel@Janik.cz>
3039
3040 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
3041 creating distribution.
3042
3043 2001-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
3051 2001-12-02 Pavel Janík <Pavel@Janik.cz>
3052
3053 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
3054 TODO, vms-pp.trans and others).
3055
3056 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3057
3058 * make-dist: Use COPYING from the top-level directory.
3059
3060 2001-11-29 Gerd Moellmann <gerd@gnu.org>
3061
3062 * configure.in: Add support for FreeBSD/Alpha.
3063
3064 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3065
3066 * make-dist: Add COPYING to the top-level directory of the
3067 distribution. Simplify the logic behind copying.
3068
3069 * Makefile.in (maybe_bootstrap): Fix previous change.
3070
3071 2001-11-28 Richard M. Stallman <rms@gnu.org>
3072
3073 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
3074
3075 2001-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.
3080 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
3081
3082 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 These changes add the Emacs Lisp Introduction manual to the
3085 distribution:
3086
3087 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
3088
3089 * make-dist: Copy the files in lispintro directory.
3090
3091 * config.bat: Configure in the lispintro directory.
3092
3093 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
3094
3095 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
3096 (lispintro/Makefile): New target.
3097 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
3098 (unlock, relock, info, dvi): Ditto.
3099
3100 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
3103
3104 * make-dist (etc): Don't distribute gfdl.1.
3105
3106 2001-11-22 Colin Walters <walters@debian.org>
3107
3108 * Makefile.in (install-arch-indep): Install the calc .info files.
3109 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
3110
3111 2001-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
3116 2001-11-16 Eli Zaretskii <eliz@gnu.org>
3117
3118 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
3119
3120 2001-11-15 Pavel Janík <Pavel@Janik.cz>
3121
3122 * Makefile.in (uninstall): Fix previous change.
3123
3124 * configure.in, Makefile.in: Add support for --program-prefix,
3125 --program-suffix and --program-transform-name options.
3126
3127 2001-11-13 Pavel Janík <Pavel@Janik.cz>
3128
3129 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
3130 (install-arch-indep): Install emacsclient manual page.
3131 (uninstall): Uninstall emacsclient manual page.
3132
3133 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * make-dist: Add lispref/index.*perm files to the distribution.
3136 From Pavel Janík <Pavel@Janik.cz>.
3137
3138 2001-11-12 Pavel Janík <Pavel@Janik.cz>
3139
3140 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
3141
3142 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3143
3144 * configure.in: AC_OUTPUT lispref/Makefile.
3145
3146 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 The following changes add the ELisp reference manual to the
3149 distribution.
3150
3151 * make-dist: Add the lispref directory to the distribution.
3152
3153 * Makefile.in (install-arch-indep): Add elisp* to the list of
3154 installed Info files.
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.
3160
3161 * config.bat: Configure in `lispref'.
3162
3163 2001-11-09 Richard M. Stallman <rms@gnu.org>
3164
3165 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
3166
3167 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 * make-dist (tempdir): Copy AUTHORS as well.
3170
3171 2001-11-06 Sam Steingold <sds@gnu.org>
3172
3173 * configure.in: Added a check for <nlist.h>.
3174
3175 2001-11-01 Pavel Janík <Pavel@Janik.cz>
3176
3177 * configure.in: Reindent --help output.
3178 From Per Starbäck (starback@ling.uu.se).
3179
3180 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
3181
3182 * configure.in: New entry for HP/UX-11.
3183
3184 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
3185 From Eric S. Raymond <esr@golux.thyrsus.com>.
3186
3187 2001-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
3192 2001-10-25 Gerd Moellmann <gerd@gnu.org>
3193
3194 * Makefile.in (maybe_bootstrap): New target.
3195 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
3196
3197 2001-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
3201 resolv libraries respectively if system libraries don't supply them.
3202
3203 2001-10-24 Gerd Moellmann <gerd@gnu.org>
3204
3205 * configure.in: Use $MAKE for `make' if set.
3206
3207 2001-10-22 Gerd Moellmann <gerd@gnu.org>
3208
3209 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
3210 to tar options.
3211
3212 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3213
3214 * (Version 21.1 released).
3215
3216 2001-10-20 Miles Bader <miles@gnu.org>
3217
3218 * configure.in (configuration): Set from `host' if `host_alias'
3219 isn't defined.
3220
3221 2001-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.
3226 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
3227
3228 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * README: Bump Emacs version to 21.1.50.
3231
3232 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3233
3234 * Branch for 21.1.
3235
3236 2001-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>.
3240
3241 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * make-dist (nt): Add subdirs.el to the list of distributed files.
3244
3245 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3246
3247 * configure.in (machine): Add an entry for
3248 hppa1.1-hitachi-hiuxwe2*.
3249
3250 2001-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
3255 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3256
3257 * make-dist: Copy texinfo.tex unconditionally.
3258
3259 2001-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
3264 2001-04-06 Gerd Moellmann <gerd@gnu.org>
3265
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.
3268
3269 * make-dist: Handle leim/MISC-DIC. Only include
3270 `[a-zA-Z]*.{el,elc}' from leim/quail.
3271
3272 2001-04-05 Gerd Moellmann <gerd@gnu.org>
3273
3274 * Makefile.in (install-arch-indep): Remove .cvsignore files.
3275
3276 2001-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
3282 2001-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
3289 2001-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
3294 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3295
3296 * COPYING: New file.
3297
3298 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3299
3300 * config.bat: Update the copyright.
3301
3302 2001-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
3308 2001-02-09 Dave Love <fx@gnu.org>
3309
3310 * AUTHORS: Updated.
3311
3312 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * info/dir (Ebrowse): Fix the entry (was missing a dot).
3315
3316 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3317
3318 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
3319
3320 * Makefile.in (uninstall): Ignore exit code of `rm'.
3321
3322 * Makefile.in (uninstall): Remove more info files. Remove
3323 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
3324
3325 2001-01-31 Gerd Moellmann <gerd@gnu.org>
3326
3327 * noleim-Makefile.in (extraclean): Add.
3328
3329 2001-01-28 Gerd Moellmann <gerd@gnu.org>
3330
3331 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
3332 it quiet.
3333
3334 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
3335
3336 * Makefile.in (tags): Fix typo.
3337
3338 2001-01-13 Kenichi Handa <handa@etl.go.jp>
3339
3340 * configure.in: Fix typo in the code setting x_search_path.
3341
3342 2001-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
3352 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3353
3354 * config.bat: Run the preprocessor with -traditional.
3355
3356 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
3357
3358 * INSTALL: Move copying conditions to end of file.
3359
3360 2000-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
3366 variables in the environment.
3367
3368 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3369
3370 * Makefile.in (install-arch-indep): If tar fails, exit with
3371 exit code 1.
3372
3373 2000-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
3380 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3381
3382 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
3383
3384 2000-12-11 Dave Love <fx@gnu.org>
3385
3386 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
3387
3388 2000-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.
3394
3395 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
3396 ftello.
3397
3398 2000-12-05 Dave Love <fx@gnu.org>
3399
3400 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
3401
3402 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * info/dir: Change the category to "Emacs".
3405
3406 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3407
3408 * make-dist (tempdir): Remove epaths.h from the distribution
3409 instead of paths.h.
3410
3411 2000-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
3419 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3420
3421 * configure.in: Initialize HAVE_LIBXP to no.
3422
3423 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3424
3425 * configure.in: Use m/macppc.h instead of the non-existent
3426 m/powerpc.h.
3427
3428 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3429
3430 * Makefile.in (install-arch-indep): Also install info/eshell*
3431 and info/speedbar*.
3432
3433 * configure.in (HAVE_PNG): Check for the presence of
3434 png_get_channels to rule out older PNG libs.
3435
3436 * configure.in (AC_OUTPUT): Arrange to emit definitions of
3437 GCC and NON_GNU_CPP into config.status.
3438
3439 2000-11-20 Dave Love <fx@gnu.org>
3440
3441 * configure.in: Fix last change.
3442
3443 * GETTING.GNU.SOFTWARE: Deleted.
3444 * FTP: New file to replace it.
3445 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
3446
3447 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3448
3449 * configure.in: Use -traditional with GNU cpp.
3450
3451 2000-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
3458 2000-11-11 Dave Love <fx@gnu.org>
3459
3460 * config.sub, config.guess: Updated from master source.
3461
3462 2000-11-07 Dave Love <fx@gnu.org>
3463
3464 * configure.in: Test for mkstemp.
3465
3466 2000-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
3472 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3473
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.
3477
3478 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
3479
3480 * info/dir (Speedbar): Add entry.
3481
3482 2000-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
3487 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
3488
3489 * info/dir (Top): Add an entry for Eshell.
3490
3491 2000-10-02 Dave Love <fx@gnu.org>
3492
3493 * configure.in: Check for gai_strerror.
3494
3495 2000-10-01 Andreas Schwab <schwab@suse.de>
3496
3497 * Makefile.in (install-arch-indep): Update list of installed info files.
3498
3499 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3500
3501 * configure.in: Support `sparc*-*-netbsd*'.
3502
3503 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3504
3505 * info/dir (MIME): Add entry for emacs-mime.
3506
3507 2000-09-29 Dave Love <fx@gnu.org>
3508
3509 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
3510
3511 2000-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
3520 2000-09-21 Kenichi Handa <handa@etl.go.jp>
3521
3522 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
3523 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
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
3530 2000-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
3535 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3536
3537 * make-dist (skk): Rename to `ja-dic' because the leim directory
3538 was renamed.
3539
3540 2000-09-14 Dave Love <fx@gnu.org>
3541
3542 * configure.in: Fix spurion in last change.
3543
3544 2000-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
3550 2000-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
3557 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3558
3559 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
3560 file and print informational message.
3561
3562 * configure.in (AC_FUNC_MMAP): Add.
3563
3564 2000-09-01 Gerd Moellmann <gerd@gnu.org>
3565
3566 * configure.in: Add ``checking'' messages for
3567 XpmReturnAllocPixels.
3568
3569 2000-08-28 Gerd Moellmann <gerd@gnu.org>
3570
3571 * configure.in: Check <strings.h>; check `index' and `rindex'
3572 functions.
3573
3574 2000-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
3579 2000-08-25 Dave Love <fx@gnu.org>
3580
3581 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
3582
3583 2000-08-25 Kenichi Handa <handa@etl.go.jp>
3584
3585 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
3586
3587 2000-08-24 Gerd Moellmann <gerd@gnu.org>
3588
3589 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
3590 contains a relative path. Protect against unusable values of $PWD.
3591
3592 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3593
3594 * info/dir (WoMan): Add entry.
3595
3596 * config.bat (maindir): Update src/_gdbinit even if it does
3597 already exist.
3598
3599 2000-08-07 Gerd Moellmann <gerd@gnu.org>
3600
3601 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
3602
3603 2000-08-03 Gerd Moellmann <gerd@gnu.org>
3604
3605 * configure.in: Add support for ia64*-*-linux*.
3606
3607 2000-07-27 Gerd Moellmann <gerd@gnu.org>
3608
3609 * make-dist (aclocal.m4): Include in distribution.
3610
3611 2000-07-26 Dave Love <fx@gnu.org>
3612
3613 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
3614
3615 2000-07-24 Dave Love <fx@gnu.org>
3616
3617 * configure.in: Add AC_SIZE_T.
3618
3619 2000-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
3624 2000-07-10 Gerd Moellmann <gerd@gnu.org>
3625
3626 * configure.in (HAVE_XPM): Undo previous change. Check for
3627 preprocessor define XpmReturnAllocPixels.
3628
3629 2000-07-06 Gerd Moellmann <gerd@gnu.org>
3630
3631 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
3632 instead of XpmReadFileToPixmap.
3633
3634 2000-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
3639 2000-07-05 Dave Love <fx@gnu.org>
3640
3641 * configure.in: Use AC_HEADER_SYS_WAIT.
3642
3643 2000-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
3649 2000-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
3654 2000-06-26 Gerd Moellmann <gerd@gnu.org>
3655
3656 * configure.in (--with-xim): New option.
3657
3658 2000-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.
3662 Check for OSF 5+. Check for term.h.
3663
3664 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
3665 version.
3666
3667 2000-06-23 Gerd Moellmann <gerd@gnu.org>
3668
3669 * configure.in (HAVE_LIBXP): Change test for libXp.
3670
3671 2000-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
3677 2000-06-19 Dave Love <fx@gnu.org>
3678
3679 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
3680 _XOPEN_SOURCE is defined.
3681
3682 2000-06-16 Gerd Moellmann <gerd@gnu.org>
3683
3684 * Makefile.in (distclean): Also make distclean in lisp/.
3685
3686 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
3689
3690 2000-06-15 Gerd Moellmann <gerd@gnu.org>
3691
3692 * make-dist: Add --help and --snapshot options.
3693
3694 2000-06-14 Gerd Moellmann <gerd@gnu.org>
3695
3696 * configure.in: Generate lisp/Makefile.
3697
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
3703 2000-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
3708 2000-06-02 Dave Love <fx@gnu.org>
3709
3710 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
3711 files.
3712
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
3720 2000-05-26 Gerd Moellmann <gerd@gnu.org>
3721
3722 * configure.in: Add check for speed_t typedef.
3723
3724 2000-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
3729 2000-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.
3733 (install-arch-indep): Install ebrowse.info.
3734
3735 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
3736
3737 * configure.in: Check for grandpt and getpt.
3738
3739 2000-05-09 Dave Love <fx@gnu.org>
3740
3741 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
3742
3743 2000-05-05 Gerd Moellmann <gerd@gnu.org>
3744
3745 * make-dist: Make a link for lib-src/grep-changelog.
3746 Copy install-sh.
3747
3748 2000-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
3753 2000-04-27 Gerd Moellmann <gerd@gnu.org>
3754
3755 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
3756
3757 2000-04-19 Gerd Moellmann <gerd@gnu.org>
3758
3759 * configure.in: Add support for `powerpc-*-netbsd*'.
3760
3761 2000-04-19 Dave Love <fx@gnu.org>
3762
3763 * configure.in: Don't use AC_FUNC_GETLOADAVG.
3764
3765 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
3766
3767 2000-04-16 Dave Love <fx@gnu.org>
3768
3769 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
3770
3771 2000-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
3777 2000-03-28 Ken Raeburn <raeburn@gnu.org>
3778
3779 * configure.in: Line up "--help" output a little better.
3780
3781 2000-03-26 Gerd Moellmann <gerd@gnu.org>
3782
3783 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
3784 New targets.
3785 (bootstrap): Rewritten in terms of the new targets above. Make
3786 info files, too.
3787
3788 2000-03-12 Gerd Moellmann <gerd@gnu.org>
3789
3790 * config.guess, config.sub: Use the versions of the files from
3791 subversions.
3792
3793 2000-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
3800 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3801
3802 * configure.in (machine): Add `mipsel-*-netbsd*' and
3803 `arm-*-netbsd*'.
3804
3805 2000-03-01 Gerd Moellmann <gerd@gnu.org>
3806
3807 * configure.in (machine): Add support for `*-auspex-sunos*'.
3808
3809 2000-02-29 Gerd Moellmann <gerd@gnu.org>
3810
3811 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
3812
3813 2000-02-18 Dave Love <fx@gnu.org>
3814
3815 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
3816
3817 2000-02-18 Andreas Schwab <schwab@suse.de>
3818
3819 * Makefile.in (install-arch-indep): Add eudc to list of installed
3820 info files.
3821
3822 2000-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
3827 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3828
3829 * configure.in: Remove LISP_FLOAT_TYPE.
3830
3831 2000-02-12 Dave Love <fx@gnu.org>
3832
3833 * configure.in: Use AC_FUNC_VFORK.
3834
3835 2000-02-01 Gerd Moellmann <gerd@gnu.org>
3836
3837 * make-dist: Various fixes for new development tree.
3838
3839 * leim-Makefile.in: New file.
3840
3841 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3842
3843 * Makefile.in (dist): Call ./make-dist.
3844
3845 2000-01-24 Dave Love <fx@gnu.org>
3846
3847 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
3848
3849 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3850
3851 * configure.in (HAVE_GIF): Check for DGifOpen instead of
3852 DGifOpenFileName.
3853
3854 2000-01-11 Andreas Schwab <schwab@suse.de>
3855
3856 * Makefile.in (install-arch-indep): Update list of info files to
3857 be installed.
3858
3859 2000-01-05 Dave Love <fx@gnu.org>
3860
3861 * configure.in: Check for jerror.h as well as libjpeg.
3862
3863 2000-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
3868 1999-12-04 Dave Love <fx@gnu.org>
3869
3870 * Makefile.in (install-arch-indep): Depend on `info'.
3871 (install-strip): Use `install' as sub-make target.
3872
3873 1999-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
3879 1999-11-18 Dave Love <fx@gnu.org>
3880
3881 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
3882
3883 1999-11-11 Erik Naggum <erik@naggum.no>
3884
3885 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
3886
3887 1999-11-08 Dave Love <fx@gnu.org>
3888
3889 * configure.in: Fix change for --with-pop default.
3890
3891 1999-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
3896 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3897
3898 * INSTALL: Mention the Emacs Lisp Reference.
3899
3900 1999-10-27 Noah Friedman <friedman@splode.com>
3901
3902 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
3903
3904 1999-10-23 Gerd Moellmann <gerd@gnu.org>
3905
3906 * Makefile.in (bootstrap): New target.
3907
3908 1999-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.
3917
3918 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
3919
3920 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
3921 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
3922
3923 1999-10-09 Richard M. Stallman <rms@gnu.org>
3924
3925 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
3926 Unset CDPATH to prevent cd from generating output.
3927
3928 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
3929
3930 * update-subdirs: Also ignore CVS subdirs.
3931
3932 1999-10-07 Gerd Moellmann <gerd@gnu.org>
3933
3934 * Makefile.in (install-arch-indep): Add ada-mode.
3935
3936 1999-10-06 Dave Love <fx@gnu.org>
3937
3938 * Makefile.in: Add rules for config.status, configure.
3939
3940 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3941
3942 * configure.in (--with-sound): Removed.
3943
3944 1999-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
3950 1999-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
3956 1999-08-21 Dave Love <fx@gnu.org>
3957
3958 * configure.in: Don't check for jpeglib.h.
3959
3960 1999-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
3965 1999-08-18 Dave Love <fx@gnu.org>
3966
3967 * configure.in: Check for termcap.h.
3968
3969 1999-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
3975 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
3976
3977 * configure.in: Check for getaddrinfo.
3978
3979 1999-08-04 Eli Zaretskii <eliz@gnu.org>
3980
3981 * config.bat: Make --no-debug work again by removing -gcoff.
3982
3983 1999-07-30 Dave Love <fx@gnu.org>
3984
3985 * configure.in: Check for stdlib.h.
3986
3987 1999-07-19 Dave Love <fx@gnu.org>
3988
3989 * configure.in: Grok sparc64-*-linux-gnu*.
3990
3991 1999-07-12 Richard Stallman <rms@gnu.org>
3992
3993 * Version 20.4 released.
3994
3995 1999-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
4000 1999-05-29 Richard M. Stallman <rms@gnu.org>
4001
4002 * configure.in: Delete the Kerberos stuff.
4003
4004 1999-05-27 Greg Hudson <ghudson@mit.edu>
4005
4006 * configure.in: Prefer kerberos 5 names.
4007
4008 1999-04-26 Richard M. Stallman <rms@gnu.org>
4009
4010 * configure.in: Check for libXp.
4011
4012 1999-04-08 Richard Stallman <rms@gnu.org>
4013
4014 * make-dist: Include change logs in subdirs of `lisp'.
4015
4016 1999-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
4021 1999-03-30 Eli Zaretskii <eliz@gnu.org>
4022
4023 * config.bat: Use epaths.* instead of paths.*.
4024
4025 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4026
4027 * INSTALL: Add detailed instructions to unpack and install
4028 intlfonts on MS-DOS.
4029
4030 1999-02-26 Richard Stallman <rms@gnu.org>
4031
4032 * configure.in: Use epaths.h and epaths-force instead of paths...
4033
4034 * Makefile.in (epaths-force): Renamed from paths-force;
4035 operate on epaths.in and produce epaths.h.
4036
4037 1999-02-24 Richard Stallman <rms@gnu.org>
4038
4039 * make-dist: Fix nt/icons directory handling.
4040
4041 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
4042
4043 * configure.in (f301-fujitsu-uxpv4.1): New target.
4044
4045 1999-02-20 Richard Stallman <rms@gnu.org>
4046
4047 * make-dist (tempparent): Fix command to update info files.
4048
4049 1999-02-09 Richard Stallman <rms@gnu.org>
4050
4051 * configure.in (powerpc-apple-netbsd*): New alternative.
4052
4053 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
4054
4055 * make-dist: Include the new directory nt/icons in distributions.
4056
4057 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4058
4059 * configure.in: Change message about HAVE_XFREE386.
4060
4061 1999-01-07 Eli Zaretskii <eliz@gnu.org>
4062
4063 * config.bat: Support configuring with leim.
4064
4065 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
4066
4067 * configure.in (mips-sgi-irix6.5): New target.
4068
4069 1998-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
4074 1998-12-04 Markus Rost <rost@delysid.gnu.org>
4075
4076 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4077
4078 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
4079
4080 * Makefile.in: Don't install customize info file.
4081 Run install-info on viper info file.
4082
4083 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
4084
4085 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4086
4087 1998-11-16 Kenichi Handa <handa@etl.go.jp>
4088
4089 * configure.in (*-*-bsdi4*): New target.
4090
4091 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
4092
4093 * configure.in: Fix previous change.
4094
4095 1998-11-11 Richard Stallman <rms@gnu.org>
4096
4097 * configure.in (aviion-intel): New machine.
4098
4099 1998-11-04 Kenichi Handa <handa@etl.go.jp>
4100
4101 * configure.in (mips-nec-sysv4*): New target.
4102
4103 1998-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
4108 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
4109
4110 * make-dist: Don't include fns*.el in dist.
4111
4112 1998-10-30 Dave Love <fx@gnu.org>
4113
4114 * configure.in: Don't mkdir cpp.
4115
4116 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
4117
4118 * Makefile.in (install-arch-dep): Install src/fns-*.el in
4119 ${archlibdir}.
4120
4121 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4122
4123 * Version 20.3 released.
4124
4125 1998-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
4132 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4133
4134 * configure.in: Use unset CDPATH instead of making it empty.
4135
4136 1998-06-20 Karl Heuer <kwzh@gnu.org>
4137
4138 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
4139
4140 1998-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
4145 1998-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
4150 1998-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
4155 1998-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
4160 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
4161
4162 * Makefile.in (install-arch-indep): Fix typo in previous change.
4163
4164 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4165
4166 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
4167
4168 1998-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
4173 1998-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
4180 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
4181
4182 * config.bat: Make sure the environment is large enough to support
4183 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
4184
4185 1998-04-10 Karl Heuer <kwzh@gnu.org>
4186
4187 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
4188
4189 1998-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
4194 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
4195
4196 * Makefile.in (install-arch-indep): Fix previous change.
4197
4198 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4199
4200 * Makefile.in (info): Run man in build dir, not srcdir.
4201
4202 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
4203
4204 * Makefile.in (install-arch-indep): Fix previous change.
4205
4206 1998-03-23 Kenichi Handa <handa@etl.go.jp>
4207
4208 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
4209
4210 1998-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
4215 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
4216
4217 * make-dist: Fix shell syntax in check for missing .el or .elc files.
4218
4219 1998-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
4224 1998-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
4230 1998-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
4236 1998-01-17 Richard Stallman <rms@gnu.org>
4237
4238 * Makefile.in (install-arch-indep): Add semicolon before `else'.
4239
4240 1998-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
4246 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
4247
4248 * configure.in (sparc-fujitsu-sysv4*): New target.
4249
4250 1997-12-17 Andreas Schwab <schwab@gnu.org>
4251
4252 * configure.in: Cache more tests. Add missing quotes around
4253 message with embedded comma.
4254
4255 1997-12-04 Karl Heuer <kwzh@gnu.org>
4256
4257 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
4258
4259 1997-11-26 Joel N. Weber II <devnull@gnu.org>
4260
4261 * make-dist: Changed the comment about `umask 0' to say `Don't
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.
4264
4265 1997-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
4271 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
4272
4273 * configure.in (i586-dg-dguxR4.*): New name in case branch.
4274
4275 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4276
4277 * config.bat: Configure the man subdirectory.
4278
4279 1997-11-07 Paul Eggert <eggert@twinsun.com>
4280
4281 * configure.in (AC_CHECK_LIB): Add -lintl.
4282
4283 1997-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
4288 1997-11-07 Richard Stallman <rms@gnu.org>
4289
4290 * Makefile.in (install): Move blessmail last.
4291
4292 1997-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
4297 1997-09-30 Karl Eichwalder <ke@suse.de>
4298
4299 * Makefile.in (install-arch-indep): Install the widget info file.
4300
4301 1997-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
4309 1997-09-21 Erik Naggum <erik@naggum.no>
4310
4311 * make-dist (making links to `src'): Keep timestamp on copied files.
4312
4313 * make-delta: New script to produce delta distributions.
4314
4315 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4316
4317 * Version 20.2 released.
4318
4319 1997-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
4326 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4327
4328 * configure.in: Recognize alpha* instead of just alpha.
4329
4330 1997-09-12 Paul Eggert <eggert@twinsun.com>
4331
4332 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
4333
4334 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4335
4336 * update-subdirs: Use rm -f.
4337
4338 1997-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.
4342
4343 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
4344
4345 * configure.in: Add OpenBSD clause to set $machine.
4346
4347 1997-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.
4352
4353 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4354
4355 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
4356
4357 1997-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
4362 1997-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
4367 1997-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
4372 1997-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
4377 1997-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
4382 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4383
4384 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
4385
4386 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4387
4388 * configure.in: Support auto-configuration of both Kerberos V4 and
4389 Kerberos V5 for movemail, including detection of V4 and V5 header
4390 files and libraries.
4391
4392 1997-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
4399 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4400
4401 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
4402
4403 1997-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
4410 1997-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
4416 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4417
4418 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
4419
4420 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4421
4422 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
4423
4424 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4425
4426 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
4427
4428 1997-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
4433 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4434
4435 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
4436 prerequisite to the use of Doug Lea's malloc.
4437
4438 1997-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
4444 1997-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
4448 1997-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
4453 1997-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
4458 1997-07-09 Kenichi Handa <handa@etl.go.jp>
4459
4460 * Makefile.in (mostlyclean): Add cleaning leim directory.
4461 (clean, distclean, maintainer-clean): Likewise.
4462
4463 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4464
4465 * make-dist (bogosities): Check subdirs of `lisp' also.
4466
4467 1997-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
4472 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
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
4477 1997-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.
4490
4491 * configure.in: Create src/config.stamp at the end.
4492
4493 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4494
4495 * Makefile.in (install-leim): Correct previous change.
4496
4497 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4498
4499 * Makefile.in (install-leim): New target.
4500 (install): Depend on install-leim.
4501
4502 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4503
4504 * Makefile.in (SUBDIR): Add leim.
4505 (SUBDIR_MAKEFILES): Add leim/Makefile.
4506 (leim/Makefile): New target.
4507
4508 1997-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
4513 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4514
4515 * configure.in (GNU_MALLOC_reason): Fix message text.
4516
4517 1997-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
4522 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4523
4524 * configure.in (i*86-*-unixware*): New alternative.
4525
4526 1997-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
4536 1997-06-22 Dave Love <d.love@dl.ac.uk>
4537
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.
4540
4541 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4542
4543 * configure.in (shutdown): Check for `shutdown' function.
4544
4545 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4546
4547 * update-subdirs: Include the directory "language" in subdirs.
4548
4549 1997-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
4555 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4556
4557 * make-dist: Warn about .el files that are not compiled.
4558
4559 1997-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.
4565
4566 * make-dist: Use new non-file targets in lisp/Makefile.
4567
4568 1997-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.
4573
4574 1997-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
4579 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4580
4581 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
4582 in case it is desirable to disable the GNU malloc features with glibc.
4583
4584 1997-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
4589 1997-03-05 Kenichi Handa <handa@etl.go.jp>
4590
4591 * make-dist: Make links for files under lisp/language.
4592
4593 1997-02-20 Kenichi Handa <handa@etl.go.jp>
4594
4595 * update-subdirs: Exclude the directory "language" from subdirs.
4596
4597 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4598
4599 * configure.in: Check for rint and cbrt.
4600
4601 1997-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.
4605
4606 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4607
4608 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
4609
4610 1996-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.
4617
4618 1996-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
4623 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4624
4625 * configure.in (limits.h): Check for this file.
4626
4627 1996-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
4633 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
4634
4635 * configure.in: Recognize vax-*-netbsd*.
4636
4637 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4638
4639 * configure.in (locallisppath): Add leim directory.
4640
4641 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4642
4643 * config.bat: Make sure `mv' supports forward slashes and -f.
4644
4645 1996-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
4650 1996-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
4655 1996-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
4660 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
4661
4662 * configure.in: Create a subdir named `lisp'.
4663
4664 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4665
4666 * configure.in: Check for getcwd.
4667
4668 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4669
4670 * configure.in: Check for termios.h. Check for setpgid.
4671
4672 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4673
4674 * configure.in: Check for setrlimit.
4675
4676 1996-08-31 Paul Eggert <eggert@twinsun.com>
4677
4678 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
4679
4680 1996-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
4688 1996-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
4694 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4695
4696 * configure.in: Check for krb and des libraries.
4697
4698 1996-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.
4704
4705 1996-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
4715 1996-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
4721 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4722
4723 * Makefile.in (install-arch-indep): Install info/messages.
4724
4725 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4726
4727 * Version 19.33 released.
4728
4729 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
4730
4731 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
4732 Fix previous change.
4733
4734 1996-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
4739 1996-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
4744 1996-08-06 Paul Eggert <eggert@twinsun.com>
4745
4746 * configure.in (LOCALTIME_CACHE): Don't put a string literal
4747 "TZ=..." in environ.
4748
4749 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4750
4751 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
4752
4753 1996-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
4758 1996-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
4766 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4767
4768 * configure.in: Undo previous change.
4769
4770 1996-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
4775 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
4776
4777 * configure.in: Check for termios.h header.
4778
4779 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
4780
4781 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
4782
4783 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
4784
4785 * configure.in: Split bsdos2 and bsdos2-1.
4786
4787 1996-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.
4792
4793 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
4794
4795 1996-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
4800 1996-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
4807 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4808
4809 * configure.in (euidaccess): Check for that, not for eaccess.
4810
4811 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4812
4813 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
4814 before `noshare'.
4815 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
4816
4817 1996-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
4823 1996-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
4831 1996-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
4836 1996-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
4841 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4842
4843 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
4844
4845 1996-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.
4850
4851 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
4852
4853 * make-dist: Check for long file names.
4854
4855 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4856
4857 * Version 19.31 released.
4858
4859 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4860
4861 * configure.in: Recognize sparc-*-lignux.
4862
4863 1996-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
4868 1996-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
4873 1996-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
4878 1996-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
4883 1996-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
4890 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4891
4892 * make-dist: Exit if autoconf fails.
4893
4894 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
4895
4896 * config.bat: Set djgpp-ver, and unset it at the end.
4897 Add a number of conditionals for DJGPP version 2.
4898 Rename label libsrc2 to libsrc3.
4899 Substitute for LDFLAGS in src/Makefile.
4900 Substitute for ALL_CFLAGS in lib-src/Makefile.
4901
4902 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4903
4904 * configure.in (ncurses): Check this after checking fns like strerror.
4905
4906 1996-04-08 Erik Naggum <erik@naggum.no>
4907
4908 * make-dist (MANIFEST): Don't include lines from =files.
4909
4910 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4911
4912 * make-dist: Don't put lisp/dired.todo in the dist.
4913
4914 1996-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.
4921
4922 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4923
4924 * configure.in: Use lignux instead of linux as value of opsys.
4925
4926 1996-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
4933 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4934
4935 * configure.in: Accept lignux in configuration name.
4936
4937 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4938
4939 * Makefile.in (install-strip): New target.
4940
4941 1996-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
4946 1996-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
4952 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
4953
4954 * configure.in: Remove -fno-builtin hackery from -lm check.
4955
4956 1996-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
4959 just this test.
4960
4961 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
4962
4963 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4964
4965 * configure.in: Check for ncurses.
4966
4967 1996-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
4973 1996-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
4979 1996-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
4983 1996-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
4991 1996-02-20 Dave Love <d.love@dl.ac.uk>
4992
4993 * INSTALL: Clarify info about MS-DOS path handling.
4994
4995 1996-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
5000 1996-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
5005 1996-02-01 Paul Eggert <eggert@twinsun.com>
5006
5007 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
5008
5009 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5010
5011 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
5012
5013 1996-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
5018 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
5019
5020 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
5021
5022 1996-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
5027 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5028
5029 * configure.in (HAVE_XMU): Fix typo in previous change.
5030
5031 1996-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
5035 1996-01-10 Erik Naggum <erik@naggum.no>
5036
5037 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
5038
5039 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5040
5041 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
5042
5043 1996-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
5048 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5049
5050 * configure.in (locallisppath): Put version-specific dir first.
5051
5052 1996-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
5060 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5061
5062 * configure.in (locallisppath): Fix typo in last change: " -> '.
5063
5064 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5065
5066 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
5067
5068 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5069
5070 * Makefile.in (install-arch-indep): Give all files read permission.
5071
5072 1995-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
5077 1995-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
5082 1995-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
5087 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5088
5089 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
5090
5091 1995-11-29 Erik Naggum <erik@naggum.no>
5092
5093 * Makefile.in (install-arch-indep): Add missing backslash.
5094
5095 1995-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
5100 1995-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
5106 1995-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
5112 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5113
5114 * make-dist (etc): Delete *.orig and *.rej.
5115
5116 1995-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
5120 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5121
5122 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
5123
5124 1995-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
5129 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5130
5131 * make-dist (lisp): Don't distribute site-start.
5132
5133 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
5134
5135 * make-dist: Break the hard link on alloca.c.
5136
5137 1995-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
5141 1995-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
5146 1995-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
5151 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5152
5153 * Makefile.in (man1dir): New variable.
5154 (install-arch-indep): Use man1dir.
5155
5156 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
5157
5158 * make-dist: Create lisp/MANIFEST.
5159
5160 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5161
5162 * configure.in (m68k-*-linux*): New alternative.
5163
5164 1995-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
5169 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5170
5171 * configure.in: Don't bother checking for drem.
5172
5173 1995-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
5180 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5181
5182 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
5183
5184 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5185
5186 * configure.in (powerpc-*-solaris2): New alternative.x
5187
5188 1995-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
5193 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5194
5195 * configure.in: Improve error msg for invalid --with-x-toolkit value.
5196
5197 1995-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
5202 1995-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
5207 1995-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
5212 1995-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
5219 1995-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
5224 1995-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
5231 1995-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
5238 1995-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
5243 1995-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
5248 1995-07-18 Mike Long <mike.long@analog.com>
5249
5250 * make-dist: Fix update of finder-inf.el, and byte-compile it.
5251
5252 1995-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
5262 1995-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
5267 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5268
5269 * make-dist: Don't break intra-tree links.
5270
5271 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5272
5273 * configure.in: Put back archlibdir initialization. Require
5274 autoconf 2.4.1 or later.
5275
5276 1995-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
5281 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5282
5283 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
5284
5285 1995-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
5293 1995-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
5298 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5299
5300 * Makefile.in (mkdir): Use symbolic chmod.
5301
5302 1995-06-22 Paul Eggert <eggert@twinsun.com>
5303
5304 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
5305 SunOS 4.1.5 through 4.1.9, should they ever exist.)
5306
5307 1995-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
5313 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5314
5315 * Version 19.29 released.
5316
5317 1995-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
5324 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5325
5326 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
5327
5328 1995-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
5333 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5334
5335 * configure.in: Check for -lpthreads, not -lpthread.
5336
5337 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
5338
5339 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
5340
5341 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5342
5343 * configure.in: Check for -lpthread.
5344
5345 1995-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
5350 1995-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
5356 1995-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
5361 1995-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
5367 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5368
5369 * configure.in: Fix typo.
5370
5371 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5372
5373 * INSTALL: Clarify use of site-init.el.
5374
5375 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
5376
5377 * configure.in: Pass arg to sqrt.
5378
5379 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5380
5381 * make-dist: Fix May 6 change.
5382
5383 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5384
5385 * vpath.sed: Delete reference to ymakefile.
5386
5387 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5388
5389 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
5390
5391 1995-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
5397 1995-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
5404 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5405
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.
5409
5410 1995-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.
5416 In nt, copy various different things, but not *.cmd.
5417 Fix the ln commands for the subdirs of nt.
5418
5419 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5420
5421 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
5422
5423 1995-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
5428 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
5429
5430 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
5431 and 68040 based machines when choosing options for gnucc.
5432
5433 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5434
5435 * Makefile.in (top_distclean): Delete config.cache.
5436
5437 1995-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
5443 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5444
5445 * Makefile.in (install-arch-indep): Undo Sep 23 change.
5446
5447 1995-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
5454 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
5455
5456 * Makefile.in (install-arch-indep, dist):
5457 Look for `update-subdir' in $(srcdir).
5458
5459 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5460
5461 * make-dist: Include mkinstalldirs in distribution.
5462
5463 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5464
5465 * make-dist: Add missing close backquote.
5466
5467 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5468
5469 * make-dist: Don't distribute shortnames directory.
5470
5471 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5472
5473 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
5474
5475 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5476
5477 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
5478
5479 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5480
5481 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
5482
5483 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5484
5485 * configure.in (mips-sgi-irix6): New configuration.
5486
5487 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5488
5489 * Makefile.in (maintainer-clean): Renamed from realclean.
5490
5491 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5492
5493 * configure.in: Create a .gdbinit that sources the real one,
5494 if using a different build directory.
5495
5496 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5497
5498 * configure.in: Check for sys/select.h.
5499
5500 1995-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
5504 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5505
5506 * configure.in: Handle isc 4.1 operating system.
5507
5508 1994-12-10 Richard Stallman <rms@kepa>
5509
5510 * configure.in (rs6000-ibm-aix4.1*): New alternative.
5511 (rs6000-ibm-aix4*): New alternative.
5512
5513 1994-12-06 Richard Stallman <rms@kepa>
5514
5515 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
5516
5517 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5518
5519 * configure.in: Don't try to make directories that are guaranteed
5520 to already exist.
5521
5522 1994-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
5533 1994-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
5538 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5539
5540 * configure.in (m68*-apollo*): Use s/domain.h.
5541
5542 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5543
5544 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
5545
5546 1994-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
5551 1994-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
5557 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5558
5559 * configure.in: Make h_errno check not use nested functions.
5560
5561 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5562
5563 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
5564
5565 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5566
5567 * Makefile.in (install-arch-indep): Avoid continued comment
5568 swallowing target line.
5569
5570 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
5571
5572 * configure.in: Protect a character class with `changequote'.
5573
5574 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5575
5576 * configure.in: Accept `news' as a synonym for `newsos'.
5577
5578 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5579
5580 * Makefile.in: Don't rm files if cd fails.
5581
5582 1994-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
5588 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5589
5590 * configure.in: Change a stray `[' to `test'.
5591
5592 1994-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
5598 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5599
5600 * configure.in: Check for getpagesize.
5601
5602 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5603
5604 * make-dist (msdos): Put sed* in the distribution.
5605
5606 1994-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
5619 1994-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
5625 1994-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
5635 1994-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
5642 1994-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
5650 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
5651
5652 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
5653
5654 1994-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
5664 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5665
5666 * configure.in (eaccess): Check for it.
5667
5668 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5669
5670 * configure.in (mktime): Check for it.
5671
5672 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
5673
5674 * configure.in (motif): Add support for usage and option checking.
5675
5676 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5677
5678 * configure.in (utimes): Check for it.
5679
5680 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5681
5682 * Makefile.in (install-arch-indep): Don't do mkdir here.
5683
5684 1994-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
5689 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
5690
5691 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
5692 New configurations.
5693
5694 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5695
5696 * configure.in: Remove trailing slashes from srcdir.
5697
5698 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5699
5700 * configure.in (i[345]86-sequent-ptx*): Handle
5701
5702 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5703
5704 * Makefile.in (paths-force): Depend on src/paths.h
5705
5706 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5707
5708 * configure.in (config_options): Save all arguments, not just some.
5709
5710 1994-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
5717 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5718
5719 * configure.in (parsing options): Simplify sed command to delete -'s.
5720
5721 1994-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
5726 1994-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
5732 1994-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
5737 1994-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
5742 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5743
5744 * Version 19.27 released.
5745
5746 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5747
5748 * Version 19.26 released.
5749
5750 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5751
5752 * configure.in: Check for lrand48, not rand48.
5753
5754 1994-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
5759 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5760
5761 * make-dist (src/m, src/s): Put *.inp in distribution.
5762
5763 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5764
5765 * configure.in: Accept i586 and i486 along with i386.
5766
5767 1994-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
5774 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
5775
5776 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
5777
5778 1994-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
5782 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5783
5784 * configure.in: Check more specifically for i*86-sun-sunos.
5785
5786 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
5787
5788 * configure.in: Handle solaris 2.4.
5789
5790 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5791
5792 * configure.in (rand48): Check for it.
5793
5794 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5795
5796 * make-dist: Update the info files.
5797
5798 1994-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
5803 1994-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
5807 1994-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
5812 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5813
5814 * make-dist: Update finder-inf.el.
5815
5816 1994-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
5822 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5823
5824 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
5825
5826 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5827
5828 * configure.in (mips-sony-newsos4*): New alias.
5829
5830 1994-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
5835 1994-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
5840 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5841
5842 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
5843
5844 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5845
5846 * make-dist: Put ./BUGS into the distrib.
5847
5848 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5849
5850 * configure.in: Handle 386 running Solaris 2.
5851
5852 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5853
5854 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
5855
5856 1994-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
5862 1994-06-01 Morten Welinder (terra@diku.dk)
5863
5864 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
5865
5866 1994-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
5872 1994-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
5888 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5889
5890 * configure.in: Don't insist on subversions for irix.
5891
5892 1994-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
5898 1994-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
5904 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
5905
5906 * config.bat: Doc fix.
5907
5908 1994-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
5913 1994-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
5919 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5920
5921 * Makefile.in (lib-src): Don't depend on src/paths.h.
5922
5923 1994-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
5929 1994-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
5936 1994-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
5941 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5942
5943 * configure.in (HAVE_X11XTR6): Arrange to define it.
5944
5945 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5946
5947 * Makefile.in (install): Depend on blessmail.
5948
5949 1994-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
5954 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5955
5956 * Makefile.in (TAGS): Use the makefile in src subdir.
5957
5958 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5959
5960 * configure.in (opsys): Recognize `gnu'.
5961
5962 1994-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
5966 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5967
5968 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
5969 version > 1.8.
5970
5971 1994-05-08 Morten Welinder (terra@diku.dk)
5972
5973 * config.bat: Forcibly remove "# " style comments from makefiles.
5974
5975 1994-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
5980 1994-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
5989 1994-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
6000 1994-05-03 Morten Welinder (terra@diku.dk)
6001
6002 * config.bat: Added possibility for different file name
6003 transcriptions in lib-src.
6004
6005 1994-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
6013 1994-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
6018 1994-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
6025 1994-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
6038 1994-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
6045 1994-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
6053 1994-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
6059 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6060
6061 * configure.in: Test for libresolv.a.
6062 Substitute machfile and opsysfile.
6063
6064 1994-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
6069 1994-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
6074 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6075
6076 * Makefile.in (install-arch-indep): Don't install dired-x*.
6077
6078 1994-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
6083 1994-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
6089 1994-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
6093 1994-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
6100 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6101
6102 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
6103
6104 1994-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
6114 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6115
6116 * configure.in (CFLAGS): Use shell syntax, not Makefile.
6117
6118 1994-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
6125 1994-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
6130 1994-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
6134 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6135
6136 * configure.in: Handle -isc4.0*.
6137
6138 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6139
6140 * configure.in (esix5): Set NON_GNU_CPP.
6141
6142 1994-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
6148 1994-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
6153 1994-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
6158 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6159
6160 * configure.in: Add freebsd.
6161
6162 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6163
6164 * configure.in: Check for fpathconf.
6165
6166 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6167
6168 * configure.in (with_x_toolkit): Fix typo in previous change.
6169
6170 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6171
6172 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
6173
6174 1994-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
6178 1994-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
6183 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6184
6185 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
6186
6187 1994-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
6193 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6194
6195 * configure.in: When --run-in-place, don't inherit archlibdir.
6196
6197 1994-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
6203 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6204
6205 * configure.in (mips-sony-newsos*): New configuration.
6206
6207 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
6208
6209 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
6210
6211 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6212
6213 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
6214
6215 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6216
6217 * configure.in: Don't initialize CC.
6218
6219 1994-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
6226 1994-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
6232 1994-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
6238 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6239
6240 * configure.in (drem): Check for this function.
6241
6242 1994-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
6250 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6251
6252 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
6253
6254 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6255
6256 * configure.in: Check whether fmod exists.
6257
6258 1994-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
6263 1994-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
6269 1994-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
6276 1994-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
6292 1994-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
6297 1994-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
6302 1994-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
6309 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6310
6311 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
6312
6313 1994-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
6329 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6330
6331 * configure.in: Test for bcmp.
6332
6333 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6334
6335 * make-dist (tempdir): Put subdir msdos into the distribution.
6336
6337 1993-01-07 Morten Welinder (terra@diku.dk)
6338
6339 * config.bat: New file.
6340
6341 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6342
6343 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
6344
6345 1994-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
6350 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6351
6352 * configure.in: Check for setsid.
6353
6354 1993-12-17 Richard Stallman (rms@srarc2)
6355
6356 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
6357
6358 1993-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
6364 1993-12-11 Richard Stallman (rms@srarc2)
6365
6366 * Makefile.in (libdir): Use @libdir@.
6367
6368 1993-12-08 Richard Stallman (rms@srarc2)
6369
6370 * Makefile.in (install): Add empty command.
6371
6372 1993-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
6380 1993-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
6388 1993-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
6394 1993-11-30 Richard Stallman (rms@srarc2)
6395
6396 * configure.in (Suns): Set CPP if *-solaris2.3*.
6397
6398 1993-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
6404 1993-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
6412 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6413
6414 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
6415
6416 1993-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
6421 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6422
6423 * configure.in: Delete jumk.c before writing it.
6424
6425 1993-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
6431 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6432
6433 * make-dist: Don't put lisp/forms.README in the distribution.
6434
6435 1993-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
6440 1993-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
6449 1993-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
6454 1993-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
6473 1993-09-28 Brian J. Fox (bfox@cubit)
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
6482 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
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):
6490 If these files are out of date, simply have config.status
6491 rebuild them; don't rebuild them explicitly.
6492
6493 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
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
6500 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
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
6506 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6507
6508 * Makefile.in (@rip_paths@locallisppath):
6509 Delete ${datadir}/emacs/site-lisp.
6510
6511 1993-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
6517 1993-09-17 Brian J. Fox (bfox@inferno)
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
6524 1993-09-13 Brian J. Fox (bfox@inferno)
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
6529 1993-08-30 Brian J. Fox (bfox@inferno)
6530
6531 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
6532 was used. Set MAKEFLAGS from MFLAGS.
6533
6534 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6535
6536 * configure.in: Test for res_init in libc.
6537
6538 1993-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
6543 1993-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
6556 1993-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
6568 1993-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
6574 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6575
6576 * configure.in: Check for XScreenNumberOfScreen.
6577
6578 1993-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
6583 1993-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
6598 1993-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
6603 1993-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
6607 1993-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
6614 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6615
6616 * configure.in: Test for presence of logb and frexp functions.
6617
6618 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6619
6620 * configure.in (machine): Add i370-ibm-aix*.
6621
6622 1993-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
6629 1993-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
6638 * configure.in: Test for the availability of the
6639 XScreenResourceString function.
6640
6641 1993-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
6652 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6653
6654 * make-dist: Include lisp/dired.todo in the distribution.
6655
6656 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6657
6658 * configure.in: Add code to set HAVE_INET_SOCKETS.
6659
6660 1993-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
6665 1993-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
6674 1993-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
6684 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
6685
6686 * configure.in (m68k-bull-sysv3): New config.
6687
6688 1993-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
6693 1993-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
6699 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6700
6701 * Version 19.16 released.
6702
6703 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6704
6705 * configure.in: Add --verbose flag.
6706
6707 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6708
6709 * version 19.15 released.
6710
6711 1993-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
6718 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6719
6720 * Version 19.14 released.
6721
6722 1993-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
6731 1993-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
6747 Bring mumbleclean targets into conformance with GNU coding standards.
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
6768 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6769
6770 * Makefile.in (TAGS): cd to src to run etags.
6771
6772 1993-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
6777 1993-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
6783 1993-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
6788 1993-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
6795 1993-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
6801 1993-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
6812 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6813
6814 * configure.in: Check to see if the system has -ldnet.
6815
6816 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6817
6818 * make-dist: Add clauses to distribute lisp/forms-mode.
6819
6820 1993-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
6825 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6826
6827 * configure.in: Do NOT look for `unknown' as company name.
6828
6829 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6830
6831 * configure.in: Fix typo in message.
6832
6833 1993-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
6845 1993-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
6862 1993-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
6876 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6877
6878 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
6879
6880 1993-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
6885 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6886
6887 * Version 19.10 released.
6888
6889 1993-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
6895 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6896
6897 * configure.in: Handle sysv4.2 and sysvr4.2.
6898
6899 1993-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
6909 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
6910 targets to be executed even if make remembers that it has already
6911 satisfied FRC.
6912
6913 1993-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
6919 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6920
6921 * configure.in: Fix message text.
6922
6923 1993-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
6944 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6945
6946 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
6947
6948 1993-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
6957 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6958
6959 * Version 19.9 released.
6960
6961 1993-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.
6972 * INSTALL: Mention its usage.
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
6987 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6988
6989 * configure.in: Handle sunos4.1.3 specially.
6990
6991 1993-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
6999 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7000
7001 * Version 19.8 released.
7002
7003 1993-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
7018 1993-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
7054 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7055
7056 * configure.in: Recognize configuration names for i860 boxes
7057 running SYSV.
7058
7059 1993-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
7091 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7092
7093 * configure.in: Add case for version 5 of Esix.
7094
7095 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7096
7097 * Version 19.7 released.
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
7108 1993-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
7113 1993-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
7121 1993-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
7126 1993-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
7133 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7134
7135 * INSTALL: Don't claim the srcdir option doesn't work.
7136
7137 1993-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
7145 1993-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
7183 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7184
7185 * make-dist: Make links in info subdir.
7186
7187 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7188
7189 * configure.in: Call AC_STDC_HEADERS.
7190
7191 1993-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
7198 1993-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
7218 1993-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
7234 1993-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
7241 1993-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
7249 1993-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
7257 1993-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
7270 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7271
7272 * make-dist: Distribute configure, as well as configure.in.
7273 Oversight.
7274
7275 1993-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
7285 1993-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
7297 1993-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
7306 1993-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
7311 1993-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
7320 Change `configure' to a mixture of custom code and autoconf stuff.
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
7345 1993-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
7356 1993-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
7365 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7366
7367 * make-dist: Distribute lisp/term/ChangeLog.
7368
7369 Arrange for C compilation throughout the tree to get
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
7390 1993-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
7404 1993-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
7409 backups.
7410
7411 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7412
7413 * make-dist: Fix typo.
7414
7415 1993-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
7422 1993-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
7432 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7433
7434 * Makefile.in: Added `Developer's configuration' section.
7435
7436 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7437
7438 * Makefile.in: Add commented-out variable settings for developer's
7439 configuration.
7440
7441 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7442
7443 * make-dist: Distribute `src/bitmaps' too.
7444
7445 1993-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
7450 1993-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
7462 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7463
7464 * configure: Handle isc3.0 correctly.
7465
7466 1993-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
7471 1993-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
7477 1993-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
7486 1993-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
7514 1993-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
7521 1993-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
7527 1993-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
7531 1993-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
7536 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7537
7538 * README: Mention what Emacs is.
7539
7540 1993-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
7545 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7546
7547 * Makefile.in: Define MAKE, and use where appropriate.
7548
7549 1993-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
7554 1992-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
7559 1992-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
7572 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7573
7574 * INSTALL: Improvements suggested by David Mackenzie.
7575
7576 1992-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
7614 1992-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
7694 1992-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
7708 1992-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
7713 1992-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
7721 1992-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
7727 1992-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
7734 1992-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
7739 1992-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
7744 1992-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
7752 1992-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
7760 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7761
7762 * make-dist: Include the `vms' subdirectory in the distribution.
7763
7764 1992-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
7771 1992-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
7778 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7779
7780 * Makefile.in: Doc fix.
7781
7782 1992-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
7788 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7789
7790 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
7791
7792 1992-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
7798 1992-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
7807 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7808
7809 * make-dist: Taught it about vcdiff and rcs2log, added --newer
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
7814 1992-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
7819 1992-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
7824 1992-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
7829 1992-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
7839 1992-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
7844 * external-lisp: New directory; see `external-lisp/README'.
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
7851 1992-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
7856 1992-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
7876 1992-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
7893 1992-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
7902 1992-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
7908 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7909
7910 * make-dist: Include move-if-change in list of files to distribute.
7911
7912 1992-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
7921 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
7922
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.
7927
7928 1992-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
7934 1992-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
7938 whose default behavior is to painstakingly build a copy of the
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
7952 1992-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.
7965 * configure: Accommodate that change.
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
7979 1992-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
7985 1992-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
8000 1992-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
8014 1992-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
8023 1992-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
8042 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8043
8044 * Makefile (install): Don't use -s in install. (Keep the symbols.)
8045
8046 1992-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
8054 * Makefile: Brought the Makefile up to the GNU coding
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
8077 1992-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
8097 1992-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
8102 1992-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
8107 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
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
8112 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
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
8119 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
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
8136 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8137
8138 * Makefile (install): Remove `B' from tar xf command.
8139
8140 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
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
8150 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8151
8152 * config.emacs: New file, to help automate the installation
8153 process.
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
8172 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8173
8174 * Makefile (LISPPATH): New variable.
8175 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
8176
8177 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
8178
8179 * Makefile (install, install.sysv, install.xenix):
8180 Install wakeup instead of loadst. No need for setuid or setgid.
8181
8182 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8183
8184 * Makefile (clean): Clean etc if that's not the installation dir.
8185
8186 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8187
8188 * Makefile (paths.h): Make sed alter each name in the path.
8189
8190 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8191
8192 * Makefile (install.sysv): Use cpio, not tar.
8193
8194 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8195
8196 * Makefile (lockdir): Rename `lock' target.
8197 Depend on it from install*, not from `all'.
8198
8199 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8200
8201 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
8202 to match build-install and paths.h.
8203
8204 ;; Local Variables:
8205 ;; coding: utf-8
8206 ;; add-log-time-zone-rule: t
8207 ;; End:
8208
8209 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
8210 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
8211
8212 This file is part of GNU Emacs.
8213
8214 GNU Emacs is free software: you can redistribute it and/or modify
8215 it under the terms of the GNU General Public License as published by
8216 the Free Software Foundation, either version 3 of the License, or
8217 (at your option) any later version.
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
8225 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8226
8227 ;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73