* lib/COPYING: New file, a copy of COPYING.
[bpt/emacs.git] / ChangeLog
CommitLineData
fa2c4f56
PE
12011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2
9bfeed93 3 * lib/COPYING: New file, a copy of COPYING.
2a78afcc 4 * configure: Regenerate.
37564543
PE
5 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
6
e275c824
PE
7 Regenerate.
8 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
9 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
10 New files, copied from gnulib by gnulib-tool.
11 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
12 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
13 Regenerate.
14
84bbb1ad
PE
15 Use gnulib's getopt-gnu module.
16 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
17 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
18 representative of the dependencies.
19 * configure.in: Do not configure getopt, as gnulib does that now.
20 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
21 getopt now, in lib.
22
1fd182f0
PE
23 Regenerate.
24 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
25 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
26 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
27 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
28 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
29 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
30 * m4/wchar_t.m4, warn-on-use.h:
31 New files, copied from gnulib by gnulib-tool.
32 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
33 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
34 Regenerate.
35
1e11dbe3
PE
36 Use gnulib's mktime module.
37 * Makefile.in (GNULIB_MODULES): Add mktime.
38 * configure.in: Remove code no longer needed, as gnulib now does it.
39 (AC_CHECK_FUNCS): Remove mktime.
40 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
41 (__restrict): Remove, as this now gets in the way of the C99
42 support for 'restrict' pulled in by the gnulib mktime module.
43 Code should now use 'restrict' and not '__restrict".
44 (mktime): Remove.
45 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
46 and warn-on-use.h into the distribution.
1fd182f0
PE
47
48 Regenerate.
49 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
50 * lib/ldtoastr.c, m4/c-strtod.m4:
51 New files, copied from gnulib by gnulib-tool.
52 * lib/dummy.c: Remove.
53 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
54 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
55 Regenerate.
1e11dbe3
PE
56
57 Use gnulib's ftoastr module.
fa2c4f56
PE
58 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
59
9a514d4a
PE
602011-01-08 Paul Eggert <eggert@cs.ucla.edu>
61
743c80a7
PE
62 Regenerate.
63 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
64 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
65 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
66 New files, generated automatically, with 'make sync-from-gnulib'
67 followed by 'make'.
68 * configure, lisp/dired.el, src/config.in: Regenerate.
69
9a514d4a
PE
70 Automate syncing from gnulib.
71 * INSTALL, README: Document new subdirectory 'lib'.
72 * Makefile.in (SUBDIR): Add lib.
73 (SUBDIR_MAKEFILES): Add lib/Makefile.
74 (lib-src, src, TAGS, tags): Depend on lib.
75 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
76 ($(gnulib_srcdir)): New rule.
77 (sync-from-gnulib): New rule, which is .PHONY.
78 (lib): New rule, which is like lib-src.
79 (Makefile): Depend on lib/Makefile.in.
80 (AUTOCONF_INPUTS): Depend on aclocal.m4.
81 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
82 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
83 (am--refresh): New rule, to pacify Automake.
84 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
85 Clean lib, too.
86 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
87 droppings.
88 (maintainer-clean, extraclean): Use it.
89 * configure.in: Initialize for automake and gnulib, by invoking
90 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
91 lib/Makefile, too. Use automake to build gnulib, as gnulib works
92 more conveniently with automake.
93 * lib/Makefile.am: New file.
94 * make-dist: Also put into the distribution aclocal.m4,
95 compile, depcomp, missing, and the files under lib/.
96
bc5585d1
PE
972011-01-07 Paul Eggert <eggert@cs.ucla.edu>
98
2b3f5bc8
PE
99 * install-sh, mkinstalldirs, move-if-change: Update from master
100 source in gnulib.
101
bc5585d1
PE
102 * config.guess, config.sub: Updated from master source.
103
2018939f
AS
1042011-01-05 Andreas Schwab <schwab@linux-m68k.org>
105
106 * configure.in: Check for __builtin_unwind_init.
107
e5365138
GM
1082011-01-05 Glenn Morris <rgm@gnu.org>
109
110 * configure.in (HAVE_MAKEINFO): New output variable.
111 (MAKEINFO): Reset to "makeinfo" if not found.
112 * Makefile.in (install-arch-indep, info):
113 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
114
4fc5868a
UM
1152010-12-29 Ulrich Mueller <ulm@gentoo.org>
116
117 * configure.in: Make gameuser configurable (Bug#7717).
118
68251e16
GM
1192010-12-15 Glenn Morris <rgm@gnu.org>
120
121 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
122 long absent lib-src/fns-*.el.
123
838db889
GM
1242010-12-11 Glenn Morris <rgm@gnu.org>
125
126 * make-dist: Exclude etc/*.pyc.
127
fe646d2c
AS
1282010-12-10 Andreas Schwab <schwab@linux-m68k.org>
129
130 * configure.in: Don't double machfile in final message.
131
d96c83fa
CY
1322010-12-04 Chong Yidong <cyd@stupidchicken.com>
133
134 * configure.in: Fix last change.
135
d6a003a8
AS
1362010-12-04 Andreas Schwab <schwab@linux-m68k.org>
137
138 * configure.in: Remove reference to removed machine description
139 files and allow $machine and $machfile to be empty. Substitute
140 M_FILE/S_FILE instead of machfile/opsysfile.
141
067d23c9
KY
1422010-12-03 Glenn Morris <rgm@gnu.org>
143
144 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
145
1462010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
147
148 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
149 (EXTERNALLY_VISIBLE): New definition.
150
1512010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
152
153 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
154
1552010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * configure.in: Do not check for unconditionally included headers.
158
1592010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
162
1632010-11-09 Michael Albinus <michael.albinus@gmx.de>
164
165 * configure.in: Don't write a warning for D-Bus anymore.
166
1672010-11-06 Andreas Schwab <schwab@linux-m68k.org>
168
169 * configure.in: Fix indentation.
170
1712010-10-31 Ken Brown <kbrown@cornell.edu>
172
173 * configure.in (checking whether localtime caches TZ): Use
174 unsetenv instead of modifying environment directly.
175
1762010-10-25 Andreas Schwab <schwab@linux-m68k.org>
177
178 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
179 to avoid warning.
180
1812010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * configure.in: Remove the BROKEN annotation from gnutls.
184
1852010-10-22 Glenn Morris <rgm@gnu.org>
186
187 * make-dist: Avoid listing .el files twice. Don't try to run
188 autoconf if --no-update.
189
1902010-10-20 Glenn Morris <rgm@gnu.org>
191
192 * make-dist: No longer create lisp/MANIFEST.
193
1942010-10-14 Glenn Morris <rgm@gnu.org>
195
196 * BUGS, INSTALL.BZR, README: Updates.
197
1982010-10-13 Glenn Morris <rgm@gnu.org>
199
200 * make-dist: Remove --compress. Check for the appropriate
201 gzip-like executable, and if not found, don't compress.
202 Check version number in README, don't change it.
203 Use find for nt/inc/*.h.
204
2052010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
206
207 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
208 trailing / from directory names.
209
2102010-10-12 Glenn Morris <rgm@gnu.org>
211
212 * make-dist: Update and simplify.
213
2142010-10-12 Eli Zaretskii <eliz@gnu.org>
215
216 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
217
2182010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
219
220 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
221
2222010-10-09 Glenn Morris <rgm@gnu.org>
223
224 * make-dist: No more doc/emacs/*.texi.in.
225
226 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
227
2282010-10-09 Glenn Morris <rgm@gnu.org>
229
230 * configure.in: Combine some conditionals.
231
232 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
233 * make-dist: Include doc/emacs/*.texi.in.
234
235 * INSTALL, make-dist: Remove references to b2m.
236 * Makefile.in (MAN_PAGES): Remove b2m.1.
237
2382010-10-05 Glenn Morris <rgm@gnu.org>
239
240 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
241
2422010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
243
244 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
245
2462010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * configure.in: Include stdlib.h and string.h unconditionally.
249
2502010-09-29 Romain Francoise <romain@orebokech.com>
251
252 * configure.in: Don't enable ImageMagick unless HAVE_X11.
253
2542010-09-28 Glenn Morris <rgm@gnu.org>
255
256 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
257 happy.
258
2592010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
260
261 * configure.in: Enable imagemagick by default.
262
2632010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
264
265 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
266 gnutls libraries.
267
2682010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
269
270 * configure.in: Set up GnuTLS.
271
2722010-09-22 Chong Yidong <cyd@stupidchicken.com>
273
274 * configure.in: Announce whether libxml2 is linked to.
275
2762010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
277
278 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
279
2802010-09-18 Eli Zaretskii <eliz@gnu.org>
281
282 * config.bat: Detect that libxml2 is installed and if so, build
283 with it.
284
2852010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
286
287 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
288 be used. This fixes a conf problem on Mac OS X.
289
2902010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
291
292 * configure.in: Check for libxml2.
293
2942010-09-09 Glenn Morris <rgm@gnu.org>
295
296 * make-dist: No more TODO files under lisp/.
297
2982010-09-04 Eli Zaretskii <eliz@gnu.org>
299
300 * config.bat: Produce lisp/gnus/_dir-locals.el from
301 lisp/gnus/.dir-locals.el.
302
3032010-08-23 Andreas Schwab <schwab@linux-m68k.org>
304
305 * configure.in: Fix check for librsvg, imagemagick and
306 MagickExportImagePixels.
307
3082010-08-18 Joakim Verona <joakim@verona.se>
309
310 * Makefile.in, configure.in: Checks for ImageMagick.
311
3122010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
313
314 * configure.in (AC_PREREQ): Require autoconf 2.65.
315
3162010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
317
318 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
319
3202010-08-09 Andreas Schwab <schwab@linux-m68k.org>
321
322 * configure.in: Add AC_C_BIGENDIAN.
323
3242010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
325
326 * configure.in (ORDINARY_LINK): Use on hpux* too.
327
3282010-08-06 Jan Djärv <jan.h.d@swipnet.se>
329
330 * configure.in: Check for util.h.
331 Use -Wimplicit-function-declaration if compiler supports it.
332
3332010-08-05 Eli Zaretskii <eliz@gnu.org>
334
335 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
336
3372010-08-04 Andreas Schwab <schwab@linux-m68k.org>
338
339 * configure.in: Restore accidentally removed use of
340 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
341
3422010-07-29 Chad Brown <yandros@mit.edu>
343
344 * configure.in: Check for dirent.h.
345
3462010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
347
348 * configure.in: Remove reference to usg5-4, unused.
349
3502010-07-25 Andreas Schwab <schwab@linux-m68k.org>
351
352 * configure.in: Check for __executable_start.
353
3542010-07-24 Ken Brown <kbrown@cornell.edu>
355
356 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
357
3582010-07-24 Juanma Barranquero <lekktu@gmail.com>
359
360 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
361
3622010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
363
364 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
365
3662010-07-12 Andreas Schwab <schwab@linux-m68k.org>
367
368 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
369 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
370 (C_OPTIMIZE_SWITCH): Remove.
371 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
372
3732010-07-11 Andreas Schwab <schwab@linux-m68k.org>
374
375 * configure.in: Don't check for index and rindex, check for strchr
376 and strrchr. Define strchr and strrchr as index and rindex,
377 resp., in src/config.h if not available.
378
3792010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
380
381 * configure.in: Use -Wold-style-definition if available.
382 This helps with the transition to standard C code, it can be
383 removed when done.
384
385 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
386
387 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
388 and MSWindows.
389
3902010-07-07 Andreas Schwab <schwab@linux-m68k.org>
391
392 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
393 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
394
3952010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
396
397 * configure.in (getenv): Remove K&R declaration.
398
3992010-07-02 Jan Djärv <jan.h.d@swipnet.se>
400
401 * configure.in: Remove define __P.
402
4032010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * configure.in (--enable-use-lisp-union-type): New flag.
406
4072010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
408
409 Fix CFLAGS for non-GCC compilers.
410 * configure.in (CFLAGS): Always use -g like it was done before the
411 2010-03-30 change.
412 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
413 (Bug#6538)
414
4152010-06-30 Glenn Morris <rgm@gnu.org>
416
417 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
418 Set with AC_DEFINE rather than AH_BOTTOM.
419
420 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
421 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
422 Set with shell, not cpp.
423 (LIBX): Remove, just use -lX11 in the one place this was used.
424 (cannot_dump): Replace with CANNOT_DUMP.
425
4262010-06-28 Jan Djärv <jan.h.d@swipnet.se>
427
428 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
429 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
430 by minimum required Gtk+ 2.6). Add checks for functions introduced
431 in Gtk+ 2.14 or newer (bug#6505).
432
4332010-06-26 Eli Zaretskii <eliz@gnu.org>
434
435 * config.bat: Remove white space around "+" in COPY commands.
436
4372010-06-23 Glenn Morris <rgm@gnu.org>
438
439 * info/dir: Start descriptions in column 32, per Texinfo convention.
440
4412010-06-16 Chong Yidong <cyd@stupidchicken.com>
442
443 * INSTALL: Update font information (Bug#6389).
444
4452010-06-16 Glenn Morris <rgm@gnu.org>
446
447 * INSTALL: General update.
448
4492010-06-12 Glenn Morris <rgm@gnu.org>
450
451 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
452
4532010-06-11 Glenn Morris <rgm@gnu.org>
454
455 * configure.in (--without-compress-info): New option.
456 (GZIP_INFO): New output variable.
457
458 * Makefile.in (GZIP_INFO): New, set by configure.
459 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
460 Handle man pages in the same way.
461
4622010-06-10 Glenn Morris <rgm@gnu.org>
463
464 * Makefile.in (install-arch-indep): Gzip the info files too.
465
466 * make-dist: Remove references to non-existent directories and files.
467
4682010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
469
470 * configure.in: Include <strings.h> and <string.h> instead of
471 "strings.h" and "string.h".
472
4732010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
474
475 * configure.in: Remove code dealing with BSTRING.
476
4772010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
478
479 * configure.in (AC_PREREQ): Require autoconf 2.65.
480
481 * configure.in (unxec): Do not define and substitute.
482 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
483
4842010-06-03 Glenn Morris <rgm@gnu.org>
485
486 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
487
4882010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
489
490 Fix alloca definition when using gcc on non-gnu systems.
491 * configure.in: Use the code sequence indicated by "info autoconf"
492 for alloca (bug#6170).
493
4942010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * .bzrignore: Ignore new files from trunk, which appear if you use
497 colocated branches (i.e. "bzr switch").
498
4992010-05-28 Glenn Morris <rgm@gnu.org>
500
501 * configure.in: Simplify some of the $canonical tests.
502
5032010-05-27 Glenn Morris <rgm@gnu.org>
504
505 * config.bat: Do not preprocess src/Makefile.in.
506
507 * configure.in: Do not preprocess src/Makefile.in.
508 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
509 (AC_EGREP_CPP): Test no longer needed.
510
511 * make-dist: No more Makefile.c files.
512
5132010-05-26 Glenn Morris <rgm@gnu.org>
514
515 * configure.in (YMF_PASS_LDFLAGS): Remove.
516 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
517
518 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
519 Add $GNUSTEP_LOCAL_HEADERS.
520 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
521
522 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
523 (GNUSTEP_MAKEFILES): Remove.
524 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
525 stuff to here.
526
5272010-05-25 Glenn Morris <rgm@gnu.org>
528
529 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
530 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
531
532 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
533 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
534 here instead.
535
5362010-05-24 Romain Francoise <romain@orebokech.com>
537
538 * make-dist: Look for version in src/emacs.c.
539 Use lisp/subr.el rather than lisp/version.el for location check.
540
5412010-05-21 Glenn Morris <rgm@gnu.org>
542
543 * configure.in (MKDEPDIR): Parallel build tweak.
544
545 * configure.in (ns_frag): New output file.
546
547 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
548 (OLDXMENU_TARGET): Set to empty if USE_GTK.
549
550 * configure.in (cannot_dump): New output variable.
551
5522010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
553
554 * configure.in: On NetBSD, if terminfo is found, use it in
555 preference to termcap. (Bug#6190)
556
5572010-05-20 Glenn Morris <rgm@gnu.org>
558
559 * make-dist (src): Include *.mk.
560 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
561 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
562 (deps_frag): New output file.
563 (AUTO_DEPEND): Remove this definition.
564
565 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
566
5672010-05-19 Glenn Morris <rgm@gnu.org>
568
569 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
570 (ORDINARY_LINK): New AC_DEFINE.
571 (LIB_GCC): No need to set if ORDINARY_LINK.
572
5732010-05-18 Glenn Morris <rgm@gnu.org>
574
575 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
576 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
577
578 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
579 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
580 (RALLOC_OBJ): New output variable.
581
582 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
583 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
584
5852010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * Makefile.in (src): Provide the name of the VCS file that witnesses
588 a pull.
589 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
590
5912010-05-17 Glenn Morris <rgm@gnu.org>
592
593 * configure.in (OLDXMENU_DEPS): New output variable.
594
5952010-05-16 Glenn Morris <rgm@gnu.org>
596
597 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
598
599 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
600 * Makefile.in (install-arch-dep): Update for above change.
601
602 * Makefile.in (ns_appdir): Remove.
603 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
604
605 * configure.in (TEMACS_LDFLAGS2): New output variable.
606
607 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
608 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
609 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
610 nothing uses.
611
6122010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
613
614 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
615 does not use them.
616 (X11R5_INHIBIT_I18N): Remove, unused.
617
6182010-05-15 Glenn Morris <rgm@gnu.org>
619
620 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
621
622 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
623
6242010-05-15 Ken Raeburn <raeburn@raeburn.org>
625
626 * configure.in: Look for version string in its new location.
627
6282010-05-15 Eli Zaretskii <eliz@gnu.org>
629
630 * config.bat: Remove support for DJGPP v1.x.
631
6322010-05-15 Glenn Morris <rgm@gnu.org>
633
634 * configure.in (OLDXMENU_TARGET): New output variable.
635
636 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
637
638 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
639 and other files that no longer exist.
640
6412010-05-14 Glenn Morris <rgm@gnu.org>
642
643 * configure.in (cpp_undefs): Add mktime, register, X11.
644
645 * configure.in (GPM_MOUSE_SUPPORT): Remove.
646 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
647 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
648
649 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
650 (GNUSTEP_MAKEFILES): Do not output.
651
6522010-05-13 Glenn Morris <rgm@gnu.org>
653
654 * configure.in: Fix some paren typos.
655
656 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
657
658 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
659
6602010-05-12 Glenn Morris <rgm@gnu.org>
661
662 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
663
664 * configure.in (LIB_GCC): New output variable.
665
6662010-05-11 Glenn Morris <rgm@gnu.org>
667
668 * make-dist (msdos): No more mainmake.
669
670 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
671 * config.bat: Do not run cpp on lib-src/Makefile.in.
672
673 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
674
6752010-05-10 Glenn Morris <rgm@gnu.org>
676
677 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
678
679 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
680 (BLESSMAIL_TARGET): New output variable.
681
6822010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
683
684 * INSTALL: Fix typos.
685
6862010-05-08 Chong Yidong <cyd@stupidchicken.com>
687
688 * configure.in: Add check for buggy version of GCC (Bug#6031).
689
6902010-05-08 Glenn Morris <rgm@gnu.org>
691
692 * configure.in (HAVE_LIBNCURSES): New local variable.
693 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
694 replacing cpp in src/s/*.h and src/Makefile.in.
695
6962010-05-07 Chong Yidong <cyd@stupidchicken.com>
697
698 * Version 23.2 released.
699
7002010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * configure.in: Add tests for `isnan' and `copysign'.
703
7042010-05-07 Eli Zaretskii <eliz@gnu.org>
705
706 * config.bat: Allow for 2 leading `#'s in comments in
707 src/Makefile.in.
708
7092010-05-07 Glenn Morris <rgm@gnu.org>
710
711 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
712 Merges logic from src/s/* and src/Makefile.in.
713 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
714
7152010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
716
717 Define START_FILES and LIB_STANDARD using autoconf.
718 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
719 here from src/s/*.h.
720 (HAVE_CRTIN): Remove, inline logic in the netbsd
721 START_FILES/LIB_STANDARD computation.
722
7232010-05-06 Glenn Morris <rgm@gnu.org>
724
725 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
726
727 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
728 (LD_SWITCH_X_SITE): Remove unused variables.
729
7302010-05-04 Glenn Morris <rgm@gnu.org>
731
732 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
733 as well.
734 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
735
736 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
737
738 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
739 variables, replacing c_switch_machine, c_switch_system.
740 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
741 @c_switch_system@.
742
7432010-05-03 Glenn Morris <rgm@gnu.org>
744
745 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
746
747 * make-dist: There are no more src/m/*.inp files.
748
7492010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
750
751 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
752 (ac_link): Do not use ld_switch_machine.
753
7542010-05-01 Glenn Morris <rgm@gnu.org>
755
756 * configure.in (OTHER_OBJ): Remove.
757 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
758
7592010-04-30 Glenn Morris <rgm@gnu.org>
760
761 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
762 Elsewhere, maybe include it.
763
764 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
765 (OLDXMENU, LIBXMENU): New output variables.
766
767 * configure.in (OTHER_OBJ): New output variable.
768
7692010-04-28 Glenn Morris <rgm@gnu.org>
770
771 * configure.in (CYGWIN_OBJ): New output variable.
772
773 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
774
775 * configure.in (FONT_OBJ): New output variable.
776
777 * configure.in (LIBXMU): New output variable.
778
779 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
780
781 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
782 userland and maybe change values to i386 (move test from s/amdx86-64.h).
783
7842010-04-27 Glenn Morris <rgm@gnu.org>
785
786 * configure.in (LIBXTR6): New output variable. Move unixware special
787 case here from src/s/unixware.h.
788
789 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
790 in Makefiles.
791 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
792
793 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
794 (LIBXP): No longer substitute in Makefiles.
795 (MOTIF_LIBW): New output variable. Move system-specific settings here
796 from src/s files.
797
7982010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
799
800 Reduce CPP usage.
801 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
802 (unexec): Define unconditionally, all platforms define
803 UNEXEC. AC_SUBST it.
804 (UNEXEC_SRC): Remove, unused.
805 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
806
8072010-04-27 Glenn Morris <rgm@gnu.org>
808
809 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
810 replaced by LIBXP.
811
812 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
813 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
814 On hpux10-20, default to /lib.
815
816 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
817
8182010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
819
820 * configure.in (LIBS_MACHINE): Remove, unused.
821
822 * configure.in (LIB_MATH): New output variable. Set it for some systems.
823
8242010-04-24 Glenn Morris <rgm@gnu.org>
825
826 * configure.in (CRT_DIR): New output variable.
827 (--with-crt-dir): New option. (Bug#5655)
828 (HAVE_LIB64_DIR): Remove.
829
8302010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
833
8342010-04-22 Miles Bader <miles@gnu.org>
835
836 * configure.in: Get rid of "unix" pre-defined macro when
837 preprocessing Makefile. (Bug#5857)
838
8392010-04-21 Andreas Schwab <schwab@linux-m68k.org>
840
841 Avoid non-portable shell command negation
842 * configure.in: Revert last change.
843
8442010-04-21 Jan Djärv <jan.h.d@swipnet.se>
845
846 * configure.in: Change "if test ! -f" to "if ! test -f".
847
8482010-04-21 Glenn Morris <rgm@gnu.org>
849
850 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
851 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
852
8532010-04-21 Karel Klíč <kklic@redhat.com>
854
855 * configure.in: New option: --with(out)-selinux, on by default.
856 Set HAVE_LIBSELINUX if we find libselinux, and substitute
857 LIBSELINUX_LIBS in Makefiles.
858
8592010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
860
861 * configure.in: Remove all references to LIBX11_SYSTEM.
862
8632010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
864
865 * configure.in: Remove all references to C_DEBUG_SWITCH.
866
8672010-03-27 Eli Zaretskii <eliz@gnu.org>
868
869 * config.bat <lib-src>: Edit out lines that begin with several #
870 characters.
871
8722010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
873
874 * configure.in: Remove support for old UNIX System V systems and
875 for Unixware on non-x86 machines.
876
877 * configure.in: Remove support for Solaris on PPC and for old versions.
878
879 * configure.in: Remove non-working lynxos port.
880
8812010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
884
8852010-03-19 Glenn Morris <rgm@gnu.org>
886
887 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
888 happy.
889
8902010-03-18 Jan Djärv <jan.h.d@swipnet.se>
891
892 * configure.in: Check for tputs and friends, abort if not
893 found (bug#5735).
894
8952010-03-18 Glenn Morris <rgm@gnu.org>
896
897 * configure.in (--with-x-toolkit): In the help text, say which options
898 are synonyms.
899
900 * configure.in (--with-mmdf, --with-mail-unlink):
901 New options, off by default.
902 (--with-mailhost): New option to set default POP host.
903 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
904 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
905 New variables, substituted in Makefiles.
906 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
907 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
908 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
909 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
910 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
911
9122010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
913
914 * Makefile.in (uninstall): Handle the case where archlibdir does not
915 exist. (Bug#5720)
916
9172010-03-12 Eli Zaretskii <eliz@gnu.org>
918
919 These changes remove termcap.c from the build on Posix platforms.
920 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
921
922 * configure: Regenerated.
923
9242010-03-10 Chong Yidong <cyd@stupidchicken.com>
925
926 * Branch for 23.2.
927
9282010-01-31 Juri Linkov <juri@jurta.org>
929
930 * .bzrignore: Add TAGS-LISP.
931
9322010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
933
934 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
935 this header file).
936
9372010-01-12 Juanma Barranquero <lekktu@gmail.com>
938
939 * .bzrignore: Ignore all .exe, instead of individual files.
940
9412010-01-12 Chong Yidong <cyd@stupidchicken.com>
942
943 * configure.in: Explicitly check for and link to -lXrender.
944
9452010-01-12 Glenn Morris <rgm@gnu.org>
946
947 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
948 for bug reports for development versions.
949
9502010-01-02 Eli Zaretskii <eliz@gnu.org>
951
952 * .bzrignore: Add more ignored patterns, including for the MS-DOS
953 build.
954
9552009-12-27 Karl Fogel <kfogel@red-bean>
956
957 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
958 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
959
9602009-12-17 Glenn Morris <rgm@gnu.org>
961
962 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
963
9642009-12-15 Glenn Morris <rgm@gnu.org>
965
966 * info/dir: Add EDT entry.
967 * Makefile.in (INFO_FILES): Add edt.
968
9692009-12-10 Jan Djärv <jan.h.d@swipnet.se>
970
971 * configure.in: Check for RSVG if GNUStep is used.
972
9732009-12-09 Jan Djärv <jan.h.d@swipnet.se>
974
975 * configure.in: Don't check for RSVG or GConf unless X11 is used.
976
9772009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
978
979 * configure.in: Allow compiling Emacs with GTK on Cygwin.
980
9812009-12-01 Glenn Morris <rgm@gnu.org>
982
983 * make-dist: Add etc/images/mpc directory.
984
9852009-11-21 Jan Djärv <jan.h.d@swipnet.se>
986
987 * configure.in: Don't check for GConf unless X is used.
988
9892009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
990
991 * configure.in: Use -Wdeclaration-after-statement if available.
992
9932009-11-17 Jan Djärv <jan.h.d@swipnet.se>
994
995 * configure.in: New option: --with(out)-gconf.
996 Set HAVE_GCONF if we find gconf.
997
9982009-11-17 Glenn Morris <rgm@gnu.org>
999
1000 * Makefile.in (INFO_FILES): Add semantic.
1001
10022009-11-16 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * info/dir: Add Semantic.
1005
10062009-11-16 Glenn Morris <rgm@gnu.org>
1007
1008 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
1009 pattern, so as not to exclude makefile*.el. (Bug#4912)
1010
10112009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1012
1013 * configure.in: --enable-autodepend is new. Check for GNU Make
1014 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
1015 gcc and GNU make to generate dependencies.
1016
10172009-10-27 Glenn Morris <rgm@gnu.org>
1018
1019 * make-dist: Make links to doc/lispintro/*.pdf.
1020
10212009-10-23 Jim Meyering <meyering@redhat.com>
1022
1023 * configure.in: Invoke $CPP with -P when creating Makefile and
1024 src/Makefile. Without this, gcc 4.4.2 converts each
1025 backslash-newline pair in the input to a bare newline, yielding
1026 invalid Makefiles.
1027
1028 * configure: Regenerate.
1029
10302009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1031
1032 * configure.in (vax-dec-vms): Remove, not supported anymore.
1033
10342009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1035
1036 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
1037 (*-apple-darwin*): Add x86_64 architecture.
1038
10392009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1040
1041 * config.guess, config.sub: Updated from master source.
1042
10432009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1044
1045 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
1046
10472009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
1048
1049 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
1050
10512009-09-29 Glenn Morris <rgm@gnu.org>
1052
1053 * make-dist (check): Update for two new levels of subdirectory in lisp/.
1054
10552009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 * config.guess, config.sub: Updated from master source.
1058
1059 * configure.in (OTHER_FILES): Define using autoconf not cpp.
1060
10612009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1062
1063 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
1064
10652009-09-13 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * INSTALL: Update URL for GNU FreeFont.
1068
10692009-09-09 Glenn Morris <rgm@gnu.org>
1070
1071 * Makefile.in (install-arch-indep): Don't recursively change perms of
1072 site-lisp and infodir. There may be non-Emacs files in here, and the
1073 files supplied by Emacs are all handled explicitly already. (Bug#3800)
1074 (mkdir): Set umask to world-readable before creating directories.
1075 mkinstalldirs already checks if dirs exist, don't duplicate this test.
1076
10772009-08-29 Glenn Morris <rgm@gnu.org>
1078
1079 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
1080 (info): Don't give an error in the absence of makeinfo - let the doc
1081 Makefiles do that, if the info files need rebuilding. (Bug#3982)
1082
10832009-08-23 Ken Raeburn <raeburn@raeburn.org>
1084
1085 * Makefile.in (install-arch-indep): If the versioned DOC-####
1086 generated during loadup+dump isn't found, install the plain DOC
1087 file that always gets generated, in case CANNOT_DUMP is set.
1088
1089 * configure.in: Warn if package version specified here doesn't
1090 match the version in version.el.
1091 * configure: Regenerate.
1092
10932009-08-22 Michael Albinus <michael.albinus@gmx.de>
1094
1095 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
1096
1097 * configure: Regenerate.
1098
10992009-08-19 Glenn Morris <rgm@gnu.org>
1100
1101 * INSTALL: Remove reference to cvtmail.
1102
11032009-08-15 CHENG Gao <chenggao@gmail.com>
1104
1105 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
1106
11072009-08-02 Kevin Ryde <user42@zip.com.au>
1108
1109 * INSTALL: Fix free fonts URL.
1110
11112009-07-22 Glenn Morris <rgm@gnu.org>
1112
1113 * configure.in (AC_PREREQ): Require autoconf 2.62.
1114
11152009-07-04 Andreas Schwab <schwab@linux-m68k.org>
1116
1117 * configure.in (--enable-checking, --enable-profiling):
1118 Use AS_HELP_STRING.
1119
11202009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1121
1122 * configure.in (--enable-profiling): New option.
1123 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
1124
11252009-06-27 Glenn Morris <rgm@gnu.org>
1126
1127 * configure.in: Restore netbsd on mips, mipsel, mipseb.
1128
11292009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 * configure.in (--enable-checking): New option.
1132
11332009-06-24 Glenn Morris <rgm@gnu.org>
1134
1135 * make-dist: Warn if subdir does not exist in source.
1136 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
1137 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
1138 No longer make links.
1139
11402009-06-24 Yavor Doganov <yavor@gnu.org>
1141
1142 * make-dist (tempdir): Don't create directories preferences.gorm
1143 and preferences.nib, they are no longer required.
1144
11452009-06-21 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * Branch for 23.1.
1148
11492009-06-12 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * configure.in: Delete mac-fix-env target, which has been
1152 removed (Bug#3531).
1153
11542009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
1157
11582009-05-05 Per Starbäck <per@starback.se> (tiny change)
1159
1160 * BUGS: Use new binding of view-emacs-problems.
1161
11622009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
1163
1164 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
1165 for Solaris compatibility.
1166
11672009-04-25 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * configure: Regenerate.
1170
1171 * configure.in: Disable use of FreeType without libXft.
1172
11732009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1174
1175 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
1176 Check if it is declared in gtk.h.
1177
11782009-04-12 Andreas Schwab <schwab@linux-m68k.org>
1179
1180 * Makefile.in (install-arch-indep): Remove .gitignore files.
1181
11822009-04-03 Kenichi Handa <handa@m17n.org>
1183
1184 * INSTALL: Make the section "Complex Text Layout support
1185 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
1186
11872009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
1188
1189 * configure.in (rs6000-ibm-aix6*): Fix typo.
1190
11912009-03-04 Glenn Morris <rgm@gnu.org>
1192
1193 * Makefile.in (INFO_FILES): Add auth.
1194
11952009-03-03 Glenn Morris <rgm@gnu.org>
1196
1197 * info/dir: Add Auth-source.
1198
11992009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
1202 the second.
1203
12042009-02-28 Eli Zaretskii <eliz@gnu.org>
1205
1206 * config.bat: Copy .dbxinit to _dbxinit.
1207
1208 * make-dist (Making links to `info'): Remove .gitignore.
1209
12102009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * Makefile.in (lib-src, lisp): Use simpler rule.
1213 (src): Be more specific to avoid recompiling all the .elc files just
1214 because the bootstrap-emacs is missing.
1215
12162009-02-26 Chong Yidong <cyd@stupidchicken.com>
1217
1218 * configure.in: Require librsvg >= 2.11.
1219
12202009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1221
1222 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
1223 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
1224
12252009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1226
1227 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
1228
12292009-02-03 Glenn Morris <rgm@gnu.org>
1230
1231 * make-dist: Add some missing files, remove some that are no longer
1232 present.
1233
12342009-02-02 Glenn Morris <rgm@gnu.org>
1235
1236 * make-dist: Add some missing nextstep/ files.
1237
12382009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
1239
1240 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
1241
12422009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1243
1244 * configure.in: Add support for m68k-*-netbsd.
1245
12462009-01-14 Juri Linkov <juri@jurta.org>
1247
1248 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
1249
1250 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
1251 and bug-reference-mode.
1252
12532009-01-11 Juri Linkov <juri@jurta.org>
1254
1255 * INSTALL.CVS: Move configuration explicitly to the first step.
1256
12572009-01-09 Glenn Morris <rgm@gnu.org>
1258
1259 * .dir-locals.el: Don't set indent-tabs-mode.
1260
12612008-12-30 Kenichi Handa <handa@m17n.org>
1262
1263 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
1264 the function OTF_get_variation_glyphs.
1265
12662008-12-30 Jan Djärv <jan.h.d@swipnet.se>
1267
1268 * Makefile.in (install-arch-dep): Remove old directories in
1269 ns_app* before moving new directories there.
1270
12712008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
1272
1273 * .dir-locals.el: Remove non-working entry for pmail.
1274 (fill-column): Fix typo.
1275 (change-log-mode): Add fill column.
1276
12772008-12-26 Eli Zaretskii <eliz@gnu.org>
1278
1279 * config.bat: Produce _dir-locals.el from .dir-locals.el.
1280
12812008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1282
1283 * make-dist (tempdir): Distribute .dir-locals.el.
1284
1285 * .dir-locals.el: New file.
1286
12872008-12-19 Eli Zaretskii <eliz@gnu.org>
1288
1289 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
1290 for rationale.
1291
12922008-12-13 Glenn Morris <rgm@gnu.org>
1293
1294 * Makefile.in (install-arch-indep): Add new man-pages.
1295 (manext): Remove variable.
1296 (MAN_PAGES): New variable.
1297 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1298 and remove.
1299 (uninstall): Remove desktop file and icons, game scores if empty.
1300
13012008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1302
1303 * config.guess, config.sub: Updated from master source.
1304
13052008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1306
1307 * Makefile.in (install-arch-indep): Install ebrowse.1.
1308
13092008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1310
1311 * configure.in: Add Solaris on x86_64.
1312
13132008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1314
1315 * config.guess, config.sub: Updated from master source.
1316
13172008-12-08 Eli Zaretskii <eliz@gnu.org>
1318
1319 * info/dir: Fix last change.
1320
13212008-12-07 Eli Zaretskii <eliz@gnu.org>
1322
1323 * info/dir: Untabify.
1324
13252008-11-28 Ulrich Mueller <ulm@gentoo.org>
1326
1327 * configure.in: Fix last change.
1328
13292008-11-28 Richard M Stallman <rms@gnu.org>
1330
1331 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1332 New configurations.
1333
13342008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1335
1336 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1337 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1338
13392008-11-15 Eli Zaretskii <eliz@gnu.org>
1340
1341 * Makefile.in (INFO_FILES): Remove ns-emacs.
1342
1343 * info/dir (NS-Emacs): Remove entry.
1344
13452008-11-08 Eli Zaretskii <eliz@gnu.org>
1346
1347 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1348
13492008-11-07 Glenn Morris <rgm@gnu.org>
1350
1351 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1352
13532008-10-31 Eli Zaretskii <eliz@gnu.org>
1354
1355 * config.bat: Tell user to expect one "File not found" message
1356 while the `doc' directory is being configured.
1357
13582008-10-30 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * update-subdirs: Put obsolete directory last.
1361
13622008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1363
1364 * configure.in: Check fontconfig always.
1365
13662008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 * configure (*-solaris2.[7-9]*): Fix typo.
1369
13702008-10-24 Glenn Morris <rgm@gnu.org>
1371
1372 * configure.in (--without-sync-input, --with-pkg-config-prog):
1373 Help strings start with lower case.
1374 (--with-gnustep-conf): New option.
1375 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1376
13772008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1378
1379 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1380 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1381 is not found. (Bug#1230)
1382
13832008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1384
1385 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1386 Use sol2-6.h for Solaris 7-9.
1387
13882008-10-18 Ulrich Mueller <ulm@gentoo.org>
1389
1390 * configure.in: Add support for GNU/Linux on SuperH.
1391
13922008-10-12 Andreas Schwab <schwab@suse.de>
1393
1394 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1395
13962008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1397
1398 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1399 "X") to avoid confusion.
1400
1401 * configure: Regenerate.
1402
14032008-09-07 Romain Francoise <romain@orebokech.com>
1404
1405 * make-dist: Distribute doc/man/ChangeLog.
1406
14072008-08-28 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * configure.in: Disable XFT and Freetype when without X.
1410
1411 * configure: Regenerate.
1412
14132008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1414
1415 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
1416
14172008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1418
1419 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
1420 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
1421
1422 * configure: Regenerate.
1423
14242008-08-20 Eli Zaretskii <eliz@gnu.org>
1425
1426 * configure.in: Move "#define subprocesses" before
1427 config_opsysfile is included.
1428
14292008-08-19 Kenichi Handa <handa@m17n.org>
1430
1431 * INSTALL (Extra fonts): Mention local fonts, don't mention
1432 mule-unicode.
1433
14342008-08-16 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * make-dist: Omit info/.arch-inventory.
1437
14382008-08-16 Jason Rumney <jasonr@gnu.org>
1439
1440 * make-dist (tempdir/nt): Link emacsclient.rc.
1441
14422008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1443
1444 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
1445 AC_SUBST it.
1446 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
1447 AC_SUBST it.
1448 (OTHER_FILES): Always define for HAVE_NS.
1449 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
1450 * configure: Regenerate.
1451
14522008-08-07 Andreas Schwab <schwab@suse.de>
1453
1454 * configure.in: Correctly handle
1455 --enable-cocoa-experimental-ctrl-g=no and
1456 --enable-ns-self-contained=yes.
1457
14582008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1459
1460 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
1461 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
1462 bother undef'ing since won't have desired effect.
1463
14642008-08-06 Andreas Schwab <schwab@suse.de>
1465
1466 * configure.in: Fix quoting.
1467
14682008-08-06 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
1471
14722008-08-05 Ulrich Mueller <ulm@gentoo.org>
1473
1474 * configure.in: Add checks for krb5_error.text and
1475 krb5_error.e_text struct members.
1476
14772008-08-04 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * configure.in: Test for existence of NSInteger.
1480 Suggested by Yavor Doganov.
1481
14822008-08-02 Romain Francoise <romain@orebokech.com>
1483
1484 * Makefile.in (INFO_FILES): Add mairix-el.
1485
14862008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1487
1488 * make-dist:
1489 * README: Remove VMS support.
1490 * vms: Remove directory.
1491
14922008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * configure.in (MULTI_KBOARD): Remove.
1495
14962008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1497
1498 * configure.in (DO_BLOCK_INPUT): Remove, unused.
1499
15002008-07-29 Chong Yidong <cyd@stupidchicken.com>
1501
1502 * info/dir (File): Add mairix-el.
1503
15042008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1505
1506 Remove support for Mac Carbon.
1507 * mac: Remove directory.
1508 * make-dist:
1509 * configure.in:
1510 * README:
1511 * Makefile.in:
1512 * INSTALL: Remove code for Carbon.
1513 * configure: Regenerate.
1514
15152008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1516
1517 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
1518
15192008-07-25 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * configure.in: Check for getrlimit.
1522
1523 * configure: Regenerate.
1524
15252008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1526
1527 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
1528 in src/Makefile.in.
1529 (static): Remove, autoconf would always comment it out anyway.
1530 (subprocesses): Define unconditionally.
1531
15322008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
1533
1534 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
1535 compilation under GNUstep.
1536
15372008-07-18 Kenichi Handa <handa@m17n.org>
1538
1539 * INSTALL (Complex Text Layout support libraries): Delete the
1540 paragraph about --enable-font-backend.
1541
15422008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1543
1544 * configure.in: Print out some info to user for NeXTstep builds.
1545 (ns-app): Remove enable option.
1546 (ns-self-contained): Add enable option.
1547 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
1548 GNUstep, use to set install prefixes, and substitute in Makefiles.
1549 * configure: Regenerate.
1550 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
1551 NS app bundle.
1552
15532008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
1556
15572008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1558
1559 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1560 NS_IMPL_COCOA.
1561
15622008-07-16 Glenn Morris <rgm@gnu.org>
1563
1564 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
1565 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
1566 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
1567 never unset.
1568
1569 * make-dist: Add nextstep/ directories.
1570 (src, lib-src): Add .m files.
1571
15722008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1573
1574 * configure.in (freebsd, kfreebsd): Undo part of previous change.
1575 (USER_FULL_NAME): Remove, not used anymore.
1576 * configure: Regenerate.
1577
15782008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1579
1580 Changes and additions for NeXTstep windowing system (Cocoa and
1581 GNUstep) support.
1582
1583 * configure.in: Add support for NS window system: --with-ns (default
1584 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
1585 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
1586 disable font backend if window system is "none", not if !HAVE_X11.
1587 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
1588 (install-arch-dep): Add commands to assemble NS .app package.
1589
15902008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1591
1592 * configure.in: Use macppc for Darwin. Remove references to
1593 desupported systems.
1594 * configure: Regenerate.
1595
15962008-07-05 Glenn Morris <rgm@gnu.org>
1597
1598 * make-dist (EMACS): Doc fix.
1599 (lisp): There are no *.dat or image files here any more.
1600 (src): There are no *.s files here any more.
1601 (etc/images, etc/images/*): Link to most regular files.
1602
16032008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1604
1605 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
1606
16072008-07-01 Glenn Morris <rgm@gnu.org>
1608
1609 * configure.in (cpp_undefs): Rename from `undefs', update uses.
1610 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
1611 and explicitly export there. (Bug#507.)
1612
16132008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1614
1615 * configure.in:
1616 * configure: Remove references to obsolete systems.
1617
16182008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * Makefile.in (Makefile): Use it for its timestamp value as well, and
1621 make it depend on all other */.in files.
1622 (src/Makefile, src/config.stamp, lib-src/Makefile)
1623 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
1624 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
1625 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
1626 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
1627
1628 * configure.in: Don't create src/config.stamp any more.
1629
16302008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
1633
16342008-06-22 Glenn Morris <rgm@gnu.org>
1635
1636 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
1637
16382008-06-21 Romain Francoise <romain@orebokech.com>
1639
1640 * Makefile.in (INFO_FILES): Add sasl.
1641
16422008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
1645 (bootstrap-build): Remove.
1646 (top_bootclean): New var.
1647 (top_distclean, bootstrap-clean): Use it.
1648 (bootstrap): Don't recheck config. Make normally.
1649
16502008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * Makefile.in (SUBDIR): Include `lisp'.
1653 (lisp): Depend on `src'.
1654 (top_distclean): Don't remove config.status.
1655 (bootstrap-clean): New target.
1656 (maintainer-clean): Use it.
1657 (bootstrap): Use bootstrap-clean. Re-run config.status.
1658 (src/bootstrap-emacs${EXEEXT}): New target.
1659 (bootstrap-build): Use it. Don't use bootstrap-prepare because
1660 src/Makefile now takes care of it.
1661 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
1662
16632008-06-15 Glenn Morris <rgm@gnu.org>
1664
1665 * info/dir: Add sasl.
1666
16672008-06-09 Alan Mackenzie <acm@muc.de>
1668
1669 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
1670
16712008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
1672
1673 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
1674
16752008-06-07 Glenn Morris <rgm@gnu.org>
1676
1677 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
1678 serve no purpose.
1679
16802008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1681
1682 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
1683 * configure: Regenerate.
1684
16852008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * update-subdirs: Don't touch subdirs.el if it is unchanged.
1688
16892008-05-14 Kenichi Handa <handa@m17n.org>
1690
1691 * configure: Regenerate.
1692
1693 * configure.in: Don't handle --disable-font-backend. Don't print
1694 a message about a font backend.
1695
16962008-05-09 Glenn Morris <rgm@gnu.org>
1697
1698 * configure.in: Make absence of makeinfo a fatal error only if the info
1699 files don't exist.
1700 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
1701
17022008-05-07 Eli Zaretskii <eliz@gnu.org>
1703
1704 * config.bat: Fix last change: don't use < and > in "rem" lines,
1705 they are interpreted as redirection by DOS shells.
1706
17072008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1708
1709 * configure.in: Check availability of AvailabilityMacros.h
1710 if HAVE_CARBON.
1711
1712 * configure: Regenerate.
1713
17142008-05-03 Glenn Morris <rgm@gnu.org>
1715
1716 * configure.in (x_libraries): Remove standard 64-bit directories -
1717 experimental workaround for minor autoconf bug.
1718
1719 * configure.in (--without-makeinfo): New option. If set,
1720 absence of suitable makeinfo is not a fatal error.
1721 * Makefile.in (MAKEINFO): New, set by configure.
1722 (install-arch-indep): Without makeinfo, ignore any missing manuals.
1723 (info-real): New target.
1724 (info): Without makeinfo, do nothing, else call `info-real'.
1725
17262008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1727
1728 * configure.in: Remove hpux10.20 from the desupported list.
1729
17302008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
1733
17342008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
1737 rather than change CPPFLAGS.
1738 (HAVE_GTK): Rename to USE_GTK.
1739
17402008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
1741
1742 * configure.in: Replace the obsolete macros AC_AIX and
1743 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
1744
17452008-04-05 Andreas Schwab <schwab@suse.de>
1746
1747 * configure.in: No longer create admin/unidata/Makefile.
1748
17492008-03-28 Andreas Schwab <schwab@suse.de>
1750
1751 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
1752 (lisp/Makefile): New rule.
1753
17542008-03-13 Glenn Morris <rgm@gnu.org>
1755
1756 * configure.in (AC_INIT): Fix version number.
1757 (sync-input): Reword the option, since it's on by default.
1758
17592008-03-11 Jan Djärv <jan.h.d@swipnet.se>
1760
1761 * configure.in: Add --enable-sync-input, default yes.
1762
17632008-03-11 Glenn Morris <rgm@gnu.org>
1764
1765 * Makefile.in (install-etc, mkdir): Handle directory
1766 etc/images/icons/hicolor/*/mimetypes/.
1767
1768 * make-dist: Handle icons/hicolor/scalable directory.
1769
17702008-03-05 Glenn Morris <rgm@gnu.org>
1771
1772 * configure.in: Enable font-backend by default.
1773 (USE_FONT_BACKEND): Set to "no" in absence of X.
1774 (PKG_CONFIG): Don't set multiple times, once is enough.
1775 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
1776
17772008-03-03 Glenn Morris <rgm@gnu.org>
1778
1779 * Makefile.in (iconsrcdir): New variable.
1780 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
1781 directory.
1782
17832008-02-29 Glenn Morris <rgm@gnu.org>
1784
1785 * test/: New directory.
1786
17872008-02-27 Jan Djärv <jan.h.d@swipnet.se>
1788
1789 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
1790
17912008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1792
1793 * configure.in: Print an error for systems that we think are obsolete
1794 and are proposed to be removed. Remove some more unused systems.
1795 Add support for powerpc-ibm-aix6*.
1796
17972008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1798
1799 * configure.in: Remove references to obsolete variables and systems.
1800
18012008-02-21 Glenn Morris <rgm@gnu.org>
1802
1803 * Makefile.in (set_installuser): New.
1804 (install-arch-indep): Use set_installuser to avoid duplicate code.
1805
1806 * README.unicode: Split into admin/notes/unicode,font-backend and
1807 remove.
1808
18092008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
1810
1811 * configure.in (arm*-*-freebsd*): Add.
1812
18132008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1814
1815 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
1816 dealing with obsolete variables.
1817
18182008-02-08 Glenn Morris <rgm@gnu.org>
1819
1820 * Makefile.in (check-info-dir): New target.
1821
18222008-02-08 Michael Olson <mwolson@gnu.org>
1823
1824 * Makefile.in (INFO_FILES): Add epa.
1825
1826 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
1827 features" section.
1828
18292008-02-06 Glenn Morris <rgm@gnu.org>
1830
1831 * configure.in (--with-gcc): Give an error saying this option has
1832 been removed.
1833 (--with-gtk): Remove this option.
1834
18352008-02-06 Tom Tromey <tromey@redhat.com>
1836
1837 * configure.in (--with-gcc): Remove.
1838 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
1839
18402008-02-05 Ulrich Mueller <ulm@gentoo.org>
1841
1842 * INSTALL: Recommend giflib, not libungif.
1843
18442008-02-05 Tom Tromey <tromey@redhat.com>
1845
1846 * configure.in (--with-dbus): Default to enabled.
1847
18482008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
1849
1850 * INSTALL (Complex Text Layout support libraries): New section.
1851
18522008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1853
1854 * make-dist: Remove references to files in mac/ that have been
1855 deleted.
1856
18572008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1858
1859 * configure.in: For libotf and m17n-flt checks, set shell vars
1860 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
1861 pkg_check_m17n_flt, respectively, for the sake of the summary output.
1862 Reported by Ulrich Mueller.
1863
18642008-02-02 Eli Zaretskii <eliz@gnu.org>
1865
1866 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
1867 admin/unidata/Makefile.in to Makefile.
1868
18692008-02-02 Glenn Morris <rgm@gnu.org>
1870
1871 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
1872 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
1873 (HAVE_XFT): Add "Does Emacs use..." messages at end.
1874
18752008-02-01 Miles Bader <miles@gnu.org>
1876
1877 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
1878 [libotf], and [m17n-flt] options.
1879
18802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1881
1882 * configure.in: Add EMACS_ARG_N([libotf]...), and
1883 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
1884 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
1885 CFLAGS, and LIBS in checking of m17n-flt.
1886
18872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1888
1889 * configure.in: Check the availability of m17n-flt library.
1890
18912008-02-01 Kenichi Handa <handa@m17n.org>
1892
1893 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
1894 not available.
1895
18962008-02-01 Kenichi Handa <handa@m17n.org>
1897
1898 * configure.in: New args --enable-font-backend, --with-xft,
1899 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
1900 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
1901 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
1902 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
1903
19042008-02-01 Kenichi Handa <handa@m17n.org>
1905
1906 * make-dist: Include etc/charsets in tarball.
1907
19082008-02-01 Kenichi Handa <handa@m17n.org>
1909
1910 * configure.in: While running cpp on junk.c, include
1911 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
1912 exists.
1913
19142008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * configure.in (xtensa): Match more configurations.
1917
19182008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * configure.in: Update comment.
1921
19222008-01-26 Glenn Morris <rgm@gnu.org>
1923
1924 * configure.in (--without-gcc): By default, neither off nor on.
1925 (--with-carbon): Tone down rhetoric in help text.
1926
19272008-01-25 Glenn Morris <rgm@gnu.org>
1928
1929 * configure.in: Correct usage of OPTION_DEFAULT_ON,
1930 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
1931 Default `Carbon' to off (it's unsupported).
1932
19332008-01-24 Glenn Morris <rgm@gnu.org>
1934
1935 * configure.in: Standardize dbus-related messages.
1936
19372008-01-23 Michael Olson <mwolson@gnu.org>
1938
1939 * configure.in (pkg-config-prog): Remove initial whitespace.
1940
19412008-01-23 Tom Tromey <tromey@redhat.com>
1942
1943 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
1944 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
1945 Update all users.
1946
19472008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
1948
1949 * config.guess, config.sub: Updated from master source.
1950
19512008-01-17 Andreas Schwab <schwab@suse.de>
1952
1953 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
1954
19552008-01-17 Glenn Morris <rgm@gnu.org>
1956
1957 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
1958
19592008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
1960
1961 * configure.in: Remove more references to unsupported systems.
1962
19632008-01-16 Sven Joachim <svenjoac@gmx.de>
1964
1965 * make-dist: Add --lzma.
1966
19672008-01-16 Glenn Morris <rgm@gnu.org>
1968
1969 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
1970 configure checks for this.
1971
19722008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1973
1974 * configure.in: Remove more references to unsupported systems.
1975
19762008-01-06 Romain Francoise <romain@orebokech.com>
1977
1978 * configure.in: Delete extra semicolons.
1979
19802008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1981
1982 * configure.in: Remove references to unsupported systems.
1983
19842008-01-05 Romain Francoise <romain@orebokech.com>
1985
1986 * make-dist: Add --bzip2. Update copyright.
1987
19882008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1989
1990 * configure.in: Remove support for Masscomp.
1991
19922008-01-05 Glenn Morris <rgm@gnu.org>
1993
1994 * Makefile.in (desktopdir, icondir): New variables.
1995 (install-arch-indep): Also depend on `install-etc'.
1996 (install-etc): New target.
1997 (mkdir): Also create the `applications' and `icons' directories.
1998
19992008-01-04 Glenn Morris <rgm@gnu.org>
2000
2001 * make-dist: Update for new etc/images/icons/hicolor directory.
2002
20032007-12-09 Andreas Schwab <schwab@suse.de>
2004
2005 * configure.in: D-Bus is not enabled by default.
2006
20072007-12-06 Jan Djärv <jan.h.d@swipnet.se>
2008
2009 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
2010 change.
2011
20122007-12-04 Jan Djärv <jan.h.d@swipnet.se>
2013
2014 * configure.in: Give package name and version to AC_INIT.
2015
20162007-12-03 Magnus Henoch <mange@freemail.hu>
2017
2018 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
2019
20202007-12-03 Michael Albinus <michael.albinus@gmx.de>
2021
2022 * configure.in: No need for DBUS_INFO anymore.
2023
2024 * Makefile.in (INFO_FILES): Use dbus unconditionally.
2025
20262007-12-02 Michael Albinus <michael.albinus@gmx.de>
2027
2028 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
2029
2030 * Makefile.in (INFO_FILES): Add dbus.
2031
20322007-12-02 Romain Francoise <romain@orebokech.com>
2033
2034 * make-dist: Fix last change.
2035
20362007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
2037
2038 * configure.in: Add support for gnu-kfreebsd.
2039
20402007-11-28 Glenn Morris <rgm@gnu.org>
2041
2042 * make-dist: Add etc/nxml.
2043
20442007-11-24 Romain Francoise <romain@orebokech.com>
2045
2046 * Makefile.in (INFO_FILES): Add nxml-mode.
2047
20482007-11-23 Romain Francoise <romain@orebokech.com>
2049
2050 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
2051 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
2052
20532007-11-20 Andreas Schwab <schwab@suse.de>
2054
2055 * configure.in: Always include <resolv.h> when checking for res_init.
2056
20572007-11-17 Andreas Schwab <schwab@suse.de>
2058
2059 * update-subdirs: Atomically update subdirs.el.
2060
20612007-11-17 Glenn Morris <rgm@gnu.org>
2062
2063 * Makefile.in (check-declare): New target.
2064
20652007-11-07 Glenn Morris <rgm@gnu.org>
2066
2067 * configure.in: Deprecate Mac Carbon port.
2068
20692007-11-01 Jan Djärv <jan.h.d@swipnet.se>
2070
2071 * configure.in: Remove HAVE_X11R5 check.
2072
20732007-10-31 Glenn Morris <rgm@gnu.org>
2074
2075 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
2076 when changing ownership of installed files.
2077
20782007-10-30 Glenn Morris <rgm@gnu.org>
2079
2080 * make-dist: Add new directory etc/gnus.
2081
20822007-10-30 Michael Olson <mwolson@gnu.org>
2083
2084 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
2085
20862007-10-29 Glenn Morris <rgm@gnu.org>
2087
2088 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
2089
20902007-10-23 Glenn Morris <rgm@gnu.org>
2091
2092 * MAINTAINERS: Move to admin/.
2093
20942007-10-17 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
2097 (HAVE_LIBRESOLV): Also define if we are using res_init().
2098
20992007-10-17 Glenn Morris <rgm@gnu.org>
2100
2101 * FTP: Remove file, since it's just a duplicate of one in etc/.
2102
21032007-10-05 Eli Zaretskii <eliz@gnu.org>
2104
2105 * config.bat: Fix configuring `doc' due to changes in the
2106 directory structure.
2107
21082007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2109
2110 * configure.in: Don't use -lpthread on HP-UX.
2111
21122007-09-16 Glenn Morris <rgm@gnu.org>
2113
2114 * make-dist: File gfdl.1 has been removed.
2115
21162007-09-15 Glenn Morris <rgm@gnu.org>
2117
2118 * configure.in: Fix makeinfo version regexp.
2119
21202007-09-12 Glenn Morris <rgm@gnu.org>
2121
2122 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
2123 implementation of alloca is not found.
2124
2125 * Makefile.in (SOURCES, unlock, relock): Delete.
2126 (install-arch-indep): Do not exclude the etc/ Makefiles.
2127
21282007-09-09 Juri Linkov <juri@jurta.org>
2129
2130 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
2131
2132 * README: Add doc/ to documentation directories.
2133
21342007-09-08 Michael Olson <mwolson@gnu.org>
2135
2136 * MAINTAINERS: Add myself for ERC and tq.el.
2137 Update for new doc/ directory layout.
2138
21392007-09-06 Romain Francoise <romain@orebokech.com>
2140
2141 * make-dist: Update for new doc/ directory layout.
2142
21432007-09-06 Glenn Morris <rgm@gnu.org>
2144
2145 * Makefile.in (mansrcdir): New variable.
2146 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
2147 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
2148 update these targets for new doc/ directory layout.
2149 (doc/misc/Makefile): New target.
2150 (install-arch-indep): Use mansrcdir for new location of manpages.
2151 (mostlyclean, clean, distclean, maintainer-clean, unlock)
2152 (relock, info, dvi): Update targets for new doc/ directory layout.
2153
2154 * configure.in (AC_OUTPUT): Update names of generated Makefiles
2155 for new doc/ directory layout.
2156
21572007-09-02 Andreas Schwab <schwab@suse.de>
2158
2159 * configure.in: Use AS_HELP_STRING throughout.
2160 * configure: Regenerate.
2161
21622007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2163
2164 * configure.in: Require Gtk/Glib 2.6.
2165
21662007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2167
2168 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
2169 Use them throughout in place of AC_ARG_WITH calls.
2170 * configure: Regenerate.
2171
21722007-09-01 Andreas Schwab <schwab@suse.de>
2173
2174 * configure.in: Put quotes around nested macro calls.
2175
21762007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2177
2178 * configure.in: Fix typo.
2179 * configure: Regenerate.
2180
21812007-08-30 Glenn Morris <rgm@gnu.org>
2182
2183 * configure.in (AH_BOTTOM): Copy some manual changes made to
2184 src/config.in here so they are not lost when it regenerates.
2185
2186 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
2187
21882007-08-29 Károly Lőrentey <karoly@lorentey.hu>
2189
2190 * README.multi-tty: New file.
2191
21922007-08-29 Glenn Morris <rgm@gnu.org>
2193
2194 * README: Increase version to 23.0.50.
2195
21962007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2197
2198 * configure.in: New option: --without-xaw3d.
2199
22002007-08-24 Glenn Morris <rgm@gnu.org>
2201
2202 * configure.in: Check for a suitably recent makeinfo.
2203
22042007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2205
2206 * configure.in (Check for required libraries): Typo.
2207
22082007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2209
2210 * configure.in: Check librsvg2 also for Mac Carbon.
2211
22122007-08-22 Romain Francoise <romain@orebokech.com>
2213
2214 * make-dist: Follow reorganization of files in etc/.
2215
22162007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2217
2218 * configure.in: Add support for SVG images through librsvg2.
2219
22202007-07-28 Eli Zaretskii <eliz@gnu.org>
2221
2222 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
2223 to avoid an error message if there is no DOC there.
2224
22252007-07-25 Glenn Morris <rgm@gnu.org>
2226
2227 * Relicense all FSF files to GPLv3 or later.
2228
2229 * COPYING, info/COPYING: Switch to GPLv3.
2230
22312007-06-20 Jan Djärv <jan.h.d@swipnet.se>
2232
2233 * configure.in: Complain if X seems to be installed but no
2234 development files were found.
2235
22362007-06-20 Glenn Morris <rgm@gnu.org>
2237
2238 * configure.in: Prefer libgif over libungif.
2239
22402007-06-14 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * configure.in: Check for all image libraries before exiting.
2243
22442007-06-13 Jan Djärv <jan.h.d@swipnet.se>
2245
2246 * configure.in: Exit with error if image libraries aren't found.
2247
22482007-06-13 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
2251 when compiling without scrollbars.
2252
22532007-06-12 Glenn Morris <rgm@gnu.org>
2254
2255 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2256
22572007-06-11 Jan Djärv <jan.h.d@swipnet.se>
2258
2259 * configure.in: Change wording about yes/gtk and lucid/athena
2260 being synonyms.
2261
22622007-06-08 Glenn Morris <rgm@gnu.org>
2263
2264 * configure.in: Make gtk the default toolkit.
2265
22662007-06-07 Glenn Morris <rgm@gnu.org>
2267
2268 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
2269 for a Sun C compiler.
2270
2271 * Makefile.in (install-arch-indep): Install only the DOC- file
2272 specific to the build, if possible, rather than DOC-*.
2273
22742007-06-02 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * Version 22.1 released.
2277
22782007-05-25 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * mkinstalldirs: Sync to version in automake CVS.
2281
22822007-05-22 Andreas Schwab <schwab@suse.de>
2283
2284 * configure.in: Prefer build_alias over host when host_alias is not set.
2285 * configure: Regenerate.
2286
22872007-05-20 Andreas Schwab <schwab@suse.de>
2288
2289 * configure.in: Remove empty AC_SUBST.
2290 * configure: Regenerate.
2291
22922007-05-20 Nick Roberts <nickrob@snap.net.nz>
2293
2294 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
2295 it like others.
2296 * configure: Regenerate.
2297
22982007-05-20 Nick Roberts <nickrob@snap.net.nz>
2299
2300 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2301 (AC_CHECK_LIB): Add -lgpm.
2302 * configure: Regenerate.
2303
23042007-05-03 Glenn Morris <rgm@gnu.org>
2305
2306 * configure: Tweak message about the absence of shell functions.
2307
23082007-04-27 Andreas Schwab <schwab@suse.de>
2309
2310 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2311
23122007-04-26 Glenn Morris <rgm@gnu.org>
2313
2314 * README: Increase version to 22.1.50.
2315
23162007-04-24 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2319
23202007-04-19 Glenn Morris <rgm@gnu.org>
2321
2322 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2323
23242007-04-18 Glenn Morris <rgm@gnu.org>
2325
2326 * INSTALL: Mention CPP.
2327
23282007-04-15 Glenn Morris <rgm@gnu.org>
2329
2330 * FTP: Replace with a pointer to the web version.
2331
23322007-04-13 Glenn Morris <rgm@gnu.org>
2333
2334 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2335
23362007-04-04 Glenn Morris <rgm@gnu.org>
2337
2338 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2339 compiling with Sun Studio on Solaris.
2340
23412007-03-23 Glenn Morris <rgm@gnu.org>
2342
2343 * configure.in: Restore support for hp800 (removed 2007-01-27)
2344 following clarification of legal status.
2345
23462007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2347
2348 * configure.in: Add support for AIX4.3 on IBM RS6000.
2349
2350 * configure: Regenerate.
2351
23522007-03-20 Richard Stallman <rms@gnu.org>
2353
2354 * configure.in: Fix previous change.
2355
23562007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2357
2358 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2359 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2360 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2361
23622007-03-19 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2365 user specifies "without".
2366
2367 * configure: Regenerate.
2368
23692007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2370
2371 * configure.in: Warning for Gtk+ and Cygwin added.
2372 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2373
23742007-02-27 Glenn Morris <rgm@gnu.org>
2375
2376 * make-dist (oldXMenu): Remove Imakefile.
2377 (etc/images): Add README.
2378
23792007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * configure.in (xtensa-*-linux-gnu*): New configuration.
2382
2383 * configure: Regenerate.
2384
23852007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 * config.guess, config.sub: Updated from master source.
2388
23892007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2390
2391 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2392
23932007-01-29 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * configure.in: Restore support for hp800's not running HP-UX.
2396
2397 * configure: Regenerate.
2398
23992007-01-27 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * configure.in: Remove support for hp800 and sr2k machine types.
2402
2403 * configure: Regenerate.
2404
24052007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2406
2407 * configure.in: Add check for libXft.
2408
24092007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2410
2411 * INSTALL: Info files moved to share/info.
2412
24132007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2414
2415 * configure.in: Detect and use fink-installed in intel-based Mac
2416 builds; change Apple Darwin section to support both PowerPC and
2417 Intel-based Macs.
2418
24192006-12-26 Andreas Schwab <schwab@suse.de>
2420
2421 * Makefile.in (datarootdir): Define.
2422
24232006-12-24 Richard Stallman <rms@gnu.org>
2424
2425 * configure.in: Require Autoconf 2.61.
2426
24272006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2428
2429 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
2430 Remove redundant entry for powerpc-apple-netbsd.
2431
2432 * configure: Regenerate.
2433
24342006-12-22 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * configure: Regenerate with autoconf 2.61.
2437
24382006-12-20 Jan Djärv <jan.h.d@swipnet.se>
2439
2440 * configure.in: Detect alsa/asoundlib.h also.
2441 * configure: Regenerate.
2442
24432006-12-19 Jan Djärv <jan.h.d@swipnet.se>
2444
2445 * configure.in: Check if GTK+ compiles at all.
2446
24472006-12-10 Andreas Schwab <schwab@suse.de>
2448
2449 * configure.in: Remove check for struct timezone, its result is
2450 never used.
2451
24522006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2453
2454 * configure.in: Add support for Solaris 10 on x86-64.
2455
24562006-12-08 Jan Djärv <jan.h.d@swipnet.se>
2457
2458 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
2459 of PKG_CONFIG_PATH.
2460
24612006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2462
2463 * configure.in (HAVE_SYNC): New test.
2464
24652006-12-03 Glenn Morris <rgm@gnu.org>
2466
2467 * Makefile.in: Fix Copyright format.
2468
2469 * configure.in (AH_TOP): Add missing Copyright year.
2470
2471 * update-subdirs: Add missing Copyright years.
2472
24732006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
2474
2475 * Makefile.in: Touch only the parts of the share/emacs directory
2476 specific to this version.
2477
24782006-11-26 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
2481
24822006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2483
2484 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
2485
24862006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2487
2488 * configure.in: Prefer X11 to Carbon only when some X-specific
2489 option is specified (Thanks to Jan Djärv and Andreas Schwab).
2490
24912006-11-04 Romain Francoise <romain@orebokech.com>
2492
2493 * Makefile.in (bootstrap-clean-before): Fix typo.
2494 Use new target `bootstrap-clean' in the leim subdirectory.
2495
24962006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2497
2498 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
2499
25002006-10-30 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
2503 directories.
2504
25052006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2506
2507 * configure.in: Enable x86-64 OpenBSD compilation.
2508
25092006-10-28 Glenn Morris <rgm@gnu.org>
2510
2511 * AUTHORS: Add cal-html.el author.
2512
25132006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2514
2515 * make-dist: Make links to mac/make-package and
2516 mac/Emacs.app/Contents/Resources/Emacs.icns.
2517
25182006-10-27 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * README: Bump version number to 22.0.90.
2521
25222006-10-23 Andreas Schwab <schwab@suse.de>
2523
2524 * configure.in: Make sure x_default_search_path is always set even
2525 when x_libraries is empty, and look in .../share as well for each
2526 library directory.
2527
25282006-09-28 Kenichi Handa <handa@m17n.org>
2529
2530 * configure.in (locallisppath): Don't include leim dir.
2531 (lisppath): Include leim dir.
2532
25332006-09-15 Jay Belanger <belanger@truman.edu>
2534
2535 * COPYING: Replace "Library Public License" by "Lesser Public
2536 License" throughout.
2537
25382006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2539
2540 * make-dist (EMACS): Exit and fail if the EMACS environment
2541 variable is set to something other than an absolute file name.
2542
25432006-08-16 Andreas Schwab <schwab@suse.de>
2544
2545 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
2546 of hardcoding it.
2547
25482006-08-16 Richard Stallman <rms@gnu.org>
2549
2550 * INSTALL.CVS: Clean up wording.
2551
25522006-07-14 Eli Zaretskii <eliz@gnu.org>
2553
2554 * configure.in (PKG_CHECK_MODULES): Redirect the output of
2555 $PKG_CONFIG --exists "$2" to config.log.
2556 * configure: Regenerate.
2557
25582006-07-08 Richard Stallman <rms@gnu.org>
2559
2560 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
2561
25622006-07-09 Kim F. Storm <storm@cua.dk>
2563
2564 * CONTRIBUTE: Use outline format.
2565 Add section on copyright years (from admin/notes/years).
2566
25672006-07-08 Eli Zaretskii <eliz@gnu.org>
2568
2569 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
2570 to /dev/null, since we don't need the error message, just the
2571 exit status.
2572
25732006-07-07 Eli Zaretskii <eliz@gnu.org>
2574
2575 * CONTRIBUTE: Slight formatting changes and typo fixes.
2576 Add description of NEWS markings.
2577
25782006-07-07 Kim F. Storm <storm@cua.dk>
2579
2580 * CONTRIBUTE: Mention INSTALL.CVS.
2581
25822006-07-05 Romain Francoise <romain@orebokech.com>
2583
2584 * make-dist (top-level): Add CONTRIBUTE.
2585
25862006-07-04 Richard Stallman <rms@gnu.org>
2587
2588 * CONTRIBUTE: Much rewrite.
2589
25902006-07-04 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * CONTRIBUTE: New file.
2593
25942006-06-24 Eli Zaretskii <eliz@gnu.org>
2595
2596 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
2597
25982006-05-18 Jan Djärv <jan.h.d@swipnet.se>
2599
2600 * configure.in: Add check for ALSA.
2601
26022006-05-06 Eli Zaretskii <eliz@gnu.org>
2603
2604 * Makefile.in (INFO_FILES): Remove emacs-xtra.
2605
2606 * info/dir: Remove the Emacs-Xtra entry.
2607
26082006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
2609
2610 Update copyright year(s) in many files.
2611
26122006-04-01 Eli Zaretskii <eliz@gnu.org>
2613
2614 * configure: Regenerated.
2615
26162006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2617
2618 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
2619 --without-toolkit-scroll-bars was specified.
2620
26212006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
2622
2623 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
2624 to CFLAGS. Update Copyright years written to src/config.in.
2625
26262006-03-18 Claudio Fontana <claudio@gnu.org>
2627
2628 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
2629 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
2630 to be installed/uninstalled.
2631 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
2632 to Info files installed by Emacs.
2633
26342006-03-03 Claudio Fontana <claudio@gnu.org>
2635
2636 * Makefile.in (install, uninstall): Add DESTDIR variable to
2637 support staged installations.
2638
26392006-02-14 Richard M. Stallman <rms@gnu.org>
2640
2641 * configure.in (s390x-*-linux-gnu*): New configuration.
2642
26432006-01-31 Jan Djärv <jan.h.d@swipnet.se>
2644
2645 * configure.in: Require GTK 2.4 or newer.
2646
26472006-01-29 Michael Olson <mwolson@gnu.org>
2648
2649 * Makefile.in (install-arch-indep, uninstall): Add ERC.
2650 * info/dir (ERC): New entry.
2651
26522006-01-29 Eli Zaretskii <eliz@gnu.org>
2653
2654 * info/dir: Fix last change.
2655
26562006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2657
2658 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
2659
26602006-01-27 Eli Zaretskii <eliz@gnu.org>
2661
2662 * info/dir: Untabify the whole file.
2663 (Rcirc): New entry.
2664
26652006-01-12 Andreas Schwab <schwab@suse.de>
2666
2667 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
2668 check.
2669
26702006-01-02 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * configure.in: Use -Wno-pointer-sign if available.
2673
26742005-12-29 Andreas Schwab <schwab@suse.de>
2675
2676 * config.guess, config.sub: Updated from master source.
2677
26782005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2679
2680 * configure.in: Use amdx86-64 for freebsd on x86_64.
2681
26822005-11-22 Romain Francoise <romain@orebokech.com>
2683
2684 * make-dist: Add etc/images/icons.
2685
26862005-11-03 Andreas Schwab <schwab@suse.de>
2687
2688 * configure.in: Use GZIP_PROG instead of GZIP.
2689
2690 * Makefile.in (GZIP_PROG): Renamed from GZIP.
2691 (install-arch-indep): Adjust.
2692
26932005-11-01 Andreas Schwab <schwab@suse.de>
2694
2695 * Makefile.in (bootstrap): Fix dependencies for parallel build.
2696 (bootfast): Likewise.
2697
26982005-11-01 Romain Francoise <romain@orebokech.com>
2699
2700 * configure.in: Check for gzip.
2701
2702 * Makefile.in (install): Compress source files.
2703
27042005-10-24 Steven Tamm <steventamm@mac.com>
2705
2706 * configure.in: Fix darwin386 configuration issue.
2707
27082005-10-22 Eli Zaretskii <eliz@gnu.org>
2709
2710 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
2711
27122005-10-17 Bill Wohler <wohler@newt.com>
2713
2714 * make-dist: Create and populate etc/images/low-color.
2715
27162005-10-15 Bill Wohler <wohler@newt.com>
2717
2718 * make-dist: Create and populate etc/images/gud.
2719
27202005-10-08 Richard M. Stallman <rms@gnu.org>
2721
2722 * make-dist (tempparent): Don't check for 14-char file name limit.
2723
27242005-10-07 Romain Francoise <romain@orebokech.com>
2725
2726 * make-dist: Add etc/images/ezimage and etc/images/mail
2727 directories. Install images in etc/images.
2728
27292005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2730
2731 * configure.in: Prefer Carbon if --enable-carbon-app or
2732 --with-carbon is explicitly specified even when X11 is detected.
2733
27342005-09-15 Ulf Jasper <ulf.jasper@web.de>
2735
2736 * Makefile.in (install-arch-indep, uninstall):
2737 Handle newsticker manual.
2738 (info): Add - to commands.
2739
27402005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
2741
2742 Remove the MAXPATHLEN limitations:
2743
2744 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
2745
27462005-09-09 Eli Zaretskii <eliz@gnu.org>
2747
2748 * configure.in <lynxsos*>: Support for LynxOS on PPC.
2749 * configure: Regenerate.
2750
27512005-09-05 Paul Eggert <eggert@cs.ucla.edu>
2752
2753 * config.guess, config.sub: Updated from master source.
2754
27552005-08-03 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * .cvsignore: Add `lock'.
2758
27592005-07-28 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
2762
27632005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2764
2765 Merge gnulib getopt implementation into Emacs.
2766
2767 * Makefile.in (AUTOCONF_INPUTS): New macro.
2768 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
2769 so that these files also depend on m4/getopt.m4.
2770 * configure.in: Configure getopt by including m4/getopt.m4,
2771 and configuring a getopt replacement if necessary.
2772 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
2773 * m4/getopt.m4: New file.
2774
27752005-07-06 Lute Kamstra <lute@gnu.org>
2776
2777 * configure.in: Fix capitalization.
2778
27792005-07-04 Lute Kamstra <lute@gnu.org>
2780
2781 Update FSF's address in GPL notices.
2782
27832005-06-19 Jérôme Marant <jerome@marant.org>
2784
2785 * Makefile.in (epaths-force): Protect both lisppath and
2786 buildlisppath from whitespace.
2787
27882005-06-08 Steven Tamm <steventamm@mac.com>
2789
2790 * configure.in: Support Darwin/MacOSX on Intel
2791
27922005-06-06 Jan Djärv <jan.h.d@swipnet.se>
2793
2794 * configure.in (HAVE_CANCELMENUTRACKING): New test.
2795
27962005-05-11 Jérôme Marant <jmarant@marant.org>
2797
2798 * configure.in: Add --enable-locallisppath.
2799
28002005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2801
2802 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
2803 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
2804 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
2805
28062005-05-07 Jérôme Marant <jerome@marant.org>
2807
2808 * make-dist: Remove references to makefile.nt and makefile.def.
2809 Include widgets and images subdirectories of etc. Do not exclude
2810 ldefs-boot.el.
2811
28122005-04-23 Andreas Schwab <schwab@suse.de>
2813
2814 * configure.in: Remove duplicate match for powerpc configuration.
2815
28162005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
2817
2818 * configure.in: Check for <pwd.h>.
2819
28202005-04-14 Lute Kamstra <lute@gnu.org>
2821
2822 * make-dist: Distribute all ChangeLog files in lisp/.
2823 Don't distribute ldefs-boot.el.
2824 lisp/makefile.nt no longer exists.
2825
28262005-04-13 Lute Kamstra <lute@gnu.org>
2827
2828 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
2829 for "no-byte-compile: t" in the file instead.
2830
28312005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
2834 shadow the main Lesstif/Motif-2.1 libs and includes.
2835
28362005-03-10 Jan Djärv <jan.h.d@swipnet.se>
2837
2838 * configure.in: Only add XASSERTS to cppflags.
2839
28402005-03-04 Jan Djärv <jan.h.d@swipnet.se>
2841
2842 * configure.in: Added --enable-asserts.
2843
28442005-02-09 Kim F. Storm <storm@cua.dk>
2845
2846 Change release version from 21.4 to 22.1 throughout.
2847 Change development version from 21.3.50 to 22.0.50.
2848
28492005-01-19 Steven Tamm <steventamm@mac.com>
2850
2851 * configure.in: Check for <sys/utsname.h>.
2852
28532004-12-11 Kim F. Storm <storm@cua.dk>
2854
2855 * Makefile.in (info): Undo 2004-12-05 change.
2856
28572004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2858
2859 * info/dir (File): Add URL and Org Mode manuals.
2860 * Makefile.in (install-arch-indep, uninstall): Add url and org
2861 manuals.
2862
28632004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
2866 committed to src/config.in.
2867
28682004-12-07 Jan Djärv <jan.h.d@swipnet.se>
2869
2870 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
2871 pthreads and define HAVE_GTK_AND_PTHREAD.
2872
28732004-12-05 Richard M. Stallman <rms@gnu.org>
2874
2875 * Makefile.in (info): Ignore errors building info files.
2876
28772004-11-27 Eli Zaretskii <eliz@gnu.org>
2878
2879 * config.bat: If 8-byte alignment is not supported, define
2880 NO_DECL_ALIGN in src/config.h, instead of trivially defining
2881 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
2882 filter through Sed to remove the quotes.
2883
28842004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
2887 not apply to files explicitly `cvs add'ed.
2888
28892004-11-12 Eli Zaretskii <eliz@gnu.org>
2890
2891 * config.bat: Don't require djecho.exe for the v1.x build.
2892 Add a test for DECL_ALIGN support, and add a trivial definition to
2893 src/config.h if 8-byte alignment is not supported.
2894
28952004-11-08 Kim F. Storm <storm@cua.dk>
2896
2897 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
2898 files before building.
2899 (bootfast, bootstrap-clean-before-fast): New targets, like
2900 bootstrap but don't remove .elc files.
2901
29022004-11-06 Lars Brinkhoff <lars@nocrew.org>
2903
2904 * configure.in: Add check for getrusage.
2905
29062004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2907
2908 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
2909 New tests for new and old GTK file dialogs.
2910 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
2911 to no.
2912
29132004-10-20 Jan Djärv <jan.h.d@swipnet.se>
2914
2915 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
2916 can be set. Remove SETARCH test.
2917
29182004-10-08 Steven Tamm <steventamm@mac.com>
2919
2920 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
2921
29222004-10-06 Jan Djärv <jan.h.d@swipnet.se>
2923
2924 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
2925 AC_MSG_WARN. Move output of warning message to end of configure run.
2926
29272004-10-05 Jan Djärv <jan.h.d@swipnet.se>
2928
2929 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
2930 Run test to see if heap start address is random.
2931
29322004-09-29 Miles Bader <miles@gnu.org>
2933
2934 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
2935 if setarch is present.
2936
29372004-09-25 Jan Djärv <jan.h.d@swipnet.se>
2938
2939 * configure.in (HAVE_EXECSHIELD): Only define on x86.
2940
29412004-09-24 Jan Djärv <jan.h.d@swipnet.se>
2942
2943 * configure.in: Check for exec-shield.
2944
29452004-08-06 Andreas Schwab <schwab@suse.de>
2946
2947 * Makefile.in (install-arch-indep, uninstall): Add flymake.
2948
29492004-07-31 Eli Zaretskii <eliz@gnu.org>
2950
2951 * config.bat: Update URLs in the comments.
2952
29532004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
2954
2955 * Makefile.in (install-arch-indep): Add pgg and sieve.
2956
2957 * info/.cvsignore: Added pgg and sieve.
2958
29592004-07-05 Andreas Schwab <schwab@suse.de>
2960
2961 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
2962
29632004-06-21 Kenichi Handa <handa@m17n.org>
2964
2965 * make-dist: Link leim-ext.el into tempdir.
2966
29672004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2968
2969 * info/dir (File): Add emacs-xtra.
2970 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
2971
29722004-06-12 Juri Linkov <juri@jurta.org>
2973
2974 * info/dir: Move menu help lines from `* Menu:' to file header.
2975 Describe the purpose of a red *.
2976
29772004-05-04 Dave Love <fx@gnu.org>
2978
2979 * configure.in: Don't use `extrasub'.
2980
29812004-04-29 Dave Love <fx@gnu.org>
2982
2983 * configure.in: Don't forget to quote args to `test'.
2984
29852004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
2986
2987 * autogen.sh: Update filename in "please read" message.
2988
29892004-04-17 Richard M. Stallman <rms@gnu.org>
2990
2991 * INSTALL: Move the info about site-lisp dirs,
2992 and say uninstalled Emacs looks there too.
2993
29942004-04-04 Eli Zaretskii <eliz@gnu.org>
2995
2996 * config.bat (lib-src): Recognize comment lines in Makefile.in
2997 that have a TAB after the #, to avoid errors in preprocessing with
2998 GCC 3.3.3.
2999
30002004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3001
3002 * Makefile.in: Mention in comment that `make maintainer-clean'
3003 deletes .elc files.
3004
30052004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * update-subdirs: Add local variables to prevent byte-compiling.
3008
30092004-03-21 Dave Love <fx@gnu.org>
3010
3011 * configure.in: Fix previous change.
3012
30132004-03-18 Dave Love <fx@gnu.org>
3014
3015 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
3016
30172004-03-15 Luc Teirlinck <teirllm@auburn.edu>
3018
3019 * info/dir (File): Add SMTP and SES.
3020
30212004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
3024 (bootstrap): Use the new bootstrap-prepare target in lisp.
3025
30262004-02-18 Kim F. Storm <storm@cua.dk>
3027
3028 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
3029
30302004-02-16 Eli Zaretskii <eliz@gnu.org>
3031
3032 * make-dist: Don't link index.*perm and permute-index into tempdir.
3033
30342004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3035
3036 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
3037 to match previous changes by Eli Zaretskii.
3038
30392004-02-09 Luc Teirlinck <teirllm@auburn.edu>
3040
3041 * Makefile.in: Set CDPATH to an empty string.
3042
30432004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * configure.in <darwin>: Use fink packages if available.
3046
30472004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
3048
3049 * make-dist (lispref): Do include lispref/index.texi.
3050
30512004-01-06 Eric Hanchrow <offby1@blarg.net>
3052
3053 * make-dist (tempdir): Include cursors in nt/icons.
3054
30552003-12-30 Eli Zaretskii <eliz@gnu.org>
3056
3057 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
3058 clashes with install-sh on 8+3 filesystems.
3059
30602003-12-08 Miles Bader <miles@gnu.org>
3061
3062 * .cvsignore: Add .arch-inventory.
3063
30642003-12-24 Andreas Schwab <schwab@suse.de>
3065
3066 * configure.in: Check for <sys/socket.h>. Include it before
3067 including <net/if.h>. Move check for <net/if.h> before its use.
3068
30692003-12-24 Jan Djärv <jan.h.d@swipnet.se>
3070
3071 * Makefile.in (install-arch-dep): Don't let cd output go into
3072 pipe for carbon_appdir.
3073
30742003-12-24 Andreas Schwab <schwab@suse.de>
3075
3076 * configure.in (PKG_CHECK_MODULES): Fix quoting.
3077
30782003-12-01 Andreas Schwab <schwab@suse.de>
3079
3080 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
3081 hardcoding gcc.
3082
30832003-11-16 Jan Djärv <jan.h.d@swipnet.se>
3084
3085 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
3086 multiple displays.
3087 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
3088
30892003-09-23 Dave Love <fx@gnu.org>
3090
3091 * configure.in: Check members of struct ifreq.
3092
30932003-09-14 Kim F. Storm <storm@cua.dk>
3094
3095 * configure.in: Add checks for sys/ioctl.h and net/if.h.
3096
30972003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3098
3099 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
3100
31012003-08-18 Lute Kamstra <lute@gnu.org>
3102
3103 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
3104 required anymore.
3105
31062003-08-07 Andrew Choi <akochoi@shaw.ca>
3107
3108 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
3109 option instead of -traditional-cpp for CPP.
3110
31112003-07-29 Richard M. Stallman <rms@gnu.org>
3112
3113 * configure.in (HAVE_XIM): Define if XIM is available.
3114
31152003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3116
3117 * configure.in: The function gtk_window_set_icon_from_file was
3118 introduced in GTK+ 2.2, so check for that release.
3119
31202003-07-23 Andreas Schwab <schwab@suse.de>
3121
3122 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
3123
3124 * Makefile.in (YACC): Remove, not used.
3125 (MAINT): Don't set.
3126 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
3127 disable dependency on ${srcdir}/configure.in when maintainer mode
3128 is disabled.
3129
31302003-07-22 Dave Love <fx@gnu.org>
3131
3132 * configure.in: Make XRegisterIMInstantiateCallback test depend on
3133 HAVE_X11, not with_xim.
3134 (HAVE_CRTIN): Provide template.
3135 <with_png>: Test for png.h and libpng/png.h.
3136
31372003-07-15 Andreas Schwab <schwab@suse.de>
3138
3139 * configure.in: Temporarily leave quoting for AC_DEFINE.
3140
31412003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3142
3143 * configure.in: Check for posix_memalign.
3144
31452003-07-12 Richard M. Stallman <rms@gnu.org>
3146
3147 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
3148
31492003-07-09 Kim F. Storm <storm@cua.dk>
3150
3151 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
3152 functionality of --without-xim.
3153
31542003-06-29 Dave Love <fx@gnu.org>
3155
3156 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
3157
31582003-06-23 Dave Love <fx@gnu.org>
3159
3160 * configure.in: Check for sys/_mbstate_t.h.
3161 Test XRegisterIMInstantiateCallback prototype.
3162 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
3163
31642003-06-06 Dave Love <fx@gnu.org>
3165
3166 * configure.in: Check for locale.h.
3167
31682003-06-05 Dave Love <fx@gnu.org>
3169
3170 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
3171 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
3172 (NLIST_STRUCT): Don't define.
3173 (AH_BOTTOM): Define my_strftime.
3174
31752003-06-02 Richard M. Stallman <rms@gnu.org>
3176
3177 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
3178
31792003-05-24 Andreas Schwab <schwab@suse.de>
3180
3181 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
3182 bzero, and bcmp.
3183
31842003-05-22 Dave Love <fx@gnu.org>
3185
3186 * configure.in: Remove redundant test for term.h. Test for difftime.
3187
31882003-05-20 Dave Love <fx@gnu.org>
3189
3190 * configure.in: Append * to s390-*-linux-gnu case.
3191 (LIBMAIL) <lockfile>: Don't define.
3192
31932003-04-30 Richard M. Stallman <rms@gnu.org>
3194
3195 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3196
31972003-04-28 Francesco Potortì <pot@gnu.org>
3198
3199 * configure.in: Undo last (RMS') change, as it is useless, per
3200 Dave Love.
3201
32022003-04-08 Richard M. Stallman <rms@gnu.org>
3203
3204 * configure.in: Put #include of jpeglib.h at start of line.
3205
32062003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3207
3208 * INSTALL (* GNU/Linux development packages): Mention Debian and
3209 RedHat package names.
3210
32112003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
3212
3213 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3214
32152003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3216
3217 * INSTALL (* GNU/Linux development packages): Tell people to
3218 install additional packages for compiling Emacs.
3219
32202003-04-06 Francesco Potortì <pot@gnu.org>
3221
3222 * configure.in: Use the same configuration for all aix5, not just
3223 aix5.1.
3224
32252003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
3226
3227 * configure.in: Check for need for bigtoc support on IBM AIX for
3228 solving a linker table overflow problem.
3229
32302003-03-03 Rob Browning <rlb@defaultvalue.org>
3231
3232 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
3233 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
3234 over bzero, bcmp, and bcopy.
3235
32362003-02-23 Simon Josefsson <jas@extundo.com>
3237
3238 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
3239
32402003-02-21 Klaus Zeitler <kzeitler@lucent.com>
3241
3242 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
3243
32442003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
3245
3246 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
3247
32482003-02-08 Andreas Schwab <schwab@suse.de>
3249
3250 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3251 instead of the substitution.
3252
32532003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3254
3255 * Makefile.in: Use @EXEEXT@ for Cygwin.
3256 Use USERNAME if LOGNAME is not set (for Cygwin).
3257
3258 * configure.in: Add opsys=cygwin.
3259
32602003-01-22 Andreas Schwab <schwab@suse.de>
3261
3262 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
3263 redefining it explicitly in src/config.in.
3264
32652003-01-22 Markus Rost <rost@math.ohio-state.edu>
3266
3267 * Makefile.in (bootstrap): Make bootstrap-after.
3268
32692003-01-20 Jan Djärv <jan.h.d@swipnet.se>
3270
3271 * configure.in: Fix --with-gtk.
3272
32732003-01-19 Jan Djärv <jan.h.d@swipnet.se>
3274
3275 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
3276
3277 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
3278
32792003-01-14 Francesco Potortì <pot@gnu.org>
3280
3281 * configure.in (m68k-motorola-sysv): Remove (obsolete).
3282
32832003-01-07 Steven Tamm <steventamm@mac.com>
3284
3285 * configure.in: New option, --enable-carbon-app, to specify
3286 that the application should be installed
3287 * Makefile.in (install-arch-dep): On Mac OS X, install the
3288 Emacs.app application if carbon-app is enabled
3289
32902003-01-06 Dave Love <fx@gnu.org>
3291
3292 * configure.in: Check for nl_langinfo.
3293 [!HAVE_SIZE_T]: Fix typedef.
3294
32952003-01-06 David Kastrup <dak@gnu.org>
3296
3297 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3298
3299 * configure.in: Add tests for install-info.
3300
33012002-12-09 Markus Rost <rost@math.ohio-state.edu>
3302
3303 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3304 use again sol2-6 instead of sol2-8.
3305
33062002-12-09 Dave Love <fx@gnu.org>
3307
3308 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3309
33102002-12-08 Andreas Schwab <schwab@suse.de>
3311
3312 * Makefile.in (install-arch-indep): Revert last change.
3313
33142002-11-27 Dave Love <fx@gnu.org>
3315
3316 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3317 Check for __sys_siglist too. Check for memset.
3318 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3319
33202002-11-22 Juanma Barranquero <lektu@terra.es>
3321
3322 * config.guess, config.sub: Updated from master source.
3323
33242002-11-19 Karl Fogel <kfogel@red-bean.com>
3325
3326 * autogen.sh: New file.
3327
33282002-11-15 Dave Love <fx@gnu.org>
3329
3330 * configure.in: Tidy up various quoting issues throughout.
3331 Use AC_GNU_SOURCE.
3332 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3333 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3334 Maybe define bcopy, bzero, bcmp.
3335 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3336 non-existent machine file).
3337 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3338 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3339 (nlist.h): Move test up.
3340
33412002-11-18 Markus Rost <rost@math.ohio-state.edu>
3342
3343 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3344
33452002-11-14 Francesco Potortì <pot@gnu.org>
3346
3347 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3348
33492002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3350
3351 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3352
33532002-11-08 Dave Love <fx@gnu.org>
3354
3355 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3356 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3357
33582002-11-07 Miles Bader <miles@gnu.org>
3359
3360 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3361 Handle separate-build-dir case.
3362
33632002-11-06 Richard M. Stallman <rms@gnu.org>
3364
3365 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3366 bulletproof. $bar may be empty when there are no .elc files.
3367
33682002-10-30 Dave Love <fx@gnu.org>
3369
3370 * configure.in: Require autoconf 2.53. Test for pty.h,
3371 sys/mman.h, sys/param.h, mremap, memmove.
3372 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3373 (AC_PROG_YACC): Delete.
3374 (size_t): Use AC_CHECK_TYPES.
3375 (AH_TOP): Up-date copyright.
3376
33772002-10-01 Juanma Barranquero <lektu@terra.es>
3378
3379 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3380
33812002-09-19 Richard M. Stallman <rms@gnu.org>
3382
3383 * configure.in: Fix the LessTif-directory-finder for real.
3384
33852002-09-14 Richard M. Stallman <rms@gnu.org>
3386
3387 * Makefile.in (maybe_bootstrap): Test for complete absence
3388 of compiled Lisp files.
3389
33902002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3391
3392 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3393 (bootstrap-clean-after): Delete.
3394 (bootstrap): Make the sequencing explicit.
3395
33962002-09-10 Richard M. Stallman <rms@gnu.org>
3397
3398 * configure.in: Fix previous LessTif change.
3399
34002002-09-09 Richard M. Stallman <rms@gnu.org>
3401
3402 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3403 (powerpcle-*-solaris*): Use version 2.6 as default.
3404 (*-sunos5.6*, *-solaris2.6*): New alternative.
3405 (*-sunos5*): Use version 2.6 as default.
3406
34072002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3408
3409 * configure.in: Fix typo.
3410
34112002-09-05 Richard M. Stallman <rms@gnu.org>
3412
3413 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
3414
3415 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
3416 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
3417
34182002-08-26 Kim F. Storm <storm@cua.dk>
3419
3420 * Makefile.in (install-arch-indep): Do not remove DOC file
3421 when it is the only DOC file installed; this is the case when
3422 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
3423
34242002-07-24 Markus Rost <rost@math.ohio-state.edu>
3425
3426 * configure.in: Fix typo.
3427
34282002-07-24 Richard M. Stallman <rms@gnu.org>
3429
3430 * configure.in: Don't print anything special about gamedir.
3431
3432 * configure.in: Delete nonstandard --with-game-user option.
3433
34342002-07-21 Richard M. Stallman <rms@gnu.org>
3435
3436 * Makefile.in (gamedir, localstatedir): New variables.
3437 (epaths-force): Insert value of gamedir into PATH_GAME.
3438
3439 * configure.in (gamedir): Handle it like lispdir.
3440 (--with-game-dir option): Delete.
3441
34422002-06-21 Pavel Janík <Pavel@Janik.cz>
3443
3444 * configure.in: Add support for mipseb-*-netbsd* machines.
3445
34462002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3447
3448 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
3449
34502002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3451
3452 * info/dir (File): Add an entry for Tramp.
3453
34542002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3455
3456 * INSTALL-CVS: New file.
3457
34582002-06-07 Andreas Schwab <schwab@suse.de>
3459
3460 * configure.in (x86_64-*-linux-gnu*): New system.
3461
34622002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * config.bat: Handle the case when lispintro is truncated to lispintr.
3465
34662002-05-26 Paul Eggert <eggert@twinsun.com>
3467
3468 * config.guess, config.sub: Updated from master source.
3469
34702002-05-09 Richard M. Stallman <rms@gnu.org>
3471
3472 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
3473
34742002-05-04 Pavel Janík <Pavel@Janik.cz>
3475
3476 * make-dist: Do not distribute lock/ directory.
3477
34782002-04-30 Andrew Choi <akochoi@shaw.ca>
3479
3480 * configure.in: Provide documentation string when defining
3481 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
3482 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
3483
34842002-04-28 Colin Walters <walters@verbum.org>
3485
3486 * configure.in: Delete configure check for access to the game user.
3487
34882002-04-29 Pavel Janík <Pavel@Janik.cz>
3489
3490 * make-dist: lwlib/Imakefile is removed.
3491
34922002-04-26 Andrew Choi <akochoi@shaw.ca>
3493
3494 * configure.in: Add support for powerpc-apple-darwin*.
3495 (HAVE_CARBON): Add.
3496
3497 * make-dist: Create directories in mac/Emacs.app.
3498
34992002-04-25 Pavel Janík <Pavel@Janik.cz>
3500
3501 * make-dist: lwlib-Xol* are removed.
3502
35032002-04-23 Andreas Schwab <schwab@suse.de>
3504
3505 * Makefile.in (MAINT): New variable.
3506 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
3507 instead of configure.in, to avoid running autoconf and autoheader
3508 unless explicitly requested.
3509
35102002-04-16 Eli Zaretskii <eliz@gnu.org>
3511
3512 * config.bat: Update for msdos/sed2v2.inp.
3513
35142002-04-15 Andreas Schwab <schwab@suse.de>
3515
3516 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
3517 * configure.in: Add config header templates to all AC_DEFINE and
3518 AC_DEFINE_UNQUOTED symbols.
3519 * make-dist: Run autoheader if necessary.
3520
35212002-04-10 Colin Walters <walters@verbum.org>
3522
3523 * configure.in: Add --game-dir, --game-user. Test to see if we
3524 can use them.
3525
35262002-04-08 Pavel Janík <Pavel@Janik.cz>
3527
3528 * configure.in: Add --with-sound.
3529
35302002-03-18 Kim F. Storm <storm@cua.dk>
3531
3532 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
3533 and getsockname functions. Test for sys/un.h include file.
3534
35352002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
3536
3537 * configure.in: Support AIX 5.1.
3538
35392002-03-10 Jan Djärv <jan.h.d@swipnet.se>
3540
3541 * configure.in: Added test for X Session Management (HAVE_X_SM).
3542
35432002-03-03 Richard M. Stallman <rms@gnu.org>
3544
3545 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
3546 Run chown $${LOGNAME} on files installed by tar xvf.
3547
35482002-03-03 Kim F. Storm <storm@cua.dk>
3549
3550 * configure.in: Test for getpeername.
3551
35522002-03-01 Richard M. Stallman <rms@gnu.org>
3553
3554 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
3555 (HAVE_GIF): Don't use old libungif versions that crash.
3556
35572002-02-26 Richard M. Stallman <rms@gnu.org>
3558
3559 * configure.in <making srcdir absolute>: Verify that PWD is correct,
3560 not just well-formed and valid.
3561 (mips-compaq-nonstopux*): New configuration.
3562
35632002-02-18 Paul Eggert <eggert@twinsun.com>
3564
3565 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
3566 "sed q" is a portable equivalent to plain "head -1".
3567
35682002-02-13 Richard M. Stallman <rms@gnu.org>
3569
3570 * Makefile.in (maybe_bootstrap): Do `exit 1'.
3571 (all): Don't depend on maybe_bootstrap here.
3572 (${SUBDIR}): Depend on it here instead.
3573
35742002-02-08 Richard M. Stallman <rms@gnu.org>
3575
3576 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
3577
35782002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3579
3580 * configure.in: Recognize BSD/OS 5.0.
3581
35822002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3583
3584 * make-dist: Make version checking in emacs.texi consistent with
3585 how we set it there.
3586
35872001-12-29 Kim F. Storm <storm@cua.dk>
3588
3589 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
3590
35912001-12-28 Richard M. Stallman <rms@gnu.org>
3592
3593 * configure.in: Test for mbsinit.
3594
35952001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3596
3597 These changes make Leim part of the standard distribution:
3598
3599 * README: Add info about the `leim' directory.
3600
3601 * INSTALL: Remove text that describes Leim as a separate package.
3602
3603 * noleim-Makefile.in: File removed.
3604
3605 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
3606 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
3607 Leim files out of the Emacs tree. Don't prepare a separate tarball
3608 for Leim.
3609
36102001-12-11 Richard M. Stallman <rms@gnu.org>
3611
3612 * configure.in (hppa*-*-linux-gnu*): New alternative.
3613
36142001-12-08 Pavel Janík <Pavel@Janik.cz>
3615
3616 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
3617 creating distribution.
3618
36192001-12-06 Paul Eggert <eggert@twinsun.com>
3620
3621 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
3622 (AC_FUNC_VFORK): Remove.
3623 (AC_FUNC_FORK): Add.
3624 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
3625 this is required by recent Autoconf versions.
3626
36272001-12-02 Pavel Janík <Pavel@Janik.cz>
3628
3629 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
3630 TODO, vms-pp.trans and others).
3631
36322001-11-29 Pavel Janík <Pavel@Janik.cz>
3633
3634 * make-dist: Use COPYING from the top-level directory.
3635
36362001-11-29 Gerd Moellmann <gerd@gnu.org>
3637
3638 * configure.in: Add support for FreeBSD/Alpha.
3639
36402001-11-29 Pavel Janík <Pavel@Janik.cz>
3641
3642 * make-dist: Add COPYING to the top-level directory of the
3643 distribution. Simplify the logic behind copying.
3644
3645 * Makefile.in (maybe_bootstrap): Fix previous change.
3646
36472001-11-28 Richard M. Stallman <rms@gnu.org>
3648
3649 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
3650
36512001-11-26 Richard M. Stallman <rms@gnu.org>
3652
3653 * Makefile.in: bootstrap should not delete dumped executables.
3654 (bootstrap-clean-before): New target.
3655 (bootstrap): Use bootstrap-clean-before instead of clean.
3656 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
3657
36582001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
3659
3660 These changes add the Emacs Lisp Introduction manual to the
3661 distribution:
3662
3663 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
3664
3665 * make-dist: Copy the files in lispintro directory.
3666
3667 * config.bat: Configure in the lispintro directory.
3668
3669 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
3670
3671 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
3672 (lispintro/Makefile): New target.
3673 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
3674 (unlock, relock, info, dvi): Ditto.
3675
36762001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3677
3678 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
3679
3680 * make-dist (etc): Don't distribute gfdl.1.
3681
36822001-11-22 Colin Walters <walters@debian.org>
3683
3684 * Makefile.in (install-arch-indep): Install the calc .info files.
3685 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
3686
36872001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * make-dist (lispref): Add *.txt, *.el, permute-index, and
3690 tindex.pl to the list of those being put into the distribution.
3691
36922001-11-16 Eli Zaretskii <eliz@gnu.org>
3693
3694 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
3695
36962001-11-15 Pavel Janík <Pavel@Janik.cz>
3697
3698 * Makefile.in (uninstall): Fix previous change.
3699
3700 * configure.in, Makefile.in: Add support for --program-prefix,
3701 --program-suffix and --program-transform-name options.
3702
37032001-11-13 Pavel Janík <Pavel@Janik.cz>
3704
3705 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
3706 (install-arch-indep): Install emacsclient manual page.
3707 (uninstall): Uninstall emacsclient manual page.
3708
37092001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
3710
3711 * make-dist: Add lispref/index.*perm files to the distribution.
3712 From Pavel Janík <Pavel@Janik.cz>.
3713
37142001-11-12 Pavel Janík <Pavel@Janik.cz>
3715
3716 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
3717
37182001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3719
3720 * configure.in: AC_OUTPUT lispref/Makefile.
3721
37222001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 The following changes add the ELisp reference manual to the
3725 distribution.
3726
3727 * make-dist: Add the lispref directory to the distribution.
3728
3729 * Makefile.in (install-arch-indep): Add elisp* to the list of
3730 installed Info files.
3731 (SUBDIR_MAKEFILES): Add lispref/Makefile.
3732 (lispref/Makefile): New target.
3733 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
3734 Add commands for the lispref directory.
3735 (info, dvi): Ditto.
3736
3737 * config.bat: Configure in `lispref'.
3738
37392001-11-09 Richard M. Stallman <rms@gnu.org>
3740
3741 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
3742
37432001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
3744
3745 * make-dist (tempdir): Copy AUTHORS as well.
3746
37472001-11-06 Sam Steingold <sds@gnu.org>
3748
3749 * configure.in: Added a check for <nlist.h>.
3750
37512001-11-01 Pavel Janík <Pavel@Janik.cz>
3752
3753 * configure.in: Reindent --help output.
3754 From Per Starbäck (starback@ling.uu.se).
3755
37562001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
3757
3758 * configure.in: New entry for HP/UX-11.
3759
3760 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
3761 From Eric S. Raymond <esr@golux.thyrsus.com>.
3762
37632001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3764
3765 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
3766 <athornton@sinenomine.net>.
3767
37682001-10-25 Gerd Moellmann <gerd@gnu.org>
3769
3770 * Makefile.in (maybe_bootstrap): New target.
3771 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
3772
37732001-10-24 Ken Raeburn <raeburn@gnu.org>
3774
3775 * configure.in: If --with-hesiod is given, look for
3776 hes_getmailhost and res_send or __res_send; check hesiod and
3777 resolv libraries respectively if system libraries don't supply them.
3778
37792001-10-24 Gerd Moellmann <gerd@gnu.org>
3780
3781 * configure.in: Use $MAKE for `make' if set.
3782
37832001-10-22 Gerd Moellmann <gerd@gnu.org>
3784
3785 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
3786 to tar options.
3787
37882001-10-20 Gerd Moellmann <gerd@gnu.org>
3789
3790 * (Version 21.1 released).
3791
37922001-10-20 Miles Bader <miles@gnu.org>
3793
3794 * configure.in (configuration): Set from `host' if `host_alias'
3795 isn't defined.
3796
37972001-10-19 Andreas Schwab <schwab@suse.de>
3798
3799 * configure.in: Make ready for autoconf 2.5x.
3800 (AC_PREREQ): Require autoconf 2.50.
3801 * aclocal.m4: Removed.
3802 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
3803
38042001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3805
3806 * README: Bump Emacs version to 21.1.50.
3807
38082001-10-05 Gerd Moellmann <gerd@gnu.org>
3809
3810 * Branch for 21.1.
3811
38122001-09-05 Gerd Moellmann <gerd@gnu.org>
3813
3814 * configure.in: Avoid `$@' which is handled specially in
3815 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
3816
38172001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3818
3819 * make-dist (nt): Add subdirs.el to the list of distributed files.
3820
38212001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3822
3823 * configure.in (machine): Add an entry for
3824 hppa1.1-hitachi-hiuxwe2*.
3825
38262001-05-28 Gerd Moellmann <gerd@gnu.org>
3827
3828 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
3829 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
3830
38312001-05-14 Gerd Moellmann <gerd@gnu.org>
3832
3833 * make-dist: Copy texinfo.tex unconditionally.
3834
38352001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3836
3837 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
3838 that are installed.
3839
38402001-04-06 Gerd Moellmann <gerd@gnu.org>
3841
3842 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
3843 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
3844
3845 * make-dist: Handle leim/MISC-DIC. Only include
3846 `[a-zA-Z]*.{el,elc}' from leim/quail.
3847
38482001-04-05 Gerd Moellmann <gerd@gnu.org>
3849
3850 * Makefile.in (install-arch-indep): Remove .cvsignore files.
3851
38522001-03-30 Gerd Moellmann <gerd@gnu.org>
3853
3854 * Makefile.in (.PHONY): Add for bootstrap targets.
3855 (bootstrap-clean): New target.
3856 (bootstrap): Use it instead of `clean'.
3857
38582001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
3859
3860 * Makefile.in (SUBDIR): Remove leim.
3861 (all, .RECURSIVE, extraclean): Add leim explicitly.
3862 (leim): Provide separate rule which exports PARALLEL=0 into the
3863 environment.
3864
38652001-03-20 Gerd Moellmann <gerd@gnu.org>
3866
3867 * configure.in (HAVE_XPM): Don't print the result of the check for
3868 XpmReturnAllocPixels if we don't have an xpm.h.
3869
38702001-03-05 Gerd Moellmann <gerd@gnu.org>
3871
3872 * COPYING: New file.
3873
38742001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3875
3876 * config.bat: Update the copyright.
3877
38782001-02-23 Kenichi Handa <handa@etl.go.jp>
3879
3880 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
3881 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
3882 to `yes'. Later in AC_OUTPUT, check this variable.
3883
38842001-02-09 Dave Love <fx@gnu.org>
3885
3886 * AUTHORS: Updated.
3887
38882001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * info/dir (Ebrowse): Fix the entry (was missing a dot).
3891
38922001-02-02 Gerd Moellmann <gerd@gnu.org>
3893
3894 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
3895
3896 * Makefile.in (uninstall): Ignore exit code of `rm'.
3897
3898 * Makefile.in (uninstall): Remove more info files. Remove
3899 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
3900
39012001-01-31 Gerd Moellmann <gerd@gnu.org>
3902
3903 * noleim-Makefile.in (extraclean): Add.
3904
39052001-01-28 Gerd Moellmann <gerd@gnu.org>
3906
3907 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
3908 it quiet.
3909
39102001-01-24 Colin Walters <walters@cis.ohio-state.edu>
3911
3912 * Makefile.in (tags): Fix typo.
3913
39142001-01-13 Kenichi Handa <handa@etl.go.jp>
3915
3916 * configure.in: Fix typo in the code setting x_search_path.
3917
39182001-01-10 Dave Love <fx@gnu.org>
3919
3920 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
3921 -lXext.
3922 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
3923 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
3924 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
3925 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
3926 (now in $LIBS).
3927
39282001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3929
3930 * config.bat: Run the preprocessor with -traditional.
3931
39322001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 * INSTALL: Move copying conditions to end of file.
3935
39362000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3937
3938 * INSTALL: Add basic installation procedure which assumes
3939 `configure' does its job. Elaborate on image support libraries.
3940 Add a pointer to Xaw3d library. Add advice about solving
3941 configure-time problems by looking in config.log and setting
3942 variables in the environment.
3943
39442000-12-27 Gerd Moellmann <gerd@gnu.org>
3945
3946 * Makefile.in (install-arch-indep): If tar fails, exit with
3947 exit code 1.
3948
39492000-12-19 Gerd Moellmann <gerd@gnu.org>
3950
3951 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
3952 source file includes XKBlib.h. On some broken Solaris systems,
3953 there is an XKBlib.h, reportedly, but header files included by
3954 XKBlib.h are missing.
3955
39562000-12-14 Gerd Moellmann <gerd@gnu.org>
3957
3958 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
3959
39602000-12-11 Dave Love <fx@gnu.org>
3961
3962 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
3963
39642000-12-11 Paul Eggert <eggert@twinsun.com>
3965
3966 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
3967 Merge fixes from latest GNU tar version. These macros no longer
3968 futz with _XOPEN_SOURCE, as that was not portable in practice.
3969 (AC_FUNC_FSEEKO): New macro.
3970
3971 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
3972 ftello.
3973
39742000-12-05 Dave Love <fx@gnu.org>
3975
3976 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
3977
39782000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3979
3980 * info/dir: Change the category to "Emacs".
3981
39822000-12-01 Gerd Moellmann <gerd@gnu.org>
3983
3984 * make-dist (tempdir): Remove epaths.h from the distribution
3985 instead of paths.h.
3986
39872000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3988
3989 * config.bat: Check for existence of djecho.exe, and print an
3990 error message if it is not available.
3991
3992 * INSTALL: Describe possible problem with djecho.exe in old
3993 versions of DJGPP v2.x.
3994
39952000-11-23 Gerd Moellmann <gerd@gnu.org>
3996
3997 * configure.in: Initialize HAVE_LIBXP to no.
3998
39992000-11-22 Gerd Moellmann <gerd@gnu.org>
4000
4001 * configure.in: Use m/macppc.h instead of the non-existent
4002 m/powerpc.h.
4003
40042000-11-21 Gerd Moellmann <gerd@gnu.org>
4005
4006 * Makefile.in (install-arch-indep): Also install info/eshell*
4007 and info/speedbar*.
4008
4009 * configure.in (HAVE_PNG): Check for the presence of
4010 png_get_channels to rule out older PNG libs.
4011
4012 * configure.in (AC_OUTPUT): Arrange to emit definitions of
4013 GCC and NON_GNU_CPP into config.status.
4014
40152000-11-20 Dave Love <fx@gnu.org>
4016
4017 * configure.in: Fix last change.
4018
4019 * GETTING.GNU.SOFTWARE: Deleted.
4020 * FTP: New file to replace it.
4021 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
4022
40232000-11-20 Gerd Moellmann <gerd@gnu.org>
4024
4025 * configure.in: Use -traditional with GNU cpp.
4026
40272000-11-17 Gerd Moellmann <gerd@gnu.org>
4028
4029 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
4030 Distribute more files from the nt/ subdir. Distribute PBM
4031 image files from subdirs of lisp/. Distribute old change logs
4032 from subdirs of lisp/. Distribute play/5x5.el.
4033
40342000-11-11 Dave Love <fx@gnu.org>
4035
4036 * config.sub, config.guess: Updated from master source.
4037
40382000-11-07 Dave Love <fx@gnu.org>
4039
4040 * configure.in: Test for mkstemp.
4041
40422000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4043
4044 * info/dir (Top): Rearrange menu items more logically, and put
4045 them into a single category. Add menu items for RefTeX and
4046 Widget.
4047
40482000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4049
4050 * Makefile.in (install-arch-indep): Use --info-dir instead of
4051 --dir-file, and a simple argument instead of --info-file, so that
4052 the Debian version of install-info also works.
4053
40542000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4055
4056 * info/dir (Speedbar): Add entry.
4057
40582000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4059
4060 * INSTALL: Describe the new image-support options to the configure
4061 script. List URLs where image support libraries can be found.
4062
40632000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * info/dir (Top): Add an entry for Eshell.
4066
40672000-10-02 Dave Love <fx@gnu.org>
4068
4069 * configure.in: Check for gai_strerror.
4070
40712000-10-01 Andreas Schwab <schwab@suse.de>
4072
4073 * Makefile.in (install-arch-indep): Update list of installed info files.
4074
40752000-09-30 Gerd Moellmann <gerd@gnu.org>
4076
4077 * configure.in: Support `sparc*-*-netbsd*'.
4078
40792000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4080
4081 * info/dir (MIME): Add entry for emacs-mime.
4082
40832000-09-29 Dave Love <fx@gnu.org>
4084
4085 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
4086
40872000-09-26 Gerd Moellmann <gerd@gnu.org>
4088
4089 * make-dist: Adapt to the change of leim/Makefile which was
4090 necessary to ensure a reasonably working `make dist'.
4091
4092 * leim-Makefile.in: Moved to leim/Makefile.in..
4093
4094 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
4095
40962000-09-21 Kenichi Handa <handa@etl.go.jp>
4097
4098 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
4099 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
4100 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
4101 files to .elc.
4102 (${TIT}): Adjusted for the above change.
4103 (clean mostlyclean): Likewise.
4104 (.el.elc): New target.
4105
41062000-09-19 Gerd Moellmann <gerd@gnu.org>
4107
4108 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4109 in the distribution.
4110
41112000-09-18 Gerd Moellmann <gerd@gnu.org>
4112
4113 * make-dist (skk): Rename to `ja-dic' because the leim directory
4114 was renamed.
4115
41162000-09-14 Dave Love <fx@gnu.org>
4117
4118 * configure.in: Fix spurion in last change.
4119
41202000-09-14 Gerd Moellmann <gerd@gnu.org>
4121
4122 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
4123 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
4124 to `no' if defined. Change result report.
4125
41262000-09-08 Dave Love <fx@gnu.org>
4127
4128 * configure.in: Remove spurious `@'s.
4129
4130 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
4131 autoconf.
4132
41332000-09-06 Gerd Moellmann <gerd@gnu.org>
4134
4135 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
4136 file and print informational message.
4137
4138 * configure.in (AC_FUNC_MMAP): Add.
4139
41402000-09-01 Gerd Moellmann <gerd@gnu.org>
4141
4142 * configure.in: Add ``checking'' messages for
4143 XpmReturnAllocPixels.
4144
41452000-08-28 Gerd Moellmann <gerd@gnu.org>
4146
4147 * configure.in: Check <strings.h>; check `index' and `rindex'
4148 functions.
4149
41502000-08-26 Kenichi Handa <handa@etl.go.jp>
4151
4152 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
4153 "case "${canonical}" in".
4154
41552000-08-25 Dave Love <fx@gnu.org>
4156
4157 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
4158
41592000-08-25 Kenichi Handa <handa@etl.go.jp>
4160
4161 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
4162
41632000-08-24 Gerd Moellmann <gerd@gnu.org>
4164
4165 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
4166 contains a relative path. Protect against unusable values of $PWD.
4167
41682000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4169
4170 * info/dir (WoMan): Add entry.
4171
4172 * config.bat (maindir): Update src/_gdbinit even if it does
4173 already exist.
4174
41752000-08-07 Gerd Moellmann <gerd@gnu.org>
4176
4177 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
4178
41792000-08-03 Gerd Moellmann <gerd@gnu.org>
4180
4181 * configure.in: Add support for ia64*-*-linux*.
4182
41832000-07-27 Gerd Moellmann <gerd@gnu.org>
4184
4185 * make-dist (aclocal.m4): Include in distribution.
4186
41872000-07-26 Dave Love <fx@gnu.org>
4188
4189 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
4190
41912000-07-24 Dave Love <fx@gnu.org>
4192
4193 * configure.in: Add AC_SIZE_T.
4194
41952000-07-18 Dave Love <fx@gnu.org>
4196
4197 * configure.in: Reorder so that most tests are done after CPPFLAGS
4198 is set from the C_SWITCH_... definitions.
4199
42002000-07-10 Gerd Moellmann <gerd@gnu.org>
4201
4202 * configure.in (HAVE_XPM): Undo previous change. Check for
4203 preprocessor define XpmReturnAllocPixels.
4204
42052000-07-06 Gerd Moellmann <gerd@gnu.org>
4206
4207 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
4208 instead of XpmReadFileToPixmap.
4209
42102000-07-05 Ken Raeburn <raeburn@gnu.org>
4211
4212 * configure.in: Check for <soundcard.h>. Look for ossaudio
4213 library, and set LIBSOUND accordingly.
4214
42152000-07-05 Dave Love <fx@gnu.org>
4216
4217 * configure.in: Use AC_HEADER_SYS_WAIT.
4218
42192000-07-05 Gerd Moellmann <gerd@gnu.org>
4220
4221 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4222 lisp/Makefile. Distribute lisp/Makefile.in instead of
4223 lisp/Makefile.
4224
42252000-06-30 Ken Raeburn <raeburn@gnu.org>
4226
4227 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
4228 while searching for image-handling libraries.
4229
42302000-06-26 Gerd Moellmann <gerd@gnu.org>
4231
4232 * configure.in (--with-xim): New option.
4233
42342000-06-23 Dave Love <fx@gnu.org>
4235
4236 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
4237 for struct timezone and test how we can call gettimeofday.
4238 Check for OSF 5+. Check for term.h.
4239
4240 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
4241 version.
4242
42432000-06-23 Gerd Moellmann <gerd@gnu.org>
4244
4245 * configure.in (HAVE_LIBXP): Change test for libXp.
4246
42472000-06-21 Dave Love <fx@gnu.org>
4248
4249 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
4250 simple test for getloadavg and substitute GETLOADAVG_LIBS.
4251 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
4252
42532000-06-19 Dave Love <fx@gnu.org>
4254
4255 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
4256 _XOPEN_SOURCE is defined.
4257
42582000-06-16 Gerd Moellmann <gerd@gnu.org>
4259
4260 * Makefile.in (distclean): Also make distclean in lisp/.
4261
42622000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
4265
42662000-06-15 Gerd Moellmann <gerd@gnu.org>
4267
4268 * make-dist: Add --help and --snapshot options.
4269
42702000-06-14 Gerd Moellmann <gerd@gnu.org>
4271
4272 * configure.in: Generate lisp/Makefile.
4273
4274 * configure.in: Add support for `*-lynxos*'.
4275 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
4276 recommended by <Karen.Dorhamer@compaq.com> to fix problems
4277 on Tru64 UNIX v5.0.
4278
42792000-06-13 Ken Raeburn <raeburn@gnu.org>
4280
4281 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
4282 it's on a continuation line.
4283
42842000-06-02 Dave Love <fx@gnu.org>
4285
4286 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
4287 files.
4288
4289 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
4290 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
4291 test.
4292
4293 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
4294 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
4295
42962000-05-26 Gerd Moellmann <gerd@gnu.org>
4297
4298 * configure.in: Add check for speed_t typedef.
4299
43002000-05-25 Ken Raeburn <raeburn@gnu.org>
4301
4302 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4303 exists; it won't in the CANNOT_DUMP case.
4304
43052000-05-25 Gerd Moellmann <gerd@gnu.org>
4306
4307 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4308 On FreeBSD, the exit status is 1 if CDPATH is not set.
4309 (install-arch-indep): Install ebrowse.info.
4310
43112000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4312
4313 * configure.in: Check for grandpt and getpt.
4314
43152000-05-09 Dave Love <fx@gnu.org>
4316
4317 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4318
43192000-05-05 Gerd Moellmann <gerd@gnu.org>
4320
4321 * make-dist: Make a link for lib-src/grep-changelog.
4322 Copy install-sh.
4323
43242000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4325
4326 * config.bat: Identify the beginning of the cpp stuff in
4327 src/Makefile.in and lib-src/Makefile.in more accurately.
4328
43292000-04-27 Gerd Moellmann <gerd@gnu.org>
4330
4331 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4332
43332000-04-19 Gerd Moellmann <gerd@gnu.org>
4334
4335 * configure.in: Add support for `powerpc-*-netbsd*'.
4336
43372000-04-19 Dave Love <fx@gnu.org>
4338
4339 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4340
4341 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4342
43432000-04-16 Dave Love <fx@gnu.org>
4344
4345 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4346
43472000-04-14 Dave Love <fx@gnu.org>
4348
4349 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4350
4351 * aclocal.m4 (AC_FUNC_MKTIME): New.
4352
43532000-03-28 Ken Raeburn <raeburn@gnu.org>
4354
4355 * configure.in: Line up "--help" output a little better.
4356
43572000-03-26 Gerd Moellmann <gerd@gnu.org>
4358
4359 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4360 New targets.
4361 (bootstrap): Rewritten in terms of the new targets above. Make
4362 info files, too.
4363
43642000-03-12 Gerd Moellmann <gerd@gnu.org>
4365
4366 * config.guess, config.sub: Use the versions of the files from
4367 subversions.
4368
43692000-03-08 Dave Love <fx@gnu.org>
4370
4371 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4372 AC_C_VOLATILE. Define POINTER_TYPE.
4373
4374 * aclocal.m4: New file.
4375
43762000-03-02 Gerd Moellmann <gerd@gnu.org>
4377
4378 * configure.in (machine): Add `mipsel-*-netbsd*' and
4379 `arm-*-netbsd*'.
4380
43812000-03-01 Gerd Moellmann <gerd@gnu.org>
4382
4383 * configure.in (machine): Add support for `*-auspex-sunos*'.
4384
43852000-02-29 Gerd Moellmann <gerd@gnu.org>
4386
4387 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4388
43892000-02-18 Dave Love <fx@gnu.org>
4390
4391 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4392
43932000-02-18 Andreas Schwab <schwab@suse.de>
4394
4395 * Makefile.in (install-arch-indep): Add eudc to list of installed
4396 info files.
4397
43982000-02-17 Ken Raeburn <raeburn@gnu.org>
4399
4400 * configure.in: Include -lz and -ljpeg (if it's available) when
4401 testing for the tiff library.
4402
44032000-02-17 Gerd Moellmann <gerd@gnu.org>
4404
4405 * configure.in: Remove LISP_FLOAT_TYPE.
4406
44072000-02-12 Dave Love <fx@gnu.org>
4408
4409 * configure.in: Use AC_FUNC_VFORK.
4410
44112000-02-01 Gerd Moellmann <gerd@gnu.org>
4412
4413 * make-dist: Various fixes for new development tree.
4414
4415 * leim-Makefile.in: New file.
4416
44172000-01-31 Gerd Moellmann <gerd@gnu.org>
4418
4419 * Makefile.in (dist): Call ./make-dist.
4420
44212000-01-24 Dave Love <fx@gnu.org>
4422
4423 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
4424
44252000-01-18 Gerd Moellmann <gerd@gnu.org>
4426
4427 * configure.in (HAVE_GIF): Check for DGifOpen instead of
4428 DGifOpenFileName.
4429
44302000-01-11 Andreas Schwab <schwab@suse.de>
4431
4432 * Makefile.in (install-arch-indep): Update list of info files to
4433 be installed.
4434
44352000-01-05 Dave Love <fx@gnu.org>
4436
4437 * configure.in: Check for jerror.h as well as libjpeg.
4438
44392000-01-03 Andreas Schwab <schwab@suse.de>
4440
4441 * Makefile.in (install-arch-indep): Install autotype*. Run
4442 install-info on autotype and emacs-faq.info.
4443
44441999-12-04 Dave Love <fx@gnu.org>
4445
4446 * Makefile.in (install-arch-indep): Depend on `info'.
4447 (install-strip): Use `install' as sub-make target.
4448
44491999-11-23 Ken Raeburn <raeburn@gnu.org>
4450
4451 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
4452 didn't need to be deleted. Check for the k5crypto library as well
4453 as the crypto library; MIT Kerberos 1.1 changed the name.
4454
44551999-11-18 Dave Love <fx@gnu.org>
4456
4457 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
4458
44591999-11-11 Erik Naggum <erik@naggum.no>
4460
4461 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
4462
44631999-11-08 Dave Love <fx@gnu.org>
4464
4465 * configure.in: Fix change for --with-pop default.
4466
44671999-11-04 Dave Love <fx@gnu.org>
4468
4469 * configure.in: Default to --with-pop. Change sense of with-gcc
4470 and with-toolkit-scroll-bars messages to reflect the defaults.
4471
44721999-11-01 Gerd Moellmann <gerd@gnu.org>
4473
4474 * INSTALL: Mention the Emacs Lisp Reference.
4475
44761999-10-27 Noah Friedman <friedman@splode.com>
4477
4478 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
4479
44801999-10-23 Gerd Moellmann <gerd@gnu.org>
4481
4482 * Makefile.in (bootstrap): New target.
4483
44841999-10-19 Paul Eggert <eggert@twinsun.com>
4485
4486 Add support for large files. Merge glibc 2.1.2.
4487
4488 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
4489 (HAVE_TM_GMTOFF): New symbol.
4490 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
4491 mbrlen, strsignal.
4492 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
4493
44941999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4495
4496 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
4497 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
4498
44991999-10-09 Richard M. Stallman <rms@gnu.org>
4500
4501 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
4502 Unset CDPATH to prevent cd from generating output.
4503
45041999-10-08 Stefan Monnier <monnier@cs.yale.edu>
4505
4506 * update-subdirs: Also ignore CVS subdirs.
4507
45081999-10-07 Gerd Moellmann <gerd@gnu.org>
4509
4510 * Makefile.in (install-arch-indep): Add ada-mode.
4511
45121999-10-06 Dave Love <fx@gnu.org>
4513
4514 * Makefile.in: Add rules for config.status, configure.
4515
45161999-09-07 Gerd Moellmann <gerd@gnu.org>
4517
4518 * configure.in (--with-sound): Removed.
4519
45201999-08-30 Gerd Moellmann <gerd@gnu.org>
4521
4522 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
4523 the test for Xaw3d.
4524 (HAVE_TIFF): Add -lm to library check.
4525
45261999-08-28 Richard Stallman <rms@gnu.org>
4527
4528 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
4529 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
4530 after the other X-related libraries.
4531
45321999-08-21 Dave Love <fx@gnu.org>
4533
4534 * configure.in: Don't check for jpeglib.h.
4535
45361999-08-20 Gerd Moellmann <gerd@gnu.org>
4537
4538 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
4539 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
4540
45411999-08-18 Dave Love <fx@gnu.org>
4542
4543 * configure.in: Check for termcap.h.
4544
45451999-08-15 Gerd Moellmann <gerd@gnu.org>
4546
4547 * configure.in: Add --with-toolkit-scroll-bars. If "no",
4548 use Emacs' scroll bars, even if configured for Motif or when
4549 Xaw3d is available.
4550
45511999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4552
4553 * configure.in: Check for getaddrinfo.
4554
45551999-08-04 Eli Zaretskii <eliz@gnu.org>
4556
4557 * config.bat: Make --no-debug work again by removing -gcoff.
4558
45591999-07-30 Dave Love <fx@gnu.org>
4560
4561 * configure.in: Check for stdlib.h.
4562
45631999-07-19 Dave Love <fx@gnu.org>
4564
4565 * configure.in: Grok sparc64-*-linux-gnu*.
4566
45671999-07-12 Richard Stallman <rms@gnu.org>
4568
4569 * Version 20.4 released.
4570
45711999-06-23 Karl Heuer <kwzh@gnu.org>
4572
4573 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
4574 Quote $EMACS, in case it's a program with args.
4575
45761999-06-15 Gerd Moellmann <gerd@gnu.org>
4577
4578 * configure.in (HAVE_GIF): Use libungif instead of libgif
4579 because the former doesn't contain patented compression code.
4580
45811999-05-29 Richard M. Stallman <rms@gnu.org>
4582
4583 * configure.in: Delete the Kerberos stuff.
4584
45851999-05-27 Greg Hudson <ghudson@mit.edu>
4586
4587 * configure.in: Prefer kerberos 5 names.
4588
45891999-04-26 Richard M. Stallman <rms@gnu.org>
4590
4591 * configure.in: Check for libXp.
4592
45931999-04-08 Richard Stallman <rms@gnu.org>
4594
4595 * make-dist: Include change logs in subdirs of `lisp'.
4596
45971999-04-05 Richard Stallman <rms@gnu.org>
4598
4599 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
4600 (install-arch-indep): Make ${datadir}/emacs world-readable.
4601
46021999-03-30 Eli Zaretskii <eliz@gnu.org>
4603
4604 * config.bat: Use epaths.* instead of paths.*.
4605
46061999-03-07 Eli Zaretskii <eliz@gnu.org>
4607
4608 * INSTALL: Add detailed instructions to unpack and install
4609 intlfonts on MS-DOS.
4610
46111999-02-26 Richard Stallman <rms@gnu.org>
4612
4613 * configure.in: Use epaths.h and epaths-force instead of paths...
4614
4615 * Makefile.in (epaths-force): Renamed from paths-force;
4616 operate on epaths.in and produce epaths.h.
4617
46181999-02-24 Richard Stallman <rms@gnu.org>
4619
4620 * make-dist: Fix nt/icons directory handling.
4621
46221999-02-22 Simon Josefsson <jas@pdc.kth.se>
4623
4624 * configure.in (f301-fujitsu-uxpv4.1): New target.
4625
46261999-02-20 Richard Stallman <rms@gnu.org>
4627
4628 * make-dist (tempparent): Fix command to update info files.
4629
46301999-02-09 Richard Stallman <rms@gnu.org>
4631
4632 * configure.in (powerpc-apple-netbsd*): New alternative.
4633
46341999-01-25 Geoff Voelker <voelker@cs.washington.edu>
4635
4636 * make-dist: Include the new directory nt/icons in distributions.
4637
46381999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4639
4640 * configure.in: Change message about HAVE_XFREE386.
4641
46421999-01-07 Eli Zaretskii <eliz@gnu.org>
4643
4644 * config.bat: Support configuring with leim.
4645
46461998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
4647
4648 * configure.in (mips-sgi-irix6.5): New target.
4649
46501998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4651
4652 * configure.in: Remove GSS-API support, since it has been removed
4653 from movemail.
4654
46551998-12-04 Markus Rost <rost@delysid.gnu.org>
4656
4657 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4658
46591998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
4660
4661 * Makefile.in: Don't install customize info file.
4662 Run install-info on viper info file.
4663
46641998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
4665
4666 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4667
46681998-11-16 Kenichi Handa <handa@etl.go.jp>
4669
4670 * configure.in (*-*-bsdi4*): New target.
4671
46721998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
4673
4674 * configure.in: Fix previous change.
4675
46761998-11-11 Richard Stallman <rms@gnu.org>
4677
4678 * configure.in (aviion-intel): New machine.
4679
46801998-11-04 Kenichi Handa <handa@etl.go.jp>
4681
4682 * configure.in (mips-nec-sysv4*): New target.
4683
46841998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
4685
4686 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
4687 from lisp.
4688
46891998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
4690
4691 * make-dist: Don't include fns*.el in dist.
4692
46931998-10-30 Dave Love <fx@gnu.org>
4694
4695 * configure.in: Don't mkdir cpp.
4696
46971998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
4698
4699 * Makefile.in (install-arch-dep): Install src/fns-*.el in
4700 ${archlibdir}.
4701
47021998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4703
4704 * Version 20.3 released.
4705
47061998-07-30 Paul Eggert <eggert@twinsun.com>
4707
4708 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
4709 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
4710 (lwlib/Makefile, leim/Makefile):
4711 Prepend $(srcdir)/ to rule dependencies outside this dir.
4712
47131998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4714
4715 * configure.in: Use unset CDPATH instead of making it empty.
4716
47171998-06-20 Karl Heuer <kwzh@gnu.org>
4718
4719 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
4720
47211998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
4722
4723 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
4724 and default.el. Sort the results.
4725
47261998-05-31 Karl Heuer <kwzh@gnu.org>
4727
4728 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
4729 writable.
4730
47311998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
4732
4733 * Makefile.in (install-arch-indep):
4734 Don't alter site-lisp/subdirs.el if it exists.
4735
47361998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4737
4738 * Makefile.in (install-arch-indep): Put `-' on commands to create
4739 subdirs.el in site-lisp dirs.
4740
47411998-05-07 Richard Stallman <rms@psilocin.gnu.org>
4742
4743 * Makefile.in (install-arch-indep): Fix typo in previous change.
4744
47451998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4746
4747 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
4748
47491998-04-28 Richard Stallman <rms@psilocin.gnu.org>
4750
4751 * Makefile.in (mkdir): Create the site-lisp dirs.
4752 (install-arch-indep): Make site-lisp/subdirs files world-readable.
4753
47541998-04-26 Richard Stallman <rms@psilocin.gnu.org>
4755
4756 * Makefile.in (INSTALL_INFO): New variable.
4757 (install-arch-indep): Don't replace the dir file if it already exists.
4758 Use the install-info program, via INSTALL_INFO, to add entries.
4759 Make the `info' subdir and the Info files world-readable.
4760
47611998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
4762
4763 * config.bat: Make sure the environment is large enough to support
4764 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
4765
47661998-04-10 Karl Heuer <kwzh@gnu.org>
4767
4768 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
4769
47701998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4771
4772 * configure.in: Add --with-gssapi to specify GSS-API
4773 authentication support for movemail.
4774
47751998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
4776
4777 * Makefile.in (install-arch-indep): Fix previous change.
4778
47791998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4780
4781 * Makefile.in (info): Run man in build dir, not srcdir.
4782
47831998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
4784
4785 * Makefile.in (install-arch-indep): Fix previous change.
4786
47871998-03-23 Kenichi Handa <handa@etl.go.jp>
4788
4789 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
4790
47911998-03-22 Richard Stallman <rms@gnu.org>
4792
4793 * Makefile.in (install-arch-indep): Put special subdirs.el files
4794 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
4795
47961998-03-21 Richard Stallman <rms@psilocin.gnu.org>
4797
4798 * make-dist: Fix shell syntax in check for missing .el or .elc files.
4799
48001998-03-09 Richard Stallman <rms@psilocin.gnu.org>
4801
4802 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
4803 (m68*-hp-hpux*): Handle versions 1X like 10.
4804
48051998-03-07 Richard Stallman <rms@psilocin.gnu.org>
4806
4807 * make-dist: PROBLEMS is now in etc, not top level dir.
4808
4809 * Makefile.in (SOURCES): Delete PROBLEMS.
4810
48111998-02-25 Richard Stallman <rms@gnu.org>
4812
4813 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
4814
4815 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
4816
48171998-01-17 Richard Stallman <rms@gnu.org>
4818
4819 * Makefile.in (install-arch-indep): Add semicolon before `else'.
4820
48211998-01-02 Richard Stallman <rms@psilocin.gnu.org>
4822
4823 * make-dist (tempparent): New option --no-check.
4824
4825 * make-dist: Don't do anything with cpp directory.
4826
48271997-12-20 Richard Stallman <rms@psilocin.gnu.org>
4828
4829 * configure.in (sparc-fujitsu-sysv4*): New target.
4830
48311997-12-17 Andreas Schwab <schwab@gnu.org>
4832
4833 * configure.in: Cache more tests. Add missing quotes around
4834 message with embedded comma.
4835
48361997-12-04 Karl Heuer <kwzh@gnu.org>
4837
4838 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
4839
48401997-11-26 Joel N. Weber II <devnull@gnu.org>
4841
4842 * make-dist: Changed the comment about `umask 0' to say `Don't
4843 restrict access to any files.'; previously it said `Don't protect
4844 any files', which may have implied that we think fascism is good.
4845
48461997-11-24 Paul Eggert <eggert@twinsun.com>
4847
4848 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
4849 strftime needs the underlying host's strftime for locale dependent
4850 formats.
4851
48521997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
4853
4854 * configure.in (i586-dg-dguxR4.*): New name in case branch.
4855
48561997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4857
4858 * config.bat: Configure the man subdirectory.
4859
48601997-11-07 Paul Eggert <eggert@twinsun.com>
4861
4862 * configure.in (AC_CHECK_LIB): Add -lintl.
4863
48641997-11-07 Karl Heuer <kwzh@gnu.org>
4865
4866 * make-dist (check for .elc files): Avoid bash-specific syntax.
4867 (check for overflow 14-char limit): Simplify.
4868
48691997-11-07 Richard Stallman <rms@gnu.org>
4870
4871 * Makefile.in (install): Move blessmail last.
4872
48731997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4874
4875 * configure.in (gettimeofday, one arg or two):
4876 Clarify messages by avoiding double negative.
4877
48781997-09-30 Karl Eichwalder <ke@suse.de>
4879
4880 * Makefile.in (install-arch-indep): Install the widget info file.
4881
48821997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4883
4884 * configure.in (with-pop, with-kerberos): Need to check Kerberos
4885 libraries in reverse order, so that libraries will appear in the
4886 correct dependency order on the link line (and so that the
4887 configure checks themselves will work properly when early
4888 libraries depend on later ones).
4889
48901997-09-21 Erik Naggum <erik@naggum.no>
4891
4892 * make-dist (making links to `src'): Keep timestamp on copied files.
4893
4894 * make-delta: New script to produce delta distributions.
4895
48961997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4897
4898 * Version 20.2 released.
4899
49001997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4901
4902 * Version 20.1 released.
4903
4904 * Makefile.in (install-leim): Depend on mkdir.
4905 (leim): Depend on src.
4906
49071997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4908
4909 * configure.in: Recognize alpha* instead of just alpha.
4910
49111997-09-12 Paul Eggert <eggert@twinsun.com>
4912
4913 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
4914
49151997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4916
4917 * update-subdirs: Use rm -f.
4918
49191997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4920
4921 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
4922 Ignore subdirs named Old.
4923
49241997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
4925
4926 * configure.in: Add OpenBSD clause to set $machine.
4927
49281997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4929
4930 * make-dist: Recompile everything after updating various Lisp files.
4931 Recompile in leim as well as lisp.
4932 Check in leim as well as lisp for mismatched files and too-long names.
4933
49341997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4935
4936 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
4937
49381997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4939
4940 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
4941 before trying to copy anything from it.
4942
49431997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4944
4945 * Makefile.in (man/Makefile): New target.
4946 (tags): Define env var EMACS and run Makefile from build dir.
4947
49481997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
4949
4950 * config.bat: If src/_gdbinit doesn't exist, try using
4951 src/.gdbinit to create it (for building on Windows 95).
4952
49531997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4954
4955 * Makefile.in (install-arch-indep):
4956 Discard extra data in tar | tar pipes.
4957
49581997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
4959
4960 * configure.in (x_default_search_path): Corrected
4961 '${x_library}' to '${x_library}/X11'.
4962
49631997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4964
4965 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
4966
49671997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4968
4969 * configure.in: Support auto-configuration of both Kerberos V4 and
4970 Kerberos V5 for movemail, including detection of V4 and V5 header
4971 files and libraries.
4972
49731997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
4974
4975 * configure.in: Compute x_default_search_path
4976 and substitute into makefiles.
4977
4978 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
4979
49801997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4981
4982 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
4983
49841997-08-07 Erik Naggum <erik@naggum.no>
4985
4986 * configure.in: Remove lockdir, it is no longer needed.
4987 * Makefile.in (mkdir): Don't create lockdir.
4988 (lockdir): Variable deleted.
4989 (paths-force): Don't operate on PATH_LOCK.
4990
49911997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4992
4993 * leim-Makefile.in (clean, distclean): New targets.
4994
4995 * make-dist: Include leim/ChangeLog in leim distribution.
4996
49971997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4998
4999 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
5000
50011997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5002
5003 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
5004
50051997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5006
5007 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
5008
50091997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5010
5011 * make-dist: Update leim/leim-list.el.
5012 Pass along value of $EMACS when updating lisp dir.
5013
50141997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5015
5016 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
5017 prerequisite to the use of Doug Lea's malloc.
5018
50191997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5020
5021 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
5022
5023 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
5024
50251997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5026
5027 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
5028
50291997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5030
5031 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
5032 to news-r6.h.
5033
50341997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5035
5036 * config.bat: Use `sed' instead of `cp', which might not be
5037 installed.
5038
50391997-07-09 Kenichi Handa <handa@etl.go.jp>
5040
5041 * Makefile.in (mostlyclean): Add cleaning leim directory.
5042 (clean, distclean, maintainer-clean): Likewise.
5043
50441997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5045
5046 * make-dist (bogosities): Check subdirs of `lisp' also.
5047
50481997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5049
5050 * make-dist (etc): Really avoid symlinks now.
5051 (lisp): Don't delete from subdirs the things we never copy.
5052
50531997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5054
5055 * Makefile.in (install-arch-indep): Correct the target name.
5056 The first letter `i' was dropped by the previous change of mine.
5057
50581997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5059
5060 * configure.in (leim/Makefile): Generate this.
5061 (*-sysv4.2uw*): Recognize new alternative.
5062
5063 * leim-Makefile.in: Renamed from leim-Makefile.
5064
5065 * make-dist: Set up real-leim subdirectory,
5066 with the real contents of leim; then move it to
5067 a separate top-level directory.
5068
5069 * make-dist: Don't mention site-lisp, site-init, site-start
5070 or default, when listing files hat are not compiled and should be.
5071
5072 * configure.in: Create src/config.stamp at the end.
5073
50741997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5075
5076 * Makefile.in (install-leim): Correct previous change.
5077
50781997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5079
5080 * Makefile.in (install-leim): New target.
5081 (install): Depend on install-leim.
5082
50831997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5084
5085 * Makefile.in (SUBDIR): Add leim.
5086 (SUBDIR_MAKEFILES): Add leim/Makefile.
5087 (leim/Makefile): New target.
5088
50891997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5090
5091 * leim-Makefile: New file.
5092 * make-dist: Initialize a `leim' subdirectory with that makefile.
5093
50941997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5095
5096 * configure.in (GNU_MALLOC_reason): Fix message text.
5097
50981997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5099
5100 * make-dist (lisp): Don't process subdirs that start with =.
5101 (etc): Copy symlinks, as in src.
5102
51031997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5104
5105 * configure.in (i*86-*-unixware*): New alternative.
5106
51071997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5108
5109 * Makefile.in (src/config.stamp): Target renamed from src/config.h
5110 and touch it explicitly.
5111
5112 * configure.in (mips-sony-newsos6*): New alternative.
5113 (mips-*-linux-gnu*): New alternative.
5114 (*-*-bsdi*): New alternative.
5115 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
5116
51171997-06-22 Dave Love <d.love@dl.ac.uk>
5118
5119 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
5120 (src/config.h): New target to re-configure if src/config.in is patched.
5121
51221997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5123
5124 * configure.in (shutdown): Check for `shutdown' function.
5125
51261997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5127
5128 * update-subdirs: Include the directory "language" in subdirs.
5129
51301997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5131
5132 * configure.in (m88k-dg-dgux4*): New alternative.
5133 (alpha-*-netbsd*): New alternative.
5134 (powerpcle-*-solaris2*): New alternative.
5135
51361997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5137
5138 * make-dist: Warn about .el files that are not compiled.
5139
51401997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5141
5142 * Makefile.in (dist): Don't run update-subdirs here,
5143 since make-dist now gets that done.
5144
5145 * make-dist: Use the new `updates' target in lisp/Makefile.
5146
5147 * make-dist: Use new non-file targets in lisp/Makefile.
5148
51491997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5150
5151 * make-dist: Handle all subdirs of `lisp' uniformly.
5152 Don't handle `term' and `language' specially.
5153 Clear out umask at the beginning.
5154
51551997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5156
5157 * make-dist: Use Make to update finder-inf.el and autoloads.
5158 Also update cus-load.el.
5159
51601997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5161
5162 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
5163 in case it is desirable to disable the GNU malloc features with glibc.
5164
51651997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5166
5167 * configure.in (DOUG_LEA_MALLOC):
5168 Define if malloc_{get,set}_state exist.
5169
51701997-03-05 Kenichi Handa <handa@etl.go.jp>
5171
5172 * make-dist: Make links for files under lisp/language.
5173
51741997-02-20 Kenichi Handa <handa@etl.go.jp>
5175
5176 * update-subdirs: Exclude the directory "language" from subdirs.
5177
51781997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5179
5180 * configure.in: Check for rint and cbrt.
5181
51821997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5183
5184 * make-dist: Use $EMACS to say where to run Emacs.
5185 Add --no-update option.
5186
51871996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5188
5189 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
5190
51911996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5192
5193 * make-dist (copying src): Check thoroughly for symlinks
5194 and copy them in all cases. Regularize the linking of *.in
5195 and *.opt and ChangeLog files.
5196 (copying lib-src): Likewise.
5197 Don't rm getdate.c or y.tab.*--they don't exist any more.
5198
51991996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5200
5201 * configure.in: Check for libmail, maillock.h and
5202 touchlock (for movemail).
5203
52041996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5205
5206 * configure.in (limits.h): Check for this file.
5207
52081996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5209
5210 * configure.in (rs6000-ibm-aix4.2): New alternative.
5211 (rs6000-ibm-aix4.0): New alternative.
5212 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
5213
52141996-11-22 Ben Harris <bjh21@cam.ac.uk>
5215
5216 * configure.in: Recognize vax-*-netbsd*.
5217
52181996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5219
5220 * configure.in (locallisppath): Add leim directory.
5221
52221996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * config.bat: Make sure `mv' supports forward slashes and -f.
5225
52261996-10-28 Christian Limpach <chris@nice.ch>
5227
5228 * configure.in (hppa*-next-nextstep*): * added after hppa
5229 to accept hppa1.0 and hppa1.1.
5230
52311996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
5232
5233 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
5234 * configure.in (ld_switch_machine): Fix typo.
5235
52361996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5237
5238 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
5239 from config.h and use them in $ac_link.
5240
52411996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
5242
5243 * configure.in: Create a subdir named `lisp'.
5244
52451996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5246
5247 * configure.in: Check for getcwd.
5248
52491996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5250
5251 * configure.in: Check for termios.h. Check for setpgid.
5252
52531996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5254
5255 * configure.in: Check for setrlimit.
5256
52571996-08-31 Paul Eggert <eggert@twinsun.com>
5258
5259 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
5260
52611996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5262
5263 * configure.in: Check for utimes.
5264
5265 * configure.in: Check for com_err library, but only
5266 if --with-kerberos was used. Check for krb and des
5267 only if --with-kerberos.
5268
52691996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5270
5271 * Makefile.in (INSTALL_STRIP): New variable.
5272 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
5273 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
5274
52751996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5276
5277 * configure.in: Check for krb and des libraries.
5278
52791996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5280
5281 * configure.in (*-sunos4.1.[3-9]*noshare):
5282 Use sunos413, not sunos4-1-3.
5283 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
5284 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
5285
52861996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5287
5288 * Makefile.in (src/paths.h): Target deleted.
5289 (paths-force): Delete all dependencies on this target
5290 but don't delete the target.
5291 (install): Depend on `all'.
5292 (paths-force): Don't print a message.
5293
5294 * configure.in: Generate src/paths.h here.
5295
52961996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5297
5298 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5299 New variables that affect linking only.
5300 (alpha-dec-osf*): Use those instead of previous change.
5301
53021996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5303
5304 * Makefile.in (install-arch-indep): Install info/messages.
5305
53061996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5307
5308 * Version 19.33 released.
5309
53101996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5311
5312 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5313 Fix previous change.
5314
53151996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5316
5317 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5318 New alternative.
5319
53201996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5321
5322 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5323 and NON_GCC_TEST_OPTIONS.
5324
53251996-08-06 Paul Eggert <eggert@twinsun.com>
5326
5327 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5328 "TZ=..." in environ.
5329
53301996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5331
5332 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5333
53341996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5335
5336 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5337 the more general *-sunos4.1.[3-9]* clause.
5338
53391996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5340
5341 * Version 19.32 released.
5342
5343 * configure.in (*-sco3.2v5*):
5344 Set OVERRIDE_CPPFLAG to a string of one space.
5345 Fix the code that uses OVERRIDE_CPPFLAG.
5346
53471996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5348
5349 * configure.in: Undo previous change.
5350
53511996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5352
5353 * config.sub: Use `pc', not `unknown', when canonicalizing
5354 the vendor for ...86.
5355
53561996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5357
5358 * configure.in: Check for termios.h header.
5359
53601996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5361
5362 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5363
53641996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5365
5366 * configure.in: Split bsdos2 and bsdos2-1.
5367
53681996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5369
5370 * config.sub: If last two words are not a recognized
5371 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5372 Make conversion of gnu/linux to linux-gnu really work.
5373
5374 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5375
53761996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5377
5378 * configure.in (check for using Lucid widgets by default):
5379 Eliminate indentation that confuses some compilers.
5380
53811996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5382
5383 * config.sub: Convert linux and gnu/linux to linux-gnu.
5384
5385 * make-dist: Don't update getdate.c.
5386 Ignore =... files when checking for too-long Lisp file names.
5387
53881996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5389
5390 * configure.in (euidaccess): Check for that, not for eaccess.
5391
53921996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5393
5394 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5395 before `noshare'.
5396 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5397
53981996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5399
5400 * configure.in: Rename lignux to linux-gnu in configuration names.
5401 Use gnu-linux as the opsys value (s/ file name).
5402 Allow i686 just like i386, i486, i586.
5403
54041996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5405
5406 * configure.in (i*86-*-sco3.2v5): New alternative.
5407 (OVERRIDE_CPPFLAG): New variable.
5408 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5409
5410 * configure.in: Specify vpath for .texi files.
5411
54121996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5413
5414 * configure.in: Always check for HAVE_X11R5.
5415 Separately decide whether to use a toolkit by default.
5416
54171996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
5418
5419 * configure.in: If X11R5 is missing the Xaw headers,
5420 default to --with-x-toolkit=no.
5421
54221996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5423
5424 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
5425
54261996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5427
5428 * Makefile.in (install-arch-indep): If cd etc makes output,
5429 don't treat that as part of the tar data.
5430 Check that ./lisp actually exists.
5431
54321996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
5433
5434 * make-dist: Check for long file names.
5435
54361996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5437
5438 * Version 19.31 released.
5439
54401996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5441
5442 * configure.in: Recognize sparc-*-lignux.
5443
54441996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5445
5446 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
5447 Don't include config.w95.
5448
54491996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5450
5451 * make-dist: Replace --no-clean-up and --no-tar options
5452 with --clean-up and --tar, so that the default is useful.
5453
54541996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5455
5456 * config.bat: Make sure the GDB init file is called src/_gdbinit;
5457 if not, tell the user to rename it and abort.
5458
54591996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5460
5461 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
5462 test program.
5463
54641996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5465
5466 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
5467
5468 * make-dist (MANIFEST): Fix previous change.
5469 (msdos): Put mainmake.v2 into the dist.
5470
54711996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5472
5473 * make-dist: Exit if autoconf fails.
5474
54751996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * config.bat: Set djgpp-ver, and unset it at the end.
5478 Add a number of conditionals for DJGPP version 2.
5479 Rename label libsrc2 to libsrc3.
5480 Substitute for LDFLAGS in src/Makefile.
5481 Substitute for ALL_CFLAGS in lib-src/Makefile.
5482
54831996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5484
5485 * configure.in (ncurses): Check this after checking fns like strerror.
5486
54871996-04-08 Erik Naggum <erik@naggum.no>
5488
5489 * make-dist (MANIFEST): Don't include lines from =files.
5490
54911996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5492
5493 * make-dist: Don't put lisp/dired.todo in the dist.
5494
54951996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
5496
5497 * configure.in (HAVE_NCURSES): Look for library named ncurses.
5498
5499 * configure.in (setlocale): Check for it.
5500
5501 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
5502
55031996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5504
5505 * configure.in: Use lignux instead of linux as value of opsys.
5506
55071996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5508
5509 * Makefile.in (install-strip): Fix whitespace.
5510 Get rid of continuation.
5511
5512 * config.sub: Convert linux or gnu/linux to lignux.
5513
55141996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5515
5516 * configure.in: Accept lignux in configuration name.
5517
55181996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5519
5520 * Makefile.in (install-strip): New target.
5521
55221996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5523
5524 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
5525 -f failed to do the job on Suns.
5526
55271996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5528
5529 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
5530
5531 * configure.in (linux/version.h): Check for this header.
5532
55331996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5534
5535 * configure.in: Remove -fno-builtin hackery from -lm check.
5536
55371996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5538
5539 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
5540 just this test.
5541
5542 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
5543
55441996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5545
5546 * configure.in: Check for ncurses.
5547
55481996-02-28 Paul Eggert <eggert@twinsun.com>
5549
5550 * configure.in (LOCALTIME_CACHE):
5551 Also define if localtime mishandles unsetting TZ.
5552 This works around a localtime bug in mips-dec-ultrix.
5553
55541996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5555
5556 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
5557
5558 * configure.in: Improve messages about X versions.
5559
55601996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5561
5562 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
5563
55641996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5565
5566 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
5567 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
5568
5569 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
5570 (install): Put install-arch-indep before install-arch-dep.
5571
55721996-02-20 Dave Love <d.love@dl.ac.uk>
5573
5574 * INSTALL: Clarify info about MS-DOS path handling.
5575
55761996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5577
5578 * Makefile.in (install-arch-indep): Install info/ccmode*.
5579 In previous change, protect against /bin/pwd returning null string.
5580
55811996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5582
5583 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
5584 to lispdir.
5585
55861996-02-01 Paul Eggert <eggert@twinsun.com>
5587
5588 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
5589
55901996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5591
5592 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
5593
55941996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5595
5596 * Makefile.in (extraclean): Use ${top_distclean} to ensure
5597 we delete everything distclean deletes.
5598
55991996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
5600
5601 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
5602
56031996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5604
5605 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
5606 into LDFLAGS instead of into LIBS.
5607
56081996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5609
5610 * configure.in (HAVE_XMU): Fix typo in previous change.
5611
56121996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5613
5614 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
5615
56161996-01-10 Erik Naggum <erik@naggum.no>
5617
5618 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
5619
56201996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5621
5622 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
5623
56241996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5625
5626 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
5627 and use -lXt to link it.
5628
56291996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5630
5631 * configure.in (locallisppath): Put version-specific dir first.
5632
56331996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5634
5635 * configure.in (hppa-*-nextstep*): New alternative.
5636 (USE_X_TOOLKIT): By default, set this to "maybe";
5637 and change that later to LUCID or "no" according to X11 version.
5638
5639 * make-dist: Recompile outdated .elc files and update all autoloads.
5640
56411996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5642
5643 * configure.in (locallisppath): Fix typo in last change: " -> '.
5644
56451996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5646
5647 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
5648
56491995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5650
5651 * Makefile.in (install-arch-indep): Give all files read permission.
5652
56531995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5654
5655 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
5656 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
5657
56581995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5659
5660 * configure.in: Determine HAVE_X11R6.
5661 (HAVE_MENUS): Renamed from HAVE_X_MENU.
5662
56631995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5664
5665 * configure.in: Just "solaris" now defaults to version 2.4.
5666 Add sunos4.1.n-noshare as alternative.
5667
56681995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5669
5670 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
5671
56721995-11-29 Erik Naggum <erik@naggum.no>
5673
5674 * Makefile.in (install-arch-indep): Add missing backslash.
5675
56761995-11-29 Karl Eichwalder <ke@ke.Central.DE>
5677
5678 * Makefile.in (install-arch-indep): Don't install
5679 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
5680
56811995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5682
5683 * Makefile.in (install-arch-indep): Fix previous change.
5684
5685 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
5686
56871995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5688
5689 * Version 19.30 released.
5690
5691 * make-dist (lisp): Exclude subdirs.el.
5692
56931995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5694
5695 * make-dist (etc): Delete *.orig and *.rej.
5696
56971995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5698
5699 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
5700
57011995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5702
5703 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
5704
57051995-11-14 Geoff Voelker <voelker@cs.washington.edu>
5706
5707 * make-dist (nt): Rename install, readme, and todo to
5708 INSTALL, README, and TODO.
5709
57101995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5711
5712 * make-dist (lisp): Don't distribute site-start.
5713
57141995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
5715
5716 * make-dist: Break the hard link on alloca.c.
5717
57181995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5719
5720 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
5721
57221995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5723
5724 * make-dist (src, lib-src): Don't distribute Makefile.c.
5725 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
5726
57271995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5728
5729 * Makefile.in (mkdir): Create man1dir, not mandir.
5730 (uninstall): Use man1dir, not mandir.
5731
57321995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5733
5734 * Makefile.in (man1dir): New variable.
5735 (install-arch-indep): Use man1dir.
5736
5737 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
5738
5739 * make-dist: Create lisp/MANIFEST.
5740
57411995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5742
5743 * configure.in (m68k-*-linux*): New alternative.
5744
57451995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5746
5747 * make-dist: Use new names config.in, paths.in, and
5748 {src,lib-src}/Makefile.in.
5749
57501995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5751
5752 * configure.in: Don't bother checking for drem.
5753
57541995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5755
5756 * Makefile.in (distclean): Delete line with just a tab in it.
5757 (install-arch-indep): Delete spaces that precede tabs.
5758 Delete spurious `fi' left from previous change.
5759 (install): Supply `true' as command, to avoid null command.
5760
57611995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5762
5763 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
5764
57651995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5766
5767 * configure.in (powerpc-*-solaris2): New alternative.x
5768
57691995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
5770
5771 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
5772 of paths.h.tmp$$, to avoid going beyond 14 characters.
5773
57741995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5775
5776 * configure.in: Improve error msg for invalid --with-x-toolkit value.
5777
57781995-09-06 Paul Eggert <eggert@twinsun.com>
5779
5780 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
5781 if localtime caches TZ. Check for tzset.
5782
57831995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5784
5785 * config.bat: Simplify using new names file names src/makefile.in,
5786 config.in, paths.in. Change Echo commands not to use `.
5787
57881995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5789
5790 * Makefile.in (install-arch-indep): Always install the new dir file;
5791 rename the previous dir file to dir.bak or dir.old.
5792
57931995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5794
5795 * configure.in (RANLIB): Substitute this into makefiles.
5796 Set it specially on solaris; set it by default on other systems.
5797
5798 * configure.in: Fix previous Alpha change.
5799
58001995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5801
5802 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
5803 NON_GCC_TEST_OPTIONS.
5804
58051995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5806
5807 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
5808 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
5809
5810 * configure.in (alpha-*-linux*): New configuration.
5811
58121995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5813
5814 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
5815 (m68k-next-nextstep*): New alias for that.
5816 (i*86-*-nextstep*): Use nextstep.h.
5817 (sparc-*-nextstep*): New configuration.
5818
58191995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5820
5821 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
5822 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
5823
58241995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5825
5826 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
5827 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
5828
58291995-07-18 Mike Long <mike.long@analog.com>
5830
5831 * make-dist: Fix update of finder-inf.el, and byte-compile it.
5832
58331995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5834
5835 * Makefile.in (src/paths.h, paths-force):
5836 Rename src/paths.h.in to src/paths.in.
5837 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
5838
5839 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
5840 Use Makefile.c for intermediate file.
5841 Rename src/config.h.in to src/config.in.
5842
58431995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
5844
5845 * configure.in (mips-dec-ultrix*): Assume version 4.3.
5846 (mips-dec-ultrix4.[12]): New alternative for old versions.
5847
58481995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5849
5850 * make-dist: Don't break intra-tree links.
5851
58521995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5853
5854 * configure.in: Put back archlibdir initialization. Require
5855 autoconf 2.4.1 or later.
5856
58571995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5858
5859 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
5860 (mips-mips-riscos5*): New alternative.
5861
58621995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5863
5864 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
5865
58661995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5867
5868 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
5869 (mandir, infodir, archlibdir): Initializations deleted.
5870
5871 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
5872 On hpux9shr, use hpux9shxr4.h.
5873
58741995-06-24 Morten Welinder <terra+@cs.cmu.edu>
5875
5876 * configure.in: Added target mips-dec-mach_bsd4.3.
5877 * config.guess: Guess mips-dec-mach_bsd4.3.
5878
58791995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5880
5881 * Makefile.in (mkdir): Use symbolic chmod.
5882
58831995-06-22 Paul Eggert <eggert@twinsun.com>
5884
5885 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
5886 SunOS 4.1.5 through 4.1.9, should they ever exist.)
5887
58881995-06-22 Paul Eggert <eggert@twinsun.com>
5889
5890 * Makefile.in (SUBDIR_MAKEFILES):
5891 Add man/Makefile, so `make distclean' removes it.
5892 (top_distclean): Add config.log to the list of files to be removed.
5893
58941995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5895
5896 * Version 19.29 released.
5897
58981995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5899
5900 * configure.in: Fix the previous change to verify that the -b
5901 option really solves the problem.
5902
5903 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
5904
59051995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5906
5907 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
5908
59091995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5910
5911 * configure.in: Report more clearly when there is no special
5912 dir to search for X includes or libraries.
5913
59141995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5915
5916 * configure.in: Check for -lpthreads, not -lpthread.
5917
59181995-06-09 Geoff Voelker <voelker@cs.washington.edu>
5919
5920 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
5921
59221995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5923
5924 * configure.in: Check for -lpthread.
5925
59261995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5927
5928 * Makefile.in (install-arch-indep): Install info files for mh-e.
5929 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
5930
59311995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5932
5933 * configure.in (*-solaris2.5): New configuration.
5934
5935 * make-dist: Copy new files config.nt and config.w95.
5936
59371995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5938
5939 * configure.in: Use x_includes, not x_libraries, for -I.
5940 Make bitmapdir a colon-separated list.
5941
59421995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
5943
5944 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
5945
5946 * configure.in: Allow x_libraries and x_includes to be paths.
5947
59481995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5949
5950 * configure.in: Fix typo.
5951
59521995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5953
5954 * INSTALL: Clarify use of site-init.el.
5955
59561995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
5957
5958 * configure.in: Pass arg to sqrt.
5959
59601995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5961
5962 * make-dist: Fix May 6 change.
5963
59641995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5965
5966 * vpath.sed: Delete reference to ymakefile.
5967
59681995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5969
5970 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
5971
59721995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5973
5974 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
5975
5976 * update-subdirs: Specify /bin/sh to run the script.
5977
59781995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5979
5980 * make-dist: Put src/makefile.nt in dist.
5981
5982 * configure.in (i[345]86-*-bsdi2*): New configuration.
5983 (vax-dec-bsd386*): Deleted.
5984
59851995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5986
5987 * configure.in: Make sure CDPATH doesn't mess up PWD check.
5988 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
5989 Use fmod instead of logb in -lm check.
5990
59911995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5992
5993 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
5994 Use bsd4-3. Don't set NON_GNU_CPP.
5995
5996 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
5997 In nt, copy various different things, but not *.cmd.
5998 Fix the ln commands for the subdirs of nt.
5999
60001995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6001
6002 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
6003
60041995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6005
6006 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
6007 since that's what the header file expects.
6008
60091995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
6010
6011 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
6012 and 68040 based machines when choosing options for gnucc.
6013
60141995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6015
6016 * Makefile.in (top_distclean): Delete config.cache.
6017
60181995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6019
6020 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
6021
6022 * configure.in: Use m/ncr386.h.
6023
60241995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6025
6026 * Makefile.in (install-arch-indep): Undo Sep 23 change.
6027
60281995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6029
6030 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
6031 (man): Don't copy texindex.c and getopt.c; they're deleted.
6032 (etc): Omit `e'; it's a subdirectory.
6033 (etc/e): Use `../..', not `..', to reference top level.
6034
60351995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
6036
6037 * Makefile.in (install-arch-indep, dist):
6038 Look for `update-subdir' in $(srcdir).
6039
60401995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6041
6042 * make-dist: Include mkinstalldirs in distribution.
6043
60441995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6045
6046 * make-dist: Add missing close backquote.
6047
60481995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6049
6050 * make-dist: Don't distribute shortnames directory.
6051
60521995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6053
6054 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
6055
60561995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6057
6058 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
6059
60601995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6061
6062 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
6063
60641995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6065
6066 * configure.in (mips-sgi-irix6): New configuration.
6067
60681995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6069
6070 * Makefile.in (maintainer-clean): Renamed from realclean.
6071
60721995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6073
6074 * configure.in: Create a .gdbinit that sources the real one,
6075 if using a different build directory.
6076
60771995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6078
6079 * configure.in: Check for sys/select.h.
6080
60811995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6082
6083 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
6084
60851994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6086
6087 * configure.in: Handle isc 4.1 operating system.
6088
60891994-12-10 Richard Stallman <rms@kepa>
6090
6091 * configure.in (rs6000-ibm-aix4.1*): New alternative.
6092 (rs6000-ibm-aix4*): New alternative.
6093
60941994-12-06 Richard Stallman <rms@kepa>
6095
6096 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
6097
60981994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6099
6100 * configure.in: Don't try to make directories that are guaranteed
6101 to already exist.
6102
61031994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6104
6105 * configure.in: Generate man/Makefile from man/Makefile.in.
6106 Create the man subdir.
6107
6108 * Makefile.in (dvi): Run Make in our man subdir.
6109
6110 * make-dist: Create subdir etc/e.
6111 Make links to it.
6112 Put man/Makefile.in in dist, instead of man/Makefile.
6113
61141994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
6115
6116 * configure.in: Add --with-pop, --with-kerberos, and
6117 --with-hesiod for movemail.
6118
61191994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6120
6121 * configure.in (m68*-apollo*): Use s/domain.h.
6122
61231994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6124
6125 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
6126
61271994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6128
6129 * configure.in: Don't add -I, -L, -R options for cc if their
6130 arguments would be empty.
6131
61321994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6133
6134 * configure.in (i860-intel-osf1*): New alternative.
6135 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
6136 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
6137
61381994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6139
6140 * configure.in: Make h_errno check not use nested functions.
6141
61421994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6143
6144 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
6145
61461994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6147
6148 * Makefile.in (install-arch-indep): Avoid continued comment
6149 swallowing target line.
6150
61511994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
6152
6153 * configure.in: Protect a character class with `changequote'.
6154
61551994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6156
6157 * configure.in: Accept `news' as a synonym for `newsos'.
6158
61591994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6160
6161 * Makefile.in: Don't rm files if cd fails.
6162
61631994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6164
6165 * make-dist: Put nt subdir and its subdirs in the dist.
6166 (lib-src): Put makefile.nt in the dist.
6167 (lisp): Put makefile.nt in the dist.
6168
61691994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6170
6171 * configure.in: Change a stray `[' to `test'.
6172
61731994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6174
6175 * configure.in: Adapt for Autoconf v2. Use the standard argument
6176 parser, host type canonicalizer, X11 finder, and message
6177 printing macros. Use the new macro names. Use `test' instead of `['.
6178
61791994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6180
6181 * configure.in: Check for getpagesize.
6182
61831994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6184
6185 * make-dist (msdos): Put sed* in the distribution.
6186
61871994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
6188
6189 * config.bat: New option, `--with-x', for configuring Emacs
6190 for use with the X11 system DesqView/X.
6191 New option, `--no-debug', for compiling Emacs without debug
6192 information thus saving disk space.
6193 (src/config.h, src/paths.h): Use `update' (which is like
6194 `move-if-changed') to change the file.
6195 (src/config.h): When configuring for X11 perform extra changes.
6196 (src/makefile): When configuring for X11 perform extra changes.
6197 (lib-src): Remove temporary files.
6198 (): Check that `sed', `rm', `mv', and `gcc' are available.
6199
62001994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6201
6202 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
6203
6204 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
6205
62061994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6207
6208 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
6209
6210 * configure.in (canonical): Substitute var into makefiles.
6211 (bitmapdir): Likewise.
6212
6213 * Makefile.in (bitmapdir): New variable.
6214 (src/paths.h, paths-force): Edit PATH_BITMAPS.
6215
62161994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6217
6218 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
6219
6220 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
6221 * update-subdirs: New shell script.
6222
62231994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6224
6225 * Makefile.in (top_distclean): Don't rm build-install.
6226 (SOURCES): Delete build-install.in.
6227
6228 * make-dist: Don't distribute build-ins.in.
6229 * build-ins.in: File deleted.
6230
62311994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6232
6233 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
6234
62351994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6236
6237 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
6238
6239 * configure.in (libexecdir): Renamed from libdir. New default.
6240 (sharedstatedir): Renamed from statedir. New default.
6241 (datadir): New default.
6242
6243 * make-dist: Don't distribute subdirs.el.
6244
62451994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6246
6247 * configure.in (eaccess): Check for it.
6248
62491994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6250
6251 * configure.in (mktime): Check for it.
6252
62531994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
6254
6255 * configure.in (motif): Add support for usage and option checking.
6256
62571994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6258
6259 * configure.in (utimes): Check for it.
6260
62611994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6262
6263 * Makefile.in (install-arch-indep): Don't do mkdir here.
6264
62651994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6266
6267 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6268 riscix.h renamed to acorn.h.
6269
62701994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
6271
6272 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6273 New configurations.
6274
62751994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6276
6277 * configure.in: Remove trailing slashes from srcdir.
6278
62791994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6280
6281 * configure.in (i[345]86-sequent-ptx*): Handle
6282
62831994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6284
6285 * Makefile.in (paths-force): Depend on src/paths.h
6286
62871994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6288
6289 * configure.in (config_options): Save all arguments, not just some.
6290
62911994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6292
6293 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
6294
6295 * configure.in: Add AC_AIX.
6296 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6297
62981994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6299
6300 * configure.in (parsing options): Simplify sed command to delete -'s.
6301
63021994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6303
6304 * configure.in (config_options): New shell variable.
6305 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6306
63071994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6308
6309 * configure.in (alpha-dec-osf*): New target.
6310
6311 * Makefile.in: Use just one FRC target.
6312
63131994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6314
6315 * Makefile.in (removenullpaths, paths-force):
6316 Use name paths.h.tmp$$, which depends on the pid.
6317
63181994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6319
6320 * Makefile.in (removenullpaths, paths-force):
6321 Put paths.h.tmp in top-level dir, not in src.
6322
63231994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6324
6325 * Version 19.27 released.
6326
63271994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6328
6329 * Version 19.26 released.
6330
63311994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6332
6333 * configure.in: Check for lrand48, not rand48.
6334
63351994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6336
6337 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6338 (powerpc-ibm-aix*): New aliases.
6339
63401994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6341
6342 * make-dist (src/m, src/s): Put *.inp in distribution.
6343
63441994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6345
6346 * configure.in: Accept i586 and i486 along with i386.
6347
63481994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6349
6350 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6351 even if CPP env var was set by the user.
6352
6353 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6354
63551994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6356
6357 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6358
63591994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6360
6361 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6362
63631994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6364
6365 * configure.in: Check more specifically for i*86-sun-sunos.
6366
63671994-08-03 Caveh Jalali (caveh@eng.sun.com)
6368
6369 * configure.in: Handle solaris 2.4.
6370
63711994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6372
6373 * configure.in (rand48): Check for it.
6374
63751994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6376
6377 * make-dist: Update the info files.
6378
63791994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6380
6381 * configure.in: Make "checking..." messages' style consistent.
6382 (HAVE_H_ERRNO): New test.
6383
63841994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6385
6386 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6387
63881994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6389
6390 * configure.in (CFLAGS): If the envvar was specified, use that.
6391 And set REAL_CFLAGS from it too.
6392
63931994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6394
6395 * make-dist: Update finder-inf.el.
6396
63971994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6398
6399 * make-dist (msdos): Include sed4.inp in dist.
6400
6401 * Makefile.in (libsrc_libs): Var deleted.
6402
64031994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6404
6405 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6406
64071994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6408
6409 * configure.in (mips-sony-newsos4*): New alias.
6410
64111994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6412
6413 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
6414 (*-convex-convexos*): Accept this as alias.
6415
64161994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6417
6418 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
6419 for two different uses.
6420
64211994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6422
6423 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
6424
64251994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6426
6427 * make-dist: Put ./BUGS into the distrib.
6428
64291994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6430
6431 * configure.in: Handle 386 running Solaris 2.
6432
64331994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6434
6435 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
6436
64371994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6438
6439 * configure.in (mips-sony-newsos*): Use news-risc.h.
6440
6441 * configure.in: Accept bsdi as opsys, like bsd386.
6442
64431994-06-01 Morten Welinder (terra@diku.dk)
6444
6445 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
6446
64471994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6448
6449 * Version 19.25 released.
6450
6451 * make-dist (shortversion): Don't assume another period follows.
6452
64531994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6454
6455 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
6456 (uninstall): Use /bin/pwd.
6457
6458 * Makefile.in (blessmail): Depend on src.
6459 (all): Don't depend on blessmail.
6460
6461 * Makefile.in (src/paths.h): Don't force recomputation.
6462 (paths-force): New target; force recomputation of paths.h.
6463 (all): Depend on paths-force.
6464 (src, lib-src): Depend on src/paths.h.
6465
6466 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
6467 NON_GCC_TEST_OPTIONS.
6468
64691994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6470
6471 * configure.in: Don't insist on subversions for irix.
6472
64731994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6474
6475 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
6476
6477 * configure.in (i[34]86-next-*): New alternative.
6478
64791994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6480
6481 * Version 19.24 released.
6482
6483 * configure.in: New config hppa*-hp-hpux9shr*.
6484
64851994-05-22 Morten Welinder (terra@tyr.diku.dk)
6486
6487 * config.bat: Doc fix.
6488
64891994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6490
6491 * Makefile.in (mostlyclean, clean, distclean, realclean)
6492 (extraclean): Don't act on man subdir if it doesn't exist.
6493
64941994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6495
6496 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
6497 Use them to set up CC.
6498 (*-sun-sunos4.1.3): Set them.
6499
65001994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6501
6502 * Makefile.in (lib-src): Don't depend on src/paths.h.
6503
65041994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6505
6506 * build-ins.in (copydests): Get rid of spurious `-'s.
6507
6508 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
6509
65101994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6511
6512 * Version 19.23 released.
6513
6514 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
6515 for the Xlib and Xt checks; then restore old CFLAGS.
6516
65171994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6518
6519 * configure.in (HAVE_X11XTR6): Add newline before #if.
6520 Add newline after #endif.
6521
65221994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6523
6524 * configure.in (HAVE_X11XTR6): Arrange to define it.
6525
65261994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6527
6528 * Makefile.in (install): Depend on blessmail.
6529
65301994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6531
6532 * configure.in (mips-siemens-sysv*): Put quotes around value
6533 containing blanks.
6534
65351994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6536
6537 * Makefile.in (TAGS): Use the makefile in src subdir.
6538
65391994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6540
6541 * configure.in (opsys): Recognize `gnu'.
6542
65431994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6544
6545 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
6546
65471994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6548
6549 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
6550 version > 1.8.
6551
65521994-05-08 Morten Welinder (terra@diku.dk)
6553
6554 * config.bat: Forcibly remove "# " style comments from makefiles.
6555
65561994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6557
6558 * Makefile.in (uninstall): When processing lispdir and etcdir,
6559 do nothing unless it exists and is a directory.
6560
65611994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6562
6563 * Makefile.in (install-arch-indep): Do install info/dired-x*.
6564 Merge code in from install-doc.
6565 (install-doc): Merge code back into install-arch-indep.
6566 (install-arch-dep): Don't depend on install-doc.
6567
6568 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
6569
65701994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6571
6572 * configure.in (making src/Makefile and lib-src/Makefile):
6573 Split off the autoconf substitutions and don't pass them thru cpp.
6574 (undefs): Use $canonical as well as $configuration.
6575
6576 * make-dist: Distribute lisp/Makefile.
6577
6578 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
6579 Use lower case names for the s files.
6580
65811994-05-03 Morten Welinder (terra@diku.dk)
6582
6583 * config.bat: Added possibility for different file name
6584 transcriptions in lib-src.
6585
65861994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6587
6588 * Makefile.in (lib-src): Undo previous change.
6589 (blessmail): New target to run maybe-blessmail in lib-src.
6590 (all): Depend on blessmail.
6591
6592 * Makefile.in (lib-src): Depend on src.
6593
65941994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
6595
6596 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
6597 (m88k-dg-dgux5.4R2): dgux5.4R2.
6598
65991994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6600
6601 * configure.in (window_system): Restore accidentally deleted code
6602 that uses AC_FIND_X.
6603
6604 * make-dist: Distribute config.bat.
6605
66061994-04-29 Morten Welinder (terra@diku.dk)
6607
6608 * config.bat: Corrected the configuration of lib-src
6609 to keep up with configure. Add note about dos version 3
6610 or better needed (djgpp needs that). Add note explaining
6611 that either install in c:/emacs or edit the script.
6612 Don't change to c:/emacs, but assume we're there (to minimize
6613 the number of places to change).
6614
6615 * config.bat: Build-in the first step towards X11 support with
6616 the X11 emulator that exists. At this time it won't work,
6617 and several files are missing.
6618
66191994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6620
6621 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
6622 Don't look for -lresolv.
6623
6624 * Makefile.in (lib-src): Depend on src/paths.h.
6625
66261994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6627
6628 * configure.in: Restore deleted AC_SUBST of `configuration'.
6629 Improve error message for bad --with-x-toolkit value.
6630
6631 * configure.in: Define CONFIGURATION in src/config.h
6632 rather than substituting in src/Makefile.in.
6633
66341994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6635
6636 * Makefile.in (install-doc): New target.
6637 (install-arch-dep): Depend on install-doc.
6638 (mkdir): Create docdir.
6639
66401994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6641
6642 * configure.in: Test for libresolv.a.
6643 Substitute machfile and opsysfile.
6644
66451994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6646
6647 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
6648 (install-arch-dep): Install under the name $(EMACS).
6649
66501994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6651
6652 * configure.in (version): Use entire value of emacs-version.
6653 (mips-siemens-sysv*): New alternative.
6654
66551994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6656
6657 * Makefile.in (install-arch-indep): Don't install dired-x*.
6658
66591994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6660
6661 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
6662 Fix definition of $undefs.
6663
66641994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6665
6666 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
6667
6668 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
6669
66701994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6671
6672 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
6673
66741994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6675
6676 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
6677 and run it thru cpp, as with src/Makefile.in.
6678
6679 * configure.in: Use AC_SET_MAKE.
6680
66811994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6682
6683 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
6684
66851994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6686
6687 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
6688
6689 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
6690 (printing the choices): Make the toolkit message unconditional.
6691 (USE_X_TOOLKIT): Use `none', not `no', if none.
6692 (include libsrc_libs): Include config.h, and specify -I for srcdir.
6693 Get rid of temp file foofoo1.
6694
66951994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6696
6697 * configure.in (CFLAGS): Use shell syntax, not Makefile.
6698
66991994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6700
6701 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
6702 (printing the choices): State choice of toolkit.
6703 (libsrc_libs): Recalculate after writing config.h;
6704 then update lib-src/Makefile.
6705
67061994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6707
6708 * configure.in: Add sunos4shr as alternative for suns.
6709 Conditionals testing for null $CC were backwards.
6710
67111994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6712
6713 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
6714
67151994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6716
6717 * configure.in: Handle -isc4.0*.
6718
67191994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6720
6721 * configure.in (esix5): Set NON_GNU_CPP.
6722
67231994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
6724
6725 * Makefile.in (thisdir): Nonsensical variable removed.
6726 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
6727 back to $thisdir, rather than the directory `this_dir'.
6728
67291994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6730
6731 * Makefile.in (install-arch-indep): Add missing backslash after a
6732 `then'.
6733
67341994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6735
6736 * Makefile.in (thisdir): New variable.
6737 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
6738
67391994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6740
6741 * configure.in: Add freebsd.
6742
67431994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6744
6745 * configure.in: Check for fpathconf.
6746
67471994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6748
6749 * configure.in (with_x_toolkit): Fix typo in previous change.
6750
67511994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6752
6753 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
6754
67551994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6756
6757 * configure.in (with_x_toolkit): Don't allow motif or open-look.
6758
67591994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6760
6761 * configure.in: Fix value of docdir.
6762 * Makefile.in (install-arch-indep): Install DOC* in docdir.
6763
67641994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6765
6766 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
6767
67681994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
6769
6770 * configure.in: New variable docdir to control where the docstring
6771 file goes.
6772 Makefile.in: Use it to initialize PATH_DOC in paths.h.
6773
67741994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6775
6776 * configure.in: When --run-in-place, don't inherit archlibdir.
6777
67781994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6779
6780 * Makefile.in (install-arch-dep, install-arch-indep):
6781 New targets split up former do-install rule.
6782 (do-install): Target deleted.
6783
67841994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6785
6786 * configure.in (mips-sony-newsos*): New configuration.
6787
67881994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
6789
6790 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
6791
67921994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6793
6794 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
6795
67961994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6797
6798 * configure.in: Don't initialize CC.
6799
68001994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6801
6802 * configure.in (creating src/Makefile): Also generate -U switches
6803 for symbols in the $configuration value.
6804
6805 * configure.in: Check for sys_siglist being declared in system header.
6806
68071994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6808
6809 * configure.in (creating src/Makefile): Delete blank lines
6810 along with lines of whitespace.
6811 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
6812
68131994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6814
6815 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
6816 like C_SWITCH_SYSTEM.
6817 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
6818
68191994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6820
6821 * configure.in (drem): Check for this function.
6822
68231994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6824
6825 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
6826 If CPP was inherited from environment, don't use NON_GNU_CPP.
6827 (NON_GNU_CC): Likewise.
6828 (handling with_gcc): Use explicit if in the `no' case.
6829 (cc_specified): New variable; if set, don't use NON_GNU_CC.
6830
68311994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6832
6833 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
6834
68351994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6836
6837 * configure.in: Check whether fmod exists.
6838
68391994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6840
6841 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
6842 {src,lisp}/OChangeLog.
6843
68441994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6845
6846 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
6847 necessary for proper operation. This code works with the current
6848 released version of Autoconf.
6849
68501994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6851
6852 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
6853 (USE_X_TOOLKIT): Define it for all values except `no'.
6854
6855 * configure.in: Undo first Jan 8 change and Jan 16 change.
6856
68571994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6858
6859 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
6860 Substitute USE_X_TOOLKIT as both C macro and Make variable.
6861
6862 * Makefile.in (lwlib/Makefile): New target.
6863 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
6864 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
6865 (unlock, relock): Handle lwlib subdir.
6866
6867 * Makefile.in: Add some .PHONY targets.
6868
6869 * make-dist: Handle lwlib subdir like oldXMenu subdir.
6870
6871 * lwlib: New subdirectory.
6872
68731994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6874
6875 * configure.in: If CPP has a value that is a directory,
6876 discard the value.
6877
68781994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6879
6880 * configure.in (srcdir_undefs): Add g flag to sed substitution to
6881 remove -U[0-9]*.
6882
68831994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6884
6885 * Makefile.in (do-install): Install the dired-x info files.
6886
6887 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
6888 (See src/s/sol2.h.)
6889
68901994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6891
6892 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
6893
68941994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6895
6896 * configure.in (creating src/Makefile): Put code inside 2nd arg to
6897 AC_OUTPUT as it should be; hopefully noone will again see fit to
6898 gratuitously break this and not make a change log entry.
6899 Optimized sed processing of Makefile.in and cpp output; now
6900 preserves comments previously removed from the cpp input.
6901 Eliminated temp file for cpp output. Generate -U switches to
6902 undefine all identifiers that appear in the directory name
6903 ${srcdir}; pass these to cpp.
6904
6905 * configure.in (version): Fix sed regexp to match two-elt version
6906 number.
6907
6908 * configure.in: Check for strerror.
6909
69101994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6911
6912 * configure.in: Test for bcmp.
6913
69141994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6915
6916 * make-dist (tempdir): Put subdir msdos into the distribution.
6917
69181993-01-07 Morten Welinder (terra@diku.dk)
6919
6920 * config.bat: New file.
6921
69221994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6923
6924 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
6925
69261994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6927
6928 * configure.in (m68*-next-*): Don't care about which os is specified.
6929 (i[34]86-*-*): Check for *-nextstop*.
6930
69311993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6932
6933 * configure.in: Check for setsid.
6934
69351993-12-17 Richard Stallman (rms@srarc2)
6936
6937 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
6938
69391993-12-15 Richard Stallman (rms@srarc2)
6940
6941 * Makefile.in (mkdir): Make only the lockdir writable.
6942
6943 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
6944
69451993-12-11 Richard Stallman (rms@srarc2)
6946
6947 * Makefile.in (libdir): Use @libdir@.
6948
69491993-12-08 Richard Stallman (rms@srarc2)
6950
6951 * Makefile.in (install): Add empty command.
6952
69531993-12-04 Richard Stallman (rms@srarc2)
6954
6955 * make-dist: Put man/getopt.c in the dist.
6956
6957 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
6958
6959 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
6960
69611993-12-03 Richard Stallman (rms@srarc2)
6962
6963 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
6964 Set it for all solaris versions.
6965 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
6966 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
6967 Likewise for NON_GNU_CC and CC.
6968
69691993-12-01 Richard Stallman (rms@srarc2)
6970
6971 * configure.in (mips-mips-riscos4*): Assign variable CC.
6972 (checking ${with_gcc}): If "no", don't override CC if already set.
6973 (CC): Initialize it as empty.
6974
69751993-11-30 Richard Stallman (rms@srarc2)
6976
6977 * configure.in (Suns): Set CPP if *-solaris2.3*.
6978
69791993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6980
6981 * Version 19.22 released.
6982
6983 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
6984
69851993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6986
6987 * make-dist: When breaking links, use cp -p.
6988 Copy install.sh into distribution.
6989 Move the temp dir up into the parent dir;
6990 don't leave the staging dir make-dist.tmp... in existence.
6991 * install.sh: New file.
6992
69931993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6994
6995 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
6996
69971993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6998
6999 * configure.in (version): When --run-in-place, exclude
7000 ${datadir}/emacs/site-lisp from locallisppath.
7001
70021993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7003
7004 * configure.in: Delete jumk.c before writing it.
7005
70061993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7007
7008 * Version 19.21 released.
7009
7010 * Makefile.in (mkdir): Ignore error from chmod.
7011
70121993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7013
7014 * make-dist: Don't put lisp/forms.README in the distribution.
7015
70161993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7017
7018 * configure.in (creating src/Makefile): Before running cpp,
7019 discard all lines that start with `# Generated' or /**/#.
7020
70211993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7022
7023 * Version 19.20 released.
7024
7025 * make-dist: Use build-ins.in, not build-install.in.
7026 Don't bother updating TAGS since it's not included.
7027
7028 * build-ins.in: Renamed from build-install.in.
7029
70301993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7031
7032 * make-dist: Don't try to link *.texinfo--there are none now.
7033 When running make in lib-src, specify YACC var value.
7034
70351993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7036
7037 * configure.in (extrasub): Add vpath patterns for %.[yls].
7038
7039 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
7040 Instead just include the commands to make src/Makefile as the
7041 second arg to AC_OUTPUT.
7042
7043 * configure.in: Use : instead of dnl for comment inside
7044 $makefile_command.
7045
7046 * configure.in: No longer use vpath_sed. Instead, when we notice
7047 srcdir already configured, set extrasub to hack vpath in the
7048 makefiles.
7049
7050 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
7051 before moving it.
7052 * Makefile.in (VPATH): Define to @srcdir@.
7053
70541993-09-28 Brian J. Fox (bfox@cubit)
7055
7056 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
7057 doesn't exist. Just copy src/Makefile.in instead. Touch
7058 all of the Makefiles after editing config.status.
7059
7060 * INSTALL: Update documentation to match new configuration
7061 mechanism.
7062
70631993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7064
7065 * configure.in: Allow any of the path or directory Makefile
7066 variables to be set with flags to configure. Create all Makefiles
7067 at configure time. Edit special commands into config.status after
7068 src/Makefile.in is built from src/Makefile.
7069
7070 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
7071 If these files are out of date, simply have config.status
7072 rebuild them; don't rebuild them explicitly.
7073
70741993-09-25 Brian J. Fox (bfox@ai.mit.edu)
7075
7076 * build-install.in: Change src/xemacs to src/emacs. We no longer
7077 create src/xemacs, so the file wouldn't be found.
7078
7079 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
7080
70811993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
7082
7083 * configure.in: Avoid forcing the search of /usr/include before
7084 fixed include files by resetting C_SWITCH_X_SITE if it is
7085 "-I/usr/include".
7086
70871993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7088
7089 * Makefile.in (@rip_paths@locallisppath):
7090 Delete ${datadir}/emacs/site-lisp.
7091
70921993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7093
7094 * configure.in:
7095 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
7096 Remove ${extra_output} from AC_OUTPUT call.
7097
70981993-09-17 Brian J. Fox (bfox@inferno)
7099
7100 * make-dist: Quote backquotes found in strings to be echoed.
7101
7102 * configure.in: Use "sh -c pwd" when we want to avoid having the
7103 shell fix up the value of $PWD.
7104
71051993-09-13 Brian J. Fox (bfox@inferno)
7106
7107 * Makefile.in (do-install): Don't abort if ln or chmod at the end
7108 of the installation fail. Suggested by Karl Berry.
7109
71101993-08-30 Brian J. Fox (bfox@inferno)
7111
7112 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
7113 was used. Set MAKEFLAGS from MFLAGS.
7114
71151993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7116
7117 * configure.in: Test for res_init in libc.
7118
71191993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7120
7121 * configure.in: In the file ${tempcname}, use configure___
7122 instead of @configure@.
7123
71241993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
7125
7126 * make-dist: Dist vpath.sed
7127
7128 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
7129 Depend on vpath.sed.
7130 Replace sed comand for VPATH with @vpath_sed@.
7131
7132 * configure.in: Substitute variable `vpath_sed'.
7133 If not in $srcdir and $srcdir is configured,
7134 issue warning that GNU make is required,
7135 and set vpath_sed to use vpath.sed script.
7136
71371993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7138
7139 * configure.in: Remove check for $srcdir being configured. This
7140 pretty much works now.
7141 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
7142 Check for XFree86 (/usr/X386/include) independent of whether
7143 -lXbsd exists.
7144
7145 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
7146 realclean, unlock, relock): Use `$(MAKE)' in place of plain
7147 `make'.
7148
71491993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7150
7151 * Version 19.19 released.
7152
7153 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
7154
71551993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7156
7157 * configure.in: Check for XScreenNumberOfScreen.
7158
71591993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7160
7161 * configure.in: Add * to end of all configuration alternatives.
7162 (m68*-sony-newsos3*): New alternative.
7163
71641993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7165
7166 * make-dist: Include getdate.c in distribution.
7167
7168 * configure.in: For --help, use $PAGER if it is set.
7169 (LIB_X11_LIB): Default to -lX11.
7170 (mips-sgi-irix5.*): New alternative.
7171
7172 * Makefile.in (do-install): Install info/gnus* and info/sc*.
7173
7174 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
7175 Recognize *.B8.* as hpux version 8.
7176 (m68*-tektronix-bsd*): Fix typo in tek4300.
7177 (AC_HAVE_FUNCS): Add ftime.
7178
71791993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7180
7181 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
7182 Use tekxd88, not tekXD88.
7183
71841993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7185
7186 * configure.in: Check for -lm. Then can check for frexp and logb.
7187
71881993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7189
7190 * Version 19.18 released.
7191
7192 * make-dist (src): Don't put gnu-hp300 in dist.
7193 (src, lisp): Include OChangeLog in dist.
7194
71951993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7196
7197 * configure.in: Test for presence of logb and frexp functions.
7198
71991993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7200
7201 * configure.in (machine): Add i370-ibm-aix*.
7202
72031993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7204
7205 * configure.in (function checks): Test for mkdir and rmdir.
7206
7207 * configure.in (function checks): Don't test for random and bcopy
7208 only when we're building with X; look for them all the time.
7209
72101993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7211
7212 * configure.in: Test for availability of bcopy functions, searching
7213 the X libraries if we're using X.
7214
7215 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
7216 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
7217 versions of AIX, and needs to be passed to the loader.
7218
7219 * configure.in: Test for the availability of the
7220 XScreenResourceString function.
7221
72221993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
7223
7224 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
7225 LD_SWITCH_X_SITE and assume --with-x11.
7226 Only look for X11 files if we weren't told about a window system
7227 or if we were told to use X11 but not told where.
7228 Search the libraries from the s and/or m files when checking for
7229 functions.
7230
7231 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
7232
72331993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7234
7235 * make-dist: Include lisp/dired.todo in the distribution.
7236
72371993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7238
7239 * configure.in: Add code to set HAVE_INET_SOCKETS.
7240
72411993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7242
7243 * configure.in: If we do find x_includes and x_libraries
7244 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
7245
72461993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7247
7248 * make-dist: Include src/gnu-hp300 in the dist.
7249
7250 * configure.in (canonical): New variable holds the canonicalized
7251 configuration. Don't alter `configuration'. Use `configuration'
7252 for Makefile.in for file naming.
7253 (testing x_includes and x_libraries): Use =, not ==.
7254
72551993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7256
7257 * Version 19.17 released.
7258
7259 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
7260 directory's makefile. This allows the invocation of CPP which
7261 builds xmakefile to receive these switches. The SunSoft C
7262 preprocessor inserts spaces between tokens if it doesn't get the
7263 -Xs flag requested in src/s/sol2.h.
7264
72651993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
7266
7267 * configure.in (m68k-bull-sysv3): New config.
7268
72691993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7270
7271 * configure.in: Use the autoconf AC_FIND_X macro to try to find
7272 the X Windows libraries.
7273
72741993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7275
7276 * make-dist (tempdir): Don't create lisp/forms-mode directory in
7277 the distribution. Those files aren't kept in their own
7278 subdirectory any more.
7279
72801993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7281
7282 * Version 19.16 released.
7283
72841993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7285
7286 * configure.in: Add --verbose flag.
7287
72881993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7289
7290 * version 19.15 released.
7291
72921993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7293
7294 * Makefile.in (top_distclean): Use -f switch when cleaning out
7295 lock dir; it might be empty.
7296
7297 * configure.in: Only check for -lXbsd once.
7298
72991993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7300
7301 * Version 19.14 released.
7302
73031993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7304
7305 * make-dist: If using gzip, create distribution with '.gz' extension.
7306
7307 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7308 (lisp/forms-mode): This doesn't exist anymore.
7309
7310 * configure.in: Look for the closedir function.
7311
73121993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7313
7314 * configure.in (CPP): Autoconf sets this to a shell variable
7315 reference, which doesn't work when it's edited into a makefile.
7316 Expand that variable reference.
7317
7318 * Makefile.in (CPP): New variable.
7319 (src/Makefile): Edit CPP into src/Makefile.
7320
7321 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7322 and entering double quotes to get the values of LD_SWITCH_X_SITE
7323 and the other make variables; make substitutes them in anyway.
7324
7325 * Makefile.in (uninstall): Don't remove the lisp and etc
7326 directories if they're in the source tree.
7327
7328 Bring mumbleclean targets into conformance with GNU coding standards.
7329 * Makefile.in (mostlyclean, clean): Separate these two; just have
7330 them pass the request to the subdirectory makefiles.
7331 (distclean): Pass the request down, and then get rid of the
7332 files configure built, and get rid of the Makefiles.
7333 (realclean): Pass the request down, and then do the same things
7334 distclean does.
7335 (uninstall, info, dvi): New targets.
7336
7337 * configure.in: Move clause for PC-compatible i386 box to the end
7338 of the case statement, to avoid masking configurations below.
7339
7340 * configure.in: Add case for m88k-motorola-sysv4.
7341
7342 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7343 the HP 68000 machines.
7344
7345 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7346 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7347 preprocessor won't fiddle with them.
7348
73491993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7350
7351 * Makefile.in (TAGS): cd to src to run etags.
7352
73531993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7354
7355 * configure.in (version): Check the X libraries for XrmSetDatabase
7356 and random, and see if we have -lXbsd.
7357
73581993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7359
7360 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7361 s/*.h and m/*.h files. Martin Tomes
7362 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7363
73641993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7365
7366 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7367 above the general i386 alternative.
7368
73691993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7370
7371 * configure.in: Recognize configuration name for Data General
7372 AViiON machines.
7373
7374 * configure.in: Use AC_LONG_FILE_NAMES.
7375
73761993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7377
7378 * configure.in: Test for bison.
7379 * Makefile.in (YACC): New variable.
7380 (lib-src/Makefile.in): Edit YACC into the makefile.
7381
73821993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7383
7384 * Version 19.13 released.
7385
7386 * configure.in (CFLAGS): Don't set this according to the value of
7387 the GCC shell variable. Instead, consult the machine and system
7388 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7389 test __GNUC__ while we're at it.
7390
7391 * configure.in: Remove extra ;; from hpux cases.
7392
73931993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7394
7395 * configure.in: Check to see if the system has -ldnet.
7396
73971993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7398
7399 * make-dist: Add clauses to distribute lisp/forms-mode.
7400
74011993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7402
7403 * configure.in (machine): Fix the versions in hpux version number test.
7404 Do not guess based on cpu type. Do check for explicit system version.
7405
74061993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7407
7408 * configure.in: Do NOT look for `unknown' as company name.
7409
74101993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7411
7412 * configure.in: Fix typo in message.
7413
74141993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7415
7416 * Version 19.12 released.
7417
7418 * Makefile.in (do-install): Correct previous etc-copying change.
7419 Partially rewrite using `if'.
7420 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
7421
7422 * Version 19.11 released.
7423
7424 * configure.in: Handle 386bsd.
7425
74261993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7427
7428 * make-dist: Update getdate.c.
7429
7430 * configure.in: Handle bsd386.
7431
7432 * Makefile.in (do-install): Use `-' in tar options.
7433
7434 * configure.in: Change ! "${...}" to x"${...}" = x.
7435
7436 * Makefile.in (do-install): Copy the DOC-* files from the build
7437 etc directory, as well as lots of things from ${srcdir}/etc.
7438
7439 * make-dist: Copy config.guess.
7440
7441 * configure.in: Handle AIX versions 1.2, 1.3.
7442
74431993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7444
7445 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
7446 the configuration name mips-mips-usg* to represent USG systems.
7447
7448 * configure.in: Fix logic to detect if srcdir is already configured.
7449
7450 * Makefile.in: Pass in LD_SWITCH_X_SITE.
7451
7452 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
7453 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
7454 of a directory; cd might fail, and have pwd print out the current
7455 directory.
7456
74571993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7458
7459 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
7460
74611993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7462
7463 * configure.in: Complain if srcdir points at an already-configured
7464 tree.
7465
74661993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7467
7468 * Version 19.10 released.
7469
74701993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7471
7472 * Makefile.in: Use Makefile comments, not C comments.
7473
7474 * configure.in: Add case for the Tektronix XD88.
7475
74761993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7477
7478 * configure.in: Handle sysv4.2 and sysvr4.2.
7479
74801993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7481
7482 * configure.in: Traverse the argument list without destroying it;
7483 don't use shift. It turns out that "set - ${saved_arguments}"
7484 doesn't work portably.
7485
7486 * configure.in: Add missing "fi".
7487
7488 * make-dist: Rebuild configure if configure.in is newer.
7489
7490 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
7491 targets to be executed even if make remembers that it has already
7492 satisfied FRC.
7493
74941993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7495
7496 * Makefile.in (do-install): Delete redundant code to copy etc twice.
7497
7498 * configure.in (romp): Handle various version numbers with aos and bsd.
7499
75001993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7501
7502 * configure.in: Fix message text.
7503
75041993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7505
7506 * make-dist: Make a `site-lisp' directory in the distribution,
7507 instead of a `local-lisp' directory, which hasn't been the
7508 appropriate name for a long time.
7509 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
7510 from the distribution first, then /usr/local/lib/emacs/site-lisp.
7511
7512 * Makefile.in (do-install): Correctly detect if ./etc and
7513 ${srcdir}/etc are the same.
7514
7515 * configure.in: Extract UNEXEC from the system configuration
7516 files, compute the name of the source file corresponding to the
7517 object file, and #define it as UNEXEC_SRC in config.h.
7518
7519 * configure.in: If srcdir is '.', then try using PWD to make it
7520 absolute.
7521
7522 * configure.in: Include ${srcdir} in the printed report, to help
7523 people notice if it's an automounter path.
7524
75251993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7526
7527 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
7528
75291993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7530
7531 * Makefile.in (do-install): Delete the dest dir, not the source dir,
7532 when they are different. Add `shift' command.
7533 (COPYDESTS, COPYDIR): Delete external-lisp dir.
7534 (externallispdir): Var deleted.
7535
7536 * configure.in: Delete spurious paren outputting short_usage.
7537
75381993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7539
7540 * Version 19.9 released.
7541
75421993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7543
7544 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
7545 subdirectory makes.
7546
7547 * make-dist: Check for .elc files with no corresponding .el file.
7548
7549 * Makefile.in (mkdir): Make all the directories in locallisppath.
7550
7551 * config.guess: New file.
7552 * configure.in: Use it, tentatively.
7553 * INSTALL: Mention its usage.
7554
7555 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
7556 the former gives you the operating system rev directly. Use
7557 s/hpux.h if we don't recognize what we got.
7558
7559 * Makefile.in (do-install): Don't remove a destination directory
7560 if it's the same as the source. If ${srcdir}/info == ${infodir},
7561 don't try to copy the info files.
7562
7563 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
7564 doesn't work if you're not using a separate source directory.
7565 (do-install): Copy the build tree's etc directory only after
7566 making sure it's not also the source tree's etc directory.
7567
75681993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7569
7570 * configure.in: Handle sunos4.1.3 specially.
7571
75721993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7573
7574 * Makefile.in (INSTALL): Add definition.
7575
7576 * configure.in: Fix some messages. Support -with-gnu-cc.
7577 At the end, use `set --', not `set -'.
7578 Delete spurious `.h' in hpux alternatives.
7579
75801993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7581
7582 * Version 19.8 released.
7583
75841993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7585
7586 * configure.in: When looking for source in the same directory as
7587 the configure script, make the path thus discovered absolute.
7588 If the user specifies the `--srcdir' switch, make that directory
7589 absolute too.
7590
7591 * Makefile.in (srcdir): Remove comment saying this doesn't work.
7592
7593 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
7594 too, as the value of the PATH_INFO macro.
7595
7596 * configure.in: Check to see if the source lives in the same
7597 directory as the configure script.
7598
75991993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7600
7601 * Makefile.in (install): Split this into `install' and
7602 `do-install', to give people more control over exactly what gets
7603 done.
7604 (do-install): New target, containing the guts of `install'. Don't
7605 remove and recreate the directories inside the copying loop - do
7606 it all before the copying loop. Pass more flags to the lib-src
7607 make.
7608 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
7609 avoid errors and warnings.
7610
7611 * configure.in: For generic IBM PC boxes, insist on "unknown" for
7612 the manufacturer - the more general case was blocking other i386
7613 configuration names below, and that's how the names are written in
7614 MACHINES anyway.
7615
7616 * make-dist: When breaking links, remove the link before moving
7617 the copy onto it, to avoid interactive behavior.
7618
7619 * Makefile.in: Doc fix.
7620
7621 * configure.in: Doc fix.
7622
7623 * INSTALL: Mention --exec-prefix option.
7624
7625 * configure.in: Add support for the `--exec-prefix' option.
7626 * Makefile.in: Accept that support.
7627
7628 * configure.in: Use the AC_PROG_INSTALL macro.
7629 * Makefile.in (INSTALL): Variable removed.
7630 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
7631
7632 * configure.in: Distinguish between hp800's and hp700's by calling
7633 "uname -m".
7634
76351993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7636
7637 * configure.in: Recognize configuration names for i860 boxes
7638 running SYSV.
7639
76401993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7641
7642 * configure.in: Distinguish between hp800's and hp700's by the
7643 version of HP/UX they run, since that's something people are more
7644 likely to know - hp700's run 8.0.
7645 Add HP 700 configuration.
7646
7647 * configure.in: Test for the presence of the `rename' function.
7648
7649 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
7650 configure.in.
7651 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
7652
7653 * make-dist: Break intra-tree links.
7654
7655 * configure.in: Explain that this is an autoconf script, and give
7656 instructions for rebuilding configure from it. Arrange to put
7657 comments in configure explaining this too.
7658
7659 * configure.in: Make the first line of the configure script be
7660 "#!/bin/sh". Leaving the first line blank didn't work.
7661
7662 * configure.in (long_usage): Removed; made short_usage describe
7663 the options briefly.
7664
7665 * configure.in: Implement the --prefix option.
7666 * Makefile.in (prefix): Add support for it here.
7667 * INSTALL: Document it here.
7668
7669 * Makefile.in (install): Don't assume that the files in the `info'
7670 subdirectory match *.info. They don't have that prefix.
7671
76721993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7673
7674 * configure.in: Add case for version 5 of Esix.
7675
76761993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7677
7678 * Version 19.7 released.
7679
7680 * make-dist: There aren't any *.com files in lib-src anymore.
7681
7682 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
7683 them; they're symlinks to other filesystems on the GNU machines.
7684
7685 * make-dist: Check that the manual reflects the same version of
7686 Emacs as stated in lisp/version.el. Edit that version number into
7687 the README file.
7688
76891993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7690
7691 * configure.in: Remove the hack of AC_DEFINE; use
7692 AC_DEFINE_UNQUOTED.
7693
76941993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7695
7696 * make-dist: Don't distribute precomp.com, compile.com, or
7697 link.com from ./src; they're in ./vms now.
7698
7699 Some time-handling patches from Paul Eggert:
7700 * configure.in: Add AC_TIMEZONE.
7701
77021993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7703
7704 * configure.in: Recognize Linux as a valid operating system for
7705 the i386.
7706
77071993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7708
7709 * make-dist: Distribute some VMS files we got from Richard Levitte.
7710
7711 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
7712 the source for the sed command, not oldXMenu/Makefile.
7713
77141993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7715
7716 * INSTALL: Don't claim the srcdir option doesn't work.
7717
77181993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7719
7720 * configure.in: Include remarks saying what order the autoconf
7721 tests should go in, and remind people to change config.h.in
7722 whenever they add autoconf tests which make #definitions.
7723
7724 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
7725
77261993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7727
7728 * Makefile.in (oldXMenu/Makefile): Make this depend on
7729 ${srcdir}/oldXMenu/Makefile.in, not itself.
7730
7731 * PROBLEMS: Some updates from David J. Mackenzie.
7732
7733 More changes from David J. Mackenzie.
7734 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
7735 removed; autoconf and config.h should specify all these
7736 differences.
7737 (buildlisppath): Make this path depend on ${srcdir}.
7738 (INSTALLFLAGS): Removed.
7739 (INSTALL): Include the -c flag.
7740 (install): Change the way we invoke install accordingly.
7741
7742 Install ${srcdir} changes from DJM.
7743 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
7744 list.
7745 (COPYDIR, COPYDESTS): Install files from both the etc directory in
7746 the source tree and the etc directory in the object tree.
7747 (${SUBDIR}): Pass the prefix variable down to submakes.
7748 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
7749 in /bin.
7750 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
7751 values for srcdir and VPATH.
7752 (install): Add `v' flag to tar command. Make sure that `dir'
7753 exists in ${srcdir}/info before copying it. Remember that the man
7754 pages come from the source tree, not the object tree.
7755 * configure.in: Remove remarks saying that the --srcdir option
7756 doesn't work.
7757 Create the etc directory in the object tree.
7758 Recognize configuration names of the form *-sun-solaris*.
7759 Recognize sunos5 and solaris as operating system names.
7760
7761 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
7762 lib-src/getdate.y and src/systime.h.
7763
77641993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7765
7766 * make-dist: Make links in info subdir.
7767
77681993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7769
7770 * configure.in: Call AC_STDC_HEADERS.
7771
77721993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7773
7774 * configure.in: Sidestep autoconf's quoting of the second argument
7775 of AC_DEFINE, so we can specify the value to put there. It would
7776 be nice if autoconf provided some way to specify computed values
7777 for macros.
7778
77791993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7780
7781 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
7782 this is always just -DHAVE_CONFIG_H.
7783
7784 The GNU coding standards specify that CFLAGS should be left for
7785 users to set.
7786 * Makefile.in (CFLAGS): Let configure determine the default value
7787 for this. Don't
7788 have it default to DEFS.
7789 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
7790 (lib-src/Makefile, src/Makefile): Edit the default value for
7791 CFLAGS into these files, not DEFS.
7792 * configure.in (CFLAGS): Choose a default value for this - "-g"
7793 normally, or "-g -O" if we're using GCC. Edit it into the
7794 top-level Makefile.
7795
7796 * configure.in: When scanning the machine and system description
7797 #include files, write their names to conftest.c properly.
7798
77991993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7800
7801 * configure.in: In configuration name case for Apallos running
7802 Domainios, set opsys, not opsysfile.
7803
7804 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
7805 src/config.h, instead of AC_OUTPUT; the latter overwrites
7806 src/config.h even when it hasn't changed, puts a makefile-style
7807 comment at the top even though it's C code, and produces a
7808 config.status script which doesn't do the job right.
7809
7810 * configure.in: Add AC_LN_S test, so we can tell whether or not we
7811 can use a symbolic link to get the X Menu library into src.
7812 * Makefile.in (LN_S): New variable.
7813 (src/Makefile): Edit the value of LN_S into this makefile.
7814
78151993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7816
7817 * configure.in: Support *-sco3.2v4* as opsystem.
7818
7819 * make-dist: Don't include calc directory.
7820 Exclude many files in the man directory; copy a few.
7821
78221993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7823
7824 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
7825 call AC_STRUCT_TM to see what's in time.h.
7826
7827 * configure.in: Employ quoting stupidity to get the value of CPP
7828 to expand properly.
7829
78301993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7831
7832 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
7833 variable to scan the machine and system description files.
7834
7835 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
7836 so that getdate.y builds correctly.
7837
78381993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7839
7840 * configure.in (tempcname): Change this to "conftest.c", so it will
7841 work properly on systems with short filenames; this is the name
7842 autoconf uses.
7843
7844 * configure.in: Also detect the availability of dup2 and
7845 gethostname.
7846
7847 * configure.in: Use the AC_ALLOCA test.
7848 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
7849 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
7850
78511993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7852
7853 * make-dist: Distribute configure, as well as configure.in.
7854 Oversight.
7855
78561993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7857
7858 * Makefile.in (install): Print out the name of the directory we're
7859 copying, so people can have some idea of whether we're making
7860 progress.
7861
7862 * Makefile.in (install.aix, install.xenix, install.sysv, install):
7863 Don't forget to re-create the COPYDESTS directories after we clear
7864 them out.
7865
78661993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7867
7868 * Makefile.in: Add autoconf cookies so that the configure
7869 script can comment out sections of path variable definitions to
7870 choose between the installable configuration and the run-in-place
7871 configuration.
7872 * configure.in: Add new option `--run-in-place', to select the
7873 run-in-place path definitions.
7874
7875 * configure.in: Add a clause to the big configuration name case
7876 for the NeXT machine.
7877
78781993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7879
7880 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7881 Make sure that each source directory exists, and is different from
7882 the destination directory; then, delete the destination before
7883 copying over the source.
7884
7885 * make-dist: Distribute configure.in, instead of configure.
7886
78871993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7888
7889 * configure.in: Don't set CC to "gcc -O" if the user specifies
7890 `--with-gcc'. Add -O to DEFS if GCC is set.
7891
78921993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7893
7894 * Makefile.in (clean mostlyclean): Missing right paren.
7895
7896 * configure.in: When checking for X windows, search for an X11
7897 subdirectory of ${x_includes}.
7898
7899 * configure.in: Check for gettimeofday function, for getdate.y.
7900
7901 Change `configure' to a mixture of custom code and autoconf stuff.
7902 autoconf can't derive all the information we need, but we'd really
7903 like to be able to take advantage of some of its tests, and its
7904 file-editing facilities.
7905 * configure.in: Renamed from configure.
7906 Quote the sections of shell script we want copied literally to
7907 the configure script.
7908 (compile): Initialize this to make the autoconf macros' code happy.
7909 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
7910 code to do their jobs.
7911 Use autoconf to produce Makefile and src/config.h.
7912 Remove the Makefile-style comment that autoconf places at the top
7913 of src/config.h.
7914 (config_h_opts): Removed - no longer necessary.
7915 * Makefile.in (configname): Renamed to configuration.
7916 (CONFIG_CFLAGS): Renamed to DEFS.
7917 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
7918 get values via autoload @cookies@.
7919 (libsrc_libs): Get this from autoconf. We used to do nothing
7920 about this.
7921 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
7922
7923 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
7924 echo the move-if-change command.
7925
79261993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7927
7928 * make-dist: Distribute lib-src/rcs-checkin.
7929
7930 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
7931 Don't try to make links to the RCS or Old subdirectories.
7932 Use the appropriate extension for the compression type in use.
7933 Create the tar file in the shell's initial default directory, not
7934 in ${tempparent}.
7935 Erase the whole ${tempparent} tree, not just ${tempdir}.
7936
79371993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7938
7939 * Makefile.in (src/paths.h): Don't echo the huge sed command we
7940 use to build paths.h.
7941 (lib-src/Makefile, src/Makefile): Similarly.
7942
7943 * configure: Extend test for working `const' keyword to handle AIX
7944 3.2 cc.
7945
79461993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7947
7948 * make-dist: Distribute lisp/term/ChangeLog.
7949
7950 Arrange for C compilation throughout the tree to get
7951 C_SWITCH_SYSTEM from the configuration files.
7952 * configure: Extract C_SWITCH_SYSTEM from the machine and
7953 system-dependent files, and save it in the top-level Makefile.
7954 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
7955 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
7956
7957 * make-dist: Include the VMS support files in oldXMenu in the
7958 distribution.
7959
7960 * configure: Doc fix.
7961
7962 * configure: Fix corrupted config_h_opts.
7963
7964 * configure: Properly report option names in error messages.
7965
7966 * configure: Properly recognize --x-includes and --x-libraries
7967 options.
7968
7969 * configure: Fix syntax errors in code handling XFree386.
7970
79711993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7972
7973 * configure: Add special code to detect XFree386, and tell
7974 config.h about it.
7975
7976 * configure: Properly handle extracting values of LIBS_MACHINE and
7977 LIBS_SYSTEM that contain spaces.
7978
7979 * configure: Add `--x-includes' and `--x-libraries' options. I
7980 think these are dopey, but no less than three alpha testers, at
7981 large sites, have said they have their X files installed in odd
7982 places. Implement them by setting C_SWITCH_X_SITE and
7983 LD_SWITCH_X_SITE in src/config.h.
7984
79851993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7986
7987 * make-dist: Don't distribute etc/Old files.
7988
7989 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
7990 backups.
7991
79921993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7993
7994 * make-dist: Fix typo.
7995
79961993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7997
7998 * make-dist: Corrected typo, fixed it to discard = and TAGS files
7999 in some cases where it should but didn't seen to.
8000
8001 * Makefile.in: Added unlock and relock productions.
8002
80031993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8004
8005 * make-dist: Add a --compress option to force make-dist to use
8006 compress.
8007
8008 * make-dist: Use gzip, if we can find it.
8009
8010 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8011 make rs6000-ibm-aix default to -aix32.
8012
80131993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8014
8015 * Makefile.in: Added `Developer's configuration' section.
8016
80171993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8018
8019 * Makefile.in: Add commented-out variable settings for developer's
8020 configuration.
8021
80221993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8023
8024 * make-dist: Distribute `src/bitmaps' too.
8025
80261993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
8027
8028 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8029 make rs6000-ibm-aix default to -aix32.
8030
80311993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8032
8033 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
8034
8035 * Makefile.in (install.sysv): Add a second `$' in front of
8036 `${dest}', so that the shell will expand it, instead of Make.
8037
8038 * configure: When processing the name of the configure script,
8039 collapse `././' to `./', but leave a single `./' prefix alone.
8040
8041 * configure: Doc fix.
8042
80431993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8044
8045 * configure: Handle isc3.0 correctly.
8046
80471993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8048
8049 * make-dist: Don't try to copy the COPYING notice into
8050 external-lisp; we're not distributing that directory any more.
8051
80521993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8053
8054 * Makefile.in (install, install.aix, install.xenix, install.sysv):
8055 Remove CVS subdirectories from the installed directory trees, as
8056 well as RCS directories.
8057
80581993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8059
8060 * make-dist: Only copy gmalloc.c if we couldn't link it.
8061 Don't try to copy man/{README,Makefile} unless they actually exist.
8062
8063 * Makefile.in (lisppath): Don't include externallispdir in this.
8064 We're not sure whether we're even going to distribute the
8065 directory yet.
8066
80671993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8068
8069 * make-dist: Don't distribute the external-lisp directory anymore.
8070 * INSTALL: Remove all references to external-lisp.
8071
8072 * configure: Detect whether the compiler supports `const'
8073 properly, and edit src/config.h accordingly.
8074
8075 * configure: Tweak layout of final report.
8076
8077 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
8078 CFLAGS.
8079
8080 * Makefile.in (locallisppath): Make this default to
8081 ${datadir}/emacs/site-lisp, instead of
8082 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
8083 the same thing, and local-lisp causes completion conflicts with
8084 lock.
8085 (lisppath): Add ${externallispdir} to this.
8086 * INSTALL: Adjust installation directions.
8087
8088 * Makefile.in (externallispdir): New variable, to say where to
8089 install the externally-maintained lisp files.
8090 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
8091 the others.
8092 * INSTALL: Describe external-lisp and the new externallispdir
8093 variable.
8094
80951993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8096
8097 * configure (progname): New option `--with-gcc'. Make it clearer
8098 how we are trying to guess whether or not we have GCC.
8099 * INSTALL: Document the `--with-gcc' option, and improve
8100 description of `--with-x' options.
8101
81021993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8103
8104 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
8105 ${infodir} from these variables; we have written out explicit code
8106 to install the info files.
8107
81081993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8109
8110 * make-dist: Don't distributed the RCS files in the etc directory.
8111
81121993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8113
8114 * Makefile.in: Some makes can't handle comments in the middle of
8115 commands; move them to before the whole rule.
8116
81171993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8118
8119 * README: Mention what Emacs is.
8120
81211993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8122
8123 * make-dist: Include `./lisp/calc-2.02' in the distribution.
8124 Add `./cpp' and `./man' back into the distribution.
8125
81261993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8127
8128 * Makefile.in: Define MAKE, and use where appropriate.
8129
81301993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8131
8132 * make-dist: Remember that the authoritative COPYING notice is
8133 `etc/COPYING', not `../etc/COPYING'.
8134
81351992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8136
8137 * make-dist: Make sure that the COPYING notices in each directory
8138 are copies, not symlinks.
8139
81401992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8141
8142 * INSTALL: The build process produces an executable called `emacs'
8143 now. Change references.
8144 * Makefile.in: Adjust `install.mumble' targets to install
8145 `src/emacs', not `src/xemacs'.
8146
8147 * configure: Start with a blank line; this keeps some old CSH's
8148 from thinking it's a CSH script. Most systems will just use
8149 /bin/sh to run it, which is what we're expecting; the only other
8150 shells which might try to interpret it themselves are probably
8151 Bourne-compatible.
8152
81531992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8154
8155 * INSTALL: Improvements suggested by David Mackenzie.
8156
81571992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8158
8159 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8160 Don't try to copy the info files if there aren't any; the
8161 unexpanded globbing pattern disappoints `install'. Ignore the
8162 return status of that command.
8163
8164 * INSTALL: Updated for new configuration arrangement.
8165
8166 * configure: Don't make the top-level Makefile read-only - people
8167 may want to edit the values of the path variables.
8168
8169 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8170 Install the info files in ${infodir}. Install the executable
8171 under both `emacs' and `emacs-VERSION'.
8172
8173 * Makefile.in: Doc fix.
8174
8175 * Makefile.in (exec_prefix): New variable, as per latest version
8176 of coding standards.
8177 (bindir, libdir): Use it, instead of `prefix'.
8178 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
8179
8180 * Makefile.in (mandir): Make the default value for this depend on
8181 $(prefix).
8182
8183 * Makefile.in (datadir, statedir, libdir): Make these all default
8184 to ${prefix}/lib.
8185 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
8186 to compensate.
8187
8188 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8189 Install the etags and ctags man pages too.
8190
8191 * Makefile.in (distclean): Don't delete backup files; that's the
8192 job of extraclean.
8193 (extraclean): Like distclean, but deletes backup and autosave files.
8194
81951992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8196
8197 Make path specification conform to GNU coding standards.
8198 * configure (long_usage): Remove all traces of old arguments from
8199 usage messages, and document the options we do accept in more
8200 detail: -with-x... and --srcdir.
8201 (options, boolean_opts): Deleted; we don't have enough options to
8202 make this worthwhile.
8203 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
8204 along with the code which supported them; these should be set as
8205 arguments to the top-level make.
8206 (config_h_opts): Since this no longer doubles as a list of option
8207 names, make them upper case; this simplifies the code which uses
8208 them to build the sed command to edit src/config.h. Change the
8209 code which sets them.
8210 (cc, g, O): Don't allow the user to set these using options; they
8211 should be specified using `CC=' and `CFLAGS=' arguments to the
8212 top-level make. Just choose reasonable default values for them,
8213 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
8214 values.
8215 (gnu_malloc, rel_alloc): Don't allow the user to set these using
8216 options; use them whenever the configuration files say they're
8217 possible.
8218 Simplify the argument processing loop. Don't accept abbreviations
8219 for option names; these might conflict with other configuration
8220 options in the future.
8221 Add some support for the `--srcdir' option. Check for the sources
8222 in . and .. if `--srcdir' is omitted. If the directories we will
8223 compile in don't exist yet, create them under the current directory.
8224 Note that the rest of the build process doesn't really support
8225 this.
8226 Edit only the top Makefile. That should edit the others. Edit
8227 into the makefile: `version', from lisp/version.el, `configname'
8228 and `srcdir' from the configuration arguments, `CC' and
8229 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
8230 the user's path, and LOADLIBES as gleaned from the system
8231 description files.
8232 Simplify the report generated; it doesn't need to include any
8233 description of paths now.
8234 Make `config.status' exec configure instead of just calling it, so
8235 there's no harm in overwriting `config.status'.
8236 * Makefile.in (version, configname): New variables, used to choose
8237 the default values for datadir and libdir.
8238 Path variables rearranged into two clearer groups:
8239 - In the first group are the variables specified by the GNU coding
8240 standards (prefix, bindir, datadir, statedir, libdir, mandir,
8241 manext, infodir, and srcdir).
8242 - In the second are the variables actually used for Emacs's paths
8243 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
8244 archlibdir), which depend on the first category.
8245 datadir and libdir default to directories under
8246 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
8247 demand.
8248 etcdir and lispdir default to subdirectories of datadir.
8249 archlibdir defaults to libdir.
8250 The new installation tree is a bit deeper than it used to be, so
8251 use the new make-path program in lib-src to build them all.
8252 Always build a new src/paths.h.tmp and then move-if-change it to
8253 src/paths.h, to avoid unnecessary rebuilds while responding to the
8254 right changes.
8255 Remove all mention of arch-lib. Run utility commands from
8256 lib-src, and let the executables be copied into archlibdir when
8257 Emacs is installed.
8258 Add targets for src/Makefile, lib-src/Makefile, and
8259 oldXMenu/Makefile, editing the values of the path variables into
8260 them.
8261 Let lib-src do its own installation.
8262 (datadir): Default to putting data files under
8263 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
8264 (emacsdir): Variable deleted; it would only be confusing to use.
8265 (lispdir, etcdir): Default to ${datadir}/lisp.
8266 (mkdir): Use make-path for this.
8267 (lockdir): Do this in mkdir.
8268 (Makefile): New target.
8269
8270 * configure (usage_message): Rename to long_usage.
8271
8272 * make-dist: Don't bother creating an arch-lib directory; that's
8273 only for installation now.
8274
82751992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8276
8277 * configure: Use GCC-style configuration names, using config.sub.
8278 Change the usage and help messages.
8279
8280 * configure: Initialize window_system, not indow_system.
8281
8282 * configure: Report which window system, compiler, and signal
8283 handler return type we decide to use.
8284
8285 * make-dist: Explain what's going on if config.sub and gmalloc.c
8286 can't be linked. Place the code which copies them near the code
8287 which links the rest of the files around them.
8288
82891992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
8290
8291 * make-dist: Don't bother to distribute src/*.com, or
8292 src/vmsbuild; those have all been moved to `../vms'.
8293
82941992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8295
8296 * make-dist: Don't forget that the way to avoid filenames starting
8297 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8298 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8299 couldn't make hard links to, since we have two already, and
8300 perhaps more to come.
8301
83021992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8303
8304 * configure: When editing parameters into lib-src/Makefile, change
8305 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8306 needs some other flags too.
8307
83081992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8309
8310 * configure: Remove spurious echo of the configuration name.
8311
8312 * make-dist: Don't distribute files in src/m and src/s whose names
8313 begin with `='.
8314
83151992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8316
8317 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8318 Also LISP_FLOAT_TYPE.
8319
83201992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8321
8322 * make-dist: Copy config.sub, since it's a symbolic link to a file
8323 on another file system.
8324
83251992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8326
8327 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8328 distribution.
8329
8330 * config.sub: New file, to help us recognize configuration names.
8331 * make-dist: Include it in the distribution.
8332
83331992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8334
8335 * configure: Convert `-' to `_' in specified option names.
8336 Accept options with --. Delete --highpri and --have-x-menu options.
8337 New options --with-x and --with-x10 replace -window-system.
8338 Don't mention options --gnu-malloc, --rel-alloc
8339 or --lisp-float-type in help message.
8340
83411992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8342
8343 * make-dist: Include the `vms' subdirectory in the distribution.
8344
83451992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8346
8347 * configure: Remove lines starting with "# DIST: " when building
8348 lib-src/Makefile and src/Makefile. This allows us to mark the
8349 "Makefile.in" files with explanatory comments which won't also get
8350 stuck in the Makefiles.
8351
83521992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8353
8354 * make-dist: Don't use the '+' operator in the sed regular
8355 expression that extracts the version number from lisp/version.el;
8356 Ultrix sed doesn't seem support the operator. Just double the
8357 operand and use *.
8358
83591992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8360
8361 * Makefile.in: Doc fix.
8362
83631992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8364
8365 * configure: Rewrite sed command to remove at most one ./ prefix;
8366 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8367 group.
8368
83691992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8370
8371 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8372
83731992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8374
8375 * make-dist: Go ahead and build a new TAGS file, unless the
8376 --newer option was specified. Don't try to delete a TAGS file
8377 from etc; it's not kept there, and shouldn't be deleted anyway.
8378
83791992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8380
8381 * make-dist: If the lisp directory contains a default.el, don't
8382 distribute it.
8383
8384 * configure: When searching signal.h for the type of a signal
8385 return handler, make a copy of it, not a symbolic link to it; that
8386 way, it will work on systems that don't have symbolic links.
8387
83881992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8389
8390 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8391 option for generating incremental distributions. Stopped it from
8392 generating a TAGS file into the distribution; that sucker is
8393 *big*, and easily enough generated with the toplevel makefile.
8394
83951992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8396
8397 * configure: When writing config.status, don't prefix progname
8398 with a '.'; it might be absolute.
8399
84001992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8401
8402 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8403 /usr/include/X11 exist, not only if both exist.
8404
84051992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8406
8407 * make-dist: Make the new external-lisp directory a duplicate of
8408 the external-lisp directory, not the lisp directory.
8409
84101992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8411
8412 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
8413 clean' in arch-lib; it doesn't even have a Makefile.
8414
8415 * Makefile.in (clean, mostlyclean): In the test which tries to
8416 distinguish between the build directory, which should be cleaned,
8417 and the installed directory, which shouldn't, cd to `${emacsdir}',
8418 not `${DESTDIR}${LIBDIR}'.
8419
84201992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8421
8422 * make-dist: Be sure to delete the .c and .h files that YACC and
8423 BISON create from getdate.y.
8424
8425 * external-lisp: New directory; see `external-lisp/README'.
8426 * make-dist: Added support for the external-lisp subdirectory.
8427
8428 * make-dist: Changed message which complains that make-dist wasn't
8429 invoked in the right directory to indicate which files it was
8430 looking for.
8431
84321992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8433
8434 * configure: Add comments explaining why we can't translate
8435 character ranges or control characters in `tr'.
8436
84371992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8438
8439 * configure: When generating the configuration message, we used to
8440 build the message from the start so that each line began with "# "
8441 so that it would be a comment in `config.status'. However, this
8442 causes trouble if any of the variables we use in the message
8443 expand to more than one line of text - as gnu_malloc_reason
8444 sometimes does. So instead, we build the message as it should be
8445 printed to the user (i.e. without the "# " prefixes), and stick on
8446 the "# "s when we write it to `config.status'.
8447
8448 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
8449 `lib-src' and `arch-lib'.
8450
8451 * configure: When generating report and `config.status' file, note
8452 that bindir only determines where `make install' and
8453 `build-install' will place the executables; this should make it
8454 clear that the ordinary build process will not try to install
8455 things.
8456
84571992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8458
8459 * make-dist: Change messages to say that we are 'making links to
8460 X', rather than 'copying X'. And put `' quotes around file names.
8461
8462 * make-dist: Include '.tmp' in the name of the staging directory.
8463
8464 * make-dist: Pass the `-f' option to rm when you're not sure that
8465 the files you're removing actually exist.
8466
8467 * make-dist: When setting up etc/COPYING, always nuke whatever is
8468 there, and then copy it in, to make sure we get a real file.
8469
8470 * make-dist: Don't try to distribute *.defns files any more. The
8471 only such file was for simula.el, which has been superceded by a
8472 version which doesn't have a separate .defns file.
8473
84741992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
8475
8476 * make-dist: Don't distribute configured versions of config.h.in,
8477 paths.h.in, Makefile.in in src.
8478
8479 * configure: Delete .tmp files before creating them; don't bother
8480 trying to make final targets writeable first, since it won't
8481 matter to move-if-change.
8482
84831992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8484
8485 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
8486 mkdir and chmod in the center of all the conditionals. GNU Make
8487 will strip these out, but other makes won't.
8488
84891992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8490
8491 * make-dist: Include move-if-change in list of files to distribute.
8492
84931992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8494
8495 * configure: Remove any "." elements from the program name.
8496
8497 * configure: Don't record the values of all the possible arguments
8498 in config.status; only record the options that the user specified.
8499
8500 * configure: Use move-if-change to move in the new src/config.h.
8501
85021992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
8503
8504 * move-if-change: New file, copied from gcc release.
8505 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
8506 a temp file, so we don't update paths.h if an error occurs or if
8507 it doesn't need changing.
8508
85091992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8510
8511 * Makefile.in (src/paths.h): Do not install a value for the
8512 PATH_SUPERLOCK value; that macro doesn't exist anymore.
8513 * build-install.in: Same thing.
8514
85151992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8516
8517 * make-dist: Check the flag called "make_tar", not "make_dir"; the
8518 latter, being a typo, is always false, resulting in a program
8519 whose default behavior is to painstakingly build a copy of the
8520 source tree, and then delete it. Rah.
8521
8522 * Makefile.in: Add dist target, and comment for it.
8523
8524 * configure: When scanning <signal.h> for a declaration for
8525 signal, create a symbolic link with a name ending in .c, so the
8526 compiler won't complain that it's only been given .h files.
8527
8528 * configure: Check whether there are any arguments available
8529 before shifting to get the value of a non-boolean parameter.
8530
8531 * make-dist: Doc fix.
8532
85331992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8534
8535 * configure: Instead of grepping /usr/include/signal.h for a
8536 signal declaration, run /usr/include/signal.h or
8537 /usr/include/sys/signal.h through cpp and grep for the
8538 declaration.
8539
8540 * configure: Redirect the output of grep to /dev/null instead of
8541 using grep -s - that flag means different things on other systems.
8542
8543 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
8544 since the former is recognizable even if you don't know what
8545 'dumping' is.
8546 * configure: Accommodate that change.
8547
8548 * configure: Accept options for all of the directories you can
8549 change in the Makefile.
8550
8551 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
8552
8553 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
8554 FOO before you can use them.
8555
8556 * build-install.in: Made the "Where To Install Things" section
8557 conform with the similar section from Makefile.in. Copied section
8558 which builds src/paths.h from src/paths.h.in from the Makefile.
8559
85601992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8561
8562 * configure: Write config.status to pass its command-line
8563 arguments on to configure, so that people can use it to recreate
8564 an old configuration, with minor changes.
8565
85661992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8567
8568 * configure: Don't rely on option variables being unset if their
8569 values are the empty string. In particular, when producing the
8570 English report, don't assume that highpri will be unset when no
8571 increased priority has been requested; -highpri='' should be the
8572 same as omitting -highpri altogether.
8573
8574 * configure: Fix dumb bug: when running the system and machine
8575 description files through cpp, mark those lines that we want to
8576 evaluate with the string '@configure@', and then only evaluate
8577 them. This way if the files include anything that actually
8578 generates text (type definitions or external declarations, say),
8579 we won't try to eval it.
8580
85811992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8582
8583 * make-dist: New shell script.
8584
8585 * configure: When creating foo from foo.in, make foo read-only to
8586 remind people to edit the .in file instead.
8587
8588 * INSTALL: Changed references to config.h-dist to config.h.in.
8589 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
8590 to build src/paths.h from src/paths.h.in; added a paragraph to do
8591 this.
8592 * configure, Makefile, build-install: Changed filenames like
8593 FOO-dist to FOO.in.
8594
85951992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8596
8597 * Makefile, build-install: Renamed to Makefile.in and
8598 build-install.in; the configure script will edit these to produce
8599 the usable Makefile and build-install.
8600 * configure: Changed to produce ./Makefile, ./build-install,
8601 lib-src/Makefile, and src/Makefile from their *.in counterparts,
8602 instead of editing them in place.
8603
86041992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8605
8606 * Makefile: Re-arranged so that the undumped Emacs will search
8607 ../lisp *after* the site's local elisp files.
8608 (locallisppath, dumplisppath): New variables.
8609 (lisppath): This variable's default value is now chosen based on
8610 $(locallisppath) and $(lispdir); while it used to be the
8611 customization point for adding site-local elisp directories to
8612 load-path, that job is now handled mostly by locallisppath.
8613 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
8614 Check the values being assigned to the *LOADSEARCH macros for null
8615 path elements (like '::' in 'foo::bar').
8616
8617 * configure: When checking if the machine- and system-dependent
8618 files define a particular macro or not, actually run them through
8619 CPP and test the macros with #ifs, instead of just grepping for
8620 the macros' names. In particular, check for SYSTEM_MALLOC in this
8621 way.
8622
86231992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8624
8625 * Makefile (install): Don't use -s in install. (Keep the symbols.)
8626
86271992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8628
8629 * configure: Make the config.status file an executable shell
8630 script which will recreate the same configuration. Include the
8631 verbal description of the current configuration as a comment in
8632 the script.
8633 * INSTALL: Doc fix.
8634
8635 * Makefile: Brought the Makefile up to the GNU coding
8636 standards, as described in standards.text:
8637 (TAGS): New name for the target which rebuilds the tags table.
8638 (check): New target; doesn't do anything yet.
8639 (mostlyclean): New target, synonymous with clean.
8640 (realclean): New target. Currently, this just calls the
8641 subdirectories's makefiles and then deletes config.status.
8642 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
8643 variables.
8644 Installation directory variables changed to conform.
8645 (install, install.sysv, install.xenix, install.aix): Changed the
8646 code which copies the directories into their installed location to
8647 allow the installed locations to be in several different
8648 directories; the old version assumed that they would all be in
8649 $(emacsdir).
8650 (mkdir, lockdir): Allow the installed locations to be in several
8651 different directories.
8652 * INSTALL: Doc fix.
8653
8654 * build-install: Use the same variable names as the Makefile.
8655 Allow the installed locations to be in several different
8656 directories.
8657
86581992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8659
8660 * Makefile (src/paths.h): Instead of using a single sed command to
8661 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
8662 separately, and don't forget to append "/!!!SuperLock!!!" to the
8663 value of the PATH_SUPERLOCK macro.
8664
8665 * config.emacs: Renamed to configure, for consistency with other
8666 GNU products. Internal references changed.
8667 INSTALL, Makefile: References changed.
8668
8669 * lock: New directory, which should always be empty. If this
8670 directory doesn't exist, Emacs won't complain; it just won't lock.
8671 Having this here means that people can just unpack Emacs, build
8672 it, and have locking work.
8673
8674 * share-lib: Re-renamed to etc, for the sake of tradition.
8675 * config.emacs: Changed default value for datadir to ../etc.
8676 * INSTALL, README: Adjusted.
8677
86781992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8679
8680 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
8681 by running CPP on the appropriate s/*.h and m/*.h files.
8682
86831992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8684
8685 * config.emacs: Make sure to set the "exit on error" flag once
8686 we've removed config.status; errors should abort the configuration.
8687
86881992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8689
8690 * config.emacs: Added -distribute option, so that the Makefile
8691 paths are in their proper form. I don't know why this matters.
8692
86931992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8694
8695 * local-lisp: New directory, empty in the distribution, for people
8696 to put local elisp code in.
8697 * config.emacs: Include it in the default load path.
8698 * README: Document it.
8699
87001992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8701
8702 * config.emacs: Guess the type of signal handling functions based
8703 on the contents of /usr/include/signal.h.
8704
8705 * config.emacs: Print out progress report messages.
8706
8707 * Makefile (src/paths.h): Don't generically replace
8708 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
8709 editing of the other entries, and each entry should be dealt with
8710 explicitly anyway.
8711
8712 * build-install: Converted from C-shell to Bourne shell.
8713 * config.emacs: Edit build-install properly.
8714
8715 * config.emacs: Doc fix.
8716
87171992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8718
8719 * Makefile (install): Remove `B' from tar xf command.
8720
87211992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8722
8723 * config.emacs: Removed support for the `maintain-environment'
8724 option; the only important difference between this and its absence
8725 has been removed.
8726 * INSTALL: Removed mention of `maintain-environment'.
8727
8728 * config.emacs: Fix arguments to sed when processing boolean
8729 arguments.
8730
87311991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8732
8733 * config.emacs: New file, to help automate the installation
8734 process.
8735
8736 * Makefile: Lots of changes to support the separation of etc into
8737 architecture-dependent and -independent files:
8738 (EMACSROOT): New variable, giving the directory under which all of
8739 Emacs's libraries should be installed. Changed rest of file to
8740 use it.
8741 (LIBDIR): Now denotes only architecture-dependent dir.
8742 (DATADIR): New variable, denoting architecture-independent dir.
8743 (LOCKDIR): New variable, for completeness.
8744 (SUBDIR): No more etc, new lib-src.
8745 (COPYDIR): No more etc, new arch-lib and share-lib.
8746 (src/paths.h): Set PATH_DATA and the LOCK macros too.
8747 (src): Now depends on lib-src, not etc.
8748 * build-install: Changes parallel to the above.
8749 * README: Describe the new arrangement.
8750
8751 * vms: New subdirectory for all the VMS stuff.
8752
87531991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8754
8755 * Makefile (LISPPATH): New variable.
8756 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
8757
87581990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
8759
8760 * Makefile (install, install.sysv, install.xenix):
8761 Install wakeup instead of loadst. No need for setuid or setgid.
8762
87631990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8764
8765 * Makefile (clean): Clean etc if that's not the installation dir.
8766
87671990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8768
8769 * Makefile (paths.h): Make sed alter each name in the path.
8770
87711988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8772
8773 * Makefile (install.sysv): Use cpio, not tar.
8774
87751988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8776
8777 * Makefile (lockdir): Rename `lock' target.
8778 Depend on it from install*, not from `all'.
8779
87801988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8781
8782 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
8783 to match build-install and paths.h.
8784
8785;; Local Variables:
8786;; coding: utf-8
067d23c9
KY
8787;; End:
8788
8789 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
e5365138 8790 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
067d23c9
KY
8791
8792 This file is part of GNU Emacs.
8793
8794 GNU Emacs is free software: you can redistribute it and/or modify
8795 it under the terms of the GNU General Public License as published by
8796 the Free Software Foundation, either version 3 of the License, or
8797 (at your option) any later version.
8798
8799 GNU Emacs is distributed in the hope that it will be useful,
8800 but WITHOUT ANY WARRANTY; without even the implied warranty of
8801 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8802 GNU General Public License for more details.
8803
8804 You should have received a copy of the GNU General Public License
8805 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.