]> code.delx.au - gnu-emacs/blob - ChangeLog
Merge from gnulib.
[gnu-emacs] / ChangeLog
1 2011-02-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Import getloadavg module from gnulib.
4 * .bzrignore: Add lib/stdlib.h.
5 * Makefile.in (GNULIB_MODULES): Add getloadavg.
6 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
7 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
8 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
9 Remove; gnulib does this now.
10 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
11 from gnulib. This adds support for several other systems, such
12 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
13 buffer overrun on Linux hosts under very high load, and on hosts
14 that maintain a channel to the load average file it makes sure
15 the file descriptor is close-on-exec (on hosts that support this)
16 and is not stdin, stdout, or stderr.
17 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
18 from gnulib.
19 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
20 * src/config.in: Regenerate.
21
22 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
23
24 gnulib: allow multiple gnulib generated replacements to coexist
25 This defines a few preprocessor symbols that should not affect Emacs.
26 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
27 via "make sync-from-gnulib".
28
29 gnulib: undo previous change
30 The upstream _HEADERS change was backed out of gnulib (see the
31 same thread). Stay in sync with gnulib.
32
33 gnulib: adjust to upstream _HEADERS change
34 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
35 New empty macros, to accommodate recent changes to gnulib. See
36 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
37 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
38 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
39 * lib/time.in.h, lib/unistd.in.h:
40 Regenerate.
41
42 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
43
44 sync from gnulib to remove HAVE_STDBOOL_H
45 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
46 AC_HEADER_STDBOOL. All uses changed. Do not define
47 HAVE_STDBOOL_H, as gnulib does not need this. This change is
48 imported from the latest Autoconf git. It was motivated by Emacs,
49 which uses gnulib but does not need HAVE_STDBOOL_H.
50 * configure, src/config.in: Regenerate.
51 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
52
53 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
54
55 allow C code to suppress warnings about ignored return values
56 * Makefile.in (GNULIB_MODULES): Add ignore-value.
57 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
58 * lib/ignore-value.h: New file.
59
60 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
61
62 * configure.in: Test existence of xaw3d library, not just the
63 header (Bug#7642).
64
65 2011-01-31 Eli Zaretskii <eliz@gnu.org>
66
67 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
68 $(BLD)/time_r.$(O).
69 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
70 $(EMACS_ROOT)/src/m/intel386.h.
71 ($(BLD)/strftime.$(O)):
72 ($(BLD)/time_r.$(O)): Define prerequisites.
73
74 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
75
76 src/emacs.c now gets version number from configure.in
77 * configure.in (version): Set this from $PACKAGE_VERSION,
78 which is set from AC_INIT, rather than scouting through src/emacs.c.
79 * configure: Regenerate.
80 * make-dist (version): Get it from configure.in, not src/emacs.c.
81
82 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
83
84 strftime: import from gnulib
85 * Makefile.in (GNULIB_MODULES): Add strftime.
86 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
87 needed.
88 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
89 Regenerate.
90 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
91 imported from gnulib.
92 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
93 This incorporates many changes from gnulib, including simpler
94 handling of multibyte formats, porting to mingw32 and other
95 platforms, and support for higher-resolution time stamps.
96 Emacs does not yet use the higher-resolution interface.
97
98 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
99
100 gnulib: import mktime and move-if-change fixes from gnulib
101
102 * configure: Regenerate from the following.
103
104 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
105
106 mktime: clarify long_int width checking
107 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
108 the top level, to make it clearer that the assumption about
109 long_int width is being checked. See
110 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
111
112 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
113
114 TYPE_MAXIMUM: avoid theoretically undefined behavior
115 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
116 negative number, which the C Standard says has undefined behavior.
117 In practice this is not a problem, but might as well do it by the book.
118 Reported by Rich Felker and Eric Blake; see
119 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
120 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
121 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
122
123 mktime: #undef mktime before #defining it
124 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
125
126 mktime: systematically normalize tm_isdst comparisons
127 * lib/mktime.c (isdst_differ): New function.
128 (__mktime_internal): Use it systematically for all isdst comparisons.
129 This completes the fix for libc BZ #6723, and removes the need for
130 normalizing tm_isdst. See
131 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
132 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
133
134 mktime: fix some integer overflow issues and sidestep the rest
135
136 This was prompted by a bug report by Benjamin Lindner for MinGW
137 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
138 His bug is due to signed integer overflow (0 - INT_MIN), and I
139 I scanned through mktime.c looking for other integer overflow
140 problems, fixing all the bugs I found.
141
142 Although the C Standard says the resulting code is still not safe
143 in the presence of integer overflow, in practice it should be good
144 enough for all real-world two's-complement implementations, except
145 for debugging environments that deliberately trap on integer
146 overflow (e.g., gcc -ftrapv).
147
148 * lib/mktime.c (WRAPV): New macro.
149 (SHR): Also check that long_int and time_t shift right in the
150 usual way, before using the fast-but-unportable method.
151 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
152 used. The code already assumed two's complement, so there's
153 no need to test for alternatives. All uses removed.
154 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
155 the C standard. Problem reported by Rich Felker in
156 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
157 (twos_complement_arithmetic): Also check long_int and time_t.
158 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
159 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
160 (__mktime_internal): Avoid integer overflow with unary subtraction
161 in two instances where -1 - X is an adequate replacement for -X,
162 since the calculations are approximate.
163
164 2011-01-29 Eric Blake <eblake@redhat.com>
165
166 mktime: avoid infinite loop
167 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
168 type; behavior is still undefined but portable to all known targets.
169 Reported by Rich Felker.
170
171 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
172
173 mktime: avoid problems on NetBSD 5 / i386
174 * lib/mktime.c (long_int): New type. This works around a problem
175 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
176 but time_t is 64 bits, and where I expect the existing code is
177 wrong in some cases.
178 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
179 (ydhms_diff): Bring back the compile-time check for wide-enough
180 year and yday.
181
182 mktime: fix misspelling in comment
183 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
184 This merges all recent glibc changes of importance.
185
186 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
187
188 move-if-change: cope with concurrent mv of identical file.
189 * move-if-change (CMPPROG): Accept environment
190 variable as an override for `cmp'.
191 (usage): Document CMPPROG.
192 Adjust comparison to drop stdout. Cope with failure of mv if
193 the target file exists and is identical to the source, for
194 parallel builds.
195 Report from H.J. Lu against binutils in PR binutils/12283.
196
197 2011-01-29 Eli Zaretskii <eliz@gnu.org>
198
199 * lib/makefile.w32-in:
200 * lib/getopt_.h: New files.
201
202 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
203
204 improve fix for MS-DOS file name clash
205 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
206 for portability to POSIX make. Reported by Bruno Haible.
207 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
208 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
209 files from accumulating as garbage. Also reported by Bruno Haible.
210
211 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
212
213 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
214 * Makefile.in (DOS-gnulib-comp.m4): New macro.
215 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
216 problems with MS-DOS 8+3 file name restrictions.
217 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
218 it, it would also cause problems when extracting Emacs distribution
219 tarballs on MS-DOS hosts.
220 (ACLOCAL_INPUTS): Adjust to file renaming.
221 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
222 * config.guess, config.sub: Sync from gnulib.
223 * m4/gnulib-cache.m4: Remove from repository.
224 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
225
226 2011-01-25 Glenn Morris <rgm@gnu.org>
227
228 * README: Add a note about ranges in copyright years.
229
230 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
231
232 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
233
234 * configure.in: Add HP-UX on IA64 (Bug#6811).
235
236 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
237
238 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
239 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
240 as it is no longer needed.
241 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
242 * configure.in: Invoke the new gnulib macro
243 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
244 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
245 * m4/getopt.m4: Sync from gnulib; this removes the need for
246 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
247 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
248 New macro, synced from gnulib.
249 * m4/warn-on-use.m4: Remove.
250
251 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
252
253 aclocal.m4: put this file back into repository
254 This way, we don't have to assume that the maintainer has
255 the automake package installed. See
256 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
257 * .bzrignore: Remove aclocal.m4, undoing the previous change.
258 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
259 undoing the previous change.
260 * aclocal.m4: New file (actually, resurrected).
261
262 2011-01-22 Miles Bader <miles@gnu.org>
263
264 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
265 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
266 Emacs directly uses fontconfig, and breaks building when using a
267 strict linker).
268
269 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
270
271 src/config.in: shrink slightly
272 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
273 This makes src/config.in a bit smaller, by removing identifiers
274 like GNULIB_TEST_MKTIME that Emacs does not need.
275 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
276 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
277 Sync from gnulib. This removes a few more unnecessary symbols from
278 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
279 * configure, src/config.in: Regenerate.
280
281 aclocal.m4: tweaks to regenerate more conveniently
282 This attempts to act better when the source is in a weird state. See
283 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
284 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
285 * .bzrignore: Add aclocal.m4.
286
287 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
288
289 aclocal.m4: omit auto-generated file from repository
290 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
291 the most recent change here.
292 * aclocal.m4: Remove from bzr repository. This file is
293 auto-generated and isn't needed to run 'configure'. See
294 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
295
296 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
297
298 Minor Makefile.in tweaks to build from gnulib better.
299 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
300 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
301 (top_maintainer_clean): Don't remove aclocal.m4.
302
303 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
304
305 Minor cleanups for 'bzr status'
306 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
307 the output of config.guess.
308 * Makefile.in (top_distclean): Remove stamp-h1 too.
309
310 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
311 defined if the compiler supports GCC-style __attribute__
312 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
313 this syntax.
314
315 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
316
317 Makefile.in: tidy up the building of lib
318 * Makefile.in (am--refresh): Mark as .PHONY.
319 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
320 as they're not rebuilt unless you do a "make sync-from-gnulib"
321 and the former is needed for "configure".
322 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
323 has already removed lib/Makefile.
324
325 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
326 This avoids building ftoastr and ldtoastr, which aren't needed. See
327 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
328
329 * .bzrignore: Add .h files that are host-dependent.
330 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
331 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
332 host-dependent and are built as part of an ordinary 'make', and
333 should not be checked in.
334
335 * lib/Makefile.in: Regenerate.
336 * lib/COPYING: New file, a copy of COPYING.
337
338 * configure: Regenerate.
339 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
340
341 Regenerate.
342 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
343 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
344 New files, copied from gnulib by gnulib-tool.
345 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
346 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
347 Regenerate.
348
349 Use gnulib's getopt-gnu module.
350 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
351 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
352 representative of the dependencies.
353 * configure.in: Do not configure getopt, as gnulib does that now.
354 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
355 getopt now, in lib.
356
357 Regenerate.
358 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
359 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
360 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
361 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
362 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
363 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
364 * m4/wchar_t.m4, warn-on-use.h:
365 New files, copied from gnulib by gnulib-tool.
366 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
367 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
368 Regenerate.
369
370 Use gnulib's mktime module.
371 * Makefile.in (GNULIB_MODULES): Add mktime.
372 * configure.in: Remove code no longer needed, as gnulib now does it.
373 (AC_CHECK_FUNCS): Remove mktime.
374 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
375 (__restrict): Remove, as this now gets in the way of the C99
376 support for 'restrict' pulled in by the gnulib mktime module.
377 Code should now use 'restrict' and not '__restrict".
378 (mktime): Remove.
379 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
380 and warn-on-use.h into the distribution.
381
382 Regenerate.
383 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
384 * lib/ldtoastr.c, m4/c-strtod.m4:
385 New files, copied from gnulib by gnulib-tool.
386 * lib/dummy.c: Remove.
387 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
388 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
389 Regenerate.
390
391 Use gnulib's ftoastr module.
392 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
393
394 Regenerate.
395 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
396 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
397 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
398 New files, generated automatically, with 'make sync-from-gnulib'
399 followed by 'make'.
400 * configure, lisp/dired.el, src/config.in: Regenerate.
401
402 Automate syncing from gnulib.
403 * INSTALL, README: Document new subdirectory 'lib'.
404 * Makefile.in (SUBDIR): Add lib.
405 (SUBDIR_MAKEFILES): Add lib/Makefile.
406 (lib-src, src, TAGS, tags): Depend on lib.
407 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
408 ($(gnulib_srcdir)): New rule.
409 (sync-from-gnulib): New rule, which is .PHONY.
410 (lib): New rule, which is like lib-src.
411 (Makefile): Depend on lib/Makefile.in.
412 (AUTOCONF_INPUTS): Depend on aclocal.m4.
413 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
414 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
415 (am--refresh): New rule, to pacify Automake.
416 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
417 Clean lib, too.
418 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
419 droppings.
420 (maintainer-clean, extraclean): Use it.
421 * configure.in: Initialize for automake and gnulib, by invoking
422 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
423 lib/Makefile, too. Use automake to build gnulib, as gnulib works
424 more conveniently with automake.
425 * lib/Makefile.am: New file.
426 * make-dist: Also put into the distribution aclocal.m4,
427 compile, depcomp, missing, and the files under lib/.
428
429 2011-01-15 Glenn Morris <rgm@gnu.org>
430
431 * Makefile.in (epaths-force): No more arch-tag to edit.
432
433 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
434
435 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
436
437 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
438
439 * make-dist: Distribute test/ files too.
440 Distribute every file under test/ that is under version control,
441 using patterns like *.el to capture files that are added later.
442 Without this change, "configure" would fail, because it would
443 attempt to build from a Makefile.in that was not distributed.
444
445 2011-01-13 Christian Ohler <ohler@gnu.org>
446
447 * Makefile.in (INFO_FILES): Add ERT.
448
449 * Makefile.in (check): Run tests in test/automated.
450
451 * Makefile.in:
452 * configure.in: Add test/automated/Makefile.
453
454 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
455
456 * install-sh, mkinstalldirs, move-if-change: Update from master
457 source in gnulib.
458
459 * config.guess, config.sub: Updated from master source.
460
461 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
462
463 * configure.in: Check for __builtin_unwind_init.
464
465 2011-01-05 Glenn Morris <rgm@gnu.org>
466
467 * configure.in (HAVE_MAKEINFO): New output variable.
468 (MAKEINFO): Reset to "makeinfo" if not found.
469 * Makefile.in (install-arch-indep, info):
470 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
471
472 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
473
474 * configure.in: Make gameuser configurable (Bug#7717).
475
476 2010-12-15 Glenn Morris <rgm@gnu.org>
477
478 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
479 long absent lib-src/fns-*.el.
480
481 2010-12-11 Glenn Morris <rgm@gnu.org>
482
483 * make-dist: Exclude etc/*.pyc.
484
485 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
486
487 * configure.in: Don't double machfile in final message.
488
489 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
490
491 * configure.in: Fix last change.
492
493 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
494
495 * configure.in: Remove reference to removed machine description
496 files and allow $machine and $machfile to be empty. Substitute
497 M_FILE/S_FILE instead of machfile/opsysfile.
498
499 2010-12-03 Glenn Morris <rgm@gnu.org>
500
501 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
502
503 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
504
505 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
506 (EXTERNALLY_VISIBLE): New definition.
507
508 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
509
510 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
511
512 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * configure.in: Do not check for unconditionally included headers.
515
516 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
519
520 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
521
522 * configure.in: Don't write a warning for D-Bus anymore.
523
524 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
525
526 * configure.in: Fix indentation.
527
528 2010-10-31 Ken Brown <kbrown@cornell.edu>
529
530 * configure.in (checking whether localtime caches TZ): Use
531 unsetenv instead of modifying environment directly.
532
533 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
534
535 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
536 to avoid warning.
537
538 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
539
540 * configure.in: Remove the BROKEN annotation from gnutls.
541
542 2010-10-22 Glenn Morris <rgm@gnu.org>
543
544 * make-dist: Avoid listing .el files twice. Don't try to run
545 autoconf if --no-update.
546
547 2010-10-20 Glenn Morris <rgm@gnu.org>
548
549 * make-dist: No longer create lisp/MANIFEST.
550
551 2010-10-14 Glenn Morris <rgm@gnu.org>
552
553 * BUGS, INSTALL.BZR, README: Updates.
554
555 2010-10-13 Glenn Morris <rgm@gnu.org>
556
557 * make-dist: Remove --compress. Check for the appropriate
558 gzip-like executable, and if not found, don't compress.
559 Check version number in README, don't change it.
560 Use find for nt/inc/*.h.
561
562 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
563
564 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
565 trailing / from directory names.
566
567 2010-10-12 Glenn Morris <rgm@gnu.org>
568
569 * make-dist: Update and simplify.
570
571 2010-10-12 Eli Zaretskii <eliz@gnu.org>
572
573 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
574
575 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
576
577 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
578
579 2010-10-09 Glenn Morris <rgm@gnu.org>
580
581 * make-dist: No more doc/emacs/*.texi.in.
582
583 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
584
585 2010-10-09 Glenn Morris <rgm@gnu.org>
586
587 * configure.in: Combine some conditionals.
588
589 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
590 * make-dist: Include doc/emacs/*.texi.in.
591
592 * INSTALL, make-dist: Remove references to b2m.
593 * Makefile.in (MAN_PAGES): Remove b2m.1.
594
595 2010-10-05 Glenn Morris <rgm@gnu.org>
596
597 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
598
599 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
602
603 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * configure.in: Include stdlib.h and string.h unconditionally.
606
607 2010-09-29 Romain Francoise <romain@orebokech.com>
608
609 * configure.in: Don't enable ImageMagick unless HAVE_X11.
610
611 2010-09-28 Glenn Morris <rgm@gnu.org>
612
613 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
614 happy.
615
616 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
617
618 * configure.in: Enable imagemagick by default.
619
620 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
621
622 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
623 gnutls libraries.
624
625 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
626
627 * configure.in: Set up GnuTLS.
628
629 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
630
631 * configure.in: Announce whether libxml2 is linked to.
632
633 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
634
635 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
636
637 2010-09-18 Eli Zaretskii <eliz@gnu.org>
638
639 * config.bat: Detect that libxml2 is installed and if so, build
640 with it.
641
642 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
645 be used. This fixes a conf problem on Mac OS X.
646
647 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
648
649 * configure.in: Check for libxml2.
650
651 2010-09-09 Glenn Morris <rgm@gnu.org>
652
653 * make-dist: No more TODO files under lisp/.
654
655 2010-09-04 Eli Zaretskii <eliz@gnu.org>
656
657 * config.bat: Produce lisp/gnus/_dir-locals.el from
658 lisp/gnus/.dir-locals.el.
659
660 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
661
662 * configure.in: Fix check for librsvg, imagemagick and
663 MagickExportImagePixels.
664
665 2010-08-18 Joakim Verona <joakim@verona.se>
666
667 * Makefile.in, configure.in: Checks for ImageMagick.
668
669 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
670
671 * configure.in (AC_PREREQ): Require autoconf 2.65.
672
673 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
674
675 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
676
677 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
678
679 * configure.in: Add AC_C_BIGENDIAN.
680
681 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * configure.in (ORDINARY_LINK): Use on hpux* too.
684
685 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
686
687 * configure.in: Check for util.h.
688 Use -Wimplicit-function-declaration if compiler supports it.
689
690 2010-08-05 Eli Zaretskii <eliz@gnu.org>
691
692 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
693
694 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
695
696 * configure.in: Restore accidentally removed use of
697 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
698
699 2010-07-29 Chad Brown <yandros@mit.edu>
700
701 * configure.in: Check for dirent.h.
702
703 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
704
705 * configure.in: Remove reference to usg5-4, unused.
706
707 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
708
709 * configure.in: Check for __executable_start.
710
711 2010-07-24 Ken Brown <kbrown@cornell.edu>
712
713 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
714
715 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
716
717 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
718
719 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
720
721 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
722
723 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
724
725 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
726 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
727 (C_OPTIMIZE_SWITCH): Remove.
728 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
729
730 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
731
732 * configure.in: Don't check for index and rindex, check for strchr
733 and strrchr. Define strchr and strrchr as index and rindex,
734 resp., in src/config.h if not available.
735
736 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * configure.in: Use -Wold-style-definition if available.
739 This helps with the transition to standard C code, it can be
740 removed when done.
741
742 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
743
744 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
745 and MSWindows.
746
747 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
748
749 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
750 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
751
752 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
753
754 * configure.in (getenv): Remove K&R declaration.
755
756 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
757
758 * configure.in: Remove define __P.
759
760 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
761
762 * configure.in (--enable-use-lisp-union-type): New flag.
763
764 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
765
766 Fix CFLAGS for non-GCC compilers.
767 * configure.in (CFLAGS): Always use -g like it was done before the
768 2010-03-30 change.
769 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
770 (Bug#6538)
771
772 2010-06-30 Glenn Morris <rgm@gnu.org>
773
774 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
775 Set with AC_DEFINE rather than AH_BOTTOM.
776
777 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
778 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
779 Set with shell, not cpp.
780 (LIBX): Remove, just use -lX11 in the one place this was used.
781 (cannot_dump): Replace with CANNOT_DUMP.
782
783 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
784
785 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
786 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
787 by minimum required Gtk+ 2.6). Add checks for functions introduced
788 in Gtk+ 2.14 or newer (bug#6505).
789
790 2010-06-26 Eli Zaretskii <eliz@gnu.org>
791
792 * config.bat: Remove white space around "+" in COPY commands.
793
794 2010-06-23 Glenn Morris <rgm@gnu.org>
795
796 * info/dir: Start descriptions in column 32, per Texinfo convention.
797
798 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
799
800 * INSTALL: Update font information (Bug#6389).
801
802 2010-06-16 Glenn Morris <rgm@gnu.org>
803
804 * INSTALL: General update.
805
806 2010-06-12 Glenn Morris <rgm@gnu.org>
807
808 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
809
810 2010-06-11 Glenn Morris <rgm@gnu.org>
811
812 * configure.in (--without-compress-info): New option.
813 (GZIP_INFO): New output variable.
814
815 * Makefile.in (GZIP_INFO): New, set by configure.
816 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
817 Handle man pages in the same way.
818
819 2010-06-10 Glenn Morris <rgm@gnu.org>
820
821 * Makefile.in (install-arch-indep): Gzip the info files too.
822
823 * make-dist: Remove references to non-existent directories and files.
824
825 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
826
827 * configure.in: Include <strings.h> and <string.h> instead of
828 "strings.h" and "string.h".
829
830 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * configure.in: Remove code dealing with BSTRING.
833
834 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
835
836 * configure.in (AC_PREREQ): Require autoconf 2.65.
837
838 * configure.in (unxec): Do not define and substitute.
839 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
840
841 2010-06-03 Glenn Morris <rgm@gnu.org>
842
843 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
844
845 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
846
847 Fix alloca definition when using gcc on non-gnu systems.
848 * configure.in: Use the code sequence indicated by "info autoconf"
849 for alloca (bug#6170).
850
851 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * .bzrignore: Ignore new files from trunk, which appear if you use
854 colocated branches (i.e. "bzr switch").
855
856 2010-05-28 Glenn Morris <rgm@gnu.org>
857
858 * configure.in: Simplify some of the $canonical tests.
859
860 2010-05-27 Glenn Morris <rgm@gnu.org>
861
862 * config.bat: Do not preprocess src/Makefile.in.
863
864 * configure.in: Do not preprocess src/Makefile.in.
865 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
866 (AC_EGREP_CPP): Test no longer needed.
867
868 * make-dist: No more Makefile.c files.
869
870 2010-05-26 Glenn Morris <rgm@gnu.org>
871
872 * configure.in (YMF_PASS_LDFLAGS): Remove.
873 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
874
875 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
876 Add $GNUSTEP_LOCAL_HEADERS.
877 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
878
879 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
880 (GNUSTEP_MAKEFILES): Remove.
881 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
882 stuff to here.
883
884 2010-05-25 Glenn Morris <rgm@gnu.org>
885
886 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
887 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
888
889 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
890 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
891 here instead.
892
893 2010-05-24 Romain Francoise <romain@orebokech.com>
894
895 * make-dist: Look for version in src/emacs.c.
896 Use lisp/subr.el rather than lisp/version.el for location check.
897
898 2010-05-21 Glenn Morris <rgm@gnu.org>
899
900 * configure.in (MKDEPDIR): Parallel build tweak.
901
902 * configure.in (ns_frag): New output file.
903
904 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
905 (OLDXMENU_TARGET): Set to empty if USE_GTK.
906
907 * configure.in (cannot_dump): New output variable.
908
909 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
910
911 * configure.in: On NetBSD, if terminfo is found, use it in
912 preference to termcap. (Bug#6190)
913
914 2010-05-20 Glenn Morris <rgm@gnu.org>
915
916 * make-dist (src): Include *.mk.
917 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
918 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
919 (deps_frag): New output file.
920 (AUTO_DEPEND): Remove this definition.
921
922 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
923
924 2010-05-19 Glenn Morris <rgm@gnu.org>
925
926 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
927 (ORDINARY_LINK): New AC_DEFINE.
928 (LIB_GCC): No need to set if ORDINARY_LINK.
929
930 2010-05-18 Glenn Morris <rgm@gnu.org>
931
932 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
933 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
934
935 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
936 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
937 (RALLOC_OBJ): New output variable.
938
939 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
940 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
941
942 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * Makefile.in (src): Provide the name of the VCS file that witnesses
945 a pull.
946 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
947
948 2010-05-17 Glenn Morris <rgm@gnu.org>
949
950 * configure.in (OLDXMENU_DEPS): New output variable.
951
952 2010-05-16 Glenn Morris <rgm@gnu.org>
953
954 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
955
956 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
957 * Makefile.in (install-arch-dep): Update for above change.
958
959 * Makefile.in (ns_appdir): Remove.
960 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
961
962 * configure.in (TEMACS_LDFLAGS2): New output variable.
963
964 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
965 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
966 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
967 nothing uses.
968
969 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
970
971 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
972 does not use them.
973 (X11R5_INHIBIT_I18N): Remove, unused.
974
975 2010-05-15 Glenn Morris <rgm@gnu.org>
976
977 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
978
979 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
980
981 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
982
983 * configure.in: Look for version string in its new location.
984
985 2010-05-15 Eli Zaretskii <eliz@gnu.org>
986
987 * config.bat: Remove support for DJGPP v1.x.
988
989 2010-05-15 Glenn Morris <rgm@gnu.org>
990
991 * configure.in (OLDXMENU_TARGET): New output variable.
992
993 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
994
995 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
996 and other files that no longer exist.
997
998 2010-05-14 Glenn Morris <rgm@gnu.org>
999
1000 * configure.in (cpp_undefs): Add mktime, register, X11.
1001
1002 * configure.in (GPM_MOUSE_SUPPORT): Remove.
1003 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
1004 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
1005
1006 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
1007 (GNUSTEP_MAKEFILES): Do not output.
1008
1009 2010-05-13 Glenn Morris <rgm@gnu.org>
1010
1011 * configure.in: Fix some paren typos.
1012
1013 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
1014
1015 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
1016
1017 2010-05-12 Glenn Morris <rgm@gnu.org>
1018
1019 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
1020
1021 * configure.in (LIB_GCC): New output variable.
1022
1023 2010-05-11 Glenn Morris <rgm@gnu.org>
1024
1025 * make-dist (msdos): No more mainmake.
1026
1027 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
1028 * config.bat: Do not run cpp on lib-src/Makefile.in.
1029
1030 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
1031
1032 2010-05-10 Glenn Morris <rgm@gnu.org>
1033
1034 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
1035
1036 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
1037 (BLESSMAIL_TARGET): New output variable.
1038
1039 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1040
1041 * INSTALL: Fix typos.
1042
1043 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * configure.in: Add check for buggy version of GCC (Bug#6031).
1046
1047 2010-05-08 Glenn Morris <rgm@gnu.org>
1048
1049 * configure.in (HAVE_LIBNCURSES): New local variable.
1050 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
1051 replacing cpp in src/s/*.h and src/Makefile.in.
1052
1053 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * Version 23.2 released.
1056
1057 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * configure.in: Add tests for `isnan' and `copysign'.
1060
1061 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1062
1063 * config.bat: Allow for 2 leading `#'s in comments in
1064 src/Makefile.in.
1065
1066 2010-05-07 Glenn Morris <rgm@gnu.org>
1067
1068 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1069 Merges logic from src/s/* and src/Makefile.in.
1070 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1071
1072 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 Define START_FILES and LIB_STANDARD using autoconf.
1075 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
1076 here from src/s/*.h.
1077 (HAVE_CRTIN): Remove, inline logic in the netbsd
1078 START_FILES/LIB_STANDARD computation.
1079
1080 2010-05-06 Glenn Morris <rgm@gnu.org>
1081
1082 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
1083
1084 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
1085 (LD_SWITCH_X_SITE): Remove unused variables.
1086
1087 2010-05-04 Glenn Morris <rgm@gnu.org>
1088
1089 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
1090 as well.
1091 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
1092
1093 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1094
1095 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
1096 variables, replacing c_switch_machine, c_switch_system.
1097 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
1098 @c_switch_system@.
1099
1100 2010-05-03 Glenn Morris <rgm@gnu.org>
1101
1102 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
1103
1104 * make-dist: There are no more src/m/*.inp files.
1105
1106 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1107
1108 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
1109 (ac_link): Do not use ld_switch_machine.
1110
1111 2010-05-01 Glenn Morris <rgm@gnu.org>
1112
1113 * configure.in (OTHER_OBJ): Remove.
1114 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
1115
1116 2010-04-30 Glenn Morris <rgm@gnu.org>
1117
1118 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
1119 Elsewhere, maybe include it.
1120
1121 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
1122 (OLDXMENU, LIBXMENU): New output variables.
1123
1124 * configure.in (OTHER_OBJ): New output variable.
1125
1126 2010-04-28 Glenn Morris <rgm@gnu.org>
1127
1128 * configure.in (CYGWIN_OBJ): New output variable.
1129
1130 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
1131
1132 * configure.in (FONT_OBJ): New output variable.
1133
1134 * configure.in (LIBXMU): New output variable.
1135
1136 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
1137
1138 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
1139 userland and maybe change values to i386 (move test from s/amdx86-64.h).
1140
1141 2010-04-27 Glenn Morris <rgm@gnu.org>
1142
1143 * configure.in (LIBXTR6): New output variable. Move unixware special
1144 case here from src/s/unixware.h.
1145
1146 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
1147 in Makefiles.
1148 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
1149
1150 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
1151 (LIBXP): No longer substitute in Makefiles.
1152 (MOTIF_LIBW): New output variable. Move system-specific settings here
1153 from src/s files.
1154
1155 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1156
1157 Reduce CPP usage.
1158 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
1159 (unexec): Define unconditionally, all platforms define
1160 UNEXEC. AC_SUBST it.
1161 (UNEXEC_SRC): Remove, unused.
1162 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
1163
1164 2010-04-27 Glenn Morris <rgm@gnu.org>
1165
1166 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
1167 replaced by LIBXP.
1168
1169 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
1170 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
1171 On hpux10-20, default to /lib.
1172
1173 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
1174
1175 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1176
1177 * configure.in (LIBS_MACHINE): Remove, unused.
1178
1179 * configure.in (LIB_MATH): New output variable. Set it for some systems.
1180
1181 2010-04-24 Glenn Morris <rgm@gnu.org>
1182
1183 * configure.in (CRT_DIR): New output variable.
1184 (--with-crt-dir): New option. (Bug#5655)
1185 (HAVE_LIB64_DIR): Remove.
1186
1187 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
1188
1189 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
1190
1191 2010-04-22 Miles Bader <miles@gnu.org>
1192
1193 * configure.in: Get rid of "unix" pre-defined macro when
1194 preprocessing Makefile. (Bug#5857)
1195
1196 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
1197
1198 Avoid non-portable shell command negation
1199 * configure.in: Revert last change.
1200
1201 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1202
1203 * configure.in: Change "if test ! -f" to "if ! test -f".
1204
1205 2010-04-21 Glenn Morris <rgm@gnu.org>
1206
1207 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
1208 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
1209
1210 2010-04-21 Karel Klíč <kklic@redhat.com>
1211
1212 * configure.in: New option: --with(out)-selinux, on by default.
1213 Set HAVE_LIBSELINUX if we find libselinux, and substitute
1214 LIBSELINUX_LIBS in Makefiles.
1215
1216 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1217
1218 * configure.in: Remove all references to LIBX11_SYSTEM.
1219
1220 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1221
1222 * configure.in: Remove all references to C_DEBUG_SWITCH.
1223
1224 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1225
1226 * config.bat <lib-src>: Edit out lines that begin with several #
1227 characters.
1228
1229 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1230
1231 * configure.in: Remove support for old UNIX System V systems and
1232 for Unixware on non-x86 machines.
1233
1234 * configure.in: Remove support for Solaris on PPC and for old versions.
1235
1236 * configure.in: Remove non-working lynxos port.
1237
1238 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1239
1240 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
1241
1242 2010-03-19 Glenn Morris <rgm@gnu.org>
1243
1244 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
1245 happy.
1246
1247 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
1248
1249 * configure.in: Check for tputs and friends, abort if not
1250 found (bug#5735).
1251
1252 2010-03-18 Glenn Morris <rgm@gnu.org>
1253
1254 * configure.in (--with-x-toolkit): In the help text, say which options
1255 are synonyms.
1256
1257 * configure.in (--with-mmdf, --with-mail-unlink):
1258 New options, off by default.
1259 (--with-mailhost): New option to set default POP host.
1260 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
1261 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
1262 New variables, substituted in Makefiles.
1263 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
1264 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
1265 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1266 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1267 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
1268
1269 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1270
1271 * Makefile.in (uninstall): Handle the case where archlibdir does not
1272 exist. (Bug#5720)
1273
1274 2010-03-12 Eli Zaretskii <eliz@gnu.org>
1275
1276 These changes remove termcap.c from the build on Posix platforms.
1277 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
1278
1279 * configure: Regenerated.
1280
1281 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * Branch for 23.2.
1284
1285 2010-01-31 Juri Linkov <juri@jurta.org>
1286
1287 * .bzrignore: Add TAGS-LISP.
1288
1289 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1290
1291 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
1292 this header file).
1293
1294 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * .bzrignore: Ignore all .exe, instead of individual files.
1297
1298 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * configure.in: Explicitly check for and link to -lXrender.
1301
1302 2010-01-12 Glenn Morris <rgm@gnu.org>
1303
1304 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
1305 for bug reports for development versions.
1306
1307 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1308
1309 * .bzrignore: Add more ignored patterns, including for the MS-DOS
1310 build.
1311
1312 2009-12-27 Karl Fogel <kfogel@red-bean>
1313
1314 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
1315 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
1316
1317 2009-12-17 Glenn Morris <rgm@gnu.org>
1318
1319 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
1320
1321 2009-12-15 Glenn Morris <rgm@gnu.org>
1322
1323 * info/dir: Add EDT entry.
1324 * Makefile.in (INFO_FILES): Add edt.
1325
1326 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
1327
1328 * configure.in: Check for RSVG if GNUStep is used.
1329
1330 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
1331
1332 * configure.in: Don't check for RSVG or GConf unless X11 is used.
1333
1334 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1335
1336 * configure.in: Allow compiling Emacs with GTK on Cygwin.
1337
1338 2009-12-01 Glenn Morris <rgm@gnu.org>
1339
1340 * make-dist: Add etc/images/mpc directory.
1341
1342 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1343
1344 * configure.in: Don't check for GConf unless X is used.
1345
1346 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * configure.in: Use -Wdeclaration-after-statement if available.
1349
1350 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1351
1352 * configure.in: New option: --with(out)-gconf.
1353 Set HAVE_GCONF if we find gconf.
1354
1355 2009-11-17 Glenn Morris <rgm@gnu.org>
1356
1357 * Makefile.in (INFO_FILES): Add semantic.
1358
1359 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * info/dir: Add Semantic.
1362
1363 2009-11-16 Glenn Morris <rgm@gnu.org>
1364
1365 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
1366 pattern, so as not to exclude makefile*.el. (Bug#4912)
1367
1368 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1369
1370 * configure.in: --enable-autodepend is new. Check for GNU Make
1371 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
1372 gcc and GNU make to generate dependencies.
1373
1374 2009-10-27 Glenn Morris <rgm@gnu.org>
1375
1376 * make-dist: Make links to doc/lispintro/*.pdf.
1377
1378 2009-10-23 Jim Meyering <meyering@redhat.com>
1379
1380 * configure.in: Invoke $CPP with -P when creating Makefile and
1381 src/Makefile. Without this, gcc 4.4.2 converts each
1382 backslash-newline pair in the input to a bare newline, yielding
1383 invalid Makefiles.
1384
1385 * configure: Regenerate.
1386
1387 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 * configure.in (vax-dec-vms): Remove, not supported anymore.
1390
1391 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1392
1393 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
1394 (*-apple-darwin*): Add x86_64 architecture.
1395
1396 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * config.guess, config.sub: Updated from master source.
1399
1400 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1401
1402 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
1403
1404 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
1405
1406 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
1407
1408 2009-09-29 Glenn Morris <rgm@gnu.org>
1409
1410 * make-dist (check): Update for two new levels of subdirectory in lisp/.
1411
1412 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1413
1414 * config.guess, config.sub: Updated from master source.
1415
1416 * configure.in (OTHER_FILES): Define using autoconf not cpp.
1417
1418 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
1421
1422 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * INSTALL: Update URL for GNU FreeFont.
1425
1426 2009-09-09 Glenn Morris <rgm@gnu.org>
1427
1428 * Makefile.in (install-arch-indep): Don't recursively change perms of
1429 site-lisp and infodir. There may be non-Emacs files in here, and the
1430 files supplied by Emacs are all handled explicitly already. (Bug#3800)
1431 (mkdir): Set umask to world-readable before creating directories.
1432 mkinstalldirs already checks if dirs exist, don't duplicate this test.
1433
1434 2009-08-29 Glenn Morris <rgm@gnu.org>
1435
1436 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
1437 (info): Don't give an error in the absence of makeinfo - let the doc
1438 Makefiles do that, if the info files need rebuilding. (Bug#3982)
1439
1440 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
1441
1442 * Makefile.in (install-arch-indep): If the versioned DOC-####
1443 generated during loadup+dump isn't found, install the plain DOC
1444 file that always gets generated, in case CANNOT_DUMP is set.
1445
1446 * configure.in: Warn if package version specified here doesn't
1447 match the version in version.el.
1448 * configure: Regenerate.
1449
1450 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
1451
1452 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
1453
1454 * configure: Regenerate.
1455
1456 2009-08-19 Glenn Morris <rgm@gnu.org>
1457
1458 * INSTALL: Remove reference to cvtmail.
1459
1460 2009-08-15 CHENG Gao <chenggao@gmail.com>
1461
1462 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
1463
1464 2009-08-02 Kevin Ryde <user42@zip.com.au>
1465
1466 * INSTALL: Fix free fonts URL.
1467
1468 2009-07-22 Glenn Morris <rgm@gnu.org>
1469
1470 * configure.in (AC_PREREQ): Require autoconf 2.62.
1471
1472 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
1473
1474 * configure.in (--enable-checking, --enable-profiling):
1475 Use AS_HELP_STRING.
1476
1477 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1478
1479 * configure.in (--enable-profiling): New option.
1480 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
1481
1482 2009-06-27 Glenn Morris <rgm@gnu.org>
1483
1484 * configure.in: Restore netbsd on mips, mipsel, mipseb.
1485
1486 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1487
1488 * configure.in (--enable-checking): New option.
1489
1490 2009-06-24 Glenn Morris <rgm@gnu.org>
1491
1492 * make-dist: Warn if subdir does not exist in source.
1493 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
1494 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
1495 No longer make links.
1496
1497 2009-06-24 Yavor Doganov <yavor@gnu.org>
1498
1499 * make-dist (tempdir): Don't create directories preferences.gorm
1500 and preferences.nib, they are no longer required.
1501
1502 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * Branch for 23.1.
1505
1506 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * configure.in: Delete mac-fix-env target, which has been
1509 removed (Bug#3531).
1510
1511 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
1514
1515 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
1516
1517 * BUGS: Use new binding of view-emacs-problems.
1518
1519 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
1520
1521 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
1522 for Solaris compatibility.
1523
1524 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * configure: Regenerate.
1527
1528 * configure.in: Disable use of FreeType without libXft.
1529
1530 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1531
1532 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
1533 Check if it is declared in gtk.h.
1534
1535 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
1536
1537 * Makefile.in (install-arch-indep): Remove .gitignore files.
1538
1539 2009-04-03 Kenichi Handa <handa@m17n.org>
1540
1541 * INSTALL: Make the section "Complex Text Layout support
1542 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
1543
1544 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 * configure.in (rs6000-ibm-aix6*): Fix typo.
1547
1548 2009-03-04 Glenn Morris <rgm@gnu.org>
1549
1550 * Makefile.in (INFO_FILES): Add auth.
1551
1552 2009-03-03 Glenn Morris <rgm@gnu.org>
1553
1554 * info/dir: Add Auth-source.
1555
1556 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
1559 the second.
1560
1561 2009-02-28 Eli Zaretskii <eliz@gnu.org>
1562
1563 * config.bat: Copy .dbxinit to _dbxinit.
1564
1565 * make-dist (Making links to `info'): Remove .gitignore.
1566
1567 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * Makefile.in (lib-src, lisp): Use simpler rule.
1570 (src): Be more specific to avoid recompiling all the .elc files just
1571 because the bootstrap-emacs is missing.
1572
1573 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * configure.in: Require librsvg >= 2.11.
1576
1577 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1578
1579 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
1580 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
1581
1582 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1583
1584 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
1585
1586 2009-02-03 Glenn Morris <rgm@gnu.org>
1587
1588 * make-dist: Add some missing files, remove some that are no longer
1589 present.
1590
1591 2009-02-02 Glenn Morris <rgm@gnu.org>
1592
1593 * make-dist: Add some missing nextstep/ files.
1594
1595 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
1596
1597 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
1598
1599 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1600
1601 * configure.in: Add support for m68k-*-netbsd.
1602
1603 2009-01-14 Juri Linkov <juri@jurta.org>
1604
1605 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
1606
1607 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
1608 and bug-reference-mode.
1609
1610 2009-01-11 Juri Linkov <juri@jurta.org>
1611
1612 * INSTALL.CVS: Move configuration explicitly to the first step.
1613
1614 2009-01-09 Glenn Morris <rgm@gnu.org>
1615
1616 * .dir-locals.el: Don't set indent-tabs-mode.
1617
1618 2008-12-30 Kenichi Handa <handa@m17n.org>
1619
1620 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
1621 the function OTF_get_variation_glyphs.
1622
1623 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
1624
1625 * Makefile.in (install-arch-dep): Remove old directories in
1626 ns_app* before moving new directories there.
1627
1628 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
1629
1630 * .dir-locals.el: Remove non-working entry for pmail.
1631 (fill-column): Fix typo.
1632 (change-log-mode): Add fill column.
1633
1634 2008-12-26 Eli Zaretskii <eliz@gnu.org>
1635
1636 * config.bat: Produce _dir-locals.el from .dir-locals.el.
1637
1638 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1639
1640 * make-dist (tempdir): Distribute .dir-locals.el.
1641
1642 * .dir-locals.el: New file.
1643
1644 2008-12-19 Eli Zaretskii <eliz@gnu.org>
1645
1646 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
1647 for rationale.
1648
1649 2008-12-13 Glenn Morris <rgm@gnu.org>
1650
1651 * Makefile.in (install-arch-indep): Add new man-pages.
1652 (manext): Remove variable.
1653 (MAN_PAGES): New variable.
1654 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1655 and remove.
1656 (uninstall): Remove desktop file and icons, game scores if empty.
1657
1658 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 * config.guess, config.sub: Updated from master source.
1661
1662 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1663
1664 * Makefile.in (install-arch-indep): Install ebrowse.1.
1665
1666 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1667
1668 * configure.in: Add Solaris on x86_64.
1669
1670 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1671
1672 * config.guess, config.sub: Updated from master source.
1673
1674 2008-12-08 Eli Zaretskii <eliz@gnu.org>
1675
1676 * info/dir: Fix last change.
1677
1678 2008-12-07 Eli Zaretskii <eliz@gnu.org>
1679
1680 * info/dir: Untabify.
1681
1682 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
1683
1684 * configure.in: Fix last change.
1685
1686 2008-11-28 Richard M Stallman <rms@gnu.org>
1687
1688 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1689 New configurations.
1690
1691 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1692
1693 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1694 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1695
1696 2008-11-15 Eli Zaretskii <eliz@gnu.org>
1697
1698 * Makefile.in (INFO_FILES): Remove ns-emacs.
1699
1700 * info/dir (NS-Emacs): Remove entry.
1701
1702 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1703
1704 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1705
1706 2008-11-07 Glenn Morris <rgm@gnu.org>
1707
1708 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1709
1710 2008-10-31 Eli Zaretskii <eliz@gnu.org>
1711
1712 * config.bat: Tell user to expect one "File not found" message
1713 while the `doc' directory is being configured.
1714
1715 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * update-subdirs: Put obsolete directory last.
1718
1719 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1720
1721 * configure.in: Check fontconfig always.
1722
1723 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1724
1725 * configure (*-solaris2.[7-9]*): Fix typo.
1726
1727 2008-10-24 Glenn Morris <rgm@gnu.org>
1728
1729 * configure.in (--without-sync-input, --with-pkg-config-prog):
1730 Help strings start with lower case.
1731 (--with-gnustep-conf): New option.
1732 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1733
1734 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1735
1736 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1737 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1738 is not found. (Bug#1230)
1739
1740 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1741
1742 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1743 Use sol2-6.h for Solaris 7-9.
1744
1745 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
1746
1747 * configure.in: Add support for GNU/Linux on SuperH.
1748
1749 2008-10-12 Andreas Schwab <schwab@suse.de>
1750
1751 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1752
1753 2008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1754
1755 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1756 "X") to avoid confusion.
1757
1758 * configure: Regenerate.
1759
1760 2008-09-07 Romain Francoise <romain@orebokech.com>
1761
1762 * make-dist: Distribute doc/man/ChangeLog.
1763
1764 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * configure.in: Disable XFT and Freetype when without X.
1767
1768 * configure: Regenerate.
1769
1770 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1771
1772 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
1773
1774 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1775
1776 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
1777 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
1778
1779 * configure: Regenerate.
1780
1781 2008-08-20 Eli Zaretskii <eliz@gnu.org>
1782
1783 * configure.in: Move "#define subprocesses" before
1784 config_opsysfile is included.
1785
1786 2008-08-19 Kenichi Handa <handa@m17n.org>
1787
1788 * INSTALL (Extra fonts): Mention local fonts, don't mention
1789 mule-unicode.
1790
1791 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * make-dist: Omit info/.arch-inventory.
1794
1795 2008-08-16 Jason Rumney <jasonr@gnu.org>
1796
1797 * make-dist (tempdir/nt): Link emacsclient.rc.
1798
1799 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1800
1801 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
1802 AC_SUBST it.
1803 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
1804 AC_SUBST it.
1805 (OTHER_FILES): Always define for HAVE_NS.
1806 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
1807 * configure: Regenerate.
1808
1809 2008-08-07 Andreas Schwab <schwab@suse.de>
1810
1811 * configure.in: Correctly handle
1812 --enable-cocoa-experimental-ctrl-g=no and
1813 --enable-ns-self-contained=yes.
1814
1815 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1816
1817 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
1818 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
1819 bother undef'ing since won't have desired effect.
1820
1821 2008-08-06 Andreas Schwab <schwab@suse.de>
1822
1823 * configure.in: Fix quoting.
1824
1825 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
1828
1829 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
1830
1831 * configure.in: Add checks for krb5_error.text and
1832 krb5_error.e_text struct members.
1833
1834 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * configure.in: Test for existence of NSInteger.
1837 Suggested by Yavor Doganov.
1838
1839 2008-08-02 Romain Francoise <romain@orebokech.com>
1840
1841 * Makefile.in (INFO_FILES): Add mairix-el.
1842
1843 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1844
1845 * make-dist:
1846 * README: Remove VMS support.
1847 * vms: Remove directory.
1848
1849 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1850
1851 * configure.in (MULTI_KBOARD): Remove.
1852
1853 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1854
1855 * configure.in (DO_BLOCK_INPUT): Remove, unused.
1856
1857 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * info/dir (File): Add mairix-el.
1860
1861 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1862
1863 Remove support for Mac Carbon.
1864 * mac: Remove directory.
1865 * make-dist:
1866 * configure.in:
1867 * README:
1868 * Makefile.in:
1869 * INSTALL: Remove code for Carbon.
1870 * configure: Regenerate.
1871
1872 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1873
1874 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
1875
1876 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * configure.in: Check for getrlimit.
1879
1880 * configure: Regenerate.
1881
1882 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1883
1884 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
1885 in src/Makefile.in.
1886 (static): Remove, autoconf would always comment it out anyway.
1887 (subprocesses): Define unconditionally.
1888
1889 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
1890
1891 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
1892 compilation under GNUstep.
1893
1894 2008-07-18 Kenichi Handa <handa@m17n.org>
1895
1896 * INSTALL (Complex Text Layout support libraries): Delete the
1897 paragraph about --enable-font-backend.
1898
1899 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1900
1901 * configure.in: Print out some info to user for NeXTstep builds.
1902 (ns-app): Remove enable option.
1903 (ns-self-contained): Add enable option.
1904 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
1905 GNUstep, use to set install prefixes, and substitute in Makefiles.
1906 * configure: Regenerate.
1907 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
1908 NS app bundle.
1909
1910 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
1913
1914 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1915
1916 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1917 NS_IMPL_COCOA.
1918
1919 2008-07-16 Glenn Morris <rgm@gnu.org>
1920
1921 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
1922 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
1923 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
1924 never unset.
1925
1926 * make-dist: Add nextstep/ directories.
1927 (src, lib-src): Add .m files.
1928
1929 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1930
1931 * configure.in (freebsd, kfreebsd): Undo part of previous change.
1932 (USER_FULL_NAME): Remove, not used anymore.
1933 * configure: Regenerate.
1934
1935 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1936
1937 Changes and additions for NeXTstep windowing system (Cocoa and
1938 GNUstep) support.
1939
1940 * configure.in: Add support for NS window system: --with-ns (default
1941 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
1942 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
1943 disable font backend if window system is "none", not if !HAVE_X11.
1944 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
1945 (install-arch-dep): Add commands to assemble NS .app package.
1946
1947 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1948
1949 * configure.in: Use macppc for Darwin. Remove references to
1950 desupported systems.
1951 * configure: Regenerate.
1952
1953 2008-07-05 Glenn Morris <rgm@gnu.org>
1954
1955 * make-dist (EMACS): Doc fix.
1956 (lisp): There are no *.dat or image files here any more.
1957 (src): There are no *.s files here any more.
1958 (etc/images, etc/images/*): Link to most regular files.
1959
1960 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1961
1962 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
1963
1964 2008-07-01 Glenn Morris <rgm@gnu.org>
1965
1966 * configure.in (cpp_undefs): Rename from `undefs', update uses.
1967 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
1968 and explicitly export there. (Bug#507.)
1969
1970 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1971
1972 * configure.in:
1973 * configure: Remove references to obsolete systems.
1974
1975 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * Makefile.in (Makefile): Use it for its timestamp value as well, and
1978 make it depend on all other */.in files.
1979 (src/Makefile, src/config.stamp, lib-src/Makefile)
1980 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
1981 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
1982 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
1983 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
1984
1985 * configure.in: Don't create src/config.stamp any more.
1986
1987 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
1990
1991 2008-06-22 Glenn Morris <rgm@gnu.org>
1992
1993 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
1994
1995 2008-06-21 Romain Francoise <romain@orebokech.com>
1996
1997 * Makefile.in (INFO_FILES): Add sasl.
1998
1999 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
2002 (bootstrap-build): Remove.
2003 (top_bootclean): New var.
2004 (top_distclean, bootstrap-clean): Use it.
2005 (bootstrap): Don't recheck config. Make normally.
2006
2007 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * Makefile.in (SUBDIR): Include `lisp'.
2010 (lisp): Depend on `src'.
2011 (top_distclean): Don't remove config.status.
2012 (bootstrap-clean): New target.
2013 (maintainer-clean): Use it.
2014 (bootstrap): Use bootstrap-clean. Re-run config.status.
2015 (src/bootstrap-emacs${EXEEXT}): New target.
2016 (bootstrap-build): Use it. Don't use bootstrap-prepare because
2017 src/Makefile now takes care of it.
2018 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2019
2020 2008-06-15 Glenn Morris <rgm@gnu.org>
2021
2022 * info/dir: Add sasl.
2023
2024 2008-06-09 Alan Mackenzie <acm@muc.de>
2025
2026 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
2027
2028 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
2029
2030 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
2031
2032 2008-06-07 Glenn Morris <rgm@gnu.org>
2033
2034 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
2035 serve no purpose.
2036
2037 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2038
2039 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
2040 * configure: Regenerate.
2041
2042 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * update-subdirs: Don't touch subdirs.el if it is unchanged.
2045
2046 2008-05-14 Kenichi Handa <handa@m17n.org>
2047
2048 * configure: Regenerate.
2049
2050 * configure.in: Don't handle --disable-font-backend. Don't print
2051 a message about a font backend.
2052
2053 2008-05-09 Glenn Morris <rgm@gnu.org>
2054
2055 * configure.in: Make absence of makeinfo a fatal error only if the info
2056 files don't exist.
2057 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
2058
2059 2008-05-07 Eli Zaretskii <eliz@gnu.org>
2060
2061 * config.bat: Fix last change: don't use < and > in "rem" lines,
2062 they are interpreted as redirection by DOS shells.
2063
2064 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2065
2066 * configure.in: Check availability of AvailabilityMacros.h
2067 if HAVE_CARBON.
2068
2069 * configure: Regenerate.
2070
2071 2008-05-03 Glenn Morris <rgm@gnu.org>
2072
2073 * configure.in (x_libraries): Remove standard 64-bit directories -
2074 experimental workaround for minor autoconf bug.
2075
2076 * configure.in (--without-makeinfo): New option. If set,
2077 absence of suitable makeinfo is not a fatal error.
2078 * Makefile.in (MAKEINFO): New, set by configure.
2079 (install-arch-indep): Without makeinfo, ignore any missing manuals.
2080 (info-real): New target.
2081 (info): Without makeinfo, do nothing, else call `info-real'.
2082
2083 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2084
2085 * configure.in: Remove hpux10.20 from the desupported list.
2086
2087 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
2090
2091 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
2094 rather than change CPPFLAGS.
2095 (HAVE_GTK): Rename to USE_GTK.
2096
2097 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
2098
2099 * configure.in: Replace the obsolete macros AC_AIX and
2100 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
2101
2102 2008-04-05 Andreas Schwab <schwab@suse.de>
2103
2104 * configure.in: No longer create admin/unidata/Makefile.
2105
2106 2008-03-28 Andreas Schwab <schwab@suse.de>
2107
2108 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
2109 (lisp/Makefile): New rule.
2110
2111 2008-03-13 Glenn Morris <rgm@gnu.org>
2112
2113 * configure.in (AC_INIT): Fix version number.
2114 (sync-input): Reword the option, since it's on by default.
2115
2116 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
2117
2118 * configure.in: Add --enable-sync-input, default yes.
2119
2120 2008-03-11 Glenn Morris <rgm@gnu.org>
2121
2122 * Makefile.in (install-etc, mkdir): Handle directory
2123 etc/images/icons/hicolor/*/mimetypes/.
2124
2125 * make-dist: Handle icons/hicolor/scalable directory.
2126
2127 2008-03-05 Glenn Morris <rgm@gnu.org>
2128
2129 * configure.in: Enable font-backend by default.
2130 (USE_FONT_BACKEND): Set to "no" in absence of X.
2131 (PKG_CONFIG): Don't set multiple times, once is enough.
2132 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
2133
2134 2008-03-03 Glenn Morris <rgm@gnu.org>
2135
2136 * Makefile.in (iconsrcdir): New variable.
2137 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
2138 directory.
2139
2140 2008-02-29 Glenn Morris <rgm@gnu.org>
2141
2142 * test/: New directory.
2143
2144 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
2145
2146 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
2147
2148 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2149
2150 * configure.in: Print an error for systems that we think are obsolete
2151 and are proposed to be removed. Remove some more unused systems.
2152 Add support for powerpc-ibm-aix6*.
2153
2154 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2155
2156 * configure.in: Remove references to obsolete variables and systems.
2157
2158 2008-02-21 Glenn Morris <rgm@gnu.org>
2159
2160 * Makefile.in (set_installuser): New.
2161 (install-arch-indep): Use set_installuser to avoid duplicate code.
2162
2163 * README.unicode: Split into admin/notes/unicode,font-backend and
2164 remove.
2165
2166 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
2167
2168 * configure.in (arm*-*-freebsd*): Add.
2169
2170 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2173 dealing with obsolete variables.
2174
2175 2008-02-08 Glenn Morris <rgm@gnu.org>
2176
2177 * Makefile.in (check-info-dir): New target.
2178
2179 2008-02-08 Michael Olson <mwolson@gnu.org>
2180
2181 * Makefile.in (INFO_FILES): Add epa.
2182
2183 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
2184 features" section.
2185
2186 2008-02-06 Glenn Morris <rgm@gnu.org>
2187
2188 * configure.in (--with-gcc): Give an error saying this option has
2189 been removed.
2190 (--with-gtk): Remove this option.
2191
2192 2008-02-06 Tom Tromey <tromey@redhat.com>
2193
2194 * configure.in (--with-gcc): Remove.
2195 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
2196
2197 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
2198
2199 * INSTALL: Recommend giflib, not libungif.
2200
2201 2008-02-05 Tom Tromey <tromey@redhat.com>
2202
2203 * configure.in (--with-dbus): Default to enabled.
2204
2205 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
2206
2207 * INSTALL (Complex Text Layout support libraries): New section.
2208
2209 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2210
2211 * make-dist: Remove references to files in mac/ that have been
2212 deleted.
2213
2214 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2215
2216 * configure.in: For libotf and m17n-flt checks, set shell vars
2217 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
2218 pkg_check_m17n_flt, respectively, for the sake of the summary output.
2219 Reported by Ulrich Mueller.
2220
2221 2008-02-02 Eli Zaretskii <eliz@gnu.org>
2222
2223 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
2224 admin/unidata/Makefile.in to Makefile.
2225
2226 2008-02-02 Glenn Morris <rgm@gnu.org>
2227
2228 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
2229 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
2230 (HAVE_XFT): Add "Does Emacs use..." messages at end.
2231
2232 2008-02-01 Miles Bader <miles@gnu.org>
2233
2234 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
2235 [libotf], and [m17n-flt] options.
2236
2237 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2238
2239 * configure.in: Add EMACS_ARG_N([libotf]...), and
2240 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
2241 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
2242 CFLAGS, and LIBS in checking of m17n-flt.
2243
2244 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2245
2246 * configure.in: Check the availability of m17n-flt library.
2247
2248 2008-02-01 Kenichi Handa <handa@m17n.org>
2249
2250 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
2251 not available.
2252
2253 2008-02-01 Kenichi Handa <handa@m17n.org>
2254
2255 * configure.in: New args --enable-font-backend, --with-xft,
2256 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
2257 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
2258 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
2259 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
2260
2261 2008-02-01 Kenichi Handa <handa@m17n.org>
2262
2263 * make-dist: Include etc/charsets in tarball.
2264
2265 2008-02-01 Kenichi Handa <handa@m17n.org>
2266
2267 * configure.in: While running cpp on junk.c, include
2268 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
2269 exists.
2270
2271 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2272
2273 * configure.in (xtensa): Match more configurations.
2274
2275 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
2276
2277 * configure.in: Update comment.
2278
2279 2008-01-26 Glenn Morris <rgm@gnu.org>
2280
2281 * configure.in (--without-gcc): By default, neither off nor on.
2282 (--with-carbon): Tone down rhetoric in help text.
2283
2284 2008-01-25 Glenn Morris <rgm@gnu.org>
2285
2286 * configure.in: Correct usage of OPTION_DEFAULT_ON,
2287 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
2288 Default `Carbon' to off (it's unsupported).
2289
2290 2008-01-24 Glenn Morris <rgm@gnu.org>
2291
2292 * configure.in: Standardize dbus-related messages.
2293
2294 2008-01-23 Michael Olson <mwolson@gnu.org>
2295
2296 * configure.in (pkg-config-prog): Remove initial whitespace.
2297
2298 2008-01-23 Tom Tromey <tromey@redhat.com>
2299
2300 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
2301 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
2302 Update all users.
2303
2304 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
2305
2306 * config.guess, config.sub: Updated from master source.
2307
2308 2008-01-17 Andreas Schwab <schwab@suse.de>
2309
2310 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
2311
2312 2008-01-17 Glenn Morris <rgm@gnu.org>
2313
2314 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2315
2316 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
2317
2318 * configure.in: Remove more references to unsupported systems.
2319
2320 2008-01-16 Sven Joachim <svenjoac@gmx.de>
2321
2322 * make-dist: Add --lzma.
2323
2324 2008-01-16 Glenn Morris <rgm@gnu.org>
2325
2326 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
2327 configure checks for this.
2328
2329 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2330
2331 * configure.in: Remove more references to unsupported systems.
2332
2333 2008-01-06 Romain Francoise <romain@orebokech.com>
2334
2335 * configure.in: Delete extra semicolons.
2336
2337 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2338
2339 * configure.in: Remove references to unsupported systems.
2340
2341 2008-01-05 Romain Francoise <romain@orebokech.com>
2342
2343 * make-dist: Add --bzip2. Update copyright.
2344
2345 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 * configure.in: Remove support for Masscomp.
2348
2349 2008-01-05 Glenn Morris <rgm@gnu.org>
2350
2351 * Makefile.in (desktopdir, icondir): New variables.
2352 (install-arch-indep): Also depend on `install-etc'.
2353 (install-etc): New target.
2354 (mkdir): Also create the `applications' and `icons' directories.
2355
2356 2008-01-04 Glenn Morris <rgm@gnu.org>
2357
2358 * make-dist: Update for new etc/images/icons/hicolor directory.
2359
2360 2007-12-09 Andreas Schwab <schwab@suse.de>
2361
2362 * configure.in: D-Bus is not enabled by default.
2363
2364 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
2365
2366 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
2367 change.
2368
2369 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
2370
2371 * configure.in: Give package name and version to AC_INIT.
2372
2373 2007-12-03 Magnus Henoch <mange@freemail.hu>
2374
2375 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
2376
2377 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * configure.in: No need for DBUS_INFO anymore.
2380
2381 * Makefile.in (INFO_FILES): Use dbus unconditionally.
2382
2383 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
2384
2385 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
2386
2387 * Makefile.in (INFO_FILES): Add dbus.
2388
2389 2007-12-02 Romain Francoise <romain@orebokech.com>
2390
2391 * make-dist: Fix last change.
2392
2393 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
2394
2395 * configure.in: Add support for gnu-kfreebsd.
2396
2397 2007-11-28 Glenn Morris <rgm@gnu.org>
2398
2399 * make-dist: Add etc/nxml.
2400
2401 2007-11-24 Romain Francoise <romain@orebokech.com>
2402
2403 * Makefile.in (INFO_FILES): Add nxml-mode.
2404
2405 2007-11-23 Romain Francoise <romain@orebokech.com>
2406
2407 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
2408 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
2409
2410 2007-11-20 Andreas Schwab <schwab@suse.de>
2411
2412 * configure.in: Always include <resolv.h> when checking for res_init.
2413
2414 2007-11-17 Andreas Schwab <schwab@suse.de>
2415
2416 * update-subdirs: Atomically update subdirs.el.
2417
2418 2007-11-17 Glenn Morris <rgm@gnu.org>
2419
2420 * Makefile.in (check-declare): New target.
2421
2422 2007-11-07 Glenn Morris <rgm@gnu.org>
2423
2424 * configure.in: Deprecate Mac Carbon port.
2425
2426 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
2427
2428 * configure.in: Remove HAVE_X11R5 check.
2429
2430 2007-10-31 Glenn Morris <rgm@gnu.org>
2431
2432 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
2433 when changing ownership of installed files.
2434
2435 2007-10-30 Glenn Morris <rgm@gnu.org>
2436
2437 * make-dist: Add new directory etc/gnus.
2438
2439 2007-10-30 Michael Olson <mwolson@gnu.org>
2440
2441 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
2442
2443 2007-10-29 Glenn Morris <rgm@gnu.org>
2444
2445 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
2446
2447 2007-10-23 Glenn Morris <rgm@gnu.org>
2448
2449 * MAINTAINERS: Move to admin/.
2450
2451 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
2454 (HAVE_LIBRESOLV): Also define if we are using res_init().
2455
2456 2007-10-17 Glenn Morris <rgm@gnu.org>
2457
2458 * FTP: Remove file, since it's just a duplicate of one in etc/.
2459
2460 2007-10-05 Eli Zaretskii <eliz@gnu.org>
2461
2462 * config.bat: Fix configuring `doc' due to changes in the
2463 directory structure.
2464
2465 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2466
2467 * configure.in: Don't use -lpthread on HP-UX.
2468
2469 2007-09-16 Glenn Morris <rgm@gnu.org>
2470
2471 * make-dist: File gfdl.1 has been removed.
2472
2473 2007-09-15 Glenn Morris <rgm@gnu.org>
2474
2475 * configure.in: Fix makeinfo version regexp.
2476
2477 2007-09-12 Glenn Morris <rgm@gnu.org>
2478
2479 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
2480 implementation of alloca is not found.
2481
2482 * Makefile.in (SOURCES, unlock, relock): Delete.
2483 (install-arch-indep): Do not exclude the etc/ Makefiles.
2484
2485 2007-09-09 Juri Linkov <juri@jurta.org>
2486
2487 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
2488
2489 * README: Add doc/ to documentation directories.
2490
2491 2007-09-08 Michael Olson <mwolson@gnu.org>
2492
2493 * MAINTAINERS: Add myself for ERC and tq.el.
2494 Update for new doc/ directory layout.
2495
2496 2007-09-06 Romain Francoise <romain@orebokech.com>
2497
2498 * make-dist: Update for new doc/ directory layout.
2499
2500 2007-09-06 Glenn Morris <rgm@gnu.org>
2501
2502 * Makefile.in (mansrcdir): New variable.
2503 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
2504 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
2505 update these targets for new doc/ directory layout.
2506 (doc/misc/Makefile): New target.
2507 (install-arch-indep): Use mansrcdir for new location of manpages.
2508 (mostlyclean, clean, distclean, maintainer-clean, unlock)
2509 (relock, info, dvi): Update targets for new doc/ directory layout.
2510
2511 * configure.in (AC_OUTPUT): Update names of generated Makefiles
2512 for new doc/ directory layout.
2513
2514 2007-09-02 Andreas Schwab <schwab@suse.de>
2515
2516 * configure.in: Use AS_HELP_STRING throughout.
2517 * configure: Regenerate.
2518
2519 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2520
2521 * configure.in: Require Gtk/Glib 2.6.
2522
2523 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2524
2525 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
2526 Use them throughout in place of AC_ARG_WITH calls.
2527 * configure: Regenerate.
2528
2529 2007-09-01 Andreas Schwab <schwab@suse.de>
2530
2531 * configure.in: Put quotes around nested macro calls.
2532
2533 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2534
2535 * configure.in: Fix typo.
2536 * configure: Regenerate.
2537
2538 2007-08-30 Glenn Morris <rgm@gnu.org>
2539
2540 * configure.in (AH_BOTTOM): Copy some manual changes made to
2541 src/config.in here so they are not lost when it regenerates.
2542
2543 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
2544
2545 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
2546
2547 * README.multi-tty: New file.
2548
2549 2007-08-29 Glenn Morris <rgm@gnu.org>
2550
2551 * README: Increase version to 23.0.50.
2552
2553 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2554
2555 * configure.in: New option: --without-xaw3d.
2556
2557 2007-08-24 Glenn Morris <rgm@gnu.org>
2558
2559 * configure.in: Check for a suitably recent makeinfo.
2560
2561 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2562
2563 * configure.in (Check for required libraries): Typo.
2564
2565 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2566
2567 * configure.in: Check librsvg2 also for Mac Carbon.
2568
2569 2007-08-22 Romain Francoise <romain@orebokech.com>
2570
2571 * make-dist: Follow reorganization of files in etc/.
2572
2573 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2574
2575 * configure.in: Add support for SVG images through librsvg2.
2576
2577 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2578
2579 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
2580 to avoid an error message if there is no DOC there.
2581
2582 2007-07-25 Glenn Morris <rgm@gnu.org>
2583
2584 * Relicense all FSF files to GPLv3 or later.
2585
2586 * COPYING, info/COPYING: Switch to GPLv3.
2587
2588 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
2589
2590 * configure.in: Complain if X seems to be installed but no
2591 development files were found.
2592
2593 2007-06-20 Glenn Morris <rgm@gnu.org>
2594
2595 * configure.in: Prefer libgif over libungif.
2596
2597 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
2598
2599 * configure.in: Check for all image libraries before exiting.
2600
2601 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
2602
2603 * configure.in: Exit with error if image libraries aren't found.
2604
2605 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
2608 when compiling without scrollbars.
2609
2610 2007-06-12 Glenn Morris <rgm@gnu.org>
2611
2612 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2613
2614 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
2615
2616 * configure.in: Change wording about yes/gtk and lucid/athena
2617 being synonyms.
2618
2619 2007-06-08 Glenn Morris <rgm@gnu.org>
2620
2621 * configure.in: Make gtk the default toolkit.
2622
2623 2007-06-07 Glenn Morris <rgm@gnu.org>
2624
2625 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
2626 for a Sun C compiler.
2627
2628 * Makefile.in (install-arch-indep): Install only the DOC- file
2629 specific to the build, if possible, rather than DOC-*.
2630
2631 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * Version 22.1 released.
2634
2635 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * mkinstalldirs: Sync to version in automake CVS.
2638
2639 2007-05-22 Andreas Schwab <schwab@suse.de>
2640
2641 * configure.in: Prefer build_alias over host when host_alias is not set.
2642 * configure: Regenerate.
2643
2644 2007-05-20 Andreas Schwab <schwab@suse.de>
2645
2646 * configure.in: Remove empty AC_SUBST.
2647 * configure: Regenerate.
2648
2649 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2650
2651 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
2652 it like others.
2653 * configure: Regenerate.
2654
2655 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2656
2657 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2658 (AC_CHECK_LIB): Add -lgpm.
2659 * configure: Regenerate.
2660
2661 2007-05-03 Glenn Morris <rgm@gnu.org>
2662
2663 * configure: Tweak message about the absence of shell functions.
2664
2665 2007-04-27 Andreas Schwab <schwab@suse.de>
2666
2667 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2668
2669 2007-04-26 Glenn Morris <rgm@gnu.org>
2670
2671 * README: Increase version to 22.1.50.
2672
2673 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
2674
2675 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2676
2677 2007-04-19 Glenn Morris <rgm@gnu.org>
2678
2679 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2680
2681 2007-04-18 Glenn Morris <rgm@gnu.org>
2682
2683 * INSTALL: Mention CPP.
2684
2685 2007-04-15 Glenn Morris <rgm@gnu.org>
2686
2687 * FTP: Replace with a pointer to the web version.
2688
2689 2007-04-13 Glenn Morris <rgm@gnu.org>
2690
2691 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2692
2693 2007-04-04 Glenn Morris <rgm@gnu.org>
2694
2695 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2696 compiling with Sun Studio on Solaris.
2697
2698 2007-03-23 Glenn Morris <rgm@gnu.org>
2699
2700 * configure.in: Restore support for hp800 (removed 2007-01-27)
2701 following clarification of legal status.
2702
2703 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2704
2705 * configure.in: Add support for AIX4.3 on IBM RS6000.
2706
2707 * configure: Regenerate.
2708
2709 2007-03-20 Richard Stallman <rms@gnu.org>
2710
2711 * configure.in: Fix previous change.
2712
2713 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2714
2715 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2716 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2717 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2718
2719 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2722 user specifies "without".
2723
2724 * configure: Regenerate.
2725
2726 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2727
2728 * configure.in: Warning for Gtk+ and Cygwin added.
2729 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2730
2731 2007-02-27 Glenn Morris <rgm@gnu.org>
2732
2733 * make-dist (oldXMenu): Remove Imakefile.
2734 (etc/images): Add README.
2735
2736 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2737
2738 * configure.in (xtensa-*-linux-gnu*): New configuration.
2739
2740 * configure: Regenerate.
2741
2742 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2743
2744 * config.guess, config.sub: Updated from master source.
2745
2746 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2747
2748 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2749
2750 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * configure.in: Restore support for hp800's not running HP-UX.
2753
2754 * configure: Regenerate.
2755
2756 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * configure.in: Remove support for hp800 and sr2k machine types.
2759
2760 * configure: Regenerate.
2761
2762 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2763
2764 * configure.in: Add check for libXft.
2765
2766 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2767
2768 * INSTALL: Info files moved to share/info.
2769
2770 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2771
2772 * configure.in: Detect and use fink-installed in intel-based Mac
2773 builds; change Apple Darwin section to support both PowerPC and
2774 Intel-based Macs.
2775
2776 2006-12-26 Andreas Schwab <schwab@suse.de>
2777
2778 * Makefile.in (datarootdir): Define.
2779
2780 2006-12-24 Richard Stallman <rms@gnu.org>
2781
2782 * configure.in: Require Autoconf 2.61.
2783
2784 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2785
2786 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
2787 Remove redundant entry for powerpc-apple-netbsd.
2788
2789 * configure: Regenerate.
2790
2791 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * configure: Regenerate with autoconf 2.61.
2794
2795 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
2796
2797 * configure.in: Detect alsa/asoundlib.h also.
2798 * configure: Regenerate.
2799
2800 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
2801
2802 * configure.in: Check if GTK+ compiles at all.
2803
2804 2006-12-10 Andreas Schwab <schwab@suse.de>
2805
2806 * configure.in: Remove check for struct timezone, its result is
2807 never used.
2808
2809 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2810
2811 * configure.in: Add support for Solaris 10 on x86-64.
2812
2813 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
2814
2815 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
2816 of PKG_CONFIG_PATH.
2817
2818 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2819
2820 * configure.in (HAVE_SYNC): New test.
2821
2822 2006-12-03 Glenn Morris <rgm@gnu.org>
2823
2824 * Makefile.in: Fix Copyright format.
2825
2826 * configure.in (AH_TOP): Add missing Copyright year.
2827
2828 * update-subdirs: Add missing Copyright years.
2829
2830 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
2831
2832 * Makefile.in: Touch only the parts of the share/emacs directory
2833 specific to this version.
2834
2835 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
2836
2837 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
2838
2839 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2840
2841 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
2842
2843 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2844
2845 * configure.in: Prefer X11 to Carbon only when some X-specific
2846 option is specified (Thanks to Jan Djärv and Andreas Schwab).
2847
2848 2006-11-04 Romain Francoise <romain@orebokech.com>
2849
2850 * Makefile.in (bootstrap-clean-before): Fix typo.
2851 Use new target `bootstrap-clean' in the leim subdirectory.
2852
2853 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2854
2855 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
2856
2857 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2858
2859 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
2860 directories.
2861
2862 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2863
2864 * configure.in: Enable x86-64 OpenBSD compilation.
2865
2866 2006-10-28 Glenn Morris <rgm@gnu.org>
2867
2868 * AUTHORS: Add cal-html.el author.
2869
2870 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2871
2872 * make-dist: Make links to mac/make-package and
2873 mac/Emacs.app/Contents/Resources/Emacs.icns.
2874
2875 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * README: Bump version number to 22.0.90.
2878
2879 2006-10-23 Andreas Schwab <schwab@suse.de>
2880
2881 * configure.in: Make sure x_default_search_path is always set even
2882 when x_libraries is empty, and look in .../share as well for each
2883 library directory.
2884
2885 2006-09-28 Kenichi Handa <handa@m17n.org>
2886
2887 * configure.in (locallisppath): Don't include leim dir.
2888 (lisppath): Include leim dir.
2889
2890 2006-09-15 Jay Belanger <belanger@truman.edu>
2891
2892 * COPYING: Replace "Library Public License" by "Lesser Public
2893 License" throughout.
2894
2895 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2896
2897 * make-dist (EMACS): Exit and fail if the EMACS environment
2898 variable is set to something other than an absolute file name.
2899
2900 2006-08-16 Andreas Schwab <schwab@suse.de>
2901
2902 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
2903 of hardcoding it.
2904
2905 2006-08-16 Richard Stallman <rms@gnu.org>
2906
2907 * INSTALL.CVS: Clean up wording.
2908
2909 2006-07-14 Eli Zaretskii <eliz@gnu.org>
2910
2911 * configure.in (PKG_CHECK_MODULES): Redirect the output of
2912 $PKG_CONFIG --exists "$2" to config.log.
2913 * configure: Regenerate.
2914
2915 2006-07-08 Richard Stallman <rms@gnu.org>
2916
2917 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
2918
2919 2006-07-09 Kim F. Storm <storm@cua.dk>
2920
2921 * CONTRIBUTE: Use outline format.
2922 Add section on copyright years (from admin/notes/years).
2923
2924 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2925
2926 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
2927 to /dev/null, since we don't need the error message, just the
2928 exit status.
2929
2930 2006-07-07 Eli Zaretskii <eliz@gnu.org>
2931
2932 * CONTRIBUTE: Slight formatting changes and typo fixes.
2933 Add description of NEWS markings.
2934
2935 2006-07-07 Kim F. Storm <storm@cua.dk>
2936
2937 * CONTRIBUTE: Mention INSTALL.CVS.
2938
2939 2006-07-05 Romain Francoise <romain@orebokech.com>
2940
2941 * make-dist (top-level): Add CONTRIBUTE.
2942
2943 2006-07-04 Richard Stallman <rms@gnu.org>
2944
2945 * CONTRIBUTE: Much rewrite.
2946
2947 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2948
2949 * CONTRIBUTE: New file.
2950
2951 2006-06-24 Eli Zaretskii <eliz@gnu.org>
2952
2953 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
2954
2955 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
2956
2957 * configure.in: Add check for ALSA.
2958
2959 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2960
2961 * Makefile.in (INFO_FILES): Remove emacs-xtra.
2962
2963 * info/dir: Remove the Emacs-Xtra entry.
2964
2965 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
2966
2967 Update copyright year(s) in many files.
2968
2969 2006-04-01 Eli Zaretskii <eliz@gnu.org>
2970
2971 * configure: Regenerated.
2972
2973 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2974
2975 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
2976 --without-toolkit-scroll-bars was specified.
2977
2978 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
2979
2980 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
2981 to CFLAGS. Update Copyright years written to src/config.in.
2982
2983 2006-03-18 Claudio Fontana <claudio@gnu.org>
2984
2985 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
2986 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
2987 to be installed/uninstalled.
2988 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
2989 to Info files installed by Emacs.
2990
2991 2006-03-03 Claudio Fontana <claudio@gnu.org>
2992
2993 * Makefile.in (install, uninstall): Add DESTDIR variable to
2994 support staged installations.
2995
2996 2006-02-14 Richard M. Stallman <rms@gnu.org>
2997
2998 * configure.in (s390x-*-linux-gnu*): New configuration.
2999
3000 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
3001
3002 * configure.in: Require GTK 2.4 or newer.
3003
3004 2006-01-29 Michael Olson <mwolson@gnu.org>
3005
3006 * Makefile.in (install-arch-indep, uninstall): Add ERC.
3007 * info/dir (ERC): New entry.
3008
3009 2006-01-29 Eli Zaretskii <eliz@gnu.org>
3010
3011 * info/dir: Fix last change.
3012
3013 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3014
3015 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
3016
3017 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3018
3019 * info/dir: Untabify the whole file.
3020 (Rcirc): New entry.
3021
3022 2006-01-12 Andreas Schwab <schwab@suse.de>
3023
3024 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
3025 check.
3026
3027 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * configure.in: Use -Wno-pointer-sign if available.
3030
3031 2005-12-29 Andreas Schwab <schwab@suse.de>
3032
3033 * config.guess, config.sub: Updated from master source.
3034
3035 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3036
3037 * configure.in: Use amdx86-64 for freebsd on x86_64.
3038
3039 2005-11-22 Romain Francoise <romain@orebokech.com>
3040
3041 * make-dist: Add etc/images/icons.
3042
3043 2005-11-03 Andreas Schwab <schwab@suse.de>
3044
3045 * configure.in: Use GZIP_PROG instead of GZIP.
3046
3047 * Makefile.in (GZIP_PROG): Renamed from GZIP.
3048 (install-arch-indep): Adjust.
3049
3050 2005-11-01 Andreas Schwab <schwab@suse.de>
3051
3052 * Makefile.in (bootstrap): Fix dependencies for parallel build.
3053 (bootfast): Likewise.
3054
3055 2005-11-01 Romain Francoise <romain@orebokech.com>
3056
3057 * configure.in: Check for gzip.
3058
3059 * Makefile.in (install): Compress source files.
3060
3061 2005-10-24 Steven Tamm <steventamm@mac.com>
3062
3063 * configure.in: Fix darwin386 configuration issue.
3064
3065 2005-10-22 Eli Zaretskii <eliz@gnu.org>
3066
3067 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
3068
3069 2005-10-17 Bill Wohler <wohler@newt.com>
3070
3071 * make-dist: Create and populate etc/images/low-color.
3072
3073 2005-10-15 Bill Wohler <wohler@newt.com>
3074
3075 * make-dist: Create and populate etc/images/gud.
3076
3077 2005-10-08 Richard M. Stallman <rms@gnu.org>
3078
3079 * make-dist (tempparent): Don't check for 14-char file name limit.
3080
3081 2005-10-07 Romain Francoise <romain@orebokech.com>
3082
3083 * make-dist: Add etc/images/ezimage and etc/images/mail
3084 directories. Install images in etc/images.
3085
3086 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3087
3088 * configure.in: Prefer Carbon if --enable-carbon-app or
3089 --with-carbon is explicitly specified even when X11 is detected.
3090
3091 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
3092
3093 * Makefile.in (install-arch-indep, uninstall):
3094 Handle newsticker manual.
3095 (info): Add - to commands.
3096
3097 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
3098
3099 Remove the MAXPATHLEN limitations:
3100
3101 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
3102
3103 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3104
3105 * configure.in <lynxsos*>: Support for LynxOS on PPC.
3106 * configure: Regenerate.
3107
3108 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
3109
3110 * config.guess, config.sub: Updated from master source.
3111
3112 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * .cvsignore: Add `lock'.
3115
3116 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3117
3118 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
3119
3120 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
3121
3122 Merge gnulib getopt implementation into Emacs.
3123
3124 * Makefile.in (AUTOCONF_INPUTS): New macro.
3125 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
3126 so that these files also depend on m4/getopt.m4.
3127 * configure.in: Configure getopt by including m4/getopt.m4,
3128 and configuring a getopt replacement if necessary.
3129 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
3130 * m4/getopt.m4: New file.
3131
3132 2005-07-06 Lute Kamstra <lute@gnu.org>
3133
3134 * configure.in: Fix capitalization.
3135
3136 2005-07-04 Lute Kamstra <lute@gnu.org>
3137
3138 Update FSF's address in GPL notices.
3139
3140 2005-06-19 Jérôme Marant <jerome@marant.org>
3141
3142 * Makefile.in (epaths-force): Protect both lisppath and
3143 buildlisppath from whitespace.
3144
3145 2005-06-08 Steven Tamm <steventamm@mac.com>
3146
3147 * configure.in: Support Darwin/MacOSX on Intel
3148
3149 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
3150
3151 * configure.in (HAVE_CANCELMENUTRACKING): New test.
3152
3153 2005-05-11 Jérôme Marant <jmarant@marant.org>
3154
3155 * configure.in: Add --enable-locallisppath.
3156
3157 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3158
3159 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
3160 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
3161 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
3162
3163 2005-05-07 Jérôme Marant <jerome@marant.org>
3164
3165 * make-dist: Remove references to makefile.nt and makefile.def.
3166 Include widgets and images subdirectories of etc. Do not exclude
3167 ldefs-boot.el.
3168
3169 2005-04-23 Andreas Schwab <schwab@suse.de>
3170
3171 * configure.in: Remove duplicate match for powerpc configuration.
3172
3173 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
3174
3175 * configure.in: Check for <pwd.h>.
3176
3177 2005-04-14 Lute Kamstra <lute@gnu.org>
3178
3179 * make-dist: Distribute all ChangeLog files in lisp/.
3180 Don't distribute ldefs-boot.el.
3181 lisp/makefile.nt no longer exists.
3182
3183 2005-04-13 Lute Kamstra <lute@gnu.org>
3184
3185 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
3186 for "no-byte-compile: t" in the file instead.
3187
3188 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
3191 shadow the main Lesstif/Motif-2.1 libs and includes.
3192
3193 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
3194
3195 * configure.in: Only add XASSERTS to cppflags.
3196
3197 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
3198
3199 * configure.in: Added --enable-asserts.
3200
3201 2005-02-09 Kim F. Storm <storm@cua.dk>
3202
3203 Change release version from 21.4 to 22.1 throughout.
3204 Change development version from 21.3.50 to 22.0.50.
3205
3206 2005-01-19 Steven Tamm <steventamm@mac.com>
3207
3208 * configure.in: Check for <sys/utsname.h>.
3209
3210 2004-12-11 Kim F. Storm <storm@cua.dk>
3211
3212 * Makefile.in (info): Undo 2004-12-05 change.
3213
3214 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * info/dir (File): Add URL and Org Mode manuals.
3217 * Makefile.in (install-arch-indep, uninstall): Add url and org
3218 manuals.
3219
3220 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
3223 committed to src/config.in.
3224
3225 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
3226
3227 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
3228 pthreads and define HAVE_GTK_AND_PTHREAD.
3229
3230 2004-12-05 Richard M. Stallman <rms@gnu.org>
3231
3232 * Makefile.in (info): Ignore errors building info files.
3233
3234 2004-11-27 Eli Zaretskii <eliz@gnu.org>
3235
3236 * config.bat: If 8-byte alignment is not supported, define
3237 NO_DECL_ALIGN in src/config.h, instead of trivially defining
3238 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
3239 filter through Sed to remove the quotes.
3240
3241 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
3244 not apply to files explicitly `cvs add'ed.
3245
3246 2004-11-12 Eli Zaretskii <eliz@gnu.org>
3247
3248 * config.bat: Don't require djecho.exe for the v1.x build.
3249 Add a test for DECL_ALIGN support, and add a trivial definition to
3250 src/config.h if 8-byte alignment is not supported.
3251
3252 2004-11-08 Kim F. Storm <storm@cua.dk>
3253
3254 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
3255 files before building.
3256 (bootfast, bootstrap-clean-before-fast): New targets, like
3257 bootstrap but don't remove .elc files.
3258
3259 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
3260
3261 * configure.in: Add check for getrusage.
3262
3263 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
3264
3265 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
3266 New tests for new and old GTK file dialogs.
3267 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
3268 to no.
3269
3270 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
3271
3272 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
3273 can be set. Remove SETARCH test.
3274
3275 2004-10-08 Steven Tamm <steventamm@mac.com>
3276
3277 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
3278
3279 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
3280
3281 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
3282 AC_MSG_WARN. Move output of warning message to end of configure run.
3283
3284 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
3285
3286 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
3287 Run test to see if heap start address is random.
3288
3289 2004-09-29 Miles Bader <miles@gnu.org>
3290
3291 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
3292 if setarch is present.
3293
3294 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
3295
3296 * configure.in (HAVE_EXECSHIELD): Only define on x86.
3297
3298 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
3299
3300 * configure.in: Check for exec-shield.
3301
3302 2004-08-06 Andreas Schwab <schwab@suse.de>
3303
3304 * Makefile.in (install-arch-indep, uninstall): Add flymake.
3305
3306 2004-07-31 Eli Zaretskii <eliz@gnu.org>
3307
3308 * config.bat: Update URLs in the comments.
3309
3310 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3311
3312 * Makefile.in (install-arch-indep): Add pgg and sieve.
3313
3314 * info/.cvsignore: Added pgg and sieve.
3315
3316 2004-07-05 Andreas Schwab <schwab@suse.de>
3317
3318 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
3319
3320 2004-06-21 Kenichi Handa <handa@m17n.org>
3321
3322 * make-dist: Link leim-ext.el into tempdir.
3323
3324 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3325
3326 * info/dir (File): Add emacs-xtra.
3327 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
3328
3329 2004-06-12 Juri Linkov <juri@jurta.org>
3330
3331 * info/dir: Move menu help lines from `* Menu:' to file header.
3332 Describe the purpose of a red *.
3333
3334 2004-05-04 Dave Love <fx@gnu.org>
3335
3336 * configure.in: Don't use `extrasub'.
3337
3338 2004-04-29 Dave Love <fx@gnu.org>
3339
3340 * configure.in: Don't forget to quote args to `test'.
3341
3342 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
3343
3344 * autogen.sh: Update filename in "please read" message.
3345
3346 2004-04-17 Richard M. Stallman <rms@gnu.org>
3347
3348 * INSTALL: Move the info about site-lisp dirs,
3349 and say uninstalled Emacs looks there too.
3350
3351 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3352
3353 * config.bat (lib-src): Recognize comment lines in Makefile.in
3354 that have a TAB after the #, to avoid errors in preprocessing with
3355 GCC 3.3.3.
3356
3357 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * Makefile.in: Mention in comment that `make maintainer-clean'
3360 deletes .elc files.
3361
3362 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * update-subdirs: Add local variables to prevent byte-compiling.
3365
3366 2004-03-21 Dave Love <fx@gnu.org>
3367
3368 * configure.in: Fix previous change.
3369
3370 2004-03-18 Dave Love <fx@gnu.org>
3371
3372 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
3373
3374 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
3375
3376 * info/dir (File): Add SMTP and SES.
3377
3378 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
3381 (bootstrap): Use the new bootstrap-prepare target in lisp.
3382
3383 2004-02-18 Kim F. Storm <storm@cua.dk>
3384
3385 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
3386
3387 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3388
3389 * make-dist: Don't link index.*perm and permute-index into tempdir.
3390
3391 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3392
3393 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
3394 to match previous changes by Eli Zaretskii.
3395
3396 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
3397
3398 * Makefile.in: Set CDPATH to an empty string.
3399
3400 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * configure.in <darwin>: Use fink packages if available.
3403
3404 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
3405
3406 * make-dist (lispref): Do include lispref/index.texi.
3407
3408 2004-01-06 Eric Hanchrow <offby1@blarg.net>
3409
3410 * make-dist (tempdir): Include cursors in nt/icons.
3411
3412 2003-12-30 Eli Zaretskii <eliz@gnu.org>
3413
3414 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
3415 clashes with install-sh on 8+3 filesystems.
3416
3417 2003-12-08 Miles Bader <miles@gnu.org>
3418
3419 * .cvsignore: Add .arch-inventory.
3420
3421 2003-12-24 Andreas Schwab <schwab@suse.de>
3422
3423 * configure.in: Check for <sys/socket.h>. Include it before
3424 including <net/if.h>. Move check for <net/if.h> before its use.
3425
3426 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
3427
3428 * Makefile.in (install-arch-dep): Don't let cd output go into
3429 pipe for carbon_appdir.
3430
3431 2003-12-24 Andreas Schwab <schwab@suse.de>
3432
3433 * configure.in (PKG_CHECK_MODULES): Fix quoting.
3434
3435 2003-12-01 Andreas Schwab <schwab@suse.de>
3436
3437 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
3438 hardcoding gcc.
3439
3440 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
3441
3442 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
3443 multiple displays.
3444 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
3445
3446 2003-09-23 Dave Love <fx@gnu.org>
3447
3448 * configure.in: Check members of struct ifreq.
3449
3450 2003-09-14 Kim F. Storm <storm@cua.dk>
3451
3452 * configure.in: Add checks for sys/ioctl.h and net/if.h.
3453
3454 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3455
3456 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
3457
3458 2003-08-18 Lute Kamstra <lute@gnu.org>
3459
3460 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
3461 required anymore.
3462
3463 2003-08-07 Andrew Choi <akochoi@shaw.ca>
3464
3465 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
3466 option instead of -traditional-cpp for CPP.
3467
3468 2003-07-29 Richard M. Stallman <rms@gnu.org>
3469
3470 * configure.in (HAVE_XIM): Define if XIM is available.
3471
3472 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3473
3474 * configure.in: The function gtk_window_set_icon_from_file was
3475 introduced in GTK+ 2.2, so check for that release.
3476
3477 2003-07-23 Andreas Schwab <schwab@suse.de>
3478
3479 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
3480
3481 * Makefile.in (YACC): Remove, not used.
3482 (MAINT): Don't set.
3483 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
3484 disable dependency on ${srcdir}/configure.in when maintainer mode
3485 is disabled.
3486
3487 2003-07-22 Dave Love <fx@gnu.org>
3488
3489 * configure.in: Make XRegisterIMInstantiateCallback test depend on
3490 HAVE_X11, not with_xim.
3491 (HAVE_CRTIN): Provide template.
3492 <with_png>: Test for png.h and libpng/png.h.
3493
3494 2003-07-15 Andreas Schwab <schwab@suse.de>
3495
3496 * configure.in: Temporarily leave quoting for AC_DEFINE.
3497
3498 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3499
3500 * configure.in: Check for posix_memalign.
3501
3502 2003-07-12 Richard M. Stallman <rms@gnu.org>
3503
3504 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
3505
3506 2003-07-09 Kim F. Storm <storm@cua.dk>
3507
3508 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
3509 functionality of --without-xim.
3510
3511 2003-06-29 Dave Love <fx@gnu.org>
3512
3513 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
3514
3515 2003-06-23 Dave Love <fx@gnu.org>
3516
3517 * configure.in: Check for sys/_mbstate_t.h.
3518 Test XRegisterIMInstantiateCallback prototype.
3519 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
3520
3521 2003-06-06 Dave Love <fx@gnu.org>
3522
3523 * configure.in: Check for locale.h.
3524
3525 2003-06-05 Dave Love <fx@gnu.org>
3526
3527 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
3528 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
3529 (NLIST_STRUCT): Don't define.
3530 (AH_BOTTOM): Define my_strftime.
3531
3532 2003-06-02 Richard M. Stallman <rms@gnu.org>
3533
3534 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
3535
3536 2003-05-24 Andreas Schwab <schwab@suse.de>
3537
3538 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
3539 bzero, and bcmp.
3540
3541 2003-05-22 Dave Love <fx@gnu.org>
3542
3543 * configure.in: Remove redundant test for term.h. Test for difftime.
3544
3545 2003-05-20 Dave Love <fx@gnu.org>
3546
3547 * configure.in: Append * to s390-*-linux-gnu case.
3548 (LIBMAIL) <lockfile>: Don't define.
3549
3550 2003-04-30 Richard M. Stallman <rms@gnu.org>
3551
3552 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3553
3554 2003-04-28 Francesco Potortì <pot@gnu.org>
3555
3556 * configure.in: Undo last (RMS') change, as it is useless, per
3557 Dave Love.
3558
3559 2003-04-08 Richard M. Stallman <rms@gnu.org>
3560
3561 * configure.in: Put #include of jpeglib.h at start of line.
3562
3563 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3564
3565 * INSTALL (* GNU/Linux development packages): Mention Debian and
3566 RedHat package names.
3567
3568 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
3569
3570 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3571
3572 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3573
3574 * INSTALL (* GNU/Linux development packages): Tell people to
3575 install additional packages for compiling Emacs.
3576
3577 2003-04-06 Francesco Potortì <pot@gnu.org>
3578
3579 * configure.in: Use the same configuration for all aix5, not just
3580 aix5.1.
3581
3582 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
3583
3584 * configure.in: Check for need for bigtoc support on IBM AIX for
3585 solving a linker table overflow problem.
3586
3587 2003-03-03 Rob Browning <rlb@defaultvalue.org>
3588
3589 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
3590 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
3591 over bzero, bcmp, and bcopy.
3592
3593 2003-02-23 Simon Josefsson <jas@extundo.com>
3594
3595 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
3596
3597 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
3598
3599 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
3600
3601 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
3602
3603 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
3604
3605 2003-02-08 Andreas Schwab <schwab@suse.de>
3606
3607 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3608 instead of the substitution.
3609
3610 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3611
3612 * Makefile.in: Use @EXEEXT@ for Cygwin.
3613 Use USERNAME if LOGNAME is not set (for Cygwin).
3614
3615 * configure.in: Add opsys=cygwin.
3616
3617 2003-01-22 Andreas Schwab <schwab@suse.de>
3618
3619 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
3620 redefining it explicitly in src/config.in.
3621
3622 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
3623
3624 * Makefile.in (bootstrap): Make bootstrap-after.
3625
3626 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
3627
3628 * configure.in: Fix --with-gtk.
3629
3630 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
3631
3632 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
3633
3634 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
3635
3636 2003-01-14 Francesco Potortì <pot@gnu.org>
3637
3638 * configure.in (m68k-motorola-sysv): Remove (obsolete).
3639
3640 2003-01-07 Steven Tamm <steventamm@mac.com>
3641
3642 * configure.in: New option, --enable-carbon-app, to specify
3643 that the application should be installed
3644 * Makefile.in (install-arch-dep): On Mac OS X, install the
3645 Emacs.app application if carbon-app is enabled
3646
3647 2003-01-06 Dave Love <fx@gnu.org>
3648
3649 * configure.in: Check for nl_langinfo.
3650 [!HAVE_SIZE_T]: Fix typedef.
3651
3652 2003-01-06 David Kastrup <dak@gnu.org>
3653
3654 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3655
3656 * configure.in: Add tests for install-info.
3657
3658 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
3659
3660 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3661 use again sol2-6 instead of sol2-8.
3662
3663 2002-12-09 Dave Love <fx@gnu.org>
3664
3665 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3666
3667 2002-12-08 Andreas Schwab <schwab@suse.de>
3668
3669 * Makefile.in (install-arch-indep): Revert last change.
3670
3671 2002-11-27 Dave Love <fx@gnu.org>
3672
3673 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3674 Check for __sys_siglist too. Check for memset.
3675 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3676
3677 2002-11-22 Juanma Barranquero <lektu@terra.es>
3678
3679 * config.guess, config.sub: Updated from master source.
3680
3681 2002-11-19 Karl Fogel <kfogel@red-bean.com>
3682
3683 * autogen.sh: New file.
3684
3685 2002-11-15 Dave Love <fx@gnu.org>
3686
3687 * configure.in: Tidy up various quoting issues throughout.
3688 Use AC_GNU_SOURCE.
3689 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3690 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3691 Maybe define bcopy, bzero, bcmp.
3692 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3693 non-existent machine file).
3694 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3695 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3696 (nlist.h): Move test up.
3697
3698 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
3699
3700 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3701
3702 2002-11-14 Francesco Potortì <pot@gnu.org>
3703
3704 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3705
3706 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3707
3708 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3709
3710 2002-11-08 Dave Love <fx@gnu.org>
3711
3712 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3713 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3714
3715 2002-11-07 Miles Bader <miles@gnu.org>
3716
3717 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3718 Handle separate-build-dir case.
3719
3720 2002-11-06 Richard M. Stallman <rms@gnu.org>
3721
3722 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3723 bulletproof. $bar may be empty when there are no .elc files.
3724
3725 2002-10-30 Dave Love <fx@gnu.org>
3726
3727 * configure.in: Require autoconf 2.53. Test for pty.h,
3728 sys/mman.h, sys/param.h, mremap, memmove.
3729 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3730 (AC_PROG_YACC): Delete.
3731 (size_t): Use AC_CHECK_TYPES.
3732 (AH_TOP): Up-date copyright.
3733
3734 2002-10-01 Juanma Barranquero <lektu@terra.es>
3735
3736 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3737
3738 2002-09-19 Richard M. Stallman <rms@gnu.org>
3739
3740 * configure.in: Fix the LessTif-directory-finder for real.
3741
3742 2002-09-14 Richard M. Stallman <rms@gnu.org>
3743
3744 * Makefile.in (maybe_bootstrap): Test for complete absence
3745 of compiled Lisp files.
3746
3747 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3748
3749 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3750 (bootstrap-clean-after): Delete.
3751 (bootstrap): Make the sequencing explicit.
3752
3753 2002-09-10 Richard M. Stallman <rms@gnu.org>
3754
3755 * configure.in: Fix previous LessTif change.
3756
3757 2002-09-09 Richard M. Stallman <rms@gnu.org>
3758
3759 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3760 (powerpcle-*-solaris*): Use version 2.6 as default.
3761 (*-sunos5.6*, *-solaris2.6*): New alternative.
3762 (*-sunos5*): Use version 2.6 as default.
3763
3764 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3765
3766 * configure.in: Fix typo.
3767
3768 2002-09-05 Richard M. Stallman <rms@gnu.org>
3769
3770 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
3771
3772 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
3773 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
3774
3775 2002-08-26 Kim F. Storm <storm@cua.dk>
3776
3777 * Makefile.in (install-arch-indep): Do not remove DOC file
3778 when it is the only DOC file installed; this is the case when
3779 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
3780
3781 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
3782
3783 * configure.in: Fix typo.
3784
3785 2002-07-24 Richard M. Stallman <rms@gnu.org>
3786
3787 * configure.in: Don't print anything special about gamedir.
3788
3789 * configure.in: Delete nonstandard --with-game-user option.
3790
3791 2002-07-21 Richard M. Stallman <rms@gnu.org>
3792
3793 * Makefile.in (gamedir, localstatedir): New variables.
3794 (epaths-force): Insert value of gamedir into PATH_GAME.
3795
3796 * configure.in (gamedir): Handle it like lispdir.
3797 (--with-game-dir option): Delete.
3798
3799 2002-06-21 Pavel Janík <Pavel@Janik.cz>
3800
3801 * configure.in: Add support for mipseb-*-netbsd* machines.
3802
3803 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3804
3805 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
3806
3807 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3808
3809 * info/dir (File): Add an entry for Tramp.
3810
3811 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3812
3813 * INSTALL-CVS: New file.
3814
3815 2002-06-07 Andreas Schwab <schwab@suse.de>
3816
3817 * configure.in (x86_64-*-linux-gnu*): New system.
3818
3819 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3820
3821 * config.bat: Handle the case when lispintro is truncated to lispintr.
3822
3823 2002-05-26 Paul Eggert <eggert@twinsun.com>
3824
3825 * config.guess, config.sub: Updated from master source.
3826
3827 2002-05-09 Richard M. Stallman <rms@gnu.org>
3828
3829 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
3830
3831 2002-05-04 Pavel Janík <Pavel@Janik.cz>
3832
3833 * make-dist: Do not distribute lock/ directory.
3834
3835 2002-04-30 Andrew Choi <akochoi@shaw.ca>
3836
3837 * configure.in: Provide documentation string when defining
3838 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
3839 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
3840
3841 2002-04-28 Colin Walters <walters@verbum.org>
3842
3843 * configure.in: Delete configure check for access to the game user.
3844
3845 2002-04-29 Pavel Janík <Pavel@Janik.cz>
3846
3847 * make-dist: lwlib/Imakefile is removed.
3848
3849 2002-04-26 Andrew Choi <akochoi@shaw.ca>
3850
3851 * configure.in: Add support for powerpc-apple-darwin*.
3852 (HAVE_CARBON): Add.
3853
3854 * make-dist: Create directories in mac/Emacs.app.
3855
3856 2002-04-25 Pavel Janík <Pavel@Janik.cz>
3857
3858 * make-dist: lwlib-Xol* are removed.
3859
3860 2002-04-23 Andreas Schwab <schwab@suse.de>
3861
3862 * Makefile.in (MAINT): New variable.
3863 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
3864 instead of configure.in, to avoid running autoconf and autoheader
3865 unless explicitly requested.
3866
3867 2002-04-16 Eli Zaretskii <eliz@gnu.org>
3868
3869 * config.bat: Update for msdos/sed2v2.inp.
3870
3871 2002-04-15 Andreas Schwab <schwab@suse.de>
3872
3873 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
3874 * configure.in: Add config header templates to all AC_DEFINE and
3875 AC_DEFINE_UNQUOTED symbols.
3876 * make-dist: Run autoheader if necessary.
3877
3878 2002-04-10 Colin Walters <walters@verbum.org>
3879
3880 * configure.in: Add --game-dir, --game-user. Test to see if we
3881 can use them.
3882
3883 2002-04-08 Pavel Janík <Pavel@Janik.cz>
3884
3885 * configure.in: Add --with-sound.
3886
3887 2002-03-18 Kim F. Storm <storm@cua.dk>
3888
3889 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
3890 and getsockname functions. Test for sys/un.h include file.
3891
3892 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
3893
3894 * configure.in: Support AIX 5.1.
3895
3896 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
3897
3898 * configure.in: Added test for X Session Management (HAVE_X_SM).
3899
3900 2002-03-03 Richard M. Stallman <rms@gnu.org>
3901
3902 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
3903 Run chown $${LOGNAME} on files installed by tar xvf.
3904
3905 2002-03-03 Kim F. Storm <storm@cua.dk>
3906
3907 * configure.in: Test for getpeername.
3908
3909 2002-03-01 Richard M. Stallman <rms@gnu.org>
3910
3911 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
3912 (HAVE_GIF): Don't use old libungif versions that crash.
3913
3914 2002-02-26 Richard M. Stallman <rms@gnu.org>
3915
3916 * configure.in <making srcdir absolute>: Verify that PWD is correct,
3917 not just well-formed and valid.
3918 (mips-compaq-nonstopux*): New configuration.
3919
3920 2002-02-18 Paul Eggert <eggert@twinsun.com>
3921
3922 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
3923 "sed q" is a portable equivalent to plain "head -1".
3924
3925 2002-02-13 Richard M. Stallman <rms@gnu.org>
3926
3927 * Makefile.in (maybe_bootstrap): Do `exit 1'.
3928 (all): Don't depend on maybe_bootstrap here.
3929 (${SUBDIR}): Depend on it here instead.
3930
3931 2002-02-08 Richard M. Stallman <rms@gnu.org>
3932
3933 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
3934
3935 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3936
3937 * configure.in: Recognize BSD/OS 5.0.
3938
3939 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3940
3941 * make-dist: Make version checking in emacs.texi consistent with
3942 how we set it there.
3943
3944 2001-12-29 Kim F. Storm <storm@cua.dk>
3945
3946 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
3947
3948 2001-12-28 Richard M. Stallman <rms@gnu.org>
3949
3950 * configure.in: Test for mbsinit.
3951
3952 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 These changes make Leim part of the standard distribution:
3955
3956 * README: Add info about the `leim' directory.
3957
3958 * INSTALL: Remove text that describes Leim as a separate package.
3959
3960 * noleim-Makefile.in: File removed.
3961
3962 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
3963 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
3964 Leim files out of the Emacs tree. Don't prepare a separate tarball
3965 for Leim.
3966
3967 2001-12-11 Richard M. Stallman <rms@gnu.org>
3968
3969 * configure.in (hppa*-*-linux-gnu*): New alternative.
3970
3971 2001-12-08 Pavel Janík <Pavel@Janik.cz>
3972
3973 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
3974 creating distribution.
3975
3976 2001-12-06 Paul Eggert <eggert@twinsun.com>
3977
3978 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
3979 (AC_FUNC_VFORK): Remove.
3980 (AC_FUNC_FORK): Add.
3981 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
3982 this is required by recent Autoconf versions.
3983
3984 2001-12-02 Pavel Janík <Pavel@Janik.cz>
3985
3986 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
3987 TODO, vms-pp.trans and others).
3988
3989 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3990
3991 * make-dist: Use COPYING from the top-level directory.
3992
3993 2001-11-29 Gerd Moellmann <gerd@gnu.org>
3994
3995 * configure.in: Add support for FreeBSD/Alpha.
3996
3997 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3998
3999 * make-dist: Add COPYING to the top-level directory of the
4000 distribution. Simplify the logic behind copying.
4001
4002 * Makefile.in (maybe_bootstrap): Fix previous change.
4003
4004 2001-11-28 Richard M. Stallman <rms@gnu.org>
4005
4006 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
4007
4008 2001-11-26 Richard M. Stallman <rms@gnu.org>
4009
4010 * Makefile.in: bootstrap should not delete dumped executables.
4011 (bootstrap-clean-before): New target.
4012 (bootstrap): Use bootstrap-clean-before instead of clean.
4013 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
4014
4015 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
4016
4017 These changes add the Emacs Lisp Introduction manual to the
4018 distribution:
4019
4020 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
4021
4022 * make-dist: Copy the files in lispintro directory.
4023
4024 * config.bat: Configure in the lispintro directory.
4025
4026 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
4027
4028 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
4029 (lispintro/Makefile): New target.
4030 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
4031 (unlock, relock, info, dvi): Ditto.
4032
4033 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4034
4035 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
4036
4037 * make-dist (etc): Don't distribute gfdl.1.
4038
4039 2001-11-22 Colin Walters <walters@debian.org>
4040
4041 * Makefile.in (install-arch-indep): Install the calc .info files.
4042 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
4043
4044 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4045
4046 * make-dist (lispref): Add *.txt, *.el, permute-index, and
4047 tindex.pl to the list of those being put into the distribution.
4048
4049 2001-11-16 Eli Zaretskii <eliz@gnu.org>
4050
4051 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
4052
4053 2001-11-15 Pavel Janík <Pavel@Janik.cz>
4054
4055 * Makefile.in (uninstall): Fix previous change.
4056
4057 * configure.in, Makefile.in: Add support for --program-prefix,
4058 --program-suffix and --program-transform-name options.
4059
4060 2001-11-13 Pavel Janík <Pavel@Janik.cz>
4061
4062 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
4063 (install-arch-indep): Install emacsclient manual page.
4064 (uninstall): Uninstall emacsclient manual page.
4065
4066 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
4067
4068 * make-dist: Add lispref/index.*perm files to the distribution.
4069 From Pavel Janík <Pavel@Janik.cz>.
4070
4071 2001-11-12 Pavel Janík <Pavel@Janik.cz>
4072
4073 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
4074
4075 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * configure.in: AC_OUTPUT lispref/Makefile.
4078
4079 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4080
4081 The following changes add the ELisp reference manual to the
4082 distribution.
4083
4084 * make-dist: Add the lispref directory to the distribution.
4085
4086 * Makefile.in (install-arch-indep): Add elisp* to the list of
4087 installed Info files.
4088 (SUBDIR_MAKEFILES): Add lispref/Makefile.
4089 (lispref/Makefile): New target.
4090 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
4091 Add commands for the lispref directory.
4092 (info, dvi): Ditto.
4093
4094 * config.bat: Configure in `lispref'.
4095
4096 2001-11-09 Richard M. Stallman <rms@gnu.org>
4097
4098 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
4099
4100 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
4101
4102 * make-dist (tempdir): Copy AUTHORS as well.
4103
4104 2001-11-06 Sam Steingold <sds@gnu.org>
4105
4106 * configure.in: Added a check for <nlist.h>.
4107
4108 2001-11-01 Pavel Janík <Pavel@Janik.cz>
4109
4110 * configure.in: Reindent --help output.
4111 From Per Starbäck (starback@ling.uu.se).
4112
4113 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4114
4115 * configure.in: New entry for HP/UX-11.
4116
4117 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
4118 From Eric S. Raymond <esr@golux.thyrsus.com>.
4119
4120 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4121
4122 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
4123 <athornton@sinenomine.net>.
4124
4125 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4126
4127 * Makefile.in (maybe_bootstrap): New target.
4128 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
4129
4130 2001-10-24 Ken Raeburn <raeburn@gnu.org>
4131
4132 * configure.in: If --with-hesiod is given, look for
4133 hes_getmailhost and res_send or __res_send; check hesiod and
4134 resolv libraries respectively if system libraries don't supply them.
4135
4136 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4137
4138 * configure.in: Use $MAKE for `make' if set.
4139
4140 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4141
4142 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
4143 to tar options.
4144
4145 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4146
4147 * (Version 21.1 released).
4148
4149 2001-10-20 Miles Bader <miles@gnu.org>
4150
4151 * configure.in (configuration): Set from `host' if `host_alias'
4152 isn't defined.
4153
4154 2001-10-19 Andreas Schwab <schwab@suse.de>
4155
4156 * configure.in: Make ready for autoconf 2.5x.
4157 (AC_PREREQ): Require autoconf 2.50.
4158 * aclocal.m4: Removed.
4159 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
4160
4161 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4162
4163 * README: Bump Emacs version to 21.1.50.
4164
4165 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4166
4167 * Branch for 21.1.
4168
4169 2001-09-05 Gerd Moellmann <gerd@gnu.org>
4170
4171 * configure.in: Avoid `$@' which is handled specially in
4172 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
4173
4174 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
4175
4176 * make-dist (nt): Add subdirs.el to the list of distributed files.
4177
4178 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4179
4180 * configure.in (machine): Add an entry for
4181 hppa1.1-hitachi-hiuxwe2*.
4182
4183 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4184
4185 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
4186 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
4187
4188 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4189
4190 * make-dist: Copy texinfo.tex unconditionally.
4191
4192 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4193
4194 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
4195 that are installed.
4196
4197 2001-04-06 Gerd Moellmann <gerd@gnu.org>
4198
4199 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
4200 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
4201
4202 * make-dist: Handle leim/MISC-DIC. Only include
4203 `[a-zA-Z]*.{el,elc}' from leim/quail.
4204
4205 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4206
4207 * Makefile.in (install-arch-indep): Remove .cvsignore files.
4208
4209 2001-03-30 Gerd Moellmann <gerd@gnu.org>
4210
4211 * Makefile.in (.PHONY): Add for bootstrap targets.
4212 (bootstrap-clean): New target.
4213 (bootstrap): Use it instead of `clean'.
4214
4215 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
4216
4217 * Makefile.in (SUBDIR): Remove leim.
4218 (all, .RECURSIVE, extraclean): Add leim explicitly.
4219 (leim): Provide separate rule which exports PARALLEL=0 into the
4220 environment.
4221
4222 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4223
4224 * configure.in (HAVE_XPM): Don't print the result of the check for
4225 XpmReturnAllocPixels if we don't have an xpm.h.
4226
4227 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4228
4229 * COPYING: New file.
4230
4231 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4232
4233 * config.bat: Update the copyright.
4234
4235 2001-02-23 Kenichi Handa <handa@etl.go.jp>
4236
4237 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
4238 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
4239 to `yes'. Later in AC_OUTPUT, check this variable.
4240
4241 2001-02-09 Dave Love <fx@gnu.org>
4242
4243 * AUTHORS: Updated.
4244
4245 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4246
4247 * info/dir (Ebrowse): Fix the entry (was missing a dot).
4248
4249 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4250
4251 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
4252
4253 * Makefile.in (uninstall): Ignore exit code of `rm'.
4254
4255 * Makefile.in (uninstall): Remove more info files. Remove
4256 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
4257
4258 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4259
4260 * noleim-Makefile.in (extraclean): Add.
4261
4262 2001-01-28 Gerd Moellmann <gerd@gnu.org>
4263
4264 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
4265 it quiet.
4266
4267 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
4268
4269 * Makefile.in (tags): Fix typo.
4270
4271 2001-01-13 Kenichi Handa <handa@etl.go.jp>
4272
4273 * configure.in: Fix typo in the code setting x_search_path.
4274
4275 2001-01-10 Dave Love <fx@gnu.org>
4276
4277 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
4278 -lXext.
4279 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
4280 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
4281 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
4282 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
4283 (now in $LIBS).
4284
4285 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4286
4287 * config.bat: Run the preprocessor with -traditional.
4288
4289 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
4290
4291 * INSTALL: Move copying conditions to end of file.
4292
4293 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4294
4295 * INSTALL: Add basic installation procedure which assumes
4296 `configure' does its job. Elaborate on image support libraries.
4297 Add a pointer to Xaw3d library. Add advice about solving
4298 configure-time problems by looking in config.log and setting
4299 variables in the environment.
4300
4301 2000-12-27 Gerd Moellmann <gerd@gnu.org>
4302
4303 * Makefile.in (install-arch-indep): If tar fails, exit with
4304 exit code 1.
4305
4306 2000-12-19 Gerd Moellmann <gerd@gnu.org>
4307
4308 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
4309 source file includes XKBlib.h. On some broken Solaris systems,
4310 there is an XKBlib.h, reportedly, but header files included by
4311 XKBlib.h are missing.
4312
4313 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4314
4315 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
4316
4317 2000-12-11 Dave Love <fx@gnu.org>
4318
4319 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
4320
4321 2000-12-11 Paul Eggert <eggert@twinsun.com>
4322
4323 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
4324 Merge fixes from latest GNU tar version. These macros no longer
4325 futz with _XOPEN_SOURCE, as that was not portable in practice.
4326 (AC_FUNC_FSEEKO): New macro.
4327
4328 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
4329 ftello.
4330
4331 2000-12-05 Dave Love <fx@gnu.org>
4332
4333 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
4334
4335 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * info/dir: Change the category to "Emacs".
4338
4339 2000-12-01 Gerd Moellmann <gerd@gnu.org>
4340
4341 * make-dist (tempdir): Remove epaths.h from the distribution
4342 instead of paths.h.
4343
4344 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4345
4346 * config.bat: Check for existence of djecho.exe, and print an
4347 error message if it is not available.
4348
4349 * INSTALL: Describe possible problem with djecho.exe in old
4350 versions of DJGPP v2.x.
4351
4352 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4353
4354 * configure.in: Initialize HAVE_LIBXP to no.
4355
4356 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4357
4358 * configure.in: Use m/macppc.h instead of the non-existent
4359 m/powerpc.h.
4360
4361 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4362
4363 * Makefile.in (install-arch-indep): Also install info/eshell*
4364 and info/speedbar*.
4365
4366 * configure.in (HAVE_PNG): Check for the presence of
4367 png_get_channels to rule out older PNG libs.
4368
4369 * configure.in (AC_OUTPUT): Arrange to emit definitions of
4370 GCC and NON_GNU_CPP into config.status.
4371
4372 2000-11-20 Dave Love <fx@gnu.org>
4373
4374 * configure.in: Fix last change.
4375
4376 * GETTING.GNU.SOFTWARE: Deleted.
4377 * FTP: New file to replace it.
4378 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
4379
4380 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4381
4382 * configure.in: Use -traditional with GNU cpp.
4383
4384 2000-11-17 Gerd Moellmann <gerd@gnu.org>
4385
4386 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
4387 Distribute more files from the nt/ subdir. Distribute PBM
4388 image files from subdirs of lisp/. Distribute old change logs
4389 from subdirs of lisp/. Distribute play/5x5.el.
4390
4391 2000-11-11 Dave Love <fx@gnu.org>
4392
4393 * config.sub, config.guess: Updated from master source.
4394
4395 2000-11-07 Dave Love <fx@gnu.org>
4396
4397 * configure.in: Test for mkstemp.
4398
4399 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4400
4401 * info/dir (Top): Rearrange menu items more logically, and put
4402 them into a single category. Add menu items for RefTeX and
4403 Widget.
4404
4405 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4406
4407 * Makefile.in (install-arch-indep): Use --info-dir instead of
4408 --dir-file, and a simple argument instead of --info-file, so that
4409 the Debian version of install-info also works.
4410
4411 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4412
4413 * info/dir (Speedbar): Add entry.
4414
4415 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4416
4417 * INSTALL: Describe the new image-support options to the configure
4418 script. List URLs where image support libraries can be found.
4419
4420 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4421
4422 * info/dir (Top): Add an entry for Eshell.
4423
4424 2000-10-02 Dave Love <fx@gnu.org>
4425
4426 * configure.in: Check for gai_strerror.
4427
4428 2000-10-01 Andreas Schwab <schwab@suse.de>
4429
4430 * Makefile.in (install-arch-indep): Update list of installed info files.
4431
4432 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4433
4434 * configure.in: Support `sparc*-*-netbsd*'.
4435
4436 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * info/dir (MIME): Add entry for emacs-mime.
4439
4440 2000-09-29 Dave Love <fx@gnu.org>
4441
4442 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
4443
4444 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4445
4446 * make-dist: Adapt to the change of leim/Makefile which was
4447 necessary to ensure a reasonably working `make dist'.
4448
4449 * leim-Makefile.in: Moved to leim/Makefile.in..
4450
4451 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
4452
4453 2000-09-21 Kenichi Handa <handa@etl.go.jp>
4454
4455 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
4456 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
4457 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
4458 files to .elc.
4459 (${TIT}): Adjusted for the above change.
4460 (clean mostlyclean): Likewise.
4461 (.el.elc): New target.
4462
4463 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4464
4465 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4466 in the distribution.
4467
4468 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4469
4470 * make-dist (skk): Rename to `ja-dic' because the leim directory
4471 was renamed.
4472
4473 2000-09-14 Dave Love <fx@gnu.org>
4474
4475 * configure.in: Fix spurion in last change.
4476
4477 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4478
4479 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
4480 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
4481 to `no' if defined. Change result report.
4482
4483 2000-09-08 Dave Love <fx@gnu.org>
4484
4485 * configure.in: Remove spurious `@'s.
4486
4487 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
4488 autoconf.
4489
4490 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4491
4492 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
4493 file and print informational message.
4494
4495 * configure.in (AC_FUNC_MMAP): Add.
4496
4497 2000-09-01 Gerd Moellmann <gerd@gnu.org>
4498
4499 * configure.in: Add ``checking'' messages for
4500 XpmReturnAllocPixels.
4501
4502 2000-08-28 Gerd Moellmann <gerd@gnu.org>
4503
4504 * configure.in: Check <strings.h>; check `index' and `rindex'
4505 functions.
4506
4507 2000-08-26 Kenichi Handa <handa@etl.go.jp>
4508
4509 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
4510 "case "${canonical}" in".
4511
4512 2000-08-25 Dave Love <fx@gnu.org>
4513
4514 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
4515
4516 2000-08-25 Kenichi Handa <handa@etl.go.jp>
4517
4518 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
4519
4520 2000-08-24 Gerd Moellmann <gerd@gnu.org>
4521
4522 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
4523 contains a relative path. Protect against unusable values of $PWD.
4524
4525 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4526
4527 * info/dir (WoMan): Add entry.
4528
4529 * config.bat (maindir): Update src/_gdbinit even if it does
4530 already exist.
4531
4532 2000-08-07 Gerd Moellmann <gerd@gnu.org>
4533
4534 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
4535
4536 2000-08-03 Gerd Moellmann <gerd@gnu.org>
4537
4538 * configure.in: Add support for ia64*-*-linux*.
4539
4540 2000-07-27 Gerd Moellmann <gerd@gnu.org>
4541
4542 * make-dist (aclocal.m4): Include in distribution.
4543
4544 2000-07-26 Dave Love <fx@gnu.org>
4545
4546 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
4547
4548 2000-07-24 Dave Love <fx@gnu.org>
4549
4550 * configure.in: Add AC_SIZE_T.
4551
4552 2000-07-18 Dave Love <fx@gnu.org>
4553
4554 * configure.in: Reorder so that most tests are done after CPPFLAGS
4555 is set from the C_SWITCH_... definitions.
4556
4557 2000-07-10 Gerd Moellmann <gerd@gnu.org>
4558
4559 * configure.in (HAVE_XPM): Undo previous change. Check for
4560 preprocessor define XpmReturnAllocPixels.
4561
4562 2000-07-06 Gerd Moellmann <gerd@gnu.org>
4563
4564 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
4565 instead of XpmReadFileToPixmap.
4566
4567 2000-07-05 Ken Raeburn <raeburn@gnu.org>
4568
4569 * configure.in: Check for <soundcard.h>. Look for ossaudio
4570 library, and set LIBSOUND accordingly.
4571
4572 2000-07-05 Dave Love <fx@gnu.org>
4573
4574 * configure.in: Use AC_HEADER_SYS_WAIT.
4575
4576 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4577
4578 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4579 lisp/Makefile. Distribute lisp/Makefile.in instead of
4580 lisp/Makefile.
4581
4582 2000-06-30 Ken Raeburn <raeburn@gnu.org>
4583
4584 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
4585 while searching for image-handling libraries.
4586
4587 2000-06-26 Gerd Moellmann <gerd@gnu.org>
4588
4589 * configure.in (--with-xim): New option.
4590
4591 2000-06-23 Dave Love <fx@gnu.org>
4592
4593 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
4594 for struct timezone and test how we can call gettimeofday.
4595 Check for OSF 5+. Check for term.h.
4596
4597 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
4598 version.
4599
4600 2000-06-23 Gerd Moellmann <gerd@gnu.org>
4601
4602 * configure.in (HAVE_LIBXP): Change test for libXp.
4603
4604 2000-06-21 Dave Love <fx@gnu.org>
4605
4606 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
4607 simple test for getloadavg and substitute GETLOADAVG_LIBS.
4608 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
4609
4610 2000-06-19 Dave Love <fx@gnu.org>
4611
4612 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
4613 _XOPEN_SOURCE is defined.
4614
4615 2000-06-16 Gerd Moellmann <gerd@gnu.org>
4616
4617 * Makefile.in (distclean): Also make distclean in lisp/.
4618
4619 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4620
4621 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
4622
4623 2000-06-15 Gerd Moellmann <gerd@gnu.org>
4624
4625 * make-dist: Add --help and --snapshot options.
4626
4627 2000-06-14 Gerd Moellmann <gerd@gnu.org>
4628
4629 * configure.in: Generate lisp/Makefile.
4630
4631 * configure.in: Add support for `*-lynxos*'.
4632 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
4633 recommended by <Karen.Dorhamer@compaq.com> to fix problems
4634 on Tru64 UNIX v5.0.
4635
4636 2000-06-13 Ken Raeburn <raeburn@gnu.org>
4637
4638 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
4639 it's on a continuation line.
4640
4641 2000-06-02 Dave Love <fx@gnu.org>
4642
4643 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
4644 files.
4645
4646 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
4647 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
4648 test.
4649
4650 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
4651 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
4652
4653 2000-05-26 Gerd Moellmann <gerd@gnu.org>
4654
4655 * configure.in: Add check for speed_t typedef.
4656
4657 2000-05-25 Ken Raeburn <raeburn@gnu.org>
4658
4659 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4660 exists; it won't in the CANNOT_DUMP case.
4661
4662 2000-05-25 Gerd Moellmann <gerd@gnu.org>
4663
4664 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4665 On FreeBSD, the exit status is 1 if CDPATH is not set.
4666 (install-arch-indep): Install ebrowse.info.
4667
4668 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4669
4670 * configure.in: Check for grandpt and getpt.
4671
4672 2000-05-09 Dave Love <fx@gnu.org>
4673
4674 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4675
4676 2000-05-05 Gerd Moellmann <gerd@gnu.org>
4677
4678 * make-dist: Make a link for lib-src/grep-changelog.
4679 Copy install-sh.
4680
4681 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4682
4683 * config.bat: Identify the beginning of the cpp stuff in
4684 src/Makefile.in and lib-src/Makefile.in more accurately.
4685
4686 2000-04-27 Gerd Moellmann <gerd@gnu.org>
4687
4688 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4689
4690 2000-04-19 Gerd Moellmann <gerd@gnu.org>
4691
4692 * configure.in: Add support for `powerpc-*-netbsd*'.
4693
4694 2000-04-19 Dave Love <fx@gnu.org>
4695
4696 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4697
4698 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4699
4700 2000-04-16 Dave Love <fx@gnu.org>
4701
4702 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4703
4704 2000-04-14 Dave Love <fx@gnu.org>
4705
4706 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4707
4708 * aclocal.m4 (AC_FUNC_MKTIME): New.
4709
4710 2000-03-28 Ken Raeburn <raeburn@gnu.org>
4711
4712 * configure.in: Line up "--help" output a little better.
4713
4714 2000-03-26 Gerd Moellmann <gerd@gnu.org>
4715
4716 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4717 New targets.
4718 (bootstrap): Rewritten in terms of the new targets above. Make
4719 info files, too.
4720
4721 2000-03-12 Gerd Moellmann <gerd@gnu.org>
4722
4723 * config.guess, config.sub: Use the versions of the files from
4724 subversions.
4725
4726 2000-03-08 Dave Love <fx@gnu.org>
4727
4728 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4729 AC_C_VOLATILE. Define POINTER_TYPE.
4730
4731 * aclocal.m4: New file.
4732
4733 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4734
4735 * configure.in (machine): Add `mipsel-*-netbsd*' and
4736 `arm-*-netbsd*'.
4737
4738 2000-03-01 Gerd Moellmann <gerd@gnu.org>
4739
4740 * configure.in (machine): Add support for `*-auspex-sunos*'.
4741
4742 2000-02-29 Gerd Moellmann <gerd@gnu.org>
4743
4744 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4745
4746 2000-02-18 Dave Love <fx@gnu.org>
4747
4748 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4749
4750 2000-02-18 Andreas Schwab <schwab@suse.de>
4751
4752 * Makefile.in (install-arch-indep): Add eudc to list of installed
4753 info files.
4754
4755 2000-02-17 Ken Raeburn <raeburn@gnu.org>
4756
4757 * configure.in: Include -lz and -ljpeg (if it's available) when
4758 testing for the tiff library.
4759
4760 2000-02-17 Gerd Moellmann <gerd@gnu.org>
4761
4762 * configure.in: Remove LISP_FLOAT_TYPE.
4763
4764 2000-02-12 Dave Love <fx@gnu.org>
4765
4766 * configure.in: Use AC_FUNC_VFORK.
4767
4768 2000-02-01 Gerd Moellmann <gerd@gnu.org>
4769
4770 * make-dist: Various fixes for new development tree.
4771
4772 * leim-Makefile.in: New file.
4773
4774 2000-01-31 Gerd Moellmann <gerd@gnu.org>
4775
4776 * Makefile.in (dist): Call ./make-dist.
4777
4778 2000-01-24 Dave Love <fx@gnu.org>
4779
4780 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
4781
4782 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4783
4784 * configure.in (HAVE_GIF): Check for DGifOpen instead of
4785 DGifOpenFileName.
4786
4787 2000-01-11 Andreas Schwab <schwab@suse.de>
4788
4789 * Makefile.in (install-arch-indep): Update list of info files to
4790 be installed.
4791
4792 2000-01-05 Dave Love <fx@gnu.org>
4793
4794 * configure.in: Check for jerror.h as well as libjpeg.
4795
4796 2000-01-03 Andreas Schwab <schwab@suse.de>
4797
4798 * Makefile.in (install-arch-indep): Install autotype*. Run
4799 install-info on autotype and emacs-faq.info.
4800
4801 1999-12-04 Dave Love <fx@gnu.org>
4802
4803 * Makefile.in (install-arch-indep): Depend on `info'.
4804 (install-strip): Use `install' as sub-make target.
4805
4806 1999-11-23 Ken Raeburn <raeburn@gnu.org>
4807
4808 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
4809 didn't need to be deleted. Check for the k5crypto library as well
4810 as the crypto library; MIT Kerberos 1.1 changed the name.
4811
4812 1999-11-18 Dave Love <fx@gnu.org>
4813
4814 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
4815
4816 1999-11-11 Erik Naggum <erik@naggum.no>
4817
4818 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
4819
4820 1999-11-08 Dave Love <fx@gnu.org>
4821
4822 * configure.in: Fix change for --with-pop default.
4823
4824 1999-11-04 Dave Love <fx@gnu.org>
4825
4826 * configure.in: Default to --with-pop. Change sense of with-gcc
4827 and with-toolkit-scroll-bars messages to reflect the defaults.
4828
4829 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4830
4831 * INSTALL: Mention the Emacs Lisp Reference.
4832
4833 1999-10-27 Noah Friedman <friedman@splode.com>
4834
4835 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
4836
4837 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4838
4839 * Makefile.in (bootstrap): New target.
4840
4841 1999-10-19 Paul Eggert <eggert@twinsun.com>
4842
4843 Add support for large files. Merge glibc 2.1.2.
4844
4845 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
4846 (HAVE_TM_GMTOFF): New symbol.
4847 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
4848 mbrlen, strsignal.
4849 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
4850
4851 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
4854 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
4855
4856 1999-10-09 Richard M. Stallman <rms@gnu.org>
4857
4858 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
4859 Unset CDPATH to prevent cd from generating output.
4860
4861 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
4862
4863 * update-subdirs: Also ignore CVS subdirs.
4864
4865 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4866
4867 * Makefile.in (install-arch-indep): Add ada-mode.
4868
4869 1999-10-06 Dave Love <fx@gnu.org>
4870
4871 * Makefile.in: Add rules for config.status, configure.
4872
4873 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4874
4875 * configure.in (--with-sound): Removed.
4876
4877 1999-08-30 Gerd Moellmann <gerd@gnu.org>
4878
4879 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
4880 the test for Xaw3d.
4881 (HAVE_TIFF): Add -lm to library check.
4882
4883 1999-08-28 Richard Stallman <rms@gnu.org>
4884
4885 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
4886 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
4887 after the other X-related libraries.
4888
4889 1999-08-21 Dave Love <fx@gnu.org>
4890
4891 * configure.in: Don't check for jpeglib.h.
4892
4893 1999-08-20 Gerd Moellmann <gerd@gnu.org>
4894
4895 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
4896 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
4897
4898 1999-08-18 Dave Love <fx@gnu.org>
4899
4900 * configure.in: Check for termcap.h.
4901
4902 1999-08-15 Gerd Moellmann <gerd@gnu.org>
4903
4904 * configure.in: Add --with-toolkit-scroll-bars. If "no",
4905 use Emacs' scroll bars, even if configured for Motif or when
4906 Xaw3d is available.
4907
4908 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4909
4910 * configure.in: Check for getaddrinfo.
4911
4912 1999-08-04 Eli Zaretskii <eliz@gnu.org>
4913
4914 * config.bat: Make --no-debug work again by removing -gcoff.
4915
4916 1999-07-30 Dave Love <fx@gnu.org>
4917
4918 * configure.in: Check for stdlib.h.
4919
4920 1999-07-19 Dave Love <fx@gnu.org>
4921
4922 * configure.in: Grok sparc64-*-linux-gnu*.
4923
4924 1999-07-12 Richard Stallman <rms@gnu.org>
4925
4926 * Version 20.4 released.
4927
4928 1999-06-23 Karl Heuer <kwzh@gnu.org>
4929
4930 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
4931 Quote $EMACS, in case it's a program with args.
4932
4933 1999-06-15 Gerd Moellmann <gerd@gnu.org>
4934
4935 * configure.in (HAVE_GIF): Use libungif instead of libgif
4936 because the former doesn't contain patented compression code.
4937
4938 1999-05-29 Richard M. Stallman <rms@gnu.org>
4939
4940 * configure.in: Delete the Kerberos stuff.
4941
4942 1999-05-27 Greg Hudson <ghudson@mit.edu>
4943
4944 * configure.in: Prefer kerberos 5 names.
4945
4946 1999-04-26 Richard M. Stallman <rms@gnu.org>
4947
4948 * configure.in: Check for libXp.
4949
4950 1999-04-08 Richard Stallman <rms@gnu.org>
4951
4952 * make-dist: Include change logs in subdirs of `lisp'.
4953
4954 1999-04-05 Richard Stallman <rms@gnu.org>
4955
4956 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
4957 (install-arch-indep): Make ${datadir}/emacs world-readable.
4958
4959 1999-03-30 Eli Zaretskii <eliz@gnu.org>
4960
4961 * config.bat: Use epaths.* instead of paths.*.
4962
4963 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4964
4965 * INSTALL: Add detailed instructions to unpack and install
4966 intlfonts on MS-DOS.
4967
4968 1999-02-26 Richard Stallman <rms@gnu.org>
4969
4970 * configure.in: Use epaths.h and epaths-force instead of paths...
4971
4972 * Makefile.in (epaths-force): Renamed from paths-force;
4973 operate on epaths.in and produce epaths.h.
4974
4975 1999-02-24 Richard Stallman <rms@gnu.org>
4976
4977 * make-dist: Fix nt/icons directory handling.
4978
4979 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
4980
4981 * configure.in (f301-fujitsu-uxpv4.1): New target.
4982
4983 1999-02-20 Richard Stallman <rms@gnu.org>
4984
4985 * make-dist (tempparent): Fix command to update info files.
4986
4987 1999-02-09 Richard Stallman <rms@gnu.org>
4988
4989 * configure.in (powerpc-apple-netbsd*): New alternative.
4990
4991 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
4992
4993 * make-dist: Include the new directory nt/icons in distributions.
4994
4995 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4996
4997 * configure.in: Change message about HAVE_XFREE386.
4998
4999 1999-01-07 Eli Zaretskii <eliz@gnu.org>
5000
5001 * config.bat: Support configuring with leim.
5002
5003 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
5004
5005 * configure.in (mips-sgi-irix6.5): New target.
5006
5007 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5008
5009 * configure.in: Remove GSS-API support, since it has been removed
5010 from movemail.
5011
5012 1998-12-04 Markus Rost <rost@delysid.gnu.org>
5013
5014 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5015
5016 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
5017
5018 * Makefile.in: Don't install customize info file.
5019 Run install-info on viper info file.
5020
5021 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
5022
5023 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5024
5025 1998-11-16 Kenichi Handa <handa@etl.go.jp>
5026
5027 * configure.in (*-*-bsdi4*): New target.
5028
5029 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
5030
5031 * configure.in: Fix previous change.
5032
5033 1998-11-11 Richard Stallman <rms@gnu.org>
5034
5035 * configure.in (aviion-intel): New machine.
5036
5037 1998-11-04 Kenichi Handa <handa@etl.go.jp>
5038
5039 * configure.in (mips-nec-sysv4*): New target.
5040
5041 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
5042
5043 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
5044 from lisp.
5045
5046 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
5047
5048 * make-dist: Don't include fns*.el in dist.
5049
5050 1998-10-30 Dave Love <fx@gnu.org>
5051
5052 * configure.in: Don't mkdir cpp.
5053
5054 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
5055
5056 * Makefile.in (install-arch-dep): Install src/fns-*.el in
5057 ${archlibdir}.
5058
5059 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5060
5061 * Version 20.3 released.
5062
5063 1998-07-30 Paul Eggert <eggert@twinsun.com>
5064
5065 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
5066 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
5067 (lwlib/Makefile, leim/Makefile):
5068 Prepend $(srcdir)/ to rule dependencies outside this dir.
5069
5070 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5071
5072 * configure.in: Use unset CDPATH instead of making it empty.
5073
5074 1998-06-20 Karl Heuer <kwzh@gnu.org>
5075
5076 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
5077
5078 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5079
5080 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
5081 and default.el. Sort the results.
5082
5083 1998-05-31 Karl Heuer <kwzh@gnu.org>
5084
5085 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
5086 writable.
5087
5088 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5089
5090 * Makefile.in (install-arch-indep):
5091 Don't alter site-lisp/subdirs.el if it exists.
5092
5093 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5094
5095 * Makefile.in (install-arch-indep): Put `-' on commands to create
5096 subdirs.el in site-lisp dirs.
5097
5098 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
5099
5100 * Makefile.in (install-arch-indep): Fix typo in previous change.
5101
5102 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5103
5104 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
5105
5106 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
5107
5108 * Makefile.in (mkdir): Create the site-lisp dirs.
5109 (install-arch-indep): Make site-lisp/subdirs files world-readable.
5110
5111 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
5112
5113 * Makefile.in (INSTALL_INFO): New variable.
5114 (install-arch-indep): Don't replace the dir file if it already exists.
5115 Use the install-info program, via INSTALL_INFO, to add entries.
5116 Make the `info' subdir and the Info files world-readable.
5117
5118 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
5119
5120 * config.bat: Make sure the environment is large enough to support
5121 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
5122
5123 1998-04-10 Karl Heuer <kwzh@gnu.org>
5124
5125 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
5126
5127 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5128
5129 * configure.in: Add --with-gssapi to specify GSS-API
5130 authentication support for movemail.
5131
5132 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5133
5134 * Makefile.in (install-arch-indep): Fix previous change.
5135
5136 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5137
5138 * Makefile.in (info): Run man in build dir, not srcdir.
5139
5140 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
5141
5142 * Makefile.in (install-arch-indep): Fix previous change.
5143
5144 1998-03-23 Kenichi Handa <handa@etl.go.jp>
5145
5146 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
5147
5148 1998-03-22 Richard Stallman <rms@gnu.org>
5149
5150 * Makefile.in (install-arch-indep): Put special subdirs.el files
5151 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
5152
5153 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
5154
5155 * make-dist: Fix shell syntax in check for missing .el or .elc files.
5156
5157 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
5158
5159 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
5160 (m68*-hp-hpux*): Handle versions 1X like 10.
5161
5162 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
5163
5164 * make-dist: PROBLEMS is now in etc, not top level dir.
5165
5166 * Makefile.in (SOURCES): Delete PROBLEMS.
5167
5168 1998-02-25 Richard Stallman <rms@gnu.org>
5169
5170 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
5171
5172 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
5173
5174 1998-01-17 Richard Stallman <rms@gnu.org>
5175
5176 * Makefile.in (install-arch-indep): Add semicolon before `else'.
5177
5178 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
5179
5180 * make-dist (tempparent): New option --no-check.
5181
5182 * make-dist: Don't do anything with cpp directory.
5183
5184 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
5185
5186 * configure.in (sparc-fujitsu-sysv4*): New target.
5187
5188 1997-12-17 Andreas Schwab <schwab@gnu.org>
5189
5190 * configure.in: Cache more tests. Add missing quotes around
5191 message with embedded comma.
5192
5193 1997-12-04 Karl Heuer <kwzh@gnu.org>
5194
5195 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
5196
5197 1997-11-26 Joel N. Weber II <devnull@gnu.org>
5198
5199 * make-dist: Changed the comment about `umask 0' to say `Don't
5200 restrict access to any files.'; previously it said `Don't protect
5201 any files', which may have implied that we think fascism is good.
5202
5203 1997-11-24 Paul Eggert <eggert@twinsun.com>
5204
5205 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
5206 strftime needs the underlying host's strftime for locale dependent
5207 formats.
5208
5209 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
5210
5211 * configure.in (i586-dg-dguxR4.*): New name in case branch.
5212
5213 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
5214
5215 * config.bat: Configure the man subdirectory.
5216
5217 1997-11-07 Paul Eggert <eggert@twinsun.com>
5218
5219 * configure.in (AC_CHECK_LIB): Add -lintl.
5220
5221 1997-11-07 Karl Heuer <kwzh@gnu.org>
5222
5223 * make-dist (check for .elc files): Avoid bash-specific syntax.
5224 (check for overflow 14-char limit): Simplify.
5225
5226 1997-11-07 Richard Stallman <rms@gnu.org>
5227
5228 * Makefile.in (install): Move blessmail last.
5229
5230 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5231
5232 * configure.in (gettimeofday, one arg or two):
5233 Clarify messages by avoiding double negative.
5234
5235 1997-09-30 Karl Eichwalder <ke@suse.de>
5236
5237 * Makefile.in (install-arch-indep): Install the widget info file.
5238
5239 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5240
5241 * configure.in (with-pop, with-kerberos): Need to check Kerberos
5242 libraries in reverse order, so that libraries will appear in the
5243 correct dependency order on the link line (and so that the
5244 configure checks themselves will work properly when early
5245 libraries depend on later ones).
5246
5247 1997-09-21 Erik Naggum <erik@naggum.no>
5248
5249 * make-dist (making links to `src'): Keep timestamp on copied files.
5250
5251 * make-delta: New script to produce delta distributions.
5252
5253 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5254
5255 * Version 20.2 released.
5256
5257 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5258
5259 * Version 20.1 released.
5260
5261 * Makefile.in (install-leim): Depend on mkdir.
5262 (leim): Depend on src.
5263
5264 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5265
5266 * configure.in: Recognize alpha* instead of just alpha.
5267
5268 1997-09-12 Paul Eggert <eggert@twinsun.com>
5269
5270 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
5271
5272 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5273
5274 * update-subdirs: Use rm -f.
5275
5276 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5277
5278 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
5279 Ignore subdirs named Old.
5280
5281 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
5282
5283 * configure.in: Add OpenBSD clause to set $machine.
5284
5285 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5286
5287 * make-dist: Recompile everything after updating various Lisp files.
5288 Recompile in leim as well as lisp.
5289 Check in leim as well as lisp for mismatched files and too-long names.
5290
5291 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5292
5293 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
5294
5295 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5296
5297 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
5298 before trying to copy anything from it.
5299
5300 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5301
5302 * Makefile.in (man/Makefile): New target.
5303 (tags): Define env var EMACS and run Makefile from build dir.
5304
5305 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
5306
5307 * config.bat: If src/_gdbinit doesn't exist, try using
5308 src/.gdbinit to create it (for building on Windows 95).
5309
5310 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5311
5312 * Makefile.in (install-arch-indep):
5313 Discard extra data in tar | tar pipes.
5314
5315 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
5316
5317 * configure.in (x_default_search_path): Corrected
5318 '${x_library}' to '${x_library}/X11'.
5319
5320 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5321
5322 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
5323
5324 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5325
5326 * configure.in: Support auto-configuration of both Kerberos V4 and
5327 Kerberos V5 for movemail, including detection of V4 and V5 header
5328 files and libraries.
5329
5330 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
5331
5332 * configure.in: Compute x_default_search_path
5333 and substitute into makefiles.
5334
5335 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
5336
5337 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5338
5339 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
5340
5341 1997-08-07 Erik Naggum <erik@naggum.no>
5342
5343 * configure.in: Remove lockdir, it is no longer needed.
5344 * Makefile.in (mkdir): Don't create lockdir.
5345 (lockdir): Variable deleted.
5346 (paths-force): Don't operate on PATH_LOCK.
5347
5348 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5349
5350 * leim-Makefile.in (clean, distclean): New targets.
5351
5352 * make-dist: Include leim/ChangeLog in leim distribution.
5353
5354 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5355
5356 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
5357
5358 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5359
5360 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
5361
5362 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5363
5364 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
5365
5366 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5367
5368 * make-dist: Update leim/leim-list.el.
5369 Pass along value of $EMACS when updating lisp dir.
5370
5371 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5372
5373 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
5374 prerequisite to the use of Doug Lea's malloc.
5375
5376 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5377
5378 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
5379
5380 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
5381
5382 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5383
5384 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
5385
5386 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5387
5388 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
5389 to news-r6.h.
5390
5391 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5392
5393 * config.bat: Use `sed' instead of `cp', which might not be
5394 installed.
5395
5396 1997-07-09 Kenichi Handa <handa@etl.go.jp>
5397
5398 * Makefile.in (mostlyclean): Add cleaning leim directory.
5399 (clean, distclean, maintainer-clean): Likewise.
5400
5401 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5402
5403 * make-dist (bogosities): Check subdirs of `lisp' also.
5404
5405 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5406
5407 * make-dist (etc): Really avoid symlinks now.
5408 (lisp): Don't delete from subdirs the things we never copy.
5409
5410 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5411
5412 * Makefile.in (install-arch-indep): Correct the target name.
5413 The first letter `i' was dropped by the previous change of mine.
5414
5415 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5416
5417 * configure.in (leim/Makefile): Generate this.
5418 (*-sysv4.2uw*): Recognize new alternative.
5419
5420 * leim-Makefile.in: Renamed from leim-Makefile.
5421
5422 * make-dist: Set up real-leim subdirectory,
5423 with the real contents of leim; then move it to
5424 a separate top-level directory.
5425
5426 * make-dist: Don't mention site-lisp, site-init, site-start
5427 or default, when listing files hat are not compiled and should be.
5428
5429 * configure.in: Create src/config.stamp at the end.
5430
5431 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5432
5433 * Makefile.in (install-leim): Correct previous change.
5434
5435 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5436
5437 * Makefile.in (install-leim): New target.
5438 (install): Depend on install-leim.
5439
5440 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5441
5442 * Makefile.in (SUBDIR): Add leim.
5443 (SUBDIR_MAKEFILES): Add leim/Makefile.
5444 (leim/Makefile): New target.
5445
5446 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5447
5448 * leim-Makefile: New file.
5449 * make-dist: Initialize a `leim' subdirectory with that makefile.
5450
5451 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5452
5453 * configure.in (GNU_MALLOC_reason): Fix message text.
5454
5455 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5456
5457 * make-dist (lisp): Don't process subdirs that start with =.
5458 (etc): Copy symlinks, as in src.
5459
5460 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5461
5462 * configure.in (i*86-*-unixware*): New alternative.
5463
5464 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5465
5466 * Makefile.in (src/config.stamp): Target renamed from src/config.h
5467 and touch it explicitly.
5468
5469 * configure.in (mips-sony-newsos6*): New alternative.
5470 (mips-*-linux-gnu*): New alternative.
5471 (*-*-bsdi*): New alternative.
5472 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
5473
5474 1997-06-22 Dave Love <d.love@dl.ac.uk>
5475
5476 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
5477 (src/config.h): New target to re-configure if src/config.in is patched.
5478
5479 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5480
5481 * configure.in (shutdown): Check for `shutdown' function.
5482
5483 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5484
5485 * update-subdirs: Include the directory "language" in subdirs.
5486
5487 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5488
5489 * configure.in (m88k-dg-dgux4*): New alternative.
5490 (alpha-*-netbsd*): New alternative.
5491 (powerpcle-*-solaris2*): New alternative.
5492
5493 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5494
5495 * make-dist: Warn about .el files that are not compiled.
5496
5497 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5498
5499 * Makefile.in (dist): Don't run update-subdirs here,
5500 since make-dist now gets that done.
5501
5502 * make-dist: Use the new `updates' target in lisp/Makefile.
5503
5504 * make-dist: Use new non-file targets in lisp/Makefile.
5505
5506 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5507
5508 * make-dist: Handle all subdirs of `lisp' uniformly.
5509 Don't handle `term' and `language' specially.
5510 Clear out umask at the beginning.
5511
5512 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5513
5514 * make-dist: Use Make to update finder-inf.el and autoloads.
5515 Also update cus-load.el.
5516
5517 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5518
5519 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
5520 in case it is desirable to disable the GNU malloc features with glibc.
5521
5522 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5523
5524 * configure.in (DOUG_LEA_MALLOC):
5525 Define if malloc_{get,set}_state exist.
5526
5527 1997-03-05 Kenichi Handa <handa@etl.go.jp>
5528
5529 * make-dist: Make links for files under lisp/language.
5530
5531 1997-02-20 Kenichi Handa <handa@etl.go.jp>
5532
5533 * update-subdirs: Exclude the directory "language" from subdirs.
5534
5535 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5536
5537 * configure.in: Check for rint and cbrt.
5538
5539 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5540
5541 * make-dist: Use $EMACS to say where to run Emacs.
5542 Add --no-update option.
5543
5544 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5545
5546 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
5547
5548 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5549
5550 * make-dist (copying src): Check thoroughly for symlinks
5551 and copy them in all cases. Regularize the linking of *.in
5552 and *.opt and ChangeLog files.
5553 (copying lib-src): Likewise.
5554 Don't rm getdate.c or y.tab.*--they don't exist any more.
5555
5556 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5557
5558 * configure.in: Check for libmail, maillock.h and
5559 touchlock (for movemail).
5560
5561 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5562
5563 * configure.in (limits.h): Check for this file.
5564
5565 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5566
5567 * configure.in (rs6000-ibm-aix4.2): New alternative.
5568 (rs6000-ibm-aix4.0): New alternative.
5569 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
5570
5571 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
5572
5573 * configure.in: Recognize vax-*-netbsd*.
5574
5575 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5576
5577 * configure.in (locallisppath): Add leim directory.
5578
5579 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5580
5581 * config.bat: Make sure `mv' supports forward slashes and -f.
5582
5583 1996-10-28 Christian Limpach <chris@nice.ch>
5584
5585 * configure.in (hppa*-next-nextstep*): * added after hppa
5586 to accept hppa1.0 and hppa1.1.
5587
5588 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
5589
5590 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
5591 * configure.in (ld_switch_machine): Fix typo.
5592
5593 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5594
5595 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
5596 from config.h and use them in $ac_link.
5597
5598 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
5599
5600 * configure.in: Create a subdir named `lisp'.
5601
5602 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5603
5604 * configure.in: Check for getcwd.
5605
5606 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5607
5608 * configure.in: Check for termios.h. Check for setpgid.
5609
5610 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5611
5612 * configure.in: Check for setrlimit.
5613
5614 1996-08-31 Paul Eggert <eggert@twinsun.com>
5615
5616 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
5617
5618 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5619
5620 * configure.in: Check for utimes.
5621
5622 * configure.in: Check for com_err library, but only
5623 if --with-kerberos was used. Check for krb and des
5624 only if --with-kerberos.
5625
5626 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5627
5628 * Makefile.in (INSTALL_STRIP): New variable.
5629 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
5630 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
5631
5632 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5633
5634 * configure.in: Check for krb and des libraries.
5635
5636 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5637
5638 * configure.in (*-sunos4.1.[3-9]*noshare):
5639 Use sunos413, not sunos4-1-3.
5640 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
5641 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
5642
5643 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5644
5645 * Makefile.in (src/paths.h): Target deleted.
5646 (paths-force): Delete all dependencies on this target
5647 but don't delete the target.
5648 (install): Depend on `all'.
5649 (paths-force): Don't print a message.
5650
5651 * configure.in: Generate src/paths.h here.
5652
5653 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5654
5655 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5656 New variables that affect linking only.
5657 (alpha-dec-osf*): Use those instead of previous change.
5658
5659 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5660
5661 * Makefile.in (install-arch-indep): Install info/messages.
5662
5663 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5664
5665 * Version 19.33 released.
5666
5667 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5668
5669 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5670 Fix previous change.
5671
5672 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5673
5674 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5675 New alternative.
5676
5677 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5678
5679 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5680 and NON_GCC_TEST_OPTIONS.
5681
5682 1996-08-06 Paul Eggert <eggert@twinsun.com>
5683
5684 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5685 "TZ=..." in environ.
5686
5687 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5688
5689 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5690
5691 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5692
5693 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5694 the more general *-sunos4.1.[3-9]* clause.
5695
5696 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5697
5698 * Version 19.32 released.
5699
5700 * configure.in (*-sco3.2v5*):
5701 Set OVERRIDE_CPPFLAG to a string of one space.
5702 Fix the code that uses OVERRIDE_CPPFLAG.
5703
5704 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5705
5706 * configure.in: Undo previous change.
5707
5708 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5709
5710 * config.sub: Use `pc', not `unknown', when canonicalizing
5711 the vendor for ...86.
5712
5713 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5714
5715 * configure.in: Check for termios.h header.
5716
5717 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5718
5719 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5720
5721 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5722
5723 * configure.in: Split bsdos2 and bsdos2-1.
5724
5725 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5726
5727 * config.sub: If last two words are not a recognized
5728 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5729 Make conversion of gnu/linux to linux-gnu really work.
5730
5731 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5732
5733 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5734
5735 * configure.in (check for using Lucid widgets by default):
5736 Eliminate indentation that confuses some compilers.
5737
5738 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5739
5740 * config.sub: Convert linux and gnu/linux to linux-gnu.
5741
5742 * make-dist: Don't update getdate.c.
5743 Ignore =... files when checking for too-long Lisp file names.
5744
5745 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5746
5747 * configure.in (euidaccess): Check for that, not for eaccess.
5748
5749 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5750
5751 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5752 before `noshare'.
5753 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5754
5755 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5756
5757 * configure.in: Rename lignux to linux-gnu in configuration names.
5758 Use gnu-linux as the opsys value (s/ file name).
5759 Allow i686 just like i386, i486, i586.
5760
5761 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5762
5763 * configure.in (i*86-*-sco3.2v5): New alternative.
5764 (OVERRIDE_CPPFLAG): New variable.
5765 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5766
5767 * configure.in: Specify vpath for .texi files.
5768
5769 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5770
5771 * configure.in: Always check for HAVE_X11R5.
5772 Separately decide whether to use a toolkit by default.
5773
5774 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
5775
5776 * configure.in: If X11R5 is missing the Xaw headers,
5777 default to --with-x-toolkit=no.
5778
5779 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5780
5781 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
5782
5783 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5784
5785 * Makefile.in (install-arch-indep): If cd etc makes output,
5786 don't treat that as part of the tar data.
5787 Check that ./lisp actually exists.
5788
5789 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
5790
5791 * make-dist: Check for long file names.
5792
5793 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5794
5795 * Version 19.31 released.
5796
5797 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5798
5799 * configure.in: Recognize sparc-*-lignux.
5800
5801 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5802
5803 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
5804 Don't include config.w95.
5805
5806 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5807
5808 * make-dist: Replace --no-clean-up and --no-tar options
5809 with --clean-up and --tar, so that the default is useful.
5810
5811 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5812
5813 * config.bat: Make sure the GDB init file is called src/_gdbinit;
5814 if not, tell the user to rename it and abort.
5815
5816 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5817
5818 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
5819 test program.
5820
5821 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5822
5823 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
5824
5825 * make-dist (MANIFEST): Fix previous change.
5826 (msdos): Put mainmake.v2 into the dist.
5827
5828 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5829
5830 * make-dist: Exit if autoconf fails.
5831
5832 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
5833
5834 * config.bat: Set djgpp-ver, and unset it at the end.
5835 Add a number of conditionals for DJGPP version 2.
5836 Rename label libsrc2 to libsrc3.
5837 Substitute for LDFLAGS in src/Makefile.
5838 Substitute for ALL_CFLAGS in lib-src/Makefile.
5839
5840 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5841
5842 * configure.in (ncurses): Check this after checking fns like strerror.
5843
5844 1996-04-08 Erik Naggum <erik@naggum.no>
5845
5846 * make-dist (MANIFEST): Don't include lines from =files.
5847
5848 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5849
5850 * make-dist: Don't put lisp/dired.todo in the dist.
5851
5852 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
5853
5854 * configure.in (HAVE_NCURSES): Look for library named ncurses.
5855
5856 * configure.in (setlocale): Check for it.
5857
5858 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
5859
5860 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5861
5862 * configure.in: Use lignux instead of linux as value of opsys.
5863
5864 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5865
5866 * Makefile.in (install-strip): Fix whitespace.
5867 Get rid of continuation.
5868
5869 * config.sub: Convert linux or gnu/linux to lignux.
5870
5871 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5872
5873 * configure.in: Accept lignux in configuration name.
5874
5875 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5876
5877 * Makefile.in (install-strip): New target.
5878
5879 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5880
5881 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
5882 -f failed to do the job on Suns.
5883
5884 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5885
5886 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
5887
5888 * configure.in (linux/version.h): Check for this header.
5889
5890 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5891
5892 * configure.in: Remove -fno-builtin hackery from -lm check.
5893
5894 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5895
5896 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
5897 just this test.
5898
5899 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
5900
5901 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5902
5903 * configure.in: Check for ncurses.
5904
5905 1996-02-28 Paul Eggert <eggert@twinsun.com>
5906
5907 * configure.in (LOCALTIME_CACHE):
5908 Also define if localtime mishandles unsetting TZ.
5909 This works around a localtime bug in mips-dec-ultrix.
5910
5911 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5912
5913 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
5914
5915 * configure.in: Improve messages about X versions.
5916
5917 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5918
5919 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
5920
5921 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5922
5923 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
5924 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
5925
5926 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
5927 (install): Put install-arch-indep before install-arch-dep.
5928
5929 1996-02-20 Dave Love <d.love@dl.ac.uk>
5930
5931 * INSTALL: Clarify info about MS-DOS path handling.
5932
5933 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5934
5935 * Makefile.in (install-arch-indep): Install info/ccmode*.
5936 In previous change, protect against /bin/pwd returning null string.
5937
5938 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5939
5940 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
5941 to lispdir.
5942
5943 1996-02-01 Paul Eggert <eggert@twinsun.com>
5944
5945 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
5946
5947 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5948
5949 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
5950
5951 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5952
5953 * Makefile.in (extraclean): Use ${top_distclean} to ensure
5954 we delete everything distclean deletes.
5955
5956 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
5957
5958 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
5959
5960 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5961
5962 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
5963 into LDFLAGS instead of into LIBS.
5964
5965 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5966
5967 * configure.in (HAVE_XMU): Fix typo in previous change.
5968
5969 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5970
5971 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
5972
5973 1996-01-10 Erik Naggum <erik@naggum.no>
5974
5975 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
5976
5977 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5978
5979 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
5980
5981 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5982
5983 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
5984 and use -lXt to link it.
5985
5986 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5987
5988 * configure.in (locallisppath): Put version-specific dir first.
5989
5990 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5991
5992 * configure.in (hppa-*-nextstep*): New alternative.
5993 (USE_X_TOOLKIT): By default, set this to "maybe";
5994 and change that later to LUCID or "no" according to X11 version.
5995
5996 * make-dist: Recompile outdated .elc files and update all autoloads.
5997
5998 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5999
6000 * configure.in (locallisppath): Fix typo in last change: " -> '.
6001
6002 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6003
6004 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
6005
6006 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6007
6008 * Makefile.in (install-arch-indep): Give all files read permission.
6009
6010 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6011
6012 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
6013 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
6014
6015 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6016
6017 * configure.in: Determine HAVE_X11R6.
6018 (HAVE_MENUS): Renamed from HAVE_X_MENU.
6019
6020 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6021
6022 * configure.in: Just "solaris" now defaults to version 2.4.
6023 Add sunos4.1.n-noshare as alternative.
6024
6025 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6026
6027 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
6028
6029 1995-11-29 Erik Naggum <erik@naggum.no>
6030
6031 * Makefile.in (install-arch-indep): Add missing backslash.
6032
6033 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
6034
6035 * Makefile.in (install-arch-indep): Don't install
6036 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
6037
6038 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6039
6040 * Makefile.in (install-arch-indep): Fix previous change.
6041
6042 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
6043
6044 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6045
6046 * Version 19.30 released.
6047
6048 * make-dist (lisp): Exclude subdirs.el.
6049
6050 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6051
6052 * make-dist (etc): Delete *.orig and *.rej.
6053
6054 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6055
6056 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
6057
6058 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6059
6060 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
6061
6062 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
6063
6064 * make-dist (nt): Rename install, readme, and todo to
6065 INSTALL, README, and TODO.
6066
6067 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6068
6069 * make-dist (lisp): Don't distribute site-start.
6070
6071 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
6072
6073 * make-dist: Break the hard link on alloca.c.
6074
6075 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6076
6077 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
6078
6079 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6080
6081 * make-dist (src, lib-src): Don't distribute Makefile.c.
6082 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
6083
6084 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6085
6086 * Makefile.in (mkdir): Create man1dir, not mandir.
6087 (uninstall): Use man1dir, not mandir.
6088
6089 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6090
6091 * Makefile.in (man1dir): New variable.
6092 (install-arch-indep): Use man1dir.
6093
6094 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
6095
6096 * make-dist: Create lisp/MANIFEST.
6097
6098 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6099
6100 * configure.in (m68k-*-linux*): New alternative.
6101
6102 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6103
6104 * make-dist: Use new names config.in, paths.in, and
6105 {src,lib-src}/Makefile.in.
6106
6107 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6108
6109 * configure.in: Don't bother checking for drem.
6110
6111 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6112
6113 * Makefile.in (distclean): Delete line with just a tab in it.
6114 (install-arch-indep): Delete spaces that precede tabs.
6115 Delete spurious `fi' left from previous change.
6116 (install): Supply `true' as command, to avoid null command.
6117
6118 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6119
6120 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
6121
6122 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6123
6124 * configure.in (powerpc-*-solaris2): New alternative.x
6125
6126 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
6127
6128 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
6129 of paths.h.tmp$$, to avoid going beyond 14 characters.
6130
6131 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6132
6133 * configure.in: Improve error msg for invalid --with-x-toolkit value.
6134
6135 1995-09-06 Paul Eggert <eggert@twinsun.com>
6136
6137 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
6138 if localtime caches TZ. Check for tzset.
6139
6140 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6141
6142 * config.bat: Simplify using new names file names src/makefile.in,
6143 config.in, paths.in. Change Echo commands not to use `.
6144
6145 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6146
6147 * Makefile.in (install-arch-indep): Always install the new dir file;
6148 rename the previous dir file to dir.bak or dir.old.
6149
6150 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6151
6152 * configure.in (RANLIB): Substitute this into makefiles.
6153 Set it specially on solaris; set it by default on other systems.
6154
6155 * configure.in: Fix previous Alpha change.
6156
6157 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6158
6159 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
6160 NON_GCC_TEST_OPTIONS.
6161
6162 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6163
6164 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
6165 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
6166
6167 * configure.in (alpha-*-linux*): New configuration.
6168
6169 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6170
6171 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
6172 (m68k-next-nextstep*): New alias for that.
6173 (i*86-*-nextstep*): Use nextstep.h.
6174 (sparc-*-nextstep*): New configuration.
6175
6176 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6177
6178 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
6179 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
6180
6181 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6182
6183 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
6184 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
6185
6186 1995-07-18 Mike Long <mike.long@analog.com>
6187
6188 * make-dist: Fix update of finder-inf.el, and byte-compile it.
6189
6190 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6191
6192 * Makefile.in (src/paths.h, paths-force):
6193 Rename src/paths.h.in to src/paths.in.
6194 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
6195
6196 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
6197 Use Makefile.c for intermediate file.
6198 Rename src/config.h.in to src/config.in.
6199
6200 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
6201
6202 * configure.in (mips-dec-ultrix*): Assume version 4.3.
6203 (mips-dec-ultrix4.[12]): New alternative for old versions.
6204
6205 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6206
6207 * make-dist: Don't break intra-tree links.
6208
6209 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6210
6211 * configure.in: Put back archlibdir initialization. Require
6212 autoconf 2.4.1 or later.
6213
6214 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6215
6216 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
6217 (mips-mips-riscos5*): New alternative.
6218
6219 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6220
6221 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
6222
6223 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6224
6225 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
6226 (mandir, infodir, archlibdir): Initializations deleted.
6227
6228 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
6229 On hpux9shr, use hpux9shxr4.h.
6230
6231 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
6232
6233 * configure.in: Added target mips-dec-mach_bsd4.3.
6234 * config.guess: Guess mips-dec-mach_bsd4.3.
6235
6236 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6237
6238 * Makefile.in (mkdir): Use symbolic chmod.
6239
6240 1995-06-22 Paul Eggert <eggert@twinsun.com>
6241
6242 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
6243 SunOS 4.1.5 through 4.1.9, should they ever exist.)
6244
6245 1995-06-22 Paul Eggert <eggert@twinsun.com>
6246
6247 * Makefile.in (SUBDIR_MAKEFILES):
6248 Add man/Makefile, so `make distclean' removes it.
6249 (top_distclean): Add config.log to the list of files to be removed.
6250
6251 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6252
6253 * Version 19.29 released.
6254
6255 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6256
6257 * configure.in: Fix the previous change to verify that the -b
6258 option really solves the problem.
6259
6260 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
6261
6262 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6263
6264 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
6265
6266 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6267
6268 * configure.in: Report more clearly when there is no special
6269 dir to search for X includes or libraries.
6270
6271 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6272
6273 * configure.in: Check for -lpthreads, not -lpthread.
6274
6275 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
6276
6277 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
6278
6279 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6280
6281 * configure.in: Check for -lpthread.
6282
6283 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6284
6285 * Makefile.in (install-arch-indep): Install info files for mh-e.
6286 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
6287
6288 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6289
6290 * configure.in (*-solaris2.5): New configuration.
6291
6292 * make-dist: Copy new files config.nt and config.w95.
6293
6294 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6295
6296 * configure.in: Use x_includes, not x_libraries, for -I.
6297 Make bitmapdir a colon-separated list.
6298
6299 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
6300
6301 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
6302
6303 * configure.in: Allow x_libraries and x_includes to be paths.
6304
6305 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6306
6307 * configure.in: Fix typo.
6308
6309 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6310
6311 * INSTALL: Clarify use of site-init.el.
6312
6313 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
6314
6315 * configure.in: Pass arg to sqrt.
6316
6317 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6318
6319 * make-dist: Fix May 6 change.
6320
6321 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6322
6323 * vpath.sed: Delete reference to ymakefile.
6324
6325 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6326
6327 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
6328
6329 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6330
6331 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
6332
6333 * update-subdirs: Specify /bin/sh to run the script.
6334
6335 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6336
6337 * make-dist: Put src/makefile.nt in dist.
6338
6339 * configure.in (i[345]86-*-bsdi2*): New configuration.
6340 (vax-dec-bsd386*): Deleted.
6341
6342 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6343
6344 * configure.in: Make sure CDPATH doesn't mess up PWD check.
6345 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
6346 Use fmod instead of logb in -lm check.
6347
6348 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6349
6350 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
6351 Use bsd4-3. Don't set NON_GNU_CPP.
6352
6353 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
6354 In nt, copy various different things, but not *.cmd.
6355 Fix the ln commands for the subdirs of nt.
6356
6357 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6358
6359 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
6360
6361 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6362
6363 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
6364 since that's what the header file expects.
6365
6366 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
6367
6368 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
6369 and 68040 based machines when choosing options for gnucc.
6370
6371 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6372
6373 * Makefile.in (top_distclean): Delete config.cache.
6374
6375 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6376
6377 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
6378
6379 * configure.in: Use m/ncr386.h.
6380
6381 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6382
6383 * Makefile.in (install-arch-indep): Undo Sep 23 change.
6384
6385 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6386
6387 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
6388 (man): Don't copy texindex.c and getopt.c; they're deleted.
6389 (etc): Omit `e'; it's a subdirectory.
6390 (etc/e): Use `../..', not `..', to reference top level.
6391
6392 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
6393
6394 * Makefile.in (install-arch-indep, dist):
6395 Look for `update-subdir' in $(srcdir).
6396
6397 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6398
6399 * make-dist: Include mkinstalldirs in distribution.
6400
6401 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6402
6403 * make-dist: Add missing close backquote.
6404
6405 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6406
6407 * make-dist: Don't distribute shortnames directory.
6408
6409 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6410
6411 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
6412
6413 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6414
6415 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
6416
6417 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6418
6419 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
6420
6421 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6422
6423 * configure.in (mips-sgi-irix6): New configuration.
6424
6425 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6426
6427 * Makefile.in (maintainer-clean): Renamed from realclean.
6428
6429 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6430
6431 * configure.in: Create a .gdbinit that sources the real one,
6432 if using a different build directory.
6433
6434 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6435
6436 * configure.in: Check for sys/select.h.
6437
6438 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6439
6440 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
6441
6442 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6443
6444 * configure.in: Handle isc 4.1 operating system.
6445
6446 1994-12-10 Richard Stallman <rms@kepa>
6447
6448 * configure.in (rs6000-ibm-aix4.1*): New alternative.
6449 (rs6000-ibm-aix4*): New alternative.
6450
6451 1994-12-06 Richard Stallman <rms@kepa>
6452
6453 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
6454
6455 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6456
6457 * configure.in: Don't try to make directories that are guaranteed
6458 to already exist.
6459
6460 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6461
6462 * configure.in: Generate man/Makefile from man/Makefile.in.
6463 Create the man subdir.
6464
6465 * Makefile.in (dvi): Run Make in our man subdir.
6466
6467 * make-dist: Create subdir etc/e.
6468 Make links to it.
6469 Put man/Makefile.in in dist, instead of man/Makefile.
6470
6471 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
6472
6473 * configure.in: Add --with-pop, --with-kerberos, and
6474 --with-hesiod for movemail.
6475
6476 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6477
6478 * configure.in (m68*-apollo*): Use s/domain.h.
6479
6480 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6481
6482 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
6483
6484 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6485
6486 * configure.in: Don't add -I, -L, -R options for cc if their
6487 arguments would be empty.
6488
6489 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6490
6491 * configure.in (i860-intel-osf1*): New alternative.
6492 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
6493 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
6494
6495 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6496
6497 * configure.in: Make h_errno check not use nested functions.
6498
6499 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6500
6501 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
6502
6503 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6504
6505 * Makefile.in (install-arch-indep): Avoid continued comment
6506 swallowing target line.
6507
6508 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
6509
6510 * configure.in: Protect a character class with `changequote'.
6511
6512 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6513
6514 * configure.in: Accept `news' as a synonym for `newsos'.
6515
6516 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6517
6518 * Makefile.in: Don't rm files if cd fails.
6519
6520 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6521
6522 * make-dist: Put nt subdir and its subdirs in the dist.
6523 (lib-src): Put makefile.nt in the dist.
6524 (lisp): Put makefile.nt in the dist.
6525
6526 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6527
6528 * configure.in: Change a stray `[' to `test'.
6529
6530 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6531
6532 * configure.in: Adapt for Autoconf v2. Use the standard argument
6533 parser, host type canonicalizer, X11 finder, and message
6534 printing macros. Use the new macro names. Use `test' instead of `['.
6535
6536 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6537
6538 * configure.in: Check for getpagesize.
6539
6540 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6541
6542 * make-dist (msdos): Put sed* in the distribution.
6543
6544 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
6545
6546 * config.bat: New option, `--with-x', for configuring Emacs
6547 for use with the X11 system DesqView/X.
6548 New option, `--no-debug', for compiling Emacs without debug
6549 information thus saving disk space.
6550 (src/config.h, src/paths.h): Use `update' (which is like
6551 `move-if-changed') to change the file.
6552 (src/config.h): When configuring for X11 perform extra changes.
6553 (src/makefile): When configuring for X11 perform extra changes.
6554 (lib-src): Remove temporary files.
6555 (): Check that `sed', `rm', `mv', and `gcc' are available.
6556
6557 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6558
6559 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
6560
6561 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
6562
6563 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6564
6565 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
6566
6567 * configure.in (canonical): Substitute var into makefiles.
6568 (bitmapdir): Likewise.
6569
6570 * Makefile.in (bitmapdir): New variable.
6571 (src/paths.h, paths-force): Edit PATH_BITMAPS.
6572
6573 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6574
6575 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
6576
6577 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
6578 * update-subdirs: New shell script.
6579
6580 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6581
6582 * Makefile.in (top_distclean): Don't rm build-install.
6583 (SOURCES): Delete build-install.in.
6584
6585 * make-dist: Don't distribute build-ins.in.
6586 * build-ins.in: File deleted.
6587
6588 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6589
6590 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
6591
6592 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6593
6594 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
6595
6596 * configure.in (libexecdir): Renamed from libdir. New default.
6597 (sharedstatedir): Renamed from statedir. New default.
6598 (datadir): New default.
6599
6600 * make-dist: Don't distribute subdirs.el.
6601
6602 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6603
6604 * configure.in (eaccess): Check for it.
6605
6606 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6607
6608 * configure.in (mktime): Check for it.
6609
6610 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
6611
6612 * configure.in (motif): Add support for usage and option checking.
6613
6614 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6615
6616 * configure.in (utimes): Check for it.
6617
6618 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6619
6620 * Makefile.in (install-arch-indep): Don't do mkdir here.
6621
6622 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6623
6624 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6625 riscix.h renamed to acorn.h.
6626
6627 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
6628
6629 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6630 New configurations.
6631
6632 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6633
6634 * configure.in: Remove trailing slashes from srcdir.
6635
6636 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6637
6638 * configure.in (i[345]86-sequent-ptx*): Handle
6639
6640 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6641
6642 * Makefile.in (paths-force): Depend on src/paths.h
6643
6644 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6645
6646 * configure.in (config_options): Save all arguments, not just some.
6647
6648 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6649
6650 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
6651
6652 * configure.in: Add AC_AIX.
6653 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6654
6655 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6656
6657 * configure.in (parsing options): Simplify sed command to delete -'s.
6658
6659 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6660
6661 * configure.in (config_options): New shell variable.
6662 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6663
6664 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6665
6666 * configure.in (alpha-dec-osf*): New target.
6667
6668 * Makefile.in: Use just one FRC target.
6669
6670 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6671
6672 * Makefile.in (removenullpaths, paths-force):
6673 Use name paths.h.tmp$$, which depends on the pid.
6674
6675 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6676
6677 * Makefile.in (removenullpaths, paths-force):
6678 Put paths.h.tmp in top-level dir, not in src.
6679
6680 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6681
6682 * Version 19.27 released.
6683
6684 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6685
6686 * Version 19.26 released.
6687
6688 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6689
6690 * configure.in: Check for lrand48, not rand48.
6691
6692 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6693
6694 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6695 (powerpc-ibm-aix*): New aliases.
6696
6697 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6698
6699 * make-dist (src/m, src/s): Put *.inp in distribution.
6700
6701 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6702
6703 * configure.in: Accept i586 and i486 along with i386.
6704
6705 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6706
6707 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6708 even if CPP env var was set by the user.
6709
6710 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6711
6712 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6713
6714 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6715
6716 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6717
6718 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6719
6720 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6721
6722 * configure.in: Check more specifically for i*86-sun-sunos.
6723
6724 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
6725
6726 * configure.in: Handle solaris 2.4.
6727
6728 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6729
6730 * configure.in (rand48): Check for it.
6731
6732 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6733
6734 * make-dist: Update the info files.
6735
6736 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6737
6738 * configure.in: Make "checking..." messages' style consistent.
6739 (HAVE_H_ERRNO): New test.
6740
6741 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6742
6743 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6744
6745 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6746
6747 * configure.in (CFLAGS): If the envvar was specified, use that.
6748 And set REAL_CFLAGS from it too.
6749
6750 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6751
6752 * make-dist: Update finder-inf.el.
6753
6754 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6755
6756 * make-dist (msdos): Include sed4.inp in dist.
6757
6758 * Makefile.in (libsrc_libs): Var deleted.
6759
6760 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6761
6762 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6763
6764 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6765
6766 * configure.in (mips-sony-newsos4*): New alias.
6767
6768 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6769
6770 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
6771 (*-convex-convexos*): Accept this as alias.
6772
6773 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6774
6775 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
6776 for two different uses.
6777
6778 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6779
6780 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
6781
6782 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6783
6784 * make-dist: Put ./BUGS into the distrib.
6785
6786 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6787
6788 * configure.in: Handle 386 running Solaris 2.
6789
6790 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6791
6792 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
6793
6794 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6795
6796 * configure.in (mips-sony-newsos*): Use news-risc.h.
6797
6798 * configure.in: Accept bsdi as opsys, like bsd386.
6799
6800 1994-06-01 Morten Welinder (terra@diku.dk)
6801
6802 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
6803
6804 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6805
6806 * Version 19.25 released.
6807
6808 * make-dist (shortversion): Don't assume another period follows.
6809
6810 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6811
6812 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
6813 (uninstall): Use /bin/pwd.
6814
6815 * Makefile.in (blessmail): Depend on src.
6816 (all): Don't depend on blessmail.
6817
6818 * Makefile.in (src/paths.h): Don't force recomputation.
6819 (paths-force): New target; force recomputation of paths.h.
6820 (all): Depend on paths-force.
6821 (src, lib-src): Depend on src/paths.h.
6822
6823 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
6824 NON_GCC_TEST_OPTIONS.
6825
6826 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6827
6828 * configure.in: Don't insist on subversions for irix.
6829
6830 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6831
6832 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
6833
6834 * configure.in (i[34]86-next-*): New alternative.
6835
6836 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6837
6838 * Version 19.24 released.
6839
6840 * configure.in: New config hppa*-hp-hpux9shr*.
6841
6842 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
6843
6844 * config.bat: Doc fix.
6845
6846 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6847
6848 * Makefile.in (mostlyclean, clean, distclean, realclean)
6849 (extraclean): Don't act on man subdir if it doesn't exist.
6850
6851 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6852
6853 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
6854 Use them to set up CC.
6855 (*-sun-sunos4.1.3): Set them.
6856
6857 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6858
6859 * Makefile.in (lib-src): Don't depend on src/paths.h.
6860
6861 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6862
6863 * build-ins.in (copydests): Get rid of spurious `-'s.
6864
6865 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
6866
6867 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6868
6869 * Version 19.23 released.
6870
6871 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
6872 for the Xlib and Xt checks; then restore old CFLAGS.
6873
6874 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6875
6876 * configure.in (HAVE_X11XTR6): Add newline before #if.
6877 Add newline after #endif.
6878
6879 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6880
6881 * configure.in (HAVE_X11XTR6): Arrange to define it.
6882
6883 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6884
6885 * Makefile.in (install): Depend on blessmail.
6886
6887 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6888
6889 * configure.in (mips-siemens-sysv*): Put quotes around value
6890 containing blanks.
6891
6892 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6893
6894 * Makefile.in (TAGS): Use the makefile in src subdir.
6895
6896 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6897
6898 * configure.in (opsys): Recognize `gnu'.
6899
6900 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6901
6902 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
6903
6904 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6905
6906 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
6907 version > 1.8.
6908
6909 1994-05-08 Morten Welinder (terra@diku.dk)
6910
6911 * config.bat: Forcibly remove "# " style comments from makefiles.
6912
6913 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6914
6915 * Makefile.in (uninstall): When processing lispdir and etcdir,
6916 do nothing unless it exists and is a directory.
6917
6918 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6919
6920 * Makefile.in (install-arch-indep): Do install info/dired-x*.
6921 Merge code in from install-doc.
6922 (install-doc): Merge code back into install-arch-indep.
6923 (install-arch-dep): Don't depend on install-doc.
6924
6925 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
6926
6927 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6928
6929 * configure.in (making src/Makefile and lib-src/Makefile):
6930 Split off the autoconf substitutions and don't pass them thru cpp.
6931 (undefs): Use $canonical as well as $configuration.
6932
6933 * make-dist: Distribute lisp/Makefile.
6934
6935 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
6936 Use lower case names for the s files.
6937
6938 1994-05-03 Morten Welinder (terra@diku.dk)
6939
6940 * config.bat: Added possibility for different file name
6941 transcriptions in lib-src.
6942
6943 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6944
6945 * Makefile.in (lib-src): Undo previous change.
6946 (blessmail): New target to run maybe-blessmail in lib-src.
6947 (all): Depend on blessmail.
6948
6949 * Makefile.in (lib-src): Depend on src.
6950
6951 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
6952
6953 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
6954 (m88k-dg-dgux5.4R2): dgux5.4R2.
6955
6956 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6957
6958 * configure.in (window_system): Restore accidentally deleted code
6959 that uses AC_FIND_X.
6960
6961 * make-dist: Distribute config.bat.
6962
6963 1994-04-29 Morten Welinder (terra@diku.dk)
6964
6965 * config.bat: Corrected the configuration of lib-src
6966 to keep up with configure. Add note about dos version 3
6967 or better needed (djgpp needs that). Add note explaining
6968 that either install in c:/emacs or edit the script.
6969 Don't change to c:/emacs, but assume we're there (to minimize
6970 the number of places to change).
6971
6972 * config.bat: Build-in the first step towards X11 support with
6973 the X11 emulator that exists. At this time it won't work,
6974 and several files are missing.
6975
6976 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6977
6978 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
6979 Don't look for -lresolv.
6980
6981 * Makefile.in (lib-src): Depend on src/paths.h.
6982
6983 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6984
6985 * configure.in: Restore deleted AC_SUBST of `configuration'.
6986 Improve error message for bad --with-x-toolkit value.
6987
6988 * configure.in: Define CONFIGURATION in src/config.h
6989 rather than substituting in src/Makefile.in.
6990
6991 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6992
6993 * Makefile.in (install-doc): New target.
6994 (install-arch-dep): Depend on install-doc.
6995 (mkdir): Create docdir.
6996
6997 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6998
6999 * configure.in: Test for libresolv.a.
7000 Substitute machfile and opsysfile.
7001
7002 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7003
7004 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
7005 (install-arch-dep): Install under the name $(EMACS).
7006
7007 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7008
7009 * configure.in (version): Use entire value of emacs-version.
7010 (mips-siemens-sysv*): New alternative.
7011
7012 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7013
7014 * Makefile.in (install-arch-indep): Don't install dired-x*.
7015
7016 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7017
7018 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
7019 Fix definition of $undefs.
7020
7021 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7022
7023 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
7024
7025 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
7026
7027 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7028
7029 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
7030
7031 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7032
7033 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
7034 and run it thru cpp, as with src/Makefile.in.
7035
7036 * configure.in: Use AC_SET_MAKE.
7037
7038 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7039
7040 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
7041
7042 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7043
7044 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
7045
7046 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
7047 (printing the choices): Make the toolkit message unconditional.
7048 (USE_X_TOOLKIT): Use `none', not `no', if none.
7049 (include libsrc_libs): Include config.h, and specify -I for srcdir.
7050 Get rid of temp file foofoo1.
7051
7052 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7053
7054 * configure.in (CFLAGS): Use shell syntax, not Makefile.
7055
7056 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7057
7058 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
7059 (printing the choices): State choice of toolkit.
7060 (libsrc_libs): Recalculate after writing config.h;
7061 then update lib-src/Makefile.
7062
7063 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7064
7065 * configure.in: Add sunos4shr as alternative for suns.
7066 Conditionals testing for null $CC were backwards.
7067
7068 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7069
7070 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
7071
7072 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7073
7074 * configure.in: Handle -isc4.0*.
7075
7076 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7077
7078 * configure.in (esix5): Set NON_GNU_CPP.
7079
7080 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
7081
7082 * Makefile.in (thisdir): Nonsensical variable removed.
7083 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
7084 back to $thisdir, rather than the directory `this_dir'.
7085
7086 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7087
7088 * Makefile.in (install-arch-indep): Add missing backslash after a
7089 `then'.
7090
7091 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7092
7093 * Makefile.in (thisdir): New variable.
7094 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
7095
7096 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7097
7098 * configure.in: Add freebsd.
7099
7100 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7101
7102 * configure.in: Check for fpathconf.
7103
7104 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7105
7106 * configure.in (with_x_toolkit): Fix typo in previous change.
7107
7108 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7109
7110 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
7111
7112 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7113
7114 * configure.in (with_x_toolkit): Don't allow motif or open-look.
7115
7116 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7117
7118 * configure.in: Fix value of docdir.
7119 * Makefile.in (install-arch-indep): Install DOC* in docdir.
7120
7121 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7122
7123 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
7124
7125 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
7126
7127 * configure.in: New variable docdir to control where the docstring
7128 file goes.
7129 Makefile.in: Use it to initialize PATH_DOC in paths.h.
7130
7131 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7132
7133 * configure.in: When --run-in-place, don't inherit archlibdir.
7134
7135 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7136
7137 * Makefile.in (install-arch-dep, install-arch-indep):
7138 New targets split up former do-install rule.
7139 (do-install): Target deleted.
7140
7141 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7142
7143 * configure.in (mips-sony-newsos*): New configuration.
7144
7145 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
7146
7147 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
7148
7149 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7150
7151 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
7152
7153 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7154
7155 * configure.in: Don't initialize CC.
7156
7157 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7158
7159 * configure.in (creating src/Makefile): Also generate -U switches
7160 for symbols in the $configuration value.
7161
7162 * configure.in: Check for sys_siglist being declared in system header.
7163
7164 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7165
7166 * configure.in (creating src/Makefile): Delete blank lines
7167 along with lines of whitespace.
7168 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
7169
7170 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7171
7172 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
7173 like C_SWITCH_SYSTEM.
7174 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
7175
7176 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7177
7178 * configure.in (drem): Check for this function.
7179
7180 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7181
7182 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
7183 If CPP was inherited from environment, don't use NON_GNU_CPP.
7184 (NON_GNU_CC): Likewise.
7185 (handling with_gcc): Use explicit if in the `no' case.
7186 (cc_specified): New variable; if set, don't use NON_GNU_CC.
7187
7188 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7189
7190 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
7191
7192 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7193
7194 * configure.in: Check whether fmod exists.
7195
7196 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7197
7198 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
7199 {src,lisp}/OChangeLog.
7200
7201 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7202
7203 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
7204 necessary for proper operation. This code works with the current
7205 released version of Autoconf.
7206
7207 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7208
7209 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
7210 (USE_X_TOOLKIT): Define it for all values except `no'.
7211
7212 * configure.in: Undo first Jan 8 change and Jan 16 change.
7213
7214 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7215
7216 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
7217 Substitute USE_X_TOOLKIT as both C macro and Make variable.
7218
7219 * Makefile.in (lwlib/Makefile): New target.
7220 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
7221 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
7222 (unlock, relock): Handle lwlib subdir.
7223
7224 * Makefile.in: Add some .PHONY targets.
7225
7226 * make-dist: Handle lwlib subdir like oldXMenu subdir.
7227
7228 * lwlib: New subdirectory.
7229
7230 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7231
7232 * configure.in: If CPP has a value that is a directory,
7233 discard the value.
7234
7235 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7236
7237 * configure.in (srcdir_undefs): Add g flag to sed substitution to
7238 remove -U[0-9]*.
7239
7240 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7241
7242 * Makefile.in (do-install): Install the dired-x info files.
7243
7244 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
7245 (See src/s/sol2.h.)
7246
7247 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7248
7249 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
7250
7251 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7252
7253 * configure.in (creating src/Makefile): Put code inside 2nd arg to
7254 AC_OUTPUT as it should be; hopefully noone will again see fit to
7255 gratuitously break this and not make a change log entry.
7256 Optimized sed processing of Makefile.in and cpp output; now
7257 preserves comments previously removed from the cpp input.
7258 Eliminated temp file for cpp output. Generate -U switches to
7259 undefine all identifiers that appear in the directory name
7260 ${srcdir}; pass these to cpp.
7261
7262 * configure.in (version): Fix sed regexp to match two-elt version
7263 number.
7264
7265 * configure.in: Check for strerror.
7266
7267 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7268
7269 * configure.in: Test for bcmp.
7270
7271 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7272
7273 * make-dist (tempdir): Put subdir msdos into the distribution.
7274
7275 1993-01-07 Morten Welinder (terra@diku.dk)
7276
7277 * config.bat: New file.
7278
7279 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7280
7281 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
7282
7283 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7284
7285 * configure.in (m68*-next-*): Don't care about which os is specified.
7286 (i[34]86-*-*): Check for *-nextstop*.
7287
7288 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7289
7290 * configure.in: Check for setsid.
7291
7292 1993-12-17 Richard Stallman (rms@srarc2)
7293
7294 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
7295
7296 1993-12-15 Richard Stallman (rms@srarc2)
7297
7298 * Makefile.in (mkdir): Make only the lockdir writable.
7299
7300 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
7301
7302 1993-12-11 Richard Stallman (rms@srarc2)
7303
7304 * Makefile.in (libdir): Use @libdir@.
7305
7306 1993-12-08 Richard Stallman (rms@srarc2)
7307
7308 * Makefile.in (install): Add empty command.
7309
7310 1993-12-04 Richard Stallman (rms@srarc2)
7311
7312 * make-dist: Put man/getopt.c in the dist.
7313
7314 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
7315
7316 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
7317
7318 1993-12-03 Richard Stallman (rms@srarc2)
7319
7320 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
7321 Set it for all solaris versions.
7322 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
7323 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
7324 Likewise for NON_GNU_CC and CC.
7325
7326 1993-12-01 Richard Stallman (rms@srarc2)
7327
7328 * configure.in (mips-mips-riscos4*): Assign variable CC.
7329 (checking ${with_gcc}): If "no", don't override CC if already set.
7330 (CC): Initialize it as empty.
7331
7332 1993-11-30 Richard Stallman (rms@srarc2)
7333
7334 * configure.in (Suns): Set CPP if *-solaris2.3*.
7335
7336 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7337
7338 * Version 19.22 released.
7339
7340 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
7341
7342 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7343
7344 * make-dist: When breaking links, use cp -p.
7345 Copy install.sh into distribution.
7346 Move the temp dir up into the parent dir;
7347 don't leave the staging dir make-dist.tmp... in existence.
7348 * install.sh: New file.
7349
7350 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7351
7352 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
7353
7354 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7355
7356 * configure.in (version): When --run-in-place, exclude
7357 ${datadir}/emacs/site-lisp from locallisppath.
7358
7359 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7360
7361 * configure.in: Delete jumk.c before writing it.
7362
7363 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7364
7365 * Version 19.21 released.
7366
7367 * Makefile.in (mkdir): Ignore error from chmod.
7368
7369 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7370
7371 * make-dist: Don't put lisp/forms.README in the distribution.
7372
7373 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7374
7375 * configure.in (creating src/Makefile): Before running cpp,
7376 discard all lines that start with `# Generated' or /**/#.
7377
7378 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7379
7380 * Version 19.20 released.
7381
7382 * make-dist: Use build-ins.in, not build-install.in.
7383 Don't bother updating TAGS since it's not included.
7384
7385 * build-ins.in: Renamed from build-install.in.
7386
7387 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7388
7389 * make-dist: Don't try to link *.texinfo--there are none now.
7390 When running make in lib-src, specify YACC var value.
7391
7392 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7393
7394 * configure.in (extrasub): Add vpath patterns for %.[yls].
7395
7396 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
7397 Instead just include the commands to make src/Makefile as the
7398 second arg to AC_OUTPUT.
7399
7400 * configure.in: Use : instead of dnl for comment inside
7401 $makefile_command.
7402
7403 * configure.in: No longer use vpath_sed. Instead, when we notice
7404 srcdir already configured, set extrasub to hack vpath in the
7405 makefiles.
7406
7407 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
7408 before moving it.
7409 * Makefile.in (VPATH): Define to @srcdir@.
7410
7411 1993-09-28 Brian J. Fox (bfox@cubit)
7412
7413 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
7414 doesn't exist. Just copy src/Makefile.in instead. Touch
7415 all of the Makefiles after editing config.status.
7416
7417 * INSTALL: Update documentation to match new configuration
7418 mechanism.
7419
7420 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7421
7422 * configure.in: Allow any of the path or directory Makefile
7423 variables to be set with flags to configure. Create all Makefiles
7424 at configure time. Edit special commands into config.status after
7425 src/Makefile.in is built from src/Makefile.
7426
7427 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
7428 If these files are out of date, simply have config.status
7429 rebuild them; don't rebuild them explicitly.
7430
7431 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
7432
7433 * build-install.in: Change src/xemacs to src/emacs. We no longer
7434 create src/xemacs, so the file wouldn't be found.
7435
7436 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
7437
7438 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
7439
7440 * configure.in: Avoid forcing the search of /usr/include before
7441 fixed include files by resetting C_SWITCH_X_SITE if it is
7442 "-I/usr/include".
7443
7444 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7445
7446 * Makefile.in (@rip_paths@locallisppath):
7447 Delete ${datadir}/emacs/site-lisp.
7448
7449 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7450
7451 * configure.in:
7452 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
7453 Remove ${extra_output} from AC_OUTPUT call.
7454
7455 1993-09-17 Brian J. Fox (bfox@inferno)
7456
7457 * make-dist: Quote backquotes found in strings to be echoed.
7458
7459 * configure.in: Use "sh -c pwd" when we want to avoid having the
7460 shell fix up the value of $PWD.
7461
7462 1993-09-13 Brian J. Fox (bfox@inferno)
7463
7464 * Makefile.in (do-install): Don't abort if ln or chmod at the end
7465 of the installation fail. Suggested by Karl Berry.
7466
7467 1993-08-30 Brian J. Fox (bfox@inferno)
7468
7469 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
7470 was used. Set MAKEFLAGS from MFLAGS.
7471
7472 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7473
7474 * configure.in: Test for res_init in libc.
7475
7476 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7477
7478 * configure.in: In the file ${tempcname}, use configure___
7479 instead of @configure@.
7480
7481 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
7482
7483 * make-dist: Dist vpath.sed
7484
7485 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
7486 Depend on vpath.sed.
7487 Replace sed comand for VPATH with @vpath_sed@.
7488
7489 * configure.in: Substitute variable `vpath_sed'.
7490 If not in $srcdir and $srcdir is configured,
7491 issue warning that GNU make is required,
7492 and set vpath_sed to use vpath.sed script.
7493
7494 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7495
7496 * configure.in: Remove check for $srcdir being configured. This
7497 pretty much works now.
7498 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
7499 Check for XFree86 (/usr/X386/include) independent of whether
7500 -lXbsd exists.
7501
7502 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
7503 realclean, unlock, relock): Use `$(MAKE)' in place of plain
7504 `make'.
7505
7506 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7507
7508 * Version 19.19 released.
7509
7510 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
7511
7512 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7513
7514 * configure.in: Check for XScreenNumberOfScreen.
7515
7516 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7517
7518 * configure.in: Add * to end of all configuration alternatives.
7519 (m68*-sony-newsos3*): New alternative.
7520
7521 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7522
7523 * make-dist: Include getdate.c in distribution.
7524
7525 * configure.in: For --help, use $PAGER if it is set.
7526 (LIB_X11_LIB): Default to -lX11.
7527 (mips-sgi-irix5.*): New alternative.
7528
7529 * Makefile.in (do-install): Install info/gnus* and info/sc*.
7530
7531 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
7532 Recognize *.B8.* as hpux version 8.
7533 (m68*-tektronix-bsd*): Fix typo in tek4300.
7534 (AC_HAVE_FUNCS): Add ftime.
7535
7536 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7537
7538 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
7539 Use tekxd88, not tekXD88.
7540
7541 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7542
7543 * configure.in: Check for -lm. Then can check for frexp and logb.
7544
7545 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7546
7547 * Version 19.18 released.
7548
7549 * make-dist (src): Don't put gnu-hp300 in dist.
7550 (src, lisp): Include OChangeLog in dist.
7551
7552 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7553
7554 * configure.in: Test for presence of logb and frexp functions.
7555
7556 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7557
7558 * configure.in (machine): Add i370-ibm-aix*.
7559
7560 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7561
7562 * configure.in (function checks): Test for mkdir and rmdir.
7563
7564 * configure.in (function checks): Don't test for random and bcopy
7565 only when we're building with X; look for them all the time.
7566
7567 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7568
7569 * configure.in: Test for availability of bcopy functions, searching
7570 the X libraries if we're using X.
7571
7572 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
7573 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
7574 versions of AIX, and needs to be passed to the loader.
7575
7576 * configure.in: Test for the availability of the
7577 XScreenResourceString function.
7578
7579 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
7580
7581 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
7582 LD_SWITCH_X_SITE and assume --with-x11.
7583 Only look for X11 files if we weren't told about a window system
7584 or if we were told to use X11 but not told where.
7585 Search the libraries from the s and/or m files when checking for
7586 functions.
7587
7588 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
7589
7590 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7591
7592 * make-dist: Include lisp/dired.todo in the distribution.
7593
7594 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7595
7596 * configure.in: Add code to set HAVE_INET_SOCKETS.
7597
7598 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7599
7600 * configure.in: If we do find x_includes and x_libraries
7601 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
7602
7603 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7604
7605 * make-dist: Include src/gnu-hp300 in the dist.
7606
7607 * configure.in (canonical): New variable holds the canonicalized
7608 configuration. Don't alter `configuration'. Use `configuration'
7609 for Makefile.in for file naming.
7610 (testing x_includes and x_libraries): Use =, not ==.
7611
7612 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7613
7614 * Version 19.17 released.
7615
7616 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
7617 directory's makefile. This allows the invocation of CPP which
7618 builds xmakefile to receive these switches. The SunSoft C
7619 preprocessor inserts spaces between tokens if it doesn't get the
7620 -Xs flag requested in src/s/sol2.h.
7621
7622 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
7623
7624 * configure.in (m68k-bull-sysv3): New config.
7625
7626 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7627
7628 * configure.in: Use the autoconf AC_FIND_X macro to try to find
7629 the X Windows libraries.
7630
7631 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7632
7633 * make-dist (tempdir): Don't create lisp/forms-mode directory in
7634 the distribution. Those files aren't kept in their own
7635 subdirectory any more.
7636
7637 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7638
7639 * Version 19.16 released.
7640
7641 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7642
7643 * configure.in: Add --verbose flag.
7644
7645 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7646
7647 * version 19.15 released.
7648
7649 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7650
7651 * Makefile.in (top_distclean): Use -f switch when cleaning out
7652 lock dir; it might be empty.
7653
7654 * configure.in: Only check for -lXbsd once.
7655
7656 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7657
7658 * Version 19.14 released.
7659
7660 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7661
7662 * make-dist: If using gzip, create distribution with '.gz' extension.
7663
7664 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7665 (lisp/forms-mode): This doesn't exist anymore.
7666
7667 * configure.in: Look for the closedir function.
7668
7669 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7670
7671 * configure.in (CPP): Autoconf sets this to a shell variable
7672 reference, which doesn't work when it's edited into a makefile.
7673 Expand that variable reference.
7674
7675 * Makefile.in (CPP): New variable.
7676 (src/Makefile): Edit CPP into src/Makefile.
7677
7678 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7679 and entering double quotes to get the values of LD_SWITCH_X_SITE
7680 and the other make variables; make substitutes them in anyway.
7681
7682 * Makefile.in (uninstall): Don't remove the lisp and etc
7683 directories if they're in the source tree.
7684
7685 Bring mumbleclean targets into conformance with GNU coding standards.
7686 * Makefile.in (mostlyclean, clean): Separate these two; just have
7687 them pass the request to the subdirectory makefiles.
7688 (distclean): Pass the request down, and then get rid of the
7689 files configure built, and get rid of the Makefiles.
7690 (realclean): Pass the request down, and then do the same things
7691 distclean does.
7692 (uninstall, info, dvi): New targets.
7693
7694 * configure.in: Move clause for PC-compatible i386 box to the end
7695 of the case statement, to avoid masking configurations below.
7696
7697 * configure.in: Add case for m88k-motorola-sysv4.
7698
7699 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7700 the HP 68000 machines.
7701
7702 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7703 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7704 preprocessor won't fiddle with them.
7705
7706 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7707
7708 * Makefile.in (TAGS): cd to src to run etags.
7709
7710 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7711
7712 * configure.in (version): Check the X libraries for XrmSetDatabase
7713 and random, and see if we have -lXbsd.
7714
7715 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7716
7717 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7718 s/*.h and m/*.h files. Martin Tomes
7719 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7720
7721 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7722
7723 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7724 above the general i386 alternative.
7725
7726 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7727
7728 * configure.in: Recognize configuration name for Data General
7729 AViiON machines.
7730
7731 * configure.in: Use AC_LONG_FILE_NAMES.
7732
7733 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7734
7735 * configure.in: Test for bison.
7736 * Makefile.in (YACC): New variable.
7737 (lib-src/Makefile.in): Edit YACC into the makefile.
7738
7739 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7740
7741 * Version 19.13 released.
7742
7743 * configure.in (CFLAGS): Don't set this according to the value of
7744 the GCC shell variable. Instead, consult the machine and system
7745 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7746 test __GNUC__ while we're at it.
7747
7748 * configure.in: Remove extra ;; from hpux cases.
7749
7750 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7751
7752 * configure.in: Check to see if the system has -ldnet.
7753
7754 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7755
7756 * make-dist: Add clauses to distribute lisp/forms-mode.
7757
7758 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7759
7760 * configure.in (machine): Fix the versions in hpux version number test.
7761 Do not guess based on cpu type. Do check for explicit system version.
7762
7763 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7764
7765 * configure.in: Do NOT look for `unknown' as company name.
7766
7767 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7768
7769 * configure.in: Fix typo in message.
7770
7771 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7772
7773 * Version 19.12 released.
7774
7775 * Makefile.in (do-install): Correct previous etc-copying change.
7776 Partially rewrite using `if'.
7777 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
7778
7779 * Version 19.11 released.
7780
7781 * configure.in: Handle 386bsd.
7782
7783 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7784
7785 * make-dist: Update getdate.c.
7786
7787 * configure.in: Handle bsd386.
7788
7789 * Makefile.in (do-install): Use `-' in tar options.
7790
7791 * configure.in: Change ! "${...}" to x"${...}" = x.
7792
7793 * Makefile.in (do-install): Copy the DOC-* files from the build
7794 etc directory, as well as lots of things from ${srcdir}/etc.
7795
7796 * make-dist: Copy config.guess.
7797
7798 * configure.in: Handle AIX versions 1.2, 1.3.
7799
7800 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7801
7802 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
7803 the configuration name mips-mips-usg* to represent USG systems.
7804
7805 * configure.in: Fix logic to detect if srcdir is already configured.
7806
7807 * Makefile.in: Pass in LD_SWITCH_X_SITE.
7808
7809 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
7810 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
7811 of a directory; cd might fail, and have pwd print out the current
7812 directory.
7813
7814 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7815
7816 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
7817
7818 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7819
7820 * configure.in: Complain if srcdir points at an already-configured
7821 tree.
7822
7823 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7824
7825 * Version 19.10 released.
7826
7827 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7828
7829 * Makefile.in: Use Makefile comments, not C comments.
7830
7831 * configure.in: Add case for the Tektronix XD88.
7832
7833 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7834
7835 * configure.in: Handle sysv4.2 and sysvr4.2.
7836
7837 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7838
7839 * configure.in: Traverse the argument list without destroying it;
7840 don't use shift. It turns out that "set - ${saved_arguments}"
7841 doesn't work portably.
7842
7843 * configure.in: Add missing "fi".
7844
7845 * make-dist: Rebuild configure if configure.in is newer.
7846
7847 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
7848 targets to be executed even if make remembers that it has already
7849 satisfied FRC.
7850
7851 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7852
7853 * Makefile.in (do-install): Delete redundant code to copy etc twice.
7854
7855 * configure.in (romp): Handle various version numbers with aos and bsd.
7856
7857 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7858
7859 * configure.in: Fix message text.
7860
7861 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7862
7863 * make-dist: Make a `site-lisp' directory in the distribution,
7864 instead of a `local-lisp' directory, which hasn't been the
7865 appropriate name for a long time.
7866 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
7867 from the distribution first, then /usr/local/lib/emacs/site-lisp.
7868
7869 * Makefile.in (do-install): Correctly detect if ./etc and
7870 ${srcdir}/etc are the same.
7871
7872 * configure.in: Extract UNEXEC from the system configuration
7873 files, compute the name of the source file corresponding to the
7874 object file, and #define it as UNEXEC_SRC in config.h.
7875
7876 * configure.in: If srcdir is '.', then try using PWD to make it
7877 absolute.
7878
7879 * configure.in: Include ${srcdir} in the printed report, to help
7880 people notice if it's an automounter path.
7881
7882 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7883
7884 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
7885
7886 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7887
7888 * Makefile.in (do-install): Delete the dest dir, not the source dir,
7889 when they are different. Add `shift' command.
7890 (COPYDESTS, COPYDIR): Delete external-lisp dir.
7891 (externallispdir): Var deleted.
7892
7893 * configure.in: Delete spurious paren outputting short_usage.
7894
7895 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7896
7897 * Version 19.9 released.
7898
7899 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7900
7901 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
7902 subdirectory makes.
7903
7904 * make-dist: Check for .elc files with no corresponding .el file.
7905
7906 * Makefile.in (mkdir): Make all the directories in locallisppath.
7907
7908 * config.guess: New file.
7909 * configure.in: Use it, tentatively.
7910 * INSTALL: Mention its usage.
7911
7912 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
7913 the former gives you the operating system rev directly. Use
7914 s/hpux.h if we don't recognize what we got.
7915
7916 * Makefile.in (do-install): Don't remove a destination directory
7917 if it's the same as the source. If ${srcdir}/info == ${infodir},
7918 don't try to copy the info files.
7919
7920 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
7921 doesn't work if you're not using a separate source directory.
7922 (do-install): Copy the build tree's etc directory only after
7923 making sure it's not also the source tree's etc directory.
7924
7925 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7926
7927 * configure.in: Handle sunos4.1.3 specially.
7928
7929 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7930
7931 * Makefile.in (INSTALL): Add definition.
7932
7933 * configure.in: Fix some messages. Support -with-gnu-cc.
7934 At the end, use `set --', not `set -'.
7935 Delete spurious `.h' in hpux alternatives.
7936
7937 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7938
7939 * Version 19.8 released.
7940
7941 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7942
7943 * configure.in: When looking for source in the same directory as
7944 the configure script, make the path thus discovered absolute.
7945 If the user specifies the `--srcdir' switch, make that directory
7946 absolute too.
7947
7948 * Makefile.in (srcdir): Remove comment saying this doesn't work.
7949
7950 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
7951 too, as the value of the PATH_INFO macro.
7952
7953 * configure.in: Check to see if the source lives in the same
7954 directory as the configure script.
7955
7956 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7957
7958 * Makefile.in (install): Split this into `install' and
7959 `do-install', to give people more control over exactly what gets
7960 done.
7961 (do-install): New target, containing the guts of `install'. Don't
7962 remove and recreate the directories inside the copying loop - do
7963 it all before the copying loop. Pass more flags to the lib-src
7964 make.
7965 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
7966 avoid errors and warnings.
7967
7968 * configure.in: For generic IBM PC boxes, insist on "unknown" for
7969 the manufacturer - the more general case was blocking other i386
7970 configuration names below, and that's how the names are written in
7971 MACHINES anyway.
7972
7973 * make-dist: When breaking links, remove the link before moving
7974 the copy onto it, to avoid interactive behavior.
7975
7976 * Makefile.in: Doc fix.
7977
7978 * configure.in: Doc fix.
7979
7980 * INSTALL: Mention --exec-prefix option.
7981
7982 * configure.in: Add support for the `--exec-prefix' option.
7983 * Makefile.in: Accept that support.
7984
7985 * configure.in: Use the AC_PROG_INSTALL macro.
7986 * Makefile.in (INSTALL): Variable removed.
7987 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
7988
7989 * configure.in: Distinguish between hp800's and hp700's by calling
7990 "uname -m".
7991
7992 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7993
7994 * configure.in: Recognize configuration names for i860 boxes
7995 running SYSV.
7996
7997 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7998
7999 * configure.in: Distinguish between hp800's and hp700's by the
8000 version of HP/UX they run, since that's something people are more
8001 likely to know - hp700's run 8.0.
8002 Add HP 700 configuration.
8003
8004 * configure.in: Test for the presence of the `rename' function.
8005
8006 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
8007 configure.in.
8008 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
8009
8010 * make-dist: Break intra-tree links.
8011
8012 * configure.in: Explain that this is an autoconf script, and give
8013 instructions for rebuilding configure from it. Arrange to put
8014 comments in configure explaining this too.
8015
8016 * configure.in: Make the first line of the configure script be
8017 "#!/bin/sh". Leaving the first line blank didn't work.
8018
8019 * configure.in (long_usage): Removed; made short_usage describe
8020 the options briefly.
8021
8022 * configure.in: Implement the --prefix option.
8023 * Makefile.in (prefix): Add support for it here.
8024 * INSTALL: Document it here.
8025
8026 * Makefile.in (install): Don't assume that the files in the `info'
8027 subdirectory match *.info. They don't have that prefix.
8028
8029 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8030
8031 * configure.in: Add case for version 5 of Esix.
8032
8033 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8034
8035 * Version 19.7 released.
8036
8037 * make-dist: There aren't any *.com files in lib-src anymore.
8038
8039 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
8040 them; they're symlinks to other filesystems on the GNU machines.
8041
8042 * make-dist: Check that the manual reflects the same version of
8043 Emacs as stated in lisp/version.el. Edit that version number into
8044 the README file.
8045
8046 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8047
8048 * configure.in: Remove the hack of AC_DEFINE; use
8049 AC_DEFINE_UNQUOTED.
8050
8051 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8052
8053 * make-dist: Don't distribute precomp.com, compile.com, or
8054 link.com from ./src; they're in ./vms now.
8055
8056 Some time-handling patches from Paul Eggert:
8057 * configure.in: Add AC_TIMEZONE.
8058
8059 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8060
8061 * configure.in: Recognize Linux as a valid operating system for
8062 the i386.
8063
8064 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8065
8066 * make-dist: Distribute some VMS files we got from Richard Levitte.
8067
8068 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
8069 the source for the sed command, not oldXMenu/Makefile.
8070
8071 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8072
8073 * INSTALL: Don't claim the srcdir option doesn't work.
8074
8075 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8076
8077 * configure.in: Include remarks saying what order the autoconf
8078 tests should go in, and remind people to change config.h.in
8079 whenever they add autoconf tests which make #definitions.
8080
8081 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
8082
8083 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8084
8085 * Makefile.in (oldXMenu/Makefile): Make this depend on
8086 ${srcdir}/oldXMenu/Makefile.in, not itself.
8087
8088 * PROBLEMS: Some updates from David J. Mackenzie.
8089
8090 More changes from David J. Mackenzie.
8091 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
8092 removed; autoconf and config.h should specify all these
8093 differences.
8094 (buildlisppath): Make this path depend on ${srcdir}.
8095 (INSTALLFLAGS): Removed.
8096 (INSTALL): Include the -c flag.
8097 (install): Change the way we invoke install accordingly.
8098
8099 Install ${srcdir} changes from DJM.
8100 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
8101 list.
8102 (COPYDIR, COPYDESTS): Install files from both the etc directory in
8103 the source tree and the etc directory in the object tree.
8104 (${SUBDIR}): Pass the prefix variable down to submakes.
8105 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
8106 in /bin.
8107 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
8108 values for srcdir and VPATH.
8109 (install): Add `v' flag to tar command. Make sure that `dir'
8110 exists in ${srcdir}/info before copying it. Remember that the man
8111 pages come from the source tree, not the object tree.
8112 * configure.in: Remove remarks saying that the --srcdir option
8113 doesn't work.
8114 Create the etc directory in the object tree.
8115 Recognize configuration names of the form *-sun-solaris*.
8116 Recognize sunos5 and solaris as operating system names.
8117
8118 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
8119 lib-src/getdate.y and src/systime.h.
8120
8121 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8122
8123 * make-dist: Make links in info subdir.
8124
8125 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8126
8127 * configure.in: Call AC_STDC_HEADERS.
8128
8129 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8130
8131 * configure.in: Sidestep autoconf's quoting of the second argument
8132 of AC_DEFINE, so we can specify the value to put there. It would
8133 be nice if autoconf provided some way to specify computed values
8134 for macros.
8135
8136 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8137
8138 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
8139 this is always just -DHAVE_CONFIG_H.
8140
8141 The GNU coding standards specify that CFLAGS should be left for
8142 users to set.
8143 * Makefile.in (CFLAGS): Let configure determine the default value
8144 for this. Don't
8145 have it default to DEFS.
8146 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
8147 (lib-src/Makefile, src/Makefile): Edit the default value for
8148 CFLAGS into these files, not DEFS.
8149 * configure.in (CFLAGS): Choose a default value for this - "-g"
8150 normally, or "-g -O" if we're using GCC. Edit it into the
8151 top-level Makefile.
8152
8153 * configure.in: When scanning the machine and system description
8154 #include files, write their names to conftest.c properly.
8155
8156 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8157
8158 * configure.in: In configuration name case for Apallos running
8159 Domainios, set opsys, not opsysfile.
8160
8161 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
8162 src/config.h, instead of AC_OUTPUT; the latter overwrites
8163 src/config.h even when it hasn't changed, puts a makefile-style
8164 comment at the top even though it's C code, and produces a
8165 config.status script which doesn't do the job right.
8166
8167 * configure.in: Add AC_LN_S test, so we can tell whether or not we
8168 can use a symbolic link to get the X Menu library into src.
8169 * Makefile.in (LN_S): New variable.
8170 (src/Makefile): Edit the value of LN_S into this makefile.
8171
8172 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8173
8174 * configure.in: Support *-sco3.2v4* as opsystem.
8175
8176 * make-dist: Don't include calc directory.
8177 Exclude many files in the man directory; copy a few.
8178
8179 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8180
8181 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
8182 call AC_STRUCT_TM to see what's in time.h.
8183
8184 * configure.in: Employ quoting stupidity to get the value of CPP
8185 to expand properly.
8186
8187 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8188
8189 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
8190 variable to scan the machine and system description files.
8191
8192 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
8193 so that getdate.y builds correctly.
8194
8195 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8196
8197 * configure.in (tempcname): Change this to "conftest.c", so it will
8198 work properly on systems with short filenames; this is the name
8199 autoconf uses.
8200
8201 * configure.in: Also detect the availability of dup2 and
8202 gethostname.
8203
8204 * configure.in: Use the AC_ALLOCA test.
8205 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
8206 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
8207
8208 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8209
8210 * make-dist: Distribute configure, as well as configure.in.
8211 Oversight.
8212
8213 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8214
8215 * Makefile.in (install): Print out the name of the directory we're
8216 copying, so people can have some idea of whether we're making
8217 progress.
8218
8219 * Makefile.in (install.aix, install.xenix, install.sysv, install):
8220 Don't forget to re-create the COPYDESTS directories after we clear
8221 them out.
8222
8223 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8224
8225 * Makefile.in: Add autoconf cookies so that the configure
8226 script can comment out sections of path variable definitions to
8227 choose between the installable configuration and the run-in-place
8228 configuration.
8229 * configure.in: Add new option `--run-in-place', to select the
8230 run-in-place path definitions.
8231
8232 * configure.in: Add a clause to the big configuration name case
8233 for the NeXT machine.
8234
8235 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8236
8237 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8238 Make sure that each source directory exists, and is different from
8239 the destination directory; then, delete the destination before
8240 copying over the source.
8241
8242 * make-dist: Distribute configure.in, instead of configure.
8243
8244 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8245
8246 * configure.in: Don't set CC to "gcc -O" if the user specifies
8247 `--with-gcc'. Add -O to DEFS if GCC is set.
8248
8249 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8250
8251 * Makefile.in (clean mostlyclean): Missing right paren.
8252
8253 * configure.in: When checking for X windows, search for an X11
8254 subdirectory of ${x_includes}.
8255
8256 * configure.in: Check for gettimeofday function, for getdate.y.
8257
8258 Change `configure' to a mixture of custom code and autoconf stuff.
8259 autoconf can't derive all the information we need, but we'd really
8260 like to be able to take advantage of some of its tests, and its
8261 file-editing facilities.
8262 * configure.in: Renamed from configure.
8263 Quote the sections of shell script we want copied literally to
8264 the configure script.
8265 (compile): Initialize this to make the autoconf macros' code happy.
8266 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
8267 code to do their jobs.
8268 Use autoconf to produce Makefile and src/config.h.
8269 Remove the Makefile-style comment that autoconf places at the top
8270 of src/config.h.
8271 (config_h_opts): Removed - no longer necessary.
8272 * Makefile.in (configname): Renamed to configuration.
8273 (CONFIG_CFLAGS): Renamed to DEFS.
8274 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
8275 get values via autoload @cookies@.
8276 (libsrc_libs): Get this from autoconf. We used to do nothing
8277 about this.
8278 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
8279
8280 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
8281 echo the move-if-change command.
8282
8283 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
8284
8285 * make-dist: Distribute lib-src/rcs-checkin.
8286
8287 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
8288 Don't try to make links to the RCS or Old subdirectories.
8289 Use the appropriate extension for the compression type in use.
8290 Create the tar file in the shell's initial default directory, not
8291 in ${tempparent}.
8292 Erase the whole ${tempparent} tree, not just ${tempdir}.
8293
8294 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8295
8296 * Makefile.in (src/paths.h): Don't echo the huge sed command we
8297 use to build paths.h.
8298 (lib-src/Makefile, src/Makefile): Similarly.
8299
8300 * configure: Extend test for working `const' keyword to handle AIX
8301 3.2 cc.
8302
8303 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8304
8305 * make-dist: Distribute lisp/term/ChangeLog.
8306
8307 Arrange for C compilation throughout the tree to get
8308 C_SWITCH_SYSTEM from the configuration files.
8309 * configure: Extract C_SWITCH_SYSTEM from the machine and
8310 system-dependent files, and save it in the top-level Makefile.
8311 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
8312 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
8313
8314 * make-dist: Include the VMS support files in oldXMenu in the
8315 distribution.
8316
8317 * configure: Doc fix.
8318
8319 * configure: Fix corrupted config_h_opts.
8320
8321 * configure: Properly report option names in error messages.
8322
8323 * configure: Properly recognize --x-includes and --x-libraries
8324 options.
8325
8326 * configure: Fix syntax errors in code handling XFree386.
8327
8328 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8329
8330 * configure: Add special code to detect XFree386, and tell
8331 config.h about it.
8332
8333 * configure: Properly handle extracting values of LIBS_MACHINE and
8334 LIBS_SYSTEM that contain spaces.
8335
8336 * configure: Add `--x-includes' and `--x-libraries' options. I
8337 think these are dopey, but no less than three alpha testers, at
8338 large sites, have said they have their X files installed in odd
8339 places. Implement them by setting C_SWITCH_X_SITE and
8340 LD_SWITCH_X_SITE in src/config.h.
8341
8342 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8343
8344 * make-dist: Don't distribute etc/Old files.
8345
8346 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
8347 backups.
8348
8349 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8350
8351 * make-dist: Fix typo.
8352
8353 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8354
8355 * make-dist: Corrected typo, fixed it to discard = and TAGS files
8356 in some cases where it should but didn't seen to.
8357
8358 * Makefile.in: Added unlock and relock productions.
8359
8360 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8361
8362 * make-dist: Add a --compress option to force make-dist to use
8363 compress.
8364
8365 * make-dist: Use gzip, if we can find it.
8366
8367 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8368 make rs6000-ibm-aix default to -aix32.
8369
8370 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8371
8372 * Makefile.in: Added `Developer's configuration' section.
8373
8374 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8375
8376 * Makefile.in: Add commented-out variable settings for developer's
8377 configuration.
8378
8379 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8380
8381 * make-dist: Distribute `src/bitmaps' too.
8382
8383 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
8384
8385 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8386 make rs6000-ibm-aix default to -aix32.
8387
8388 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8389
8390 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
8391
8392 * Makefile.in (install.sysv): Add a second `$' in front of
8393 `${dest}', so that the shell will expand it, instead of Make.
8394
8395 * configure: When processing the name of the configure script,
8396 collapse `././' to `./', but leave a single `./' prefix alone.
8397
8398 * configure: Doc fix.
8399
8400 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8401
8402 * configure: Handle isc3.0 correctly.
8403
8404 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8405
8406 * make-dist: Don't try to copy the COPYING notice into
8407 external-lisp; we're not distributing that directory any more.
8408
8409 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8410
8411 * Makefile.in (install, install.aix, install.xenix, install.sysv):
8412 Remove CVS subdirectories from the installed directory trees, as
8413 well as RCS directories.
8414
8415 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8416
8417 * make-dist: Only copy gmalloc.c if we couldn't link it.
8418 Don't try to copy man/{README,Makefile} unless they actually exist.
8419
8420 * Makefile.in (lisppath): Don't include externallispdir in this.
8421 We're not sure whether we're even going to distribute the
8422 directory yet.
8423
8424 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8425
8426 * make-dist: Don't distribute the external-lisp directory anymore.
8427 * INSTALL: Remove all references to external-lisp.
8428
8429 * configure: Detect whether the compiler supports `const'
8430 properly, and edit src/config.h accordingly.
8431
8432 * configure: Tweak layout of final report.
8433
8434 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
8435 CFLAGS.
8436
8437 * Makefile.in (locallisppath): Make this default to
8438 ${datadir}/emacs/site-lisp, instead of
8439 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
8440 the same thing, and local-lisp causes completion conflicts with
8441 lock.
8442 (lisppath): Add ${externallispdir} to this.
8443 * INSTALL: Adjust installation directions.
8444
8445 * Makefile.in (externallispdir): New variable, to say where to
8446 install the externally-maintained lisp files.
8447 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
8448 the others.
8449 * INSTALL: Describe external-lisp and the new externallispdir
8450 variable.
8451
8452 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8453
8454 * configure (progname): New option `--with-gcc'. Make it clearer
8455 how we are trying to guess whether or not we have GCC.
8456 * INSTALL: Document the `--with-gcc' option, and improve
8457 description of `--with-x' options.
8458
8459 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8460
8461 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
8462 ${infodir} from these variables; we have written out explicit code
8463 to install the info files.
8464
8465 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8466
8467 * make-dist: Don't distributed the RCS files in the etc directory.
8468
8469 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8470
8471 * Makefile.in: Some makes can't handle comments in the middle of
8472 commands; move them to before the whole rule.
8473
8474 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8475
8476 * README: Mention what Emacs is.
8477
8478 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8479
8480 * make-dist: Include `./lisp/calc-2.02' in the distribution.
8481 Add `./cpp' and `./man' back into the distribution.
8482
8483 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8484
8485 * Makefile.in: Define MAKE, and use where appropriate.
8486
8487 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8488
8489 * make-dist: Remember that the authoritative COPYING notice is
8490 `etc/COPYING', not `../etc/COPYING'.
8491
8492 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8493
8494 * make-dist: Make sure that the COPYING notices in each directory
8495 are copies, not symlinks.
8496
8497 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8498
8499 * INSTALL: The build process produces an executable called `emacs'
8500 now. Change references.
8501 * Makefile.in: Adjust `install.mumble' targets to install
8502 `src/emacs', not `src/xemacs'.
8503
8504 * configure: Start with a blank line; this keeps some old CSH's
8505 from thinking it's a CSH script. Most systems will just use
8506 /bin/sh to run it, which is what we're expecting; the only other
8507 shells which might try to interpret it themselves are probably
8508 Bourne-compatible.
8509
8510 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8511
8512 * INSTALL: Improvements suggested by David Mackenzie.
8513
8514 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8515
8516 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8517 Don't try to copy the info files if there aren't any; the
8518 unexpanded globbing pattern disappoints `install'. Ignore the
8519 return status of that command.
8520
8521 * INSTALL: Updated for new configuration arrangement.
8522
8523 * configure: Don't make the top-level Makefile read-only - people
8524 may want to edit the values of the path variables.
8525
8526 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8527 Install the info files in ${infodir}. Install the executable
8528 under both `emacs' and `emacs-VERSION'.
8529
8530 * Makefile.in: Doc fix.
8531
8532 * Makefile.in (exec_prefix): New variable, as per latest version
8533 of coding standards.
8534 (bindir, libdir): Use it, instead of `prefix'.
8535 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
8536
8537 * Makefile.in (mandir): Make the default value for this depend on
8538 $(prefix).
8539
8540 * Makefile.in (datadir, statedir, libdir): Make these all default
8541 to ${prefix}/lib.
8542 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
8543 to compensate.
8544
8545 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8546 Install the etags and ctags man pages too.
8547
8548 * Makefile.in (distclean): Don't delete backup files; that's the
8549 job of extraclean.
8550 (extraclean): Like distclean, but deletes backup and autosave files.
8551
8552 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8553
8554 Make path specification conform to GNU coding standards.
8555 * configure (long_usage): Remove all traces of old arguments from
8556 usage messages, and document the options we do accept in more
8557 detail: -with-x... and --srcdir.
8558 (options, boolean_opts): Deleted; we don't have enough options to
8559 make this worthwhile.
8560 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
8561 along with the code which supported them; these should be set as
8562 arguments to the top-level make.
8563 (config_h_opts): Since this no longer doubles as a list of option
8564 names, make them upper case; this simplifies the code which uses
8565 them to build the sed command to edit src/config.h. Change the
8566 code which sets them.
8567 (cc, g, O): Don't allow the user to set these using options; they
8568 should be specified using `CC=' and `CFLAGS=' arguments to the
8569 top-level make. Just choose reasonable default values for them,
8570 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
8571 values.
8572 (gnu_malloc, rel_alloc): Don't allow the user to set these using
8573 options; use them whenever the configuration files say they're
8574 possible.
8575 Simplify the argument processing loop. Don't accept abbreviations
8576 for option names; these might conflict with other configuration
8577 options in the future.
8578 Add some support for the `--srcdir' option. Check for the sources
8579 in . and .. if `--srcdir' is omitted. If the directories we will
8580 compile in don't exist yet, create them under the current directory.
8581 Note that the rest of the build process doesn't really support
8582 this.
8583 Edit only the top Makefile. That should edit the others. Edit
8584 into the makefile: `version', from lisp/version.el, `configname'
8585 and `srcdir' from the configuration arguments, `CC' and
8586 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
8587 the user's path, and LOADLIBES as gleaned from the system
8588 description files.
8589 Simplify the report generated; it doesn't need to include any
8590 description of paths now.
8591 Make `config.status' exec configure instead of just calling it, so
8592 there's no harm in overwriting `config.status'.
8593 * Makefile.in (version, configname): New variables, used to choose
8594 the default values for datadir and libdir.
8595 Path variables rearranged into two clearer groups:
8596 - In the first group are the variables specified by the GNU coding
8597 standards (prefix, bindir, datadir, statedir, libdir, mandir,
8598 manext, infodir, and srcdir).
8599 - In the second are the variables actually used for Emacs's paths
8600 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
8601 archlibdir), which depend on the first category.
8602 datadir and libdir default to directories under
8603 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
8604 demand.
8605 etcdir and lispdir default to subdirectories of datadir.
8606 archlibdir defaults to libdir.
8607 The new installation tree is a bit deeper than it used to be, so
8608 use the new make-path program in lib-src to build them all.
8609 Always build a new src/paths.h.tmp and then move-if-change it to
8610 src/paths.h, to avoid unnecessary rebuilds while responding to the
8611 right changes.
8612 Remove all mention of arch-lib. Run utility commands from
8613 lib-src, and let the executables be copied into archlibdir when
8614 Emacs is installed.
8615 Add targets for src/Makefile, lib-src/Makefile, and
8616 oldXMenu/Makefile, editing the values of the path variables into
8617 them.
8618 Let lib-src do its own installation.
8619 (datadir): Default to putting data files under
8620 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
8621 (emacsdir): Variable deleted; it would only be confusing to use.
8622 (lispdir, etcdir): Default to ${datadir}/lisp.
8623 (mkdir): Use make-path for this.
8624 (lockdir): Do this in mkdir.
8625 (Makefile): New target.
8626
8627 * configure (usage_message): Rename to long_usage.
8628
8629 * make-dist: Don't bother creating an arch-lib directory; that's
8630 only for installation now.
8631
8632 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8633
8634 * configure: Use GCC-style configuration names, using config.sub.
8635 Change the usage and help messages.
8636
8637 * configure: Initialize window_system, not indow_system.
8638
8639 * configure: Report which window system, compiler, and signal
8640 handler return type we decide to use.
8641
8642 * make-dist: Explain what's going on if config.sub and gmalloc.c
8643 can't be linked. Place the code which copies them near the code
8644 which links the rest of the files around them.
8645
8646 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
8647
8648 * make-dist: Don't bother to distribute src/*.com, or
8649 src/vmsbuild; those have all been moved to `../vms'.
8650
8651 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8652
8653 * make-dist: Don't forget that the way to avoid filenames starting
8654 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8655 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8656 couldn't make hard links to, since we have two already, and
8657 perhaps more to come.
8658
8659 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8660
8661 * configure: When editing parameters into lib-src/Makefile, change
8662 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8663 needs some other flags too.
8664
8665 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8666
8667 * configure: Remove spurious echo of the configuration name.
8668
8669 * make-dist: Don't distribute files in src/m and src/s whose names
8670 begin with `='.
8671
8672 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8673
8674 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8675 Also LISP_FLOAT_TYPE.
8676
8677 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8678
8679 * make-dist: Copy config.sub, since it's a symbolic link to a file
8680 on another file system.
8681
8682 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8683
8684 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8685 distribution.
8686
8687 * config.sub: New file, to help us recognize configuration names.
8688 * make-dist: Include it in the distribution.
8689
8690 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8691
8692 * configure: Convert `-' to `_' in specified option names.
8693 Accept options with --. Delete --highpri and --have-x-menu options.
8694 New options --with-x and --with-x10 replace -window-system.
8695 Don't mention options --gnu-malloc, --rel-alloc
8696 or --lisp-float-type in help message.
8697
8698 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8699
8700 * make-dist: Include the `vms' subdirectory in the distribution.
8701
8702 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8703
8704 * configure: Remove lines starting with "# DIST: " when building
8705 lib-src/Makefile and src/Makefile. This allows us to mark the
8706 "Makefile.in" files with explanatory comments which won't also get
8707 stuck in the Makefiles.
8708
8709 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8710
8711 * make-dist: Don't use the '+' operator in the sed regular
8712 expression that extracts the version number from lisp/version.el;
8713 Ultrix sed doesn't seem support the operator. Just double the
8714 operand and use *.
8715
8716 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8717
8718 * Makefile.in: Doc fix.
8719
8720 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8721
8722 * configure: Rewrite sed command to remove at most one ./ prefix;
8723 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8724 group.
8725
8726 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8727
8728 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8729
8730 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8731
8732 * make-dist: Go ahead and build a new TAGS file, unless the
8733 --newer option was specified. Don't try to delete a TAGS file
8734 from etc; it's not kept there, and shouldn't be deleted anyway.
8735
8736 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8737
8738 * make-dist: If the lisp directory contains a default.el, don't
8739 distribute it.
8740
8741 * configure: When searching signal.h for the type of a signal
8742 return handler, make a copy of it, not a symbolic link to it; that
8743 way, it will work on systems that don't have symbolic links.
8744
8745 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8746
8747 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8748 option for generating incremental distributions. Stopped it from
8749 generating a TAGS file into the distribution; that sucker is
8750 *big*, and easily enough generated with the toplevel makefile.
8751
8752 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8753
8754 * configure: When writing config.status, don't prefix progname
8755 with a '.'; it might be absolute.
8756
8757 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8758
8759 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8760 /usr/include/X11 exist, not only if both exist.
8761
8762 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8763
8764 * make-dist: Make the new external-lisp directory a duplicate of
8765 the external-lisp directory, not the lisp directory.
8766
8767 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8768
8769 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
8770 clean' in arch-lib; it doesn't even have a Makefile.
8771
8772 * Makefile.in (clean, mostlyclean): In the test which tries to
8773 distinguish between the build directory, which should be cleaned,
8774 and the installed directory, which shouldn't, cd to `${emacsdir}',
8775 not `${DESTDIR}${LIBDIR}'.
8776
8777 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8778
8779 * make-dist: Be sure to delete the .c and .h files that YACC and
8780 BISON create from getdate.y.
8781
8782 * external-lisp: New directory; see `external-lisp/README'.
8783 * make-dist: Added support for the external-lisp subdirectory.
8784
8785 * make-dist: Changed message which complains that make-dist wasn't
8786 invoked in the right directory to indicate which files it was
8787 looking for.
8788
8789 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8790
8791 * configure: Add comments explaining why we can't translate
8792 character ranges or control characters in `tr'.
8793
8794 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8795
8796 * configure: When generating the configuration message, we used to
8797 build the message from the start so that each line began with "# "
8798 so that it would be a comment in `config.status'. However, this
8799 causes trouble if any of the variables we use in the message
8800 expand to more than one line of text - as gnu_malloc_reason
8801 sometimes does. So instead, we build the message as it should be
8802 printed to the user (i.e. without the "# " prefixes), and stick on
8803 the "# "s when we write it to `config.status'.
8804
8805 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
8806 `lib-src' and `arch-lib'.
8807
8808 * configure: When generating report and `config.status' file, note
8809 that bindir only determines where `make install' and
8810 `build-install' will place the executables; this should make it
8811 clear that the ordinary build process will not try to install
8812 things.
8813
8814 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8815
8816 * make-dist: Change messages to say that we are 'making links to
8817 X', rather than 'copying X'. And put `' quotes around file names.
8818
8819 * make-dist: Include '.tmp' in the name of the staging directory.
8820
8821 * make-dist: Pass the `-f' option to rm when you're not sure that
8822 the files you're removing actually exist.
8823
8824 * make-dist: When setting up etc/COPYING, always nuke whatever is
8825 there, and then copy it in, to make sure we get a real file.
8826
8827 * make-dist: Don't try to distribute *.defns files any more. The
8828 only such file was for simula.el, which has been superceded by a
8829 version which doesn't have a separate .defns file.
8830
8831 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
8832
8833 * make-dist: Don't distribute configured versions of config.h.in,
8834 paths.h.in, Makefile.in in src.
8835
8836 * configure: Delete .tmp files before creating them; don't bother
8837 trying to make final targets writeable first, since it won't
8838 matter to move-if-change.
8839
8840 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8841
8842 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
8843 mkdir and chmod in the center of all the conditionals. GNU Make
8844 will strip these out, but other makes won't.
8845
8846 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8847
8848 * make-dist: Include move-if-change in list of files to distribute.
8849
8850 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8851
8852 * configure: Remove any "." elements from the program name.
8853
8854 * configure: Don't record the values of all the possible arguments
8855 in config.status; only record the options that the user specified.
8856
8857 * configure: Use move-if-change to move in the new src/config.h.
8858
8859 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
8860
8861 * move-if-change: New file, copied from gcc release.
8862 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
8863 a temp file, so we don't update paths.h if an error occurs or if
8864 it doesn't need changing.
8865
8866 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8867
8868 * Makefile.in (src/paths.h): Do not install a value for the
8869 PATH_SUPERLOCK value; that macro doesn't exist anymore.
8870 * build-install.in: Same thing.
8871
8872 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8873
8874 * make-dist: Check the flag called "make_tar", not "make_dir"; the
8875 latter, being a typo, is always false, resulting in a program
8876 whose default behavior is to painstakingly build a copy of the
8877 source tree, and then delete it. Rah.
8878
8879 * Makefile.in: Add dist target, and comment for it.
8880
8881 * configure: When scanning <signal.h> for a declaration for
8882 signal, create a symbolic link with a name ending in .c, so the
8883 compiler won't complain that it's only been given .h files.
8884
8885 * configure: Check whether there are any arguments available
8886 before shifting to get the value of a non-boolean parameter.
8887
8888 * make-dist: Doc fix.
8889
8890 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8891
8892 * configure: Instead of grepping /usr/include/signal.h for a
8893 signal declaration, run /usr/include/signal.h or
8894 /usr/include/sys/signal.h through cpp and grep for the
8895 declaration.
8896
8897 * configure: Redirect the output of grep to /dev/null instead of
8898 using grep -s - that flag means different things on other systems.
8899
8900 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
8901 since the former is recognizable even if you don't know what
8902 'dumping' is.
8903 * configure: Accommodate that change.
8904
8905 * configure: Accept options for all of the directories you can
8906 change in the Makefile.
8907
8908 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
8909
8910 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
8911 FOO before you can use them.
8912
8913 * build-install.in: Made the "Where To Install Things" section
8914 conform with the similar section from Makefile.in. Copied section
8915 which builds src/paths.h from src/paths.h.in from the Makefile.
8916
8917 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8918
8919 * configure: Write config.status to pass its command-line
8920 arguments on to configure, so that people can use it to recreate
8921 an old configuration, with minor changes.
8922
8923 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8924
8925 * configure: Don't rely on option variables being unset if their
8926 values are the empty string. In particular, when producing the
8927 English report, don't assume that highpri will be unset when no
8928 increased priority has been requested; -highpri='' should be the
8929 same as omitting -highpri altogether.
8930
8931 * configure: Fix dumb bug: when running the system and machine
8932 description files through cpp, mark those lines that we want to
8933 evaluate with the string '@configure@', and then only evaluate
8934 them. This way if the files include anything that actually
8935 generates text (type definitions or external declarations, say),
8936 we won't try to eval it.
8937
8938 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8939
8940 * make-dist: New shell script.
8941
8942 * configure: When creating foo from foo.in, make foo read-only to
8943 remind people to edit the .in file instead.
8944
8945 * INSTALL: Changed references to config.h-dist to config.h.in.
8946 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
8947 to build src/paths.h from src/paths.h.in; added a paragraph to do
8948 this.
8949 * configure, Makefile, build-install: Changed filenames like
8950 FOO-dist to FOO.in.
8951
8952 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8953
8954 * Makefile, build-install: Renamed to Makefile.in and
8955 build-install.in; the configure script will edit these to produce
8956 the usable Makefile and build-install.
8957 * configure: Changed to produce ./Makefile, ./build-install,
8958 lib-src/Makefile, and src/Makefile from their *.in counterparts,
8959 instead of editing them in place.
8960
8961 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8962
8963 * Makefile: Re-arranged so that the undumped Emacs will search
8964 ../lisp *after* the site's local elisp files.
8965 (locallisppath, dumplisppath): New variables.
8966 (lisppath): This variable's default value is now chosen based on
8967 $(locallisppath) and $(lispdir); while it used to be the
8968 customization point for adding site-local elisp directories to
8969 load-path, that job is now handled mostly by locallisppath.
8970 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
8971 Check the values being assigned to the *LOADSEARCH macros for null
8972 path elements (like '::' in 'foo::bar').
8973
8974 * configure: When checking if the machine- and system-dependent
8975 files define a particular macro or not, actually run them through
8976 CPP and test the macros with #ifs, instead of just grepping for
8977 the macros' names. In particular, check for SYSTEM_MALLOC in this
8978 way.
8979
8980 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8981
8982 * Makefile (install): Don't use -s in install. (Keep the symbols.)
8983
8984 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8985
8986 * configure: Make the config.status file an executable shell
8987 script which will recreate the same configuration. Include the
8988 verbal description of the current configuration as a comment in
8989 the script.
8990 * INSTALL: Doc fix.
8991
8992 * Makefile: Brought the Makefile up to the GNU coding
8993 standards, as described in standards.text:
8994 (TAGS): New name for the target which rebuilds the tags table.
8995 (check): New target; doesn't do anything yet.
8996 (mostlyclean): New target, synonymous with clean.
8997 (realclean): New target. Currently, this just calls the
8998 subdirectories's makefiles and then deletes config.status.
8999 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
9000 variables.
9001 Installation directory variables changed to conform.
9002 (install, install.sysv, install.xenix, install.aix): Changed the
9003 code which copies the directories into their installed location to
9004 allow the installed locations to be in several different
9005 directories; the old version assumed that they would all be in
9006 $(emacsdir).
9007 (mkdir, lockdir): Allow the installed locations to be in several
9008 different directories.
9009 * INSTALL: Doc fix.
9010
9011 * build-install: Use the same variable names as the Makefile.
9012 Allow the installed locations to be in several different
9013 directories.
9014
9015 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9016
9017 * Makefile (src/paths.h): Instead of using a single sed command to
9018 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
9019 separately, and don't forget to append "/!!!SuperLock!!!" to the
9020 value of the PATH_SUPERLOCK macro.
9021
9022 * config.emacs: Renamed to configure, for consistency with other
9023 GNU products. Internal references changed.
9024 INSTALL, Makefile: References changed.
9025
9026 * lock: New directory, which should always be empty. If this
9027 directory doesn't exist, Emacs won't complain; it just won't lock.
9028 Having this here means that people can just unpack Emacs, build
9029 it, and have locking work.
9030
9031 * share-lib: Re-renamed to etc, for the sake of tradition.
9032 * config.emacs: Changed default value for datadir to ../etc.
9033 * INSTALL, README: Adjusted.
9034
9035 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9036
9037 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
9038 by running CPP on the appropriate s/*.h and m/*.h files.
9039
9040 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9041
9042 * config.emacs: Make sure to set the "exit on error" flag once
9043 we've removed config.status; errors should abort the configuration.
9044
9045 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9046
9047 * config.emacs: Added -distribute option, so that the Makefile
9048 paths are in their proper form. I don't know why this matters.
9049
9050 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9051
9052 * local-lisp: New directory, empty in the distribution, for people
9053 to put local elisp code in.
9054 * config.emacs: Include it in the default load path.
9055 * README: Document it.
9056
9057 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9058
9059 * config.emacs: Guess the type of signal handling functions based
9060 on the contents of /usr/include/signal.h.
9061
9062 * config.emacs: Print out progress report messages.
9063
9064 * Makefile (src/paths.h): Don't generically replace
9065 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
9066 editing of the other entries, and each entry should be dealt with
9067 explicitly anyway.
9068
9069 * build-install: Converted from C-shell to Bourne shell.
9070 * config.emacs: Edit build-install properly.
9071
9072 * config.emacs: Doc fix.
9073
9074 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9075
9076 * Makefile (install): Remove `B' from tar xf command.
9077
9078 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9079
9080 * config.emacs: Removed support for the `maintain-environment'
9081 option; the only important difference between this and its absence
9082 has been removed.
9083 * INSTALL: Removed mention of `maintain-environment'.
9084
9085 * config.emacs: Fix arguments to sed when processing boolean
9086 arguments.
9087
9088 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9089
9090 * config.emacs: New file, to help automate the installation
9091 process.
9092
9093 * Makefile: Lots of changes to support the separation of etc into
9094 architecture-dependent and -independent files:
9095 (EMACSROOT): New variable, giving the directory under which all of
9096 Emacs's libraries should be installed. Changed rest of file to
9097 use it.
9098 (LIBDIR): Now denotes only architecture-dependent dir.
9099 (DATADIR): New variable, denoting architecture-independent dir.
9100 (LOCKDIR): New variable, for completeness.
9101 (SUBDIR): No more etc, new lib-src.
9102 (COPYDIR): No more etc, new arch-lib and share-lib.
9103 (src/paths.h): Set PATH_DATA and the LOCK macros too.
9104 (src): Now depends on lib-src, not etc.
9105 * build-install: Changes parallel to the above.
9106 * README: Describe the new arrangement.
9107
9108 * vms: New subdirectory for all the VMS stuff.
9109
9110 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9111
9112 * Makefile (LISPPATH): New variable.
9113 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
9114
9115 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
9116
9117 * Makefile (install, install.sysv, install.xenix):
9118 Install wakeup instead of loadst. No need for setuid or setgid.
9119
9120 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9121
9122 * Makefile (clean): Clean etc if that's not the installation dir.
9123
9124 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9125
9126 * Makefile (paths.h): Make sed alter each name in the path.
9127
9128 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9129
9130 * Makefile (install.sysv): Use cpio, not tar.
9131
9132 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9133
9134 * Makefile (lockdir): Rename `lock' target.
9135 Depend on it from install*, not from `all'.
9136
9137 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
9138
9139 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
9140 to match build-install and paths.h.
9141
9142 ;; Local Variables:
9143 ;; coding: utf-8
9144 ;; End:
9145
9146 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
9147
9148 This file is part of GNU Emacs.
9149
9150 GNU Emacs is free software: you can redistribute it and/or modify
9151 it under the terms of the GNU General Public License as published by
9152 the Free Software Foundation, either version 3 of the License, or
9153 (at your option) any later version.
9154
9155 GNU Emacs is distributed in the hope that it will be useful,
9156 but WITHOUT ANY WARRANTY; without even the implied warranty of
9157 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9158 GNU General Public License for more details.
9159
9160 You should have received a copy of the GNU General Public License
9161 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.