aclocal.m4: tweaks to regenerate more conveniently
[bpt/emacs.git] / ChangeLog
CommitLineData
925e561d
PE
12011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 aclocal.m4: tweaks to regenerate more conveniently
4 This attempts to act better when the source is in a weird state. See
5 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
6 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
7 * .bzrignore: Add aclocal.m4.
8
942be821
PE
92011-01-20 Paul Eggert <eggert@cs.ucla.edu>
10
11 aclocal.m4: omit auto-generated file from repository
12 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
13 the most recent change here.
14 * aclocal.m4: Remove from bzr repository. This file is
15 auto-generated and isn't needed to run 'configure'. See
16 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
17
0813c96e
PE
182011-01-19 Paul Eggert <eggert@cs.ucla.edu>
19
20 Minor Makefile.in tweaks to build from gnulib better.
21 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
22 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
23 (top_maintainer_clean): Don't remove aclocal.m4.
24
7cae64b4
PE
252011-01-18 Paul Eggert <eggert@cs.ucla.edu>
26
53911e8f
PE
27 Minor cleanups for 'bzr status'
28 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
29 the output of config.guess.
30 * Makefile.in (top_distclean): Remove stamp-h1 too.
31
7cae64b4
PE
32 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
33 defined if the compiler supports GCC-style __attribute__
34 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
35 this syntax.
36
a3e44e79 372011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 38
3cbecb8f
PE
39 Makefile.in: tidy up the building of lib
40 * Makefile.in (am--refresh): Mark as .PHONY.
41 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
42 as they're not rebuilt unless you do a "make sync-from-gnulib"
43 and the former is needed for "configure".
44 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
45 has already removed lib/Makefile.
46
ecbfcc83
PE
47 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
48 This avoids building ftoastr and ldtoastr, which aren't needed. See
49 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 50
803059b9
PE
51 * .bzrignore: Add .h files that are host-dependent.
52 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
53 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
54 host-dependent and are built as part of an ordinary 'make', and
55 should not be checked in.
56
2582eaa4 57 * lib/Makefile.in: Regenerate.
9bfeed93 58 * lib/COPYING: New file, a copy of COPYING.
ecbfcc83 59
2a78afcc 60 * configure: Regenerate.
37564543
PE
61 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
62
e275c824
PE
63 Regenerate.
64 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
65 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
66 New files, copied from gnulib by gnulib-tool.
67 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
68 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
69 Regenerate.
ecbfcc83 70
84bbb1ad
PE
71 Use gnulib's getopt-gnu module.
72 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
73 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
74 representative of the dependencies.
75 * configure.in: Do not configure getopt, as gnulib does that now.
76 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
77 getopt now, in lib.
ecbfcc83 78
1fd182f0
PE
79 Regenerate.
80 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
81 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
82 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
83 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
84 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
85 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
86 * m4/wchar_t.m4, warn-on-use.h:
87 New files, copied from gnulib by gnulib-tool.
88 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
89 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
90 Regenerate.
91
1e11dbe3
PE
92 Use gnulib's mktime module.
93 * Makefile.in (GNULIB_MODULES): Add mktime.
94 * configure.in: Remove code no longer needed, as gnulib now does it.
95 (AC_CHECK_FUNCS): Remove mktime.
96 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
97 (__restrict): Remove, as this now gets in the way of the C99
98 support for 'restrict' pulled in by the gnulib mktime module.
99 Code should now use 'restrict' and not '__restrict".
100 (mktime): Remove.
101 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
102 and warn-on-use.h into the distribution.
1fd182f0
PE
103
104 Regenerate.
105 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
106 * lib/ldtoastr.c, m4/c-strtod.m4:
107 New files, copied from gnulib by gnulib-tool.
108 * lib/dummy.c: Remove.
109 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
110 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
111 Regenerate.
ecbfcc83 112
1e11dbe3 113 Use gnulib's ftoastr module.
fa2c4f56
PE
114 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
115
743c80a7
PE
116 Regenerate.
117 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
118 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
119 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
120 New files, generated automatically, with 'make sync-from-gnulib'
121 followed by 'make'.
122 * configure, lisp/dired.el, src/config.in: Regenerate.
123
9a514d4a
PE
124 Automate syncing from gnulib.
125 * INSTALL, README: Document new subdirectory 'lib'.
126 * Makefile.in (SUBDIR): Add lib.
127 (SUBDIR_MAKEFILES): Add lib/Makefile.
128 (lib-src, src, TAGS, tags): Depend on lib.
129 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
130 ($(gnulib_srcdir)): New rule.
131 (sync-from-gnulib): New rule, which is .PHONY.
132 (lib): New rule, which is like lib-src.
133 (Makefile): Depend on lib/Makefile.in.
134 (AUTOCONF_INPUTS): Depend on aclocal.m4.
135 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
136 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
137 (am--refresh): New rule, to pacify Automake.
138 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
139 Clean lib, too.
140 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
141 droppings.
142 (maintainer-clean, extraclean): Use it.
143 * configure.in: Initialize for automake and gnulib, by invoking
144 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
145 lib/Makefile, too. Use automake to build gnulib, as gnulib works
146 more conveniently with automake.
147 * lib/Makefile.am: New file.
148 * make-dist: Also put into the distribution aclocal.m4,
149 compile, depcomp, missing, and the files under lib/.
150
dc3e3e7b
GM
1512011-01-15 Glenn Morris <rgm@gnu.org>
152
153 * Makefile.in (epaths-force): No more arch-tag to edit.
154
dab73760
CY
1552011-01-15 Chong Yidong <cyd@stupidchicken.com>
156
157 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
158
9f4b8b47
PE
1592011-01-14 Paul Eggert <eggert@cs.ucla.edu>
160
161 * make-dist: Distribute test/ files too.
162 Distribute every file under test/ that is under version control,
163 using patterns like *.el to capture files that are added later.
164 Without this change, "configure" would fail, because it would
165 attempt to build from a Makefile.in that was not distributed.
166
d221e780
CO
1672011-01-13 Christian Ohler <ohler@gnu.org>
168
169 * Makefile.in (INFO_FILES): Add ERT.
170
171 * Makefile.in (check): Run tests in test/automated.
172
173 * Makefile.in:
174 * configure.in: Add test/automated/Makefile.
175
bc5585d1
PE
1762011-01-07 Paul Eggert <eggert@cs.ucla.edu>
177
2b3f5bc8
PE
178 * install-sh, mkinstalldirs, move-if-change: Update from master
179 source in gnulib.
180
bc5585d1
PE
181 * config.guess, config.sub: Updated from master source.
182
2018939f
AS
1832011-01-05 Andreas Schwab <schwab@linux-m68k.org>
184
185 * configure.in: Check for __builtin_unwind_init.
186
e5365138
GM
1872011-01-05 Glenn Morris <rgm@gnu.org>
188
189 * configure.in (HAVE_MAKEINFO): New output variable.
190 (MAKEINFO): Reset to "makeinfo" if not found.
191 * Makefile.in (install-arch-indep, info):
192 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
193
4fc5868a
UM
1942010-12-29 Ulrich Mueller <ulm@gentoo.org>
195
196 * configure.in: Make gameuser configurable (Bug#7717).
197
68251e16
GM
1982010-12-15 Glenn Morris <rgm@gnu.org>
199
200 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
201 long absent lib-src/fns-*.el.
202
838db889
GM
2032010-12-11 Glenn Morris <rgm@gnu.org>
204
205 * make-dist: Exclude etc/*.pyc.
206
fe646d2c
AS
2072010-12-10 Andreas Schwab <schwab@linux-m68k.org>
208
209 * configure.in: Don't double machfile in final message.
210
d96c83fa
CY
2112010-12-04 Chong Yidong <cyd@stupidchicken.com>
212
213 * configure.in: Fix last change.
214
d6a003a8
AS
2152010-12-04 Andreas Schwab <schwab@linux-m68k.org>
216
217 * configure.in: Remove reference to removed machine description
218 files and allow $machine and $machfile to be empty. Substitute
219 M_FILE/S_FILE instead of machfile/opsysfile.
220
067d23c9
KY
2212010-12-03 Glenn Morris <rgm@gnu.org>
222
223 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
224
2252010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
226
227 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
228 (EXTERNALLY_VISIBLE): New definition.
229
2302010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
231
232 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
233
2342010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * configure.in: Do not check for unconditionally included headers.
237
2382010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
241
2422010-11-09 Michael Albinus <michael.albinus@gmx.de>
243
244 * configure.in: Don't write a warning for D-Bus anymore.
245
2462010-11-06 Andreas Schwab <schwab@linux-m68k.org>
247
248 * configure.in: Fix indentation.
249
2502010-10-31 Ken Brown <kbrown@cornell.edu>
251
252 * configure.in (checking whether localtime caches TZ): Use
253 unsetenv instead of modifying environment directly.
254
2552010-10-25 Andreas Schwab <schwab@linux-m68k.org>
256
257 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
258 to avoid warning.
259
2602010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
261
262 * configure.in: Remove the BROKEN annotation from gnutls.
263
2642010-10-22 Glenn Morris <rgm@gnu.org>
265
266 * make-dist: Avoid listing .el files twice. Don't try to run
267 autoconf if --no-update.
268
2692010-10-20 Glenn Morris <rgm@gnu.org>
270
271 * make-dist: No longer create lisp/MANIFEST.
272
2732010-10-14 Glenn Morris <rgm@gnu.org>
274
275 * BUGS, INSTALL.BZR, README: Updates.
276
2772010-10-13 Glenn Morris <rgm@gnu.org>
278
279 * make-dist: Remove --compress. Check for the appropriate
280 gzip-like executable, and if not found, don't compress.
281 Check version number in README, don't change it.
282 Use find for nt/inc/*.h.
283
2842010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
285
286 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
287 trailing / from directory names.
288
2892010-10-12 Glenn Morris <rgm@gnu.org>
290
291 * make-dist: Update and simplify.
292
2932010-10-12 Eli Zaretskii <eliz@gnu.org>
294
295 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
296
2972010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
298
299 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
300
3012010-10-09 Glenn Morris <rgm@gnu.org>
302
303 * make-dist: No more doc/emacs/*.texi.in.
304
305 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
306
3072010-10-09 Glenn Morris <rgm@gnu.org>
308
309 * configure.in: Combine some conditionals.
310
311 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
312 * make-dist: Include doc/emacs/*.texi.in.
313
314 * INSTALL, make-dist: Remove references to b2m.
315 * Makefile.in (MAN_PAGES): Remove b2m.1.
316
3172010-10-05 Glenn Morris <rgm@gnu.org>
318
319 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
320
3212010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
322
323 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
324
3252010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
326
327 * configure.in: Include stdlib.h and string.h unconditionally.
328
3292010-09-29 Romain Francoise <romain@orebokech.com>
330
331 * configure.in: Don't enable ImageMagick unless HAVE_X11.
332
3332010-09-28 Glenn Morris <rgm@gnu.org>
334
335 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
336 happy.
337
3382010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
339
340 * configure.in: Enable imagemagick by default.
341
3422010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
345 gnutls libraries.
346
3472010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
348
349 * configure.in: Set up GnuTLS.
350
3512010-09-22 Chong Yidong <cyd@stupidchicken.com>
352
353 * configure.in: Announce whether libxml2 is linked to.
354
3552010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
356
357 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
358
3592010-09-18 Eli Zaretskii <eliz@gnu.org>
360
361 * config.bat: Detect that libxml2 is installed and if so, build
362 with it.
363
3642010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
365
366 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
367 be used. This fixes a conf problem on Mac OS X.
368
3692010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
370
371 * configure.in: Check for libxml2.
372
3732010-09-09 Glenn Morris <rgm@gnu.org>
374
375 * make-dist: No more TODO files under lisp/.
376
3772010-09-04 Eli Zaretskii <eliz@gnu.org>
378
379 * config.bat: Produce lisp/gnus/_dir-locals.el from
380 lisp/gnus/.dir-locals.el.
381
3822010-08-23 Andreas Schwab <schwab@linux-m68k.org>
383
384 * configure.in: Fix check for librsvg, imagemagick and
385 MagickExportImagePixels.
386
3872010-08-18 Joakim Verona <joakim@verona.se>
388
389 * Makefile.in, configure.in: Checks for ImageMagick.
390
3912010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
392
393 * configure.in (AC_PREREQ): Require autoconf 2.65.
394
3952010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
396
397 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
398
3992010-08-09 Andreas Schwab <schwab@linux-m68k.org>
400
401 * configure.in: Add AC_C_BIGENDIAN.
402
4032010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * configure.in (ORDINARY_LINK): Use on hpux* too.
406
4072010-08-06 Jan Djärv <jan.h.d@swipnet.se>
408
409 * configure.in: Check for util.h.
410 Use -Wimplicit-function-declaration if compiler supports it.
411
4122010-08-05 Eli Zaretskii <eliz@gnu.org>
413
414 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
415
4162010-08-04 Andreas Schwab <schwab@linux-m68k.org>
417
418 * configure.in: Restore accidentally removed use of
419 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
420
4212010-07-29 Chad Brown <yandros@mit.edu>
422
423 * configure.in: Check for dirent.h.
424
4252010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
426
427 * configure.in: Remove reference to usg5-4, unused.
428
4292010-07-25 Andreas Schwab <schwab@linux-m68k.org>
430
431 * configure.in: Check for __executable_start.
432
4332010-07-24 Ken Brown <kbrown@cornell.edu>
434
435 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
436
4372010-07-24 Juanma Barranquero <lekktu@gmail.com>
438
439 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
440
4412010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
442
443 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
444
4452010-07-12 Andreas Schwab <schwab@linux-m68k.org>
446
447 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
448 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
449 (C_OPTIMIZE_SWITCH): Remove.
450 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
451
4522010-07-11 Andreas Schwab <schwab@linux-m68k.org>
453
454 * configure.in: Don't check for index and rindex, check for strchr
455 and strrchr. Define strchr and strrchr as index and rindex,
456 resp., in src/config.h if not available.
457
4582010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
459
460 * configure.in: Use -Wold-style-definition if available.
461 This helps with the transition to standard C code, it can be
462 removed when done.
463
464 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
465
466 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
467 and MSWindows.
468
4692010-07-07 Andreas Schwab <schwab@linux-m68k.org>
470
471 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
472 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
473
4742010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
475
476 * configure.in (getenv): Remove K&R declaration.
477
4782010-07-02 Jan Djärv <jan.h.d@swipnet.se>
479
480 * configure.in: Remove define __P.
481
4822010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
483
484 * configure.in (--enable-use-lisp-union-type): New flag.
485
4862010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
487
488 Fix CFLAGS for non-GCC compilers.
489 * configure.in (CFLAGS): Always use -g like it was done before the
490 2010-03-30 change.
491 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
492 (Bug#6538)
493
4942010-06-30 Glenn Morris <rgm@gnu.org>
495
496 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
497 Set with AC_DEFINE rather than AH_BOTTOM.
498
499 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
500 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
501 Set with shell, not cpp.
502 (LIBX): Remove, just use -lX11 in the one place this was used.
503 (cannot_dump): Replace with CANNOT_DUMP.
504
5052010-06-28 Jan Djärv <jan.h.d@swipnet.se>
506
507 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
508 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
509 by minimum required Gtk+ 2.6). Add checks for functions introduced
510 in Gtk+ 2.14 or newer (bug#6505).
511
5122010-06-26 Eli Zaretskii <eliz@gnu.org>
513
514 * config.bat: Remove white space around "+" in COPY commands.
515
5162010-06-23 Glenn Morris <rgm@gnu.org>
517
518 * info/dir: Start descriptions in column 32, per Texinfo convention.
519
5202010-06-16 Chong Yidong <cyd@stupidchicken.com>
521
522 * INSTALL: Update font information (Bug#6389).
523
5242010-06-16 Glenn Morris <rgm@gnu.org>
525
526 * INSTALL: General update.
527
5282010-06-12 Glenn Morris <rgm@gnu.org>
529
530 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
531
5322010-06-11 Glenn Morris <rgm@gnu.org>
533
534 * configure.in (--without-compress-info): New option.
535 (GZIP_INFO): New output variable.
536
537 * Makefile.in (GZIP_INFO): New, set by configure.
538 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
539 Handle man pages in the same way.
540
5412010-06-10 Glenn Morris <rgm@gnu.org>
542
543 * Makefile.in (install-arch-indep): Gzip the info files too.
544
545 * make-dist: Remove references to non-existent directories and files.
546
5472010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * configure.in: Include <strings.h> and <string.h> instead of
550 "strings.h" and "string.h".
551
5522010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
553
554 * configure.in: Remove code dealing with BSTRING.
555
5562010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
557
558 * configure.in (AC_PREREQ): Require autoconf 2.65.
559
560 * configure.in (unxec): Do not define and substitute.
561 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
562
5632010-06-03 Glenn Morris <rgm@gnu.org>
564
565 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
566
5672010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
568
569 Fix alloca definition when using gcc on non-gnu systems.
570 * configure.in: Use the code sequence indicated by "info autoconf"
571 for alloca (bug#6170).
572
5732010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * .bzrignore: Ignore new files from trunk, which appear if you use
576 colocated branches (i.e. "bzr switch").
577
5782010-05-28 Glenn Morris <rgm@gnu.org>
579
580 * configure.in: Simplify some of the $canonical tests.
581
5822010-05-27 Glenn Morris <rgm@gnu.org>
583
584 * config.bat: Do not preprocess src/Makefile.in.
585
586 * configure.in: Do not preprocess src/Makefile.in.
587 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
588 (AC_EGREP_CPP): Test no longer needed.
589
590 * make-dist: No more Makefile.c files.
591
5922010-05-26 Glenn Morris <rgm@gnu.org>
593
594 * configure.in (YMF_PASS_LDFLAGS): Remove.
595 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
596
597 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
598 Add $GNUSTEP_LOCAL_HEADERS.
599 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
600
601 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
602 (GNUSTEP_MAKEFILES): Remove.
603 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
604 stuff to here.
605
6062010-05-25 Glenn Morris <rgm@gnu.org>
607
608 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
609 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
610
611 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
612 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
613 here instead.
614
6152010-05-24 Romain Francoise <romain@orebokech.com>
616
617 * make-dist: Look for version in src/emacs.c.
618 Use lisp/subr.el rather than lisp/version.el for location check.
619
6202010-05-21 Glenn Morris <rgm@gnu.org>
621
622 * configure.in (MKDEPDIR): Parallel build tweak.
623
624 * configure.in (ns_frag): New output file.
625
626 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
627 (OLDXMENU_TARGET): Set to empty if USE_GTK.
628
629 * configure.in (cannot_dump): New output variable.
630
6312010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
632
633 * configure.in: On NetBSD, if terminfo is found, use it in
634 preference to termcap. (Bug#6190)
635
6362010-05-20 Glenn Morris <rgm@gnu.org>
637
638 * make-dist (src): Include *.mk.
639 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
640 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
641 (deps_frag): New output file.
642 (AUTO_DEPEND): Remove this definition.
643
644 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
645
6462010-05-19 Glenn Morris <rgm@gnu.org>
647
648 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
649 (ORDINARY_LINK): New AC_DEFINE.
650 (LIB_GCC): No need to set if ORDINARY_LINK.
651
6522010-05-18 Glenn Morris <rgm@gnu.org>
653
654 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
655 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
656
657 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
658 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
659 (RALLOC_OBJ): New output variable.
660
661 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
662 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
663
6642010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * Makefile.in (src): Provide the name of the VCS file that witnesses
667 a pull.
668 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
669
6702010-05-17 Glenn Morris <rgm@gnu.org>
671
672 * configure.in (OLDXMENU_DEPS): New output variable.
673
6742010-05-16 Glenn Morris <rgm@gnu.org>
675
676 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
677
678 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
679 * Makefile.in (install-arch-dep): Update for above change.
680
681 * Makefile.in (ns_appdir): Remove.
682 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
683
684 * configure.in (TEMACS_LDFLAGS2): New output variable.
685
686 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
687 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
688 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
689 nothing uses.
690
6912010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
692
693 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
694 does not use them.
695 (X11R5_INHIBIT_I18N): Remove, unused.
696
6972010-05-15 Glenn Morris <rgm@gnu.org>
698
699 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
700
701 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
702
7032010-05-15 Ken Raeburn <raeburn@raeburn.org>
704
705 * configure.in: Look for version string in its new location.
706
7072010-05-15 Eli Zaretskii <eliz@gnu.org>
708
709 * config.bat: Remove support for DJGPP v1.x.
710
7112010-05-15 Glenn Morris <rgm@gnu.org>
712
713 * configure.in (OLDXMENU_TARGET): New output variable.
714
715 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
716
717 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
718 and other files that no longer exist.
719
7202010-05-14 Glenn Morris <rgm@gnu.org>
721
722 * configure.in (cpp_undefs): Add mktime, register, X11.
723
724 * configure.in (GPM_MOUSE_SUPPORT): Remove.
725 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
726 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
727
728 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
729 (GNUSTEP_MAKEFILES): Do not output.
730
7312010-05-13 Glenn Morris <rgm@gnu.org>
732
733 * configure.in: Fix some paren typos.
734
735 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
736
737 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
738
7392010-05-12 Glenn Morris <rgm@gnu.org>
740
741 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
742
743 * configure.in (LIB_GCC): New output variable.
744
7452010-05-11 Glenn Morris <rgm@gnu.org>
746
747 * make-dist (msdos): No more mainmake.
748
749 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
750 * config.bat: Do not run cpp on lib-src/Makefile.in.
751
752 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
753
7542010-05-10 Glenn Morris <rgm@gnu.org>
755
756 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
757
758 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
759 (BLESSMAIL_TARGET): New output variable.
760
7612010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
762
763 * INSTALL: Fix typos.
764
7652010-05-08 Chong Yidong <cyd@stupidchicken.com>
766
767 * configure.in: Add check for buggy version of GCC (Bug#6031).
768
7692010-05-08 Glenn Morris <rgm@gnu.org>
770
771 * configure.in (HAVE_LIBNCURSES): New local variable.
772 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
773 replacing cpp in src/s/*.h and src/Makefile.in.
774
7752010-05-07 Chong Yidong <cyd@stupidchicken.com>
776
777 * Version 23.2 released.
778
7792010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * configure.in: Add tests for `isnan' and `copysign'.
782
7832010-05-07 Eli Zaretskii <eliz@gnu.org>
784
785 * config.bat: Allow for 2 leading `#'s in comments in
786 src/Makefile.in.
787
7882010-05-07 Glenn Morris <rgm@gnu.org>
789
790 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
791 Merges logic from src/s/* and src/Makefile.in.
792 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
793
7942010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
795
796 Define START_FILES and LIB_STANDARD using autoconf.
797 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
798 here from src/s/*.h.
799 (HAVE_CRTIN): Remove, inline logic in the netbsd
800 START_FILES/LIB_STANDARD computation.
801
8022010-05-06 Glenn Morris <rgm@gnu.org>
803
804 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
805
806 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
807 (LD_SWITCH_X_SITE): Remove unused variables.
808
8092010-05-04 Glenn Morris <rgm@gnu.org>
810
811 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
812 as well.
813 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
814
815 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
816
817 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
818 variables, replacing c_switch_machine, c_switch_system.
819 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
820 @c_switch_system@.
821
8222010-05-03 Glenn Morris <rgm@gnu.org>
823
824 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
825
826 * make-dist: There are no more src/m/*.inp files.
827
8282010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
829
830 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
831 (ac_link): Do not use ld_switch_machine.
832
8332010-05-01 Glenn Morris <rgm@gnu.org>
834
835 * configure.in (OTHER_OBJ): Remove.
836 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
837
8382010-04-30 Glenn Morris <rgm@gnu.org>
839
840 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
841 Elsewhere, maybe include it.
842
843 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
844 (OLDXMENU, LIBXMENU): New output variables.
845
846 * configure.in (OTHER_OBJ): New output variable.
847
8482010-04-28 Glenn Morris <rgm@gnu.org>
849
850 * configure.in (CYGWIN_OBJ): New output variable.
851
852 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
853
854 * configure.in (FONT_OBJ): New output variable.
855
856 * configure.in (LIBXMU): New output variable.
857
858 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
859
860 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
861 userland and maybe change values to i386 (move test from s/amdx86-64.h).
862
8632010-04-27 Glenn Morris <rgm@gnu.org>
864
865 * configure.in (LIBXTR6): New output variable. Move unixware special
866 case here from src/s/unixware.h.
867
868 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
869 in Makefiles.
870 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
871
872 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
873 (LIBXP): No longer substitute in Makefiles.
874 (MOTIF_LIBW): New output variable. Move system-specific settings here
875 from src/s files.
876
8772010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
878
879 Reduce CPP usage.
880 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
881 (unexec): Define unconditionally, all platforms define
882 UNEXEC. AC_SUBST it.
883 (UNEXEC_SRC): Remove, unused.
884 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
885
8862010-04-27 Glenn Morris <rgm@gnu.org>
887
888 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
889 replaced by LIBXP.
890
891 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
892 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
893 On hpux10-20, default to /lib.
894
895 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
896
8972010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
898
899 * configure.in (LIBS_MACHINE): Remove, unused.
900
901 * configure.in (LIB_MATH): New output variable. Set it for some systems.
902
9032010-04-24 Glenn Morris <rgm@gnu.org>
904
905 * configure.in (CRT_DIR): New output variable.
906 (--with-crt-dir): New option. (Bug#5655)
907 (HAVE_LIB64_DIR): Remove.
908
9092010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
910
911 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
912
9132010-04-22 Miles Bader <miles@gnu.org>
914
915 * configure.in: Get rid of "unix" pre-defined macro when
916 preprocessing Makefile. (Bug#5857)
917
9182010-04-21 Andreas Schwab <schwab@linux-m68k.org>
919
920 Avoid non-portable shell command negation
921 * configure.in: Revert last change.
922
9232010-04-21 Jan Djärv <jan.h.d@swipnet.se>
924
925 * configure.in: Change "if test ! -f" to "if ! test -f".
926
9272010-04-21 Glenn Morris <rgm@gnu.org>
928
929 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
930 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
931
9322010-04-21 Karel Klíč <kklic@redhat.com>
933
934 * configure.in: New option: --with(out)-selinux, on by default.
935 Set HAVE_LIBSELINUX if we find libselinux, and substitute
936 LIBSELINUX_LIBS in Makefiles.
937
9382010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * configure.in: Remove all references to LIBX11_SYSTEM.
941
9422010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
943
944 * configure.in: Remove all references to C_DEBUG_SWITCH.
945
9462010-03-27 Eli Zaretskii <eliz@gnu.org>
947
948 * config.bat <lib-src>: Edit out lines that begin with several #
949 characters.
950
9512010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
952
953 * configure.in: Remove support for old UNIX System V systems and
954 for Unixware on non-x86 machines.
955
956 * configure.in: Remove support for Solaris on PPC and for old versions.
957
958 * configure.in: Remove non-working lynxos port.
959
9602010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
961
962 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
963
9642010-03-19 Glenn Morris <rgm@gnu.org>
965
966 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
967 happy.
968
9692010-03-18 Jan Djärv <jan.h.d@swipnet.se>
970
971 * configure.in: Check for tputs and friends, abort if not
972 found (bug#5735).
973
9742010-03-18 Glenn Morris <rgm@gnu.org>
975
976 * configure.in (--with-x-toolkit): In the help text, say which options
977 are synonyms.
978
979 * configure.in (--with-mmdf, --with-mail-unlink):
980 New options, off by default.
981 (--with-mailhost): New option to set default POP host.
982 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
983 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
984 New variables, substituted in Makefiles.
985 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
986 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
987 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
988 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
989 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
990
9912010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
992
993 * Makefile.in (uninstall): Handle the case where archlibdir does not
994 exist. (Bug#5720)
995
9962010-03-12 Eli Zaretskii <eliz@gnu.org>
997
998 These changes remove termcap.c from the build on Posix platforms.
999 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
1000
1001 * configure: Regenerated.
1002
10032010-03-10 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * Branch for 23.2.
1006
10072010-01-31 Juri Linkov <juri@jurta.org>
1008
1009 * .bzrignore: Add TAGS-LISP.
1010
10112010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1012
1013 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
1014 this header file).
1015
10162010-01-12 Juanma Barranquero <lekktu@gmail.com>
1017
1018 * .bzrignore: Ignore all .exe, instead of individual files.
1019
10202010-01-12 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * configure.in: Explicitly check for and link to -lXrender.
1023
10242010-01-12 Glenn Morris <rgm@gnu.org>
1025
1026 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
1027 for bug reports for development versions.
1028
10292010-01-02 Eli Zaretskii <eliz@gnu.org>
1030
1031 * .bzrignore: Add more ignored patterns, including for the MS-DOS
1032 build.
1033
10342009-12-27 Karl Fogel <kfogel@red-bean>
1035
1036 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
1037 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
1038
10392009-12-17 Glenn Morris <rgm@gnu.org>
1040
1041 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
1042
10432009-12-15 Glenn Morris <rgm@gnu.org>
1044
1045 * info/dir: Add EDT entry.
1046 * Makefile.in (INFO_FILES): Add edt.
1047
10482009-12-10 Jan Djärv <jan.h.d@swipnet.se>
1049
1050 * configure.in: Check for RSVG if GNUStep is used.
1051
10522009-12-09 Jan Djärv <jan.h.d@swipnet.se>
1053
1054 * configure.in: Don't check for RSVG or GConf unless X11 is used.
1055
10562009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1057
1058 * configure.in: Allow compiling Emacs with GTK on Cygwin.
1059
10602009-12-01 Glenn Morris <rgm@gnu.org>
1061
1062 * make-dist: Add etc/images/mpc directory.
1063
10642009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1065
1066 * configure.in: Don't check for GConf unless X is used.
1067
10682009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1069
1070 * configure.in: Use -Wdeclaration-after-statement if available.
1071
10722009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1073
1074 * configure.in: New option: --with(out)-gconf.
1075 Set HAVE_GCONF if we find gconf.
1076
10772009-11-17 Glenn Morris <rgm@gnu.org>
1078
1079 * Makefile.in (INFO_FILES): Add semantic.
1080
10812009-11-16 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * info/dir: Add Semantic.
1084
10852009-11-16 Glenn Morris <rgm@gnu.org>
1086
1087 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
1088 pattern, so as not to exclude makefile*.el. (Bug#4912)
1089
10902009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1091
1092 * configure.in: --enable-autodepend is new. Check for GNU Make
1093 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
1094 gcc and GNU make to generate dependencies.
1095
10962009-10-27 Glenn Morris <rgm@gnu.org>
1097
1098 * make-dist: Make links to doc/lispintro/*.pdf.
1099
11002009-10-23 Jim Meyering <meyering@redhat.com>
1101
1102 * configure.in: Invoke $CPP with -P when creating Makefile and
1103 src/Makefile. Without this, gcc 4.4.2 converts each
1104 backslash-newline pair in the input to a bare newline, yielding
1105 invalid Makefiles.
1106
1107 * configure: Regenerate.
1108
11092009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1110
1111 * configure.in (vax-dec-vms): Remove, not supported anymore.
1112
11132009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1114
1115 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
1116 (*-apple-darwin*): Add x86_64 architecture.
1117
11182009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1119
1120 * config.guess, config.sub: Updated from master source.
1121
11222009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1123
1124 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
1125
11262009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
1127
1128 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
1129
11302009-09-29 Glenn Morris <rgm@gnu.org>
1131
1132 * make-dist (check): Update for two new levels of subdirectory in lisp/.
1133
11342009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * config.guess, config.sub: Updated from master source.
1137
1138 * configure.in (OTHER_FILES): Define using autoconf not cpp.
1139
11402009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
1143
11442009-09-13 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * INSTALL: Update URL for GNU FreeFont.
1147
11482009-09-09 Glenn Morris <rgm@gnu.org>
1149
1150 * Makefile.in (install-arch-indep): Don't recursively change perms of
1151 site-lisp and infodir. There may be non-Emacs files in here, and the
1152 files supplied by Emacs are all handled explicitly already. (Bug#3800)
1153 (mkdir): Set umask to world-readable before creating directories.
1154 mkinstalldirs already checks if dirs exist, don't duplicate this test.
1155
11562009-08-29 Glenn Morris <rgm@gnu.org>
1157
1158 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
1159 (info): Don't give an error in the absence of makeinfo - let the doc
1160 Makefiles do that, if the info files need rebuilding. (Bug#3982)
1161
11622009-08-23 Ken Raeburn <raeburn@raeburn.org>
1163
1164 * Makefile.in (install-arch-indep): If the versioned DOC-####
1165 generated during loadup+dump isn't found, install the plain DOC
1166 file that always gets generated, in case CANNOT_DUMP is set.
1167
1168 * configure.in: Warn if package version specified here doesn't
1169 match the version in version.el.
1170 * configure: Regenerate.
1171
11722009-08-22 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
1175
1176 * configure: Regenerate.
1177
11782009-08-19 Glenn Morris <rgm@gnu.org>
1179
1180 * INSTALL: Remove reference to cvtmail.
1181
11822009-08-15 CHENG Gao <chenggao@gmail.com>
1183
1184 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
1185
11862009-08-02 Kevin Ryde <user42@zip.com.au>
1187
1188 * INSTALL: Fix free fonts URL.
1189
11902009-07-22 Glenn Morris <rgm@gnu.org>
1191
1192 * configure.in (AC_PREREQ): Require autoconf 2.62.
1193
11942009-07-04 Andreas Schwab <schwab@linux-m68k.org>
1195
1196 * configure.in (--enable-checking, --enable-profiling):
1197 Use AS_HELP_STRING.
1198
11992009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1200
1201 * configure.in (--enable-profiling): New option.
1202 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
1203
12042009-06-27 Glenn Morris <rgm@gnu.org>
1205
1206 * configure.in: Restore netbsd on mips, mipsel, mipseb.
1207
12082009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1209
1210 * configure.in (--enable-checking): New option.
1211
12122009-06-24 Glenn Morris <rgm@gnu.org>
1213
1214 * make-dist: Warn if subdir does not exist in source.
1215 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
1216 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
1217 No longer make links.
1218
12192009-06-24 Yavor Doganov <yavor@gnu.org>
1220
1221 * make-dist (tempdir): Don't create directories preferences.gorm
1222 and preferences.nib, they are no longer required.
1223
12242009-06-21 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * Branch for 23.1.
1227
12282009-06-12 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * configure.in: Delete mac-fix-env target, which has been
1231 removed (Bug#3531).
1232
12332009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
1236
12372009-05-05 Per Starbäck <per@starback.se> (tiny change)
1238
1239 * BUGS: Use new binding of view-emacs-problems.
1240
12412009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
1242
1243 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
1244 for Solaris compatibility.
1245
12462009-04-25 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * configure: Regenerate.
1249
1250 * configure.in: Disable use of FreeType without libXft.
1251
12522009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1253
1254 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
1255 Check if it is declared in gtk.h.
1256
12572009-04-12 Andreas Schwab <schwab@linux-m68k.org>
1258
1259 * Makefile.in (install-arch-indep): Remove .gitignore files.
1260
12612009-04-03 Kenichi Handa <handa@m17n.org>
1262
1263 * INSTALL: Make the section "Complex Text Layout support
1264 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
1265
12662009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
1267
1268 * configure.in (rs6000-ibm-aix6*): Fix typo.
1269
12702009-03-04 Glenn Morris <rgm@gnu.org>
1271
1272 * Makefile.in (INFO_FILES): Add auth.
1273
12742009-03-03 Glenn Morris <rgm@gnu.org>
1275
1276 * info/dir: Add Auth-source.
1277
12782009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
1281 the second.
1282
12832009-02-28 Eli Zaretskii <eliz@gnu.org>
1284
1285 * config.bat: Copy .dbxinit to _dbxinit.
1286
1287 * make-dist (Making links to `info'): Remove .gitignore.
1288
12892009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * Makefile.in (lib-src, lisp): Use simpler rule.
1292 (src): Be more specific to avoid recompiling all the .elc files just
1293 because the bootstrap-emacs is missing.
1294
12952009-02-26 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * configure.in: Require librsvg >= 2.11.
1298
12992009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1300
1301 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
1302 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
1303
13042009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1305
1306 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
1307
13082009-02-03 Glenn Morris <rgm@gnu.org>
1309
1310 * make-dist: Add some missing files, remove some that are no longer
1311 present.
1312
13132009-02-02 Glenn Morris <rgm@gnu.org>
1314
1315 * make-dist: Add some missing nextstep/ files.
1316
13172009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
1318
1319 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
1320
13212009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1322
1323 * configure.in: Add support for m68k-*-netbsd.
1324
13252009-01-14 Juri Linkov <juri@jurta.org>
1326
1327 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
1328
1329 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
1330 and bug-reference-mode.
1331
13322009-01-11 Juri Linkov <juri@jurta.org>
1333
1334 * INSTALL.CVS: Move configuration explicitly to the first step.
1335
13362009-01-09 Glenn Morris <rgm@gnu.org>
1337
1338 * .dir-locals.el: Don't set indent-tabs-mode.
1339
13402008-12-30 Kenichi Handa <handa@m17n.org>
1341
1342 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
1343 the function OTF_get_variation_glyphs.
1344
13452008-12-30 Jan Djärv <jan.h.d@swipnet.se>
1346
1347 * Makefile.in (install-arch-dep): Remove old directories in
1348 ns_app* before moving new directories there.
1349
13502008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
1351
1352 * .dir-locals.el: Remove non-working entry for pmail.
1353 (fill-column): Fix typo.
1354 (change-log-mode): Add fill column.
1355
13562008-12-26 Eli Zaretskii <eliz@gnu.org>
1357
1358 * config.bat: Produce _dir-locals.el from .dir-locals.el.
1359
13602008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1361
1362 * make-dist (tempdir): Distribute .dir-locals.el.
1363
1364 * .dir-locals.el: New file.
1365
13662008-12-19 Eli Zaretskii <eliz@gnu.org>
1367
1368 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
1369 for rationale.
1370
13712008-12-13 Glenn Morris <rgm@gnu.org>
1372
1373 * Makefile.in (install-arch-indep): Add new man-pages.
1374 (manext): Remove variable.
1375 (MAN_PAGES): New variable.
1376 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1377 and remove.
1378 (uninstall): Remove desktop file and icons, game scores if empty.
1379
13802008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1381
1382 * config.guess, config.sub: Updated from master source.
1383
13842008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1385
1386 * Makefile.in (install-arch-indep): Install ebrowse.1.
1387
13882008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1389
1390 * configure.in: Add Solaris on x86_64.
1391
13922008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * config.guess, config.sub: Updated from master source.
1395
13962008-12-08 Eli Zaretskii <eliz@gnu.org>
1397
1398 * info/dir: Fix last change.
1399
14002008-12-07 Eli Zaretskii <eliz@gnu.org>
1401
1402 * info/dir: Untabify.
1403
14042008-11-28 Ulrich Mueller <ulm@gentoo.org>
1405
1406 * configure.in: Fix last change.
1407
14082008-11-28 Richard M Stallman <rms@gnu.org>
1409
1410 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1411 New configurations.
1412
14132008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1414
1415 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1416 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1417
14182008-11-15 Eli Zaretskii <eliz@gnu.org>
1419
1420 * Makefile.in (INFO_FILES): Remove ns-emacs.
1421
1422 * info/dir (NS-Emacs): Remove entry.
1423
14242008-11-08 Eli Zaretskii <eliz@gnu.org>
1425
1426 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1427
14282008-11-07 Glenn Morris <rgm@gnu.org>
1429
1430 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1431
14322008-10-31 Eli Zaretskii <eliz@gnu.org>
1433
1434 * config.bat: Tell user to expect one "File not found" message
1435 while the `doc' directory is being configured.
1436
14372008-10-30 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * update-subdirs: Put obsolete directory last.
1440
14412008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1442
1443 * configure.in: Check fontconfig always.
1444
14452008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1446
1447 * configure (*-solaris2.[7-9]*): Fix typo.
1448
14492008-10-24 Glenn Morris <rgm@gnu.org>
1450
1451 * configure.in (--without-sync-input, --with-pkg-config-prog):
1452 Help strings start with lower case.
1453 (--with-gnustep-conf): New option.
1454 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1455
14562008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1457
1458 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1459 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1460 is not found. (Bug#1230)
1461
14622008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1463
1464 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1465 Use sol2-6.h for Solaris 7-9.
1466
14672008-10-18 Ulrich Mueller <ulm@gentoo.org>
1468
1469 * configure.in: Add support for GNU/Linux on SuperH.
1470
14712008-10-12 Andreas Schwab <schwab@suse.de>
1472
1473 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1474
14752008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1476
1477 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1478 "X") to avoid confusion.
1479
1480 * configure: Regenerate.
1481
14822008-09-07 Romain Francoise <romain@orebokech.com>
1483
1484 * make-dist: Distribute doc/man/ChangeLog.
1485
14862008-08-28 Chong Yidong <cyd@stupidchicken.com>
1487
1488 * configure.in: Disable XFT and Freetype when without X.
1489
1490 * configure: Regenerate.
1491
14922008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
1495
14962008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1497
1498 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
1499 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
1500
1501 * configure: Regenerate.
1502
15032008-08-20 Eli Zaretskii <eliz@gnu.org>
1504
1505 * configure.in: Move "#define subprocesses" before
1506 config_opsysfile is included.
1507
15082008-08-19 Kenichi Handa <handa@m17n.org>
1509
1510 * INSTALL (Extra fonts): Mention local fonts, don't mention
1511 mule-unicode.
1512
15132008-08-16 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * make-dist: Omit info/.arch-inventory.
1516
15172008-08-16 Jason Rumney <jasonr@gnu.org>
1518
1519 * make-dist (tempdir/nt): Link emacsclient.rc.
1520
15212008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
1524 AC_SUBST it.
1525 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
1526 AC_SUBST it.
1527 (OTHER_FILES): Always define for HAVE_NS.
1528 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
1529 * configure: Regenerate.
1530
15312008-08-07 Andreas Schwab <schwab@suse.de>
1532
1533 * configure.in: Correctly handle
1534 --enable-cocoa-experimental-ctrl-g=no and
1535 --enable-ns-self-contained=yes.
1536
15372008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1538
1539 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
1540 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
1541 bother undef'ing since won't have desired effect.
1542
15432008-08-06 Andreas Schwab <schwab@suse.de>
1544
1545 * configure.in: Fix quoting.
1546
15472008-08-06 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
1550
15512008-08-05 Ulrich Mueller <ulm@gentoo.org>
1552
1553 * configure.in: Add checks for krb5_error.text and
1554 krb5_error.e_text struct members.
1555
15562008-08-04 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * configure.in: Test for existence of NSInteger.
1559 Suggested by Yavor Doganov.
1560
15612008-08-02 Romain Francoise <romain@orebokech.com>
1562
1563 * Makefile.in (INFO_FILES): Add mairix-el.
1564
15652008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1566
1567 * make-dist:
1568 * README: Remove VMS support.
1569 * vms: Remove directory.
1570
15712008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * configure.in (MULTI_KBOARD): Remove.
1574
15752008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1576
1577 * configure.in (DO_BLOCK_INPUT): Remove, unused.
1578
15792008-07-29 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * info/dir (File): Add mairix-el.
1582
15832008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1584
1585 Remove support for Mac Carbon.
1586 * mac: Remove directory.
1587 * make-dist:
1588 * configure.in:
1589 * README:
1590 * Makefile.in:
1591 * INSTALL: Remove code for Carbon.
1592 * configure: Regenerate.
1593
15942008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1595
1596 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
1597
15982008-07-25 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * configure.in: Check for getrlimit.
1601
1602 * configure: Regenerate.
1603
16042008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1605
1606 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
1607 in src/Makefile.in.
1608 (static): Remove, autoconf would always comment it out anyway.
1609 (subprocesses): Define unconditionally.
1610
16112008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
1612
1613 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
1614 compilation under GNUstep.
1615
16162008-07-18 Kenichi Handa <handa@m17n.org>
1617
1618 * INSTALL (Complex Text Layout support libraries): Delete the
1619 paragraph about --enable-font-backend.
1620
16212008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1622
1623 * configure.in: Print out some info to user for NeXTstep builds.
1624 (ns-app): Remove enable option.
1625 (ns-self-contained): Add enable option.
1626 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
1627 GNUstep, use to set install prefixes, and substitute in Makefiles.
1628 * configure: Regenerate.
1629 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
1630 NS app bundle.
1631
16322008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
1635
16362008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1637
1638 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1639 NS_IMPL_COCOA.
1640
16412008-07-16 Glenn Morris <rgm@gnu.org>
1642
1643 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
1644 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
1645 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
1646 never unset.
1647
1648 * make-dist: Add nextstep/ directories.
1649 (src, lib-src): Add .m files.
1650
16512008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 * configure.in (freebsd, kfreebsd): Undo part of previous change.
1654 (USER_FULL_NAME): Remove, not used anymore.
1655 * configure: Regenerate.
1656
16572008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1658
1659 Changes and additions for NeXTstep windowing system (Cocoa and
1660 GNUstep) support.
1661
1662 * configure.in: Add support for NS window system: --with-ns (default
1663 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
1664 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
1665 disable font backend if window system is "none", not if !HAVE_X11.
1666 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
1667 (install-arch-dep): Add commands to assemble NS .app package.
1668
16692008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1670
1671 * configure.in: Use macppc for Darwin. Remove references to
1672 desupported systems.
1673 * configure: Regenerate.
1674
16752008-07-05 Glenn Morris <rgm@gnu.org>
1676
1677 * make-dist (EMACS): Doc fix.
1678 (lisp): There are no *.dat or image files here any more.
1679 (src): There are no *.s files here any more.
1680 (etc/images, etc/images/*): Link to most regular files.
1681
16822008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1683
1684 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
1685
16862008-07-01 Glenn Morris <rgm@gnu.org>
1687
1688 * configure.in (cpp_undefs): Rename from `undefs', update uses.
1689 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
1690 and explicitly export there. (Bug#507.)
1691
16922008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * configure.in:
1695 * configure: Remove references to obsolete systems.
1696
16972008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * Makefile.in (Makefile): Use it for its timestamp value as well, and
1700 make it depend on all other */.in files.
1701 (src/Makefile, src/config.stamp, lib-src/Makefile)
1702 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
1703 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
1704 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
1705 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
1706
1707 * configure.in: Don't create src/config.stamp any more.
1708
17092008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
1712
17132008-06-22 Glenn Morris <rgm@gnu.org>
1714
1715 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
1716
17172008-06-21 Romain Francoise <romain@orebokech.com>
1718
1719 * Makefile.in (INFO_FILES): Add sasl.
1720
17212008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
1724 (bootstrap-build): Remove.
1725 (top_bootclean): New var.
1726 (top_distclean, bootstrap-clean): Use it.
1727 (bootstrap): Don't recheck config. Make normally.
1728
17292008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * Makefile.in (SUBDIR): Include `lisp'.
1732 (lisp): Depend on `src'.
1733 (top_distclean): Don't remove config.status.
1734 (bootstrap-clean): New target.
1735 (maintainer-clean): Use it.
1736 (bootstrap): Use bootstrap-clean. Re-run config.status.
1737 (src/bootstrap-emacs${EXEEXT}): New target.
1738 (bootstrap-build): Use it. Don't use bootstrap-prepare because
1739 src/Makefile now takes care of it.
1740 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
1741
17422008-06-15 Glenn Morris <rgm@gnu.org>
1743
1744 * info/dir: Add sasl.
1745
17462008-06-09 Alan Mackenzie <acm@muc.de>
1747
1748 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
1749
17502008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
1751
1752 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
1753
17542008-06-07 Glenn Morris <rgm@gnu.org>
1755
1756 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
1757 serve no purpose.
1758
17592008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1760
1761 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
1762 * configure: Regenerate.
1763
17642008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * update-subdirs: Don't touch subdirs.el if it is unchanged.
1767
17682008-05-14 Kenichi Handa <handa@m17n.org>
1769
1770 * configure: Regenerate.
1771
1772 * configure.in: Don't handle --disable-font-backend. Don't print
1773 a message about a font backend.
1774
17752008-05-09 Glenn Morris <rgm@gnu.org>
1776
1777 * configure.in: Make absence of makeinfo a fatal error only if the info
1778 files don't exist.
1779 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
1780
17812008-05-07 Eli Zaretskii <eliz@gnu.org>
1782
1783 * config.bat: Fix last change: don't use < and > in "rem" lines,
1784 they are interpreted as redirection by DOS shells.
1785
17862008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1787
1788 * configure.in: Check availability of AvailabilityMacros.h
1789 if HAVE_CARBON.
1790
1791 * configure: Regenerate.
1792
17932008-05-03 Glenn Morris <rgm@gnu.org>
1794
1795 * configure.in (x_libraries): Remove standard 64-bit directories -
1796 experimental workaround for minor autoconf bug.
1797
1798 * configure.in (--without-makeinfo): New option. If set,
1799 absence of suitable makeinfo is not a fatal error.
1800 * Makefile.in (MAKEINFO): New, set by configure.
1801 (install-arch-indep): Without makeinfo, ignore any missing manuals.
1802 (info-real): New target.
1803 (info): Without makeinfo, do nothing, else call `info-real'.
1804
18052008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1806
1807 * configure.in: Remove hpux10.20 from the desupported list.
1808
18092008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
1812
18132008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
1816 rather than change CPPFLAGS.
1817 (HAVE_GTK): Rename to USE_GTK.
1818
18192008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
1820
1821 * configure.in: Replace the obsolete macros AC_AIX and
1822 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
1823
18242008-04-05 Andreas Schwab <schwab@suse.de>
1825
1826 * configure.in: No longer create admin/unidata/Makefile.
1827
18282008-03-28 Andreas Schwab <schwab@suse.de>
1829
1830 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
1831 (lisp/Makefile): New rule.
1832
18332008-03-13 Glenn Morris <rgm@gnu.org>
1834
1835 * configure.in (AC_INIT): Fix version number.
1836 (sync-input): Reword the option, since it's on by default.
1837
18382008-03-11 Jan Djärv <jan.h.d@swipnet.se>
1839
1840 * configure.in: Add --enable-sync-input, default yes.
1841
18422008-03-11 Glenn Morris <rgm@gnu.org>
1843
1844 * Makefile.in (install-etc, mkdir): Handle directory
1845 etc/images/icons/hicolor/*/mimetypes/.
1846
1847 * make-dist: Handle icons/hicolor/scalable directory.
1848
18492008-03-05 Glenn Morris <rgm@gnu.org>
1850
1851 * configure.in: Enable font-backend by default.
1852 (USE_FONT_BACKEND): Set to "no" in absence of X.
1853 (PKG_CONFIG): Don't set multiple times, once is enough.
1854 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
1855
18562008-03-03 Glenn Morris <rgm@gnu.org>
1857
1858 * Makefile.in (iconsrcdir): New variable.
1859 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
1860 directory.
1861
18622008-02-29 Glenn Morris <rgm@gnu.org>
1863
1864 * test/: New directory.
1865
18662008-02-27 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
1869
18702008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1871
1872 * configure.in: Print an error for systems that we think are obsolete
1873 and are proposed to be removed. Remove some more unused systems.
1874 Add support for powerpc-ibm-aix6*.
1875
18762008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * configure.in: Remove references to obsolete variables and systems.
1879
18802008-02-21 Glenn Morris <rgm@gnu.org>
1881
1882 * Makefile.in (set_installuser): New.
1883 (install-arch-indep): Use set_installuser to avoid duplicate code.
1884
1885 * README.unicode: Split into admin/notes/unicode,font-backend and
1886 remove.
1887
18882008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
1889
1890 * configure.in (arm*-*-freebsd*): Add.
1891
18922008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
1895 dealing with obsolete variables.
1896
18972008-02-08 Glenn Morris <rgm@gnu.org>
1898
1899 * Makefile.in (check-info-dir): New target.
1900
19012008-02-08 Michael Olson <mwolson@gnu.org>
1902
1903 * Makefile.in (INFO_FILES): Add epa.
1904
1905 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
1906 features" section.
1907
19082008-02-06 Glenn Morris <rgm@gnu.org>
1909
1910 * configure.in (--with-gcc): Give an error saying this option has
1911 been removed.
1912 (--with-gtk): Remove this option.
1913
19142008-02-06 Tom Tromey <tromey@redhat.com>
1915
1916 * configure.in (--with-gcc): Remove.
1917 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
1918
19192008-02-05 Ulrich Mueller <ulm@gentoo.org>
1920
1921 * INSTALL: Recommend giflib, not libungif.
1922
19232008-02-05 Tom Tromey <tromey@redhat.com>
1924
1925 * configure.in (--with-dbus): Default to enabled.
1926
19272008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
1928
1929 * INSTALL (Complex Text Layout support libraries): New section.
1930
19312008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 * make-dist: Remove references to files in mac/ that have been
1934 deleted.
1935
19362008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1937
1938 * configure.in: For libotf and m17n-flt checks, set shell vars
1939 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
1940 pkg_check_m17n_flt, respectively, for the sake of the summary output.
1941 Reported by Ulrich Mueller.
1942
19432008-02-02 Eli Zaretskii <eliz@gnu.org>
1944
1945 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
1946 admin/unidata/Makefile.in to Makefile.
1947
19482008-02-02 Glenn Morris <rgm@gnu.org>
1949
1950 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
1951 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
1952 (HAVE_XFT): Add "Does Emacs use..." messages at end.
1953
19542008-02-01 Miles Bader <miles@gnu.org>
1955
1956 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
1957 [libotf], and [m17n-flt] options.
1958
19592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1960
1961 * configure.in: Add EMACS_ARG_N([libotf]...), and
1962 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
1963 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
1964 CFLAGS, and LIBS in checking of m17n-flt.
1965
19662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1967
1968 * configure.in: Check the availability of m17n-flt library.
1969
19702008-02-01 Kenichi Handa <handa@m17n.org>
1971
1972 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
1973 not available.
1974
19752008-02-01 Kenichi Handa <handa@m17n.org>
1976
1977 * configure.in: New args --enable-font-backend, --with-xft,
1978 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
1979 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
1980 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
1981 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
1982
19832008-02-01 Kenichi Handa <handa@m17n.org>
1984
1985 * make-dist: Include etc/charsets in tarball.
1986
19872008-02-01 Kenichi Handa <handa@m17n.org>
1988
1989 * configure.in: While running cpp on junk.c, include
1990 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
1991 exists.
1992
19932008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 * configure.in (xtensa): Match more configurations.
1996
19972008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * configure.in: Update comment.
2000
20012008-01-26 Glenn Morris <rgm@gnu.org>
2002
2003 * configure.in (--without-gcc): By default, neither off nor on.
2004 (--with-carbon): Tone down rhetoric in help text.
2005
20062008-01-25 Glenn Morris <rgm@gnu.org>
2007
2008 * configure.in: Correct usage of OPTION_DEFAULT_ON,
2009 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
2010 Default `Carbon' to off (it's unsupported).
2011
20122008-01-24 Glenn Morris <rgm@gnu.org>
2013
2014 * configure.in: Standardize dbus-related messages.
2015
20162008-01-23 Michael Olson <mwolson@gnu.org>
2017
2018 * configure.in (pkg-config-prog): Remove initial whitespace.
2019
20202008-01-23 Tom Tromey <tromey@redhat.com>
2021
2022 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
2023 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
2024 Update all users.
2025
20262008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
2027
2028 * config.guess, config.sub: Updated from master source.
2029
20302008-01-17 Andreas Schwab <schwab@suse.de>
2031
2032 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
2033
20342008-01-17 Glenn Morris <rgm@gnu.org>
2035
2036 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2037
20382008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * configure.in: Remove more references to unsupported systems.
2041
20422008-01-16 Sven Joachim <svenjoac@gmx.de>
2043
2044 * make-dist: Add --lzma.
2045
20462008-01-16 Glenn Morris <rgm@gnu.org>
2047
2048 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
2049 configure checks for this.
2050
20512008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2052
2053 * configure.in: Remove more references to unsupported systems.
2054
20552008-01-06 Romain Francoise <romain@orebokech.com>
2056
2057 * configure.in: Delete extra semicolons.
2058
20592008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2060
2061 * configure.in: Remove references to unsupported systems.
2062
20632008-01-05 Romain Francoise <romain@orebokech.com>
2064
2065 * make-dist: Add --bzip2. Update copyright.
2066
20672008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2068
2069 * configure.in: Remove support for Masscomp.
2070
20712008-01-05 Glenn Morris <rgm@gnu.org>
2072
2073 * Makefile.in (desktopdir, icondir): New variables.
2074 (install-arch-indep): Also depend on `install-etc'.
2075 (install-etc): New target.
2076 (mkdir): Also create the `applications' and `icons' directories.
2077
20782008-01-04 Glenn Morris <rgm@gnu.org>
2079
2080 * make-dist: Update for new etc/images/icons/hicolor directory.
2081
20822007-12-09 Andreas Schwab <schwab@suse.de>
2083
2084 * configure.in: D-Bus is not enabled by default.
2085
20862007-12-06 Jan Djärv <jan.h.d@swipnet.se>
2087
2088 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
2089 change.
2090
20912007-12-04 Jan Djärv <jan.h.d@swipnet.se>
2092
2093 * configure.in: Give package name and version to AC_INIT.
2094
20952007-12-03 Magnus Henoch <mange@freemail.hu>
2096
2097 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
2098
20992007-12-03 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * configure.in: No need for DBUS_INFO anymore.
2102
2103 * Makefile.in (INFO_FILES): Use dbus unconditionally.
2104
21052007-12-02 Michael Albinus <michael.albinus@gmx.de>
2106
2107 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
2108
2109 * Makefile.in (INFO_FILES): Add dbus.
2110
21112007-12-02 Romain Francoise <romain@orebokech.com>
2112
2113 * make-dist: Fix last change.
2114
21152007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
2116
2117 * configure.in: Add support for gnu-kfreebsd.
2118
21192007-11-28 Glenn Morris <rgm@gnu.org>
2120
2121 * make-dist: Add etc/nxml.
2122
21232007-11-24 Romain Francoise <romain@orebokech.com>
2124
2125 * Makefile.in (INFO_FILES): Add nxml-mode.
2126
21272007-11-23 Romain Francoise <romain@orebokech.com>
2128
2129 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
2130 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
2131
21322007-11-20 Andreas Schwab <schwab@suse.de>
2133
2134 * configure.in: Always include <resolv.h> when checking for res_init.
2135
21362007-11-17 Andreas Schwab <schwab@suse.de>
2137
2138 * update-subdirs: Atomically update subdirs.el.
2139
21402007-11-17 Glenn Morris <rgm@gnu.org>
2141
2142 * Makefile.in (check-declare): New target.
2143
21442007-11-07 Glenn Morris <rgm@gnu.org>
2145
2146 * configure.in: Deprecate Mac Carbon port.
2147
21482007-11-01 Jan Djärv <jan.h.d@swipnet.se>
2149
2150 * configure.in: Remove HAVE_X11R5 check.
2151
21522007-10-31 Glenn Morris <rgm@gnu.org>
2153
2154 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
2155 when changing ownership of installed files.
2156
21572007-10-30 Glenn Morris <rgm@gnu.org>
2158
2159 * make-dist: Add new directory etc/gnus.
2160
21612007-10-30 Michael Olson <mwolson@gnu.org>
2162
2163 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
2164
21652007-10-29 Glenn Morris <rgm@gnu.org>
2166
2167 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
2168
21692007-10-23 Glenn Morris <rgm@gnu.org>
2170
2171 * MAINTAINERS: Move to admin/.
2172
21732007-10-17 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
2176 (HAVE_LIBRESOLV): Also define if we are using res_init().
2177
21782007-10-17 Glenn Morris <rgm@gnu.org>
2179
2180 * FTP: Remove file, since it's just a duplicate of one in etc/.
2181
21822007-10-05 Eli Zaretskii <eliz@gnu.org>
2183
2184 * config.bat: Fix configuring `doc' due to changes in the
2185 directory structure.
2186
21872007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2188
2189 * configure.in: Don't use -lpthread on HP-UX.
2190
21912007-09-16 Glenn Morris <rgm@gnu.org>
2192
2193 * make-dist: File gfdl.1 has been removed.
2194
21952007-09-15 Glenn Morris <rgm@gnu.org>
2196
2197 * configure.in: Fix makeinfo version regexp.
2198
21992007-09-12 Glenn Morris <rgm@gnu.org>
2200
2201 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
2202 implementation of alloca is not found.
2203
2204 * Makefile.in (SOURCES, unlock, relock): Delete.
2205 (install-arch-indep): Do not exclude the etc/ Makefiles.
2206
22072007-09-09 Juri Linkov <juri@jurta.org>
2208
2209 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
2210
2211 * README: Add doc/ to documentation directories.
2212
22132007-09-08 Michael Olson <mwolson@gnu.org>
2214
2215 * MAINTAINERS: Add myself for ERC and tq.el.
2216 Update for new doc/ directory layout.
2217
22182007-09-06 Romain Francoise <romain@orebokech.com>
2219
2220 * make-dist: Update for new doc/ directory layout.
2221
22222007-09-06 Glenn Morris <rgm@gnu.org>
2223
2224 * Makefile.in (mansrcdir): New variable.
2225 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
2226 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
2227 update these targets for new doc/ directory layout.
2228 (doc/misc/Makefile): New target.
2229 (install-arch-indep): Use mansrcdir for new location of manpages.
2230 (mostlyclean, clean, distclean, maintainer-clean, unlock)
2231 (relock, info, dvi): Update targets for new doc/ directory layout.
2232
2233 * configure.in (AC_OUTPUT): Update names of generated Makefiles
2234 for new doc/ directory layout.
2235
22362007-09-02 Andreas Schwab <schwab@suse.de>
2237
2238 * configure.in: Use AS_HELP_STRING throughout.
2239 * configure: Regenerate.
2240
22412007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2242
2243 * configure.in: Require Gtk/Glib 2.6.
2244
22452007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2246
2247 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
2248 Use them throughout in place of AC_ARG_WITH calls.
2249 * configure: Regenerate.
2250
22512007-09-01 Andreas Schwab <schwab@suse.de>
2252
2253 * configure.in: Put quotes around nested macro calls.
2254
22552007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2256
2257 * configure.in: Fix typo.
2258 * configure: Regenerate.
2259
22602007-08-30 Glenn Morris <rgm@gnu.org>
2261
2262 * configure.in (AH_BOTTOM): Copy some manual changes made to
2263 src/config.in here so they are not lost when it regenerates.
2264
2265 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
2266
22672007-08-29 Károly Lőrentey <karoly@lorentey.hu>
2268
2269 * README.multi-tty: New file.
2270
22712007-08-29 Glenn Morris <rgm@gnu.org>
2272
2273 * README: Increase version to 23.0.50.
2274
22752007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2276
2277 * configure.in: New option: --without-xaw3d.
2278
22792007-08-24 Glenn Morris <rgm@gnu.org>
2280
2281 * configure.in: Check for a suitably recent makeinfo.
2282
22832007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2284
2285 * configure.in (Check for required libraries): Typo.
2286
22872007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2288
2289 * configure.in: Check librsvg2 also for Mac Carbon.
2290
22912007-08-22 Romain Francoise <romain@orebokech.com>
2292
2293 * make-dist: Follow reorganization of files in etc/.
2294
22952007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2296
2297 * configure.in: Add support for SVG images through librsvg2.
2298
22992007-07-28 Eli Zaretskii <eliz@gnu.org>
2300
2301 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
2302 to avoid an error message if there is no DOC there.
2303
23042007-07-25 Glenn Morris <rgm@gnu.org>
2305
2306 * Relicense all FSF files to GPLv3 or later.
2307
2308 * COPYING, info/COPYING: Switch to GPLv3.
2309
23102007-06-20 Jan Djärv <jan.h.d@swipnet.se>
2311
2312 * configure.in: Complain if X seems to be installed but no
2313 development files were found.
2314
23152007-06-20 Glenn Morris <rgm@gnu.org>
2316
2317 * configure.in: Prefer libgif over libungif.
2318
23192007-06-14 Jan Djärv <jan.h.d@swipnet.se>
2320
2321 * configure.in: Check for all image libraries before exiting.
2322
23232007-06-13 Jan Djärv <jan.h.d@swipnet.se>
2324
2325 * configure.in: Exit with error if image libraries aren't found.
2326
23272007-06-13 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
2330 when compiling without scrollbars.
2331
23322007-06-12 Glenn Morris <rgm@gnu.org>
2333
2334 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2335
23362007-06-11 Jan Djärv <jan.h.d@swipnet.se>
2337
2338 * configure.in: Change wording about yes/gtk and lucid/athena
2339 being synonyms.
2340
23412007-06-08 Glenn Morris <rgm@gnu.org>
2342
2343 * configure.in: Make gtk the default toolkit.
2344
23452007-06-07 Glenn Morris <rgm@gnu.org>
2346
2347 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
2348 for a Sun C compiler.
2349
2350 * Makefile.in (install-arch-indep): Install only the DOC- file
2351 specific to the build, if possible, rather than DOC-*.
2352
23532007-06-02 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * Version 22.1 released.
2356
23572007-05-25 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * mkinstalldirs: Sync to version in automake CVS.
2360
23612007-05-22 Andreas Schwab <schwab@suse.de>
2362
2363 * configure.in: Prefer build_alias over host when host_alias is not set.
2364 * configure: Regenerate.
2365
23662007-05-20 Andreas Schwab <schwab@suse.de>
2367
2368 * configure.in: Remove empty AC_SUBST.
2369 * configure: Regenerate.
2370
23712007-05-20 Nick Roberts <nickrob@snap.net.nz>
2372
2373 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
2374 it like others.
2375 * configure: Regenerate.
2376
23772007-05-20 Nick Roberts <nickrob@snap.net.nz>
2378
2379 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2380 (AC_CHECK_LIB): Add -lgpm.
2381 * configure: Regenerate.
2382
23832007-05-03 Glenn Morris <rgm@gnu.org>
2384
2385 * configure: Tweak message about the absence of shell functions.
2386
23872007-04-27 Andreas Schwab <schwab@suse.de>
2388
2389 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2390
23912007-04-26 Glenn Morris <rgm@gnu.org>
2392
2393 * README: Increase version to 22.1.50.
2394
23952007-04-24 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2398
23992007-04-19 Glenn Morris <rgm@gnu.org>
2400
2401 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2402
24032007-04-18 Glenn Morris <rgm@gnu.org>
2404
2405 * INSTALL: Mention CPP.
2406
24072007-04-15 Glenn Morris <rgm@gnu.org>
2408
2409 * FTP: Replace with a pointer to the web version.
2410
24112007-04-13 Glenn Morris <rgm@gnu.org>
2412
2413 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2414
24152007-04-04 Glenn Morris <rgm@gnu.org>
2416
2417 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2418 compiling with Sun Studio on Solaris.
2419
24202007-03-23 Glenn Morris <rgm@gnu.org>
2421
2422 * configure.in: Restore support for hp800 (removed 2007-01-27)
2423 following clarification of legal status.
2424
24252007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2426
2427 * configure.in: Add support for AIX4.3 on IBM RS6000.
2428
2429 * configure: Regenerate.
2430
24312007-03-20 Richard Stallman <rms@gnu.org>
2432
2433 * configure.in: Fix previous change.
2434
24352007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2436
2437 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2438 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2439 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2440
24412007-03-19 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2444 user specifies "without".
2445
2446 * configure: Regenerate.
2447
24482007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2449
2450 * configure.in: Warning for Gtk+ and Cygwin added.
2451 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2452
24532007-02-27 Glenn Morris <rgm@gnu.org>
2454
2455 * make-dist (oldXMenu): Remove Imakefile.
2456 (etc/images): Add README.
2457
24582007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 * configure.in (xtensa-*-linux-gnu*): New configuration.
2461
2462 * configure: Regenerate.
2463
24642007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2465
2466 * config.guess, config.sub: Updated from master source.
2467
24682007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2469
2470 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2471
24722007-01-29 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * configure.in: Restore support for hp800's not running HP-UX.
2475
2476 * configure: Regenerate.
2477
24782007-01-27 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * configure.in: Remove support for hp800 and sr2k machine types.
2481
2482 * configure: Regenerate.
2483
24842007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2485
2486 * configure.in: Add check for libXft.
2487
24882007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2489
2490 * INSTALL: Info files moved to share/info.
2491
24922007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2493
2494 * configure.in: Detect and use fink-installed in intel-based Mac
2495 builds; change Apple Darwin section to support both PowerPC and
2496 Intel-based Macs.
2497
24982006-12-26 Andreas Schwab <schwab@suse.de>
2499
2500 * Makefile.in (datarootdir): Define.
2501
25022006-12-24 Richard Stallman <rms@gnu.org>
2503
2504 * configure.in: Require Autoconf 2.61.
2505
25062006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2507
2508 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
2509 Remove redundant entry for powerpc-apple-netbsd.
2510
2511 * configure: Regenerate.
2512
25132006-12-22 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * configure: Regenerate with autoconf 2.61.
2516
25172006-12-20 Jan Djärv <jan.h.d@swipnet.se>
2518
2519 * configure.in: Detect alsa/asoundlib.h also.
2520 * configure: Regenerate.
2521
25222006-12-19 Jan Djärv <jan.h.d@swipnet.se>
2523
2524 * configure.in: Check if GTK+ compiles at all.
2525
25262006-12-10 Andreas Schwab <schwab@suse.de>
2527
2528 * configure.in: Remove check for struct timezone, its result is
2529 never used.
2530
25312006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2532
2533 * configure.in: Add support for Solaris 10 on x86-64.
2534
25352006-12-08 Jan Djärv <jan.h.d@swipnet.se>
2536
2537 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
2538 of PKG_CONFIG_PATH.
2539
25402006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2541
2542 * configure.in (HAVE_SYNC): New test.
2543
25442006-12-03 Glenn Morris <rgm@gnu.org>
2545
2546 * Makefile.in: Fix Copyright format.
2547
2548 * configure.in (AH_TOP): Add missing Copyright year.
2549
2550 * update-subdirs: Add missing Copyright years.
2551
25522006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
2553
2554 * Makefile.in: Touch only the parts of the share/emacs directory
2555 specific to this version.
2556
25572006-11-26 Chong Yidong <cyd@stupidchicken.com>
2558
2559 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
2560
25612006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2562
2563 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
2564
25652006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2566
2567 * configure.in: Prefer X11 to Carbon only when some X-specific
2568 option is specified (Thanks to Jan Djärv and Andreas Schwab).
2569
25702006-11-04 Romain Francoise <romain@orebokech.com>
2571
2572 * Makefile.in (bootstrap-clean-before): Fix typo.
2573 Use new target `bootstrap-clean' in the leim subdirectory.
2574
25752006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2576
2577 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
2578
25792006-10-30 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
2582 directories.
2583
25842006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2585
2586 * configure.in: Enable x86-64 OpenBSD compilation.
2587
25882006-10-28 Glenn Morris <rgm@gnu.org>
2589
2590 * AUTHORS: Add cal-html.el author.
2591
25922006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2593
2594 * make-dist: Make links to mac/make-package and
2595 mac/Emacs.app/Contents/Resources/Emacs.icns.
2596
25972006-10-27 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * README: Bump version number to 22.0.90.
2600
26012006-10-23 Andreas Schwab <schwab@suse.de>
2602
2603 * configure.in: Make sure x_default_search_path is always set even
2604 when x_libraries is empty, and look in .../share as well for each
2605 library directory.
2606
26072006-09-28 Kenichi Handa <handa@m17n.org>
2608
2609 * configure.in (locallisppath): Don't include leim dir.
2610 (lisppath): Include leim dir.
2611
26122006-09-15 Jay Belanger <belanger@truman.edu>
2613
2614 * COPYING: Replace "Library Public License" by "Lesser Public
2615 License" throughout.
2616
26172006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2618
2619 * make-dist (EMACS): Exit and fail if the EMACS environment
2620 variable is set to something other than an absolute file name.
2621
26222006-08-16 Andreas Schwab <schwab@suse.de>
2623
2624 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
2625 of hardcoding it.
2626
26272006-08-16 Richard Stallman <rms@gnu.org>
2628
2629 * INSTALL.CVS: Clean up wording.
2630
26312006-07-14 Eli Zaretskii <eliz@gnu.org>
2632
2633 * configure.in (PKG_CHECK_MODULES): Redirect the output of
2634 $PKG_CONFIG --exists "$2" to config.log.
2635 * configure: Regenerate.
2636
26372006-07-08 Richard Stallman <rms@gnu.org>
2638
2639 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
2640
26412006-07-09 Kim F. Storm <storm@cua.dk>
2642
2643 * CONTRIBUTE: Use outline format.
2644 Add section on copyright years (from admin/notes/years).
2645
26462006-07-08 Eli Zaretskii <eliz@gnu.org>
2647
2648 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
2649 to /dev/null, since we don't need the error message, just the
2650 exit status.
2651
26522006-07-07 Eli Zaretskii <eliz@gnu.org>
2653
2654 * CONTRIBUTE: Slight formatting changes and typo fixes.
2655 Add description of NEWS markings.
2656
26572006-07-07 Kim F. Storm <storm@cua.dk>
2658
2659 * CONTRIBUTE: Mention INSTALL.CVS.
2660
26612006-07-05 Romain Francoise <romain@orebokech.com>
2662
2663 * make-dist (top-level): Add CONTRIBUTE.
2664
26652006-07-04 Richard Stallman <rms@gnu.org>
2666
2667 * CONTRIBUTE: Much rewrite.
2668
26692006-07-04 Nick Roberts <nickrob@snap.net.nz>
2670
2671 * CONTRIBUTE: New file.
2672
26732006-06-24 Eli Zaretskii <eliz@gnu.org>
2674
2675 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
2676
26772006-05-18 Jan Djärv <jan.h.d@swipnet.se>
2678
2679 * configure.in: Add check for ALSA.
2680
26812006-05-06 Eli Zaretskii <eliz@gnu.org>
2682
2683 * Makefile.in (INFO_FILES): Remove emacs-xtra.
2684
2685 * info/dir: Remove the Emacs-Xtra entry.
2686
26872006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
2688
2689 Update copyright year(s) in many files.
2690
26912006-04-01 Eli Zaretskii <eliz@gnu.org>
2692
2693 * configure: Regenerated.
2694
26952006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2696
2697 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
2698 --without-toolkit-scroll-bars was specified.
2699
27002006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
2701
2702 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
2703 to CFLAGS. Update Copyright years written to src/config.in.
2704
27052006-03-18 Claudio Fontana <claudio@gnu.org>
2706
2707 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
2708 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
2709 to be installed/uninstalled.
2710 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
2711 to Info files installed by Emacs.
2712
27132006-03-03 Claudio Fontana <claudio@gnu.org>
2714
2715 * Makefile.in (install, uninstall): Add DESTDIR variable to
2716 support staged installations.
2717
27182006-02-14 Richard M. Stallman <rms@gnu.org>
2719
2720 * configure.in (s390x-*-linux-gnu*): New configuration.
2721
27222006-01-31 Jan Djärv <jan.h.d@swipnet.se>
2723
2724 * configure.in: Require GTK 2.4 or newer.
2725
27262006-01-29 Michael Olson <mwolson@gnu.org>
2727
2728 * Makefile.in (install-arch-indep, uninstall): Add ERC.
2729 * info/dir (ERC): New entry.
2730
27312006-01-29 Eli Zaretskii <eliz@gnu.org>
2732
2733 * info/dir: Fix last change.
2734
27352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2736
2737 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
2738
27392006-01-27 Eli Zaretskii <eliz@gnu.org>
2740
2741 * info/dir: Untabify the whole file.
2742 (Rcirc): New entry.
2743
27442006-01-12 Andreas Schwab <schwab@suse.de>
2745
2746 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
2747 check.
2748
27492006-01-02 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * configure.in: Use -Wno-pointer-sign if available.
2752
27532005-12-29 Andreas Schwab <schwab@suse.de>
2754
2755 * config.guess, config.sub: Updated from master source.
2756
27572005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2758
2759 * configure.in: Use amdx86-64 for freebsd on x86_64.
2760
27612005-11-22 Romain Francoise <romain@orebokech.com>
2762
2763 * make-dist: Add etc/images/icons.
2764
27652005-11-03 Andreas Schwab <schwab@suse.de>
2766
2767 * configure.in: Use GZIP_PROG instead of GZIP.
2768
2769 * Makefile.in (GZIP_PROG): Renamed from GZIP.
2770 (install-arch-indep): Adjust.
2771
27722005-11-01 Andreas Schwab <schwab@suse.de>
2773
2774 * Makefile.in (bootstrap): Fix dependencies for parallel build.
2775 (bootfast): Likewise.
2776
27772005-11-01 Romain Francoise <romain@orebokech.com>
2778
2779 * configure.in: Check for gzip.
2780
2781 * Makefile.in (install): Compress source files.
2782
27832005-10-24 Steven Tamm <steventamm@mac.com>
2784
2785 * configure.in: Fix darwin386 configuration issue.
2786
27872005-10-22 Eli Zaretskii <eliz@gnu.org>
2788
2789 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
2790
27912005-10-17 Bill Wohler <wohler@newt.com>
2792
2793 * make-dist: Create and populate etc/images/low-color.
2794
27952005-10-15 Bill Wohler <wohler@newt.com>
2796
2797 * make-dist: Create and populate etc/images/gud.
2798
27992005-10-08 Richard M. Stallman <rms@gnu.org>
2800
2801 * make-dist (tempparent): Don't check for 14-char file name limit.
2802
28032005-10-07 Romain Francoise <romain@orebokech.com>
2804
2805 * make-dist: Add etc/images/ezimage and etc/images/mail
2806 directories. Install images in etc/images.
2807
28082005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2809
2810 * configure.in: Prefer Carbon if --enable-carbon-app or
2811 --with-carbon is explicitly specified even when X11 is detected.
2812
28132005-09-15 Ulf Jasper <ulf.jasper@web.de>
2814
2815 * Makefile.in (install-arch-indep, uninstall):
2816 Handle newsticker manual.
2817 (info): Add - to commands.
2818
28192005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
2820
2821 Remove the MAXPATHLEN limitations:
2822
2823 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
2824
28252005-09-09 Eli Zaretskii <eliz@gnu.org>
2826
2827 * configure.in <lynxsos*>: Support for LynxOS on PPC.
2828 * configure: Regenerate.
2829
28302005-09-05 Paul Eggert <eggert@cs.ucla.edu>
2831
2832 * config.guess, config.sub: Updated from master source.
2833
28342005-08-03 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * .cvsignore: Add `lock'.
2837
28382005-07-28 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
2841
28422005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2843
2844 Merge gnulib getopt implementation into Emacs.
2845
2846 * Makefile.in (AUTOCONF_INPUTS): New macro.
2847 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
2848 so that these files also depend on m4/getopt.m4.
2849 * configure.in: Configure getopt by including m4/getopt.m4,
2850 and configuring a getopt replacement if necessary.
2851 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
2852 * m4/getopt.m4: New file.
2853
28542005-07-06 Lute Kamstra <lute@gnu.org>
2855
2856 * configure.in: Fix capitalization.
2857
28582005-07-04 Lute Kamstra <lute@gnu.org>
2859
2860 Update FSF's address in GPL notices.
2861
28622005-06-19 Jérôme Marant <jerome@marant.org>
2863
2864 * Makefile.in (epaths-force): Protect both lisppath and
2865 buildlisppath from whitespace.
2866
28672005-06-08 Steven Tamm <steventamm@mac.com>
2868
2869 * configure.in: Support Darwin/MacOSX on Intel
2870
28712005-06-06 Jan Djärv <jan.h.d@swipnet.se>
2872
2873 * configure.in (HAVE_CANCELMENUTRACKING): New test.
2874
28752005-05-11 Jérôme Marant <jmarant@marant.org>
2876
2877 * configure.in: Add --enable-locallisppath.
2878
28792005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2880
2881 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
2882 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
2883 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
2884
28852005-05-07 Jérôme Marant <jerome@marant.org>
2886
2887 * make-dist: Remove references to makefile.nt and makefile.def.
2888 Include widgets and images subdirectories of etc. Do not exclude
2889 ldefs-boot.el.
2890
28912005-04-23 Andreas Schwab <schwab@suse.de>
2892
2893 * configure.in: Remove duplicate match for powerpc configuration.
2894
28952005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
2896
2897 * configure.in: Check for <pwd.h>.
2898
28992005-04-14 Lute Kamstra <lute@gnu.org>
2900
2901 * make-dist: Distribute all ChangeLog files in lisp/.
2902 Don't distribute ldefs-boot.el.
2903 lisp/makefile.nt no longer exists.
2904
29052005-04-13 Lute Kamstra <lute@gnu.org>
2906
2907 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
2908 for "no-byte-compile: t" in the file instead.
2909
29102005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
2913 shadow the main Lesstif/Motif-2.1 libs and includes.
2914
29152005-03-10 Jan Djärv <jan.h.d@swipnet.se>
2916
2917 * configure.in: Only add XASSERTS to cppflags.
2918
29192005-03-04 Jan Djärv <jan.h.d@swipnet.se>
2920
2921 * configure.in: Added --enable-asserts.
2922
29232005-02-09 Kim F. Storm <storm@cua.dk>
2924
2925 Change release version from 21.4 to 22.1 throughout.
2926 Change development version from 21.3.50 to 22.0.50.
2927
29282005-01-19 Steven Tamm <steventamm@mac.com>
2929
2930 * configure.in: Check for <sys/utsname.h>.
2931
29322004-12-11 Kim F. Storm <storm@cua.dk>
2933
2934 * Makefile.in (info): Undo 2004-12-05 change.
2935
29362004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2937
2938 * info/dir (File): Add URL and Org Mode manuals.
2939 * Makefile.in (install-arch-indep, uninstall): Add url and org
2940 manuals.
2941
29422004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
2945 committed to src/config.in.
2946
29472004-12-07 Jan Djärv <jan.h.d@swipnet.se>
2948
2949 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
2950 pthreads and define HAVE_GTK_AND_PTHREAD.
2951
29522004-12-05 Richard M. Stallman <rms@gnu.org>
2953
2954 * Makefile.in (info): Ignore errors building info files.
2955
29562004-11-27 Eli Zaretskii <eliz@gnu.org>
2957
2958 * config.bat: If 8-byte alignment is not supported, define
2959 NO_DECL_ALIGN in src/config.h, instead of trivially defining
2960 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
2961 filter through Sed to remove the quotes.
2962
29632004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
2966 not apply to files explicitly `cvs add'ed.
2967
29682004-11-12 Eli Zaretskii <eliz@gnu.org>
2969
2970 * config.bat: Don't require djecho.exe for the v1.x build.
2971 Add a test for DECL_ALIGN support, and add a trivial definition to
2972 src/config.h if 8-byte alignment is not supported.
2973
29742004-11-08 Kim F. Storm <storm@cua.dk>
2975
2976 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
2977 files before building.
2978 (bootfast, bootstrap-clean-before-fast): New targets, like
2979 bootstrap but don't remove .elc files.
2980
29812004-11-06 Lars Brinkhoff <lars@nocrew.org>
2982
2983 * configure.in: Add check for getrusage.
2984
29852004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2986
2987 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
2988 New tests for new and old GTK file dialogs.
2989 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
2990 to no.
2991
29922004-10-20 Jan Djärv <jan.h.d@swipnet.se>
2993
2994 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
2995 can be set. Remove SETARCH test.
2996
29972004-10-08 Steven Tamm <steventamm@mac.com>
2998
2999 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
3000
30012004-10-06 Jan Djärv <jan.h.d@swipnet.se>
3002
3003 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
3004 AC_MSG_WARN. Move output of warning message to end of configure run.
3005
30062004-10-05 Jan Djärv <jan.h.d@swipnet.se>
3007
3008 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
3009 Run test to see if heap start address is random.
3010
30112004-09-29 Miles Bader <miles@gnu.org>
3012
3013 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
3014 if setarch is present.
3015
30162004-09-25 Jan Djärv <jan.h.d@swipnet.se>
3017
3018 * configure.in (HAVE_EXECSHIELD): Only define on x86.
3019
30202004-09-24 Jan Djärv <jan.h.d@swipnet.se>
3021
3022 * configure.in: Check for exec-shield.
3023
30242004-08-06 Andreas Schwab <schwab@suse.de>
3025
3026 * Makefile.in (install-arch-indep, uninstall): Add flymake.
3027
30282004-07-31 Eli Zaretskii <eliz@gnu.org>
3029
3030 * config.bat: Update URLs in the comments.
3031
30322004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3033
3034 * Makefile.in (install-arch-indep): Add pgg and sieve.
3035
3036 * info/.cvsignore: Added pgg and sieve.
3037
30382004-07-05 Andreas Schwab <schwab@suse.de>
3039
3040 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
3041
30422004-06-21 Kenichi Handa <handa@m17n.org>
3043
3044 * make-dist: Link leim-ext.el into tempdir.
3045
30462004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3047
3048 * info/dir (File): Add emacs-xtra.
3049 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
3050
30512004-06-12 Juri Linkov <juri@jurta.org>
3052
3053 * info/dir: Move menu help lines from `* Menu:' to file header.
3054 Describe the purpose of a red *.
3055
30562004-05-04 Dave Love <fx@gnu.org>
3057
3058 * configure.in: Don't use `extrasub'.
3059
30602004-04-29 Dave Love <fx@gnu.org>
3061
3062 * configure.in: Don't forget to quote args to `test'.
3063
30642004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
3065
3066 * autogen.sh: Update filename in "please read" message.
3067
30682004-04-17 Richard M. Stallman <rms@gnu.org>
3069
3070 * INSTALL: Move the info about site-lisp dirs,
3071 and say uninstalled Emacs looks there too.
3072
30732004-04-04 Eli Zaretskii <eliz@gnu.org>
3074
3075 * config.bat (lib-src): Recognize comment lines in Makefile.in
3076 that have a TAB after the #, to avoid errors in preprocessing with
3077 GCC 3.3.3.
3078
30792004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3080
3081 * Makefile.in: Mention in comment that `make maintainer-clean'
3082 deletes .elc files.
3083
30842004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * update-subdirs: Add local variables to prevent byte-compiling.
3087
30882004-03-21 Dave Love <fx@gnu.org>
3089
3090 * configure.in: Fix previous change.
3091
30922004-03-18 Dave Love <fx@gnu.org>
3093
3094 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
3095
30962004-03-15 Luc Teirlinck <teirllm@auburn.edu>
3097
3098 * info/dir (File): Add SMTP and SES.
3099
31002004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
3103 (bootstrap): Use the new bootstrap-prepare target in lisp.
3104
31052004-02-18 Kim F. Storm <storm@cua.dk>
3106
3107 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
3108
31092004-02-16 Eli Zaretskii <eliz@gnu.org>
3110
3111 * make-dist: Don't link index.*perm and permute-index into tempdir.
3112
31132004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3114
3115 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
3116 to match previous changes by Eli Zaretskii.
3117
31182004-02-09 Luc Teirlinck <teirllm@auburn.edu>
3119
3120 * Makefile.in: Set CDPATH to an empty string.
3121
31222004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * configure.in <darwin>: Use fink packages if available.
3125
31262004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
3127
3128 * make-dist (lispref): Do include lispref/index.texi.
3129
31302004-01-06 Eric Hanchrow <offby1@blarg.net>
3131
3132 * make-dist (tempdir): Include cursors in nt/icons.
3133
31342003-12-30 Eli Zaretskii <eliz@gnu.org>
3135
3136 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
3137 clashes with install-sh on 8+3 filesystems.
3138
31392003-12-08 Miles Bader <miles@gnu.org>
3140
3141 * .cvsignore: Add .arch-inventory.
3142
31432003-12-24 Andreas Schwab <schwab@suse.de>
3144
3145 * configure.in: Check for <sys/socket.h>. Include it before
3146 including <net/if.h>. Move check for <net/if.h> before its use.
3147
31482003-12-24 Jan Djärv <jan.h.d@swipnet.se>
3149
3150 * Makefile.in (install-arch-dep): Don't let cd output go into
3151 pipe for carbon_appdir.
3152
31532003-12-24 Andreas Schwab <schwab@suse.de>
3154
3155 * configure.in (PKG_CHECK_MODULES): Fix quoting.
3156
31572003-12-01 Andreas Schwab <schwab@suse.de>
3158
3159 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
3160 hardcoding gcc.
3161
31622003-11-16 Jan Djärv <jan.h.d@swipnet.se>
3163
3164 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
3165 multiple displays.
3166 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
3167
31682003-09-23 Dave Love <fx@gnu.org>
3169
3170 * configure.in: Check members of struct ifreq.
3171
31722003-09-14 Kim F. Storm <storm@cua.dk>
3173
3174 * configure.in: Add checks for sys/ioctl.h and net/if.h.
3175
31762003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3177
3178 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
3179
31802003-08-18 Lute Kamstra <lute@gnu.org>
3181
3182 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
3183 required anymore.
3184
31852003-08-07 Andrew Choi <akochoi@shaw.ca>
3186
3187 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
3188 option instead of -traditional-cpp for CPP.
3189
31902003-07-29 Richard M. Stallman <rms@gnu.org>
3191
3192 * configure.in (HAVE_XIM): Define if XIM is available.
3193
31942003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3195
3196 * configure.in: The function gtk_window_set_icon_from_file was
3197 introduced in GTK+ 2.2, so check for that release.
3198
31992003-07-23 Andreas Schwab <schwab@suse.de>
3200
3201 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
3202
3203 * Makefile.in (YACC): Remove, not used.
3204 (MAINT): Don't set.
3205 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
3206 disable dependency on ${srcdir}/configure.in when maintainer mode
3207 is disabled.
3208
32092003-07-22 Dave Love <fx@gnu.org>
3210
3211 * configure.in: Make XRegisterIMInstantiateCallback test depend on
3212 HAVE_X11, not with_xim.
3213 (HAVE_CRTIN): Provide template.
3214 <with_png>: Test for png.h and libpng/png.h.
3215
32162003-07-15 Andreas Schwab <schwab@suse.de>
3217
3218 * configure.in: Temporarily leave quoting for AC_DEFINE.
3219
32202003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3221
3222 * configure.in: Check for posix_memalign.
3223
32242003-07-12 Richard M. Stallman <rms@gnu.org>
3225
3226 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
3227
32282003-07-09 Kim F. Storm <storm@cua.dk>
3229
3230 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
3231 functionality of --without-xim.
3232
32332003-06-29 Dave Love <fx@gnu.org>
3234
3235 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
3236
32372003-06-23 Dave Love <fx@gnu.org>
3238
3239 * configure.in: Check for sys/_mbstate_t.h.
3240 Test XRegisterIMInstantiateCallback prototype.
3241 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
3242
32432003-06-06 Dave Love <fx@gnu.org>
3244
3245 * configure.in: Check for locale.h.
3246
32472003-06-05 Dave Love <fx@gnu.org>
3248
3249 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
3250 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
3251 (NLIST_STRUCT): Don't define.
3252 (AH_BOTTOM): Define my_strftime.
3253
32542003-06-02 Richard M. Stallman <rms@gnu.org>
3255
3256 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
3257
32582003-05-24 Andreas Schwab <schwab@suse.de>
3259
3260 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
3261 bzero, and bcmp.
3262
32632003-05-22 Dave Love <fx@gnu.org>
3264
3265 * configure.in: Remove redundant test for term.h. Test for difftime.
3266
32672003-05-20 Dave Love <fx@gnu.org>
3268
3269 * configure.in: Append * to s390-*-linux-gnu case.
3270 (LIBMAIL) <lockfile>: Don't define.
3271
32722003-04-30 Richard M. Stallman <rms@gnu.org>
3273
3274 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3275
32762003-04-28 Francesco Potortì <pot@gnu.org>
3277
3278 * configure.in: Undo last (RMS') change, as it is useless, per
3279 Dave Love.
3280
32812003-04-08 Richard M. Stallman <rms@gnu.org>
3282
3283 * configure.in: Put #include of jpeglib.h at start of line.
3284
32852003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3286
3287 * INSTALL (* GNU/Linux development packages): Mention Debian and
3288 RedHat package names.
3289
32902003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
3291
3292 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3293
32942003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3295
3296 * INSTALL (* GNU/Linux development packages): Tell people to
3297 install additional packages for compiling Emacs.
3298
32992003-04-06 Francesco Potortì <pot@gnu.org>
3300
3301 * configure.in: Use the same configuration for all aix5, not just
3302 aix5.1.
3303
33042003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
3305
3306 * configure.in: Check for need for bigtoc support on IBM AIX for
3307 solving a linker table overflow problem.
3308
33092003-03-03 Rob Browning <rlb@defaultvalue.org>
3310
3311 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
3312 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
3313 over bzero, bcmp, and bcopy.
3314
33152003-02-23 Simon Josefsson <jas@extundo.com>
3316
3317 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
3318
33192003-02-21 Klaus Zeitler <kzeitler@lucent.com>
3320
3321 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
3322
33232003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
3324
3325 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
3326
33272003-02-08 Andreas Schwab <schwab@suse.de>
3328
3329 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3330 instead of the substitution.
3331
33322003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3333
3334 * Makefile.in: Use @EXEEXT@ for Cygwin.
3335 Use USERNAME if LOGNAME is not set (for Cygwin).
3336
3337 * configure.in: Add opsys=cygwin.
3338
33392003-01-22 Andreas Schwab <schwab@suse.de>
3340
3341 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
3342 redefining it explicitly in src/config.in.
3343
33442003-01-22 Markus Rost <rost@math.ohio-state.edu>
3345
3346 * Makefile.in (bootstrap): Make bootstrap-after.
3347
33482003-01-20 Jan Djärv <jan.h.d@swipnet.se>
3349
3350 * configure.in: Fix --with-gtk.
3351
33522003-01-19 Jan Djärv <jan.h.d@swipnet.se>
3353
3354 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
3355
3356 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
3357
33582003-01-14 Francesco Potortì <pot@gnu.org>
3359
3360 * configure.in (m68k-motorola-sysv): Remove (obsolete).
3361
33622003-01-07 Steven Tamm <steventamm@mac.com>
3363
3364 * configure.in: New option, --enable-carbon-app, to specify
3365 that the application should be installed
3366 * Makefile.in (install-arch-dep): On Mac OS X, install the
3367 Emacs.app application if carbon-app is enabled
3368
33692003-01-06 Dave Love <fx@gnu.org>
3370
3371 * configure.in: Check for nl_langinfo.
3372 [!HAVE_SIZE_T]: Fix typedef.
3373
33742003-01-06 David Kastrup <dak@gnu.org>
3375
3376 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3377
3378 * configure.in: Add tests for install-info.
3379
33802002-12-09 Markus Rost <rost@math.ohio-state.edu>
3381
3382 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3383 use again sol2-6 instead of sol2-8.
3384
33852002-12-09 Dave Love <fx@gnu.org>
3386
3387 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3388
33892002-12-08 Andreas Schwab <schwab@suse.de>
3390
3391 * Makefile.in (install-arch-indep): Revert last change.
3392
33932002-11-27 Dave Love <fx@gnu.org>
3394
3395 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3396 Check for __sys_siglist too. Check for memset.
3397 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3398
33992002-11-22 Juanma Barranquero <lektu@terra.es>
3400
3401 * config.guess, config.sub: Updated from master source.
3402
34032002-11-19 Karl Fogel <kfogel@red-bean.com>
3404
3405 * autogen.sh: New file.
3406
34072002-11-15 Dave Love <fx@gnu.org>
3408
3409 * configure.in: Tidy up various quoting issues throughout.
3410 Use AC_GNU_SOURCE.
3411 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3412 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3413 Maybe define bcopy, bzero, bcmp.
3414 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3415 non-existent machine file).
3416 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3417 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3418 (nlist.h): Move test up.
3419
34202002-11-18 Markus Rost <rost@math.ohio-state.edu>
3421
3422 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3423
34242002-11-14 Francesco Potortì <pot@gnu.org>
3425
3426 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3427
34282002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3429
3430 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3431
34322002-11-08 Dave Love <fx@gnu.org>
3433
3434 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3435 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3436
34372002-11-07 Miles Bader <miles@gnu.org>
3438
3439 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3440 Handle separate-build-dir case.
3441
34422002-11-06 Richard M. Stallman <rms@gnu.org>
3443
3444 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3445 bulletproof. $bar may be empty when there are no .elc files.
3446
34472002-10-30 Dave Love <fx@gnu.org>
3448
3449 * configure.in: Require autoconf 2.53. Test for pty.h,
3450 sys/mman.h, sys/param.h, mremap, memmove.
3451 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3452 (AC_PROG_YACC): Delete.
3453 (size_t): Use AC_CHECK_TYPES.
3454 (AH_TOP): Up-date copyright.
3455
34562002-10-01 Juanma Barranquero <lektu@terra.es>
3457
3458 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3459
34602002-09-19 Richard M. Stallman <rms@gnu.org>
3461
3462 * configure.in: Fix the LessTif-directory-finder for real.
3463
34642002-09-14 Richard M. Stallman <rms@gnu.org>
3465
3466 * Makefile.in (maybe_bootstrap): Test for complete absence
3467 of compiled Lisp files.
3468
34692002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3470
3471 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3472 (bootstrap-clean-after): Delete.
3473 (bootstrap): Make the sequencing explicit.
3474
34752002-09-10 Richard M. Stallman <rms@gnu.org>
3476
3477 * configure.in: Fix previous LessTif change.
3478
34792002-09-09 Richard M. Stallman <rms@gnu.org>
3480
3481 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3482 (powerpcle-*-solaris*): Use version 2.6 as default.
3483 (*-sunos5.6*, *-solaris2.6*): New alternative.
3484 (*-sunos5*): Use version 2.6 as default.
3485
34862002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3487
3488 * configure.in: Fix typo.
3489
34902002-09-05 Richard M. Stallman <rms@gnu.org>
3491
3492 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
3493
3494 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
3495 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
3496
34972002-08-26 Kim F. Storm <storm@cua.dk>
3498
3499 * Makefile.in (install-arch-indep): Do not remove DOC file
3500 when it is the only DOC file installed; this is the case when
3501 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
3502
35032002-07-24 Markus Rost <rost@math.ohio-state.edu>
3504
3505 * configure.in: Fix typo.
3506
35072002-07-24 Richard M. Stallman <rms@gnu.org>
3508
3509 * configure.in: Don't print anything special about gamedir.
3510
3511 * configure.in: Delete nonstandard --with-game-user option.
3512
35132002-07-21 Richard M. Stallman <rms@gnu.org>
3514
3515 * Makefile.in (gamedir, localstatedir): New variables.
3516 (epaths-force): Insert value of gamedir into PATH_GAME.
3517
3518 * configure.in (gamedir): Handle it like lispdir.
3519 (--with-game-dir option): Delete.
3520
35212002-06-21 Pavel Janík <Pavel@Janik.cz>
3522
3523 * configure.in: Add support for mipseb-*-netbsd* machines.
3524
35252002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3526
3527 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
3528
35292002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3530
3531 * info/dir (File): Add an entry for Tramp.
3532
35332002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * INSTALL-CVS: New file.
3536
35372002-06-07 Andreas Schwab <schwab@suse.de>
3538
3539 * configure.in (x86_64-*-linux-gnu*): New system.
3540
35412002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3542
3543 * config.bat: Handle the case when lispintro is truncated to lispintr.
3544
35452002-05-26 Paul Eggert <eggert@twinsun.com>
3546
3547 * config.guess, config.sub: Updated from master source.
3548
35492002-05-09 Richard M. Stallman <rms@gnu.org>
3550
3551 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
3552
35532002-05-04 Pavel Janík <Pavel@Janik.cz>
3554
3555 * make-dist: Do not distribute lock/ directory.
3556
35572002-04-30 Andrew Choi <akochoi@shaw.ca>
3558
3559 * configure.in: Provide documentation string when defining
3560 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
3561 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
3562
35632002-04-28 Colin Walters <walters@verbum.org>
3564
3565 * configure.in: Delete configure check for access to the game user.
3566
35672002-04-29 Pavel Janík <Pavel@Janik.cz>
3568
3569 * make-dist: lwlib/Imakefile is removed.
3570
35712002-04-26 Andrew Choi <akochoi@shaw.ca>
3572
3573 * configure.in: Add support for powerpc-apple-darwin*.
3574 (HAVE_CARBON): Add.
3575
3576 * make-dist: Create directories in mac/Emacs.app.
3577
35782002-04-25 Pavel Janík <Pavel@Janik.cz>
3579
3580 * make-dist: lwlib-Xol* are removed.
3581
35822002-04-23 Andreas Schwab <schwab@suse.de>
3583
3584 * Makefile.in (MAINT): New variable.
3585 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
3586 instead of configure.in, to avoid running autoconf and autoheader
3587 unless explicitly requested.
3588
35892002-04-16 Eli Zaretskii <eliz@gnu.org>
3590
3591 * config.bat: Update for msdos/sed2v2.inp.
3592
35932002-04-15 Andreas Schwab <schwab@suse.de>
3594
3595 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
3596 * configure.in: Add config header templates to all AC_DEFINE and
3597 AC_DEFINE_UNQUOTED symbols.
3598 * make-dist: Run autoheader if necessary.
3599
36002002-04-10 Colin Walters <walters@verbum.org>
3601
3602 * configure.in: Add --game-dir, --game-user. Test to see if we
3603 can use them.
3604
36052002-04-08 Pavel Janík <Pavel@Janik.cz>
3606
3607 * configure.in: Add --with-sound.
3608
36092002-03-18 Kim F. Storm <storm@cua.dk>
3610
3611 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
3612 and getsockname functions. Test for sys/un.h include file.
3613
36142002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * configure.in: Support AIX 5.1.
3617
36182002-03-10 Jan Djärv <jan.h.d@swipnet.se>
3619
3620 * configure.in: Added test for X Session Management (HAVE_X_SM).
3621
36222002-03-03 Richard M. Stallman <rms@gnu.org>
3623
3624 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
3625 Run chown $${LOGNAME} on files installed by tar xvf.
3626
36272002-03-03 Kim F. Storm <storm@cua.dk>
3628
3629 * configure.in: Test for getpeername.
3630
36312002-03-01 Richard M. Stallman <rms@gnu.org>
3632
3633 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
3634 (HAVE_GIF): Don't use old libungif versions that crash.
3635
36362002-02-26 Richard M. Stallman <rms@gnu.org>
3637
3638 * configure.in <making srcdir absolute>: Verify that PWD is correct,
3639 not just well-formed and valid.
3640 (mips-compaq-nonstopux*): New configuration.
3641
36422002-02-18 Paul Eggert <eggert@twinsun.com>
3643
3644 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
3645 "sed q" is a portable equivalent to plain "head -1".
3646
36472002-02-13 Richard M. Stallman <rms@gnu.org>
3648
3649 * Makefile.in (maybe_bootstrap): Do `exit 1'.
3650 (all): Don't depend on maybe_bootstrap here.
3651 (${SUBDIR}): Depend on it here instead.
3652
36532002-02-08 Richard M. Stallman <rms@gnu.org>
3654
3655 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
3656
36572002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3658
3659 * configure.in: Recognize BSD/OS 5.0.
3660
36612002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3662
3663 * make-dist: Make version checking in emacs.texi consistent with
3664 how we set it there.
3665
36662001-12-29 Kim F. Storm <storm@cua.dk>
3667
3668 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
3669
36702001-12-28 Richard M. Stallman <rms@gnu.org>
3671
3672 * configure.in: Test for mbsinit.
3673
36742001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 These changes make Leim part of the standard distribution:
3677
3678 * README: Add info about the `leim' directory.
3679
3680 * INSTALL: Remove text that describes Leim as a separate package.
3681
3682 * noleim-Makefile.in: File removed.
3683
3684 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
3685 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
3686 Leim files out of the Emacs tree. Don't prepare a separate tarball
3687 for Leim.
3688
36892001-12-11 Richard M. Stallman <rms@gnu.org>
3690
3691 * configure.in (hppa*-*-linux-gnu*): New alternative.
3692
36932001-12-08 Pavel Janík <Pavel@Janik.cz>
3694
3695 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
3696 creating distribution.
3697
36982001-12-06 Paul Eggert <eggert@twinsun.com>
3699
3700 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
3701 (AC_FUNC_VFORK): Remove.
3702 (AC_FUNC_FORK): Add.
3703 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
3704 this is required by recent Autoconf versions.
3705
37062001-12-02 Pavel Janík <Pavel@Janik.cz>
3707
3708 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
3709 TODO, vms-pp.trans and others).
3710
37112001-11-29 Pavel Janík <Pavel@Janik.cz>
3712
3713 * make-dist: Use COPYING from the top-level directory.
3714
37152001-11-29 Gerd Moellmann <gerd@gnu.org>
3716
3717 * configure.in: Add support for FreeBSD/Alpha.
3718
37192001-11-29 Pavel Janík <Pavel@Janik.cz>
3720
3721 * make-dist: Add COPYING to the top-level directory of the
3722 distribution. Simplify the logic behind copying.
3723
3724 * Makefile.in (maybe_bootstrap): Fix previous change.
3725
37262001-11-28 Richard M. Stallman <rms@gnu.org>
3727
3728 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
3729
37302001-11-26 Richard M. Stallman <rms@gnu.org>
3731
3732 * Makefile.in: bootstrap should not delete dumped executables.
3733 (bootstrap-clean-before): New target.
3734 (bootstrap): Use bootstrap-clean-before instead of clean.
3735 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
3736
37372001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
3738
3739 These changes add the Emacs Lisp Introduction manual to the
3740 distribution:
3741
3742 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
3743
3744 * make-dist: Copy the files in lispintro directory.
3745
3746 * config.bat: Configure in the lispintro directory.
3747
3748 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
3749
3750 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
3751 (lispintro/Makefile): New target.
3752 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
3753 (unlock, relock, info, dvi): Ditto.
3754
37552001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3756
3757 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
3758
3759 * make-dist (etc): Don't distribute gfdl.1.
3760
37612001-11-22 Colin Walters <walters@debian.org>
3762
3763 * Makefile.in (install-arch-indep): Install the calc .info files.
3764 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
3765
37662001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * make-dist (lispref): Add *.txt, *.el, permute-index, and
3769 tindex.pl to the list of those being put into the distribution.
3770
37712001-11-16 Eli Zaretskii <eliz@gnu.org>
3772
3773 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
3774
37752001-11-15 Pavel Janík <Pavel@Janik.cz>
3776
3777 * Makefile.in (uninstall): Fix previous change.
3778
3779 * configure.in, Makefile.in: Add support for --program-prefix,
3780 --program-suffix and --program-transform-name options.
3781
37822001-11-13 Pavel Janík <Pavel@Janik.cz>
3783
3784 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
3785 (install-arch-indep): Install emacsclient manual page.
3786 (uninstall): Uninstall emacsclient manual page.
3787
37882001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
3789
3790 * make-dist: Add lispref/index.*perm files to the distribution.
3791 From Pavel Janík <Pavel@Janik.cz>.
3792
37932001-11-12 Pavel Janík <Pavel@Janik.cz>
3794
3795 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
3796
37972001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3798
3799 * configure.in: AC_OUTPUT lispref/Makefile.
3800
38012001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3802
3803 The following changes add the ELisp reference manual to the
3804 distribution.
3805
3806 * make-dist: Add the lispref directory to the distribution.
3807
3808 * Makefile.in (install-arch-indep): Add elisp* to the list of
3809 installed Info files.
3810 (SUBDIR_MAKEFILES): Add lispref/Makefile.
3811 (lispref/Makefile): New target.
3812 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
3813 Add commands for the lispref directory.
3814 (info, dvi): Ditto.
3815
3816 * config.bat: Configure in `lispref'.
3817
38182001-11-09 Richard M. Stallman <rms@gnu.org>
3819
3820 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
3821
38222001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
3823
3824 * make-dist (tempdir): Copy AUTHORS as well.
3825
38262001-11-06 Sam Steingold <sds@gnu.org>
3827
3828 * configure.in: Added a check for <nlist.h>.
3829
38302001-11-01 Pavel Janík <Pavel@Janik.cz>
3831
3832 * configure.in: Reindent --help output.
3833 From Per Starbäck (starback@ling.uu.se).
3834
38352001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
3836
3837 * configure.in: New entry for HP/UX-11.
3838
3839 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
3840 From Eric S. Raymond <esr@golux.thyrsus.com>.
3841
38422001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3843
3844 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
3845 <athornton@sinenomine.net>.
3846
38472001-10-25 Gerd Moellmann <gerd@gnu.org>
3848
3849 * Makefile.in (maybe_bootstrap): New target.
3850 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
3851
38522001-10-24 Ken Raeburn <raeburn@gnu.org>
3853
3854 * configure.in: If --with-hesiod is given, look for
3855 hes_getmailhost and res_send or __res_send; check hesiod and
3856 resolv libraries respectively if system libraries don't supply them.
3857
38582001-10-24 Gerd Moellmann <gerd@gnu.org>
3859
3860 * configure.in: Use $MAKE for `make' if set.
3861
38622001-10-22 Gerd Moellmann <gerd@gnu.org>
3863
3864 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
3865 to tar options.
3866
38672001-10-20 Gerd Moellmann <gerd@gnu.org>
3868
3869 * (Version 21.1 released).
3870
38712001-10-20 Miles Bader <miles@gnu.org>
3872
3873 * configure.in (configuration): Set from `host' if `host_alias'
3874 isn't defined.
3875
38762001-10-19 Andreas Schwab <schwab@suse.de>
3877
3878 * configure.in: Make ready for autoconf 2.5x.
3879 (AC_PREREQ): Require autoconf 2.50.
3880 * aclocal.m4: Removed.
3881 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
3882
38832001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3884
3885 * README: Bump Emacs version to 21.1.50.
3886
38872001-10-05 Gerd Moellmann <gerd@gnu.org>
3888
3889 * Branch for 21.1.
3890
38912001-09-05 Gerd Moellmann <gerd@gnu.org>
3892
3893 * configure.in: Avoid `$@' which is handled specially in
3894 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
3895
38962001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3897
3898 * make-dist (nt): Add subdirs.el to the list of distributed files.
3899
39002001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3901
3902 * configure.in (machine): Add an entry for
3903 hppa1.1-hitachi-hiuxwe2*.
3904
39052001-05-28 Gerd Moellmann <gerd@gnu.org>
3906
3907 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
3908 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
3909
39102001-05-14 Gerd Moellmann <gerd@gnu.org>
3911
3912 * make-dist: Copy texinfo.tex unconditionally.
3913
39142001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3915
3916 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
3917 that are installed.
3918
39192001-04-06 Gerd Moellmann <gerd@gnu.org>
3920
3921 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
3922 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
3923
3924 * make-dist: Handle leim/MISC-DIC. Only include
3925 `[a-zA-Z]*.{el,elc}' from leim/quail.
3926
39272001-04-05 Gerd Moellmann <gerd@gnu.org>
3928
3929 * Makefile.in (install-arch-indep): Remove .cvsignore files.
3930
39312001-03-30 Gerd Moellmann <gerd@gnu.org>
3932
3933 * Makefile.in (.PHONY): Add for bootstrap targets.
3934 (bootstrap-clean): New target.
3935 (bootstrap): Use it instead of `clean'.
3936
39372001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
3938
3939 * Makefile.in (SUBDIR): Remove leim.
3940 (all, .RECURSIVE, extraclean): Add leim explicitly.
3941 (leim): Provide separate rule which exports PARALLEL=0 into the
3942 environment.
3943
39442001-03-20 Gerd Moellmann <gerd@gnu.org>
3945
3946 * configure.in (HAVE_XPM): Don't print the result of the check for
3947 XpmReturnAllocPixels if we don't have an xpm.h.
3948
39492001-03-05 Gerd Moellmann <gerd@gnu.org>
3950
3951 * COPYING: New file.
3952
39532001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3954
3955 * config.bat: Update the copyright.
3956
39572001-02-23 Kenichi Handa <handa@etl.go.jp>
3958
3959 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
3960 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
3961 to `yes'. Later in AC_OUTPUT, check this variable.
3962
39632001-02-09 Dave Love <fx@gnu.org>
3964
3965 * AUTHORS: Updated.
3966
39672001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3968
3969 * info/dir (Ebrowse): Fix the entry (was missing a dot).
3970
39712001-02-02 Gerd Moellmann <gerd@gnu.org>
3972
3973 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
3974
3975 * Makefile.in (uninstall): Ignore exit code of `rm'.
3976
3977 * Makefile.in (uninstall): Remove more info files. Remove
3978 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
3979
39802001-01-31 Gerd Moellmann <gerd@gnu.org>
3981
3982 * noleim-Makefile.in (extraclean): Add.
3983
39842001-01-28 Gerd Moellmann <gerd@gnu.org>
3985
3986 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
3987 it quiet.
3988
39892001-01-24 Colin Walters <walters@cis.ohio-state.edu>
3990
3991 * Makefile.in (tags): Fix typo.
3992
39932001-01-13 Kenichi Handa <handa@etl.go.jp>
3994
3995 * configure.in: Fix typo in the code setting x_search_path.
3996
39972001-01-10 Dave Love <fx@gnu.org>
3998
3999 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
4000 -lXext.
4001 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
4002 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
4003 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
4004 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
4005 (now in $LIBS).
4006
40072001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4008
4009 * config.bat: Run the preprocessor with -traditional.
4010
40112001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
4012
4013 * INSTALL: Move copying conditions to end of file.
4014
40152000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4016
4017 * INSTALL: Add basic installation procedure which assumes
4018 `configure' does its job. Elaborate on image support libraries.
4019 Add a pointer to Xaw3d library. Add advice about solving
4020 configure-time problems by looking in config.log and setting
4021 variables in the environment.
4022
40232000-12-27 Gerd Moellmann <gerd@gnu.org>
4024
4025 * Makefile.in (install-arch-indep): If tar fails, exit with
4026 exit code 1.
4027
40282000-12-19 Gerd Moellmann <gerd@gnu.org>
4029
4030 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
4031 source file includes XKBlib.h. On some broken Solaris systems,
4032 there is an XKBlib.h, reportedly, but header files included by
4033 XKBlib.h are missing.
4034
40352000-12-14 Gerd Moellmann <gerd@gnu.org>
4036
4037 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
4038
40392000-12-11 Dave Love <fx@gnu.org>
4040
4041 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
4042
40432000-12-11 Paul Eggert <eggert@twinsun.com>
4044
4045 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
4046 Merge fixes from latest GNU tar version. These macros no longer
4047 futz with _XOPEN_SOURCE, as that was not portable in practice.
4048 (AC_FUNC_FSEEKO): New macro.
4049
4050 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
4051 ftello.
4052
40532000-12-05 Dave Love <fx@gnu.org>
4054
4055 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
4056
40572000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4058
4059 * info/dir: Change the category to "Emacs".
4060
40612000-12-01 Gerd Moellmann <gerd@gnu.org>
4062
4063 * make-dist (tempdir): Remove epaths.h from the distribution
4064 instead of paths.h.
4065
40662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4067
4068 * config.bat: Check for existence of djecho.exe, and print an
4069 error message if it is not available.
4070
4071 * INSTALL: Describe possible problem with djecho.exe in old
4072 versions of DJGPP v2.x.
4073
40742000-11-23 Gerd Moellmann <gerd@gnu.org>
4075
4076 * configure.in: Initialize HAVE_LIBXP to no.
4077
40782000-11-22 Gerd Moellmann <gerd@gnu.org>
4079
4080 * configure.in: Use m/macppc.h instead of the non-existent
4081 m/powerpc.h.
4082
40832000-11-21 Gerd Moellmann <gerd@gnu.org>
4084
4085 * Makefile.in (install-arch-indep): Also install info/eshell*
4086 and info/speedbar*.
4087
4088 * configure.in (HAVE_PNG): Check for the presence of
4089 png_get_channels to rule out older PNG libs.
4090
4091 * configure.in (AC_OUTPUT): Arrange to emit definitions of
4092 GCC and NON_GNU_CPP into config.status.
4093
40942000-11-20 Dave Love <fx@gnu.org>
4095
4096 * configure.in: Fix last change.
4097
4098 * GETTING.GNU.SOFTWARE: Deleted.
4099 * FTP: New file to replace it.
4100 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
4101
41022000-11-20 Gerd Moellmann <gerd@gnu.org>
4103
4104 * configure.in: Use -traditional with GNU cpp.
4105
41062000-11-17 Gerd Moellmann <gerd@gnu.org>
4107
4108 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
4109 Distribute more files from the nt/ subdir. Distribute PBM
4110 image files from subdirs of lisp/. Distribute old change logs
4111 from subdirs of lisp/. Distribute play/5x5.el.
4112
41132000-11-11 Dave Love <fx@gnu.org>
4114
4115 * config.sub, config.guess: Updated from master source.
4116
41172000-11-07 Dave Love <fx@gnu.org>
4118
4119 * configure.in: Test for mkstemp.
4120
41212000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * info/dir (Top): Rearrange menu items more logically, and put
4124 them into a single category. Add menu items for RefTeX and
4125 Widget.
4126
41272000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4128
4129 * Makefile.in (install-arch-indep): Use --info-dir instead of
4130 --dir-file, and a simple argument instead of --info-file, so that
4131 the Debian version of install-info also works.
4132
41332000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4134
4135 * info/dir (Speedbar): Add entry.
4136
41372000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4138
4139 * INSTALL: Describe the new image-support options to the configure
4140 script. List URLs where image support libraries can be found.
4141
41422000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4143
4144 * info/dir (Top): Add an entry for Eshell.
4145
41462000-10-02 Dave Love <fx@gnu.org>
4147
4148 * configure.in: Check for gai_strerror.
4149
41502000-10-01 Andreas Schwab <schwab@suse.de>
4151
4152 * Makefile.in (install-arch-indep): Update list of installed info files.
4153
41542000-09-30 Gerd Moellmann <gerd@gnu.org>
4155
4156 * configure.in: Support `sparc*-*-netbsd*'.
4157
41582000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4159
4160 * info/dir (MIME): Add entry for emacs-mime.
4161
41622000-09-29 Dave Love <fx@gnu.org>
4163
4164 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
4165
41662000-09-26 Gerd Moellmann <gerd@gnu.org>
4167
4168 * make-dist: Adapt to the change of leim/Makefile which was
4169 necessary to ensure a reasonably working `make dist'.
4170
4171 * leim-Makefile.in: Moved to leim/Makefile.in..
4172
4173 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
4174
41752000-09-21 Kenichi Handa <handa@etl.go.jp>
4176
4177 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
4178 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
4179 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
4180 files to .elc.
4181 (${TIT}): Adjusted for the above change.
4182 (clean mostlyclean): Likewise.
4183 (.el.elc): New target.
4184
41852000-09-19 Gerd Moellmann <gerd@gnu.org>
4186
4187 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4188 in the distribution.
4189
41902000-09-18 Gerd Moellmann <gerd@gnu.org>
4191
4192 * make-dist (skk): Rename to `ja-dic' because the leim directory
4193 was renamed.
4194
41952000-09-14 Dave Love <fx@gnu.org>
4196
4197 * configure.in: Fix spurion in last change.
4198
41992000-09-14 Gerd Moellmann <gerd@gnu.org>
4200
4201 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
4202 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
4203 to `no' if defined. Change result report.
4204
42052000-09-08 Dave Love <fx@gnu.org>
4206
4207 * configure.in: Remove spurious `@'s.
4208
4209 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
4210 autoconf.
4211
42122000-09-06 Gerd Moellmann <gerd@gnu.org>
4213
4214 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
4215 file and print informational message.
4216
4217 * configure.in (AC_FUNC_MMAP): Add.
4218
42192000-09-01 Gerd Moellmann <gerd@gnu.org>
4220
4221 * configure.in: Add ``checking'' messages for
4222 XpmReturnAllocPixels.
4223
42242000-08-28 Gerd Moellmann <gerd@gnu.org>
4225
4226 * configure.in: Check <strings.h>; check `index' and `rindex'
4227 functions.
4228
42292000-08-26 Kenichi Handa <handa@etl.go.jp>
4230
4231 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
4232 "case "${canonical}" in".
4233
42342000-08-25 Dave Love <fx@gnu.org>
4235
4236 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
4237
42382000-08-25 Kenichi Handa <handa@etl.go.jp>
4239
4240 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
4241
42422000-08-24 Gerd Moellmann <gerd@gnu.org>
4243
4244 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
4245 contains a relative path. Protect against unusable values of $PWD.
4246
42472000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4248
4249 * info/dir (WoMan): Add entry.
4250
4251 * config.bat (maindir): Update src/_gdbinit even if it does
4252 already exist.
4253
42542000-08-07 Gerd Moellmann <gerd@gnu.org>
4255
4256 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
4257
42582000-08-03 Gerd Moellmann <gerd@gnu.org>
4259
4260 * configure.in: Add support for ia64*-*-linux*.
4261
42622000-07-27 Gerd Moellmann <gerd@gnu.org>
4263
4264 * make-dist (aclocal.m4): Include in distribution.
4265
42662000-07-26 Dave Love <fx@gnu.org>
4267
4268 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
4269
42702000-07-24 Dave Love <fx@gnu.org>
4271
4272 * configure.in: Add AC_SIZE_T.
4273
42742000-07-18 Dave Love <fx@gnu.org>
4275
4276 * configure.in: Reorder so that most tests are done after CPPFLAGS
4277 is set from the C_SWITCH_... definitions.
4278
42792000-07-10 Gerd Moellmann <gerd@gnu.org>
4280
4281 * configure.in (HAVE_XPM): Undo previous change. Check for
4282 preprocessor define XpmReturnAllocPixels.
4283
42842000-07-06 Gerd Moellmann <gerd@gnu.org>
4285
4286 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
4287 instead of XpmReadFileToPixmap.
4288
42892000-07-05 Ken Raeburn <raeburn@gnu.org>
4290
4291 * configure.in: Check for <soundcard.h>. Look for ossaudio
4292 library, and set LIBSOUND accordingly.
4293
42942000-07-05 Dave Love <fx@gnu.org>
4295
4296 * configure.in: Use AC_HEADER_SYS_WAIT.
4297
42982000-07-05 Gerd Moellmann <gerd@gnu.org>
4299
4300 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4301 lisp/Makefile. Distribute lisp/Makefile.in instead of
4302 lisp/Makefile.
4303
43042000-06-30 Ken Raeburn <raeburn@gnu.org>
4305
4306 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
4307 while searching for image-handling libraries.
4308
43092000-06-26 Gerd Moellmann <gerd@gnu.org>
4310
4311 * configure.in (--with-xim): New option.
4312
43132000-06-23 Dave Love <fx@gnu.org>
4314
4315 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
4316 for struct timezone and test how we can call gettimeofday.
4317 Check for OSF 5+. Check for term.h.
4318
4319 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
4320 version.
4321
43222000-06-23 Gerd Moellmann <gerd@gnu.org>
4323
4324 * configure.in (HAVE_LIBXP): Change test for libXp.
4325
43262000-06-21 Dave Love <fx@gnu.org>
4327
4328 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
4329 simple test for getloadavg and substitute GETLOADAVG_LIBS.
4330 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
4331
43322000-06-19 Dave Love <fx@gnu.org>
4333
4334 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
4335 _XOPEN_SOURCE is defined.
4336
43372000-06-16 Gerd Moellmann <gerd@gnu.org>
4338
4339 * Makefile.in (distclean): Also make distclean in lisp/.
4340
43412000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4342
4343 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
4344
43452000-06-15 Gerd Moellmann <gerd@gnu.org>
4346
4347 * make-dist: Add --help and --snapshot options.
4348
43492000-06-14 Gerd Moellmann <gerd@gnu.org>
4350
4351 * configure.in: Generate lisp/Makefile.
4352
4353 * configure.in: Add support for `*-lynxos*'.
4354 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
4355 recommended by <Karen.Dorhamer@compaq.com> to fix problems
4356 on Tru64 UNIX v5.0.
4357
43582000-06-13 Ken Raeburn <raeburn@gnu.org>
4359
4360 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
4361 it's on a continuation line.
4362
43632000-06-02 Dave Love <fx@gnu.org>
4364
4365 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
4366 files.
4367
4368 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
4369 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
4370 test.
4371
4372 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
4373 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
4374
43752000-05-26 Gerd Moellmann <gerd@gnu.org>
4376
4377 * configure.in: Add check for speed_t typedef.
4378
43792000-05-25 Ken Raeburn <raeburn@gnu.org>
4380
4381 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4382 exists; it won't in the CANNOT_DUMP case.
4383
43842000-05-25 Gerd Moellmann <gerd@gnu.org>
4385
4386 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4387 On FreeBSD, the exit status is 1 if CDPATH is not set.
4388 (install-arch-indep): Install ebrowse.info.
4389
43902000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4391
4392 * configure.in: Check for grandpt and getpt.
4393
43942000-05-09 Dave Love <fx@gnu.org>
4395
4396 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4397
43982000-05-05 Gerd Moellmann <gerd@gnu.org>
4399
4400 * make-dist: Make a link for lib-src/grep-changelog.
4401 Copy install-sh.
4402
44032000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4404
4405 * config.bat: Identify the beginning of the cpp stuff in
4406 src/Makefile.in and lib-src/Makefile.in more accurately.
4407
44082000-04-27 Gerd Moellmann <gerd@gnu.org>
4409
4410 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4411
44122000-04-19 Gerd Moellmann <gerd@gnu.org>
4413
4414 * configure.in: Add support for `powerpc-*-netbsd*'.
4415
44162000-04-19 Dave Love <fx@gnu.org>
4417
4418 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4419
4420 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4421
44222000-04-16 Dave Love <fx@gnu.org>
4423
4424 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4425
44262000-04-14 Dave Love <fx@gnu.org>
4427
4428 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4429
4430 * aclocal.m4 (AC_FUNC_MKTIME): New.
4431
44322000-03-28 Ken Raeburn <raeburn@gnu.org>
4433
4434 * configure.in: Line up "--help" output a little better.
4435
44362000-03-26 Gerd Moellmann <gerd@gnu.org>
4437
4438 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4439 New targets.
4440 (bootstrap): Rewritten in terms of the new targets above. Make
4441 info files, too.
4442
44432000-03-12 Gerd Moellmann <gerd@gnu.org>
4444
4445 * config.guess, config.sub: Use the versions of the files from
4446 subversions.
4447
44482000-03-08 Dave Love <fx@gnu.org>
4449
4450 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4451 AC_C_VOLATILE. Define POINTER_TYPE.
4452
4453 * aclocal.m4: New file.
4454
44552000-03-02 Gerd Moellmann <gerd@gnu.org>
4456
4457 * configure.in (machine): Add `mipsel-*-netbsd*' and
4458 `arm-*-netbsd*'.
4459
44602000-03-01 Gerd Moellmann <gerd@gnu.org>
4461
4462 * configure.in (machine): Add support for `*-auspex-sunos*'.
4463
44642000-02-29 Gerd Moellmann <gerd@gnu.org>
4465
4466 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4467
44682000-02-18 Dave Love <fx@gnu.org>
4469
4470 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4471
44722000-02-18 Andreas Schwab <schwab@suse.de>
4473
4474 * Makefile.in (install-arch-indep): Add eudc to list of installed
4475 info files.
4476
44772000-02-17 Ken Raeburn <raeburn@gnu.org>
4478
4479 * configure.in: Include -lz and -ljpeg (if it's available) when
4480 testing for the tiff library.
4481
44822000-02-17 Gerd Moellmann <gerd@gnu.org>
4483
4484 * configure.in: Remove LISP_FLOAT_TYPE.
4485
44862000-02-12 Dave Love <fx@gnu.org>
4487
4488 * configure.in: Use AC_FUNC_VFORK.
4489
44902000-02-01 Gerd Moellmann <gerd@gnu.org>
4491
4492 * make-dist: Various fixes for new development tree.
4493
4494 * leim-Makefile.in: New file.
4495
44962000-01-31 Gerd Moellmann <gerd@gnu.org>
4497
4498 * Makefile.in (dist): Call ./make-dist.
4499
45002000-01-24 Dave Love <fx@gnu.org>
4501
4502 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
4503
45042000-01-18 Gerd Moellmann <gerd@gnu.org>
4505
4506 * configure.in (HAVE_GIF): Check for DGifOpen instead of
4507 DGifOpenFileName.
4508
45092000-01-11 Andreas Schwab <schwab@suse.de>
4510
4511 * Makefile.in (install-arch-indep): Update list of info files to
4512 be installed.
4513
45142000-01-05 Dave Love <fx@gnu.org>
4515
4516 * configure.in: Check for jerror.h as well as libjpeg.
4517
45182000-01-03 Andreas Schwab <schwab@suse.de>
4519
4520 * Makefile.in (install-arch-indep): Install autotype*. Run
4521 install-info on autotype and emacs-faq.info.
4522
45231999-12-04 Dave Love <fx@gnu.org>
4524
4525 * Makefile.in (install-arch-indep): Depend on `info'.
4526 (install-strip): Use `install' as sub-make target.
4527
45281999-11-23 Ken Raeburn <raeburn@gnu.org>
4529
4530 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
4531 didn't need to be deleted. Check for the k5crypto library as well
4532 as the crypto library; MIT Kerberos 1.1 changed the name.
4533
45341999-11-18 Dave Love <fx@gnu.org>
4535
4536 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
4537
45381999-11-11 Erik Naggum <erik@naggum.no>
4539
4540 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
4541
45421999-11-08 Dave Love <fx@gnu.org>
4543
4544 * configure.in: Fix change for --with-pop default.
4545
45461999-11-04 Dave Love <fx@gnu.org>
4547
4548 * configure.in: Default to --with-pop. Change sense of with-gcc
4549 and with-toolkit-scroll-bars messages to reflect the defaults.
4550
45511999-11-01 Gerd Moellmann <gerd@gnu.org>
4552
4553 * INSTALL: Mention the Emacs Lisp Reference.
4554
45551999-10-27 Noah Friedman <friedman@splode.com>
4556
4557 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
4558
45591999-10-23 Gerd Moellmann <gerd@gnu.org>
4560
4561 * Makefile.in (bootstrap): New target.
4562
45631999-10-19 Paul Eggert <eggert@twinsun.com>
4564
4565 Add support for large files. Merge glibc 2.1.2.
4566
4567 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
4568 (HAVE_TM_GMTOFF): New symbol.
4569 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
4570 mbrlen, strsignal.
4571 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
4572
45731999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4574
4575 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
4576 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
4577
45781999-10-09 Richard M. Stallman <rms@gnu.org>
4579
4580 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
4581 Unset CDPATH to prevent cd from generating output.
4582
45831999-10-08 Stefan Monnier <monnier@cs.yale.edu>
4584
4585 * update-subdirs: Also ignore CVS subdirs.
4586
45871999-10-07 Gerd Moellmann <gerd@gnu.org>
4588
4589 * Makefile.in (install-arch-indep): Add ada-mode.
4590
45911999-10-06 Dave Love <fx@gnu.org>
4592
4593 * Makefile.in: Add rules for config.status, configure.
4594
45951999-09-07 Gerd Moellmann <gerd@gnu.org>
4596
4597 * configure.in (--with-sound): Removed.
4598
45991999-08-30 Gerd Moellmann <gerd@gnu.org>
4600
4601 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
4602 the test for Xaw3d.
4603 (HAVE_TIFF): Add -lm to library check.
4604
46051999-08-28 Richard Stallman <rms@gnu.org>
4606
4607 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
4608 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
4609 after the other X-related libraries.
4610
46111999-08-21 Dave Love <fx@gnu.org>
4612
4613 * configure.in: Don't check for jpeglib.h.
4614
46151999-08-20 Gerd Moellmann <gerd@gnu.org>
4616
4617 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
4618 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
4619
46201999-08-18 Dave Love <fx@gnu.org>
4621
4622 * configure.in: Check for termcap.h.
4623
46241999-08-15 Gerd Moellmann <gerd@gnu.org>
4625
4626 * configure.in: Add --with-toolkit-scroll-bars. If "no",
4627 use Emacs' scroll bars, even if configured for Motif or when
4628 Xaw3d is available.
4629
46301999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4631
4632 * configure.in: Check for getaddrinfo.
4633
46341999-08-04 Eli Zaretskii <eliz@gnu.org>
4635
4636 * config.bat: Make --no-debug work again by removing -gcoff.
4637
46381999-07-30 Dave Love <fx@gnu.org>
4639
4640 * configure.in: Check for stdlib.h.
4641
46421999-07-19 Dave Love <fx@gnu.org>
4643
4644 * configure.in: Grok sparc64-*-linux-gnu*.
4645
46461999-07-12 Richard Stallman <rms@gnu.org>
4647
4648 * Version 20.4 released.
4649
46501999-06-23 Karl Heuer <kwzh@gnu.org>
4651
4652 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
4653 Quote $EMACS, in case it's a program with args.
4654
46551999-06-15 Gerd Moellmann <gerd@gnu.org>
4656
4657 * configure.in (HAVE_GIF): Use libungif instead of libgif
4658 because the former doesn't contain patented compression code.
4659
46601999-05-29 Richard M. Stallman <rms@gnu.org>
4661
4662 * configure.in: Delete the Kerberos stuff.
4663
46641999-05-27 Greg Hudson <ghudson@mit.edu>
4665
4666 * configure.in: Prefer kerberos 5 names.
4667
46681999-04-26 Richard M. Stallman <rms@gnu.org>
4669
4670 * configure.in: Check for libXp.
4671
46721999-04-08 Richard Stallman <rms@gnu.org>
4673
4674 * make-dist: Include change logs in subdirs of `lisp'.
4675
46761999-04-05 Richard Stallman <rms@gnu.org>
4677
4678 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
4679 (install-arch-indep): Make ${datadir}/emacs world-readable.
4680
46811999-03-30 Eli Zaretskii <eliz@gnu.org>
4682
4683 * config.bat: Use epaths.* instead of paths.*.
4684
46851999-03-07 Eli Zaretskii <eliz@gnu.org>
4686
4687 * INSTALL: Add detailed instructions to unpack and install
4688 intlfonts on MS-DOS.
4689
46901999-02-26 Richard Stallman <rms@gnu.org>
4691
4692 * configure.in: Use epaths.h and epaths-force instead of paths...
4693
4694 * Makefile.in (epaths-force): Renamed from paths-force;
4695 operate on epaths.in and produce epaths.h.
4696
46971999-02-24 Richard Stallman <rms@gnu.org>
4698
4699 * make-dist: Fix nt/icons directory handling.
4700
47011999-02-22 Simon Josefsson <jas@pdc.kth.se>
4702
4703 * configure.in (f301-fujitsu-uxpv4.1): New target.
4704
47051999-02-20 Richard Stallman <rms@gnu.org>
4706
4707 * make-dist (tempparent): Fix command to update info files.
4708
47091999-02-09 Richard Stallman <rms@gnu.org>
4710
4711 * configure.in (powerpc-apple-netbsd*): New alternative.
4712
47131999-01-25 Geoff Voelker <voelker@cs.washington.edu>
4714
4715 * make-dist: Include the new directory nt/icons in distributions.
4716
47171999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4718
4719 * configure.in: Change message about HAVE_XFREE386.
4720
47211999-01-07 Eli Zaretskii <eliz@gnu.org>
4722
4723 * config.bat: Support configuring with leim.
4724
47251998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
4726
4727 * configure.in (mips-sgi-irix6.5): New target.
4728
47291998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4730
4731 * configure.in: Remove GSS-API support, since it has been removed
4732 from movemail.
4733
47341998-12-04 Markus Rost <rost@delysid.gnu.org>
4735
4736 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4737
47381998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
4739
4740 * Makefile.in: Don't install customize info file.
4741 Run install-info on viper info file.
4742
47431998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
4744
4745 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4746
47471998-11-16 Kenichi Handa <handa@etl.go.jp>
4748
4749 * configure.in (*-*-bsdi4*): New target.
4750
47511998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
4752
4753 * configure.in: Fix previous change.
4754
47551998-11-11 Richard Stallman <rms@gnu.org>
4756
4757 * configure.in (aviion-intel): New machine.
4758
47591998-11-04 Kenichi Handa <handa@etl.go.jp>
4760
4761 * configure.in (mips-nec-sysv4*): New target.
4762
47631998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
4764
4765 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
4766 from lisp.
4767
47681998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
4769
4770 * make-dist: Don't include fns*.el in dist.
4771
47721998-10-30 Dave Love <fx@gnu.org>
4773
4774 * configure.in: Don't mkdir cpp.
4775
47761998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
4777
4778 * Makefile.in (install-arch-dep): Install src/fns-*.el in
4779 ${archlibdir}.
4780
47811998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4782
4783 * Version 20.3 released.
4784
47851998-07-30 Paul Eggert <eggert@twinsun.com>
4786
4787 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
4788 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
4789 (lwlib/Makefile, leim/Makefile):
4790 Prepend $(srcdir)/ to rule dependencies outside this dir.
4791
47921998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4793
4794 * configure.in: Use unset CDPATH instead of making it empty.
4795
47961998-06-20 Karl Heuer <kwzh@gnu.org>
4797
4798 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
4799
48001998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
4801
4802 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
4803 and default.el. Sort the results.
4804
48051998-05-31 Karl Heuer <kwzh@gnu.org>
4806
4807 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
4808 writable.
4809
48101998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
4811
4812 * Makefile.in (install-arch-indep):
4813 Don't alter site-lisp/subdirs.el if it exists.
4814
48151998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4816
4817 * Makefile.in (install-arch-indep): Put `-' on commands to create
4818 subdirs.el in site-lisp dirs.
4819
48201998-05-07 Richard Stallman <rms@psilocin.gnu.org>
4821
4822 * Makefile.in (install-arch-indep): Fix typo in previous change.
4823
48241998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4825
4826 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
4827
48281998-04-28 Richard Stallman <rms@psilocin.gnu.org>
4829
4830 * Makefile.in (mkdir): Create the site-lisp dirs.
4831 (install-arch-indep): Make site-lisp/subdirs files world-readable.
4832
48331998-04-26 Richard Stallman <rms@psilocin.gnu.org>
4834
4835 * Makefile.in (INSTALL_INFO): New variable.
4836 (install-arch-indep): Don't replace the dir file if it already exists.
4837 Use the install-info program, via INSTALL_INFO, to add entries.
4838 Make the `info' subdir and the Info files world-readable.
4839
48401998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
4841
4842 * config.bat: Make sure the environment is large enough to support
4843 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
4844
48451998-04-10 Karl Heuer <kwzh@gnu.org>
4846
4847 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
4848
48491998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4850
4851 * configure.in: Add --with-gssapi to specify GSS-API
4852 authentication support for movemail.
4853
48541998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
4855
4856 * Makefile.in (install-arch-indep): Fix previous change.
4857
48581998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4859
4860 * Makefile.in (info): Run man in build dir, not srcdir.
4861
48621998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
4863
4864 * Makefile.in (install-arch-indep): Fix previous change.
4865
48661998-03-23 Kenichi Handa <handa@etl.go.jp>
4867
4868 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
4869
48701998-03-22 Richard Stallman <rms@gnu.org>
4871
4872 * Makefile.in (install-arch-indep): Put special subdirs.el files
4873 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
4874
48751998-03-21 Richard Stallman <rms@psilocin.gnu.org>
4876
4877 * make-dist: Fix shell syntax in check for missing .el or .elc files.
4878
48791998-03-09 Richard Stallman <rms@psilocin.gnu.org>
4880
4881 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
4882 (m68*-hp-hpux*): Handle versions 1X like 10.
4883
48841998-03-07 Richard Stallman <rms@psilocin.gnu.org>
4885
4886 * make-dist: PROBLEMS is now in etc, not top level dir.
4887
4888 * Makefile.in (SOURCES): Delete PROBLEMS.
4889
48901998-02-25 Richard Stallman <rms@gnu.org>
4891
4892 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
4893
4894 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
4895
48961998-01-17 Richard Stallman <rms@gnu.org>
4897
4898 * Makefile.in (install-arch-indep): Add semicolon before `else'.
4899
49001998-01-02 Richard Stallman <rms@psilocin.gnu.org>
4901
4902 * make-dist (tempparent): New option --no-check.
4903
4904 * make-dist: Don't do anything with cpp directory.
4905
49061997-12-20 Richard Stallman <rms@psilocin.gnu.org>
4907
4908 * configure.in (sparc-fujitsu-sysv4*): New target.
4909
49101997-12-17 Andreas Schwab <schwab@gnu.org>
4911
4912 * configure.in: Cache more tests. Add missing quotes around
4913 message with embedded comma.
4914
49151997-12-04 Karl Heuer <kwzh@gnu.org>
4916
4917 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
4918
49191997-11-26 Joel N. Weber II <devnull@gnu.org>
4920
4921 * make-dist: Changed the comment about `umask 0' to say `Don't
4922 restrict access to any files.'; previously it said `Don't protect
4923 any files', which may have implied that we think fascism is good.
4924
49251997-11-24 Paul Eggert <eggert@twinsun.com>
4926
4927 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
4928 strftime needs the underlying host's strftime for locale dependent
4929 formats.
4930
49311997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
4932
4933 * configure.in (i586-dg-dguxR4.*): New name in case branch.
4934
49351997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4936
4937 * config.bat: Configure the man subdirectory.
4938
49391997-11-07 Paul Eggert <eggert@twinsun.com>
4940
4941 * configure.in (AC_CHECK_LIB): Add -lintl.
4942
49431997-11-07 Karl Heuer <kwzh@gnu.org>
4944
4945 * make-dist (check for .elc files): Avoid bash-specific syntax.
4946 (check for overflow 14-char limit): Simplify.
4947
49481997-11-07 Richard Stallman <rms@gnu.org>
4949
4950 * Makefile.in (install): Move blessmail last.
4951
49521997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4953
4954 * configure.in (gettimeofday, one arg or two):
4955 Clarify messages by avoiding double negative.
4956
49571997-09-30 Karl Eichwalder <ke@suse.de>
4958
4959 * Makefile.in (install-arch-indep): Install the widget info file.
4960
49611997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4962
4963 * configure.in (with-pop, with-kerberos): Need to check Kerberos
4964 libraries in reverse order, so that libraries will appear in the
4965 correct dependency order on the link line (and so that the
4966 configure checks themselves will work properly when early
4967 libraries depend on later ones).
4968
49691997-09-21 Erik Naggum <erik@naggum.no>
4970
4971 * make-dist (making links to `src'): Keep timestamp on copied files.
4972
4973 * make-delta: New script to produce delta distributions.
4974
49751997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4976
4977 * Version 20.2 released.
4978
49791997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4980
4981 * Version 20.1 released.
4982
4983 * Makefile.in (install-leim): Depend on mkdir.
4984 (leim): Depend on src.
4985
49861997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4987
4988 * configure.in: Recognize alpha* instead of just alpha.
4989
49901997-09-12 Paul Eggert <eggert@twinsun.com>
4991
4992 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
4993
49941997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4995
4996 * update-subdirs: Use rm -f.
4997
49981997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4999
5000 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
5001 Ignore subdirs named Old.
5002
50031997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
5004
5005 * configure.in: Add OpenBSD clause to set $machine.
5006
50071997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5008
5009 * make-dist: Recompile everything after updating various Lisp files.
5010 Recompile in leim as well as lisp.
5011 Check in leim as well as lisp for mismatched files and too-long names.
5012
50131997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5014
5015 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
5016
50171997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5018
5019 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
5020 before trying to copy anything from it.
5021
50221997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5023
5024 * Makefile.in (man/Makefile): New target.
5025 (tags): Define env var EMACS and run Makefile from build dir.
5026
50271997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
5028
5029 * config.bat: If src/_gdbinit doesn't exist, try using
5030 src/.gdbinit to create it (for building on Windows 95).
5031
50321997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5033
5034 * Makefile.in (install-arch-indep):
5035 Discard extra data in tar | tar pipes.
5036
50371997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
5038
5039 * configure.in (x_default_search_path): Corrected
5040 '${x_library}' to '${x_library}/X11'.
5041
50421997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5043
5044 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
5045
50461997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5047
5048 * configure.in: Support auto-configuration of both Kerberos V4 and
5049 Kerberos V5 for movemail, including detection of V4 and V5 header
5050 files and libraries.
5051
50521997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
5053
5054 * configure.in: Compute x_default_search_path
5055 and substitute into makefiles.
5056
5057 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
5058
50591997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5060
5061 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
5062
50631997-08-07 Erik Naggum <erik@naggum.no>
5064
5065 * configure.in: Remove lockdir, it is no longer needed.
5066 * Makefile.in (mkdir): Don't create lockdir.
5067 (lockdir): Variable deleted.
5068 (paths-force): Don't operate on PATH_LOCK.
5069
50701997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5071
5072 * leim-Makefile.in (clean, distclean): New targets.
5073
5074 * make-dist: Include leim/ChangeLog in leim distribution.
5075
50761997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5077
5078 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
5079
50801997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5081
5082 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
5083
50841997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5085
5086 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
5087
50881997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5089
5090 * make-dist: Update leim/leim-list.el.
5091 Pass along value of $EMACS when updating lisp dir.
5092
50931997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5094
5095 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
5096 prerequisite to the use of Doug Lea's malloc.
5097
50981997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5099
5100 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
5101
5102 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
5103
51041997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5105
5106 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
5107
51081997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5109
5110 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
5111 to news-r6.h.
5112
51131997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * config.bat: Use `sed' instead of `cp', which might not be
5116 installed.
5117
51181997-07-09 Kenichi Handa <handa@etl.go.jp>
5119
5120 * Makefile.in (mostlyclean): Add cleaning leim directory.
5121 (clean, distclean, maintainer-clean): Likewise.
5122
51231997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5124
5125 * make-dist (bogosities): Check subdirs of `lisp' also.
5126
51271997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5128
5129 * make-dist (etc): Really avoid symlinks now.
5130 (lisp): Don't delete from subdirs the things we never copy.
5131
51321997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5133
5134 * Makefile.in (install-arch-indep): Correct the target name.
5135 The first letter `i' was dropped by the previous change of mine.
5136
51371997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5138
5139 * configure.in (leim/Makefile): Generate this.
5140 (*-sysv4.2uw*): Recognize new alternative.
5141
5142 * leim-Makefile.in: Renamed from leim-Makefile.
5143
5144 * make-dist: Set up real-leim subdirectory,
5145 with the real contents of leim; then move it to
5146 a separate top-level directory.
5147
5148 * make-dist: Don't mention site-lisp, site-init, site-start
5149 or default, when listing files hat are not compiled and should be.
5150
5151 * configure.in: Create src/config.stamp at the end.
5152
51531997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5154
5155 * Makefile.in (install-leim): Correct previous change.
5156
51571997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5158
5159 * Makefile.in (install-leim): New target.
5160 (install): Depend on install-leim.
5161
51621997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5163
5164 * Makefile.in (SUBDIR): Add leim.
5165 (SUBDIR_MAKEFILES): Add leim/Makefile.
5166 (leim/Makefile): New target.
5167
51681997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5169
5170 * leim-Makefile: New file.
5171 * make-dist: Initialize a `leim' subdirectory with that makefile.
5172
51731997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5174
5175 * configure.in (GNU_MALLOC_reason): Fix message text.
5176
51771997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5178
5179 * make-dist (lisp): Don't process subdirs that start with =.
5180 (etc): Copy symlinks, as in src.
5181
51821997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5183
5184 * configure.in (i*86-*-unixware*): New alternative.
5185
51861997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5187
5188 * Makefile.in (src/config.stamp): Target renamed from src/config.h
5189 and touch it explicitly.
5190
5191 * configure.in (mips-sony-newsos6*): New alternative.
5192 (mips-*-linux-gnu*): New alternative.
5193 (*-*-bsdi*): New alternative.
5194 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
5195
51961997-06-22 Dave Love <d.love@dl.ac.uk>
5197
5198 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
5199 (src/config.h): New target to re-configure if src/config.in is patched.
5200
52011997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5202
5203 * configure.in (shutdown): Check for `shutdown' function.
5204
52051997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5206
5207 * update-subdirs: Include the directory "language" in subdirs.
5208
52091997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5210
5211 * configure.in (m88k-dg-dgux4*): New alternative.
5212 (alpha-*-netbsd*): New alternative.
5213 (powerpcle-*-solaris2*): New alternative.
5214
52151997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5216
5217 * make-dist: Warn about .el files that are not compiled.
5218
52191997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5220
5221 * Makefile.in (dist): Don't run update-subdirs here,
5222 since make-dist now gets that done.
5223
5224 * make-dist: Use the new `updates' target in lisp/Makefile.
5225
5226 * make-dist: Use new non-file targets in lisp/Makefile.
5227
52281997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5229
5230 * make-dist: Handle all subdirs of `lisp' uniformly.
5231 Don't handle `term' and `language' specially.
5232 Clear out umask at the beginning.
5233
52341997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5235
5236 * make-dist: Use Make to update finder-inf.el and autoloads.
5237 Also update cus-load.el.
5238
52391997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5240
5241 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
5242 in case it is desirable to disable the GNU malloc features with glibc.
5243
52441997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5245
5246 * configure.in (DOUG_LEA_MALLOC):
5247 Define if malloc_{get,set}_state exist.
5248
52491997-03-05 Kenichi Handa <handa@etl.go.jp>
5250
5251 * make-dist: Make links for files under lisp/language.
5252
52531997-02-20 Kenichi Handa <handa@etl.go.jp>
5254
5255 * update-subdirs: Exclude the directory "language" from subdirs.
5256
52571997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5258
5259 * configure.in: Check for rint and cbrt.
5260
52611997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5262
5263 * make-dist: Use $EMACS to say where to run Emacs.
5264 Add --no-update option.
5265
52661996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5267
5268 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
5269
52701996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5271
5272 * make-dist (copying src): Check thoroughly for symlinks
5273 and copy them in all cases. Regularize the linking of *.in
5274 and *.opt and ChangeLog files.
5275 (copying lib-src): Likewise.
5276 Don't rm getdate.c or y.tab.*--they don't exist any more.
5277
52781996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5279
5280 * configure.in: Check for libmail, maillock.h and
5281 touchlock (for movemail).
5282
52831996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5284
5285 * configure.in (limits.h): Check for this file.
5286
52871996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5288
5289 * configure.in (rs6000-ibm-aix4.2): New alternative.
5290 (rs6000-ibm-aix4.0): New alternative.
5291 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
5292
52931996-11-22 Ben Harris <bjh21@cam.ac.uk>
5294
5295 * configure.in: Recognize vax-*-netbsd*.
5296
52971996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5298
5299 * configure.in (locallisppath): Add leim directory.
5300
53011996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5302
5303 * config.bat: Make sure `mv' supports forward slashes and -f.
5304
53051996-10-28 Christian Limpach <chris@nice.ch>
5306
5307 * configure.in (hppa*-next-nextstep*): * added after hppa
5308 to accept hppa1.0 and hppa1.1.
5309
53101996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
5311
5312 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
5313 * configure.in (ld_switch_machine): Fix typo.
5314
53151996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5316
5317 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
5318 from config.h and use them in $ac_link.
5319
53201996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
5321
5322 * configure.in: Create a subdir named `lisp'.
5323
53241996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5325
5326 * configure.in: Check for getcwd.
5327
53281996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5329
5330 * configure.in: Check for termios.h. Check for setpgid.
5331
53321996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5333
5334 * configure.in: Check for setrlimit.
5335
53361996-08-31 Paul Eggert <eggert@twinsun.com>
5337
5338 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
5339
53401996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5341
5342 * configure.in: Check for utimes.
5343
5344 * configure.in: Check for com_err library, but only
5345 if --with-kerberos was used. Check for krb and des
5346 only if --with-kerberos.
5347
53481996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5349
5350 * Makefile.in (INSTALL_STRIP): New variable.
5351 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
5352 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
5353
53541996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5355
5356 * configure.in: Check for krb and des libraries.
5357
53581996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5359
5360 * configure.in (*-sunos4.1.[3-9]*noshare):
5361 Use sunos413, not sunos4-1-3.
5362 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
5363 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
5364
53651996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5366
5367 * Makefile.in (src/paths.h): Target deleted.
5368 (paths-force): Delete all dependencies on this target
5369 but don't delete the target.
5370 (install): Depend on `all'.
5371 (paths-force): Don't print a message.
5372
5373 * configure.in: Generate src/paths.h here.
5374
53751996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5376
5377 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5378 New variables that affect linking only.
5379 (alpha-dec-osf*): Use those instead of previous change.
5380
53811996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5382
5383 * Makefile.in (install-arch-indep): Install info/messages.
5384
53851996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5386
5387 * Version 19.33 released.
5388
53891996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5390
5391 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5392 Fix previous change.
5393
53941996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5395
5396 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5397 New alternative.
5398
53991996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5400
5401 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5402 and NON_GCC_TEST_OPTIONS.
5403
54041996-08-06 Paul Eggert <eggert@twinsun.com>
5405
5406 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5407 "TZ=..." in environ.
5408
54091996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5410
5411 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5412
54131996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5414
5415 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5416 the more general *-sunos4.1.[3-9]* clause.
5417
54181996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5419
5420 * Version 19.32 released.
5421
5422 * configure.in (*-sco3.2v5*):
5423 Set OVERRIDE_CPPFLAG to a string of one space.
5424 Fix the code that uses OVERRIDE_CPPFLAG.
5425
54261996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5427
5428 * configure.in: Undo previous change.
5429
54301996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5431
5432 * config.sub: Use `pc', not `unknown', when canonicalizing
5433 the vendor for ...86.
5434
54351996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5436
5437 * configure.in: Check for termios.h header.
5438
54391996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5440
5441 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5442
54431996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5444
5445 * configure.in: Split bsdos2 and bsdos2-1.
5446
54471996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5448
5449 * config.sub: If last two words are not a recognized
5450 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5451 Make conversion of gnu/linux to linux-gnu really work.
5452
5453 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5454
54551996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5456
5457 * configure.in (check for using Lucid widgets by default):
5458 Eliminate indentation that confuses some compilers.
5459
54601996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5461
5462 * config.sub: Convert linux and gnu/linux to linux-gnu.
5463
5464 * make-dist: Don't update getdate.c.
5465 Ignore =... files when checking for too-long Lisp file names.
5466
54671996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5468
5469 * configure.in (euidaccess): Check for that, not for eaccess.
5470
54711996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5472
5473 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5474 before `noshare'.
5475 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5476
54771996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5478
5479 * configure.in: Rename lignux to linux-gnu in configuration names.
5480 Use gnu-linux as the opsys value (s/ file name).
5481 Allow i686 just like i386, i486, i586.
5482
54831996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5484
5485 * configure.in (i*86-*-sco3.2v5): New alternative.
5486 (OVERRIDE_CPPFLAG): New variable.
5487 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5488
5489 * configure.in: Specify vpath for .texi files.
5490
54911996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5492
5493 * configure.in: Always check for HAVE_X11R5.
5494 Separately decide whether to use a toolkit by default.
5495
54961996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
5497
5498 * configure.in: If X11R5 is missing the Xaw headers,
5499 default to --with-x-toolkit=no.
5500
55011996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5502
5503 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
5504
55051996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5506
5507 * Makefile.in (install-arch-indep): If cd etc makes output,
5508 don't treat that as part of the tar data.
5509 Check that ./lisp actually exists.
5510
55111996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
5512
5513 * make-dist: Check for long file names.
5514
55151996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5516
5517 * Version 19.31 released.
5518
55191996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5520
5521 * configure.in: Recognize sparc-*-lignux.
5522
55231996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5524
5525 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
5526 Don't include config.w95.
5527
55281996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5529
5530 * make-dist: Replace --no-clean-up and --no-tar options
5531 with --clean-up and --tar, so that the default is useful.
5532
55331996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5534
5535 * config.bat: Make sure the GDB init file is called src/_gdbinit;
5536 if not, tell the user to rename it and abort.
5537
55381996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5539
5540 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
5541 test program.
5542
55431996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5544
5545 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
5546
5547 * make-dist (MANIFEST): Fix previous change.
5548 (msdos): Put mainmake.v2 into the dist.
5549
55501996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5551
5552 * make-dist: Exit if autoconf fails.
5553
55541996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
5555
5556 * config.bat: Set djgpp-ver, and unset it at the end.
5557 Add a number of conditionals for DJGPP version 2.
5558 Rename label libsrc2 to libsrc3.
5559 Substitute for LDFLAGS in src/Makefile.
5560 Substitute for ALL_CFLAGS in lib-src/Makefile.
5561
55621996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5563
5564 * configure.in (ncurses): Check this after checking fns like strerror.
5565
55661996-04-08 Erik Naggum <erik@naggum.no>
5567
5568 * make-dist (MANIFEST): Don't include lines from =files.
5569
55701996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5571
5572 * make-dist: Don't put lisp/dired.todo in the dist.
5573
55741996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
5575
5576 * configure.in (HAVE_NCURSES): Look for library named ncurses.
5577
5578 * configure.in (setlocale): Check for it.
5579
5580 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
5581
55821996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5583
5584 * configure.in: Use lignux instead of linux as value of opsys.
5585
55861996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5587
5588 * Makefile.in (install-strip): Fix whitespace.
5589 Get rid of continuation.
5590
5591 * config.sub: Convert linux or gnu/linux to lignux.
5592
55931996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5594
5595 * configure.in: Accept lignux in configuration name.
5596
55971996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5598
5599 * Makefile.in (install-strip): New target.
5600
56011996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5602
5603 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
5604 -f failed to do the job on Suns.
5605
56061996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5607
5608 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
5609
5610 * configure.in (linux/version.h): Check for this header.
5611
56121996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5613
5614 * configure.in: Remove -fno-builtin hackery from -lm check.
5615
56161996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5617
5618 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
5619 just this test.
5620
5621 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
5622
56231996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5624
5625 * configure.in: Check for ncurses.
5626
56271996-02-28 Paul Eggert <eggert@twinsun.com>
5628
5629 * configure.in (LOCALTIME_CACHE):
5630 Also define if localtime mishandles unsetting TZ.
5631 This works around a localtime bug in mips-dec-ultrix.
5632
56331996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5634
5635 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
5636
5637 * configure.in: Improve messages about X versions.
5638
56391996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5640
5641 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
5642
56431996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5644
5645 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
5646 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
5647
5648 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
5649 (install): Put install-arch-indep before install-arch-dep.
5650
56511996-02-20 Dave Love <d.love@dl.ac.uk>
5652
5653 * INSTALL: Clarify info about MS-DOS path handling.
5654
56551996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5656
5657 * Makefile.in (install-arch-indep): Install info/ccmode*.
5658 In previous change, protect against /bin/pwd returning null string.
5659
56601996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5661
5662 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
5663 to lispdir.
5664
56651996-02-01 Paul Eggert <eggert@twinsun.com>
5666
5667 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
5668
56691996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5670
5671 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
5672
56731996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5674
5675 * Makefile.in (extraclean): Use ${top_distclean} to ensure
5676 we delete everything distclean deletes.
5677
56781996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
5679
5680 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
5681
56821996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5683
5684 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
5685 into LDFLAGS instead of into LIBS.
5686
56871996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5688
5689 * configure.in (HAVE_XMU): Fix typo in previous change.
5690
56911996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5692
5693 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
5694
56951996-01-10 Erik Naggum <erik@naggum.no>
5696
5697 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
5698
56991996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5700
5701 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
5702
57031996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5704
5705 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
5706 and use -lXt to link it.
5707
57081996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5709
5710 * configure.in (locallisppath): Put version-specific dir first.
5711
57121996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5713
5714 * configure.in (hppa-*-nextstep*): New alternative.
5715 (USE_X_TOOLKIT): By default, set this to "maybe";
5716 and change that later to LUCID or "no" according to X11 version.
5717
5718 * make-dist: Recompile outdated .elc files and update all autoloads.
5719
57201996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5721
5722 * configure.in (locallisppath): Fix typo in last change: " -> '.
5723
57241996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5725
5726 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
5727
57281995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5729
5730 * Makefile.in (install-arch-indep): Give all files read permission.
5731
57321995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5733
5734 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
5735 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
5736
57371995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5738
5739 * configure.in: Determine HAVE_X11R6.
5740 (HAVE_MENUS): Renamed from HAVE_X_MENU.
5741
57421995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5743
5744 * configure.in: Just "solaris" now defaults to version 2.4.
5745 Add sunos4.1.n-noshare as alternative.
5746
57471995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5748
5749 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
5750
57511995-11-29 Erik Naggum <erik@naggum.no>
5752
5753 * Makefile.in (install-arch-indep): Add missing backslash.
5754
57551995-11-29 Karl Eichwalder <ke@ke.Central.DE>
5756
5757 * Makefile.in (install-arch-indep): Don't install
5758 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
5759
57601995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5761
5762 * Makefile.in (install-arch-indep): Fix previous change.
5763
5764 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
5765
57661995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5767
5768 * Version 19.30 released.
5769
5770 * make-dist (lisp): Exclude subdirs.el.
5771
57721995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5773
5774 * make-dist (etc): Delete *.orig and *.rej.
5775
57761995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5777
5778 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
5779
57801995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5781
5782 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
5783
57841995-11-14 Geoff Voelker <voelker@cs.washington.edu>
5785
5786 * make-dist (nt): Rename install, readme, and todo to
5787 INSTALL, README, and TODO.
5788
57891995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5790
5791 * make-dist (lisp): Don't distribute site-start.
5792
57931995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
5794
5795 * make-dist: Break the hard link on alloca.c.
5796
57971995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5798
5799 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
5800
58011995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5802
5803 * make-dist (src, lib-src): Don't distribute Makefile.c.
5804 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
5805
58061995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5807
5808 * Makefile.in (mkdir): Create man1dir, not mandir.
5809 (uninstall): Use man1dir, not mandir.
5810
58111995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5812
5813 * Makefile.in (man1dir): New variable.
5814 (install-arch-indep): Use man1dir.
5815
5816 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
5817
5818 * make-dist: Create lisp/MANIFEST.
5819
58201995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5821
5822 * configure.in (m68k-*-linux*): New alternative.
5823
58241995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5825
5826 * make-dist: Use new names config.in, paths.in, and
5827 {src,lib-src}/Makefile.in.
5828
58291995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5830
5831 * configure.in: Don't bother checking for drem.
5832
58331995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5834
5835 * Makefile.in (distclean): Delete line with just a tab in it.
5836 (install-arch-indep): Delete spaces that precede tabs.
5837 Delete spurious `fi' left from previous change.
5838 (install): Supply `true' as command, to avoid null command.
5839
58401995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5841
5842 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
5843
58441995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5845
5846 * configure.in (powerpc-*-solaris2): New alternative.x
5847
58481995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
5849
5850 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
5851 of paths.h.tmp$$, to avoid going beyond 14 characters.
5852
58531995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5854
5855 * configure.in: Improve error msg for invalid --with-x-toolkit value.
5856
58571995-09-06 Paul Eggert <eggert@twinsun.com>
5858
5859 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
5860 if localtime caches TZ. Check for tzset.
5861
58621995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5863
5864 * config.bat: Simplify using new names file names src/makefile.in,
5865 config.in, paths.in. Change Echo commands not to use `.
5866
58671995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5868
5869 * Makefile.in (install-arch-indep): Always install the new dir file;
5870 rename the previous dir file to dir.bak or dir.old.
5871
58721995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5873
5874 * configure.in (RANLIB): Substitute this into makefiles.
5875 Set it specially on solaris; set it by default on other systems.
5876
5877 * configure.in: Fix previous Alpha change.
5878
58791995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5880
5881 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
5882 NON_GCC_TEST_OPTIONS.
5883
58841995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5885
5886 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
5887 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
5888
5889 * configure.in (alpha-*-linux*): New configuration.
5890
58911995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5892
5893 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
5894 (m68k-next-nextstep*): New alias for that.
5895 (i*86-*-nextstep*): Use nextstep.h.
5896 (sparc-*-nextstep*): New configuration.
5897
58981995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5899
5900 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
5901 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
5902
59031995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5904
5905 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
5906 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
5907
59081995-07-18 Mike Long <mike.long@analog.com>
5909
5910 * make-dist: Fix update of finder-inf.el, and byte-compile it.
5911
59121995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5913
5914 * Makefile.in (src/paths.h, paths-force):
5915 Rename src/paths.h.in to src/paths.in.
5916 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
5917
5918 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
5919 Use Makefile.c for intermediate file.
5920 Rename src/config.h.in to src/config.in.
5921
59221995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
5923
5924 * configure.in (mips-dec-ultrix*): Assume version 4.3.
5925 (mips-dec-ultrix4.[12]): New alternative for old versions.
5926
59271995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5928
5929 * make-dist: Don't break intra-tree links.
5930
59311995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5932
5933 * configure.in: Put back archlibdir initialization. Require
5934 autoconf 2.4.1 or later.
5935
59361995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5937
5938 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
5939 (mips-mips-riscos5*): New alternative.
5940
59411995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5942
5943 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
5944
59451995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5946
5947 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
5948 (mandir, infodir, archlibdir): Initializations deleted.
5949
5950 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
5951 On hpux9shr, use hpux9shxr4.h.
5952
59531995-06-24 Morten Welinder <terra+@cs.cmu.edu>
5954
5955 * configure.in: Added target mips-dec-mach_bsd4.3.
5956 * config.guess: Guess mips-dec-mach_bsd4.3.
5957
59581995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5959
5960 * Makefile.in (mkdir): Use symbolic chmod.
5961
59621995-06-22 Paul Eggert <eggert@twinsun.com>
5963
5964 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
5965 SunOS 4.1.5 through 4.1.9, should they ever exist.)
5966
59671995-06-22 Paul Eggert <eggert@twinsun.com>
5968
5969 * Makefile.in (SUBDIR_MAKEFILES):
5970 Add man/Makefile, so `make distclean' removes it.
5971 (top_distclean): Add config.log to the list of files to be removed.
5972
59731995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5974
5975 * Version 19.29 released.
5976
59771995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5978
5979 * configure.in: Fix the previous change to verify that the -b
5980 option really solves the problem.
5981
5982 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
5983
59841995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5985
5986 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
5987
59881995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5989
5990 * configure.in: Report more clearly when there is no special
5991 dir to search for X includes or libraries.
5992
59931995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5994
5995 * configure.in: Check for -lpthreads, not -lpthread.
5996
59971995-06-09 Geoff Voelker <voelker@cs.washington.edu>
5998
5999 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
6000
60011995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6002
6003 * configure.in: Check for -lpthread.
6004
60051995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6006
6007 * Makefile.in (install-arch-indep): Install info files for mh-e.
6008 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
6009
60101995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6011
6012 * configure.in (*-solaris2.5): New configuration.
6013
6014 * make-dist: Copy new files config.nt and config.w95.
6015
60161995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6017
6018 * configure.in: Use x_includes, not x_libraries, for -I.
6019 Make bitmapdir a colon-separated list.
6020
60211995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
6022
6023 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
6024
6025 * configure.in: Allow x_libraries and x_includes to be paths.
6026
60271995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6028
6029 * configure.in: Fix typo.
6030
60311995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6032
6033 * INSTALL: Clarify use of site-init.el.
6034
60351995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
6036
6037 * configure.in: Pass arg to sqrt.
6038
60391995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6040
6041 * make-dist: Fix May 6 change.
6042
60431995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6044
6045 * vpath.sed: Delete reference to ymakefile.
6046
60471995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6048
6049 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
6050
60511995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6052
6053 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
6054
6055 * update-subdirs: Specify /bin/sh to run the script.
6056
60571995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6058
6059 * make-dist: Put src/makefile.nt in dist.
6060
6061 * configure.in (i[345]86-*-bsdi2*): New configuration.
6062 (vax-dec-bsd386*): Deleted.
6063
60641995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6065
6066 * configure.in: Make sure CDPATH doesn't mess up PWD check.
6067 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
6068 Use fmod instead of logb in -lm check.
6069
60701995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6071
6072 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
6073 Use bsd4-3. Don't set NON_GNU_CPP.
6074
6075 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
6076 In nt, copy various different things, but not *.cmd.
6077 Fix the ln commands for the subdirs of nt.
6078
60791995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6080
6081 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
6082
60831995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6084
6085 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
6086 since that's what the header file expects.
6087
60881995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
6089
6090 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
6091 and 68040 based machines when choosing options for gnucc.
6092
60931995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6094
6095 * Makefile.in (top_distclean): Delete config.cache.
6096
60971995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6098
6099 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
6100
6101 * configure.in: Use m/ncr386.h.
6102
61031995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6104
6105 * Makefile.in (install-arch-indep): Undo Sep 23 change.
6106
61071995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6108
6109 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
6110 (man): Don't copy texindex.c and getopt.c; they're deleted.
6111 (etc): Omit `e'; it's a subdirectory.
6112 (etc/e): Use `../..', not `..', to reference top level.
6113
61141995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
6115
6116 * Makefile.in (install-arch-indep, dist):
6117 Look for `update-subdir' in $(srcdir).
6118
61191995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6120
6121 * make-dist: Include mkinstalldirs in distribution.
6122
61231995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6124
6125 * make-dist: Add missing close backquote.
6126
61271995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6128
6129 * make-dist: Don't distribute shortnames directory.
6130
61311995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6132
6133 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
6134
61351995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6136
6137 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
6138
61391995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6140
6141 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
6142
61431995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6144
6145 * configure.in (mips-sgi-irix6): New configuration.
6146
61471995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6148
6149 * Makefile.in (maintainer-clean): Renamed from realclean.
6150
61511995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6152
6153 * configure.in: Create a .gdbinit that sources the real one,
6154 if using a different build directory.
6155
61561995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6157
6158 * configure.in: Check for sys/select.h.
6159
61601995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6161
6162 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
6163
61641994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6165
6166 * configure.in: Handle isc 4.1 operating system.
6167
61681994-12-10 Richard Stallman <rms@kepa>
6169
6170 * configure.in (rs6000-ibm-aix4.1*): New alternative.
6171 (rs6000-ibm-aix4*): New alternative.
6172
61731994-12-06 Richard Stallman <rms@kepa>
6174
6175 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
6176
61771994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6178
6179 * configure.in: Don't try to make directories that are guaranteed
6180 to already exist.
6181
61821994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6183
6184 * configure.in: Generate man/Makefile from man/Makefile.in.
6185 Create the man subdir.
6186
6187 * Makefile.in (dvi): Run Make in our man subdir.
6188
6189 * make-dist: Create subdir etc/e.
6190 Make links to it.
6191 Put man/Makefile.in in dist, instead of man/Makefile.
6192
61931994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
6194
6195 * configure.in: Add --with-pop, --with-kerberos, and
6196 --with-hesiod for movemail.
6197
61981994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6199
6200 * configure.in (m68*-apollo*): Use s/domain.h.
6201
62021994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6203
6204 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
6205
62061994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6207
6208 * configure.in: Don't add -I, -L, -R options for cc if their
6209 arguments would be empty.
6210
62111994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6212
6213 * configure.in (i860-intel-osf1*): New alternative.
6214 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
6215 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
6216
62171994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6218
6219 * configure.in: Make h_errno check not use nested functions.
6220
62211994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6222
6223 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
6224
62251994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6226
6227 * Makefile.in (install-arch-indep): Avoid continued comment
6228 swallowing target line.
6229
62301994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
6231
6232 * configure.in: Protect a character class with `changequote'.
6233
62341994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6235
6236 * configure.in: Accept `news' as a synonym for `newsos'.
6237
62381994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6239
6240 * Makefile.in: Don't rm files if cd fails.
6241
62421994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6243
6244 * make-dist: Put nt subdir and its subdirs in the dist.
6245 (lib-src): Put makefile.nt in the dist.
6246 (lisp): Put makefile.nt in the dist.
6247
62481994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6249
6250 * configure.in: Change a stray `[' to `test'.
6251
62521994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6253
6254 * configure.in: Adapt for Autoconf v2. Use the standard argument
6255 parser, host type canonicalizer, X11 finder, and message
6256 printing macros. Use the new macro names. Use `test' instead of `['.
6257
62581994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6259
6260 * configure.in: Check for getpagesize.
6261
62621994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6263
6264 * make-dist (msdos): Put sed* in the distribution.
6265
62661994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
6267
6268 * config.bat: New option, `--with-x', for configuring Emacs
6269 for use with the X11 system DesqView/X.
6270 New option, `--no-debug', for compiling Emacs without debug
6271 information thus saving disk space.
6272 (src/config.h, src/paths.h): Use `update' (which is like
6273 `move-if-changed') to change the file.
6274 (src/config.h): When configuring for X11 perform extra changes.
6275 (src/makefile): When configuring for X11 perform extra changes.
6276 (lib-src): Remove temporary files.
6277 (): Check that `sed', `rm', `mv', and `gcc' are available.
6278
62791994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6280
6281 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
6282
6283 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
6284
62851994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6286
6287 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
6288
6289 * configure.in (canonical): Substitute var into makefiles.
6290 (bitmapdir): Likewise.
6291
6292 * Makefile.in (bitmapdir): New variable.
6293 (src/paths.h, paths-force): Edit PATH_BITMAPS.
6294
62951994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6296
6297 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
6298
6299 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
6300 * update-subdirs: New shell script.
6301
63021994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6303
6304 * Makefile.in (top_distclean): Don't rm build-install.
6305 (SOURCES): Delete build-install.in.
6306
6307 * make-dist: Don't distribute build-ins.in.
6308 * build-ins.in: File deleted.
6309
63101994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6311
6312 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
6313
63141994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6315
6316 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
6317
6318 * configure.in (libexecdir): Renamed from libdir. New default.
6319 (sharedstatedir): Renamed from statedir. New default.
6320 (datadir): New default.
6321
6322 * make-dist: Don't distribute subdirs.el.
6323
63241994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6325
6326 * configure.in (eaccess): Check for it.
6327
63281994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6329
6330 * configure.in (mktime): Check for it.
6331
63321994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
6333
6334 * configure.in (motif): Add support for usage and option checking.
6335
63361994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6337
6338 * configure.in (utimes): Check for it.
6339
63401994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6341
6342 * Makefile.in (install-arch-indep): Don't do mkdir here.
6343
63441994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6345
6346 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6347 riscix.h renamed to acorn.h.
6348
63491994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
6350
6351 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6352 New configurations.
6353
63541994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6355
6356 * configure.in: Remove trailing slashes from srcdir.
6357
63581994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6359
6360 * configure.in (i[345]86-sequent-ptx*): Handle
6361
63621994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6363
6364 * Makefile.in (paths-force): Depend on src/paths.h
6365
63661994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6367
6368 * configure.in (config_options): Save all arguments, not just some.
6369
63701994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6371
6372 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
6373
6374 * configure.in: Add AC_AIX.
6375 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6376
63771994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6378
6379 * configure.in (parsing options): Simplify sed command to delete -'s.
6380
63811994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6382
6383 * configure.in (config_options): New shell variable.
6384 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6385
63861994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6387
6388 * configure.in (alpha-dec-osf*): New target.
6389
6390 * Makefile.in: Use just one FRC target.
6391
63921994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6393
6394 * Makefile.in (removenullpaths, paths-force):
6395 Use name paths.h.tmp$$, which depends on the pid.
6396
63971994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6398
6399 * Makefile.in (removenullpaths, paths-force):
6400 Put paths.h.tmp in top-level dir, not in src.
6401
64021994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6403
6404 * Version 19.27 released.
6405
64061994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6407
6408 * Version 19.26 released.
6409
64101994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6411
6412 * configure.in: Check for lrand48, not rand48.
6413
64141994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6415
6416 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6417 (powerpc-ibm-aix*): New aliases.
6418
64191994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6420
6421 * make-dist (src/m, src/s): Put *.inp in distribution.
6422
64231994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6424
6425 * configure.in: Accept i586 and i486 along with i386.
6426
64271994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6428
6429 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6430 even if CPP env var was set by the user.
6431
6432 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6433
64341994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6435
6436 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6437
64381994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6439
6440 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6441
64421994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6443
6444 * configure.in: Check more specifically for i*86-sun-sunos.
6445
64461994-08-03 Caveh Jalali (caveh@eng.sun.com)
6447
6448 * configure.in: Handle solaris 2.4.
6449
64501994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6451
6452 * configure.in (rand48): Check for it.
6453
64541994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6455
6456 * make-dist: Update the info files.
6457
64581994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6459
6460 * configure.in: Make "checking..." messages' style consistent.
6461 (HAVE_H_ERRNO): New test.
6462
64631994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6464
6465 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6466
64671994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6468
6469 * configure.in (CFLAGS): If the envvar was specified, use that.
6470 And set REAL_CFLAGS from it too.
6471
64721994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6473
6474 * make-dist: Update finder-inf.el.
6475
64761994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6477
6478 * make-dist (msdos): Include sed4.inp in dist.
6479
6480 * Makefile.in (libsrc_libs): Var deleted.
6481
64821994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6483
6484 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6485
64861994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6487
6488 * configure.in (mips-sony-newsos4*): New alias.
6489
64901994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6491
6492 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
6493 (*-convex-convexos*): Accept this as alias.
6494
64951994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6496
6497 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
6498 for two different uses.
6499
65001994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6501
6502 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
6503
65041994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6505
6506 * make-dist: Put ./BUGS into the distrib.
6507
65081994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6509
6510 * configure.in: Handle 386 running Solaris 2.
6511
65121994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6513
6514 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
6515
65161994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6517
6518 * configure.in (mips-sony-newsos*): Use news-risc.h.
6519
6520 * configure.in: Accept bsdi as opsys, like bsd386.
6521
65221994-06-01 Morten Welinder (terra@diku.dk)
6523
6524 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
6525
65261994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6527
6528 * Version 19.25 released.
6529
6530 * make-dist (shortversion): Don't assume another period follows.
6531
65321994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6533
6534 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
6535 (uninstall): Use /bin/pwd.
6536
6537 * Makefile.in (blessmail): Depend on src.
6538 (all): Don't depend on blessmail.
6539
6540 * Makefile.in (src/paths.h): Don't force recomputation.
6541 (paths-force): New target; force recomputation of paths.h.
6542 (all): Depend on paths-force.
6543 (src, lib-src): Depend on src/paths.h.
6544
6545 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
6546 NON_GCC_TEST_OPTIONS.
6547
65481994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6549
6550 * configure.in: Don't insist on subversions for irix.
6551
65521994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6553
6554 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
6555
6556 * configure.in (i[34]86-next-*): New alternative.
6557
65581994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6559
6560 * Version 19.24 released.
6561
6562 * configure.in: New config hppa*-hp-hpux9shr*.
6563
65641994-05-22 Morten Welinder (terra@tyr.diku.dk)
6565
6566 * config.bat: Doc fix.
6567
65681994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6569
6570 * Makefile.in (mostlyclean, clean, distclean, realclean)
6571 (extraclean): Don't act on man subdir if it doesn't exist.
6572
65731994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6574
6575 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
6576 Use them to set up CC.
6577 (*-sun-sunos4.1.3): Set them.
6578
65791994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6580
6581 * Makefile.in (lib-src): Don't depend on src/paths.h.
6582
65831994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6584
6585 * build-ins.in (copydests): Get rid of spurious `-'s.
6586
6587 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
6588
65891994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6590
6591 * Version 19.23 released.
6592
6593 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
6594 for the Xlib and Xt checks; then restore old CFLAGS.
6595
65961994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6597
6598 * configure.in (HAVE_X11XTR6): Add newline before #if.
6599 Add newline after #endif.
6600
66011994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6602
6603 * configure.in (HAVE_X11XTR6): Arrange to define it.
6604
66051994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6606
6607 * Makefile.in (install): Depend on blessmail.
6608
66091994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6610
6611 * configure.in (mips-siemens-sysv*): Put quotes around value
6612 containing blanks.
6613
66141994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6615
6616 * Makefile.in (TAGS): Use the makefile in src subdir.
6617
66181994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6619
6620 * configure.in (opsys): Recognize `gnu'.
6621
66221994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6623
6624 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
6625
66261994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6627
6628 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
6629 version > 1.8.
6630
66311994-05-08 Morten Welinder (terra@diku.dk)
6632
6633 * config.bat: Forcibly remove "# " style comments from makefiles.
6634
66351994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6636
6637 * Makefile.in (uninstall): When processing lispdir and etcdir,
6638 do nothing unless it exists and is a directory.
6639
66401994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6641
6642 * Makefile.in (install-arch-indep): Do install info/dired-x*.
6643 Merge code in from install-doc.
6644 (install-doc): Merge code back into install-arch-indep.
6645 (install-arch-dep): Don't depend on install-doc.
6646
6647 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
6648
66491994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6650
6651 * configure.in (making src/Makefile and lib-src/Makefile):
6652 Split off the autoconf substitutions and don't pass them thru cpp.
6653 (undefs): Use $canonical as well as $configuration.
6654
6655 * make-dist: Distribute lisp/Makefile.
6656
6657 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
6658 Use lower case names for the s files.
6659
66601994-05-03 Morten Welinder (terra@diku.dk)
6661
6662 * config.bat: Added possibility for different file name
6663 transcriptions in lib-src.
6664
66651994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6666
6667 * Makefile.in (lib-src): Undo previous change.
6668 (blessmail): New target to run maybe-blessmail in lib-src.
6669 (all): Depend on blessmail.
6670
6671 * Makefile.in (lib-src): Depend on src.
6672
66731994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
6674
6675 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
6676 (m88k-dg-dgux5.4R2): dgux5.4R2.
6677
66781994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6679
6680 * configure.in (window_system): Restore accidentally deleted code
6681 that uses AC_FIND_X.
6682
6683 * make-dist: Distribute config.bat.
6684
66851994-04-29 Morten Welinder (terra@diku.dk)
6686
6687 * config.bat: Corrected the configuration of lib-src
6688 to keep up with configure. Add note about dos version 3
6689 or better needed (djgpp needs that). Add note explaining
6690 that either install in c:/emacs or edit the script.
6691 Don't change to c:/emacs, but assume we're there (to minimize
6692 the number of places to change).
6693
6694 * config.bat: Build-in the first step towards X11 support with
6695 the X11 emulator that exists. At this time it won't work,
6696 and several files are missing.
6697
66981994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6699
6700 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
6701 Don't look for -lresolv.
6702
6703 * Makefile.in (lib-src): Depend on src/paths.h.
6704
67051994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6706
6707 * configure.in: Restore deleted AC_SUBST of `configuration'.
6708 Improve error message for bad --with-x-toolkit value.
6709
6710 * configure.in: Define CONFIGURATION in src/config.h
6711 rather than substituting in src/Makefile.in.
6712
67131994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6714
6715 * Makefile.in (install-doc): New target.
6716 (install-arch-dep): Depend on install-doc.
6717 (mkdir): Create docdir.
6718
67191994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6720
6721 * configure.in: Test for libresolv.a.
6722 Substitute machfile and opsysfile.
6723
67241994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6725
6726 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
6727 (install-arch-dep): Install under the name $(EMACS).
6728
67291994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6730
6731 * configure.in (version): Use entire value of emacs-version.
6732 (mips-siemens-sysv*): New alternative.
6733
67341994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6735
6736 * Makefile.in (install-arch-indep): Don't install dired-x*.
6737
67381994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6739
6740 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
6741 Fix definition of $undefs.
6742
67431994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6744
6745 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
6746
6747 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
6748
67491994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6750
6751 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
6752
67531994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6754
6755 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
6756 and run it thru cpp, as with src/Makefile.in.
6757
6758 * configure.in: Use AC_SET_MAKE.
6759
67601994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6761
6762 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
6763
67641994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6765
6766 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
6767
6768 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
6769 (printing the choices): Make the toolkit message unconditional.
6770 (USE_X_TOOLKIT): Use `none', not `no', if none.
6771 (include libsrc_libs): Include config.h, and specify -I for srcdir.
6772 Get rid of temp file foofoo1.
6773
67741994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6775
6776 * configure.in (CFLAGS): Use shell syntax, not Makefile.
6777
67781994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6779
6780 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
6781 (printing the choices): State choice of toolkit.
6782 (libsrc_libs): Recalculate after writing config.h;
6783 then update lib-src/Makefile.
6784
67851994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6786
6787 * configure.in: Add sunos4shr as alternative for suns.
6788 Conditionals testing for null $CC were backwards.
6789
67901994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6791
6792 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
6793
67941994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6795
6796 * configure.in: Handle -isc4.0*.
6797
67981994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6799
6800 * configure.in (esix5): Set NON_GNU_CPP.
6801
68021994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
6803
6804 * Makefile.in (thisdir): Nonsensical variable removed.
6805 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
6806 back to $thisdir, rather than the directory `this_dir'.
6807
68081994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6809
6810 * Makefile.in (install-arch-indep): Add missing backslash after a
6811 `then'.
6812
68131994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6814
6815 * Makefile.in (thisdir): New variable.
6816 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
6817
68181994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6819
6820 * configure.in: Add freebsd.
6821
68221994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6823
6824 * configure.in: Check for fpathconf.
6825
68261994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6827
6828 * configure.in (with_x_toolkit): Fix typo in previous change.
6829
68301994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6831
6832 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
6833
68341994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6835
6836 * configure.in (with_x_toolkit): Don't allow motif or open-look.
6837
68381994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6839
6840 * configure.in: Fix value of docdir.
6841 * Makefile.in (install-arch-indep): Install DOC* in docdir.
6842
68431994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6844
6845 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
6846
68471994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
6848
6849 * configure.in: New variable docdir to control where the docstring
6850 file goes.
6851 Makefile.in: Use it to initialize PATH_DOC in paths.h.
6852
68531994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6854
6855 * configure.in: When --run-in-place, don't inherit archlibdir.
6856
68571994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6858
6859 * Makefile.in (install-arch-dep, install-arch-indep):
6860 New targets split up former do-install rule.
6861 (do-install): Target deleted.
6862
68631994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6864
6865 * configure.in (mips-sony-newsos*): New configuration.
6866
68671994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
6868
6869 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
6870
68711994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6872
6873 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
6874
68751994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6876
6877 * configure.in: Don't initialize CC.
6878
68791994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6880
6881 * configure.in (creating src/Makefile): Also generate -U switches
6882 for symbols in the $configuration value.
6883
6884 * configure.in: Check for sys_siglist being declared in system header.
6885
68861994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6887
6888 * configure.in (creating src/Makefile): Delete blank lines
6889 along with lines of whitespace.
6890 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
6891
68921994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6893
6894 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
6895 like C_SWITCH_SYSTEM.
6896 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
6897
68981994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6899
6900 * configure.in (drem): Check for this function.
6901
69021994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6903
6904 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
6905 If CPP was inherited from environment, don't use NON_GNU_CPP.
6906 (NON_GNU_CC): Likewise.
6907 (handling with_gcc): Use explicit if in the `no' case.
6908 (cc_specified): New variable; if set, don't use NON_GNU_CC.
6909
69101994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6911
6912 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
6913
69141994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6915
6916 * configure.in: Check whether fmod exists.
6917
69181994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6919
6920 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
6921 {src,lisp}/OChangeLog.
6922
69231994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6924
6925 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
6926 necessary for proper operation. This code works with the current
6927 released version of Autoconf.
6928
69291994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6930
6931 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
6932 (USE_X_TOOLKIT): Define it for all values except `no'.
6933
6934 * configure.in: Undo first Jan 8 change and Jan 16 change.
6935
69361994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6937
6938 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
6939 Substitute USE_X_TOOLKIT as both C macro and Make variable.
6940
6941 * Makefile.in (lwlib/Makefile): New target.
6942 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
6943 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
6944 (unlock, relock): Handle lwlib subdir.
6945
6946 * Makefile.in: Add some .PHONY targets.
6947
6948 * make-dist: Handle lwlib subdir like oldXMenu subdir.
6949
6950 * lwlib: New subdirectory.
6951
69521994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6953
6954 * configure.in: If CPP has a value that is a directory,
6955 discard the value.
6956
69571994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6958
6959 * configure.in (srcdir_undefs): Add g flag to sed substitution to
6960 remove -U[0-9]*.
6961
69621994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6963
6964 * Makefile.in (do-install): Install the dired-x info files.
6965
6966 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
6967 (See src/s/sol2.h.)
6968
69691994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6970
6971 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
6972
69731994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6974
6975 * configure.in (creating src/Makefile): Put code inside 2nd arg to
6976 AC_OUTPUT as it should be; hopefully noone will again see fit to
6977 gratuitously break this and not make a change log entry.
6978 Optimized sed processing of Makefile.in and cpp output; now
6979 preserves comments previously removed from the cpp input.
6980 Eliminated temp file for cpp output. Generate -U switches to
6981 undefine all identifiers that appear in the directory name
6982 ${srcdir}; pass these to cpp.
6983
6984 * configure.in (version): Fix sed regexp to match two-elt version
6985 number.
6986
6987 * configure.in: Check for strerror.
6988
69891994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6990
6991 * configure.in: Test for bcmp.
6992
69931994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6994
6995 * make-dist (tempdir): Put subdir msdos into the distribution.
6996
69971993-01-07 Morten Welinder (terra@diku.dk)
6998
6999 * config.bat: New file.
7000
70011994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7002
7003 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
7004
70051994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7006
7007 * configure.in (m68*-next-*): Don't care about which os is specified.
7008 (i[34]86-*-*): Check for *-nextstop*.
7009
70101993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7011
7012 * configure.in: Check for setsid.
7013
70141993-12-17 Richard Stallman (rms@srarc2)
7015
7016 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
7017
70181993-12-15 Richard Stallman (rms@srarc2)
7019
7020 * Makefile.in (mkdir): Make only the lockdir writable.
7021
7022 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
7023
70241993-12-11 Richard Stallman (rms@srarc2)
7025
7026 * Makefile.in (libdir): Use @libdir@.
7027
70281993-12-08 Richard Stallman (rms@srarc2)
7029
7030 * Makefile.in (install): Add empty command.
7031
70321993-12-04 Richard Stallman (rms@srarc2)
7033
7034 * make-dist: Put man/getopt.c in the dist.
7035
7036 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
7037
7038 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
7039
70401993-12-03 Richard Stallman (rms@srarc2)
7041
7042 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
7043 Set it for all solaris versions.
7044 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
7045 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
7046 Likewise for NON_GNU_CC and CC.
7047
70481993-12-01 Richard Stallman (rms@srarc2)
7049
7050 * configure.in (mips-mips-riscos4*): Assign variable CC.
7051 (checking ${with_gcc}): If "no", don't override CC if already set.
7052 (CC): Initialize it as empty.
7053
70541993-11-30 Richard Stallman (rms@srarc2)
7055
7056 * configure.in (Suns): Set CPP if *-solaris2.3*.
7057
70581993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7059
7060 * Version 19.22 released.
7061
7062 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
7063
70641993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7065
7066 * make-dist: When breaking links, use cp -p.
7067 Copy install.sh into distribution.
7068 Move the temp dir up into the parent dir;
7069 don't leave the staging dir make-dist.tmp... in existence.
7070 * install.sh: New file.
7071
70721993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7073
7074 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
7075
70761993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7077
7078 * configure.in (version): When --run-in-place, exclude
7079 ${datadir}/emacs/site-lisp from locallisppath.
7080
70811993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7082
7083 * configure.in: Delete jumk.c before writing it.
7084
70851993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7086
7087 * Version 19.21 released.
7088
7089 * Makefile.in (mkdir): Ignore error from chmod.
7090
70911993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7092
7093 * make-dist: Don't put lisp/forms.README in the distribution.
7094
70951993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7096
7097 * configure.in (creating src/Makefile): Before running cpp,
7098 discard all lines that start with `# Generated' or /**/#.
7099
71001993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7101
7102 * Version 19.20 released.
7103
7104 * make-dist: Use build-ins.in, not build-install.in.
7105 Don't bother updating TAGS since it's not included.
7106
7107 * build-ins.in: Renamed from build-install.in.
7108
71091993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7110
7111 * make-dist: Don't try to link *.texinfo--there are none now.
7112 When running make in lib-src, specify YACC var value.
7113
71141993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7115
7116 * configure.in (extrasub): Add vpath patterns for %.[yls].
7117
7118 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
7119 Instead just include the commands to make src/Makefile as the
7120 second arg to AC_OUTPUT.
7121
7122 * configure.in: Use : instead of dnl for comment inside
7123 $makefile_command.
7124
7125 * configure.in: No longer use vpath_sed. Instead, when we notice
7126 srcdir already configured, set extrasub to hack vpath in the
7127 makefiles.
7128
7129 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
7130 before moving it.
7131 * Makefile.in (VPATH): Define to @srcdir@.
7132
71331993-09-28 Brian J. Fox (bfox@cubit)
7134
7135 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
7136 doesn't exist. Just copy src/Makefile.in instead. Touch
7137 all of the Makefiles after editing config.status.
7138
7139 * INSTALL: Update documentation to match new configuration
7140 mechanism.
7141
71421993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7143
7144 * configure.in: Allow any of the path or directory Makefile
7145 variables to be set with flags to configure. Create all Makefiles
7146 at configure time. Edit special commands into config.status after
7147 src/Makefile.in is built from src/Makefile.
7148
7149 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
7150 If these files are out of date, simply have config.status
7151 rebuild them; don't rebuild them explicitly.
7152
71531993-09-25 Brian J. Fox (bfox@ai.mit.edu)
7154
7155 * build-install.in: Change src/xemacs to src/emacs. We no longer
7156 create src/xemacs, so the file wouldn't be found.
7157
7158 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
7159
71601993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
7161
7162 * configure.in: Avoid forcing the search of /usr/include before
7163 fixed include files by resetting C_SWITCH_X_SITE if it is
7164 "-I/usr/include".
7165
71661993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7167
7168 * Makefile.in (@rip_paths@locallisppath):
7169 Delete ${datadir}/emacs/site-lisp.
7170
71711993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7172
7173 * configure.in:
7174 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
7175 Remove ${extra_output} from AC_OUTPUT call.
7176
71771993-09-17 Brian J. Fox (bfox@inferno)
7178
7179 * make-dist: Quote backquotes found in strings to be echoed.
7180
7181 * configure.in: Use "sh -c pwd" when we want to avoid having the
7182 shell fix up the value of $PWD.
7183
71841993-09-13 Brian J. Fox (bfox@inferno)
7185
7186 * Makefile.in (do-install): Don't abort if ln or chmod at the end
7187 of the installation fail. Suggested by Karl Berry.
7188
71891993-08-30 Brian J. Fox (bfox@inferno)
7190
7191 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
7192 was used. Set MAKEFLAGS from MFLAGS.
7193
71941993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7195
7196 * configure.in: Test for res_init in libc.
7197
71981993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7199
7200 * configure.in: In the file ${tempcname}, use configure___
7201 instead of @configure@.
7202
72031993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
7204
7205 * make-dist: Dist vpath.sed
7206
7207 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
7208 Depend on vpath.sed.
7209 Replace sed comand for VPATH with @vpath_sed@.
7210
7211 * configure.in: Substitute variable `vpath_sed'.
7212 If not in $srcdir and $srcdir is configured,
7213 issue warning that GNU make is required,
7214 and set vpath_sed to use vpath.sed script.
7215
72161993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7217
7218 * configure.in: Remove check for $srcdir being configured. This
7219 pretty much works now.
7220 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
7221 Check for XFree86 (/usr/X386/include) independent of whether
7222 -lXbsd exists.
7223
7224 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
7225 realclean, unlock, relock): Use `$(MAKE)' in place of plain
7226 `make'.
7227
72281993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7229
7230 * Version 19.19 released.
7231
7232 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
7233
72341993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7235
7236 * configure.in: Check for XScreenNumberOfScreen.
7237
72381993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7239
7240 * configure.in: Add * to end of all configuration alternatives.
7241 (m68*-sony-newsos3*): New alternative.
7242
72431993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7244
7245 * make-dist: Include getdate.c in distribution.
7246
7247 * configure.in: For --help, use $PAGER if it is set.
7248 (LIB_X11_LIB): Default to -lX11.
7249 (mips-sgi-irix5.*): New alternative.
7250
7251 * Makefile.in (do-install): Install info/gnus* and info/sc*.
7252
7253 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
7254 Recognize *.B8.* as hpux version 8.
7255 (m68*-tektronix-bsd*): Fix typo in tek4300.
7256 (AC_HAVE_FUNCS): Add ftime.
7257
72581993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7259
7260 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
7261 Use tekxd88, not tekXD88.
7262
72631993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7264
7265 * configure.in: Check for -lm. Then can check for frexp and logb.
7266
72671993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7268
7269 * Version 19.18 released.
7270
7271 * make-dist (src): Don't put gnu-hp300 in dist.
7272 (src, lisp): Include OChangeLog in dist.
7273
72741993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7275
7276 * configure.in: Test for presence of logb and frexp functions.
7277
72781993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7279
7280 * configure.in (machine): Add i370-ibm-aix*.
7281
72821993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7283
7284 * configure.in (function checks): Test for mkdir and rmdir.
7285
7286 * configure.in (function checks): Don't test for random and bcopy
7287 only when we're building with X; look for them all the time.
7288
72891993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7290
7291 * configure.in: Test for availability of bcopy functions, searching
7292 the X libraries if we're using X.
7293
7294 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
7295 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
7296 versions of AIX, and needs to be passed to the loader.
7297
7298 * configure.in: Test for the availability of the
7299 XScreenResourceString function.
7300
73011993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
7302
7303 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
7304 LD_SWITCH_X_SITE and assume --with-x11.
7305 Only look for X11 files if we weren't told about a window system
7306 or if we were told to use X11 but not told where.
7307 Search the libraries from the s and/or m files when checking for
7308 functions.
7309
7310 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
7311
73121993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7313
7314 * make-dist: Include lisp/dired.todo in the distribution.
7315
73161993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7317
7318 * configure.in: Add code to set HAVE_INET_SOCKETS.
7319
73201993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7321
7322 * configure.in: If we do find x_includes and x_libraries
7323 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
7324
73251993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7326
7327 * make-dist: Include src/gnu-hp300 in the dist.
7328
7329 * configure.in (canonical): New variable holds the canonicalized
7330 configuration. Don't alter `configuration'. Use `configuration'
7331 for Makefile.in for file naming.
7332 (testing x_includes and x_libraries): Use =, not ==.
7333
73341993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7335
7336 * Version 19.17 released.
7337
7338 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
7339 directory's makefile. This allows the invocation of CPP which
7340 builds xmakefile to receive these switches. The SunSoft C
7341 preprocessor inserts spaces between tokens if it doesn't get the
7342 -Xs flag requested in src/s/sol2.h.
7343
73441993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
7345
7346 * configure.in (m68k-bull-sysv3): New config.
7347
73481993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7349
7350 * configure.in: Use the autoconf AC_FIND_X macro to try to find
7351 the X Windows libraries.
7352
73531993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7354
7355 * make-dist (tempdir): Don't create lisp/forms-mode directory in
7356 the distribution. Those files aren't kept in their own
7357 subdirectory any more.
7358
73591993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7360
7361 * Version 19.16 released.
7362
73631993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7364
7365 * configure.in: Add --verbose flag.
7366
73671993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7368
7369 * version 19.15 released.
7370
73711993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7372
7373 * Makefile.in (top_distclean): Use -f switch when cleaning out
7374 lock dir; it might be empty.
7375
7376 * configure.in: Only check for -lXbsd once.
7377
73781993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7379
7380 * Version 19.14 released.
7381
73821993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7383
7384 * make-dist: If using gzip, create distribution with '.gz' extension.
7385
7386 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7387 (lisp/forms-mode): This doesn't exist anymore.
7388
7389 * configure.in: Look for the closedir function.
7390
73911993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7392
7393 * configure.in (CPP): Autoconf sets this to a shell variable
7394 reference, which doesn't work when it's edited into a makefile.
7395 Expand that variable reference.
7396
7397 * Makefile.in (CPP): New variable.
7398 (src/Makefile): Edit CPP into src/Makefile.
7399
7400 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7401 and entering double quotes to get the values of LD_SWITCH_X_SITE
7402 and the other make variables; make substitutes them in anyway.
7403
7404 * Makefile.in (uninstall): Don't remove the lisp and etc
7405 directories if they're in the source tree.
7406
7407 Bring mumbleclean targets into conformance with GNU coding standards.
7408 * Makefile.in (mostlyclean, clean): Separate these two; just have
7409 them pass the request to the subdirectory makefiles.
7410 (distclean): Pass the request down, and then get rid of the
7411 files configure built, and get rid of the Makefiles.
7412 (realclean): Pass the request down, and then do the same things
7413 distclean does.
7414 (uninstall, info, dvi): New targets.
7415
7416 * configure.in: Move clause for PC-compatible i386 box to the end
7417 of the case statement, to avoid masking configurations below.
7418
7419 * configure.in: Add case for m88k-motorola-sysv4.
7420
7421 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7422 the HP 68000 machines.
7423
7424 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7425 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7426 preprocessor won't fiddle with them.
7427
74281993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7429
7430 * Makefile.in (TAGS): cd to src to run etags.
7431
74321993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7433
7434 * configure.in (version): Check the X libraries for XrmSetDatabase
7435 and random, and see if we have -lXbsd.
7436
74371993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7438
7439 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7440 s/*.h and m/*.h files. Martin Tomes
7441 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7442
74431993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7444
7445 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7446 above the general i386 alternative.
7447
74481993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7449
7450 * configure.in: Recognize configuration name for Data General
7451 AViiON machines.
7452
7453 * configure.in: Use AC_LONG_FILE_NAMES.
7454
74551993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7456
7457 * configure.in: Test for bison.
7458 * Makefile.in (YACC): New variable.
7459 (lib-src/Makefile.in): Edit YACC into the makefile.
7460
74611993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7462
7463 * Version 19.13 released.
7464
7465 * configure.in (CFLAGS): Don't set this according to the value of
7466 the GCC shell variable. Instead, consult the machine and system
7467 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7468 test __GNUC__ while we're at it.
7469
7470 * configure.in: Remove extra ;; from hpux cases.
7471
74721993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7473
7474 * configure.in: Check to see if the system has -ldnet.
7475
74761993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7477
7478 * make-dist: Add clauses to distribute lisp/forms-mode.
7479
74801993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7481
7482 * configure.in (machine): Fix the versions in hpux version number test.
7483 Do not guess based on cpu type. Do check for explicit system version.
7484
74851993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7486
7487 * configure.in: Do NOT look for `unknown' as company name.
7488
74891993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7490
7491 * configure.in: Fix typo in message.
7492
74931993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7494
7495 * Version 19.12 released.
7496
7497 * Makefile.in (do-install): Correct previous etc-copying change.
7498 Partially rewrite using `if'.
7499 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
7500
7501 * Version 19.11 released.
7502
7503 * configure.in: Handle 386bsd.
7504
75051993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7506
7507 * make-dist: Update getdate.c.
7508
7509 * configure.in: Handle bsd386.
7510
7511 * Makefile.in (do-install): Use `-' in tar options.
7512
7513 * configure.in: Change ! "${...}" to x"${...}" = x.
7514
7515 * Makefile.in (do-install): Copy the DOC-* files from the build
7516 etc directory, as well as lots of things from ${srcdir}/etc.
7517
7518 * make-dist: Copy config.guess.
7519
7520 * configure.in: Handle AIX versions 1.2, 1.3.
7521
75221993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7523
7524 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
7525 the configuration name mips-mips-usg* to represent USG systems.
7526
7527 * configure.in: Fix logic to detect if srcdir is already configured.
7528
7529 * Makefile.in: Pass in LD_SWITCH_X_SITE.
7530
7531 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
7532 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
7533 of a directory; cd might fail, and have pwd print out the current
7534 directory.
7535
75361993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7537
7538 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
7539
75401993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7541
7542 * configure.in: Complain if srcdir points at an already-configured
7543 tree.
7544
75451993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7546
7547 * Version 19.10 released.
7548
75491993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7550
7551 * Makefile.in: Use Makefile comments, not C comments.
7552
7553 * configure.in: Add case for the Tektronix XD88.
7554
75551993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7556
7557 * configure.in: Handle sysv4.2 and sysvr4.2.
7558
75591993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7560
7561 * configure.in: Traverse the argument list without destroying it;
7562 don't use shift. It turns out that "set - ${saved_arguments}"
7563 doesn't work portably.
7564
7565 * configure.in: Add missing "fi".
7566
7567 * make-dist: Rebuild configure if configure.in is newer.
7568
7569 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
7570 targets to be executed even if make remembers that it has already
7571 satisfied FRC.
7572
75731993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7574
7575 * Makefile.in (do-install): Delete redundant code to copy etc twice.
7576
7577 * configure.in (romp): Handle various version numbers with aos and bsd.
7578
75791993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7580
7581 * configure.in: Fix message text.
7582
75831993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7584
7585 * make-dist: Make a `site-lisp' directory in the distribution,
7586 instead of a `local-lisp' directory, which hasn't been the
7587 appropriate name for a long time.
7588 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
7589 from the distribution first, then /usr/local/lib/emacs/site-lisp.
7590
7591 * Makefile.in (do-install): Correctly detect if ./etc and
7592 ${srcdir}/etc are the same.
7593
7594 * configure.in: Extract UNEXEC from the system configuration
7595 files, compute the name of the source file corresponding to the
7596 object file, and #define it as UNEXEC_SRC in config.h.
7597
7598 * configure.in: If srcdir is '.', then try using PWD to make it
7599 absolute.
7600
7601 * configure.in: Include ${srcdir} in the printed report, to help
7602 people notice if it's an automounter path.
7603
76041993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7605
7606 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
7607
76081993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7609
7610 * Makefile.in (do-install): Delete the dest dir, not the source dir,
7611 when they are different. Add `shift' command.
7612 (COPYDESTS, COPYDIR): Delete external-lisp dir.
7613 (externallispdir): Var deleted.
7614
7615 * configure.in: Delete spurious paren outputting short_usage.
7616
76171993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7618
7619 * Version 19.9 released.
7620
76211993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7622
7623 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
7624 subdirectory makes.
7625
7626 * make-dist: Check for .elc files with no corresponding .el file.
7627
7628 * Makefile.in (mkdir): Make all the directories in locallisppath.
7629
7630 * config.guess: New file.
7631 * configure.in: Use it, tentatively.
7632 * INSTALL: Mention its usage.
7633
7634 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
7635 the former gives you the operating system rev directly. Use
7636 s/hpux.h if we don't recognize what we got.
7637
7638 * Makefile.in (do-install): Don't remove a destination directory
7639 if it's the same as the source. If ${srcdir}/info == ${infodir},
7640 don't try to copy the info files.
7641
7642 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
7643 doesn't work if you're not using a separate source directory.
7644 (do-install): Copy the build tree's etc directory only after
7645 making sure it's not also the source tree's etc directory.
7646
76471993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7648
7649 * configure.in: Handle sunos4.1.3 specially.
7650
76511993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7652
7653 * Makefile.in (INSTALL): Add definition.
7654
7655 * configure.in: Fix some messages. Support -with-gnu-cc.
7656 At the end, use `set --', not `set -'.
7657 Delete spurious `.h' in hpux alternatives.
7658
76591993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7660
7661 * Version 19.8 released.
7662
76631993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7664
7665 * configure.in: When looking for source in the same directory as
7666 the configure script, make the path thus discovered absolute.
7667 If the user specifies the `--srcdir' switch, make that directory
7668 absolute too.
7669
7670 * Makefile.in (srcdir): Remove comment saying this doesn't work.
7671
7672 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
7673 too, as the value of the PATH_INFO macro.
7674
7675 * configure.in: Check to see if the source lives in the same
7676 directory as the configure script.
7677
76781993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7679
7680 * Makefile.in (install): Split this into `install' and
7681 `do-install', to give people more control over exactly what gets
7682 done.
7683 (do-install): New target, containing the guts of `install'. Don't
7684 remove and recreate the directories inside the copying loop - do
7685 it all before the copying loop. Pass more flags to the lib-src
7686 make.
7687 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
7688 avoid errors and warnings.
7689
7690 * configure.in: For generic IBM PC boxes, insist on "unknown" for
7691 the manufacturer - the more general case was blocking other i386
7692 configuration names below, and that's how the names are written in
7693 MACHINES anyway.
7694
7695 * make-dist: When breaking links, remove the link before moving
7696 the copy onto it, to avoid interactive behavior.
7697
7698 * Makefile.in: Doc fix.
7699
7700 * configure.in: Doc fix.
7701
7702 * INSTALL: Mention --exec-prefix option.
7703
7704 * configure.in: Add support for the `--exec-prefix' option.
7705 * Makefile.in: Accept that support.
7706
7707 * configure.in: Use the AC_PROG_INSTALL macro.
7708 * Makefile.in (INSTALL): Variable removed.
7709 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
7710
7711 * configure.in: Distinguish between hp800's and hp700's by calling
7712 "uname -m".
7713
77141993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7715
7716 * configure.in: Recognize configuration names for i860 boxes
7717 running SYSV.
7718
77191993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7720
7721 * configure.in: Distinguish between hp800's and hp700's by the
7722 version of HP/UX they run, since that's something people are more
7723 likely to know - hp700's run 8.0.
7724 Add HP 700 configuration.
7725
7726 * configure.in: Test for the presence of the `rename' function.
7727
7728 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
7729 configure.in.
7730 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
7731
7732 * make-dist: Break intra-tree links.
7733
7734 * configure.in: Explain that this is an autoconf script, and give
7735 instructions for rebuilding configure from it. Arrange to put
7736 comments in configure explaining this too.
7737
7738 * configure.in: Make the first line of the configure script be
7739 "#!/bin/sh". Leaving the first line blank didn't work.
7740
7741 * configure.in (long_usage): Removed; made short_usage describe
7742 the options briefly.
7743
7744 * configure.in: Implement the --prefix option.
7745 * Makefile.in (prefix): Add support for it here.
7746 * INSTALL: Document it here.
7747
7748 * Makefile.in (install): Don't assume that the files in the `info'
7749 subdirectory match *.info. They don't have that prefix.
7750
77511993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7752
7753 * configure.in: Add case for version 5 of Esix.
7754
77551993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7756
7757 * Version 19.7 released.
7758
7759 * make-dist: There aren't any *.com files in lib-src anymore.
7760
7761 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
7762 them; they're symlinks to other filesystems on the GNU machines.
7763
7764 * make-dist: Check that the manual reflects the same version of
7765 Emacs as stated in lisp/version.el. Edit that version number into
7766 the README file.
7767
77681993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7769
7770 * configure.in: Remove the hack of AC_DEFINE; use
7771 AC_DEFINE_UNQUOTED.
7772
77731993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7774
7775 * make-dist: Don't distribute precomp.com, compile.com, or
7776 link.com from ./src; they're in ./vms now.
7777
7778 Some time-handling patches from Paul Eggert:
7779 * configure.in: Add AC_TIMEZONE.
7780
77811993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7782
7783 * configure.in: Recognize Linux as a valid operating system for
7784 the i386.
7785
77861993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7787
7788 * make-dist: Distribute some VMS files we got from Richard Levitte.
7789
7790 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
7791 the source for the sed command, not oldXMenu/Makefile.
7792
77931993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7794
7795 * INSTALL: Don't claim the srcdir option doesn't work.
7796
77971993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7798
7799 * configure.in: Include remarks saying what order the autoconf
7800 tests should go in, and remind people to change config.h.in
7801 whenever they add autoconf tests which make #definitions.
7802
7803 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
7804
78051993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7806
7807 * Makefile.in (oldXMenu/Makefile): Make this depend on
7808 ${srcdir}/oldXMenu/Makefile.in, not itself.
7809
7810 * PROBLEMS: Some updates from David J. Mackenzie.
7811
7812 More changes from David J. Mackenzie.
7813 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
7814 removed; autoconf and config.h should specify all these
7815 differences.
7816 (buildlisppath): Make this path depend on ${srcdir}.
7817 (INSTALLFLAGS): Removed.
7818 (INSTALL): Include the -c flag.
7819 (install): Change the way we invoke install accordingly.
7820
7821 Install ${srcdir} changes from DJM.
7822 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
7823 list.
7824 (COPYDIR, COPYDESTS): Install files from both the etc directory in
7825 the source tree and the etc directory in the object tree.
7826 (${SUBDIR}): Pass the prefix variable down to submakes.
7827 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
7828 in /bin.
7829 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
7830 values for srcdir and VPATH.
7831 (install): Add `v' flag to tar command. Make sure that `dir'
7832 exists in ${srcdir}/info before copying it. Remember that the man
7833 pages come from the source tree, not the object tree.
7834 * configure.in: Remove remarks saying that the --srcdir option
7835 doesn't work.
7836 Create the etc directory in the object tree.
7837 Recognize configuration names of the form *-sun-solaris*.
7838 Recognize sunos5 and solaris as operating system names.
7839
7840 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
7841 lib-src/getdate.y and src/systime.h.
7842
78431993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7844
7845 * make-dist: Make links in info subdir.
7846
78471993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7848
7849 * configure.in: Call AC_STDC_HEADERS.
7850
78511993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7852
7853 * configure.in: Sidestep autoconf's quoting of the second argument
7854 of AC_DEFINE, so we can specify the value to put there. It would
7855 be nice if autoconf provided some way to specify computed values
7856 for macros.
7857
78581993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7859
7860 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
7861 this is always just -DHAVE_CONFIG_H.
7862
7863 The GNU coding standards specify that CFLAGS should be left for
7864 users to set.
7865 * Makefile.in (CFLAGS): Let configure determine the default value
7866 for this. Don't
7867 have it default to DEFS.
7868 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
7869 (lib-src/Makefile, src/Makefile): Edit the default value for
7870 CFLAGS into these files, not DEFS.
7871 * configure.in (CFLAGS): Choose a default value for this - "-g"
7872 normally, or "-g -O" if we're using GCC. Edit it into the
7873 top-level Makefile.
7874
7875 * configure.in: When scanning the machine and system description
7876 #include files, write their names to conftest.c properly.
7877
78781993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7879
7880 * configure.in: In configuration name case for Apallos running
7881 Domainios, set opsys, not opsysfile.
7882
7883 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
7884 src/config.h, instead of AC_OUTPUT; the latter overwrites
7885 src/config.h even when it hasn't changed, puts a makefile-style
7886 comment at the top even though it's C code, and produces a
7887 config.status script which doesn't do the job right.
7888
7889 * configure.in: Add AC_LN_S test, so we can tell whether or not we
7890 can use a symbolic link to get the X Menu library into src.
7891 * Makefile.in (LN_S): New variable.
7892 (src/Makefile): Edit the value of LN_S into this makefile.
7893
78941993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7895
7896 * configure.in: Support *-sco3.2v4* as opsystem.
7897
7898 * make-dist: Don't include calc directory.
7899 Exclude many files in the man directory; copy a few.
7900
79011993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7902
7903 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
7904 call AC_STRUCT_TM to see what's in time.h.
7905
7906 * configure.in: Employ quoting stupidity to get the value of CPP
7907 to expand properly.
7908
79091993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7910
7911 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
7912 variable to scan the machine and system description files.
7913
7914 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
7915 so that getdate.y builds correctly.
7916
79171993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7918
7919 * configure.in (tempcname): Change this to "conftest.c", so it will
7920 work properly on systems with short filenames; this is the name
7921 autoconf uses.
7922
7923 * configure.in: Also detect the availability of dup2 and
7924 gethostname.
7925
7926 * configure.in: Use the AC_ALLOCA test.
7927 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
7928 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
7929
79301993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7931
7932 * make-dist: Distribute configure, as well as configure.in.
7933 Oversight.
7934
79351993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7936
7937 * Makefile.in (install): Print out the name of the directory we're
7938 copying, so people can have some idea of whether we're making
7939 progress.
7940
7941 * Makefile.in (install.aix, install.xenix, install.sysv, install):
7942 Don't forget to re-create the COPYDESTS directories after we clear
7943 them out.
7944
79451993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7946
7947 * Makefile.in: Add autoconf cookies so that the configure
7948 script can comment out sections of path variable definitions to
7949 choose between the installable configuration and the run-in-place
7950 configuration.
7951 * configure.in: Add new option `--run-in-place', to select the
7952 run-in-place path definitions.
7953
7954 * configure.in: Add a clause to the big configuration name case
7955 for the NeXT machine.
7956
79571993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7958
7959 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7960 Make sure that each source directory exists, and is different from
7961 the destination directory; then, delete the destination before
7962 copying over the source.
7963
7964 * make-dist: Distribute configure.in, instead of configure.
7965
79661993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7967
7968 * configure.in: Don't set CC to "gcc -O" if the user specifies
7969 `--with-gcc'. Add -O to DEFS if GCC is set.
7970
79711993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7972
7973 * Makefile.in (clean mostlyclean): Missing right paren.
7974
7975 * configure.in: When checking for X windows, search for an X11
7976 subdirectory of ${x_includes}.
7977
7978 * configure.in: Check for gettimeofday function, for getdate.y.
7979
7980 Change `configure' to a mixture of custom code and autoconf stuff.
7981 autoconf can't derive all the information we need, but we'd really
7982 like to be able to take advantage of some of its tests, and its
7983 file-editing facilities.
7984 * configure.in: Renamed from configure.
7985 Quote the sections of shell script we want copied literally to
7986 the configure script.
7987 (compile): Initialize this to make the autoconf macros' code happy.
7988 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
7989 code to do their jobs.
7990 Use autoconf to produce Makefile and src/config.h.
7991 Remove the Makefile-style comment that autoconf places at the top
7992 of src/config.h.
7993 (config_h_opts): Removed - no longer necessary.
7994 * Makefile.in (configname): Renamed to configuration.
7995 (CONFIG_CFLAGS): Renamed to DEFS.
7996 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
7997 get values via autoload @cookies@.
7998 (libsrc_libs): Get this from autoconf. We used to do nothing
7999 about this.
8000 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
8001
8002 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
8003 echo the move-if-change command.
8004
80051993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
8006
8007 * make-dist: Distribute lib-src/rcs-checkin.
8008
8009 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
8010 Don't try to make links to the RCS or Old subdirectories.
8011 Use the appropriate extension for the compression type in use.
8012 Create the tar file in the shell's initial default directory, not
8013 in ${tempparent}.
8014 Erase the whole ${tempparent} tree, not just ${tempdir}.
8015
80161993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8017
8018 * Makefile.in (src/paths.h): Don't echo the huge sed command we
8019 use to build paths.h.
8020 (lib-src/Makefile, src/Makefile): Similarly.
8021
8022 * configure: Extend test for working `const' keyword to handle AIX
8023 3.2 cc.
8024
80251993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8026
8027 * make-dist: Distribute lisp/term/ChangeLog.
8028
8029 Arrange for C compilation throughout the tree to get
8030 C_SWITCH_SYSTEM from the configuration files.
8031 * configure: Extract C_SWITCH_SYSTEM from the machine and
8032 system-dependent files, and save it in the top-level Makefile.
8033 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
8034 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
8035
8036 * make-dist: Include the VMS support files in oldXMenu in the
8037 distribution.
8038
8039 * configure: Doc fix.
8040
8041 * configure: Fix corrupted config_h_opts.
8042
8043 * configure: Properly report option names in error messages.
8044
8045 * configure: Properly recognize --x-includes and --x-libraries
8046 options.
8047
8048 * configure: Fix syntax errors in code handling XFree386.
8049
80501993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8051
8052 * configure: Add special code to detect XFree386, and tell
8053 config.h about it.
8054
8055 * configure: Properly handle extracting values of LIBS_MACHINE and
8056 LIBS_SYSTEM that contain spaces.
8057
8058 * configure: Add `--x-includes' and `--x-libraries' options. I
8059 think these are dopey, but no less than three alpha testers, at
8060 large sites, have said they have their X files installed in odd
8061 places. Implement them by setting C_SWITCH_X_SITE and
8062 LD_SWITCH_X_SITE in src/config.h.
8063
80641993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8065
8066 * make-dist: Don't distribute etc/Old files.
8067
8068 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
8069 backups.
8070
80711993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8072
8073 * make-dist: Fix typo.
8074
80751993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8076
8077 * make-dist: Corrected typo, fixed it to discard = and TAGS files
8078 in some cases where it should but didn't seen to.
8079
8080 * Makefile.in: Added unlock and relock productions.
8081
80821993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8083
8084 * make-dist: Add a --compress option to force make-dist to use
8085 compress.
8086
8087 * make-dist: Use gzip, if we can find it.
8088
8089 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8090 make rs6000-ibm-aix default to -aix32.
8091
80921993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8093
8094 * Makefile.in: Added `Developer's configuration' section.
8095
80961993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8097
8098 * Makefile.in: Add commented-out variable settings for developer's
8099 configuration.
8100
81011993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8102
8103 * make-dist: Distribute `src/bitmaps' too.
8104
81051993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
8106
8107 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8108 make rs6000-ibm-aix default to -aix32.
8109
81101993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8111
8112 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
8113
8114 * Makefile.in (install.sysv): Add a second `$' in front of
8115 `${dest}', so that the shell will expand it, instead of Make.
8116
8117 * configure: When processing the name of the configure script,
8118 collapse `././' to `./', but leave a single `./' prefix alone.
8119
8120 * configure: Doc fix.
8121
81221993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8123
8124 * configure: Handle isc3.0 correctly.
8125
81261993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8127
8128 * make-dist: Don't try to copy the COPYING notice into
8129 external-lisp; we're not distributing that directory any more.
8130
81311993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8132
8133 * Makefile.in (install, install.aix, install.xenix, install.sysv):
8134 Remove CVS subdirectories from the installed directory trees, as
8135 well as RCS directories.
8136
81371993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8138
8139 * make-dist: Only copy gmalloc.c if we couldn't link it.
8140 Don't try to copy man/{README,Makefile} unless they actually exist.
8141
8142 * Makefile.in (lisppath): Don't include externallispdir in this.
8143 We're not sure whether we're even going to distribute the
8144 directory yet.
8145
81461993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8147
8148 * make-dist: Don't distribute the external-lisp directory anymore.
8149 * INSTALL: Remove all references to external-lisp.
8150
8151 * configure: Detect whether the compiler supports `const'
8152 properly, and edit src/config.h accordingly.
8153
8154 * configure: Tweak layout of final report.
8155
8156 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
8157 CFLAGS.
8158
8159 * Makefile.in (locallisppath): Make this default to
8160 ${datadir}/emacs/site-lisp, instead of
8161 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
8162 the same thing, and local-lisp causes completion conflicts with
8163 lock.
8164 (lisppath): Add ${externallispdir} to this.
8165 * INSTALL: Adjust installation directions.
8166
8167 * Makefile.in (externallispdir): New variable, to say where to
8168 install the externally-maintained lisp files.
8169 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
8170 the others.
8171 * INSTALL: Describe external-lisp and the new externallispdir
8172 variable.
8173
81741993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8175
8176 * configure (progname): New option `--with-gcc'. Make it clearer
8177 how we are trying to guess whether or not we have GCC.
8178 * INSTALL: Document the `--with-gcc' option, and improve
8179 description of `--with-x' options.
8180
81811993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8182
8183 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
8184 ${infodir} from these variables; we have written out explicit code
8185 to install the info files.
8186
81871993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8188
8189 * make-dist: Don't distributed the RCS files in the etc directory.
8190
81911993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8192
8193 * Makefile.in: Some makes can't handle comments in the middle of
8194 commands; move them to before the whole rule.
8195
81961993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8197
8198 * README: Mention what Emacs is.
8199
82001993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8201
8202 * make-dist: Include `./lisp/calc-2.02' in the distribution.
8203 Add `./cpp' and `./man' back into the distribution.
8204
82051993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8206
8207 * Makefile.in: Define MAKE, and use where appropriate.
8208
82091993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8210
8211 * make-dist: Remember that the authoritative COPYING notice is
8212 `etc/COPYING', not `../etc/COPYING'.
8213
82141992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8215
8216 * make-dist: Make sure that the COPYING notices in each directory
8217 are copies, not symlinks.
8218
82191992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8220
8221 * INSTALL: The build process produces an executable called `emacs'
8222 now. Change references.
8223 * Makefile.in: Adjust `install.mumble' targets to install
8224 `src/emacs', not `src/xemacs'.
8225
8226 * configure: Start with a blank line; this keeps some old CSH's
8227 from thinking it's a CSH script. Most systems will just use
8228 /bin/sh to run it, which is what we're expecting; the only other
8229 shells which might try to interpret it themselves are probably
8230 Bourne-compatible.
8231
82321992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8233
8234 * INSTALL: Improvements suggested by David Mackenzie.
8235
82361992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8237
8238 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8239 Don't try to copy the info files if there aren't any; the
8240 unexpanded globbing pattern disappoints `install'. Ignore the
8241 return status of that command.
8242
8243 * INSTALL: Updated for new configuration arrangement.
8244
8245 * configure: Don't make the top-level Makefile read-only - people
8246 may want to edit the values of the path variables.
8247
8248 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8249 Install the info files in ${infodir}. Install the executable
8250 under both `emacs' and `emacs-VERSION'.
8251
8252 * Makefile.in: Doc fix.
8253
8254 * Makefile.in (exec_prefix): New variable, as per latest version
8255 of coding standards.
8256 (bindir, libdir): Use it, instead of `prefix'.
8257 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
8258
8259 * Makefile.in (mandir): Make the default value for this depend on
8260 $(prefix).
8261
8262 * Makefile.in (datadir, statedir, libdir): Make these all default
8263 to ${prefix}/lib.
8264 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
8265 to compensate.
8266
8267 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8268 Install the etags and ctags man pages too.
8269
8270 * Makefile.in (distclean): Don't delete backup files; that's the
8271 job of extraclean.
8272 (extraclean): Like distclean, but deletes backup and autosave files.
8273
82741992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8275
8276 Make path specification conform to GNU coding standards.
8277 * configure (long_usage): Remove all traces of old arguments from
8278 usage messages, and document the options we do accept in more
8279 detail: -with-x... and --srcdir.
8280 (options, boolean_opts): Deleted; we don't have enough options to
8281 make this worthwhile.
8282 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
8283 along with the code which supported them; these should be set as
8284 arguments to the top-level make.
8285 (config_h_opts): Since this no longer doubles as a list of option
8286 names, make them upper case; this simplifies the code which uses
8287 them to build the sed command to edit src/config.h. Change the
8288 code which sets them.
8289 (cc, g, O): Don't allow the user to set these using options; they
8290 should be specified using `CC=' and `CFLAGS=' arguments to the
8291 top-level make. Just choose reasonable default values for them,
8292 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
8293 values.
8294 (gnu_malloc, rel_alloc): Don't allow the user to set these using
8295 options; use them whenever the configuration files say they're
8296 possible.
8297 Simplify the argument processing loop. Don't accept abbreviations
8298 for option names; these might conflict with other configuration
8299 options in the future.
8300 Add some support for the `--srcdir' option. Check for the sources
8301 in . and .. if `--srcdir' is omitted. If the directories we will
8302 compile in don't exist yet, create them under the current directory.
8303 Note that the rest of the build process doesn't really support
8304 this.
8305 Edit only the top Makefile. That should edit the others. Edit
8306 into the makefile: `version', from lisp/version.el, `configname'
8307 and `srcdir' from the configuration arguments, `CC' and
8308 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
8309 the user's path, and LOADLIBES as gleaned from the system
8310 description files.
8311 Simplify the report generated; it doesn't need to include any
8312 description of paths now.
8313 Make `config.status' exec configure instead of just calling it, so
8314 there's no harm in overwriting `config.status'.
8315 * Makefile.in (version, configname): New variables, used to choose
8316 the default values for datadir and libdir.
8317 Path variables rearranged into two clearer groups:
8318 - In the first group are the variables specified by the GNU coding
8319 standards (prefix, bindir, datadir, statedir, libdir, mandir,
8320 manext, infodir, and srcdir).
8321 - In the second are the variables actually used for Emacs's paths
8322 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
8323 archlibdir), which depend on the first category.
8324 datadir and libdir default to directories under
8325 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
8326 demand.
8327 etcdir and lispdir default to subdirectories of datadir.
8328 archlibdir defaults to libdir.
8329 The new installation tree is a bit deeper than it used to be, so
8330 use the new make-path program in lib-src to build them all.
8331 Always build a new src/paths.h.tmp and then move-if-change it to
8332 src/paths.h, to avoid unnecessary rebuilds while responding to the
8333 right changes.
8334 Remove all mention of arch-lib. Run utility commands from
8335 lib-src, and let the executables be copied into archlibdir when
8336 Emacs is installed.
8337 Add targets for src/Makefile, lib-src/Makefile, and
8338 oldXMenu/Makefile, editing the values of the path variables into
8339 them.
8340 Let lib-src do its own installation.
8341 (datadir): Default to putting data files under
8342 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
8343 (emacsdir): Variable deleted; it would only be confusing to use.
8344 (lispdir, etcdir): Default to ${datadir}/lisp.
8345 (mkdir): Use make-path for this.
8346 (lockdir): Do this in mkdir.
8347 (Makefile): New target.
8348
8349 * configure (usage_message): Rename to long_usage.
8350
8351 * make-dist: Don't bother creating an arch-lib directory; that's
8352 only for installation now.
8353
83541992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8355
8356 * configure: Use GCC-style configuration names, using config.sub.
8357 Change the usage and help messages.
8358
8359 * configure: Initialize window_system, not indow_system.
8360
8361 * configure: Report which window system, compiler, and signal
8362 handler return type we decide to use.
8363
8364 * make-dist: Explain what's going on if config.sub and gmalloc.c
8365 can't be linked. Place the code which copies them near the code
8366 which links the rest of the files around them.
8367
83681992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
8369
8370 * make-dist: Don't bother to distribute src/*.com, or
8371 src/vmsbuild; those have all been moved to `../vms'.
8372
83731992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8374
8375 * make-dist: Don't forget that the way to avoid filenames starting
8376 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8377 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8378 couldn't make hard links to, since we have two already, and
8379 perhaps more to come.
8380
83811992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8382
8383 * configure: When editing parameters into lib-src/Makefile, change
8384 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8385 needs some other flags too.
8386
83871992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8388
8389 * configure: Remove spurious echo of the configuration name.
8390
8391 * make-dist: Don't distribute files in src/m and src/s whose names
8392 begin with `='.
8393
83941992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8395
8396 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8397 Also LISP_FLOAT_TYPE.
8398
83991992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8400
8401 * make-dist: Copy config.sub, since it's a symbolic link to a file
8402 on another file system.
8403
84041992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8405
8406 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8407 distribution.
8408
8409 * config.sub: New file, to help us recognize configuration names.
8410 * make-dist: Include it in the distribution.
8411
84121992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8413
8414 * configure: Convert `-' to `_' in specified option names.
8415 Accept options with --. Delete --highpri and --have-x-menu options.
8416 New options --with-x and --with-x10 replace -window-system.
8417 Don't mention options --gnu-malloc, --rel-alloc
8418 or --lisp-float-type in help message.
8419
84201992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8421
8422 * make-dist: Include the `vms' subdirectory in the distribution.
8423
84241992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8425
8426 * configure: Remove lines starting with "# DIST: " when building
8427 lib-src/Makefile and src/Makefile. This allows us to mark the
8428 "Makefile.in" files with explanatory comments which won't also get
8429 stuck in the Makefiles.
8430
84311992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8432
8433 * make-dist: Don't use the '+' operator in the sed regular
8434 expression that extracts the version number from lisp/version.el;
8435 Ultrix sed doesn't seem support the operator. Just double the
8436 operand and use *.
8437
84381992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8439
8440 * Makefile.in: Doc fix.
8441
84421992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8443
8444 * configure: Rewrite sed command to remove at most one ./ prefix;
8445 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8446 group.
8447
84481992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8449
8450 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8451
84521992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8453
8454 * make-dist: Go ahead and build a new TAGS file, unless the
8455 --newer option was specified. Don't try to delete a TAGS file
8456 from etc; it's not kept there, and shouldn't be deleted anyway.
8457
84581992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8459
8460 * make-dist: If the lisp directory contains a default.el, don't
8461 distribute it.
8462
8463 * configure: When searching signal.h for the type of a signal
8464 return handler, make a copy of it, not a symbolic link to it; that
8465 way, it will work on systems that don't have symbolic links.
8466
84671992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8468
8469 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8470 option for generating incremental distributions. Stopped it from
8471 generating a TAGS file into the distribution; that sucker is
8472 *big*, and easily enough generated with the toplevel makefile.
8473
84741992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8475
8476 * configure: When writing config.status, don't prefix progname
8477 with a '.'; it might be absolute.
8478
84791992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8480
8481 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8482 /usr/include/X11 exist, not only if both exist.
8483
84841992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8485
8486 * make-dist: Make the new external-lisp directory a duplicate of
8487 the external-lisp directory, not the lisp directory.
8488
84891992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8490
8491 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
8492 clean' in arch-lib; it doesn't even have a Makefile.
8493
8494 * Makefile.in (clean, mostlyclean): In the test which tries to
8495 distinguish between the build directory, which should be cleaned,
8496 and the installed directory, which shouldn't, cd to `${emacsdir}',
8497 not `${DESTDIR}${LIBDIR}'.
8498
84991992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8500
8501 * make-dist: Be sure to delete the .c and .h files that YACC and
8502 BISON create from getdate.y.
8503
8504 * external-lisp: New directory; see `external-lisp/README'.
8505 * make-dist: Added support for the external-lisp subdirectory.
8506
8507 * make-dist: Changed message which complains that make-dist wasn't
8508 invoked in the right directory to indicate which files it was
8509 looking for.
8510
85111992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8512
8513 * configure: Add comments explaining why we can't translate
8514 character ranges or control characters in `tr'.
8515
85161992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8517
8518 * configure: When generating the configuration message, we used to
8519 build the message from the start so that each line began with "# "
8520 so that it would be a comment in `config.status'. However, this
8521 causes trouble if any of the variables we use in the message
8522 expand to more than one line of text - as gnu_malloc_reason
8523 sometimes does. So instead, we build the message as it should be
8524 printed to the user (i.e. without the "# " prefixes), and stick on
8525 the "# "s when we write it to `config.status'.
8526
8527 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
8528 `lib-src' and `arch-lib'.
8529
8530 * configure: When generating report and `config.status' file, note
8531 that bindir only determines where `make install' and
8532 `build-install' will place the executables; this should make it
8533 clear that the ordinary build process will not try to install
8534 things.
8535
85361992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8537
8538 * make-dist: Change messages to say that we are 'making links to
8539 X', rather than 'copying X'. And put `' quotes around file names.
8540
8541 * make-dist: Include '.tmp' in the name of the staging directory.
8542
8543 * make-dist: Pass the `-f' option to rm when you're not sure that
8544 the files you're removing actually exist.
8545
8546 * make-dist: When setting up etc/COPYING, always nuke whatever is
8547 there, and then copy it in, to make sure we get a real file.
8548
8549 * make-dist: Don't try to distribute *.defns files any more. The
8550 only such file was for simula.el, which has been superceded by a
8551 version which doesn't have a separate .defns file.
8552
85531992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
8554
8555 * make-dist: Don't distribute configured versions of config.h.in,
8556 paths.h.in, Makefile.in in src.
8557
8558 * configure: Delete .tmp files before creating them; don't bother
8559 trying to make final targets writeable first, since it won't
8560 matter to move-if-change.
8561
85621992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8563
8564 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
8565 mkdir and chmod in the center of all the conditionals. GNU Make
8566 will strip these out, but other makes won't.
8567
85681992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8569
8570 * make-dist: Include move-if-change in list of files to distribute.
8571
85721992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8573
8574 * configure: Remove any "." elements from the program name.
8575
8576 * configure: Don't record the values of all the possible arguments
8577 in config.status; only record the options that the user specified.
8578
8579 * configure: Use move-if-change to move in the new src/config.h.
8580
85811992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
8582
8583 * move-if-change: New file, copied from gcc release.
8584 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
8585 a temp file, so we don't update paths.h if an error occurs or if
8586 it doesn't need changing.
8587
85881992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8589
8590 * Makefile.in (src/paths.h): Do not install a value for the
8591 PATH_SUPERLOCK value; that macro doesn't exist anymore.
8592 * build-install.in: Same thing.
8593
85941992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8595
8596 * make-dist: Check the flag called "make_tar", not "make_dir"; the
8597 latter, being a typo, is always false, resulting in a program
8598 whose default behavior is to painstakingly build a copy of the
8599 source tree, and then delete it. Rah.
8600
8601 * Makefile.in: Add dist target, and comment for it.
8602
8603 * configure: When scanning <signal.h> for a declaration for
8604 signal, create a symbolic link with a name ending in .c, so the
8605 compiler won't complain that it's only been given .h files.
8606
8607 * configure: Check whether there are any arguments available
8608 before shifting to get the value of a non-boolean parameter.
8609
8610 * make-dist: Doc fix.
8611
86121992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8613
8614 * configure: Instead of grepping /usr/include/signal.h for a
8615 signal declaration, run /usr/include/signal.h or
8616 /usr/include/sys/signal.h through cpp and grep for the
8617 declaration.
8618
8619 * configure: Redirect the output of grep to /dev/null instead of
8620 using grep -s - that flag means different things on other systems.
8621
8622 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
8623 since the former is recognizable even if you don't know what
8624 'dumping' is.
8625 * configure: Accommodate that change.
8626
8627 * configure: Accept options for all of the directories you can
8628 change in the Makefile.
8629
8630 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
8631
8632 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
8633 FOO before you can use them.
8634
8635 * build-install.in: Made the "Where To Install Things" section
8636 conform with the similar section from Makefile.in. Copied section
8637 which builds src/paths.h from src/paths.h.in from the Makefile.
8638
86391992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8640
8641 * configure: Write config.status to pass its command-line
8642 arguments on to configure, so that people can use it to recreate
8643 an old configuration, with minor changes.
8644
86451992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8646
8647 * configure: Don't rely on option variables being unset if their
8648 values are the empty string. In particular, when producing the
8649 English report, don't assume that highpri will be unset when no
8650 increased priority has been requested; -highpri='' should be the
8651 same as omitting -highpri altogether.
8652
8653 * configure: Fix dumb bug: when running the system and machine
8654 description files through cpp, mark those lines that we want to
8655 evaluate with the string '@configure@', and then only evaluate
8656 them. This way if the files include anything that actually
8657 generates text (type definitions or external declarations, say),
8658 we won't try to eval it.
8659
86601992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8661
8662 * make-dist: New shell script.
8663
8664 * configure: When creating foo from foo.in, make foo read-only to
8665 remind people to edit the .in file instead.
8666
8667 * INSTALL: Changed references to config.h-dist to config.h.in.
8668 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
8669 to build src/paths.h from src/paths.h.in; added a paragraph to do
8670 this.
8671 * configure, Makefile, build-install: Changed filenames like
8672 FOO-dist to FOO.in.
8673
86741992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8675
8676 * Makefile, build-install: Renamed to Makefile.in and
8677 build-install.in; the configure script will edit these to produce
8678 the usable Makefile and build-install.
8679 * configure: Changed to produce ./Makefile, ./build-install,
8680 lib-src/Makefile, and src/Makefile from their *.in counterparts,
8681 instead of editing them in place.
8682
86831992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8684
8685 * Makefile: Re-arranged so that the undumped Emacs will search
8686 ../lisp *after* the site's local elisp files.
8687 (locallisppath, dumplisppath): New variables.
8688 (lisppath): This variable's default value is now chosen based on
8689 $(locallisppath) and $(lispdir); while it used to be the
8690 customization point for adding site-local elisp directories to
8691 load-path, that job is now handled mostly by locallisppath.
8692 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
8693 Check the values being assigned to the *LOADSEARCH macros for null
8694 path elements (like '::' in 'foo::bar').
8695
8696 * configure: When checking if the machine- and system-dependent
8697 files define a particular macro or not, actually run them through
8698 CPP and test the macros with #ifs, instead of just grepping for
8699 the macros' names. In particular, check for SYSTEM_MALLOC in this
8700 way.
8701
87021992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8703
8704 * Makefile (install): Don't use -s in install. (Keep the symbols.)
8705
87061992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8707
8708 * configure: Make the config.status file an executable shell
8709 script which will recreate the same configuration. Include the
8710 verbal description of the current configuration as a comment in
8711 the script.
8712 * INSTALL: Doc fix.
8713
8714 * Makefile: Brought the Makefile up to the GNU coding
8715 standards, as described in standards.text:
8716 (TAGS): New name for the target which rebuilds the tags table.
8717 (check): New target; doesn't do anything yet.
8718 (mostlyclean): New target, synonymous with clean.
8719 (realclean): New target. Currently, this just calls the
8720 subdirectories's makefiles and then deletes config.status.
8721 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
8722 variables.
8723 Installation directory variables changed to conform.
8724 (install, install.sysv, install.xenix, install.aix): Changed the
8725 code which copies the directories into their installed location to
8726 allow the installed locations to be in several different
8727 directories; the old version assumed that they would all be in
8728 $(emacsdir).
8729 (mkdir, lockdir): Allow the installed locations to be in several
8730 different directories.
8731 * INSTALL: Doc fix.
8732
8733 * build-install: Use the same variable names as the Makefile.
8734 Allow the installed locations to be in several different
8735 directories.
8736
87371992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8738
8739 * Makefile (src/paths.h): Instead of using a single sed command to
8740 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
8741 separately, and don't forget to append "/!!!SuperLock!!!" to the
8742 value of the PATH_SUPERLOCK macro.
8743
8744 * config.emacs: Renamed to configure, for consistency with other
8745 GNU products. Internal references changed.
8746 INSTALL, Makefile: References changed.
8747
8748 * lock: New directory, which should always be empty. If this
8749 directory doesn't exist, Emacs won't complain; it just won't lock.
8750 Having this here means that people can just unpack Emacs, build
8751 it, and have locking work.
8752
8753 * share-lib: Re-renamed to etc, for the sake of tradition.
8754 * config.emacs: Changed default value for datadir to ../etc.
8755 * INSTALL, README: Adjusted.
8756
87571992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8758
8759 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
8760 by running CPP on the appropriate s/*.h and m/*.h files.
8761
87621992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8763
8764 * config.emacs: Make sure to set the "exit on error" flag once
8765 we've removed config.status; errors should abort the configuration.
8766
87671992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8768
8769 * config.emacs: Added -distribute option, so that the Makefile
8770 paths are in their proper form. I don't know why this matters.
8771
87721992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8773
8774 * local-lisp: New directory, empty in the distribution, for people
8775 to put local elisp code in.
8776 * config.emacs: Include it in the default load path.
8777 * README: Document it.
8778
87791992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8780
8781 * config.emacs: Guess the type of signal handling functions based
8782 on the contents of /usr/include/signal.h.
8783
8784 * config.emacs: Print out progress report messages.
8785
8786 * Makefile (src/paths.h): Don't generically replace
8787 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
8788 editing of the other entries, and each entry should be dealt with
8789 explicitly anyway.
8790
8791 * build-install: Converted from C-shell to Bourne shell.
8792 * config.emacs: Edit build-install properly.
8793
8794 * config.emacs: Doc fix.
8795
87961992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8797
8798 * Makefile (install): Remove `B' from tar xf command.
8799
88001992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8801
8802 * config.emacs: Removed support for the `maintain-environment'
8803 option; the only important difference between this and its absence
8804 has been removed.
8805 * INSTALL: Removed mention of `maintain-environment'.
8806
8807 * config.emacs: Fix arguments to sed when processing boolean
8808 arguments.
8809
88101991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8811
8812 * config.emacs: New file, to help automate the installation
8813 process.
8814
8815 * Makefile: Lots of changes to support the separation of etc into
8816 architecture-dependent and -independent files:
8817 (EMACSROOT): New variable, giving the directory under which all of
8818 Emacs's libraries should be installed. Changed rest of file to
8819 use it.
8820 (LIBDIR): Now denotes only architecture-dependent dir.
8821 (DATADIR): New variable, denoting architecture-independent dir.
8822 (LOCKDIR): New variable, for completeness.
8823 (SUBDIR): No more etc, new lib-src.
8824 (COPYDIR): No more etc, new arch-lib and share-lib.
8825 (src/paths.h): Set PATH_DATA and the LOCK macros too.
8826 (src): Now depends on lib-src, not etc.
8827 * build-install: Changes parallel to the above.
8828 * README: Describe the new arrangement.
8829
8830 * vms: New subdirectory for all the VMS stuff.
8831
88321991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8833
8834 * Makefile (LISPPATH): New variable.
8835 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
8836
88371990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
8838
8839 * Makefile (install, install.sysv, install.xenix):
8840 Install wakeup instead of loadst. No need for setuid or setgid.
8841
88421990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8843
8844 * Makefile (clean): Clean etc if that's not the installation dir.
8845
88461990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8847
8848 * Makefile (paths.h): Make sed alter each name in the path.
8849
88501988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8851
8852 * Makefile (install.sysv): Use cpio, not tar.
8853
88541988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8855
8856 * Makefile (lockdir): Rename `lock' target.
8857 Depend on it from install*, not from `all'.
8858
88591988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8860
8861 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
8862 to match build-install and paths.h.
8863
8864;; Local Variables:
8865;; coding: utf-8
067d23c9
KY
8866;; End:
8867
dc3e3e7b
GM
8868 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
8869 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
8870 Free Software Foundation, Inc.
067d23c9
KY
8871
8872 This file is part of GNU Emacs.
8873
8874 GNU Emacs is free software: you can redistribute it and/or modify
8875 it under the terms of the GNU General Public License as published by
8876 the Free Software Foundation, either version 3 of the License, or
8877 (at your option) any later version.
8878
8879 GNU Emacs is distributed in the hope that it will be useful,
8880 but WITHOUT ANY WARRANTY; without even the implied warranty of
8881 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8882 GNU General Public License for more details.
8883
8884 You should have received a copy of the GNU General Public License
8885 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.