Merge: Import crypto/md5 and stdint modules from gnulib.
[bpt/emacs.git] / ChangeLog
CommitLineData
61353ac8 12011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 2
61353ac8 3 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 4 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
5 Regenerate.
6 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
7 Import the new versions from gnulib; they assume a C99-style
8 <stdint.h>, supplied by the stdint module.
9 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
10 imported from gnulib.
942f733f
PE
11 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
12 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
13 special cases.
61353ac8 14
9d9d12cd
EZ
152011-02-19 Eli Zaretskii <eliz@gnu.org>
16
152be435 17 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 18 Add lib/deps/.
152be435 19
9d9d12cd 20 * config.bat: Configure in `lib'.
219463da 21 Generate *.Po files in lib/deps.
9d9d12cd 22
7d315eb6
PE
232011-02-18 Paul Eggert <eggert@cs.ucla.edu>
24
25 Import IRIX 6.5 getloadavg fixes from gnulib.
26 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
27
1f5d53eb
PE
282011-02-16 Paul Eggert <eggert@cs.ucla.edu>
29
30 Import getloadavg module from gnulib.
31 * .bzrignore: Add lib/stdlib.h.
32 * Makefile.in (GNULIB_MODULES): Add getloadavg.
33 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
34 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
35 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
36 Remove; gnulib does this now.
37 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
38 from gnulib. This adds support for several other systems, such
39 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
40 buffer overrun on Linux hosts under very high load, and on hosts
41 that maintain a channel to the load average file it makes sure
42 the file descriptor is close-on-exec (on hosts that support this)
43 and is not stdin, stdout, or stderr.
44 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
45 from gnulib.
46 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
47 * src/config.in: Regenerate.
48
bb55f713
PE
492011-02-15 Paul Eggert <eggert@cs.ucla.edu>
50
51 Merge from gnulib.
52
7127b760
PE
53 * install-sh: Update to scriptversion 2011-01-19.21.
54
bb55f713
PE
55 2011-02-13 Bruno Haible <bruno@clisp.org>
56
57 Consistent macro naming for macros that use GCC __attribute__.
58 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
59 ATTRIBUTE_DEPRECATED.
60
61 2011-02-12 Bruno Haible <bruno@clisp.org>
62
63 setlocale: Prefer gnulib's override over libintl's override.
64 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
65 GNULIB_defined_setlocale is set.
66
57e96f8e
GM
672011-02-13 Glenn Morris <rgm@gnu.org>
68
69 * make-dist: Exclude generated file src/globals.h.
70
988c07df
PE
712011-02-10 Paul Eggert <eggert@cs.ucla.edu>
72
73 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
74 Sync from gnulib, which has been patched to fix the problem
75 with the license notices. Problem reported by Glenn Morris in
76 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
77
ccded26c
SM
782011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * .bzrignore: Ignore globals.h and related stamp.
81
6ffb2c0c
PE
822011-02-09 Paul Eggert <eggert@cs.ucla.edu>
83
84 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
85 This merges the following fix from gnulib:
86
87 2011-02-08 Bruno Haible <bruno@clisp.org>
88
89 Split large sed scripts, for HP-UX sed.
90
00b3c7ac
TT
912011-02-08 Tom Tromey <tromey@redhat.com>
92
93 * configure: Rebuild.
94 * configure.in (NS_OBJC_OBJ): New subst.
95
91ccade4
PE
962011-02-06 Paul Eggert <eggert@cs.ucla.edu>
97
6ffb2c0c
PE
98 gnulib: allow multiple gnulib generated replacements to coexist
99 This defines a few preprocessor symbols that should not affect Emacs.
100 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
101 via "make sync-from-gnulib".
102
e765a388
PE
103 gnulib: undo previous change
104 The upstream _HEADERS change was backed out of gnulib (see the
105 same thread). Stay in sync with gnulib.
106
91ccade4 107 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
108 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
109 New empty macros, to accommodate recent changes to gnulib. See
110 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
111 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
112 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
113 * lib/time.in.h, lib/unistd.in.h:
114 Regenerate.
91ccade4 115
d67985d3
PE
1162011-02-05 Paul Eggert <eggert@cs.ucla.edu>
117
118 sync from gnulib to remove HAVE_STDBOOL_H
119 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
120 AC_HEADER_STDBOOL. All uses changed. Do not define
121 HAVE_STDBOOL_H, as gnulib does not need this. This change is
122 imported from the latest Autoconf git. It was motivated by Emacs,
123 which uses gnulib but does not need HAVE_STDBOOL_H.
124 * configure, src/config.in: Regenerate.
125 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
126
67342916
PE
1272011-02-03 Paul Eggert <eggert@cs.ucla.edu>
128
129 allow C code to suppress warnings about ignored return values
130 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
131 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
132 * lib/ignore-value.h: New file.
67342916 133
14beddf4 1342011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
135
136 * configure.in: Test existence of xaw3d library, not just the
137 header (Bug#7642).
138
6ffb2c0c
PE
1392011-01-31 Eli Zaretskii <eliz@gnu.org>
140
141 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
142 $(BLD)/time_r.$(O).
143 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
144 $(EMACS_ROOT)/src/m/intel386.h.
145 ($(BLD)/strftime.$(O)):
146 ($(BLD)/time_r.$(O)): Define prerequisites.
147
16fab143
PE
1482011-01-31 Paul Eggert <eggert@cs.ucla.edu>
149
150 src/emacs.c now gets version number from configure.in
151 * configure.in (version): Set this from $PACKAGE_VERSION,
152 which is set from AC_INIT, rather than scouting through src/emacs.c.
153 * configure: Regenerate.
154 * make-dist (version): Get it from configure.in, not src/emacs.c.
155
16c3e636
PE
1562011-01-30 Paul Eggert <eggert@cs.ucla.edu>
157
158 strftime: import from gnulib
159 * Makefile.in (GNULIB_MODULES): Add strftime.
160 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
161 needed.
6ffb2c0c 162 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 163 Regenerate.
6ffb2c0c
PE
164 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
165 imported from gnulib.
16c3e636
PE
166 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
167 This incorporates many changes from gnulib, including simpler
168 handling of multibyte formats, porting to mingw32 and other
169 platforms, and support for higher-resolution time stamps.
170 Emacs does not yet use the higher-resolution interface.
171
3de84ad9
PE
1722011-01-30 Paul Eggert <eggert@cs.ucla.edu>
173
174 gnulib: import mktime and move-if-change fixes from gnulib
175
176 * configure: Regenerate from the following.
177
6ffb2c0c
PE
178 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
179
180 mktime: clarify long_int width checking
181 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
182 the top level, to make it clearer that the assumption about
183 long_int width is being checked. See
184 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
185
3de84ad9
PE
186 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
187
188 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 189 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
190 negative number, which the C Standard says has undefined behavior.
191 In practice this is not a problem, but might as well do it by the book.
192 Reported by Rich Felker and Eric Blake; see
193 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
194 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
195 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
196
197 mktime: #undef mktime before #defining it
198 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
199
200 mktime: systematically normalize tm_isdst comparisons
201 * lib/mktime.c (isdst_differ): New function.
202 (__mktime_internal): Use it systematically for all isdst comparisons.
203 This completes the fix for libc BZ #6723, and removes the need for
204 normalizing tm_isdst. See
205 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
206 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
207
208 mktime: fix some integer overflow issues and sidestep the rest
209
210 This was prompted by a bug report by Benjamin Lindner for MinGW
211 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
212 His bug is due to signed integer overflow (0 - INT_MIN), and I
213 I scanned through mktime.c looking for other integer overflow
214 problems, fixing all the bugs I found.
215
216 Although the C Standard says the resulting code is still not safe
217 in the presence of integer overflow, in practice it should be good
218 enough for all real-world two's-complement implementations, except
219 for debugging environments that deliberately trap on integer
220 overflow (e.g., gcc -ftrapv).
221
222 * lib/mktime.c (WRAPV): New macro.
223 (SHR): Also check that long_int and time_t shift right in the
224 usual way, before using the fast-but-unportable method.
225 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
226 used. The code already assumed two's complement, so there's
227 no need to test for alternatives. All uses removed.
228 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
229 the C standard. Problem reported by Rich Felker in
230 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
231 (twos_complement_arithmetic): Also check long_int and time_t.
232 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
233 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
234 (__mktime_internal): Avoid integer overflow with unary subtraction
235 in two instances where -1 - X is an adequate replacement for -X,
236 since the calculations are approximate.
3de84ad9
PE
237
238 2011-01-29 Eric Blake <eblake@redhat.com>
239
240 mktime: avoid infinite loop
241 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
242 type; behavior is still undefined but portable to all known targets.
243 Reported by Rich Felker.
244
6ffb2c0c
PE
245 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
246
247 mktime: avoid problems on NetBSD 5 / i386
248 * lib/mktime.c (long_int): New type. This works around a problem
249 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
250 but time_t is 64 bits, and where I expect the existing code is
251 wrong in some cases.
252 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
253 (ydhms_diff): Bring back the compile-time check for wide-enough
254 year and yday.
255
256 mktime: fix misspelling in comment
257 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
258 This merges all recent glibc changes of importance.
259
3de84ad9
PE
260 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
261
262 move-if-change: cope with concurrent mv of identical file.
263 * move-if-change (CMPPROG): Accept environment
264 variable as an override for `cmp'.
265 (usage): Document CMPPROG.
266 Adjust comparison to drop stdout. Cope with failure of mv if
267 the target file exists and is identical to the source, for
268 parallel builds.
269 Report from H.J. Lu against binutils in PR binutils/12283.
270
6ffb2c0c
PE
2712011-01-29 Eli Zaretskii <eliz@gnu.org>
272
273 * lib/makefile.w32-in:
274 * lib/getopt_.h: New files.
275
c7e95b91
PE
2762011-01-28 Paul Eggert <eggert@cs.ucla.edu>
277
278 improve fix for MS-DOS file name clash
279 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
280 for portability to POSIX make. Reported by Bruno Haible.
281 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
282 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
283 files from accumulating as garbage. Also reported by Bruno Haible.
284
125c3718
PE
2852011-01-27 Paul Eggert <eggert@cs.ucla.edu>
286
287 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
288 * Makefile.in (DOS-gnulib-comp.m4): New macro.
289 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
290 problems with MS-DOS 8+3 file name restrictions.
291 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
292 it, it would also cause problems when extracting Emacs distribution
293 tarballs on MS-DOS hosts.
294 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 295 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
296 * config.guess, config.sub: Sync from gnulib.
297 * m4/gnulib-cache.m4: Remove from repository.
298 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
299
4004ef46
GM
3002011-01-25 Glenn Morris <rgm@gnu.org>
301
0b5c5d82
GM
302 * README: Add a note about ranges in copyright years.
303
4004ef46
GM
304 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
305
06d8ace5 3062011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
307
308 * configure.in: Add HP-UX on IA64 (Bug#6811).
309
d6974efa
PE
3102011-01-24 Paul Eggert <eggert@cs.ucla.edu>
311
312 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
313 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
314 as it is no longer needed.
6ffb2c0c 315 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
316 * configure.in: Invoke the new gnulib macro
317 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
318 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
319 * m4/getopt.m4: Sync from gnulib; this removes the need for
320 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
321 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
322 New macro, synced from gnulib.
323 * m4/warn-on-use.m4: Remove.
324
e02ea74b
PE
3252011-01-22 Paul Eggert <eggert@cs.ucla.edu>
326
327 aclocal.m4: put this file back into repository
328 This way, we don't have to assume that the maintainer has
329 the automake package installed. See
330 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
331 * .bzrignore: Remove aclocal.m4, undoing the previous change.
332 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
333 undoing the previous change.
334 * aclocal.m4: New file (actually, resurrected).
335
48dcd482
MB
3362011-01-22 Miles Bader <miles@gnu.org>
337
338 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
339 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
340 Emacs directly uses fontconfig, and breaks building when using a
341 strict linker).
342
925e561d
PE
3432011-01-21 Paul Eggert <eggert@cs.ucla.edu>
344
b06b1098
PE
345 src/config.in: shrink slightly
346 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
347 This makes src/config.in a bit smaller, by removing identifiers
348 like GNULIB_TEST_MKTIME that Emacs does not need.
349 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
350 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
351 Sync from gnulib. This removes a few more unnecessary symbols from
352 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
353 * configure, src/config.in: Regenerate.
354
925e561d
PE
355 aclocal.m4: tweaks to regenerate more conveniently
356 This attempts to act better when the source is in a weird state. See
357 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
358 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
359 * .bzrignore: Add aclocal.m4.
360
942be821
PE
3612011-01-20 Paul Eggert <eggert@cs.ucla.edu>
362
363 aclocal.m4: omit auto-generated file from repository
364 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
365 the most recent change here.
366 * aclocal.m4: Remove from bzr repository. This file is
367 auto-generated and isn't needed to run 'configure'. See
368 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
369
0813c96e
PE
3702011-01-19 Paul Eggert <eggert@cs.ucla.edu>
371
372 Minor Makefile.in tweaks to build from gnulib better.
373 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
374 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
375 (top_maintainer_clean): Don't remove aclocal.m4.
376
7cae64b4
PE
3772011-01-18 Paul Eggert <eggert@cs.ucla.edu>
378
53911e8f
PE
379 Minor cleanups for 'bzr status'
380 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
381 the output of config.guess.
382 * Makefile.in (top_distclean): Remove stamp-h1 too.
383
7cae64b4
PE
384 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
385 defined if the compiler supports GCC-style __attribute__
386 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
387 this syntax.
388
a3e44e79 3892011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 390
3cbecb8f
PE
391 Makefile.in: tidy up the building of lib
392 * Makefile.in (am--refresh): Mark as .PHONY.
393 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
394 as they're not rebuilt unless you do a "make sync-from-gnulib"
395 and the former is needed for "configure".
396 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
397 has already removed lib/Makefile.
398
ecbfcc83
PE
399 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
400 This avoids building ftoastr and ldtoastr, which aren't needed. See
401 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 402
803059b9
PE
403 * .bzrignore: Add .h files that are host-dependent.
404 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
405 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
406 host-dependent and are built as part of an ordinary 'make', and
407 should not be checked in.
408
6ffb2c0c
PE
409 * lib/Makefile.in: Regenerate.
410 * lib/COPYING: New file, a copy of COPYING.
411
2a78afcc 412 * configure: Regenerate.
37564543
PE
413 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
414
e275c824 415 Regenerate.
6ffb2c0c
PE
416 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
417 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
418 New files, copied from gnulib by gnulib-tool.
419 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
420 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
421 Regenerate.
ecbfcc83 422
84bbb1ad
PE
423 Use gnulib's getopt-gnu module.
424 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
425 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
426 representative of the dependencies.
427 * configure.in: Do not configure getopt, as gnulib does that now.
428 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
429 getopt now, in lib.
ecbfcc83 430
1fd182f0 431 Regenerate.
6ffb2c0c
PE
432 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
433 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
434 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
435 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
436 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
437 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
438 * m4/wchar_t.m4, warn-on-use.h:
439 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 440 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
441 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
442 Regenerate.
443
1e11dbe3
PE
444 Use gnulib's mktime module.
445 * Makefile.in (GNULIB_MODULES): Add mktime.
446 * configure.in: Remove code no longer needed, as gnulib now does it.
447 (AC_CHECK_FUNCS): Remove mktime.
448 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
449 (__restrict): Remove, as this now gets in the way of the C99
450 support for 'restrict' pulled in by the gnulib mktime module.
451 Code should now use 'restrict' and not '__restrict".
452 (mktime): Remove.
453 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
454 and warn-on-use.h into the distribution.
1fd182f0
PE
455
456 Regenerate.
6ffb2c0c
PE
457 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
458 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 459 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
460 * lib/dummy.c: Remove.
461 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
462 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
463 Regenerate.
ecbfcc83 464
1e11dbe3 465 Use gnulib's ftoastr module.
fa2c4f56
PE
466 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
467
743c80a7 468 Regenerate.
6ffb2c0c
PE
469 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
470 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
471 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
472 New files, generated automatically, with 'make sync-from-gnulib'
473 followed by 'make'.
474 * configure, lisp/dired.el, src/config.in: Regenerate.
475
9a514d4a
PE
476 Automate syncing from gnulib.
477 * INSTALL, README: Document new subdirectory 'lib'.
478 * Makefile.in (SUBDIR): Add lib.
479 (SUBDIR_MAKEFILES): Add lib/Makefile.
480 (lib-src, src, TAGS, tags): Depend on lib.
481 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
482 ($(gnulib_srcdir)): New rule.
483 (sync-from-gnulib): New rule, which is .PHONY.
484 (lib): New rule, which is like lib-src.
485 (Makefile): Depend on lib/Makefile.in.
486 (AUTOCONF_INPUTS): Depend on aclocal.m4.
487 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
488 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
489 (am--refresh): New rule, to pacify Automake.
490 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
491 Clean lib, too.
492 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
493 droppings.
494 (maintainer-clean, extraclean): Use it.
495 * configure.in: Initialize for automake and gnulib, by invoking
496 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
497 lib/Makefile, too. Use automake to build gnulib, as gnulib works
498 more conveniently with automake.
6ffb2c0c 499 * lib/Makefile.am: New file.
9a514d4a
PE
500 * make-dist: Also put into the distribution aclocal.m4,
501 compile, depcomp, missing, and the files under lib/.
502
dc3e3e7b
GM
5032011-01-15 Glenn Morris <rgm@gnu.org>
504
505 * Makefile.in (epaths-force): No more arch-tag to edit.
506
dab73760
CY
5072011-01-15 Chong Yidong <cyd@stupidchicken.com>
508
509 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
510
9f4b8b47
PE
5112011-01-14 Paul Eggert <eggert@cs.ucla.edu>
512
513 * make-dist: Distribute test/ files too.
514 Distribute every file under test/ that is under version control,
515 using patterns like *.el to capture files that are added later.
516 Without this change, "configure" would fail, because it would
517 attempt to build from a Makefile.in that was not distributed.
518
d221e780
CO
5192011-01-13 Christian Ohler <ohler@gnu.org>
520
521 * Makefile.in (INFO_FILES): Add ERT.
522
523 * Makefile.in (check): Run tests in test/automated.
524
525 * Makefile.in:
526 * configure.in: Add test/automated/Makefile.
527
bc5585d1
PE
5282011-01-07 Paul Eggert <eggert@cs.ucla.edu>
529
2b3f5bc8
PE
530 * install-sh, mkinstalldirs, move-if-change: Update from master
531 source in gnulib.
532
bc5585d1
PE
533 * config.guess, config.sub: Updated from master source.
534
2018939f
AS
5352011-01-05 Andreas Schwab <schwab@linux-m68k.org>
536
537 * configure.in: Check for __builtin_unwind_init.
538
e5365138
GM
5392011-01-05 Glenn Morris <rgm@gnu.org>
540
541 * configure.in (HAVE_MAKEINFO): New output variable.
542 (MAKEINFO): Reset to "makeinfo" if not found.
543 * Makefile.in (install-arch-indep, info):
544 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
545
4fc5868a
UM
5462010-12-29 Ulrich Mueller <ulm@gentoo.org>
547
548 * configure.in: Make gameuser configurable (Bug#7717).
549
68251e16
GM
5502010-12-15 Glenn Morris <rgm@gnu.org>
551
552 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
553 long absent lib-src/fns-*.el.
554
838db889
GM
5552010-12-11 Glenn Morris <rgm@gnu.org>
556
557 * make-dist: Exclude etc/*.pyc.
558
fe646d2c
AS
5592010-12-10 Andreas Schwab <schwab@linux-m68k.org>
560
561 * configure.in: Don't double machfile in final message.
562
d96c83fa
CY
5632010-12-04 Chong Yidong <cyd@stupidchicken.com>
564
565 * configure.in: Fix last change.
566
d6a003a8
AS
5672010-12-04 Andreas Schwab <schwab@linux-m68k.org>
568
569 * configure.in: Remove reference to removed machine description
570 files and allow $machine and $machfile to be empty. Substitute
571 M_FILE/S_FILE instead of machfile/opsysfile.
572
067d23c9
KY
5732010-12-03 Glenn Morris <rgm@gnu.org>
574
575 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
576
5772010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
578
579 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
580 (EXTERNALLY_VISIBLE): New definition.
581
5822010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
583
584 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
585
5862010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
587
588 * configure.in: Do not check for unconditionally included headers.
589
5902010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
593
5942010-11-09 Michael Albinus <michael.albinus@gmx.de>
595
596 * configure.in: Don't write a warning for D-Bus anymore.
597
5982010-11-06 Andreas Schwab <schwab@linux-m68k.org>
599
600 * configure.in: Fix indentation.
601
6022010-10-31 Ken Brown <kbrown@cornell.edu>
603
604 * configure.in (checking whether localtime caches TZ): Use
605 unsetenv instead of modifying environment directly.
606
6072010-10-25 Andreas Schwab <schwab@linux-m68k.org>
608
609 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
610 to avoid warning.
611
6122010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
613
614 * configure.in: Remove the BROKEN annotation from gnutls.
615
6162010-10-22 Glenn Morris <rgm@gnu.org>
617
618 * make-dist: Avoid listing .el files twice. Don't try to run
619 autoconf if --no-update.
620
6212010-10-20 Glenn Morris <rgm@gnu.org>
622
623 * make-dist: No longer create lisp/MANIFEST.
624
6252010-10-14 Glenn Morris <rgm@gnu.org>
626
627 * BUGS, INSTALL.BZR, README: Updates.
628
6292010-10-13 Glenn Morris <rgm@gnu.org>
630
631 * make-dist: Remove --compress. Check for the appropriate
632 gzip-like executable, and if not found, don't compress.
633 Check version number in README, don't change it.
634 Use find for nt/inc/*.h.
635
6362010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
637
638 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
639 trailing / from directory names.
640
6412010-10-12 Glenn Morris <rgm@gnu.org>
642
643 * make-dist: Update and simplify.
644
6452010-10-12 Eli Zaretskii <eliz@gnu.org>
646
647 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
648
6492010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
650
651 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
652
6532010-10-09 Glenn Morris <rgm@gnu.org>
654
655 * make-dist: No more doc/emacs/*.texi.in.
656
657 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
658
6592010-10-09 Glenn Morris <rgm@gnu.org>
660
661 * configure.in: Combine some conditionals.
662
663 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
664 * make-dist: Include doc/emacs/*.texi.in.
665
666 * INSTALL, make-dist: Remove references to b2m.
667 * Makefile.in (MAN_PAGES): Remove b2m.1.
668
6692010-10-05 Glenn Morris <rgm@gnu.org>
670
671 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
672
6732010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
674
675 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
676
6772010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * configure.in: Include stdlib.h and string.h unconditionally.
680
6812010-09-29 Romain Francoise <romain@orebokech.com>
682
683 * configure.in: Don't enable ImageMagick unless HAVE_X11.
684
6852010-09-28 Glenn Morris <rgm@gnu.org>
686
687 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
688 happy.
689
6902010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
691
692 * configure.in: Enable imagemagick by default.
693
6942010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
695
696 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
697 gnutls libraries.
698
6992010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
700
701 * configure.in: Set up GnuTLS.
702
7032010-09-22 Chong Yidong <cyd@stupidchicken.com>
704
705 * configure.in: Announce whether libxml2 is linked to.
706
7072010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
708
709 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
710
7112010-09-18 Eli Zaretskii <eliz@gnu.org>
712
713 * config.bat: Detect that libxml2 is installed and if so, build
714 with it.
715
7162010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
717
718 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
719 be used. This fixes a conf problem on Mac OS X.
720
7212010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
722
723 * configure.in: Check for libxml2.
724
7252010-09-09 Glenn Morris <rgm@gnu.org>
726
727 * make-dist: No more TODO files under lisp/.
728
7292010-09-04 Eli Zaretskii <eliz@gnu.org>
730
731 * config.bat: Produce lisp/gnus/_dir-locals.el from
732 lisp/gnus/.dir-locals.el.
733
7342010-08-23 Andreas Schwab <schwab@linux-m68k.org>
735
736 * configure.in: Fix check for librsvg, imagemagick and
737 MagickExportImagePixels.
738
7392010-08-18 Joakim Verona <joakim@verona.se>
740
741 * Makefile.in, configure.in: Checks for ImageMagick.
742
7432010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
744
745 * configure.in (AC_PREREQ): Require autoconf 2.65.
746
7472010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
748
749 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
750
7512010-08-09 Andreas Schwab <schwab@linux-m68k.org>
752
753 * configure.in: Add AC_C_BIGENDIAN.
754
7552010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
756
757 * configure.in (ORDINARY_LINK): Use on hpux* too.
758
7592010-08-06 Jan Djärv <jan.h.d@swipnet.se>
760
761 * configure.in: Check for util.h.
762 Use -Wimplicit-function-declaration if compiler supports it.
763
7642010-08-05 Eli Zaretskii <eliz@gnu.org>
765
766 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
767
7682010-08-04 Andreas Schwab <schwab@linux-m68k.org>
769
770 * configure.in: Restore accidentally removed use of
771 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
772
7732010-07-29 Chad Brown <yandros@mit.edu>
774
775 * configure.in: Check for dirent.h.
776
7772010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
778
779 * configure.in: Remove reference to usg5-4, unused.
780
7812010-07-25 Andreas Schwab <schwab@linux-m68k.org>
782
783 * configure.in: Check for __executable_start.
784
7852010-07-24 Ken Brown <kbrown@cornell.edu>
786
787 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
788
7892010-07-24 Juanma Barranquero <lekktu@gmail.com>
790
791 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
792
7932010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
794
795 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
796
7972010-07-12 Andreas Schwab <schwab@linux-m68k.org>
798
799 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
800 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
801 (C_OPTIMIZE_SWITCH): Remove.
802 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
803
8042010-07-11 Andreas Schwab <schwab@linux-m68k.org>
805
806 * configure.in: Don't check for index and rindex, check for strchr
807 and strrchr. Define strchr and strrchr as index and rindex,
808 resp., in src/config.h if not available.
809
8102010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
811
812 * configure.in: Use -Wold-style-definition if available.
813 This helps with the transition to standard C code, it can be
814 removed when done.
815
816 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
817
818 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
819 and MSWindows.
820
8212010-07-07 Andreas Schwab <schwab@linux-m68k.org>
822
823 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
824 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
825
8262010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
827
828 * configure.in (getenv): Remove K&R declaration.
829
8302010-07-02 Jan Djärv <jan.h.d@swipnet.se>
831
832 * configure.in: Remove define __P.
833
8342010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
835
836 * configure.in (--enable-use-lisp-union-type): New flag.
837
8382010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
839
840 Fix CFLAGS for non-GCC compilers.
841 * configure.in (CFLAGS): Always use -g like it was done before the
842 2010-03-30 change.
843 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
844 (Bug#6538)
845
8462010-06-30 Glenn Morris <rgm@gnu.org>
847
848 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
849 Set with AC_DEFINE rather than AH_BOTTOM.
850
851 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
852 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
853 Set with shell, not cpp.
854 (LIBX): Remove, just use -lX11 in the one place this was used.
855 (cannot_dump): Replace with CANNOT_DUMP.
856
8572010-06-28 Jan Djärv <jan.h.d@swipnet.se>
858
859 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
860 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
861 by minimum required Gtk+ 2.6). Add checks for functions introduced
862 in Gtk+ 2.14 or newer (bug#6505).
863
8642010-06-26 Eli Zaretskii <eliz@gnu.org>
865
866 * config.bat: Remove white space around "+" in COPY commands.
867
8682010-06-23 Glenn Morris <rgm@gnu.org>
869
870 * info/dir: Start descriptions in column 32, per Texinfo convention.
871
8722010-06-16 Chong Yidong <cyd@stupidchicken.com>
873
874 * INSTALL: Update font information (Bug#6389).
875
8762010-06-16 Glenn Morris <rgm@gnu.org>
877
878 * INSTALL: General update.
879
8802010-06-12 Glenn Morris <rgm@gnu.org>
881
882 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
883
8842010-06-11 Glenn Morris <rgm@gnu.org>
885
886 * configure.in (--without-compress-info): New option.
887 (GZIP_INFO): New output variable.
888
889 * Makefile.in (GZIP_INFO): New, set by configure.
890 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
891 Handle man pages in the same way.
892
8932010-06-10 Glenn Morris <rgm@gnu.org>
894
895 * Makefile.in (install-arch-indep): Gzip the info files too.
896
897 * make-dist: Remove references to non-existent directories and files.
898
8992010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
900
901 * configure.in: Include <strings.h> and <string.h> instead of
902 "strings.h" and "string.h".
903
9042010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
905
906 * configure.in: Remove code dealing with BSTRING.
907
9082010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
909
910 * configure.in (AC_PREREQ): Require autoconf 2.65.
911
912 * configure.in (unxec): Do not define and substitute.
913 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
914
9152010-06-03 Glenn Morris <rgm@gnu.org>
916
917 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
918
9192010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
920
921 Fix alloca definition when using gcc on non-gnu systems.
922 * configure.in: Use the code sequence indicated by "info autoconf"
923 for alloca (bug#6170).
924
9252010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * .bzrignore: Ignore new files from trunk, which appear if you use
928 colocated branches (i.e. "bzr switch").
929
9302010-05-28 Glenn Morris <rgm@gnu.org>
931
932 * configure.in: Simplify some of the $canonical tests.
933
9342010-05-27 Glenn Morris <rgm@gnu.org>
935
936 * config.bat: Do not preprocess src/Makefile.in.
937
938 * configure.in: Do not preprocess src/Makefile.in.
939 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
940 (AC_EGREP_CPP): Test no longer needed.
941
942 * make-dist: No more Makefile.c files.
943
9442010-05-26 Glenn Morris <rgm@gnu.org>
945
946 * configure.in (YMF_PASS_LDFLAGS): Remove.
947 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
948
949 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
950 Add $GNUSTEP_LOCAL_HEADERS.
951 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
952
953 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
954 (GNUSTEP_MAKEFILES): Remove.
955 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
956 stuff to here.
957
9582010-05-25 Glenn Morris <rgm@gnu.org>
959
960 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
961 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
962
963 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
964 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
965 here instead.
966
9672010-05-24 Romain Francoise <romain@orebokech.com>
968
969 * make-dist: Look for version in src/emacs.c.
970 Use lisp/subr.el rather than lisp/version.el for location check.
971
9722010-05-21 Glenn Morris <rgm@gnu.org>
973
974 * configure.in (MKDEPDIR): Parallel build tweak.
975
976 * configure.in (ns_frag): New output file.
977
978 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
979 (OLDXMENU_TARGET): Set to empty if USE_GTK.
980
981 * configure.in (cannot_dump): New output variable.
982
9832010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
984
985 * configure.in: On NetBSD, if terminfo is found, use it in
986 preference to termcap. (Bug#6190)
987
9882010-05-20 Glenn Morris <rgm@gnu.org>
989
990 * make-dist (src): Include *.mk.
991 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
992 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
993 (deps_frag): New output file.
994 (AUTO_DEPEND): Remove this definition.
995
996 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
997
9982010-05-19 Glenn Morris <rgm@gnu.org>
999
1000 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
1001 (ORDINARY_LINK): New AC_DEFINE.
1002 (LIB_GCC): No need to set if ORDINARY_LINK.
1003
10042010-05-18 Glenn Morris <rgm@gnu.org>
1005
1006 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
1007 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
1008
1009 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
1010 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
1011 (RALLOC_OBJ): New output variable.
1012
1013 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
1014 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
1015
10162010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * Makefile.in (src): Provide the name of the VCS file that witnesses
1019 a pull.
1020 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
1021
10222010-05-17 Glenn Morris <rgm@gnu.org>
1023
1024 * configure.in (OLDXMENU_DEPS): New output variable.
1025
10262010-05-16 Glenn Morris <rgm@gnu.org>
1027
1028 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
1029
1030 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
1031 * Makefile.in (install-arch-dep): Update for above change.
1032
1033 * Makefile.in (ns_appdir): Remove.
1034 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
1035
1036 * configure.in (TEMACS_LDFLAGS2): New output variable.
1037
1038 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
1039 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
1040 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
1041 nothing uses.
1042
10432010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
1046 does not use them.
1047 (X11R5_INHIBIT_I18N): Remove, unused.
1048
10492010-05-15 Glenn Morris <rgm@gnu.org>
1050
1051 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
1052
1053 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
1054
10552010-05-15 Ken Raeburn <raeburn@raeburn.org>
1056
1057 * configure.in: Look for version string in its new location.
1058
10592010-05-15 Eli Zaretskii <eliz@gnu.org>
1060
1061 * config.bat: Remove support for DJGPP v1.x.
1062
10632010-05-15 Glenn Morris <rgm@gnu.org>
1064
1065 * configure.in (OLDXMENU_TARGET): New output variable.
1066
1067 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
1068
1069 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
1070 and other files that no longer exist.
1071
10722010-05-14 Glenn Morris <rgm@gnu.org>
1073
1074 * configure.in (cpp_undefs): Add mktime, register, X11.
1075
1076 * configure.in (GPM_MOUSE_SUPPORT): Remove.
1077 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
1078 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
1079
1080 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
1081 (GNUSTEP_MAKEFILES): Do not output.
1082
10832010-05-13 Glenn Morris <rgm@gnu.org>
1084
1085 * configure.in: Fix some paren typos.
1086
1087 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
1088
1089 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
1090
10912010-05-12 Glenn Morris <rgm@gnu.org>
1092
1093 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
1094
1095 * configure.in (LIB_GCC): New output variable.
1096
10972010-05-11 Glenn Morris <rgm@gnu.org>
1098
1099 * make-dist (msdos): No more mainmake.
1100
1101 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
1102 * config.bat: Do not run cpp on lib-src/Makefile.in.
1103
1104 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
1105
11062010-05-10 Glenn Morris <rgm@gnu.org>
1107
1108 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
1109
1110 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
1111 (BLESSMAIL_TARGET): New output variable.
1112
11132010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1114
1115 * INSTALL: Fix typos.
1116
11172010-05-08 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * configure.in: Add check for buggy version of GCC (Bug#6031).
1120
11212010-05-08 Glenn Morris <rgm@gnu.org>
1122
1123 * configure.in (HAVE_LIBNCURSES): New local variable.
1124 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
1125 replacing cpp in src/s/*.h and src/Makefile.in.
1126
11272010-05-07 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * Version 23.2 released.
1130
11312010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * configure.in: Add tests for `isnan' and `copysign'.
1134
11352010-05-07 Eli Zaretskii <eliz@gnu.org>
1136
1137 * config.bat: Allow for 2 leading `#'s in comments in
1138 src/Makefile.in.
1139
11402010-05-07 Glenn Morris <rgm@gnu.org>
1141
1142 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1143 Merges logic from src/s/* and src/Makefile.in.
1144 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1145
11462010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1147
1148 Define START_FILES and LIB_STANDARD using autoconf.
1149 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
1150 here from src/s/*.h.
1151 (HAVE_CRTIN): Remove, inline logic in the netbsd
1152 START_FILES/LIB_STANDARD computation.
1153
11542010-05-06 Glenn Morris <rgm@gnu.org>
1155
1156 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
1157
1158 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
1159 (LD_SWITCH_X_SITE): Remove unused variables.
1160
11612010-05-04 Glenn Morris <rgm@gnu.org>
1162
1163 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
1164 as well.
1165 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
1166
1167 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1168
1169 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
1170 variables, replacing c_switch_machine, c_switch_system.
1171 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
1172 @c_switch_system@.
1173
11742010-05-03 Glenn Morris <rgm@gnu.org>
1175
1176 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
1177
1178 * make-dist: There are no more src/m/*.inp files.
1179
11802010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1181
1182 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
1183 (ac_link): Do not use ld_switch_machine.
1184
11852010-05-01 Glenn Morris <rgm@gnu.org>
1186
1187 * configure.in (OTHER_OBJ): Remove.
1188 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
1189
11902010-04-30 Glenn Morris <rgm@gnu.org>
1191
1192 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
1193 Elsewhere, maybe include it.
1194
1195 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
1196 (OLDXMENU, LIBXMENU): New output variables.
1197
1198 * configure.in (OTHER_OBJ): New output variable.
1199
12002010-04-28 Glenn Morris <rgm@gnu.org>
1201
1202 * configure.in (CYGWIN_OBJ): New output variable.
1203
1204 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
1205
1206 * configure.in (FONT_OBJ): New output variable.
1207
1208 * configure.in (LIBXMU): New output variable.
1209
1210 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
1211
1212 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
1213 userland and maybe change values to i386 (move test from s/amdx86-64.h).
1214
12152010-04-27 Glenn Morris <rgm@gnu.org>
1216
1217 * configure.in (LIBXTR6): New output variable. Move unixware special
1218 case here from src/s/unixware.h.
1219
1220 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
1221 in Makefiles.
1222 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
1223
1224 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
1225 (LIBXP): No longer substitute in Makefiles.
1226 (MOTIF_LIBW): New output variable. Move system-specific settings here
1227 from src/s files.
1228
12292010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1230
1231 Reduce CPP usage.
1232 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
1233 (unexec): Define unconditionally, all platforms define
1234 UNEXEC. AC_SUBST it.
1235 (UNEXEC_SRC): Remove, unused.
1236 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
1237
12382010-04-27 Glenn Morris <rgm@gnu.org>
1239
1240 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
1241 replaced by LIBXP.
1242
1243 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
1244 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
1245 On hpux10-20, default to /lib.
1246
1247 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
1248
12492010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1250
1251 * configure.in (LIBS_MACHINE): Remove, unused.
1252
1253 * configure.in (LIB_MATH): New output variable. Set it for some systems.
1254
12552010-04-24 Glenn Morris <rgm@gnu.org>
1256
1257 * configure.in (CRT_DIR): New output variable.
1258 (--with-crt-dir): New option. (Bug#5655)
1259 (HAVE_LIB64_DIR): Remove.
1260
12612010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
1264
12652010-04-22 Miles Bader <miles@gnu.org>
1266
1267 * configure.in: Get rid of "unix" pre-defined macro when
1268 preprocessing Makefile. (Bug#5857)
1269
12702010-04-21 Andreas Schwab <schwab@linux-m68k.org>
1271
1272 Avoid non-portable shell command negation
1273 * configure.in: Revert last change.
1274
12752010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1276
1277 * configure.in: Change "if test ! -f" to "if ! test -f".
1278
12792010-04-21 Glenn Morris <rgm@gnu.org>
1280
1281 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
1282 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
1283
12842010-04-21 Karel Klíč <kklic@redhat.com>
1285
1286 * configure.in: New option: --with(out)-selinux, on by default.
1287 Set HAVE_LIBSELINUX if we find libselinux, and substitute
1288 LIBSELINUX_LIBS in Makefiles.
1289
12902010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1291
1292 * configure.in: Remove all references to LIBX11_SYSTEM.
1293
12942010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * configure.in: Remove all references to C_DEBUG_SWITCH.
1297
12982010-03-27 Eli Zaretskii <eliz@gnu.org>
1299
1300 * config.bat <lib-src>: Edit out lines that begin with several #
1301 characters.
1302
13032010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1304
1305 * configure.in: Remove support for old UNIX System V systems and
1306 for Unixware on non-x86 machines.
1307
1308 * configure.in: Remove support for Solaris on PPC and for old versions.
1309
1310 * configure.in: Remove non-working lynxos port.
1311
13122010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1313
1314 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
1315
13162010-03-19 Glenn Morris <rgm@gnu.org>
1317
1318 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
1319 happy.
1320
13212010-03-18 Jan Djärv <jan.h.d@swipnet.se>
1322
1323 * configure.in: Check for tputs and friends, abort if not
1324 found (bug#5735).
1325
13262010-03-18 Glenn Morris <rgm@gnu.org>
1327
1328 * configure.in (--with-x-toolkit): In the help text, say which options
1329 are synonyms.
1330
1331 * configure.in (--with-mmdf, --with-mail-unlink):
1332 New options, off by default.
1333 (--with-mailhost): New option to set default POP host.
1334 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
1335 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
1336 New variables, substituted in Makefiles.
1337 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
1338 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
1339 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1340 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1341 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
1342
13432010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1344
1345 * Makefile.in (uninstall): Handle the case where archlibdir does not
1346 exist. (Bug#5720)
1347
13482010-03-12 Eli Zaretskii <eliz@gnu.org>
1349
1350 These changes remove termcap.c from the build on Posix platforms.
1351 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
1352
1353 * configure: Regenerated.
1354
13552010-03-10 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * Branch for 23.2.
1358
13592010-01-31 Juri Linkov <juri@jurta.org>
1360
1361 * .bzrignore: Add TAGS-LISP.
1362
13632010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1364
1365 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
1366 this header file).
1367
13682010-01-12 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * .bzrignore: Ignore all .exe, instead of individual files.
1371
13722010-01-12 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * configure.in: Explicitly check for and link to -lXrender.
1375
13762010-01-12 Glenn Morris <rgm@gnu.org>
1377
1378 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
1379 for bug reports for development versions.
1380
13812010-01-02 Eli Zaretskii <eliz@gnu.org>
1382
1383 * .bzrignore: Add more ignored patterns, including for the MS-DOS
1384 build.
1385
13862009-12-27 Karl Fogel <kfogel@red-bean>
1387
1388 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
1389 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
1390
13912009-12-17 Glenn Morris <rgm@gnu.org>
1392
1393 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
1394
13952009-12-15 Glenn Morris <rgm@gnu.org>
1396
1397 * info/dir: Add EDT entry.
1398 * Makefile.in (INFO_FILES): Add edt.
1399
14002009-12-10 Jan Djärv <jan.h.d@swipnet.se>
1401
1402 * configure.in: Check for RSVG if GNUStep is used.
1403
14042009-12-09 Jan Djärv <jan.h.d@swipnet.se>
1405
1406 * configure.in: Don't check for RSVG or GConf unless X11 is used.
1407
14082009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1409
1410 * configure.in: Allow compiling Emacs with GTK on Cygwin.
1411
14122009-12-01 Glenn Morris <rgm@gnu.org>
1413
1414 * make-dist: Add etc/images/mpc directory.
1415
14162009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1417
1418 * configure.in: Don't check for GConf unless X is used.
1419
14202009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1421
1422 * configure.in: Use -Wdeclaration-after-statement if available.
1423
14242009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1425
1426 * configure.in: New option: --with(out)-gconf.
1427 Set HAVE_GCONF if we find gconf.
1428
14292009-11-17 Glenn Morris <rgm@gnu.org>
1430
1431 * Makefile.in (INFO_FILES): Add semantic.
1432
14332009-11-16 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * info/dir: Add Semantic.
1436
14372009-11-16 Glenn Morris <rgm@gnu.org>
1438
1439 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
1440 pattern, so as not to exclude makefile*.el. (Bug#4912)
1441
14422009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1443
1444 * configure.in: --enable-autodepend is new. Check for GNU Make
1445 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
1446 gcc and GNU make to generate dependencies.
1447
14482009-10-27 Glenn Morris <rgm@gnu.org>
1449
1450 * make-dist: Make links to doc/lispintro/*.pdf.
1451
14522009-10-23 Jim Meyering <meyering@redhat.com>
1453
1454 * configure.in: Invoke $CPP with -P when creating Makefile and
1455 src/Makefile. Without this, gcc 4.4.2 converts each
1456 backslash-newline pair in the input to a bare newline, yielding
1457 invalid Makefiles.
1458
1459 * configure: Regenerate.
1460
14612009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * configure.in (vax-dec-vms): Remove, not supported anymore.
1464
14652009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1466
1467 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
1468 (*-apple-darwin*): Add x86_64 architecture.
1469
14702009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1471
1472 * config.guess, config.sub: Updated from master source.
1473
14742009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1475
1476 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
1477
14782009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
1479
1480 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
1481
14822009-09-29 Glenn Morris <rgm@gnu.org>
1483
1484 * make-dist (check): Update for two new levels of subdirectory in lisp/.
1485
14862009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1487
1488 * config.guess, config.sub: Updated from master source.
1489
1490 * configure.in (OTHER_FILES): Define using autoconf not cpp.
1491
14922009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
1495
14962009-09-13 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * INSTALL: Update URL for GNU FreeFont.
1499
15002009-09-09 Glenn Morris <rgm@gnu.org>
1501
1502 * Makefile.in (install-arch-indep): Don't recursively change perms of
1503 site-lisp and infodir. There may be non-Emacs files in here, and the
1504 files supplied by Emacs are all handled explicitly already. (Bug#3800)
1505 (mkdir): Set umask to world-readable before creating directories.
1506 mkinstalldirs already checks if dirs exist, don't duplicate this test.
1507
15082009-08-29 Glenn Morris <rgm@gnu.org>
1509
1510 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
1511 (info): Don't give an error in the absence of makeinfo - let the doc
1512 Makefiles do that, if the info files need rebuilding. (Bug#3982)
1513
15142009-08-23 Ken Raeburn <raeburn@raeburn.org>
1515
1516 * Makefile.in (install-arch-indep): If the versioned DOC-####
1517 generated during loadup+dump isn't found, install the plain DOC
1518 file that always gets generated, in case CANNOT_DUMP is set.
1519
1520 * configure.in: Warn if package version specified here doesn't
1521 match the version in version.el.
1522 * configure: Regenerate.
1523
15242009-08-22 Michael Albinus <michael.albinus@gmx.de>
1525
1526 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
1527
1528 * configure: Regenerate.
1529
15302009-08-19 Glenn Morris <rgm@gnu.org>
1531
1532 * INSTALL: Remove reference to cvtmail.
1533
15342009-08-15 CHENG Gao <chenggao@gmail.com>
1535
1536 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
1537
15382009-08-02 Kevin Ryde <user42@zip.com.au>
1539
1540 * INSTALL: Fix free fonts URL.
1541
15422009-07-22 Glenn Morris <rgm@gnu.org>
1543
1544 * configure.in (AC_PREREQ): Require autoconf 2.62.
1545
15462009-07-04 Andreas Schwab <schwab@linux-m68k.org>
1547
1548 * configure.in (--enable-checking, --enable-profiling):
1549 Use AS_HELP_STRING.
1550
15512009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1552
1553 * configure.in (--enable-profiling): New option.
1554 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
1555
15562009-06-27 Glenn Morris <rgm@gnu.org>
1557
1558 * configure.in: Restore netbsd on mips, mipsel, mipseb.
1559
15602009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1561
1562 * configure.in (--enable-checking): New option.
1563
15642009-06-24 Glenn Morris <rgm@gnu.org>
1565
1566 * make-dist: Warn if subdir does not exist in source.
1567 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
1568 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
1569 No longer make links.
1570
15712009-06-24 Yavor Doganov <yavor@gnu.org>
1572
1573 * make-dist (tempdir): Don't create directories preferences.gorm
1574 and preferences.nib, they are no longer required.
1575
15762009-06-21 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * Branch for 23.1.
1579
15802009-06-12 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * configure.in: Delete mac-fix-env target, which has been
1583 removed (Bug#3531).
1584
15852009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
1588
15892009-05-05 Per Starbäck <per@starback.se> (tiny change)
1590
1591 * BUGS: Use new binding of view-emacs-problems.
1592
15932009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
1594
1595 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
1596 for Solaris compatibility.
1597
15982009-04-25 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * configure: Regenerate.
1601
1602 * configure.in: Disable use of FreeType without libXft.
1603
16042009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1605
1606 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
1607 Check if it is declared in gtk.h.
1608
16092009-04-12 Andreas Schwab <schwab@linux-m68k.org>
1610
1611 * Makefile.in (install-arch-indep): Remove .gitignore files.
1612
16132009-04-03 Kenichi Handa <handa@m17n.org>
1614
1615 * INSTALL: Make the section "Complex Text Layout support
1616 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
1617
16182009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
1619
1620 * configure.in (rs6000-ibm-aix6*): Fix typo.
1621
16222009-03-04 Glenn Morris <rgm@gnu.org>
1623
1624 * Makefile.in (INFO_FILES): Add auth.
1625
16262009-03-03 Glenn Morris <rgm@gnu.org>
1627
1628 * info/dir: Add Auth-source.
1629
16302009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
1633 the second.
1634
16352009-02-28 Eli Zaretskii <eliz@gnu.org>
1636
1637 * config.bat: Copy .dbxinit to _dbxinit.
1638
1639 * make-dist (Making links to `info'): Remove .gitignore.
1640
16412009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * Makefile.in (lib-src, lisp): Use simpler rule.
1644 (src): Be more specific to avoid recompiling all the .elc files just
1645 because the bootstrap-emacs is missing.
1646
16472009-02-26 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * configure.in: Require librsvg >= 2.11.
1650
16512009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1652
1653 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
1654 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
1655
16562009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1657
1658 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
1659
16602009-02-03 Glenn Morris <rgm@gnu.org>
1661
1662 * make-dist: Add some missing files, remove some that are no longer
1663 present.
1664
16652009-02-02 Glenn Morris <rgm@gnu.org>
1666
1667 * make-dist: Add some missing nextstep/ files.
1668
16692009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
1670
1671 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
1672
16732009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1674
1675 * configure.in: Add support for m68k-*-netbsd.
1676
16772009-01-14 Juri Linkov <juri@jurta.org>
1678
1679 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
1680
1681 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
1682 and bug-reference-mode.
1683
16842009-01-11 Juri Linkov <juri@jurta.org>
1685
1686 * INSTALL.CVS: Move configuration explicitly to the first step.
1687
16882009-01-09 Glenn Morris <rgm@gnu.org>
1689
1690 * .dir-locals.el: Don't set indent-tabs-mode.
1691
16922008-12-30 Kenichi Handa <handa@m17n.org>
1693
1694 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
1695 the function OTF_get_variation_glyphs.
1696
16972008-12-30 Jan Djärv <jan.h.d@swipnet.se>
1698
1699 * Makefile.in (install-arch-dep): Remove old directories in
1700 ns_app* before moving new directories there.
1701
17022008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * .dir-locals.el: Remove non-working entry for pmail.
1705 (fill-column): Fix typo.
1706 (change-log-mode): Add fill column.
1707
17082008-12-26 Eli Zaretskii <eliz@gnu.org>
1709
1710 * config.bat: Produce _dir-locals.el from .dir-locals.el.
1711
17122008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1713
1714 * make-dist (tempdir): Distribute .dir-locals.el.
1715
1716 * .dir-locals.el: New file.
1717
17182008-12-19 Eli Zaretskii <eliz@gnu.org>
1719
1720 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
1721 for rationale.
1722
17232008-12-13 Glenn Morris <rgm@gnu.org>
1724
1725 * Makefile.in (install-arch-indep): Add new man-pages.
1726 (manext): Remove variable.
1727 (MAN_PAGES): New variable.
1728 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1729 and remove.
1730 (uninstall): Remove desktop file and icons, game scores if empty.
1731
17322008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1733
1734 * config.guess, config.sub: Updated from master source.
1735
17362008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1737
1738 * Makefile.in (install-arch-indep): Install ebrowse.1.
1739
17402008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1741
1742 * configure.in: Add Solaris on x86_64.
1743
17442008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * config.guess, config.sub: Updated from master source.
1747
17482008-12-08 Eli Zaretskii <eliz@gnu.org>
1749
1750 * info/dir: Fix last change.
1751
17522008-12-07 Eli Zaretskii <eliz@gnu.org>
1753
1754 * info/dir: Untabify.
1755
17562008-11-28 Ulrich Mueller <ulm@gentoo.org>
1757
1758 * configure.in: Fix last change.
1759
17602008-11-28 Richard M Stallman <rms@gnu.org>
1761
1762 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1763 New configurations.
1764
17652008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1766
1767 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1768 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1769
17702008-11-15 Eli Zaretskii <eliz@gnu.org>
1771
1772 * Makefile.in (INFO_FILES): Remove ns-emacs.
1773
1774 * info/dir (NS-Emacs): Remove entry.
1775
17762008-11-08 Eli Zaretskii <eliz@gnu.org>
1777
1778 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1779
17802008-11-07 Glenn Morris <rgm@gnu.org>
1781
1782 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1783
17842008-10-31 Eli Zaretskii <eliz@gnu.org>
1785
1786 * config.bat: Tell user to expect one "File not found" message
1787 while the `doc' directory is being configured.
1788
17892008-10-30 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * update-subdirs: Put obsolete directory last.
1792
17932008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1794
1795 * configure.in: Check fontconfig always.
1796
17972008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1798
1799 * configure (*-solaris2.[7-9]*): Fix typo.
1800
18012008-10-24 Glenn Morris <rgm@gnu.org>
1802
1803 * configure.in (--without-sync-input, --with-pkg-config-prog):
1804 Help strings start with lower case.
1805 (--with-gnustep-conf): New option.
1806 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1807
18082008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1809
1810 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1811 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1812 is not found. (Bug#1230)
1813
18142008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1815
1816 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1817 Use sol2-6.h for Solaris 7-9.
1818
18192008-10-18 Ulrich Mueller <ulm@gentoo.org>
1820
1821 * configure.in: Add support for GNU/Linux on SuperH.
1822
18232008-10-12 Andreas Schwab <schwab@suse.de>
1824
1825 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1826
18272008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1828
1829 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1830 "X") to avoid confusion.
1831
1832 * configure: Regenerate.
1833
18342008-09-07 Romain Francoise <romain@orebokech.com>
1835
1836 * make-dist: Distribute doc/man/ChangeLog.
1837
18382008-08-28 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * configure.in: Disable XFT and Freetype when without X.
1841
1842 * configure: Regenerate.
1843
18442008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1845
1846 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
1847
18482008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1849
1850 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
1851 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
1852
1853 * configure: Regenerate.
1854
18552008-08-20 Eli Zaretskii <eliz@gnu.org>
1856
1857 * configure.in: Move "#define subprocesses" before
1858 config_opsysfile is included.
1859
18602008-08-19 Kenichi Handa <handa@m17n.org>
1861
1862 * INSTALL (Extra fonts): Mention local fonts, don't mention
1863 mule-unicode.
1864
18652008-08-16 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * make-dist: Omit info/.arch-inventory.
1868
18692008-08-16 Jason Rumney <jasonr@gnu.org>
1870
1871 * make-dist (tempdir/nt): Link emacsclient.rc.
1872
18732008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1874
1875 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
1876 AC_SUBST it.
1877 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
1878 AC_SUBST it.
1879 (OTHER_FILES): Always define for HAVE_NS.
1880 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
1881 * configure: Regenerate.
1882
18832008-08-07 Andreas Schwab <schwab@suse.de>
1884
1885 * configure.in: Correctly handle
1886 --enable-cocoa-experimental-ctrl-g=no and
1887 --enable-ns-self-contained=yes.
1888
18892008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1890
1891 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
1892 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
1893 bother undef'ing since won't have desired effect.
1894
18952008-08-06 Andreas Schwab <schwab@suse.de>
1896
1897 * configure.in: Fix quoting.
1898
18992008-08-06 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
1902
19032008-08-05 Ulrich Mueller <ulm@gentoo.org>
1904
1905 * configure.in: Add checks for krb5_error.text and
1906 krb5_error.e_text struct members.
1907
19082008-08-04 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * configure.in: Test for existence of NSInteger.
1911 Suggested by Yavor Doganov.
1912
19132008-08-02 Romain Francoise <romain@orebokech.com>
1914
1915 * Makefile.in (INFO_FILES): Add mairix-el.
1916
19172008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 * make-dist:
1920 * README: Remove VMS support.
1921 * vms: Remove directory.
1922
19232008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * configure.in (MULTI_KBOARD): Remove.
1926
19272008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1928
1929 * configure.in (DO_BLOCK_INPUT): Remove, unused.
1930
19312008-07-29 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * info/dir (File): Add mairix-el.
1934
19352008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1936
1937 Remove support for Mac Carbon.
1938 * mac: Remove directory.
1939 * make-dist:
1940 * configure.in:
1941 * README:
1942 * Makefile.in:
1943 * INSTALL: Remove code for Carbon.
1944 * configure: Regenerate.
1945
19462008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1947
1948 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
1949
19502008-07-25 Chong Yidong <cyd@stupidchicken.com>
1951
1952 * configure.in: Check for getrlimit.
1953
1954 * configure: Regenerate.
1955
19562008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1957
1958 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
1959 in src/Makefile.in.
1960 (static): Remove, autoconf would always comment it out anyway.
1961 (subprocesses): Define unconditionally.
1962
19632008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
1964
1965 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
1966 compilation under GNUstep.
1967
19682008-07-18 Kenichi Handa <handa@m17n.org>
1969
1970 * INSTALL (Complex Text Layout support libraries): Delete the
1971 paragraph about --enable-font-backend.
1972
19732008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1974
1975 * configure.in: Print out some info to user for NeXTstep builds.
1976 (ns-app): Remove enable option.
1977 (ns-self-contained): Add enable option.
1978 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
1979 GNUstep, use to set install prefixes, and substitute in Makefiles.
1980 * configure: Regenerate.
1981 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
1982 NS app bundle.
1983
19842008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
1987
19882008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1989
1990 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1991 NS_IMPL_COCOA.
1992
19932008-07-16 Glenn Morris <rgm@gnu.org>
1994
1995 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
1996 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
1997 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
1998 never unset.
1999
2000 * make-dist: Add nextstep/ directories.
2001 (src, lib-src): Add .m files.
2002
20032008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 * configure.in (freebsd, kfreebsd): Undo part of previous change.
2006 (USER_FULL_NAME): Remove, not used anymore.
2007 * configure: Regenerate.
2008
20092008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2010
2011 Changes and additions for NeXTstep windowing system (Cocoa and
2012 GNUstep) support.
2013
2014 * configure.in: Add support for NS window system: --with-ns (default
2015 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
2016 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
2017 disable font backend if window system is "none", not if !HAVE_X11.
2018 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
2019 (install-arch-dep): Add commands to assemble NS .app package.
2020
20212008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2022
2023 * configure.in: Use macppc for Darwin. Remove references to
2024 desupported systems.
2025 * configure: Regenerate.
2026
20272008-07-05 Glenn Morris <rgm@gnu.org>
2028
2029 * make-dist (EMACS): Doc fix.
2030 (lisp): There are no *.dat or image files here any more.
2031 (src): There are no *.s files here any more.
2032 (etc/images, etc/images/*): Link to most regular files.
2033
20342008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2035
2036 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
2037
20382008-07-01 Glenn Morris <rgm@gnu.org>
2039
2040 * configure.in (cpp_undefs): Rename from `undefs', update uses.
2041 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
2042 and explicitly export there. (Bug#507.)
2043
20442008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2045
2046 * configure.in:
2047 * configure: Remove references to obsolete systems.
2048
20492008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * Makefile.in (Makefile): Use it for its timestamp value as well, and
2052 make it depend on all other */.in files.
2053 (src/Makefile, src/config.stamp, lib-src/Makefile)
2054 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
2055 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
2056 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
2057 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
2058
2059 * configure.in: Don't create src/config.stamp any more.
2060
20612008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
2064
20652008-06-22 Glenn Morris <rgm@gnu.org>
2066
2067 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
2068
20692008-06-21 Romain Francoise <romain@orebokech.com>
2070
2071 * Makefile.in (INFO_FILES): Add sasl.
2072
20732008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
2076 (bootstrap-build): Remove.
2077 (top_bootclean): New var.
2078 (top_distclean, bootstrap-clean): Use it.
2079 (bootstrap): Don't recheck config. Make normally.
2080
20812008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * Makefile.in (SUBDIR): Include `lisp'.
2084 (lisp): Depend on `src'.
2085 (top_distclean): Don't remove config.status.
2086 (bootstrap-clean): New target.
2087 (maintainer-clean): Use it.
2088 (bootstrap): Use bootstrap-clean. Re-run config.status.
2089 (src/bootstrap-emacs${EXEEXT}): New target.
2090 (bootstrap-build): Use it. Don't use bootstrap-prepare because
2091 src/Makefile now takes care of it.
2092 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2093
20942008-06-15 Glenn Morris <rgm@gnu.org>
2095
2096 * info/dir: Add sasl.
2097
20982008-06-09 Alan Mackenzie <acm@muc.de>
2099
2100 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
2101
21022008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
2103
2104 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
2105
21062008-06-07 Glenn Morris <rgm@gnu.org>
2107
2108 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
2109 serve no purpose.
2110
21112008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2112
2113 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
2114 * configure: Regenerate.
2115
21162008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * update-subdirs: Don't touch subdirs.el if it is unchanged.
2119
21202008-05-14 Kenichi Handa <handa@m17n.org>
2121
2122 * configure: Regenerate.
2123
2124 * configure.in: Don't handle --disable-font-backend. Don't print
2125 a message about a font backend.
2126
21272008-05-09 Glenn Morris <rgm@gnu.org>
2128
2129 * configure.in: Make absence of makeinfo a fatal error only if the info
2130 files don't exist.
2131 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
2132
21332008-05-07 Eli Zaretskii <eliz@gnu.org>
2134
2135 * config.bat: Fix last change: don't use < and > in "rem" lines,
2136 they are interpreted as redirection by DOS shells.
2137
21382008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2139
2140 * configure.in: Check availability of AvailabilityMacros.h
2141 if HAVE_CARBON.
2142
2143 * configure: Regenerate.
2144
21452008-05-03 Glenn Morris <rgm@gnu.org>
2146
2147 * configure.in (x_libraries): Remove standard 64-bit directories -
2148 experimental workaround for minor autoconf bug.
2149
2150 * configure.in (--without-makeinfo): New option. If set,
2151 absence of suitable makeinfo is not a fatal error.
2152 * Makefile.in (MAKEINFO): New, set by configure.
2153 (install-arch-indep): Without makeinfo, ignore any missing manuals.
2154 (info-real): New target.
2155 (info): Without makeinfo, do nothing, else call `info-real'.
2156
21572008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2158
2159 * configure.in: Remove hpux10.20 from the desupported list.
2160
21612008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
2164
21652008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
2168 rather than change CPPFLAGS.
2169 (HAVE_GTK): Rename to USE_GTK.
2170
21712008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
2172
2173 * configure.in: Replace the obsolete macros AC_AIX and
2174 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
2175
21762008-04-05 Andreas Schwab <schwab@suse.de>
2177
2178 * configure.in: No longer create admin/unidata/Makefile.
2179
21802008-03-28 Andreas Schwab <schwab@suse.de>
2181
2182 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
2183 (lisp/Makefile): New rule.
2184
21852008-03-13 Glenn Morris <rgm@gnu.org>
2186
2187 * configure.in (AC_INIT): Fix version number.
2188 (sync-input): Reword the option, since it's on by default.
2189
21902008-03-11 Jan Djärv <jan.h.d@swipnet.se>
2191
2192 * configure.in: Add --enable-sync-input, default yes.
2193
21942008-03-11 Glenn Morris <rgm@gnu.org>
2195
2196 * Makefile.in (install-etc, mkdir): Handle directory
2197 etc/images/icons/hicolor/*/mimetypes/.
2198
2199 * make-dist: Handle icons/hicolor/scalable directory.
2200
22012008-03-05 Glenn Morris <rgm@gnu.org>
2202
2203 * configure.in: Enable font-backend by default.
2204 (USE_FONT_BACKEND): Set to "no" in absence of X.
2205 (PKG_CONFIG): Don't set multiple times, once is enough.
2206 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
2207
22082008-03-03 Glenn Morris <rgm@gnu.org>
2209
2210 * Makefile.in (iconsrcdir): New variable.
2211 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
2212 directory.
2213
22142008-02-29 Glenn Morris <rgm@gnu.org>
2215
2216 * test/: New directory.
2217
22182008-02-27 Jan Djärv <jan.h.d@swipnet.se>
2219
2220 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
2221
22222008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2223
2224 * configure.in: Print an error for systems that we think are obsolete
2225 and are proposed to be removed. Remove some more unused systems.
2226 Add support for powerpc-ibm-aix6*.
2227
22282008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2229
2230 * configure.in: Remove references to obsolete variables and systems.
2231
22322008-02-21 Glenn Morris <rgm@gnu.org>
2233
2234 * Makefile.in (set_installuser): New.
2235 (install-arch-indep): Use set_installuser to avoid duplicate code.
2236
2237 * README.unicode: Split into admin/notes/unicode,font-backend and
2238 remove.
2239
22402008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
2241
2242 * configure.in (arm*-*-freebsd*): Add.
2243
22442008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2245
2246 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2247 dealing with obsolete variables.
2248
22492008-02-08 Glenn Morris <rgm@gnu.org>
2250
2251 * Makefile.in (check-info-dir): New target.
2252
22532008-02-08 Michael Olson <mwolson@gnu.org>
2254
2255 * Makefile.in (INFO_FILES): Add epa.
2256
2257 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
2258 features" section.
2259
22602008-02-06 Glenn Morris <rgm@gnu.org>
2261
2262 * configure.in (--with-gcc): Give an error saying this option has
2263 been removed.
2264 (--with-gtk): Remove this option.
2265
22662008-02-06 Tom Tromey <tromey@redhat.com>
2267
2268 * configure.in (--with-gcc): Remove.
2269 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
2270
22712008-02-05 Ulrich Mueller <ulm@gentoo.org>
2272
2273 * INSTALL: Recommend giflib, not libungif.
2274
22752008-02-05 Tom Tromey <tromey@redhat.com>
2276
2277 * configure.in (--with-dbus): Default to enabled.
2278
22792008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
2280
2281 * INSTALL (Complex Text Layout support libraries): New section.
2282
22832008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2284
2285 * make-dist: Remove references to files in mac/ that have been
2286 deleted.
2287
22882008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2289
2290 * configure.in: For libotf and m17n-flt checks, set shell vars
2291 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
2292 pkg_check_m17n_flt, respectively, for the sake of the summary output.
2293 Reported by Ulrich Mueller.
2294
22952008-02-02 Eli Zaretskii <eliz@gnu.org>
2296
2297 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
2298 admin/unidata/Makefile.in to Makefile.
2299
23002008-02-02 Glenn Morris <rgm@gnu.org>
2301
2302 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
2303 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
2304 (HAVE_XFT): Add "Does Emacs use..." messages at end.
2305
23062008-02-01 Miles Bader <miles@gnu.org>
2307
2308 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
2309 [libotf], and [m17n-flt] options.
2310
23112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2312
2313 * configure.in: Add EMACS_ARG_N([libotf]...), and
2314 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
2315 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
2316 CFLAGS, and LIBS in checking of m17n-flt.
2317
23182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2319
2320 * configure.in: Check the availability of m17n-flt library.
2321
23222008-02-01 Kenichi Handa <handa@m17n.org>
2323
2324 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
2325 not available.
2326
23272008-02-01 Kenichi Handa <handa@m17n.org>
2328
2329 * configure.in: New args --enable-font-backend, --with-xft,
2330 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
2331 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
2332 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
2333 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
2334
23352008-02-01 Kenichi Handa <handa@m17n.org>
2336
2337 * make-dist: Include etc/charsets in tarball.
2338
23392008-02-01 Kenichi Handa <handa@m17n.org>
2340
2341 * configure.in: While running cpp on junk.c, include
2342 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
2343 exists.
2344
23452008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 * configure.in (xtensa): Match more configurations.
2348
23492008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * configure.in: Update comment.
2352
23532008-01-26 Glenn Morris <rgm@gnu.org>
2354
2355 * configure.in (--without-gcc): By default, neither off nor on.
2356 (--with-carbon): Tone down rhetoric in help text.
2357
23582008-01-25 Glenn Morris <rgm@gnu.org>
2359
2360 * configure.in: Correct usage of OPTION_DEFAULT_ON,
2361 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
2362 Default `Carbon' to off (it's unsupported).
2363
23642008-01-24 Glenn Morris <rgm@gnu.org>
2365
2366 * configure.in: Standardize dbus-related messages.
2367
23682008-01-23 Michael Olson <mwolson@gnu.org>
2369
2370 * configure.in (pkg-config-prog): Remove initial whitespace.
2371
23722008-01-23 Tom Tromey <tromey@redhat.com>
2373
2374 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
2375 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
2376 Update all users.
2377
23782008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
2379
2380 * config.guess, config.sub: Updated from master source.
2381
23822008-01-17 Andreas Schwab <schwab@suse.de>
2383
2384 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
2385
23862008-01-17 Glenn Morris <rgm@gnu.org>
2387
2388 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2389
23902008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
2391
2392 * configure.in: Remove more references to unsupported systems.
2393
23942008-01-16 Sven Joachim <svenjoac@gmx.de>
2395
2396 * make-dist: Add --lzma.
2397
23982008-01-16 Glenn Morris <rgm@gnu.org>
2399
2400 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
2401 configure checks for this.
2402
24032008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * configure.in: Remove more references to unsupported systems.
2406
24072008-01-06 Romain Francoise <romain@orebokech.com>
2408
2409 * configure.in: Delete extra semicolons.
2410
24112008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2412
2413 * configure.in: Remove references to unsupported systems.
2414
24152008-01-05 Romain Francoise <romain@orebokech.com>
2416
2417 * make-dist: Add --bzip2. Update copyright.
2418
24192008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 * configure.in: Remove support for Masscomp.
2422
24232008-01-05 Glenn Morris <rgm@gnu.org>
2424
2425 * Makefile.in (desktopdir, icondir): New variables.
2426 (install-arch-indep): Also depend on `install-etc'.
2427 (install-etc): New target.
2428 (mkdir): Also create the `applications' and `icons' directories.
2429
24302008-01-04 Glenn Morris <rgm@gnu.org>
2431
2432 * make-dist: Update for new etc/images/icons/hicolor directory.
2433
24342007-12-09 Andreas Schwab <schwab@suse.de>
2435
2436 * configure.in: D-Bus is not enabled by default.
2437
24382007-12-06 Jan Djärv <jan.h.d@swipnet.se>
2439
2440 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
2441 change.
2442
24432007-12-04 Jan Djärv <jan.h.d@swipnet.se>
2444
2445 * configure.in: Give package name and version to AC_INIT.
2446
24472007-12-03 Magnus Henoch <mange@freemail.hu>
2448
2449 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
2450
24512007-12-03 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * configure.in: No need for DBUS_INFO anymore.
2454
2455 * Makefile.in (INFO_FILES): Use dbus unconditionally.
2456
24572007-12-02 Michael Albinus <michael.albinus@gmx.de>
2458
2459 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
2460
2461 * Makefile.in (INFO_FILES): Add dbus.
2462
24632007-12-02 Romain Francoise <romain@orebokech.com>
2464
2465 * make-dist: Fix last change.
2466
24672007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
2468
2469 * configure.in: Add support for gnu-kfreebsd.
2470
24712007-11-28 Glenn Morris <rgm@gnu.org>
2472
2473 * make-dist: Add etc/nxml.
2474
24752007-11-24 Romain Francoise <romain@orebokech.com>
2476
2477 * Makefile.in (INFO_FILES): Add nxml-mode.
2478
24792007-11-23 Romain Francoise <romain@orebokech.com>
2480
2481 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
2482 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
2483
24842007-11-20 Andreas Schwab <schwab@suse.de>
2485
2486 * configure.in: Always include <resolv.h> when checking for res_init.
2487
24882007-11-17 Andreas Schwab <schwab@suse.de>
2489
2490 * update-subdirs: Atomically update subdirs.el.
2491
24922007-11-17 Glenn Morris <rgm@gnu.org>
2493
2494 * Makefile.in (check-declare): New target.
2495
24962007-11-07 Glenn Morris <rgm@gnu.org>
2497
2498 * configure.in: Deprecate Mac Carbon port.
2499
25002007-11-01 Jan Djärv <jan.h.d@swipnet.se>
2501
2502 * configure.in: Remove HAVE_X11R5 check.
2503
25042007-10-31 Glenn Morris <rgm@gnu.org>
2505
2506 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
2507 when changing ownership of installed files.
2508
25092007-10-30 Glenn Morris <rgm@gnu.org>
2510
2511 * make-dist: Add new directory etc/gnus.
2512
25132007-10-30 Michael Olson <mwolson@gnu.org>
2514
2515 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
2516
25172007-10-29 Glenn Morris <rgm@gnu.org>
2518
2519 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
2520
25212007-10-23 Glenn Morris <rgm@gnu.org>
2522
2523 * MAINTAINERS: Move to admin/.
2524
25252007-10-17 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
2528 (HAVE_LIBRESOLV): Also define if we are using res_init().
2529
25302007-10-17 Glenn Morris <rgm@gnu.org>
2531
2532 * FTP: Remove file, since it's just a duplicate of one in etc/.
2533
25342007-10-05 Eli Zaretskii <eliz@gnu.org>
2535
2536 * config.bat: Fix configuring `doc' due to changes in the
2537 directory structure.
2538
25392007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2540
2541 * configure.in: Don't use -lpthread on HP-UX.
2542
25432007-09-16 Glenn Morris <rgm@gnu.org>
2544
2545 * make-dist: File gfdl.1 has been removed.
2546
25472007-09-15 Glenn Morris <rgm@gnu.org>
2548
2549 * configure.in: Fix makeinfo version regexp.
2550
25512007-09-12 Glenn Morris <rgm@gnu.org>
2552
2553 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
2554 implementation of alloca is not found.
2555
2556 * Makefile.in (SOURCES, unlock, relock): Delete.
2557 (install-arch-indep): Do not exclude the etc/ Makefiles.
2558
25592007-09-09 Juri Linkov <juri@jurta.org>
2560
2561 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
2562
2563 * README: Add doc/ to documentation directories.
2564
25652007-09-08 Michael Olson <mwolson@gnu.org>
2566
2567 * MAINTAINERS: Add myself for ERC and tq.el.
2568 Update for new doc/ directory layout.
2569
25702007-09-06 Romain Francoise <romain@orebokech.com>
2571
2572 * make-dist: Update for new doc/ directory layout.
2573
25742007-09-06 Glenn Morris <rgm@gnu.org>
2575
2576 * Makefile.in (mansrcdir): New variable.
2577 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
2578 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
2579 update these targets for new doc/ directory layout.
2580 (doc/misc/Makefile): New target.
2581 (install-arch-indep): Use mansrcdir for new location of manpages.
2582 (mostlyclean, clean, distclean, maintainer-clean, unlock)
2583 (relock, info, dvi): Update targets for new doc/ directory layout.
2584
2585 * configure.in (AC_OUTPUT): Update names of generated Makefiles
2586 for new doc/ directory layout.
2587
25882007-09-02 Andreas Schwab <schwab@suse.de>
2589
2590 * configure.in: Use AS_HELP_STRING throughout.
2591 * configure: Regenerate.
2592
25932007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2594
2595 * configure.in: Require Gtk/Glib 2.6.
2596
25972007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2598
2599 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
2600 Use them throughout in place of AC_ARG_WITH calls.
2601 * configure: Regenerate.
2602
26032007-09-01 Andreas Schwab <schwab@suse.de>
2604
2605 * configure.in: Put quotes around nested macro calls.
2606
26072007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2608
2609 * configure.in: Fix typo.
2610 * configure: Regenerate.
2611
26122007-08-30 Glenn Morris <rgm@gnu.org>
2613
2614 * configure.in (AH_BOTTOM): Copy some manual changes made to
2615 src/config.in here so they are not lost when it regenerates.
2616
2617 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
2618
26192007-08-29 Károly Lőrentey <karoly@lorentey.hu>
2620
2621 * README.multi-tty: New file.
2622
26232007-08-29 Glenn Morris <rgm@gnu.org>
2624
2625 * README: Increase version to 23.0.50.
2626
26272007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2628
2629 * configure.in: New option: --without-xaw3d.
2630
26312007-08-24 Glenn Morris <rgm@gnu.org>
2632
2633 * configure.in: Check for a suitably recent makeinfo.
2634
26352007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2636
2637 * configure.in (Check for required libraries): Typo.
2638
26392007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2640
2641 * configure.in: Check librsvg2 also for Mac Carbon.
2642
26432007-08-22 Romain Francoise <romain@orebokech.com>
2644
2645 * make-dist: Follow reorganization of files in etc/.
2646
26472007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2648
2649 * configure.in: Add support for SVG images through librsvg2.
2650
26512007-07-28 Eli Zaretskii <eliz@gnu.org>
2652
2653 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
2654 to avoid an error message if there is no DOC there.
2655
26562007-07-25 Glenn Morris <rgm@gnu.org>
2657
2658 * Relicense all FSF files to GPLv3 or later.
2659
2660 * COPYING, info/COPYING: Switch to GPLv3.
2661
26622007-06-20 Jan Djärv <jan.h.d@swipnet.se>
2663
2664 * configure.in: Complain if X seems to be installed but no
2665 development files were found.
2666
26672007-06-20 Glenn Morris <rgm@gnu.org>
2668
2669 * configure.in: Prefer libgif over libungif.
2670
26712007-06-14 Jan Djärv <jan.h.d@swipnet.se>
2672
2673 * configure.in: Check for all image libraries before exiting.
2674
26752007-06-13 Jan Djärv <jan.h.d@swipnet.se>
2676
2677 * configure.in: Exit with error if image libraries aren't found.
2678
26792007-06-13 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
2682 when compiling without scrollbars.
2683
26842007-06-12 Glenn Morris <rgm@gnu.org>
2685
2686 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2687
26882007-06-11 Jan Djärv <jan.h.d@swipnet.se>
2689
2690 * configure.in: Change wording about yes/gtk and lucid/athena
2691 being synonyms.
2692
26932007-06-08 Glenn Morris <rgm@gnu.org>
2694
2695 * configure.in: Make gtk the default toolkit.
2696
26972007-06-07 Glenn Morris <rgm@gnu.org>
2698
2699 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
2700 for a Sun C compiler.
2701
2702 * Makefile.in (install-arch-indep): Install only the DOC- file
2703 specific to the build, if possible, rather than DOC-*.
2704
27052007-06-02 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * Version 22.1 released.
2708
27092007-05-25 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * mkinstalldirs: Sync to version in automake CVS.
2712
27132007-05-22 Andreas Schwab <schwab@suse.de>
2714
2715 * configure.in: Prefer build_alias over host when host_alias is not set.
2716 * configure: Regenerate.
2717
27182007-05-20 Andreas Schwab <schwab@suse.de>
2719
2720 * configure.in: Remove empty AC_SUBST.
2721 * configure: Regenerate.
2722
27232007-05-20 Nick Roberts <nickrob@snap.net.nz>
2724
2725 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
2726 it like others.
2727 * configure: Regenerate.
2728
27292007-05-20 Nick Roberts <nickrob@snap.net.nz>
2730
2731 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2732 (AC_CHECK_LIB): Add -lgpm.
2733 * configure: Regenerate.
2734
27352007-05-03 Glenn Morris <rgm@gnu.org>
2736
2737 * configure: Tweak message about the absence of shell functions.
2738
27392007-04-27 Andreas Schwab <schwab@suse.de>
2740
2741 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2742
27432007-04-26 Glenn Morris <rgm@gnu.org>
2744
2745 * README: Increase version to 22.1.50.
2746
27472007-04-24 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2750
27512007-04-19 Glenn Morris <rgm@gnu.org>
2752
2753 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2754
27552007-04-18 Glenn Morris <rgm@gnu.org>
2756
2757 * INSTALL: Mention CPP.
2758
27592007-04-15 Glenn Morris <rgm@gnu.org>
2760
2761 * FTP: Replace with a pointer to the web version.
2762
27632007-04-13 Glenn Morris <rgm@gnu.org>
2764
2765 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2766
27672007-04-04 Glenn Morris <rgm@gnu.org>
2768
2769 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2770 compiling with Sun Studio on Solaris.
2771
27722007-03-23 Glenn Morris <rgm@gnu.org>
2773
2774 * configure.in: Restore support for hp800 (removed 2007-01-27)
2775 following clarification of legal status.
2776
27772007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2778
2779 * configure.in: Add support for AIX4.3 on IBM RS6000.
2780
2781 * configure: Regenerate.
2782
27832007-03-20 Richard Stallman <rms@gnu.org>
2784
2785 * configure.in: Fix previous change.
2786
27872007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2788
2789 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2790 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2791 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2792
27932007-03-19 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2796 user specifies "without".
2797
2798 * configure: Regenerate.
2799
28002007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2801
2802 * configure.in: Warning for Gtk+ and Cygwin added.
2803 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2804
28052007-02-27 Glenn Morris <rgm@gnu.org>
2806
2807 * make-dist (oldXMenu): Remove Imakefile.
2808 (etc/images): Add README.
2809
28102007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2811
2812 * configure.in (xtensa-*-linux-gnu*): New configuration.
2813
2814 * configure: Regenerate.
2815
28162007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2817
2818 * config.guess, config.sub: Updated from master source.
2819
28202007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2821
2822 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2823
28242007-01-29 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * configure.in: Restore support for hp800's not running HP-UX.
2827
2828 * configure: Regenerate.
2829
28302007-01-27 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * configure.in: Remove support for hp800 and sr2k machine types.
2833
2834 * configure: Regenerate.
2835
28362007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2837
2838 * configure.in: Add check for libXft.
2839
28402007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2841
2842 * INSTALL: Info files moved to share/info.
2843
28442007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2845
2846 * configure.in: Detect and use fink-installed in intel-based Mac
2847 builds; change Apple Darwin section to support both PowerPC and
2848 Intel-based Macs.
2849
28502006-12-26 Andreas Schwab <schwab@suse.de>
2851
2852 * Makefile.in (datarootdir): Define.
2853
28542006-12-24 Richard Stallman <rms@gnu.org>
2855
2856 * configure.in: Require Autoconf 2.61.
2857
28582006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2859
2860 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
2861 Remove redundant entry for powerpc-apple-netbsd.
2862
2863 * configure: Regenerate.
2864
28652006-12-22 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * configure: Regenerate with autoconf 2.61.
2868
28692006-12-20 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * configure.in: Detect alsa/asoundlib.h also.
2872 * configure: Regenerate.
2873
28742006-12-19 Jan Djärv <jan.h.d@swipnet.se>
2875
2876 * configure.in: Check if GTK+ compiles at all.
2877
28782006-12-10 Andreas Schwab <schwab@suse.de>
2879
2880 * configure.in: Remove check for struct timezone, its result is
2881 never used.
2882
28832006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2884
2885 * configure.in: Add support for Solaris 10 on x86-64.
2886
28872006-12-08 Jan Djärv <jan.h.d@swipnet.se>
2888
2889 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
2890 of PKG_CONFIG_PATH.
2891
28922006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2893
2894 * configure.in (HAVE_SYNC): New test.
2895
28962006-12-03 Glenn Morris <rgm@gnu.org>
2897
2898 * Makefile.in: Fix Copyright format.
2899
2900 * configure.in (AH_TOP): Add missing Copyright year.
2901
2902 * update-subdirs: Add missing Copyright years.
2903
29042006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
2905
2906 * Makefile.in: Touch only the parts of the share/emacs directory
2907 specific to this version.
2908
29092006-11-26 Chong Yidong <cyd@stupidchicken.com>
2910
2911 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
2912
29132006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2914
2915 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
2916
29172006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2918
2919 * configure.in: Prefer X11 to Carbon only when some X-specific
2920 option is specified (Thanks to Jan Djärv and Andreas Schwab).
2921
29222006-11-04 Romain Francoise <romain@orebokech.com>
2923
2924 * Makefile.in (bootstrap-clean-before): Fix typo.
2925 Use new target `bootstrap-clean' in the leim subdirectory.
2926
29272006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2928
2929 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
2930
29312006-10-30 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
2934 directories.
2935
29362006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2937
2938 * configure.in: Enable x86-64 OpenBSD compilation.
2939
29402006-10-28 Glenn Morris <rgm@gnu.org>
2941
2942 * AUTHORS: Add cal-html.el author.
2943
29442006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2945
2946 * make-dist: Make links to mac/make-package and
2947 mac/Emacs.app/Contents/Resources/Emacs.icns.
2948
29492006-10-27 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * README: Bump version number to 22.0.90.
2952
29532006-10-23 Andreas Schwab <schwab@suse.de>
2954
2955 * configure.in: Make sure x_default_search_path is always set even
2956 when x_libraries is empty, and look in .../share as well for each
2957 library directory.
2958
29592006-09-28 Kenichi Handa <handa@m17n.org>
2960
2961 * configure.in (locallisppath): Don't include leim dir.
2962 (lisppath): Include leim dir.
2963
29642006-09-15 Jay Belanger <belanger@truman.edu>
2965
2966 * COPYING: Replace "Library Public License" by "Lesser Public
2967 License" throughout.
2968
29692006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2970
2971 * make-dist (EMACS): Exit and fail if the EMACS environment
2972 variable is set to something other than an absolute file name.
2973
29742006-08-16 Andreas Schwab <schwab@suse.de>
2975
2976 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
2977 of hardcoding it.
2978
29792006-08-16 Richard Stallman <rms@gnu.org>
2980
2981 * INSTALL.CVS: Clean up wording.
2982
29832006-07-14 Eli Zaretskii <eliz@gnu.org>
2984
2985 * configure.in (PKG_CHECK_MODULES): Redirect the output of
2986 $PKG_CONFIG --exists "$2" to config.log.
2987 * configure: Regenerate.
2988
29892006-07-08 Richard Stallman <rms@gnu.org>
2990
2991 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
2992
29932006-07-09 Kim F. Storm <storm@cua.dk>
2994
2995 * CONTRIBUTE: Use outline format.
2996 Add section on copyright years (from admin/notes/years).
2997
29982006-07-08 Eli Zaretskii <eliz@gnu.org>
2999
3000 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
3001 to /dev/null, since we don't need the error message, just the
3002 exit status.
3003
30042006-07-07 Eli Zaretskii <eliz@gnu.org>
3005
3006 * CONTRIBUTE: Slight formatting changes and typo fixes.
3007 Add description of NEWS markings.
3008
30092006-07-07 Kim F. Storm <storm@cua.dk>
3010
3011 * CONTRIBUTE: Mention INSTALL.CVS.
3012
30132006-07-05 Romain Francoise <romain@orebokech.com>
3014
3015 * make-dist (top-level): Add CONTRIBUTE.
3016
30172006-07-04 Richard Stallman <rms@gnu.org>
3018
3019 * CONTRIBUTE: Much rewrite.
3020
30212006-07-04 Nick Roberts <nickrob@snap.net.nz>
3022
3023 * CONTRIBUTE: New file.
3024
30252006-06-24 Eli Zaretskii <eliz@gnu.org>
3026
3027 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
3028
30292006-05-18 Jan Djärv <jan.h.d@swipnet.se>
3030
3031 * configure.in: Add check for ALSA.
3032
30332006-05-06 Eli Zaretskii <eliz@gnu.org>
3034
3035 * Makefile.in (INFO_FILES): Remove emacs-xtra.
3036
3037 * info/dir: Remove the Emacs-Xtra entry.
3038
30392006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
3040
3041 Update copyright year(s) in many files.
3042
30432006-04-01 Eli Zaretskii <eliz@gnu.org>
3044
3045 * configure: Regenerated.
3046
30472006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3048
3049 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
3050 --without-toolkit-scroll-bars was specified.
3051
30522006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
3053
3054 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
3055 to CFLAGS. Update Copyright years written to src/config.in.
3056
30572006-03-18 Claudio Fontana <claudio@gnu.org>
3058
3059 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
3060 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
3061 to be installed/uninstalled.
3062 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
3063 to Info files installed by Emacs.
3064
30652006-03-03 Claudio Fontana <claudio@gnu.org>
3066
3067 * Makefile.in (install, uninstall): Add DESTDIR variable to
3068 support staged installations.
3069
30702006-02-14 Richard M. Stallman <rms@gnu.org>
3071
3072 * configure.in (s390x-*-linux-gnu*): New configuration.
3073
30742006-01-31 Jan Djärv <jan.h.d@swipnet.se>
3075
3076 * configure.in: Require GTK 2.4 or newer.
3077
30782006-01-29 Michael Olson <mwolson@gnu.org>
3079
3080 * Makefile.in (install-arch-indep, uninstall): Add ERC.
3081 * info/dir (ERC): New entry.
3082
30832006-01-29 Eli Zaretskii <eliz@gnu.org>
3084
3085 * info/dir: Fix last change.
3086
30872006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3088
3089 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
3090
30912006-01-27 Eli Zaretskii <eliz@gnu.org>
3092
3093 * info/dir: Untabify the whole file.
3094 (Rcirc): New entry.
3095
30962006-01-12 Andreas Schwab <schwab@suse.de>
3097
3098 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
3099 check.
3100
31012006-01-02 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * configure.in: Use -Wno-pointer-sign if available.
3104
31052005-12-29 Andreas Schwab <schwab@suse.de>
3106
3107 * config.guess, config.sub: Updated from master source.
3108
31092005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3110
3111 * configure.in: Use amdx86-64 for freebsd on x86_64.
3112
31132005-11-22 Romain Francoise <romain@orebokech.com>
3114
3115 * make-dist: Add etc/images/icons.
3116
31172005-11-03 Andreas Schwab <schwab@suse.de>
3118
3119 * configure.in: Use GZIP_PROG instead of GZIP.
3120
3121 * Makefile.in (GZIP_PROG): Renamed from GZIP.
3122 (install-arch-indep): Adjust.
3123
31242005-11-01 Andreas Schwab <schwab@suse.de>
3125
3126 * Makefile.in (bootstrap): Fix dependencies for parallel build.
3127 (bootfast): Likewise.
3128
31292005-11-01 Romain Francoise <romain@orebokech.com>
3130
3131 * configure.in: Check for gzip.
3132
3133 * Makefile.in (install): Compress source files.
3134
31352005-10-24 Steven Tamm <steventamm@mac.com>
3136
3137 * configure.in: Fix darwin386 configuration issue.
3138
31392005-10-22 Eli Zaretskii <eliz@gnu.org>
3140
3141 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
3142
31432005-10-17 Bill Wohler <wohler@newt.com>
3144
3145 * make-dist: Create and populate etc/images/low-color.
3146
31472005-10-15 Bill Wohler <wohler@newt.com>
3148
3149 * make-dist: Create and populate etc/images/gud.
3150
31512005-10-08 Richard M. Stallman <rms@gnu.org>
3152
3153 * make-dist (tempparent): Don't check for 14-char file name limit.
3154
31552005-10-07 Romain Francoise <romain@orebokech.com>
3156
3157 * make-dist: Add etc/images/ezimage and etc/images/mail
3158 directories. Install images in etc/images.
3159
31602005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3161
3162 * configure.in: Prefer Carbon if --enable-carbon-app or
3163 --with-carbon is explicitly specified even when X11 is detected.
3164
31652005-09-15 Ulf Jasper <ulf.jasper@web.de>
3166
3167 * Makefile.in (install-arch-indep, uninstall):
3168 Handle newsticker manual.
3169 (info): Add - to commands.
3170
31712005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
3172
3173 Remove the MAXPATHLEN limitations:
3174
3175 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
3176
31772005-09-09 Eli Zaretskii <eliz@gnu.org>
3178
3179 * configure.in <lynxsos*>: Support for LynxOS on PPC.
3180 * configure: Regenerate.
3181
31822005-09-05 Paul Eggert <eggert@cs.ucla.edu>
3183
3184 * config.guess, config.sub: Updated from master source.
3185
31862005-08-03 Juanma Barranquero <lekktu@gmail.com>
3187
3188 * .cvsignore: Add `lock'.
3189
31902005-07-28 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
3193
31942005-07-26 Paul Eggert <eggert@cs.ucla.edu>
3195
3196 Merge gnulib getopt implementation into Emacs.
3197
3198 * Makefile.in (AUTOCONF_INPUTS): New macro.
3199 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
3200 so that these files also depend on m4/getopt.m4.
3201 * configure.in: Configure getopt by including m4/getopt.m4,
3202 and configuring a getopt replacement if necessary.
3203 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
3204 * m4/getopt.m4: New file.
3205
32062005-07-06 Lute Kamstra <lute@gnu.org>
3207
3208 * configure.in: Fix capitalization.
3209
32102005-07-04 Lute Kamstra <lute@gnu.org>
3211
3212 Update FSF's address in GPL notices.
3213
32142005-06-19 Jérôme Marant <jerome@marant.org>
3215
3216 * Makefile.in (epaths-force): Protect both lisppath and
3217 buildlisppath from whitespace.
3218
32192005-06-08 Steven Tamm <steventamm@mac.com>
3220
3221 * configure.in: Support Darwin/MacOSX on Intel
3222
32232005-06-06 Jan Djärv <jan.h.d@swipnet.se>
3224
3225 * configure.in (HAVE_CANCELMENUTRACKING): New test.
3226
32272005-05-11 Jérôme Marant <jmarant@marant.org>
3228
3229 * configure.in: Add --enable-locallisppath.
3230
32312005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3232
3233 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
3234 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
3235 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
3236
32372005-05-07 Jérôme Marant <jerome@marant.org>
3238
3239 * make-dist: Remove references to makefile.nt and makefile.def.
3240 Include widgets and images subdirectories of etc. Do not exclude
3241 ldefs-boot.el.
3242
32432005-04-23 Andreas Schwab <schwab@suse.de>
3244
3245 * configure.in: Remove duplicate match for powerpc configuration.
3246
32472005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
3248
3249 * configure.in: Check for <pwd.h>.
3250
32512005-04-14 Lute Kamstra <lute@gnu.org>
3252
3253 * make-dist: Distribute all ChangeLog files in lisp/.
3254 Don't distribute ldefs-boot.el.
3255 lisp/makefile.nt no longer exists.
3256
32572005-04-13 Lute Kamstra <lute@gnu.org>
3258
3259 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
3260 for "no-byte-compile: t" in the file instead.
3261
32622005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
3265 shadow the main Lesstif/Motif-2.1 libs and includes.
3266
32672005-03-10 Jan Djärv <jan.h.d@swipnet.se>
3268
3269 * configure.in: Only add XASSERTS to cppflags.
3270
32712005-03-04 Jan Djärv <jan.h.d@swipnet.se>
3272
3273 * configure.in: Added --enable-asserts.
3274
32752005-02-09 Kim F. Storm <storm@cua.dk>
3276
3277 Change release version from 21.4 to 22.1 throughout.
3278 Change development version from 21.3.50 to 22.0.50.
3279
32802005-01-19 Steven Tamm <steventamm@mac.com>
3281
3282 * configure.in: Check for <sys/utsname.h>.
3283
32842004-12-11 Kim F. Storm <storm@cua.dk>
3285
3286 * Makefile.in (info): Undo 2004-12-05 change.
3287
32882004-12-08 Luc Teirlinck <teirllm@auburn.edu>
3289
3290 * info/dir (File): Add URL and Org Mode manuals.
3291 * Makefile.in (install-arch-indep, uninstall): Add url and org
3292 manuals.
3293
32942004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
3297 committed to src/config.in.
3298
32992004-12-07 Jan Djärv <jan.h.d@swipnet.se>
3300
3301 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
3302 pthreads and define HAVE_GTK_AND_PTHREAD.
3303
33042004-12-05 Richard M. Stallman <rms@gnu.org>
3305
3306 * Makefile.in (info): Ignore errors building info files.
3307
33082004-11-27 Eli Zaretskii <eliz@gnu.org>
3309
3310 * config.bat: If 8-byte alignment is not supported, define
3311 NO_DECL_ALIGN in src/config.h, instead of trivially defining
3312 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
3313 filter through Sed to remove the quotes.
3314
33152004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
3318 not apply to files explicitly `cvs add'ed.
3319
33202004-11-12 Eli Zaretskii <eliz@gnu.org>
3321
3322 * config.bat: Don't require djecho.exe for the v1.x build.
3323 Add a test for DECL_ALIGN support, and add a trivial definition to
3324 src/config.h if 8-byte alignment is not supported.
3325
33262004-11-08 Kim F. Storm <storm@cua.dk>
3327
3328 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
3329 files before building.
3330 (bootfast, bootstrap-clean-before-fast): New targets, like
3331 bootstrap but don't remove .elc files.
3332
33332004-11-06 Lars Brinkhoff <lars@nocrew.org>
3334
3335 * configure.in: Add check for getrusage.
3336
33372004-11-02 Jan Djärv <jan.h.d@swipnet.se>
3338
3339 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
3340 New tests for new and old GTK file dialogs.
3341 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
3342 to no.
3343
33442004-10-20 Jan Djärv <jan.h.d@swipnet.se>
3345
3346 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
3347 can be set. Remove SETARCH test.
3348
33492004-10-08 Steven Tamm <steventamm@mac.com>
3350
3351 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
3352
33532004-10-06 Jan Djärv <jan.h.d@swipnet.se>
3354
3355 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
3356 AC_MSG_WARN. Move output of warning message to end of configure run.
3357
33582004-10-05 Jan Djärv <jan.h.d@swipnet.se>
3359
3360 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
3361 Run test to see if heap start address is random.
3362
33632004-09-29 Miles Bader <miles@gnu.org>
3364
3365 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
3366 if setarch is present.
3367
33682004-09-25 Jan Djärv <jan.h.d@swipnet.se>
3369
3370 * configure.in (HAVE_EXECSHIELD): Only define on x86.
3371
33722004-09-24 Jan Djärv <jan.h.d@swipnet.se>
3373
3374 * configure.in: Check for exec-shield.
3375
33762004-08-06 Andreas Schwab <schwab@suse.de>
3377
3378 * Makefile.in (install-arch-indep, uninstall): Add flymake.
3379
33802004-07-31 Eli Zaretskii <eliz@gnu.org>
3381
3382 * config.bat: Update URLs in the comments.
3383
33842004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3385
3386 * Makefile.in (install-arch-indep): Add pgg and sieve.
3387
3388 * info/.cvsignore: Added pgg and sieve.
3389
33902004-07-05 Andreas Schwab <schwab@suse.de>
3391
3392 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
3393
33942004-06-21 Kenichi Handa <handa@m17n.org>
3395
3396 * make-dist: Link leim-ext.el into tempdir.
3397
33982004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3399
3400 * info/dir (File): Add emacs-xtra.
3401 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
3402
34032004-06-12 Juri Linkov <juri@jurta.org>
3404
3405 * info/dir: Move menu help lines from `* Menu:' to file header.
3406 Describe the purpose of a red *.
3407
34082004-05-04 Dave Love <fx@gnu.org>
3409
3410 * configure.in: Don't use `extrasub'.
3411
34122004-04-29 Dave Love <fx@gnu.org>
3413
3414 * configure.in: Don't forget to quote args to `test'.
3415
34162004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
3417
3418 * autogen.sh: Update filename in "please read" message.
3419
34202004-04-17 Richard M. Stallman <rms@gnu.org>
3421
3422 * INSTALL: Move the info about site-lisp dirs,
3423 and say uninstalled Emacs looks there too.
3424
34252004-04-04 Eli Zaretskii <eliz@gnu.org>
3426
3427 * config.bat (lib-src): Recognize comment lines in Makefile.in
3428 that have a TAB after the #, to avoid errors in preprocessing with
3429 GCC 3.3.3.
3430
34312004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3432
3433 * Makefile.in: Mention in comment that `make maintainer-clean'
3434 deletes .elc files.
3435
34362004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * update-subdirs: Add local variables to prevent byte-compiling.
3439
34402004-03-21 Dave Love <fx@gnu.org>
3441
3442 * configure.in: Fix previous change.
3443
34442004-03-18 Dave Love <fx@gnu.org>
3445
3446 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
3447
34482004-03-15 Luc Teirlinck <teirllm@auburn.edu>
3449
3450 * info/dir (File): Add SMTP and SES.
3451
34522004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
3455 (bootstrap): Use the new bootstrap-prepare target in lisp.
3456
34572004-02-18 Kim F. Storm <storm@cua.dk>
3458
3459 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
3460
34612004-02-16 Eli Zaretskii <eliz@gnu.org>
3462
3463 * make-dist: Don't link index.*perm and permute-index into tempdir.
3464
34652004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3466
3467 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
3468 to match previous changes by Eli Zaretskii.
3469
34702004-02-09 Luc Teirlinck <teirllm@auburn.edu>
3471
3472 * Makefile.in: Set CDPATH to an empty string.
3473
34742004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * configure.in <darwin>: Use fink packages if available.
3477
34782004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
3479
3480 * make-dist (lispref): Do include lispref/index.texi.
3481
34822004-01-06 Eric Hanchrow <offby1@blarg.net>
3483
3484 * make-dist (tempdir): Include cursors in nt/icons.
3485
34862003-12-30 Eli Zaretskii <eliz@gnu.org>
3487
3488 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
3489 clashes with install-sh on 8+3 filesystems.
3490
34912003-12-08 Miles Bader <miles@gnu.org>
3492
3493 * .cvsignore: Add .arch-inventory.
3494
34952003-12-24 Andreas Schwab <schwab@suse.de>
3496
3497 * configure.in: Check for <sys/socket.h>. Include it before
3498 including <net/if.h>. Move check for <net/if.h> before its use.
3499
35002003-12-24 Jan Djärv <jan.h.d@swipnet.se>
3501
3502 * Makefile.in (install-arch-dep): Don't let cd output go into
3503 pipe for carbon_appdir.
3504
35052003-12-24 Andreas Schwab <schwab@suse.de>
3506
3507 * configure.in (PKG_CHECK_MODULES): Fix quoting.
3508
35092003-12-01 Andreas Schwab <schwab@suse.de>
3510
3511 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
3512 hardcoding gcc.
3513
35142003-11-16 Jan Djärv <jan.h.d@swipnet.se>
3515
3516 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
3517 multiple displays.
3518 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
3519
35202003-09-23 Dave Love <fx@gnu.org>
3521
3522 * configure.in: Check members of struct ifreq.
3523
35242003-09-14 Kim F. Storm <storm@cua.dk>
3525
3526 * configure.in: Add checks for sys/ioctl.h and net/if.h.
3527
35282003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3529
3530 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
3531
35322003-08-18 Lute Kamstra <lute@gnu.org>
3533
3534 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
3535 required anymore.
3536
35372003-08-07 Andrew Choi <akochoi@shaw.ca>
3538
3539 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
3540 option instead of -traditional-cpp for CPP.
3541
35422003-07-29 Richard M. Stallman <rms@gnu.org>
3543
3544 * configure.in (HAVE_XIM): Define if XIM is available.
3545
35462003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3547
3548 * configure.in: The function gtk_window_set_icon_from_file was
3549 introduced in GTK+ 2.2, so check for that release.
3550
35512003-07-23 Andreas Schwab <schwab@suse.de>
3552
3553 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
3554
3555 * Makefile.in (YACC): Remove, not used.
3556 (MAINT): Don't set.
3557 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
3558 disable dependency on ${srcdir}/configure.in when maintainer mode
3559 is disabled.
3560
35612003-07-22 Dave Love <fx@gnu.org>
3562
3563 * configure.in: Make XRegisterIMInstantiateCallback test depend on
3564 HAVE_X11, not with_xim.
3565 (HAVE_CRTIN): Provide template.
3566 <with_png>: Test for png.h and libpng/png.h.
3567
35682003-07-15 Andreas Schwab <schwab@suse.de>
3569
3570 * configure.in: Temporarily leave quoting for AC_DEFINE.
3571
35722003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3573
3574 * configure.in: Check for posix_memalign.
3575
35762003-07-12 Richard M. Stallman <rms@gnu.org>
3577
3578 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
3579
35802003-07-09 Kim F. Storm <storm@cua.dk>
3581
3582 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
3583 functionality of --without-xim.
3584
35852003-06-29 Dave Love <fx@gnu.org>
3586
3587 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
3588
35892003-06-23 Dave Love <fx@gnu.org>
3590
3591 * configure.in: Check for sys/_mbstate_t.h.
3592 Test XRegisterIMInstantiateCallback prototype.
3593 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
3594
35952003-06-06 Dave Love <fx@gnu.org>
3596
3597 * configure.in: Check for locale.h.
3598
35992003-06-05 Dave Love <fx@gnu.org>
3600
3601 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
3602 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
3603 (NLIST_STRUCT): Don't define.
3604 (AH_BOTTOM): Define my_strftime.
3605
36062003-06-02 Richard M. Stallman <rms@gnu.org>
3607
3608 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
3609
36102003-05-24 Andreas Schwab <schwab@suse.de>
3611
3612 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
3613 bzero, and bcmp.
3614
36152003-05-22 Dave Love <fx@gnu.org>
3616
3617 * configure.in: Remove redundant test for term.h. Test for difftime.
3618
36192003-05-20 Dave Love <fx@gnu.org>
3620
3621 * configure.in: Append * to s390-*-linux-gnu case.
3622 (LIBMAIL) <lockfile>: Don't define.
3623
36242003-04-30 Richard M. Stallman <rms@gnu.org>
3625
3626 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3627
36282003-04-28 Francesco Potortì <pot@gnu.org>
3629
3630 * configure.in: Undo last (RMS') change, as it is useless, per
3631 Dave Love.
3632
36332003-04-08 Richard M. Stallman <rms@gnu.org>
3634
3635 * configure.in: Put #include of jpeglib.h at start of line.
3636
36372003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3638
3639 * INSTALL (* GNU/Linux development packages): Mention Debian and
3640 RedHat package names.
3641
36422003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
3643
3644 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3645
36462003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3647
3648 * INSTALL (* GNU/Linux development packages): Tell people to
3649 install additional packages for compiling Emacs.
3650
36512003-04-06 Francesco Potortì <pot@gnu.org>
3652
3653 * configure.in: Use the same configuration for all aix5, not just
3654 aix5.1.
3655
36562003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
3657
3658 * configure.in: Check for need for bigtoc support on IBM AIX for
3659 solving a linker table overflow problem.
3660
36612003-03-03 Rob Browning <rlb@defaultvalue.org>
3662
3663 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
3664 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
3665 over bzero, bcmp, and bcopy.
3666
36672003-02-23 Simon Josefsson <jas@extundo.com>
3668
3669 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
3670
36712003-02-21 Klaus Zeitler <kzeitler@lucent.com>
3672
3673 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
3674
36752003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
3676
3677 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
3678
36792003-02-08 Andreas Schwab <schwab@suse.de>
3680
3681 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3682 instead of the substitution.
3683
36842003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3685
3686 * Makefile.in: Use @EXEEXT@ for Cygwin.
3687 Use USERNAME if LOGNAME is not set (for Cygwin).
3688
3689 * configure.in: Add opsys=cygwin.
3690
36912003-01-22 Andreas Schwab <schwab@suse.de>
3692
3693 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
3694 redefining it explicitly in src/config.in.
3695
36962003-01-22 Markus Rost <rost@math.ohio-state.edu>
3697
3698 * Makefile.in (bootstrap): Make bootstrap-after.
3699
37002003-01-20 Jan Djärv <jan.h.d@swipnet.se>
3701
3702 * configure.in: Fix --with-gtk.
3703
37042003-01-19 Jan Djärv <jan.h.d@swipnet.se>
3705
3706 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
3707
3708 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
3709
37102003-01-14 Francesco Potortì <pot@gnu.org>
3711
3712 * configure.in (m68k-motorola-sysv): Remove (obsolete).
3713
37142003-01-07 Steven Tamm <steventamm@mac.com>
3715
3716 * configure.in: New option, --enable-carbon-app, to specify
3717 that the application should be installed
3718 * Makefile.in (install-arch-dep): On Mac OS X, install the
3719 Emacs.app application if carbon-app is enabled
3720
37212003-01-06 Dave Love <fx@gnu.org>
3722
3723 * configure.in: Check for nl_langinfo.
3724 [!HAVE_SIZE_T]: Fix typedef.
3725
37262003-01-06 David Kastrup <dak@gnu.org>
3727
3728 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3729
3730 * configure.in: Add tests for install-info.
3731
37322002-12-09 Markus Rost <rost@math.ohio-state.edu>
3733
3734 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3735 use again sol2-6 instead of sol2-8.
3736
37372002-12-09 Dave Love <fx@gnu.org>
3738
3739 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3740
37412002-12-08 Andreas Schwab <schwab@suse.de>
3742
3743 * Makefile.in (install-arch-indep): Revert last change.
3744
37452002-11-27 Dave Love <fx@gnu.org>
3746
3747 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3748 Check for __sys_siglist too. Check for memset.
3749 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3750
37512002-11-22 Juanma Barranquero <lektu@terra.es>
3752
3753 * config.guess, config.sub: Updated from master source.
3754
37552002-11-19 Karl Fogel <kfogel@red-bean.com>
3756
3757 * autogen.sh: New file.
3758
37592002-11-15 Dave Love <fx@gnu.org>
3760
3761 * configure.in: Tidy up various quoting issues throughout.
3762 Use AC_GNU_SOURCE.
3763 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3764 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3765 Maybe define bcopy, bzero, bcmp.
3766 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3767 non-existent machine file).
3768 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3769 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3770 (nlist.h): Move test up.
3771
37722002-11-18 Markus Rost <rost@math.ohio-state.edu>
3773
3774 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3775
37762002-11-14 Francesco Potortì <pot@gnu.org>
3777
3778 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3779
37802002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3781
3782 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3783
37842002-11-08 Dave Love <fx@gnu.org>
3785
3786 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3787 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3788
37892002-11-07 Miles Bader <miles@gnu.org>
3790
3791 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3792 Handle separate-build-dir case.
3793
37942002-11-06 Richard M. Stallman <rms@gnu.org>
3795
3796 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3797 bulletproof. $bar may be empty when there are no .elc files.
3798
37992002-10-30 Dave Love <fx@gnu.org>
3800
3801 * configure.in: Require autoconf 2.53. Test for pty.h,
3802 sys/mman.h, sys/param.h, mremap, memmove.
3803 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3804 (AC_PROG_YACC): Delete.
3805 (size_t): Use AC_CHECK_TYPES.
3806 (AH_TOP): Up-date copyright.
3807
38082002-10-01 Juanma Barranquero <lektu@terra.es>
3809
3810 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3811
38122002-09-19 Richard M. Stallman <rms@gnu.org>
3813
3814 * configure.in: Fix the LessTif-directory-finder for real.
3815
38162002-09-14 Richard M. Stallman <rms@gnu.org>
3817
3818 * Makefile.in (maybe_bootstrap): Test for complete absence
3819 of compiled Lisp files.
3820
38212002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3822
3823 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3824 (bootstrap-clean-after): Delete.
3825 (bootstrap): Make the sequencing explicit.
3826
38272002-09-10 Richard M. Stallman <rms@gnu.org>
3828
3829 * configure.in: Fix previous LessTif change.
3830
38312002-09-09 Richard M. Stallman <rms@gnu.org>
3832
3833 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3834 (powerpcle-*-solaris*): Use version 2.6 as default.
3835 (*-sunos5.6*, *-solaris2.6*): New alternative.
3836 (*-sunos5*): Use version 2.6 as default.
3837
38382002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3839
3840 * configure.in: Fix typo.
3841
38422002-09-05 Richard M. Stallman <rms@gnu.org>
3843
3844 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
3845
3846 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
3847 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
3848
38492002-08-26 Kim F. Storm <storm@cua.dk>
3850
3851 * Makefile.in (install-arch-indep): Do not remove DOC file
3852 when it is the only DOC file installed; this is the case when
3853 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
3854
38552002-07-24 Markus Rost <rost@math.ohio-state.edu>
3856
3857 * configure.in: Fix typo.
3858
38592002-07-24 Richard M. Stallman <rms@gnu.org>
3860
3861 * configure.in: Don't print anything special about gamedir.
3862
3863 * configure.in: Delete nonstandard --with-game-user option.
3864
38652002-07-21 Richard M. Stallman <rms@gnu.org>
3866
3867 * Makefile.in (gamedir, localstatedir): New variables.
3868 (epaths-force): Insert value of gamedir into PATH_GAME.
3869
3870 * configure.in (gamedir): Handle it like lispdir.
3871 (--with-game-dir option): Delete.
3872
38732002-06-21 Pavel Janík <Pavel@Janik.cz>
3874
3875 * configure.in: Add support for mipseb-*-netbsd* machines.
3876
38772002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3878
3879 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
3880
38812002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3882
3883 * info/dir (File): Add an entry for Tramp.
3884
38852002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3886
3887 * INSTALL-CVS: New file.
3888
38892002-06-07 Andreas Schwab <schwab@suse.de>
3890
3891 * configure.in (x86_64-*-linux-gnu*): New system.
3892
38932002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3894
3895 * config.bat: Handle the case when lispintro is truncated to lispintr.
3896
38972002-05-26 Paul Eggert <eggert@twinsun.com>
3898
3899 * config.guess, config.sub: Updated from master source.
3900
39012002-05-09 Richard M. Stallman <rms@gnu.org>
3902
3903 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
3904
39052002-05-04 Pavel Janík <Pavel@Janik.cz>
3906
3907 * make-dist: Do not distribute lock/ directory.
3908
39092002-04-30 Andrew Choi <akochoi@shaw.ca>
3910
3911 * configure.in: Provide documentation string when defining
3912 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
3913 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
3914
39152002-04-28 Colin Walters <walters@verbum.org>
3916
3917 * configure.in: Delete configure check for access to the game user.
3918
39192002-04-29 Pavel Janík <Pavel@Janik.cz>
3920
3921 * make-dist: lwlib/Imakefile is removed.
3922
39232002-04-26 Andrew Choi <akochoi@shaw.ca>
3924
3925 * configure.in: Add support for powerpc-apple-darwin*.
3926 (HAVE_CARBON): Add.
3927
3928 * make-dist: Create directories in mac/Emacs.app.
3929
39302002-04-25 Pavel Janík <Pavel@Janik.cz>
3931
3932 * make-dist: lwlib-Xol* are removed.
3933
39342002-04-23 Andreas Schwab <schwab@suse.de>
3935
3936 * Makefile.in (MAINT): New variable.
3937 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
3938 instead of configure.in, to avoid running autoconf and autoheader
3939 unless explicitly requested.
3940
39412002-04-16 Eli Zaretskii <eliz@gnu.org>
3942
3943 * config.bat: Update for msdos/sed2v2.inp.
3944
39452002-04-15 Andreas Schwab <schwab@suse.de>
3946
3947 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
3948 * configure.in: Add config header templates to all AC_DEFINE and
3949 AC_DEFINE_UNQUOTED symbols.
3950 * make-dist: Run autoheader if necessary.
3951
39522002-04-10 Colin Walters <walters@verbum.org>
3953
3954 * configure.in: Add --game-dir, --game-user. Test to see if we
3955 can use them.
3956
39572002-04-08 Pavel Janík <Pavel@Janik.cz>
3958
3959 * configure.in: Add --with-sound.
3960
39612002-03-18 Kim F. Storm <storm@cua.dk>
3962
3963 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
3964 and getsockname functions. Test for sys/un.h include file.
3965
39662002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
3967
3968 * configure.in: Support AIX 5.1.
3969
39702002-03-10 Jan Djärv <jan.h.d@swipnet.se>
3971
3972 * configure.in: Added test for X Session Management (HAVE_X_SM).
3973
39742002-03-03 Richard M. Stallman <rms@gnu.org>
3975
3976 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
3977 Run chown $${LOGNAME} on files installed by tar xvf.
3978
39792002-03-03 Kim F. Storm <storm@cua.dk>
3980
3981 * configure.in: Test for getpeername.
3982
39832002-03-01 Richard M. Stallman <rms@gnu.org>
3984
3985 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
3986 (HAVE_GIF): Don't use old libungif versions that crash.
3987
39882002-02-26 Richard M. Stallman <rms@gnu.org>
3989
3990 * configure.in <making srcdir absolute>: Verify that PWD is correct,
3991 not just well-formed and valid.
3992 (mips-compaq-nonstopux*): New configuration.
3993
39942002-02-18 Paul Eggert <eggert@twinsun.com>
3995
3996 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
3997 "sed q" is a portable equivalent to plain "head -1".
3998
39992002-02-13 Richard M. Stallman <rms@gnu.org>
4000
4001 * Makefile.in (maybe_bootstrap): Do `exit 1'.
4002 (all): Don't depend on maybe_bootstrap here.
4003 (${SUBDIR}): Depend on it here instead.
4004
40052002-02-08 Richard M. Stallman <rms@gnu.org>
4006
4007 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
4008
40092002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4010
4011 * configure.in: Recognize BSD/OS 5.0.
4012
40132002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * make-dist: Make version checking in emacs.texi consistent with
4016 how we set it there.
4017
40182001-12-29 Kim F. Storm <storm@cua.dk>
4019
4020 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
4021
40222001-12-28 Richard M. Stallman <rms@gnu.org>
4023
4024 * configure.in: Test for mbsinit.
4025
40262001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4027
4028 These changes make Leim part of the standard distribution:
4029
4030 * README: Add info about the `leim' directory.
4031
4032 * INSTALL: Remove text that describes Leim as a separate package.
4033
4034 * noleim-Makefile.in: File removed.
4035
4036 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
4037 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
4038 Leim files out of the Emacs tree. Don't prepare a separate tarball
4039 for Leim.
4040
40412001-12-11 Richard M. Stallman <rms@gnu.org>
4042
4043 * configure.in (hppa*-*-linux-gnu*): New alternative.
4044
40452001-12-08 Pavel Janík <Pavel@Janik.cz>
4046
4047 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
4048 creating distribution.
4049
40502001-12-06 Paul Eggert <eggert@twinsun.com>
4051
4052 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
4053 (AC_FUNC_VFORK): Remove.
4054 (AC_FUNC_FORK): Add.
4055 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
4056 this is required by recent Autoconf versions.
4057
40582001-12-02 Pavel Janík <Pavel@Janik.cz>
4059
4060 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
4061 TODO, vms-pp.trans and others).
4062
40632001-11-29 Pavel Janík <Pavel@Janik.cz>
4064
4065 * make-dist: Use COPYING from the top-level directory.
4066
40672001-11-29 Gerd Moellmann <gerd@gnu.org>
4068
4069 * configure.in: Add support for FreeBSD/Alpha.
4070
40712001-11-29 Pavel Janík <Pavel@Janik.cz>
4072
4073 * make-dist: Add COPYING to the top-level directory of the
4074 distribution. Simplify the logic behind copying.
4075
4076 * Makefile.in (maybe_bootstrap): Fix previous change.
4077
40782001-11-28 Richard M. Stallman <rms@gnu.org>
4079
4080 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
4081
40822001-11-26 Richard M. Stallman <rms@gnu.org>
4083
4084 * Makefile.in: bootstrap should not delete dumped executables.
4085 (bootstrap-clean-before): New target.
4086 (bootstrap): Use bootstrap-clean-before instead of clean.
4087 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
4088
40892001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
4090
4091 These changes add the Emacs Lisp Introduction manual to the
4092 distribution:
4093
4094 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
4095
4096 * make-dist: Copy the files in lispintro directory.
4097
4098 * config.bat: Configure in the lispintro directory.
4099
4100 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
4101
4102 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
4103 (lispintro/Makefile): New target.
4104 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
4105 (unlock, relock, info, dvi): Ditto.
4106
41072001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
4110
4111 * make-dist (etc): Don't distribute gfdl.1.
4112
41132001-11-22 Colin Walters <walters@debian.org>
4114
4115 * Makefile.in (install-arch-indep): Install the calc .info files.
4116 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
4117
41182001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4119
4120 * make-dist (lispref): Add *.txt, *.el, permute-index, and
4121 tindex.pl to the list of those being put into the distribution.
4122
41232001-11-16 Eli Zaretskii <eliz@gnu.org>
4124
4125 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
4126
41272001-11-15 Pavel Janík <Pavel@Janik.cz>
4128
4129 * Makefile.in (uninstall): Fix previous change.
4130
4131 * configure.in, Makefile.in: Add support for --program-prefix,
4132 --program-suffix and --program-transform-name options.
4133
41342001-11-13 Pavel Janík <Pavel@Janik.cz>
4135
4136 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
4137 (install-arch-indep): Install emacsclient manual page.
4138 (uninstall): Uninstall emacsclient manual page.
4139
41402001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
4141
4142 * make-dist: Add lispref/index.*perm files to the distribution.
4143 From Pavel Janík <Pavel@Janik.cz>.
4144
41452001-11-12 Pavel Janík <Pavel@Janik.cz>
4146
4147 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
4148
41492001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4150
4151 * configure.in: AC_OUTPUT lispref/Makefile.
4152
41532001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4154
4155 The following changes add the ELisp reference manual to the
4156 distribution.
4157
4158 * make-dist: Add the lispref directory to the distribution.
4159
4160 * Makefile.in (install-arch-indep): Add elisp* to the list of
4161 installed Info files.
4162 (SUBDIR_MAKEFILES): Add lispref/Makefile.
4163 (lispref/Makefile): New target.
4164 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
4165 Add commands for the lispref directory.
4166 (info, dvi): Ditto.
4167
4168 * config.bat: Configure in `lispref'.
4169
41702001-11-09 Richard M. Stallman <rms@gnu.org>
4171
4172 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
4173
41742001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
4175
4176 * make-dist (tempdir): Copy AUTHORS as well.
4177
41782001-11-06 Sam Steingold <sds@gnu.org>
4179
4180 * configure.in: Added a check for <nlist.h>.
4181
41822001-11-01 Pavel Janík <Pavel@Janik.cz>
4183
4184 * configure.in: Reindent --help output.
4185 From Per Starbäck (starback@ling.uu.se).
4186
41872001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4188
4189 * configure.in: New entry for HP/UX-11.
4190
4191 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
4192 From Eric S. Raymond <esr@golux.thyrsus.com>.
4193
41942001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
4197 <athornton@sinenomine.net>.
4198
41992001-10-25 Gerd Moellmann <gerd@gnu.org>
4200
4201 * Makefile.in (maybe_bootstrap): New target.
4202 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
4203
42042001-10-24 Ken Raeburn <raeburn@gnu.org>
4205
4206 * configure.in: If --with-hesiod is given, look for
4207 hes_getmailhost and res_send or __res_send; check hesiod and
4208 resolv libraries respectively if system libraries don't supply them.
4209
42102001-10-24 Gerd Moellmann <gerd@gnu.org>
4211
4212 * configure.in: Use $MAKE for `make' if set.
4213
42142001-10-22 Gerd Moellmann <gerd@gnu.org>
4215
4216 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
4217 to tar options.
4218
42192001-10-20 Gerd Moellmann <gerd@gnu.org>
4220
4221 * (Version 21.1 released).
4222
42232001-10-20 Miles Bader <miles@gnu.org>
4224
4225 * configure.in (configuration): Set from `host' if `host_alias'
4226 isn't defined.
4227
42282001-10-19 Andreas Schwab <schwab@suse.de>
4229
4230 * configure.in: Make ready for autoconf 2.5x.
4231 (AC_PREREQ): Require autoconf 2.50.
4232 * aclocal.m4: Removed.
4233 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
4234
42352001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4236
4237 * README: Bump Emacs version to 21.1.50.
4238
42392001-10-05 Gerd Moellmann <gerd@gnu.org>
4240
4241 * Branch for 21.1.
4242
42432001-09-05 Gerd Moellmann <gerd@gnu.org>
4244
4245 * configure.in: Avoid `$@' which is handled specially in
4246 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
4247
42482001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
4249
4250 * make-dist (nt): Add subdirs.el to the list of distributed files.
4251
42522001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4253
4254 * configure.in (machine): Add an entry for
4255 hppa1.1-hitachi-hiuxwe2*.
4256
42572001-05-28 Gerd Moellmann <gerd@gnu.org>
4258
4259 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
4260 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
4261
42622001-05-14 Gerd Moellmann <gerd@gnu.org>
4263
4264 * make-dist: Copy texinfo.tex unconditionally.
4265
42662001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
4269 that are installed.
4270
42712001-04-06 Gerd Moellmann <gerd@gnu.org>
4272
4273 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
4274 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
4275
4276 * make-dist: Handle leim/MISC-DIC. Only include
4277 `[a-zA-Z]*.{el,elc}' from leim/quail.
4278
42792001-04-05 Gerd Moellmann <gerd@gnu.org>
4280
4281 * Makefile.in (install-arch-indep): Remove .cvsignore files.
4282
42832001-03-30 Gerd Moellmann <gerd@gnu.org>
4284
4285 * Makefile.in (.PHONY): Add for bootstrap targets.
4286 (bootstrap-clean): New target.
4287 (bootstrap): Use it instead of `clean'.
4288
42892001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
4290
4291 * Makefile.in (SUBDIR): Remove leim.
4292 (all, .RECURSIVE, extraclean): Add leim explicitly.
4293 (leim): Provide separate rule which exports PARALLEL=0 into the
4294 environment.
4295
42962001-03-20 Gerd Moellmann <gerd@gnu.org>
4297
4298 * configure.in (HAVE_XPM): Don't print the result of the check for
4299 XpmReturnAllocPixels if we don't have an xpm.h.
4300
43012001-03-05 Gerd Moellmann <gerd@gnu.org>
4302
4303 * COPYING: New file.
4304
43052001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4306
4307 * config.bat: Update the copyright.
4308
43092001-02-23 Kenichi Handa <handa@etl.go.jp>
4310
4311 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
4312 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
4313 to `yes'. Later in AC_OUTPUT, check this variable.
4314
43152001-02-09 Dave Love <fx@gnu.org>
4316
4317 * AUTHORS: Updated.
4318
43192001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4320
4321 * info/dir (Ebrowse): Fix the entry (was missing a dot).
4322
43232001-02-02 Gerd Moellmann <gerd@gnu.org>
4324
4325 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
4326
4327 * Makefile.in (uninstall): Ignore exit code of `rm'.
4328
4329 * Makefile.in (uninstall): Remove more info files. Remove
4330 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
4331
43322001-01-31 Gerd Moellmann <gerd@gnu.org>
4333
4334 * noleim-Makefile.in (extraclean): Add.
4335
43362001-01-28 Gerd Moellmann <gerd@gnu.org>
4337
4338 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
4339 it quiet.
4340
43412001-01-24 Colin Walters <walters@cis.ohio-state.edu>
4342
4343 * Makefile.in (tags): Fix typo.
4344
43452001-01-13 Kenichi Handa <handa@etl.go.jp>
4346
4347 * configure.in: Fix typo in the code setting x_search_path.
4348
43492001-01-10 Dave Love <fx@gnu.org>
4350
4351 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
4352 -lXext.
4353 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
4354 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
4355 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
4356 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
4357 (now in $LIBS).
4358
43592001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4360
4361 * config.bat: Run the preprocessor with -traditional.
4362
43632001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 * INSTALL: Move copying conditions to end of file.
4366
43672000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4368
4369 * INSTALL: Add basic installation procedure which assumes
4370 `configure' does its job. Elaborate on image support libraries.
4371 Add a pointer to Xaw3d library. Add advice about solving
4372 configure-time problems by looking in config.log and setting
4373 variables in the environment.
4374
43752000-12-27 Gerd Moellmann <gerd@gnu.org>
4376
4377 * Makefile.in (install-arch-indep): If tar fails, exit with
4378 exit code 1.
4379
43802000-12-19 Gerd Moellmann <gerd@gnu.org>
4381
4382 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
4383 source file includes XKBlib.h. On some broken Solaris systems,
4384 there is an XKBlib.h, reportedly, but header files included by
4385 XKBlib.h are missing.
4386
43872000-12-14 Gerd Moellmann <gerd@gnu.org>
4388
4389 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
4390
43912000-12-11 Dave Love <fx@gnu.org>
4392
4393 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
4394
43952000-12-11 Paul Eggert <eggert@twinsun.com>
4396
4397 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
4398 Merge fixes from latest GNU tar version. These macros no longer
4399 futz with _XOPEN_SOURCE, as that was not portable in practice.
4400 (AC_FUNC_FSEEKO): New macro.
4401
4402 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
4403 ftello.
4404
44052000-12-05 Dave Love <fx@gnu.org>
4406
4407 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
4408
44092000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4410
4411 * info/dir: Change the category to "Emacs".
4412
44132000-12-01 Gerd Moellmann <gerd@gnu.org>
4414
4415 * make-dist (tempdir): Remove epaths.h from the distribution
4416 instead of paths.h.
4417
44182000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4419
4420 * config.bat: Check for existence of djecho.exe, and print an
4421 error message if it is not available.
4422
4423 * INSTALL: Describe possible problem with djecho.exe in old
4424 versions of DJGPP v2.x.
4425
44262000-11-23 Gerd Moellmann <gerd@gnu.org>
4427
4428 * configure.in: Initialize HAVE_LIBXP to no.
4429
44302000-11-22 Gerd Moellmann <gerd@gnu.org>
4431
4432 * configure.in: Use m/macppc.h instead of the non-existent
4433 m/powerpc.h.
4434
44352000-11-21 Gerd Moellmann <gerd@gnu.org>
4436
4437 * Makefile.in (install-arch-indep): Also install info/eshell*
4438 and info/speedbar*.
4439
4440 * configure.in (HAVE_PNG): Check for the presence of
4441 png_get_channels to rule out older PNG libs.
4442
4443 * configure.in (AC_OUTPUT): Arrange to emit definitions of
4444 GCC and NON_GNU_CPP into config.status.
4445
44462000-11-20 Dave Love <fx@gnu.org>
4447
4448 * configure.in: Fix last change.
4449
4450 * GETTING.GNU.SOFTWARE: Deleted.
4451 * FTP: New file to replace it.
4452 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
4453
44542000-11-20 Gerd Moellmann <gerd@gnu.org>
4455
4456 * configure.in: Use -traditional with GNU cpp.
4457
44582000-11-17 Gerd Moellmann <gerd@gnu.org>
4459
4460 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
4461 Distribute more files from the nt/ subdir. Distribute PBM
4462 image files from subdirs of lisp/. Distribute old change logs
4463 from subdirs of lisp/. Distribute play/5x5.el.
4464
44652000-11-11 Dave Love <fx@gnu.org>
4466
4467 * config.sub, config.guess: Updated from master source.
4468
44692000-11-07 Dave Love <fx@gnu.org>
4470
4471 * configure.in: Test for mkstemp.
4472
44732000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4474
4475 * info/dir (Top): Rearrange menu items more logically, and put
4476 them into a single category. Add menu items for RefTeX and
4477 Widget.
4478
44792000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4480
4481 * Makefile.in (install-arch-indep): Use --info-dir instead of
4482 --dir-file, and a simple argument instead of --info-file, so that
4483 the Debian version of install-info also works.
4484
44852000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4486
4487 * info/dir (Speedbar): Add entry.
4488
44892000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4490
4491 * INSTALL: Describe the new image-support options to the configure
4492 script. List URLs where image support libraries can be found.
4493
44942000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4495
4496 * info/dir (Top): Add an entry for Eshell.
4497
44982000-10-02 Dave Love <fx@gnu.org>
4499
4500 * configure.in: Check for gai_strerror.
4501
45022000-10-01 Andreas Schwab <schwab@suse.de>
4503
4504 * Makefile.in (install-arch-indep): Update list of installed info files.
4505
45062000-09-30 Gerd Moellmann <gerd@gnu.org>
4507
4508 * configure.in: Support `sparc*-*-netbsd*'.
4509
45102000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4511
4512 * info/dir (MIME): Add entry for emacs-mime.
4513
45142000-09-29 Dave Love <fx@gnu.org>
4515
4516 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
4517
45182000-09-26 Gerd Moellmann <gerd@gnu.org>
4519
4520 * make-dist: Adapt to the change of leim/Makefile which was
4521 necessary to ensure a reasonably working `make dist'.
4522
4523 * leim-Makefile.in: Moved to leim/Makefile.in..
4524
4525 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
4526
45272000-09-21 Kenichi Handa <handa@etl.go.jp>
4528
4529 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
4530 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
4531 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
4532 files to .elc.
4533 (${TIT}): Adjusted for the above change.
4534 (clean mostlyclean): Likewise.
4535 (.el.elc): New target.
4536
45372000-09-19 Gerd Moellmann <gerd@gnu.org>
4538
4539 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4540 in the distribution.
4541
45422000-09-18 Gerd Moellmann <gerd@gnu.org>
4543
4544 * make-dist (skk): Rename to `ja-dic' because the leim directory
4545 was renamed.
4546
45472000-09-14 Dave Love <fx@gnu.org>
4548
4549 * configure.in: Fix spurion in last change.
4550
45512000-09-14 Gerd Moellmann <gerd@gnu.org>
4552
4553 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
4554 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
4555 to `no' if defined. Change result report.
4556
45572000-09-08 Dave Love <fx@gnu.org>
4558
4559 * configure.in: Remove spurious `@'s.
4560
4561 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
4562 autoconf.
4563
45642000-09-06 Gerd Moellmann <gerd@gnu.org>
4565
4566 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
4567 file and print informational message.
4568
4569 * configure.in (AC_FUNC_MMAP): Add.
4570
45712000-09-01 Gerd Moellmann <gerd@gnu.org>
4572
4573 * configure.in: Add ``checking'' messages for
4574 XpmReturnAllocPixels.
4575
45762000-08-28 Gerd Moellmann <gerd@gnu.org>
4577
4578 * configure.in: Check <strings.h>; check `index' and `rindex'
4579 functions.
4580
45812000-08-26 Kenichi Handa <handa@etl.go.jp>
4582
4583 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
4584 "case "${canonical}" in".
4585
45862000-08-25 Dave Love <fx@gnu.org>
4587
4588 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
4589
45902000-08-25 Kenichi Handa <handa@etl.go.jp>
4591
4592 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
4593
45942000-08-24 Gerd Moellmann <gerd@gnu.org>
4595
4596 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
4597 contains a relative path. Protect against unusable values of $PWD.
4598
45992000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * info/dir (WoMan): Add entry.
4602
4603 * config.bat (maindir): Update src/_gdbinit even if it does
4604 already exist.
4605
46062000-08-07 Gerd Moellmann <gerd@gnu.org>
4607
4608 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
4609
46102000-08-03 Gerd Moellmann <gerd@gnu.org>
4611
4612 * configure.in: Add support for ia64*-*-linux*.
4613
46142000-07-27 Gerd Moellmann <gerd@gnu.org>
4615
4616 * make-dist (aclocal.m4): Include in distribution.
4617
46182000-07-26 Dave Love <fx@gnu.org>
4619
4620 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
4621
46222000-07-24 Dave Love <fx@gnu.org>
4623
4624 * configure.in: Add AC_SIZE_T.
4625
46262000-07-18 Dave Love <fx@gnu.org>
4627
4628 * configure.in: Reorder so that most tests are done after CPPFLAGS
4629 is set from the C_SWITCH_... definitions.
4630
46312000-07-10 Gerd Moellmann <gerd@gnu.org>
4632
4633 * configure.in (HAVE_XPM): Undo previous change. Check for
4634 preprocessor define XpmReturnAllocPixels.
4635
46362000-07-06 Gerd Moellmann <gerd@gnu.org>
4637
4638 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
4639 instead of XpmReadFileToPixmap.
4640
46412000-07-05 Ken Raeburn <raeburn@gnu.org>
4642
4643 * configure.in: Check for <soundcard.h>. Look for ossaudio
4644 library, and set LIBSOUND accordingly.
4645
46462000-07-05 Dave Love <fx@gnu.org>
4647
4648 * configure.in: Use AC_HEADER_SYS_WAIT.
4649
46502000-07-05 Gerd Moellmann <gerd@gnu.org>
4651
4652 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4653 lisp/Makefile. Distribute lisp/Makefile.in instead of
4654 lisp/Makefile.
4655
46562000-06-30 Ken Raeburn <raeburn@gnu.org>
4657
4658 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
4659 while searching for image-handling libraries.
4660
46612000-06-26 Gerd Moellmann <gerd@gnu.org>
4662
4663 * configure.in (--with-xim): New option.
4664
46652000-06-23 Dave Love <fx@gnu.org>
4666
4667 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
4668 for struct timezone and test how we can call gettimeofday.
4669 Check for OSF 5+. Check for term.h.
4670
4671 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
4672 version.
4673
46742000-06-23 Gerd Moellmann <gerd@gnu.org>
4675
4676 * configure.in (HAVE_LIBXP): Change test for libXp.
4677
46782000-06-21 Dave Love <fx@gnu.org>
4679
4680 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
4681 simple test for getloadavg and substitute GETLOADAVG_LIBS.
4682 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
4683
46842000-06-19 Dave Love <fx@gnu.org>
4685
4686 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
4687 _XOPEN_SOURCE is defined.
4688
46892000-06-16 Gerd Moellmann <gerd@gnu.org>
4690
4691 * Makefile.in (distclean): Also make distclean in lisp/.
4692
46932000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
4696
46972000-06-15 Gerd Moellmann <gerd@gnu.org>
4698
4699 * make-dist: Add --help and --snapshot options.
4700
47012000-06-14 Gerd Moellmann <gerd@gnu.org>
4702
4703 * configure.in: Generate lisp/Makefile.
4704
4705 * configure.in: Add support for `*-lynxos*'.
4706 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
4707 recommended by <Karen.Dorhamer@compaq.com> to fix problems
4708 on Tru64 UNIX v5.0.
4709
47102000-06-13 Ken Raeburn <raeburn@gnu.org>
4711
4712 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
4713 it's on a continuation line.
4714
47152000-06-02 Dave Love <fx@gnu.org>
4716
4717 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
4718 files.
4719
4720 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
4721 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
4722 test.
4723
4724 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
4725 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
4726
47272000-05-26 Gerd Moellmann <gerd@gnu.org>
4728
4729 * configure.in: Add check for speed_t typedef.
4730
47312000-05-25 Ken Raeburn <raeburn@gnu.org>
4732
4733 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4734 exists; it won't in the CANNOT_DUMP case.
4735
47362000-05-25 Gerd Moellmann <gerd@gnu.org>
4737
4738 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4739 On FreeBSD, the exit status is 1 if CDPATH is not set.
4740 (install-arch-indep): Install ebrowse.info.
4741
47422000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4743
4744 * configure.in: Check for grandpt and getpt.
4745
47462000-05-09 Dave Love <fx@gnu.org>
4747
4748 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4749
47502000-05-05 Gerd Moellmann <gerd@gnu.org>
4751
4752 * make-dist: Make a link for lib-src/grep-changelog.
4753 Copy install-sh.
4754
47552000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4756
4757 * config.bat: Identify the beginning of the cpp stuff in
4758 src/Makefile.in and lib-src/Makefile.in more accurately.
4759
47602000-04-27 Gerd Moellmann <gerd@gnu.org>
4761
4762 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4763
47642000-04-19 Gerd Moellmann <gerd@gnu.org>
4765
4766 * configure.in: Add support for `powerpc-*-netbsd*'.
4767
47682000-04-19 Dave Love <fx@gnu.org>
4769
4770 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4771
4772 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4773
47742000-04-16 Dave Love <fx@gnu.org>
4775
4776 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4777
47782000-04-14 Dave Love <fx@gnu.org>
4779
4780 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4781
4782 * aclocal.m4 (AC_FUNC_MKTIME): New.
4783
47842000-03-28 Ken Raeburn <raeburn@gnu.org>
4785
4786 * configure.in: Line up "--help" output a little better.
4787
47882000-03-26 Gerd Moellmann <gerd@gnu.org>
4789
4790 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4791 New targets.
4792 (bootstrap): Rewritten in terms of the new targets above. Make
4793 info files, too.
4794
47952000-03-12 Gerd Moellmann <gerd@gnu.org>
4796
4797 * config.guess, config.sub: Use the versions of the files from
4798 subversions.
4799
48002000-03-08 Dave Love <fx@gnu.org>
4801
4802 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4803 AC_C_VOLATILE. Define POINTER_TYPE.
4804
4805 * aclocal.m4: New file.
4806
48072000-03-02 Gerd Moellmann <gerd@gnu.org>
4808
4809 * configure.in (machine): Add `mipsel-*-netbsd*' and
4810 `arm-*-netbsd*'.
4811
48122000-03-01 Gerd Moellmann <gerd@gnu.org>
4813
4814 * configure.in (machine): Add support for `*-auspex-sunos*'.
4815
48162000-02-29 Gerd Moellmann <gerd@gnu.org>
4817
4818 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4819
48202000-02-18 Dave Love <fx@gnu.org>
4821
4822 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4823
48242000-02-18 Andreas Schwab <schwab@suse.de>
4825
4826 * Makefile.in (install-arch-indep): Add eudc to list of installed
4827 info files.
4828
48292000-02-17 Ken Raeburn <raeburn@gnu.org>
4830
4831 * configure.in: Include -lz and -ljpeg (if it's available) when
4832 testing for the tiff library.
4833
48342000-02-17 Gerd Moellmann <gerd@gnu.org>
4835
4836 * configure.in: Remove LISP_FLOAT_TYPE.
4837
48382000-02-12 Dave Love <fx@gnu.org>
4839
4840 * configure.in: Use AC_FUNC_VFORK.
4841
48422000-02-01 Gerd Moellmann <gerd@gnu.org>
4843
4844 * make-dist: Various fixes for new development tree.
4845
4846 * leim-Makefile.in: New file.
4847
48482000-01-31 Gerd Moellmann <gerd@gnu.org>
4849
4850 * Makefile.in (dist): Call ./make-dist.
4851
48522000-01-24 Dave Love <fx@gnu.org>
4853
4854 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
4855
48562000-01-18 Gerd Moellmann <gerd@gnu.org>
4857
4858 * configure.in (HAVE_GIF): Check for DGifOpen instead of
4859 DGifOpenFileName.
4860
48612000-01-11 Andreas Schwab <schwab@suse.de>
4862
4863 * Makefile.in (install-arch-indep): Update list of info files to
4864 be installed.
4865
48662000-01-05 Dave Love <fx@gnu.org>
4867
4868 * configure.in: Check for jerror.h as well as libjpeg.
4869
48702000-01-03 Andreas Schwab <schwab@suse.de>
4871
4872 * Makefile.in (install-arch-indep): Install autotype*. Run
4873 install-info on autotype and emacs-faq.info.
4874
48751999-12-04 Dave Love <fx@gnu.org>
4876
4877 * Makefile.in (install-arch-indep): Depend on `info'.
4878 (install-strip): Use `install' as sub-make target.
4879
48801999-11-23 Ken Raeburn <raeburn@gnu.org>
4881
4882 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
4883 didn't need to be deleted. Check for the k5crypto library as well
4884 as the crypto library; MIT Kerberos 1.1 changed the name.
4885
48861999-11-18 Dave Love <fx@gnu.org>
4887
4888 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
4889
48901999-11-11 Erik Naggum <erik@naggum.no>
4891
4892 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
4893
48941999-11-08 Dave Love <fx@gnu.org>
4895
4896 * configure.in: Fix change for --with-pop default.
4897
48981999-11-04 Dave Love <fx@gnu.org>
4899
4900 * configure.in: Default to --with-pop. Change sense of with-gcc
4901 and with-toolkit-scroll-bars messages to reflect the defaults.
4902
49031999-11-01 Gerd Moellmann <gerd@gnu.org>
4904
4905 * INSTALL: Mention the Emacs Lisp Reference.
4906
49071999-10-27 Noah Friedman <friedman@splode.com>
4908
4909 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
4910
49111999-10-23 Gerd Moellmann <gerd@gnu.org>
4912
4913 * Makefile.in (bootstrap): New target.
4914
49151999-10-19 Paul Eggert <eggert@twinsun.com>
4916
4917 Add support for large files. Merge glibc 2.1.2.
4918
4919 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
4920 (HAVE_TM_GMTOFF): New symbol.
4921 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
4922 mbrlen, strsignal.
4923 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
4924
49251999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4926
4927 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
4928 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
4929
49301999-10-09 Richard M. Stallman <rms@gnu.org>
4931
4932 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
4933 Unset CDPATH to prevent cd from generating output.
4934
49351999-10-08 Stefan Monnier <monnier@cs.yale.edu>
4936
4937 * update-subdirs: Also ignore CVS subdirs.
4938
49391999-10-07 Gerd Moellmann <gerd@gnu.org>
4940
4941 * Makefile.in (install-arch-indep): Add ada-mode.
4942
49431999-10-06 Dave Love <fx@gnu.org>
4944
4945 * Makefile.in: Add rules for config.status, configure.
4946
49471999-09-07 Gerd Moellmann <gerd@gnu.org>
4948
4949 * configure.in (--with-sound): Removed.
4950
49511999-08-30 Gerd Moellmann <gerd@gnu.org>
4952
4953 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
4954 the test for Xaw3d.
4955 (HAVE_TIFF): Add -lm to library check.
4956
49571999-08-28 Richard Stallman <rms@gnu.org>
4958
4959 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
4960 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
4961 after the other X-related libraries.
4962
49631999-08-21 Dave Love <fx@gnu.org>
4964
4965 * configure.in: Don't check for jpeglib.h.
4966
49671999-08-20 Gerd Moellmann <gerd@gnu.org>
4968
4969 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
4970 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
4971
49721999-08-18 Dave Love <fx@gnu.org>
4973
4974 * configure.in: Check for termcap.h.
4975
49761999-08-15 Gerd Moellmann <gerd@gnu.org>
4977
4978 * configure.in: Add --with-toolkit-scroll-bars. If "no",
4979 use Emacs' scroll bars, even if configured for Motif or when
4980 Xaw3d is available.
4981
49821999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4983
4984 * configure.in: Check for getaddrinfo.
4985
49861999-08-04 Eli Zaretskii <eliz@gnu.org>
4987
4988 * config.bat: Make --no-debug work again by removing -gcoff.
4989
49901999-07-30 Dave Love <fx@gnu.org>
4991
4992 * configure.in: Check for stdlib.h.
4993
49941999-07-19 Dave Love <fx@gnu.org>
4995
4996 * configure.in: Grok sparc64-*-linux-gnu*.
4997
49981999-07-12 Richard Stallman <rms@gnu.org>
4999
5000 * Version 20.4 released.
5001
50021999-06-23 Karl Heuer <kwzh@gnu.org>
5003
5004 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
5005 Quote $EMACS, in case it's a program with args.
5006
50071999-06-15 Gerd Moellmann <gerd@gnu.org>
5008
5009 * configure.in (HAVE_GIF): Use libungif instead of libgif
5010 because the former doesn't contain patented compression code.
5011
50121999-05-29 Richard M. Stallman <rms@gnu.org>
5013
5014 * configure.in: Delete the Kerberos stuff.
5015
50161999-05-27 Greg Hudson <ghudson@mit.edu>
5017
5018 * configure.in: Prefer kerberos 5 names.
5019
50201999-04-26 Richard M. Stallman <rms@gnu.org>
5021
5022 * configure.in: Check for libXp.
5023
50241999-04-08 Richard Stallman <rms@gnu.org>
5025
5026 * make-dist: Include change logs in subdirs of `lisp'.
5027
50281999-04-05 Richard Stallman <rms@gnu.org>
5029
5030 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
5031 (install-arch-indep): Make ${datadir}/emacs world-readable.
5032
50331999-03-30 Eli Zaretskii <eliz@gnu.org>
5034
5035 * config.bat: Use epaths.* instead of paths.*.
5036
50371999-03-07 Eli Zaretskii <eliz@gnu.org>
5038
5039 * INSTALL: Add detailed instructions to unpack and install
5040 intlfonts on MS-DOS.
5041
50421999-02-26 Richard Stallman <rms@gnu.org>
5043
5044 * configure.in: Use epaths.h and epaths-force instead of paths...
5045
5046 * Makefile.in (epaths-force): Renamed from paths-force;
5047 operate on epaths.in and produce epaths.h.
5048
50491999-02-24 Richard Stallman <rms@gnu.org>
5050
5051 * make-dist: Fix nt/icons directory handling.
5052
50531999-02-22 Simon Josefsson <jas@pdc.kth.se>
5054
5055 * configure.in (f301-fujitsu-uxpv4.1): New target.
5056
50571999-02-20 Richard Stallman <rms@gnu.org>
5058
5059 * make-dist (tempparent): Fix command to update info files.
5060
50611999-02-09 Richard Stallman <rms@gnu.org>
5062
5063 * configure.in (powerpc-apple-netbsd*): New alternative.
5064
50651999-01-25 Geoff Voelker <voelker@cs.washington.edu>
5066
5067 * make-dist: Include the new directory nt/icons in distributions.
5068
50691999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5070
5071 * configure.in: Change message about HAVE_XFREE386.
5072
50731999-01-07 Eli Zaretskii <eliz@gnu.org>
5074
5075 * config.bat: Support configuring with leim.
5076
50771998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
5078
5079 * configure.in (mips-sgi-irix6.5): New target.
5080
50811998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5082
5083 * configure.in: Remove GSS-API support, since it has been removed
5084 from movemail.
5085
50861998-12-04 Markus Rost <rost@delysid.gnu.org>
5087
5088 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5089
50901998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
5091
5092 * Makefile.in: Don't install customize info file.
5093 Run install-info on viper info file.
5094
50951998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
5096
5097 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5098
50991998-11-16 Kenichi Handa <handa@etl.go.jp>
5100
5101 * configure.in (*-*-bsdi4*): New target.
5102
51031998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
5104
5105 * configure.in: Fix previous change.
5106
51071998-11-11 Richard Stallman <rms@gnu.org>
5108
5109 * configure.in (aviion-intel): New machine.
5110
51111998-11-04 Kenichi Handa <handa@etl.go.jp>
5112
5113 * configure.in (mips-nec-sysv4*): New target.
5114
51151998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
5116
5117 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
5118 from lisp.
5119
51201998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
5121
5122 * make-dist: Don't include fns*.el in dist.
5123
51241998-10-30 Dave Love <fx@gnu.org>
5125
5126 * configure.in: Don't mkdir cpp.
5127
51281998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
5129
5130 * Makefile.in (install-arch-dep): Install src/fns-*.el in
5131 ${archlibdir}.
5132
51331998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5134
5135 * Version 20.3 released.
5136
51371998-07-30 Paul Eggert <eggert@twinsun.com>
5138
5139 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
5140 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
5141 (lwlib/Makefile, leim/Makefile):
5142 Prepend $(srcdir)/ to rule dependencies outside this dir.
5143
51441998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5145
5146 * configure.in: Use unset CDPATH instead of making it empty.
5147
51481998-06-20 Karl Heuer <kwzh@gnu.org>
5149
5150 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
5151
51521998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5153
5154 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
5155 and default.el. Sort the results.
5156
51571998-05-31 Karl Heuer <kwzh@gnu.org>
5158
5159 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
5160 writable.
5161
51621998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5163
5164 * Makefile.in (install-arch-indep):
5165 Don't alter site-lisp/subdirs.el if it exists.
5166
51671998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5168
5169 * Makefile.in (install-arch-indep): Put `-' on commands to create
5170 subdirs.el in site-lisp dirs.
5171
51721998-05-07 Richard Stallman <rms@psilocin.gnu.org>
5173
5174 * Makefile.in (install-arch-indep): Fix typo in previous change.
5175
51761998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5177
5178 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
5179
51801998-04-28 Richard Stallman <rms@psilocin.gnu.org>
5181
5182 * Makefile.in (mkdir): Create the site-lisp dirs.
5183 (install-arch-indep): Make site-lisp/subdirs files world-readable.
5184
51851998-04-26 Richard Stallman <rms@psilocin.gnu.org>
5186
5187 * Makefile.in (INSTALL_INFO): New variable.
5188 (install-arch-indep): Don't replace the dir file if it already exists.
5189 Use the install-info program, via INSTALL_INFO, to add entries.
5190 Make the `info' subdir and the Info files world-readable.
5191
51921998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
5193
5194 * config.bat: Make sure the environment is large enough to support
5195 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
5196
51971998-04-10 Karl Heuer <kwzh@gnu.org>
5198
5199 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
5200
52011998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5202
5203 * configure.in: Add --with-gssapi to specify GSS-API
5204 authentication support for movemail.
5205
52061998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5207
5208 * Makefile.in (install-arch-indep): Fix previous change.
5209
52101998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5211
5212 * Makefile.in (info): Run man in build dir, not srcdir.
5213
52141998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
5215
5216 * Makefile.in (install-arch-indep): Fix previous change.
5217
52181998-03-23 Kenichi Handa <handa@etl.go.jp>
5219
5220 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
5221
52221998-03-22 Richard Stallman <rms@gnu.org>
5223
5224 * Makefile.in (install-arch-indep): Put special subdirs.el files
5225 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
5226
52271998-03-21 Richard Stallman <rms@psilocin.gnu.org>
5228
5229 * make-dist: Fix shell syntax in check for missing .el or .elc files.
5230
52311998-03-09 Richard Stallman <rms@psilocin.gnu.org>
5232
5233 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
5234 (m68*-hp-hpux*): Handle versions 1X like 10.
5235
52361998-03-07 Richard Stallman <rms@psilocin.gnu.org>
5237
5238 * make-dist: PROBLEMS is now in etc, not top level dir.
5239
5240 * Makefile.in (SOURCES): Delete PROBLEMS.
5241
52421998-02-25 Richard Stallman <rms@gnu.org>
5243
5244 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
5245
5246 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
5247
52481998-01-17 Richard Stallman <rms@gnu.org>
5249
5250 * Makefile.in (install-arch-indep): Add semicolon before `else'.
5251
52521998-01-02 Richard Stallman <rms@psilocin.gnu.org>
5253
5254 * make-dist (tempparent): New option --no-check.
5255
5256 * make-dist: Don't do anything with cpp directory.
5257
52581997-12-20 Richard Stallman <rms@psilocin.gnu.org>
5259
5260 * configure.in (sparc-fujitsu-sysv4*): New target.
5261
52621997-12-17 Andreas Schwab <schwab@gnu.org>
5263
5264 * configure.in: Cache more tests. Add missing quotes around
5265 message with embedded comma.
5266
52671997-12-04 Karl Heuer <kwzh@gnu.org>
5268
5269 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
5270
52711997-11-26 Joel N. Weber II <devnull@gnu.org>
5272
5273 * make-dist: Changed the comment about `umask 0' to say `Don't
5274 restrict access to any files.'; previously it said `Don't protect
5275 any files', which may have implied that we think fascism is good.
5276
52771997-11-24 Paul Eggert <eggert@twinsun.com>
5278
5279 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
5280 strftime needs the underlying host's strftime for locale dependent
5281 formats.
5282
52831997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
5284
5285 * configure.in (i586-dg-dguxR4.*): New name in case branch.
5286
52871997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
5288
5289 * config.bat: Configure the man subdirectory.
5290
52911997-11-07 Paul Eggert <eggert@twinsun.com>
5292
5293 * configure.in (AC_CHECK_LIB): Add -lintl.
5294
52951997-11-07 Karl Heuer <kwzh@gnu.org>
5296
5297 * make-dist (check for .elc files): Avoid bash-specific syntax.
5298 (check for overflow 14-char limit): Simplify.
5299
53001997-11-07 Richard Stallman <rms@gnu.org>
5301
5302 * Makefile.in (install): Move blessmail last.
5303
53041997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5305
5306 * configure.in (gettimeofday, one arg or two):
5307 Clarify messages by avoiding double negative.
5308
53091997-09-30 Karl Eichwalder <ke@suse.de>
5310
5311 * Makefile.in (install-arch-indep): Install the widget info file.
5312
53131997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5314
5315 * configure.in (with-pop, with-kerberos): Need to check Kerberos
5316 libraries in reverse order, so that libraries will appear in the
5317 correct dependency order on the link line (and so that the
5318 configure checks themselves will work properly when early
5319 libraries depend on later ones).
5320
53211997-09-21 Erik Naggum <erik@naggum.no>
5322
5323 * make-dist (making links to `src'): Keep timestamp on copied files.
5324
5325 * make-delta: New script to produce delta distributions.
5326
53271997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5328
5329 * Version 20.2 released.
5330
53311997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5332
5333 * Version 20.1 released.
5334
5335 * Makefile.in (install-leim): Depend on mkdir.
5336 (leim): Depend on src.
5337
53381997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5339
5340 * configure.in: Recognize alpha* instead of just alpha.
5341
53421997-09-12 Paul Eggert <eggert@twinsun.com>
5343
5344 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
5345
53461997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5347
5348 * update-subdirs: Use rm -f.
5349
53501997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5351
5352 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
5353 Ignore subdirs named Old.
5354
53551997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
5356
5357 * configure.in: Add OpenBSD clause to set $machine.
5358
53591997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5360
5361 * make-dist: Recompile everything after updating various Lisp files.
5362 Recompile in leim as well as lisp.
5363 Check in leim as well as lisp for mismatched files and too-long names.
5364
53651997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5366
5367 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
5368
53691997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5370
5371 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
5372 before trying to copy anything from it.
5373
53741997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5375
5376 * Makefile.in (man/Makefile): New target.
5377 (tags): Define env var EMACS and run Makefile from build dir.
5378
53791997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
5380
5381 * config.bat: If src/_gdbinit doesn't exist, try using
5382 src/.gdbinit to create it (for building on Windows 95).
5383
53841997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5385
5386 * Makefile.in (install-arch-indep):
5387 Discard extra data in tar | tar pipes.
5388
53891997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
5390
5391 * configure.in (x_default_search_path): Corrected
5392 '${x_library}' to '${x_library}/X11'.
5393
53941997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5395
5396 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
5397
53981997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5399
5400 * configure.in: Support auto-configuration of both Kerberos V4 and
5401 Kerberos V5 for movemail, including detection of V4 and V5 header
5402 files and libraries.
5403
54041997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
5405
5406 * configure.in: Compute x_default_search_path
5407 and substitute into makefiles.
5408
5409 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
5410
54111997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5412
5413 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
5414
54151997-08-07 Erik Naggum <erik@naggum.no>
5416
5417 * configure.in: Remove lockdir, it is no longer needed.
5418 * Makefile.in (mkdir): Don't create lockdir.
5419 (lockdir): Variable deleted.
5420 (paths-force): Don't operate on PATH_LOCK.
5421
54221997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5423
5424 * leim-Makefile.in (clean, distclean): New targets.
5425
5426 * make-dist: Include leim/ChangeLog in leim distribution.
5427
54281997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5429
5430 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
5431
54321997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5433
5434 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
5435
54361997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5437
5438 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
5439
54401997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5441
5442 * make-dist: Update leim/leim-list.el.
5443 Pass along value of $EMACS when updating lisp dir.
5444
54451997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5446
5447 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
5448 prerequisite to the use of Doug Lea's malloc.
5449
54501997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5451
5452 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
5453
5454 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
5455
54561997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5457
5458 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
5459
54601997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5461
5462 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
5463 to news-r6.h.
5464
54651997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5466
5467 * config.bat: Use `sed' instead of `cp', which might not be
5468 installed.
5469
54701997-07-09 Kenichi Handa <handa@etl.go.jp>
5471
5472 * Makefile.in (mostlyclean): Add cleaning leim directory.
5473 (clean, distclean, maintainer-clean): Likewise.
5474
54751997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5476
5477 * make-dist (bogosities): Check subdirs of `lisp' also.
5478
54791997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5480
5481 * make-dist (etc): Really avoid symlinks now.
5482 (lisp): Don't delete from subdirs the things we never copy.
5483
54841997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5485
5486 * Makefile.in (install-arch-indep): Correct the target name.
5487 The first letter `i' was dropped by the previous change of mine.
5488
54891997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5490
5491 * configure.in (leim/Makefile): Generate this.
5492 (*-sysv4.2uw*): Recognize new alternative.
5493
5494 * leim-Makefile.in: Renamed from leim-Makefile.
5495
5496 * make-dist: Set up real-leim subdirectory,
5497 with the real contents of leim; then move it to
5498 a separate top-level directory.
5499
5500 * make-dist: Don't mention site-lisp, site-init, site-start
5501 or default, when listing files hat are not compiled and should be.
5502
5503 * configure.in: Create src/config.stamp at the end.
5504
55051997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5506
5507 * Makefile.in (install-leim): Correct previous change.
5508
55091997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5510
5511 * Makefile.in (install-leim): New target.
5512 (install): Depend on install-leim.
5513
55141997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5515
5516 * Makefile.in (SUBDIR): Add leim.
5517 (SUBDIR_MAKEFILES): Add leim/Makefile.
5518 (leim/Makefile): New target.
5519
55201997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5521
5522 * leim-Makefile: New file.
5523 * make-dist: Initialize a `leim' subdirectory with that makefile.
5524
55251997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5526
5527 * configure.in (GNU_MALLOC_reason): Fix message text.
5528
55291997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5530
5531 * make-dist (lisp): Don't process subdirs that start with =.
5532 (etc): Copy symlinks, as in src.
5533
55341997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5535
5536 * configure.in (i*86-*-unixware*): New alternative.
5537
55381997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5539
5540 * Makefile.in (src/config.stamp): Target renamed from src/config.h
5541 and touch it explicitly.
5542
5543 * configure.in (mips-sony-newsos6*): New alternative.
5544 (mips-*-linux-gnu*): New alternative.
5545 (*-*-bsdi*): New alternative.
5546 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
5547
55481997-06-22 Dave Love <d.love@dl.ac.uk>
5549
5550 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
5551 (src/config.h): New target to re-configure if src/config.in is patched.
5552
55531997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5554
5555 * configure.in (shutdown): Check for `shutdown' function.
5556
55571997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5558
5559 * update-subdirs: Include the directory "language" in subdirs.
5560
55611997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5562
5563 * configure.in (m88k-dg-dgux4*): New alternative.
5564 (alpha-*-netbsd*): New alternative.
5565 (powerpcle-*-solaris2*): New alternative.
5566
55671997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5568
5569 * make-dist: Warn about .el files that are not compiled.
5570
55711997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5572
5573 * Makefile.in (dist): Don't run update-subdirs here,
5574 since make-dist now gets that done.
5575
5576 * make-dist: Use the new `updates' target in lisp/Makefile.
5577
5578 * make-dist: Use new non-file targets in lisp/Makefile.
5579
55801997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5581
5582 * make-dist: Handle all subdirs of `lisp' uniformly.
5583 Don't handle `term' and `language' specially.
5584 Clear out umask at the beginning.
5585
55861997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5587
5588 * make-dist: Use Make to update finder-inf.el and autoloads.
5589 Also update cus-load.el.
5590
55911997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5592
5593 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
5594 in case it is desirable to disable the GNU malloc features with glibc.
5595
55961997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5597
5598 * configure.in (DOUG_LEA_MALLOC):
5599 Define if malloc_{get,set}_state exist.
5600
56011997-03-05 Kenichi Handa <handa@etl.go.jp>
5602
5603 * make-dist: Make links for files under lisp/language.
5604
56051997-02-20 Kenichi Handa <handa@etl.go.jp>
5606
5607 * update-subdirs: Exclude the directory "language" from subdirs.
5608
56091997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5610
5611 * configure.in: Check for rint and cbrt.
5612
56131997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5614
5615 * make-dist: Use $EMACS to say where to run Emacs.
5616 Add --no-update option.
5617
56181996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5619
5620 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
5621
56221996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5623
5624 * make-dist (copying src): Check thoroughly for symlinks
5625 and copy them in all cases. Regularize the linking of *.in
5626 and *.opt and ChangeLog files.
5627 (copying lib-src): Likewise.
5628 Don't rm getdate.c or y.tab.*--they don't exist any more.
5629
56301996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5631
5632 * configure.in: Check for libmail, maillock.h and
5633 touchlock (for movemail).
5634
56351996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5636
5637 * configure.in (limits.h): Check for this file.
5638
56391996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5640
5641 * configure.in (rs6000-ibm-aix4.2): New alternative.
5642 (rs6000-ibm-aix4.0): New alternative.
5643 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
5644
56451996-11-22 Ben Harris <bjh21@cam.ac.uk>
5646
5647 * configure.in: Recognize vax-*-netbsd*.
5648
56491996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5650
5651 * configure.in (locallisppath): Add leim directory.
5652
56531996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * config.bat: Make sure `mv' supports forward slashes and -f.
5656
56571996-10-28 Christian Limpach <chris@nice.ch>
5658
5659 * configure.in (hppa*-next-nextstep*): * added after hppa
5660 to accept hppa1.0 and hppa1.1.
5661
56621996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
5663
5664 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
5665 * configure.in (ld_switch_machine): Fix typo.
5666
56671996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5668
5669 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
5670 from config.h and use them in $ac_link.
5671
56721996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
5673
5674 * configure.in: Create a subdir named `lisp'.
5675
56761996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5677
5678 * configure.in: Check for getcwd.
5679
56801996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5681
5682 * configure.in: Check for termios.h. Check for setpgid.
5683
56841996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5685
5686 * configure.in: Check for setrlimit.
5687
56881996-08-31 Paul Eggert <eggert@twinsun.com>
5689
5690 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
5691
56921996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5693
5694 * configure.in: Check for utimes.
5695
5696 * configure.in: Check for com_err library, but only
5697 if --with-kerberos was used. Check for krb and des
5698 only if --with-kerberos.
5699
57001996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5701
5702 * Makefile.in (INSTALL_STRIP): New variable.
5703 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
5704 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
5705
57061996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5707
5708 * configure.in: Check for krb and des libraries.
5709
57101996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5711
5712 * configure.in (*-sunos4.1.[3-9]*noshare):
5713 Use sunos413, not sunos4-1-3.
5714 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
5715 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
5716
57171996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5718
5719 * Makefile.in (src/paths.h): Target deleted.
5720 (paths-force): Delete all dependencies on this target
5721 but don't delete the target.
5722 (install): Depend on `all'.
5723 (paths-force): Don't print a message.
5724
5725 * configure.in: Generate src/paths.h here.
5726
57271996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5728
5729 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5730 New variables that affect linking only.
5731 (alpha-dec-osf*): Use those instead of previous change.
5732
57331996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5734
5735 * Makefile.in (install-arch-indep): Install info/messages.
5736
57371996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5738
5739 * Version 19.33 released.
5740
57411996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5742
5743 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5744 Fix previous change.
5745
57461996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5747
5748 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5749 New alternative.
5750
57511996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5752
5753 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5754 and NON_GCC_TEST_OPTIONS.
5755
57561996-08-06 Paul Eggert <eggert@twinsun.com>
5757
5758 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5759 "TZ=..." in environ.
5760
57611996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5762
5763 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5764
57651996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5766
5767 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5768 the more general *-sunos4.1.[3-9]* clause.
5769
57701996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5771
5772 * Version 19.32 released.
5773
5774 * configure.in (*-sco3.2v5*):
5775 Set OVERRIDE_CPPFLAG to a string of one space.
5776 Fix the code that uses OVERRIDE_CPPFLAG.
5777
57781996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5779
5780 * configure.in: Undo previous change.
5781
57821996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5783
5784 * config.sub: Use `pc', not `unknown', when canonicalizing
5785 the vendor for ...86.
5786
57871996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5788
5789 * configure.in: Check for termios.h header.
5790
57911996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5792
5793 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5794
57951996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5796
5797 * configure.in: Split bsdos2 and bsdos2-1.
5798
57991996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5800
5801 * config.sub: If last two words are not a recognized
5802 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5803 Make conversion of gnu/linux to linux-gnu really work.
5804
5805 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5806
58071996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5808
5809 * configure.in (check for using Lucid widgets by default):
5810 Eliminate indentation that confuses some compilers.
5811
58121996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5813
5814 * config.sub: Convert linux and gnu/linux to linux-gnu.
5815
5816 * make-dist: Don't update getdate.c.
5817 Ignore =... files when checking for too-long Lisp file names.
5818
58191996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5820
5821 * configure.in (euidaccess): Check for that, not for eaccess.
5822
58231996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5824
5825 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5826 before `noshare'.
5827 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5828
58291996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5830
5831 * configure.in: Rename lignux to linux-gnu in configuration names.
5832 Use gnu-linux as the opsys value (s/ file name).
5833 Allow i686 just like i386, i486, i586.
5834
58351996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5836
5837 * configure.in (i*86-*-sco3.2v5): New alternative.
5838 (OVERRIDE_CPPFLAG): New variable.
5839 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5840
5841 * configure.in: Specify vpath for .texi files.
5842
58431996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5844
5845 * configure.in: Always check for HAVE_X11R5.
5846 Separately decide whether to use a toolkit by default.
5847
58481996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
5849
5850 * configure.in: If X11R5 is missing the Xaw headers,
5851 default to --with-x-toolkit=no.
5852
58531996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5854
5855 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
5856
58571996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5858
5859 * Makefile.in (install-arch-indep): If cd etc makes output,
5860 don't treat that as part of the tar data.
5861 Check that ./lisp actually exists.
5862
58631996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
5864
5865 * make-dist: Check for long file names.
5866
58671996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5868
5869 * Version 19.31 released.
5870
58711996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5872
5873 * configure.in: Recognize sparc-*-lignux.
5874
58751996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5876
5877 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
5878 Don't include config.w95.
5879
58801996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5881
5882 * make-dist: Replace --no-clean-up and --no-tar options
5883 with --clean-up and --tar, so that the default is useful.
5884
58851996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5886
5887 * config.bat: Make sure the GDB init file is called src/_gdbinit;
5888 if not, tell the user to rename it and abort.
5889
58901996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5891
5892 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
5893 test program.
5894
58951996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5896
5897 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
5898
5899 * make-dist (MANIFEST): Fix previous change.
5900 (msdos): Put mainmake.v2 into the dist.
5901
59021996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5903
5904 * make-dist: Exit if autoconf fails.
5905
59061996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
5907
5908 * config.bat: Set djgpp-ver, and unset it at the end.
5909 Add a number of conditionals for DJGPP version 2.
5910 Rename label libsrc2 to libsrc3.
5911 Substitute for LDFLAGS in src/Makefile.
5912 Substitute for ALL_CFLAGS in lib-src/Makefile.
5913
59141996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5915
5916 * configure.in (ncurses): Check this after checking fns like strerror.
5917
59181996-04-08 Erik Naggum <erik@naggum.no>
5919
5920 * make-dist (MANIFEST): Don't include lines from =files.
5921
59221996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5923
5924 * make-dist: Don't put lisp/dired.todo in the dist.
5925
59261996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
5927
5928 * configure.in (HAVE_NCURSES): Look for library named ncurses.
5929
5930 * configure.in (setlocale): Check for it.
5931
5932 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
5933
59341996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5935
5936 * configure.in: Use lignux instead of linux as value of opsys.
5937
59381996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5939
5940 * Makefile.in (install-strip): Fix whitespace.
5941 Get rid of continuation.
5942
5943 * config.sub: Convert linux or gnu/linux to lignux.
5944
59451996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5946
5947 * configure.in: Accept lignux in configuration name.
5948
59491996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5950
5951 * Makefile.in (install-strip): New target.
5952
59531996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5954
5955 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
5956 -f failed to do the job on Suns.
5957
59581996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5959
5960 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
5961
5962 * configure.in (linux/version.h): Check for this header.
5963
59641996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5965
5966 * configure.in: Remove -fno-builtin hackery from -lm check.
5967
59681996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5969
5970 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
5971 just this test.
5972
5973 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
5974
59751996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5976
5977 * configure.in: Check for ncurses.
5978
59791996-02-28 Paul Eggert <eggert@twinsun.com>
5980
5981 * configure.in (LOCALTIME_CACHE):
5982 Also define if localtime mishandles unsetting TZ.
5983 This works around a localtime bug in mips-dec-ultrix.
5984
59851996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5986
5987 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
5988
5989 * configure.in: Improve messages about X versions.
5990
59911996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5992
5993 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
5994
59951996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5996
5997 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
5998 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
5999
6000 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
6001 (install): Put install-arch-indep before install-arch-dep.
6002
60031996-02-20 Dave Love <d.love@dl.ac.uk>
6004
6005 * INSTALL: Clarify info about MS-DOS path handling.
6006
60071996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6008
6009 * Makefile.in (install-arch-indep): Install info/ccmode*.
6010 In previous change, protect against /bin/pwd returning null string.
6011
60121996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6013
6014 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
6015 to lispdir.
6016
60171996-02-01 Paul Eggert <eggert@twinsun.com>
6018
6019 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
6020
60211996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6022
6023 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
6024
60251996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6026
6027 * Makefile.in (extraclean): Use ${top_distclean} to ensure
6028 we delete everything distclean deletes.
6029
60301996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
6031
6032 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
6033
60341996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6035
6036 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
6037 into LDFLAGS instead of into LIBS.
6038
60391996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6040
6041 * configure.in (HAVE_XMU): Fix typo in previous change.
6042
60431996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6044
6045 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
6046
60471996-01-10 Erik Naggum <erik@naggum.no>
6048
6049 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
6050
60511996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
6052
6053 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
6054
60551996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6056
6057 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
6058 and use -lXt to link it.
6059
60601996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6061
6062 * configure.in (locallisppath): Put version-specific dir first.
6063
60641996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6065
6066 * configure.in (hppa-*-nextstep*): New alternative.
6067 (USE_X_TOOLKIT): By default, set this to "maybe";
6068 and change that later to LUCID or "no" according to X11 version.
6069
6070 * make-dist: Recompile outdated .elc files and update all autoloads.
6071
60721996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6073
6074 * configure.in (locallisppath): Fix typo in last change: " -> '.
6075
60761996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6077
6078 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
6079
60801995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6081
6082 * Makefile.in (install-arch-indep): Give all files read permission.
6083
60841995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6085
6086 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
6087 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
6088
60891995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6090
6091 * configure.in: Determine HAVE_X11R6.
6092 (HAVE_MENUS): Renamed from HAVE_X_MENU.
6093
60941995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6095
6096 * configure.in: Just "solaris" now defaults to version 2.4.
6097 Add sunos4.1.n-noshare as alternative.
6098
60991995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6100
6101 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
6102
61031995-11-29 Erik Naggum <erik@naggum.no>
6104
6105 * Makefile.in (install-arch-indep): Add missing backslash.
6106
61071995-11-29 Karl Eichwalder <ke@ke.Central.DE>
6108
6109 * Makefile.in (install-arch-indep): Don't install
6110 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
6111
61121995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6113
6114 * Makefile.in (install-arch-indep): Fix previous change.
6115
6116 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
6117
61181995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6119
6120 * Version 19.30 released.
6121
6122 * make-dist (lisp): Exclude subdirs.el.
6123
61241995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6125
6126 * make-dist (etc): Delete *.orig and *.rej.
6127
61281995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6129
6130 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
6131
61321995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6133
6134 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
6135
61361995-11-14 Geoff Voelker <voelker@cs.washington.edu>
6137
6138 * make-dist (nt): Rename install, readme, and todo to
6139 INSTALL, README, and TODO.
6140
61411995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6142
6143 * make-dist (lisp): Don't distribute site-start.
6144
61451995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
6146
6147 * make-dist: Break the hard link on alloca.c.
6148
61491995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6150
6151 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
6152
61531995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6154
6155 * make-dist (src, lib-src): Don't distribute Makefile.c.
6156 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
6157
61581995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6159
6160 * Makefile.in (mkdir): Create man1dir, not mandir.
6161 (uninstall): Use man1dir, not mandir.
6162
61631995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6164
6165 * Makefile.in (man1dir): New variable.
6166 (install-arch-indep): Use man1dir.
6167
6168 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
6169
6170 * make-dist: Create lisp/MANIFEST.
6171
61721995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6173
6174 * configure.in (m68k-*-linux*): New alternative.
6175
61761995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6177
6178 * make-dist: Use new names config.in, paths.in, and
6179 {src,lib-src}/Makefile.in.
6180
61811995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6182
6183 * configure.in: Don't bother checking for drem.
6184
61851995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6186
6187 * Makefile.in (distclean): Delete line with just a tab in it.
6188 (install-arch-indep): Delete spaces that precede tabs.
6189 Delete spurious `fi' left from previous change.
6190 (install): Supply `true' as command, to avoid null command.
6191
61921995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6193
6194 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
6195
61961995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6197
6198 * configure.in (powerpc-*-solaris2): New alternative.x
6199
62001995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
6201
6202 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
6203 of paths.h.tmp$$, to avoid going beyond 14 characters.
6204
62051995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6206
6207 * configure.in: Improve error msg for invalid --with-x-toolkit value.
6208
62091995-09-06 Paul Eggert <eggert@twinsun.com>
6210
6211 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
6212 if localtime caches TZ. Check for tzset.
6213
62141995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6215
6216 * config.bat: Simplify using new names file names src/makefile.in,
6217 config.in, paths.in. Change Echo commands not to use `.
6218
62191995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6220
6221 * Makefile.in (install-arch-indep): Always install the new dir file;
6222 rename the previous dir file to dir.bak or dir.old.
6223
62241995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6225
6226 * configure.in (RANLIB): Substitute this into makefiles.
6227 Set it specially on solaris; set it by default on other systems.
6228
6229 * configure.in: Fix previous Alpha change.
6230
62311995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6232
6233 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
6234 NON_GCC_TEST_OPTIONS.
6235
62361995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6237
6238 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
6239 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
6240
6241 * configure.in (alpha-*-linux*): New configuration.
6242
62431995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6244
6245 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
6246 (m68k-next-nextstep*): New alias for that.
6247 (i*86-*-nextstep*): Use nextstep.h.
6248 (sparc-*-nextstep*): New configuration.
6249
62501995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6251
6252 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
6253 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
6254
62551995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6256
6257 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
6258 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
6259
62601995-07-18 Mike Long <mike.long@analog.com>
6261
6262 * make-dist: Fix update of finder-inf.el, and byte-compile it.
6263
62641995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6265
6266 * Makefile.in (src/paths.h, paths-force):
6267 Rename src/paths.h.in to src/paths.in.
6268 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
6269
6270 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
6271 Use Makefile.c for intermediate file.
6272 Rename src/config.h.in to src/config.in.
6273
62741995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
6275
6276 * configure.in (mips-dec-ultrix*): Assume version 4.3.
6277 (mips-dec-ultrix4.[12]): New alternative for old versions.
6278
62791995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6280
6281 * make-dist: Don't break intra-tree links.
6282
62831995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6284
6285 * configure.in: Put back archlibdir initialization. Require
6286 autoconf 2.4.1 or later.
6287
62881995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6289
6290 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
6291 (mips-mips-riscos5*): New alternative.
6292
62931995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6294
6295 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
6296
62971995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6298
6299 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
6300 (mandir, infodir, archlibdir): Initializations deleted.
6301
6302 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
6303 On hpux9shr, use hpux9shxr4.h.
6304
63051995-06-24 Morten Welinder <terra+@cs.cmu.edu>
6306
6307 * configure.in: Added target mips-dec-mach_bsd4.3.
6308 * config.guess: Guess mips-dec-mach_bsd4.3.
6309
63101995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6311
6312 * Makefile.in (mkdir): Use symbolic chmod.
6313
63141995-06-22 Paul Eggert <eggert@twinsun.com>
6315
6316 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
6317 SunOS 4.1.5 through 4.1.9, should they ever exist.)
6318
63191995-06-22 Paul Eggert <eggert@twinsun.com>
6320
6321 * Makefile.in (SUBDIR_MAKEFILES):
6322 Add man/Makefile, so `make distclean' removes it.
6323 (top_distclean): Add config.log to the list of files to be removed.
6324
63251995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6326
6327 * Version 19.29 released.
6328
63291995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6330
6331 * configure.in: Fix the previous change to verify that the -b
6332 option really solves the problem.
6333
6334 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
6335
63361995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6337
6338 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
6339
63401995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6341
6342 * configure.in: Report more clearly when there is no special
6343 dir to search for X includes or libraries.
6344
63451995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6346
6347 * configure.in: Check for -lpthreads, not -lpthread.
6348
63491995-06-09 Geoff Voelker <voelker@cs.washington.edu>
6350
6351 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
6352
63531995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6354
6355 * configure.in: Check for -lpthread.
6356
63571995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6358
6359 * Makefile.in (install-arch-indep): Install info files for mh-e.
6360 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
6361
63621995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6363
6364 * configure.in (*-solaris2.5): New configuration.
6365
6366 * make-dist: Copy new files config.nt and config.w95.
6367
63681995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6369
6370 * configure.in: Use x_includes, not x_libraries, for -I.
6371 Make bitmapdir a colon-separated list.
6372
63731995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
6374
6375 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
6376
6377 * configure.in: Allow x_libraries and x_includes to be paths.
6378
63791995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6380
6381 * configure.in: Fix typo.
6382
63831995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6384
6385 * INSTALL: Clarify use of site-init.el.
6386
63871995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
6388
6389 * configure.in: Pass arg to sqrt.
6390
63911995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6392
6393 * make-dist: Fix May 6 change.
6394
63951995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6396
6397 * vpath.sed: Delete reference to ymakefile.
6398
63991995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6400
6401 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
6402
64031995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6404
6405 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
6406
6407 * update-subdirs: Specify /bin/sh to run the script.
6408
64091995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6410
6411 * make-dist: Put src/makefile.nt in dist.
6412
6413 * configure.in (i[345]86-*-bsdi2*): New configuration.
6414 (vax-dec-bsd386*): Deleted.
6415
64161995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6417
6418 * configure.in: Make sure CDPATH doesn't mess up PWD check.
6419 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
6420 Use fmod instead of logb in -lm check.
6421
64221995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6423
6424 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
6425 Use bsd4-3. Don't set NON_GNU_CPP.
6426
6427 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
6428 In nt, copy various different things, but not *.cmd.
6429 Fix the ln commands for the subdirs of nt.
6430
64311995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6432
6433 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
6434
64351995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6436
6437 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
6438 since that's what the header file expects.
6439
64401995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
6441
6442 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
6443 and 68040 based machines when choosing options for gnucc.
6444
64451995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6446
6447 * Makefile.in (top_distclean): Delete config.cache.
6448
64491995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6450
6451 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
6452
6453 * configure.in: Use m/ncr386.h.
6454
64551995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6456
6457 * Makefile.in (install-arch-indep): Undo Sep 23 change.
6458
64591995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6460
6461 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
6462 (man): Don't copy texindex.c and getopt.c; they're deleted.
6463 (etc): Omit `e'; it's a subdirectory.
6464 (etc/e): Use `../..', not `..', to reference top level.
6465
64661995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
6467
6468 * Makefile.in (install-arch-indep, dist):
6469 Look for `update-subdir' in $(srcdir).
6470
64711995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6472
6473 * make-dist: Include mkinstalldirs in distribution.
6474
64751995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6476
6477 * make-dist: Add missing close backquote.
6478
64791995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6480
6481 * make-dist: Don't distribute shortnames directory.
6482
64831995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6484
6485 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
6486
64871995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6488
6489 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
6490
64911995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6492
6493 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
6494
64951995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6496
6497 * configure.in (mips-sgi-irix6): New configuration.
6498
64991995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6500
6501 * Makefile.in (maintainer-clean): Renamed from realclean.
6502
65031995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6504
6505 * configure.in: Create a .gdbinit that sources the real one,
6506 if using a different build directory.
6507
65081995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6509
6510 * configure.in: Check for sys/select.h.
6511
65121995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6513
6514 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
6515
65161994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6517
6518 * configure.in: Handle isc 4.1 operating system.
6519
65201994-12-10 Richard Stallman <rms@kepa>
6521
6522 * configure.in (rs6000-ibm-aix4.1*): New alternative.
6523 (rs6000-ibm-aix4*): New alternative.
6524
65251994-12-06 Richard Stallman <rms@kepa>
6526
6527 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
6528
65291994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6530
6531 * configure.in: Don't try to make directories that are guaranteed
6532 to already exist.
6533
65341994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6535
6536 * configure.in: Generate man/Makefile from man/Makefile.in.
6537 Create the man subdir.
6538
6539 * Makefile.in (dvi): Run Make in our man subdir.
6540
6541 * make-dist: Create subdir etc/e.
6542 Make links to it.
6543 Put man/Makefile.in in dist, instead of man/Makefile.
6544
65451994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
6546
6547 * configure.in: Add --with-pop, --with-kerberos, and
6548 --with-hesiod for movemail.
6549
65501994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6551
6552 * configure.in (m68*-apollo*): Use s/domain.h.
6553
65541994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6555
6556 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
6557
65581994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6559
6560 * configure.in: Don't add -I, -L, -R options for cc if their
6561 arguments would be empty.
6562
65631994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6564
6565 * configure.in (i860-intel-osf1*): New alternative.
6566 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
6567 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
6568
65691994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6570
6571 * configure.in: Make h_errno check not use nested functions.
6572
65731994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6574
6575 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
6576
65771994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6578
6579 * Makefile.in (install-arch-indep): Avoid continued comment
6580 swallowing target line.
6581
65821994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
6583
6584 * configure.in: Protect a character class with `changequote'.
6585
65861994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6587
6588 * configure.in: Accept `news' as a synonym for `newsos'.
6589
65901994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6591
6592 * Makefile.in: Don't rm files if cd fails.
6593
65941994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6595
6596 * make-dist: Put nt subdir and its subdirs in the dist.
6597 (lib-src): Put makefile.nt in the dist.
6598 (lisp): Put makefile.nt in the dist.
6599
66001994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6601
6602 * configure.in: Change a stray `[' to `test'.
6603
66041994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6605
6606 * configure.in: Adapt for Autoconf v2. Use the standard argument
6607 parser, host type canonicalizer, X11 finder, and message
6608 printing macros. Use the new macro names. Use `test' instead of `['.
6609
66101994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6611
6612 * configure.in: Check for getpagesize.
6613
66141994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6615
6616 * make-dist (msdos): Put sed* in the distribution.
6617
66181994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
6619
6620 * config.bat: New option, `--with-x', for configuring Emacs
6621 for use with the X11 system DesqView/X.
6622 New option, `--no-debug', for compiling Emacs without debug
6623 information thus saving disk space.
6624 (src/config.h, src/paths.h): Use `update' (which is like
6625 `move-if-changed') to change the file.
6626 (src/config.h): When configuring for X11 perform extra changes.
6627 (src/makefile): When configuring for X11 perform extra changes.
6628 (lib-src): Remove temporary files.
6629 (): Check that `sed', `rm', `mv', and `gcc' are available.
6630
66311994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6632
6633 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
6634
6635 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
6636
66371994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6638
6639 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
6640
6641 * configure.in (canonical): Substitute var into makefiles.
6642 (bitmapdir): Likewise.
6643
6644 * Makefile.in (bitmapdir): New variable.
6645 (src/paths.h, paths-force): Edit PATH_BITMAPS.
6646
66471994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6648
6649 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
6650
6651 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
6652 * update-subdirs: New shell script.
6653
66541994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6655
6656 * Makefile.in (top_distclean): Don't rm build-install.
6657 (SOURCES): Delete build-install.in.
6658
6659 * make-dist: Don't distribute build-ins.in.
6660 * build-ins.in: File deleted.
6661
66621994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6663
6664 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
6665
66661994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6667
6668 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
6669
6670 * configure.in (libexecdir): Renamed from libdir. New default.
6671 (sharedstatedir): Renamed from statedir. New default.
6672 (datadir): New default.
6673
6674 * make-dist: Don't distribute subdirs.el.
6675
66761994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6677
6678 * configure.in (eaccess): Check for it.
6679
66801994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6681
6682 * configure.in (mktime): Check for it.
6683
66841994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
6685
6686 * configure.in (motif): Add support for usage and option checking.
6687
66881994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6689
6690 * configure.in (utimes): Check for it.
6691
66921994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6693
6694 * Makefile.in (install-arch-indep): Don't do mkdir here.
6695
66961994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6697
6698 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6699 riscix.h renamed to acorn.h.
6700
67011994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
6702
6703 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6704 New configurations.
6705
67061994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6707
6708 * configure.in: Remove trailing slashes from srcdir.
6709
67101994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6711
6712 * configure.in (i[345]86-sequent-ptx*): Handle
6713
67141994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6715
6716 * Makefile.in (paths-force): Depend on src/paths.h
6717
67181994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6719
6720 * configure.in (config_options): Save all arguments, not just some.
6721
67221994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6723
6724 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
6725
6726 * configure.in: Add AC_AIX.
6727 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6728
67291994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6730
6731 * configure.in (parsing options): Simplify sed command to delete -'s.
6732
67331994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6734
6735 * configure.in (config_options): New shell variable.
6736 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6737
67381994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6739
6740 * configure.in (alpha-dec-osf*): New target.
6741
6742 * Makefile.in: Use just one FRC target.
6743
67441994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6745
6746 * Makefile.in (removenullpaths, paths-force):
6747 Use name paths.h.tmp$$, which depends on the pid.
6748
67491994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6750
6751 * Makefile.in (removenullpaths, paths-force):
6752 Put paths.h.tmp in top-level dir, not in src.
6753
67541994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6755
6756 * Version 19.27 released.
6757
67581994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6759
6760 * Version 19.26 released.
6761
67621994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6763
6764 * configure.in: Check for lrand48, not rand48.
6765
67661994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6767
6768 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6769 (powerpc-ibm-aix*): New aliases.
6770
67711994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6772
6773 * make-dist (src/m, src/s): Put *.inp in distribution.
6774
67751994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6776
6777 * configure.in: Accept i586 and i486 along with i386.
6778
67791994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6780
6781 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6782 even if CPP env var was set by the user.
6783
6784 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6785
67861994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6787
6788 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6789
67901994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6791
6792 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6793
67941994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6795
6796 * configure.in: Check more specifically for i*86-sun-sunos.
6797
67981994-08-03 Caveh Jalali (caveh@eng.sun.com)
6799
6800 * configure.in: Handle solaris 2.4.
6801
68021994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6803
6804 * configure.in (rand48): Check for it.
6805
68061994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6807
6808 * make-dist: Update the info files.
6809
68101994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6811
6812 * configure.in: Make "checking..." messages' style consistent.
6813 (HAVE_H_ERRNO): New test.
6814
68151994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6816
6817 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6818
68191994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6820
6821 * configure.in (CFLAGS): If the envvar was specified, use that.
6822 And set REAL_CFLAGS from it too.
6823
68241994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6825
6826 * make-dist: Update finder-inf.el.
6827
68281994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6829
6830 * make-dist (msdos): Include sed4.inp in dist.
6831
6832 * Makefile.in (libsrc_libs): Var deleted.
6833
68341994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6835
6836 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6837
68381994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6839
6840 * configure.in (mips-sony-newsos4*): New alias.
6841
68421994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6843
6844 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
6845 (*-convex-convexos*): Accept this as alias.
6846
68471994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6848
6849 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
6850 for two different uses.
6851
68521994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6853
6854 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
6855
68561994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6857
6858 * make-dist: Put ./BUGS into the distrib.
6859
68601994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6861
6862 * configure.in: Handle 386 running Solaris 2.
6863
68641994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6865
6866 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
6867
68681994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6869
6870 * configure.in (mips-sony-newsos*): Use news-risc.h.
6871
6872 * configure.in: Accept bsdi as opsys, like bsd386.
6873
68741994-06-01 Morten Welinder (terra@diku.dk)
6875
6876 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
6877
68781994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6879
6880 * Version 19.25 released.
6881
6882 * make-dist (shortversion): Don't assume another period follows.
6883
68841994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6885
6886 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
6887 (uninstall): Use /bin/pwd.
6888
6889 * Makefile.in (blessmail): Depend on src.
6890 (all): Don't depend on blessmail.
6891
6892 * Makefile.in (src/paths.h): Don't force recomputation.
6893 (paths-force): New target; force recomputation of paths.h.
6894 (all): Depend on paths-force.
6895 (src, lib-src): Depend on src/paths.h.
6896
6897 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
6898 NON_GCC_TEST_OPTIONS.
6899
69001994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6901
6902 * configure.in: Don't insist on subversions for irix.
6903
69041994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6905
6906 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
6907
6908 * configure.in (i[34]86-next-*): New alternative.
6909
69101994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6911
6912 * Version 19.24 released.
6913
6914 * configure.in: New config hppa*-hp-hpux9shr*.
6915
69161994-05-22 Morten Welinder (terra@tyr.diku.dk)
6917
6918 * config.bat: Doc fix.
6919
69201994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6921
6922 * Makefile.in (mostlyclean, clean, distclean, realclean)
6923 (extraclean): Don't act on man subdir if it doesn't exist.
6924
69251994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6926
6927 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
6928 Use them to set up CC.
6929 (*-sun-sunos4.1.3): Set them.
6930
69311994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6932
6933 * Makefile.in (lib-src): Don't depend on src/paths.h.
6934
69351994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6936
6937 * build-ins.in (copydests): Get rid of spurious `-'s.
6938
6939 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
6940
69411994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6942
6943 * Version 19.23 released.
6944
6945 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
6946 for the Xlib and Xt checks; then restore old CFLAGS.
6947
69481994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6949
6950 * configure.in (HAVE_X11XTR6): Add newline before #if.
6951 Add newline after #endif.
6952
69531994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6954
6955 * configure.in (HAVE_X11XTR6): Arrange to define it.
6956
69571994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6958
6959 * Makefile.in (install): Depend on blessmail.
6960
69611994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6962
6963 * configure.in (mips-siemens-sysv*): Put quotes around value
6964 containing blanks.
6965
69661994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6967
6968 * Makefile.in (TAGS): Use the makefile in src subdir.
6969
69701994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6971
6972 * configure.in (opsys): Recognize `gnu'.
6973
69741994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6975
6976 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
6977
69781994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6979
6980 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
6981 version > 1.8.
6982
69831994-05-08 Morten Welinder (terra@diku.dk)
6984
6985 * config.bat: Forcibly remove "# " style comments from makefiles.
6986
69871994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6988
6989 * Makefile.in (uninstall): When processing lispdir and etcdir,
6990 do nothing unless it exists and is a directory.
6991
69921994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6993
6994 * Makefile.in (install-arch-indep): Do install info/dired-x*.
6995 Merge code in from install-doc.
6996 (install-doc): Merge code back into install-arch-indep.
6997 (install-arch-dep): Don't depend on install-doc.
6998
6999 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
7000
70011994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7002
7003 * configure.in (making src/Makefile and lib-src/Makefile):
7004 Split off the autoconf substitutions and don't pass them thru cpp.
7005 (undefs): Use $canonical as well as $configuration.
7006
7007 * make-dist: Distribute lisp/Makefile.
7008
7009 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
7010 Use lower case names for the s files.
7011
70121994-05-03 Morten Welinder (terra@diku.dk)
7013
7014 * config.bat: Added possibility for different file name
7015 transcriptions in lib-src.
7016
70171994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7018
7019 * Makefile.in (lib-src): Undo previous change.
7020 (blessmail): New target to run maybe-blessmail in lib-src.
7021 (all): Depend on blessmail.
7022
7023 * Makefile.in (lib-src): Depend on src.
7024
70251994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
7026
7027 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
7028 (m88k-dg-dgux5.4R2): dgux5.4R2.
7029
70301994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7031
7032 * configure.in (window_system): Restore accidentally deleted code
7033 that uses AC_FIND_X.
7034
7035 * make-dist: Distribute config.bat.
7036
70371994-04-29 Morten Welinder (terra@diku.dk)
7038
7039 * config.bat: Corrected the configuration of lib-src
7040 to keep up with configure. Add note about dos version 3
7041 or better needed (djgpp needs that). Add note explaining
7042 that either install in c:/emacs or edit the script.
7043 Don't change to c:/emacs, but assume we're there (to minimize
7044 the number of places to change).
7045
7046 * config.bat: Build-in the first step towards X11 support with
7047 the X11 emulator that exists. At this time it won't work,
7048 and several files are missing.
7049
70501994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7051
7052 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
7053 Don't look for -lresolv.
7054
7055 * Makefile.in (lib-src): Depend on src/paths.h.
7056
70571994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7058
7059 * configure.in: Restore deleted AC_SUBST of `configuration'.
7060 Improve error message for bad --with-x-toolkit value.
7061
7062 * configure.in: Define CONFIGURATION in src/config.h
7063 rather than substituting in src/Makefile.in.
7064
70651994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7066
7067 * Makefile.in (install-doc): New target.
7068 (install-arch-dep): Depend on install-doc.
7069 (mkdir): Create docdir.
7070
70711994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7072
7073 * configure.in: Test for libresolv.a.
7074 Substitute machfile and opsysfile.
7075
70761994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7077
7078 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
7079 (install-arch-dep): Install under the name $(EMACS).
7080
70811994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7082
7083 * configure.in (version): Use entire value of emacs-version.
7084 (mips-siemens-sysv*): New alternative.
7085
70861994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7087
7088 * Makefile.in (install-arch-indep): Don't install dired-x*.
7089
70901994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7091
7092 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
7093 Fix definition of $undefs.
7094
70951994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7096
7097 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
7098
7099 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
7100
71011994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7102
7103 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
7104
71051994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7106
7107 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
7108 and run it thru cpp, as with src/Makefile.in.
7109
7110 * configure.in: Use AC_SET_MAKE.
7111
71121994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7113
7114 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
7115
71161994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7117
7118 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
7119
7120 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
7121 (printing the choices): Make the toolkit message unconditional.
7122 (USE_X_TOOLKIT): Use `none', not `no', if none.
7123 (include libsrc_libs): Include config.h, and specify -I for srcdir.
7124 Get rid of temp file foofoo1.
7125
71261994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7127
7128 * configure.in (CFLAGS): Use shell syntax, not Makefile.
7129
71301994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7131
7132 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
7133 (printing the choices): State choice of toolkit.
7134 (libsrc_libs): Recalculate after writing config.h;
7135 then update lib-src/Makefile.
7136
71371994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7138
7139 * configure.in: Add sunos4shr as alternative for suns.
7140 Conditionals testing for null $CC were backwards.
7141
71421994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7143
7144 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
7145
71461994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7147
7148 * configure.in: Handle -isc4.0*.
7149
71501994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7151
7152 * configure.in (esix5): Set NON_GNU_CPP.
7153
71541994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
7155
7156 * Makefile.in (thisdir): Nonsensical variable removed.
7157 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
7158 back to $thisdir, rather than the directory `this_dir'.
7159
71601994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7161
7162 * Makefile.in (install-arch-indep): Add missing backslash after a
7163 `then'.
7164
71651994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7166
7167 * Makefile.in (thisdir): New variable.
7168 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
7169
71701994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7171
7172 * configure.in: Add freebsd.
7173
71741994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7175
7176 * configure.in: Check for fpathconf.
7177
71781994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7179
7180 * configure.in (with_x_toolkit): Fix typo in previous change.
7181
71821994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7183
7184 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
7185
71861994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7187
7188 * configure.in (with_x_toolkit): Don't allow motif or open-look.
7189
71901994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7191
7192 * configure.in: Fix value of docdir.
7193 * Makefile.in (install-arch-indep): Install DOC* in docdir.
7194
71951994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7196
7197 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
7198
71991994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
7200
7201 * configure.in: New variable docdir to control where the docstring
7202 file goes.
7203 Makefile.in: Use it to initialize PATH_DOC in paths.h.
7204
72051994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7206
7207 * configure.in: When --run-in-place, don't inherit archlibdir.
7208
72091994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7210
7211 * Makefile.in (install-arch-dep, install-arch-indep):
7212 New targets split up former do-install rule.
7213 (do-install): Target deleted.
7214
72151994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7216
7217 * configure.in (mips-sony-newsos*): New configuration.
7218
72191994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
7220
7221 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
7222
72231994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7224
7225 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
7226
72271994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7228
7229 * configure.in: Don't initialize CC.
7230
72311994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7232
7233 * configure.in (creating src/Makefile): Also generate -U switches
7234 for symbols in the $configuration value.
7235
7236 * configure.in: Check for sys_siglist being declared in system header.
7237
72381994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7239
7240 * configure.in (creating src/Makefile): Delete blank lines
7241 along with lines of whitespace.
7242 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
7243
72441994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7245
7246 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
7247 like C_SWITCH_SYSTEM.
7248 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
7249
72501994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7251
7252 * configure.in (drem): Check for this function.
7253
72541994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7255
7256 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
7257 If CPP was inherited from environment, don't use NON_GNU_CPP.
7258 (NON_GNU_CC): Likewise.
7259 (handling with_gcc): Use explicit if in the `no' case.
7260 (cc_specified): New variable; if set, don't use NON_GNU_CC.
7261
72621994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7263
7264 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
7265
72661994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7267
7268 * configure.in: Check whether fmod exists.
7269
72701994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7271
7272 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
7273 {src,lisp}/OChangeLog.
7274
72751994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7276
7277 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
7278 necessary for proper operation. This code works with the current
7279 released version of Autoconf.
7280
72811994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7282
7283 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
7284 (USE_X_TOOLKIT): Define it for all values except `no'.
7285
7286 * configure.in: Undo first Jan 8 change and Jan 16 change.
7287
72881994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7289
7290 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
7291 Substitute USE_X_TOOLKIT as both C macro and Make variable.
7292
7293 * Makefile.in (lwlib/Makefile): New target.
7294 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
7295 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
7296 (unlock, relock): Handle lwlib subdir.
7297
7298 * Makefile.in: Add some .PHONY targets.
7299
7300 * make-dist: Handle lwlib subdir like oldXMenu subdir.
7301
7302 * lwlib: New subdirectory.
7303
73041994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7305
7306 * configure.in: If CPP has a value that is a directory,
7307 discard the value.
7308
73091994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7310
7311 * configure.in (srcdir_undefs): Add g flag to sed substitution to
7312 remove -U[0-9]*.
7313
73141994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7315
7316 * Makefile.in (do-install): Install the dired-x info files.
7317
7318 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
7319 (See src/s/sol2.h.)
7320
73211994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7322
7323 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
7324
73251994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7326
7327 * configure.in (creating src/Makefile): Put code inside 2nd arg to
7328 AC_OUTPUT as it should be; hopefully noone will again see fit to
7329 gratuitously break this and not make a change log entry.
7330 Optimized sed processing of Makefile.in and cpp output; now
7331 preserves comments previously removed from the cpp input.
7332 Eliminated temp file for cpp output. Generate -U switches to
7333 undefine all identifiers that appear in the directory name
7334 ${srcdir}; pass these to cpp.
7335
7336 * configure.in (version): Fix sed regexp to match two-elt version
7337 number.
7338
7339 * configure.in: Check for strerror.
7340
73411994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7342
7343 * configure.in: Test for bcmp.
7344
73451994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7346
7347 * make-dist (tempdir): Put subdir msdos into the distribution.
7348
73491993-01-07 Morten Welinder (terra@diku.dk)
7350
7351 * config.bat: New file.
7352
73531994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7354
7355 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
7356
73571994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7358
7359 * configure.in (m68*-next-*): Don't care about which os is specified.
7360 (i[34]86-*-*): Check for *-nextstop*.
7361
73621993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7363
7364 * configure.in: Check for setsid.
7365
73661993-12-17 Richard Stallman (rms@srarc2)
7367
7368 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
7369
73701993-12-15 Richard Stallman (rms@srarc2)
7371
7372 * Makefile.in (mkdir): Make only the lockdir writable.
7373
7374 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
7375
73761993-12-11 Richard Stallman (rms@srarc2)
7377
7378 * Makefile.in (libdir): Use @libdir@.
7379
73801993-12-08 Richard Stallman (rms@srarc2)
7381
7382 * Makefile.in (install): Add empty command.
7383
73841993-12-04 Richard Stallman (rms@srarc2)
7385
7386 * make-dist: Put man/getopt.c in the dist.
7387
7388 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
7389
7390 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
7391
73921993-12-03 Richard Stallman (rms@srarc2)
7393
7394 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
7395 Set it for all solaris versions.
7396 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
7397 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
7398 Likewise for NON_GNU_CC and CC.
7399
74001993-12-01 Richard Stallman (rms@srarc2)
7401
7402 * configure.in (mips-mips-riscos4*): Assign variable CC.
7403 (checking ${with_gcc}): If "no", don't override CC if already set.
7404 (CC): Initialize it as empty.
7405
74061993-11-30 Richard Stallman (rms@srarc2)
7407
7408 * configure.in (Suns): Set CPP if *-solaris2.3*.
7409
74101993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7411
7412 * Version 19.22 released.
7413
7414 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
7415
74161993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7417
7418 * make-dist: When breaking links, use cp -p.
7419 Copy install.sh into distribution.
7420 Move the temp dir up into the parent dir;
7421 don't leave the staging dir make-dist.tmp... in existence.
7422 * install.sh: New file.
7423
74241993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7425
7426 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
7427
74281993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7429
7430 * configure.in (version): When --run-in-place, exclude
7431 ${datadir}/emacs/site-lisp from locallisppath.
7432
74331993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7434
7435 * configure.in: Delete jumk.c before writing it.
7436
74371993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7438
7439 * Version 19.21 released.
7440
7441 * Makefile.in (mkdir): Ignore error from chmod.
7442
74431993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7444
7445 * make-dist: Don't put lisp/forms.README in the distribution.
7446
74471993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7448
7449 * configure.in (creating src/Makefile): Before running cpp,
7450 discard all lines that start with `# Generated' or /**/#.
7451
74521993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7453
7454 * Version 19.20 released.
7455
7456 * make-dist: Use build-ins.in, not build-install.in.
7457 Don't bother updating TAGS since it's not included.
7458
7459 * build-ins.in: Renamed from build-install.in.
7460
74611993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7462
7463 * make-dist: Don't try to link *.texinfo--there are none now.
7464 When running make in lib-src, specify YACC var value.
7465
74661993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7467
7468 * configure.in (extrasub): Add vpath patterns for %.[yls].
7469
7470 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
7471 Instead just include the commands to make src/Makefile as the
7472 second arg to AC_OUTPUT.
7473
7474 * configure.in: Use : instead of dnl for comment inside
7475 $makefile_command.
7476
7477 * configure.in: No longer use vpath_sed. Instead, when we notice
7478 srcdir already configured, set extrasub to hack vpath in the
7479 makefiles.
7480
7481 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
7482 before moving it.
7483 * Makefile.in (VPATH): Define to @srcdir@.
7484
74851993-09-28 Brian J. Fox (bfox@cubit)
7486
7487 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
7488 doesn't exist. Just copy src/Makefile.in instead. Touch
7489 all of the Makefiles after editing config.status.
7490
7491 * INSTALL: Update documentation to match new configuration
7492 mechanism.
7493
74941993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7495
7496 * configure.in: Allow any of the path or directory Makefile
7497 variables to be set with flags to configure. Create all Makefiles
7498 at configure time. Edit special commands into config.status after
7499 src/Makefile.in is built from src/Makefile.
7500
7501 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
7502 If these files are out of date, simply have config.status
7503 rebuild them; don't rebuild them explicitly.
7504
75051993-09-25 Brian J. Fox (bfox@ai.mit.edu)
7506
7507 * build-install.in: Change src/xemacs to src/emacs. We no longer
7508 create src/xemacs, so the file wouldn't be found.
7509
7510 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
7511
75121993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
7513
7514 * configure.in: Avoid forcing the search of /usr/include before
7515 fixed include files by resetting C_SWITCH_X_SITE if it is
7516 "-I/usr/include".
7517
75181993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7519
7520 * Makefile.in (@rip_paths@locallisppath):
7521 Delete ${datadir}/emacs/site-lisp.
7522
75231993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7524
7525 * configure.in:
7526 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
7527 Remove ${extra_output} from AC_OUTPUT call.
7528
75291993-09-17 Brian J. Fox (bfox@inferno)
7530
7531 * make-dist: Quote backquotes found in strings to be echoed.
7532
7533 * configure.in: Use "sh -c pwd" when we want to avoid having the
7534 shell fix up the value of $PWD.
7535
75361993-09-13 Brian J. Fox (bfox@inferno)
7537
7538 * Makefile.in (do-install): Don't abort if ln or chmod at the end
7539 of the installation fail. Suggested by Karl Berry.
7540
75411993-08-30 Brian J. Fox (bfox@inferno)
7542
7543 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
7544 was used. Set MAKEFLAGS from MFLAGS.
7545
75461993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7547
7548 * configure.in: Test for res_init in libc.
7549
75501993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7551
7552 * configure.in: In the file ${tempcname}, use configure___
7553 instead of @configure@.
7554
75551993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
7556
7557 * make-dist: Dist vpath.sed
7558
7559 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
7560 Depend on vpath.sed.
7561 Replace sed comand for VPATH with @vpath_sed@.
7562
7563 * configure.in: Substitute variable `vpath_sed'.
7564 If not in $srcdir and $srcdir is configured,
7565 issue warning that GNU make is required,
7566 and set vpath_sed to use vpath.sed script.
7567
75681993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7569
7570 * configure.in: Remove check for $srcdir being configured. This
7571 pretty much works now.
7572 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
7573 Check for XFree86 (/usr/X386/include) independent of whether
7574 -lXbsd exists.
7575
7576 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
7577 realclean, unlock, relock): Use `$(MAKE)' in place of plain
7578 `make'.
7579
75801993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7581
7582 * Version 19.19 released.
7583
7584 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
7585
75861993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7587
7588 * configure.in: Check for XScreenNumberOfScreen.
7589
75901993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7591
7592 * configure.in: Add * to end of all configuration alternatives.
7593 (m68*-sony-newsos3*): New alternative.
7594
75951993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7596
7597 * make-dist: Include getdate.c in distribution.
7598
7599 * configure.in: For --help, use $PAGER if it is set.
7600 (LIB_X11_LIB): Default to -lX11.
7601 (mips-sgi-irix5.*): New alternative.
7602
7603 * Makefile.in (do-install): Install info/gnus* and info/sc*.
7604
7605 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
7606 Recognize *.B8.* as hpux version 8.
7607 (m68*-tektronix-bsd*): Fix typo in tek4300.
7608 (AC_HAVE_FUNCS): Add ftime.
7609
76101993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7611
7612 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
7613 Use tekxd88, not tekXD88.
7614
76151993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7616
7617 * configure.in: Check for -lm. Then can check for frexp and logb.
7618
76191993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7620
7621 * Version 19.18 released.
7622
7623 * make-dist (src): Don't put gnu-hp300 in dist.
7624 (src, lisp): Include OChangeLog in dist.
7625
76261993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7627
7628 * configure.in: Test for presence of logb and frexp functions.
7629
76301993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7631
7632 * configure.in (machine): Add i370-ibm-aix*.
7633
76341993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7635
7636 * configure.in (function checks): Test for mkdir and rmdir.
7637
7638 * configure.in (function checks): Don't test for random and bcopy
7639 only when we're building with X; look for them all the time.
7640
76411993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7642
7643 * configure.in: Test for availability of bcopy functions, searching
7644 the X libraries if we're using X.
7645
7646 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
7647 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
7648 versions of AIX, and needs to be passed to the loader.
7649
7650 * configure.in: Test for the availability of the
7651 XScreenResourceString function.
7652
76531993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
7654
7655 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
7656 LD_SWITCH_X_SITE and assume --with-x11.
7657 Only look for X11 files if we weren't told about a window system
7658 or if we were told to use X11 but not told where.
7659 Search the libraries from the s and/or m files when checking for
7660 functions.
7661
7662 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
7663
76641993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7665
7666 * make-dist: Include lisp/dired.todo in the distribution.
7667
76681993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7669
7670 * configure.in: Add code to set HAVE_INET_SOCKETS.
7671
76721993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7673
7674 * configure.in: If we do find x_includes and x_libraries
7675 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
7676
76771993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7678
7679 * make-dist: Include src/gnu-hp300 in the dist.
7680
7681 * configure.in (canonical): New variable holds the canonicalized
7682 configuration. Don't alter `configuration'. Use `configuration'
7683 for Makefile.in for file naming.
7684 (testing x_includes and x_libraries): Use =, not ==.
7685
76861993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7687
7688 * Version 19.17 released.
7689
7690 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
7691 directory's makefile. This allows the invocation of CPP which
7692 builds xmakefile to receive these switches. The SunSoft C
7693 preprocessor inserts spaces between tokens if it doesn't get the
7694 -Xs flag requested in src/s/sol2.h.
7695
76961993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
7697
7698 * configure.in (m68k-bull-sysv3): New config.
7699
77001993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7701
7702 * configure.in: Use the autoconf AC_FIND_X macro to try to find
7703 the X Windows libraries.
7704
77051993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7706
7707 * make-dist (tempdir): Don't create lisp/forms-mode directory in
7708 the distribution. Those files aren't kept in their own
7709 subdirectory any more.
7710
77111993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7712
7713 * Version 19.16 released.
7714
77151993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7716
7717 * configure.in: Add --verbose flag.
7718
77191993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7720
7721 * version 19.15 released.
7722
77231993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7724
7725 * Makefile.in (top_distclean): Use -f switch when cleaning out
7726 lock dir; it might be empty.
7727
7728 * configure.in: Only check for -lXbsd once.
7729
77301993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7731
7732 * Version 19.14 released.
7733
77341993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7735
7736 * make-dist: If using gzip, create distribution with '.gz' extension.
7737
7738 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7739 (lisp/forms-mode): This doesn't exist anymore.
7740
7741 * configure.in: Look for the closedir function.
7742
77431993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7744
7745 * configure.in (CPP): Autoconf sets this to a shell variable
7746 reference, which doesn't work when it's edited into a makefile.
7747 Expand that variable reference.
7748
7749 * Makefile.in (CPP): New variable.
7750 (src/Makefile): Edit CPP into src/Makefile.
7751
7752 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7753 and entering double quotes to get the values of LD_SWITCH_X_SITE
7754 and the other make variables; make substitutes them in anyway.
7755
7756 * Makefile.in (uninstall): Don't remove the lisp and etc
7757 directories if they're in the source tree.
7758
7759 Bring mumbleclean targets into conformance with GNU coding standards.
7760 * Makefile.in (mostlyclean, clean): Separate these two; just have
7761 them pass the request to the subdirectory makefiles.
7762 (distclean): Pass the request down, and then get rid of the
7763 files configure built, and get rid of the Makefiles.
7764 (realclean): Pass the request down, and then do the same things
7765 distclean does.
7766 (uninstall, info, dvi): New targets.
7767
7768 * configure.in: Move clause for PC-compatible i386 box to the end
7769 of the case statement, to avoid masking configurations below.
7770
7771 * configure.in: Add case for m88k-motorola-sysv4.
7772
7773 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7774 the HP 68000 machines.
7775
7776 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7777 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7778 preprocessor won't fiddle with them.
7779
77801993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7781
7782 * Makefile.in (TAGS): cd to src to run etags.
7783
77841993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7785
7786 * configure.in (version): Check the X libraries for XrmSetDatabase
7787 and random, and see if we have -lXbsd.
7788
77891993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7790
7791 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7792 s/*.h and m/*.h files. Martin Tomes
7793 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7794
77951993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7796
7797 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7798 above the general i386 alternative.
7799
78001993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7801
7802 * configure.in: Recognize configuration name for Data General
7803 AViiON machines.
7804
7805 * configure.in: Use AC_LONG_FILE_NAMES.
7806
78071993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7808
7809 * configure.in: Test for bison.
7810 * Makefile.in (YACC): New variable.
7811 (lib-src/Makefile.in): Edit YACC into the makefile.
7812
78131993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7814
7815 * Version 19.13 released.
7816
7817 * configure.in (CFLAGS): Don't set this according to the value of
7818 the GCC shell variable. Instead, consult the machine and system
7819 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7820 test __GNUC__ while we're at it.
7821
7822 * configure.in: Remove extra ;; from hpux cases.
7823
78241993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7825
7826 * configure.in: Check to see if the system has -ldnet.
7827
78281993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7829
7830 * make-dist: Add clauses to distribute lisp/forms-mode.
7831
78321993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7833
7834 * configure.in (machine): Fix the versions in hpux version number test.
7835 Do not guess based on cpu type. Do check for explicit system version.
7836
78371993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7838
7839 * configure.in: Do NOT look for `unknown' as company name.
7840
78411993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7842
7843 * configure.in: Fix typo in message.
7844
78451993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7846
7847 * Version 19.12 released.
7848
7849 * Makefile.in (do-install): Correct previous etc-copying change.
7850 Partially rewrite using `if'.
7851 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
7852
7853 * Version 19.11 released.
7854
7855 * configure.in: Handle 386bsd.
7856
78571993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7858
7859 * make-dist: Update getdate.c.
7860
7861 * configure.in: Handle bsd386.
7862
7863 * Makefile.in (do-install): Use `-' in tar options.
7864
7865 * configure.in: Change ! "${...}" to x"${...}" = x.
7866
7867 * Makefile.in (do-install): Copy the DOC-* files from the build
7868 etc directory, as well as lots of things from ${srcdir}/etc.
7869
7870 * make-dist: Copy config.guess.
7871
7872 * configure.in: Handle AIX versions 1.2, 1.3.
7873
78741993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7875
7876 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
7877 the configuration name mips-mips-usg* to represent USG systems.
7878
7879 * configure.in: Fix logic to detect if srcdir is already configured.
7880
7881 * Makefile.in: Pass in LD_SWITCH_X_SITE.
7882
7883 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
7884 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
7885 of a directory; cd might fail, and have pwd print out the current
7886 directory.
7887
78881993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7889
7890 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
7891
78921993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7893
7894 * configure.in: Complain if srcdir points at an already-configured
7895 tree.
7896
78971993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7898
7899 * Version 19.10 released.
7900
79011993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7902
7903 * Makefile.in: Use Makefile comments, not C comments.
7904
7905 * configure.in: Add case for the Tektronix XD88.
7906
79071993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7908
7909 * configure.in: Handle sysv4.2 and sysvr4.2.
7910
79111993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7912
7913 * configure.in: Traverse the argument list without destroying it;
7914 don't use shift. It turns out that "set - ${saved_arguments}"
7915 doesn't work portably.
7916
7917 * configure.in: Add missing "fi".
7918
7919 * make-dist: Rebuild configure if configure.in is newer.
7920
7921 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
7922 targets to be executed even if make remembers that it has already
7923 satisfied FRC.
7924
79251993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7926
7927 * Makefile.in (do-install): Delete redundant code to copy etc twice.
7928
7929 * configure.in (romp): Handle various version numbers with aos and bsd.
7930
79311993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7932
7933 * configure.in: Fix message text.
7934
79351993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7936
7937 * make-dist: Make a `site-lisp' directory in the distribution,
7938 instead of a `local-lisp' directory, which hasn't been the
7939 appropriate name for a long time.
7940 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
7941 from the distribution first, then /usr/local/lib/emacs/site-lisp.
7942
7943 * Makefile.in (do-install): Correctly detect if ./etc and
7944 ${srcdir}/etc are the same.
7945
7946 * configure.in: Extract UNEXEC from the system configuration
7947 files, compute the name of the source file corresponding to the
7948 object file, and #define it as UNEXEC_SRC in config.h.
7949
7950 * configure.in: If srcdir is '.', then try using PWD to make it
7951 absolute.
7952
7953 * configure.in: Include ${srcdir} in the printed report, to help
7954 people notice if it's an automounter path.
7955
79561993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7957
7958 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
7959
79601993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7961
7962 * Makefile.in (do-install): Delete the dest dir, not the source dir,
7963 when they are different. Add `shift' command.
7964 (COPYDESTS, COPYDIR): Delete external-lisp dir.
7965 (externallispdir): Var deleted.
7966
7967 * configure.in: Delete spurious paren outputting short_usage.
7968
79691993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7970
7971 * Version 19.9 released.
7972
79731993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7974
7975 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
7976 subdirectory makes.
7977
7978 * make-dist: Check for .elc files with no corresponding .el file.
7979
7980 * Makefile.in (mkdir): Make all the directories in locallisppath.
7981
7982 * config.guess: New file.
7983 * configure.in: Use it, tentatively.
7984 * INSTALL: Mention its usage.
7985
7986 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
7987 the former gives you the operating system rev directly. Use
7988 s/hpux.h if we don't recognize what we got.
7989
7990 * Makefile.in (do-install): Don't remove a destination directory
7991 if it's the same as the source. If ${srcdir}/info == ${infodir},
7992 don't try to copy the info files.
7993
7994 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
7995 doesn't work if you're not using a separate source directory.
7996 (do-install): Copy the build tree's etc directory only after
7997 making sure it's not also the source tree's etc directory.
7998
79991993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8000
8001 * configure.in: Handle sunos4.1.3 specially.
8002
80031993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8004
8005 * Makefile.in (INSTALL): Add definition.
8006
8007 * configure.in: Fix some messages. Support -with-gnu-cc.
8008 At the end, use `set --', not `set -'.
8009 Delete spurious `.h' in hpux alternatives.
8010
80111993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8012
8013 * Version 19.8 released.
8014
80151993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8016
8017 * configure.in: When looking for source in the same directory as
8018 the configure script, make the path thus discovered absolute.
8019 If the user specifies the `--srcdir' switch, make that directory
8020 absolute too.
8021
8022 * Makefile.in (srcdir): Remove comment saying this doesn't work.
8023
8024 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
8025 too, as the value of the PATH_INFO macro.
8026
8027 * configure.in: Check to see if the source lives in the same
8028 directory as the configure script.
8029
80301993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8031
8032 * Makefile.in (install): Split this into `install' and
8033 `do-install', to give people more control over exactly what gets
8034 done.
8035 (do-install): New target, containing the guts of `install'. Don't
8036 remove and recreate the directories inside the copying loop - do
8037 it all before the copying loop. Pass more flags to the lib-src
8038 make.
8039 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
8040 avoid errors and warnings.
8041
8042 * configure.in: For generic IBM PC boxes, insist on "unknown" for
8043 the manufacturer - the more general case was blocking other i386
8044 configuration names below, and that's how the names are written in
8045 MACHINES anyway.
8046
8047 * make-dist: When breaking links, remove the link before moving
8048 the copy onto it, to avoid interactive behavior.
8049
8050 * Makefile.in: Doc fix.
8051
8052 * configure.in: Doc fix.
8053
8054 * INSTALL: Mention --exec-prefix option.
8055
8056 * configure.in: Add support for the `--exec-prefix' option.
8057 * Makefile.in: Accept that support.
8058
8059 * configure.in: Use the AC_PROG_INSTALL macro.
8060 * Makefile.in (INSTALL): Variable removed.
8061 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
8062
8063 * configure.in: Distinguish between hp800's and hp700's by calling
8064 "uname -m".
8065
80661993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8067
8068 * configure.in: Recognize configuration names for i860 boxes
8069 running SYSV.
8070
80711993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8072
8073 * configure.in: Distinguish between hp800's and hp700's by the
8074 version of HP/UX they run, since that's something people are more
8075 likely to know - hp700's run 8.0.
8076 Add HP 700 configuration.
8077
8078 * configure.in: Test for the presence of the `rename' function.
8079
8080 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
8081 configure.in.
8082 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
8083
8084 * make-dist: Break intra-tree links.
8085
8086 * configure.in: Explain that this is an autoconf script, and give
8087 instructions for rebuilding configure from it. Arrange to put
8088 comments in configure explaining this too.
8089
8090 * configure.in: Make the first line of the configure script be
8091 "#!/bin/sh". Leaving the first line blank didn't work.
8092
8093 * configure.in (long_usage): Removed; made short_usage describe
8094 the options briefly.
8095
8096 * configure.in: Implement the --prefix option.
8097 * Makefile.in (prefix): Add support for it here.
8098 * INSTALL: Document it here.
8099
8100 * Makefile.in (install): Don't assume that the files in the `info'
8101 subdirectory match *.info. They don't have that prefix.
8102
81031993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8104
8105 * configure.in: Add case for version 5 of Esix.
8106
81071993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8108
8109 * Version 19.7 released.
8110
8111 * make-dist: There aren't any *.com files in lib-src anymore.
8112
8113 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
8114 them; they're symlinks to other filesystems on the GNU machines.
8115
8116 * make-dist: Check that the manual reflects the same version of
8117 Emacs as stated in lisp/version.el. Edit that version number into
8118 the README file.
8119
81201993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8121
8122 * configure.in: Remove the hack of AC_DEFINE; use
8123 AC_DEFINE_UNQUOTED.
8124
81251993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8126
8127 * make-dist: Don't distribute precomp.com, compile.com, or
8128 link.com from ./src; they're in ./vms now.
8129
8130 Some time-handling patches from Paul Eggert:
8131 * configure.in: Add AC_TIMEZONE.
8132
81331993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8134
8135 * configure.in: Recognize Linux as a valid operating system for
8136 the i386.
8137
81381993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8139
8140 * make-dist: Distribute some VMS files we got from Richard Levitte.
8141
8142 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
8143 the source for the sed command, not oldXMenu/Makefile.
8144
81451993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8146
8147 * INSTALL: Don't claim the srcdir option doesn't work.
8148
81491993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8150
8151 * configure.in: Include remarks saying what order the autoconf
8152 tests should go in, and remind people to change config.h.in
8153 whenever they add autoconf tests which make #definitions.
8154
8155 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
8156
81571993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8158
8159 * Makefile.in (oldXMenu/Makefile): Make this depend on
8160 ${srcdir}/oldXMenu/Makefile.in, not itself.
8161
8162 * PROBLEMS: Some updates from David J. Mackenzie.
8163
8164 More changes from David J. Mackenzie.
8165 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
8166 removed; autoconf and config.h should specify all these
8167 differences.
8168 (buildlisppath): Make this path depend on ${srcdir}.
8169 (INSTALLFLAGS): Removed.
8170 (INSTALL): Include the -c flag.
8171 (install): Change the way we invoke install accordingly.
8172
8173 Install ${srcdir} changes from DJM.
8174 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
8175 list.
8176 (COPYDIR, COPYDESTS): Install files from both the etc directory in
8177 the source tree and the etc directory in the object tree.
8178 (${SUBDIR}): Pass the prefix variable down to submakes.
8179 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
8180 in /bin.
8181 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
8182 values for srcdir and VPATH.
8183 (install): Add `v' flag to tar command. Make sure that `dir'
8184 exists in ${srcdir}/info before copying it. Remember that the man
8185 pages come from the source tree, not the object tree.
8186 * configure.in: Remove remarks saying that the --srcdir option
8187 doesn't work.
8188 Create the etc directory in the object tree.
8189 Recognize configuration names of the form *-sun-solaris*.
8190 Recognize sunos5 and solaris as operating system names.
8191
8192 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
8193 lib-src/getdate.y and src/systime.h.
8194
81951993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8196
8197 * make-dist: Make links in info subdir.
8198
81991993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8200
8201 * configure.in: Call AC_STDC_HEADERS.
8202
82031993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8204
8205 * configure.in: Sidestep autoconf's quoting of the second argument
8206 of AC_DEFINE, so we can specify the value to put there. It would
8207 be nice if autoconf provided some way to specify computed values
8208 for macros.
8209
82101993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8211
8212 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
8213 this is always just -DHAVE_CONFIG_H.
8214
8215 The GNU coding standards specify that CFLAGS should be left for
8216 users to set.
8217 * Makefile.in (CFLAGS): Let configure determine the default value
8218 for this. Don't
8219 have it default to DEFS.
8220 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
8221 (lib-src/Makefile, src/Makefile): Edit the default value for
8222 CFLAGS into these files, not DEFS.
8223 * configure.in (CFLAGS): Choose a default value for this - "-g"
8224 normally, or "-g -O" if we're using GCC. Edit it into the
8225 top-level Makefile.
8226
8227 * configure.in: When scanning the machine and system description
8228 #include files, write their names to conftest.c properly.
8229
82301993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8231
8232 * configure.in: In configuration name case for Apallos running
8233 Domainios, set opsys, not opsysfile.
8234
8235 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
8236 src/config.h, instead of AC_OUTPUT; the latter overwrites
8237 src/config.h even when it hasn't changed, puts a makefile-style
8238 comment at the top even though it's C code, and produces a
8239 config.status script which doesn't do the job right.
8240
8241 * configure.in: Add AC_LN_S test, so we can tell whether or not we
8242 can use a symbolic link to get the X Menu library into src.
8243 * Makefile.in (LN_S): New variable.
8244 (src/Makefile): Edit the value of LN_S into this makefile.
8245
82461993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8247
8248 * configure.in: Support *-sco3.2v4* as opsystem.
8249
8250 * make-dist: Don't include calc directory.
8251 Exclude many files in the man directory; copy a few.
8252
82531993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8254
8255 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
8256 call AC_STRUCT_TM to see what's in time.h.
8257
8258 * configure.in: Employ quoting stupidity to get the value of CPP
8259 to expand properly.
8260
82611993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8262
8263 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
8264 variable to scan the machine and system description files.
8265
8266 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
8267 so that getdate.y builds correctly.
8268
82691993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8270
8271 * configure.in (tempcname): Change this to "conftest.c", so it will
8272 work properly on systems with short filenames; this is the name
8273 autoconf uses.
8274
8275 * configure.in: Also detect the availability of dup2 and
8276 gethostname.
8277
8278 * configure.in: Use the AC_ALLOCA test.
8279 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
8280 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
8281
82821993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8283
8284 * make-dist: Distribute configure, as well as configure.in.
8285 Oversight.
8286
82871993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8288
8289 * Makefile.in (install): Print out the name of the directory we're
8290 copying, so people can have some idea of whether we're making
8291 progress.
8292
8293 * Makefile.in (install.aix, install.xenix, install.sysv, install):
8294 Don't forget to re-create the COPYDESTS directories after we clear
8295 them out.
8296
82971993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8298
8299 * Makefile.in: Add autoconf cookies so that the configure
8300 script can comment out sections of path variable definitions to
8301 choose between the installable configuration and the run-in-place
8302 configuration.
8303 * configure.in: Add new option `--run-in-place', to select the
8304 run-in-place path definitions.
8305
8306 * configure.in: Add a clause to the big configuration name case
8307 for the NeXT machine.
8308
83091993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8310
8311 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8312 Make sure that each source directory exists, and is different from
8313 the destination directory; then, delete the destination before
8314 copying over the source.
8315
8316 * make-dist: Distribute configure.in, instead of configure.
8317
83181993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8319
8320 * configure.in: Don't set CC to "gcc -O" if the user specifies
8321 `--with-gcc'. Add -O to DEFS if GCC is set.
8322
83231993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8324
8325 * Makefile.in (clean mostlyclean): Missing right paren.
8326
8327 * configure.in: When checking for X windows, search for an X11
8328 subdirectory of ${x_includes}.
8329
8330 * configure.in: Check for gettimeofday function, for getdate.y.
8331
8332 Change `configure' to a mixture of custom code and autoconf stuff.
8333 autoconf can't derive all the information we need, but we'd really
8334 like to be able to take advantage of some of its tests, and its
8335 file-editing facilities.
8336 * configure.in: Renamed from configure.
8337 Quote the sections of shell script we want copied literally to
8338 the configure script.
8339 (compile): Initialize this to make the autoconf macros' code happy.
8340 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
8341 code to do their jobs.
8342 Use autoconf to produce Makefile and src/config.h.
8343 Remove the Makefile-style comment that autoconf places at the top
8344 of src/config.h.
8345 (config_h_opts): Removed - no longer necessary.
8346 * Makefile.in (configname): Renamed to configuration.
8347 (CONFIG_CFLAGS): Renamed to DEFS.
8348 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
8349 get values via autoload @cookies@.
8350 (libsrc_libs): Get this from autoconf. We used to do nothing
8351 about this.
8352 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
8353
8354 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
8355 echo the move-if-change command.
8356
83571993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
8358
8359 * make-dist: Distribute lib-src/rcs-checkin.
8360
8361 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
8362 Don't try to make links to the RCS or Old subdirectories.
8363 Use the appropriate extension for the compression type in use.
8364 Create the tar file in the shell's initial default directory, not
8365 in ${tempparent}.
8366 Erase the whole ${tempparent} tree, not just ${tempdir}.
8367
83681993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8369
8370 * Makefile.in (src/paths.h): Don't echo the huge sed command we
8371 use to build paths.h.
8372 (lib-src/Makefile, src/Makefile): Similarly.
8373
8374 * configure: Extend test for working `const' keyword to handle AIX
8375 3.2 cc.
8376
83771993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8378
8379 * make-dist: Distribute lisp/term/ChangeLog.
8380
8381 Arrange for C compilation throughout the tree to get
8382 C_SWITCH_SYSTEM from the configuration files.
8383 * configure: Extract C_SWITCH_SYSTEM from the machine and
8384 system-dependent files, and save it in the top-level Makefile.
8385 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
8386 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
8387
8388 * make-dist: Include the VMS support files in oldXMenu in the
8389 distribution.
8390
8391 * configure: Doc fix.
8392
8393 * configure: Fix corrupted config_h_opts.
8394
8395 * configure: Properly report option names in error messages.
8396
8397 * configure: Properly recognize --x-includes and --x-libraries
8398 options.
8399
8400 * configure: Fix syntax errors in code handling XFree386.
8401
84021993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8403
8404 * configure: Add special code to detect XFree386, and tell
8405 config.h about it.
8406
8407 * configure: Properly handle extracting values of LIBS_MACHINE and
8408 LIBS_SYSTEM that contain spaces.
8409
8410 * configure: Add `--x-includes' and `--x-libraries' options. I
8411 think these are dopey, but no less than three alpha testers, at
8412 large sites, have said they have their X files installed in odd
8413 places. Implement them by setting C_SWITCH_X_SITE and
8414 LD_SWITCH_X_SITE in src/config.h.
8415
84161993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8417
8418 * make-dist: Don't distribute etc/Old files.
8419
8420 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
8421 backups.
8422
84231993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8424
8425 * make-dist: Fix typo.
8426
84271993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8428
8429 * make-dist: Corrected typo, fixed it to discard = and TAGS files
8430 in some cases where it should but didn't seen to.
8431
8432 * Makefile.in: Added unlock and relock productions.
8433
84341993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8435
8436 * make-dist: Add a --compress option to force make-dist to use
8437 compress.
8438
8439 * make-dist: Use gzip, if we can find it.
8440
8441 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8442 make rs6000-ibm-aix default to -aix32.
8443
84441993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8445
8446 * Makefile.in: Added `Developer's configuration' section.
8447
84481993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8449
8450 * Makefile.in: Add commented-out variable settings for developer's
8451 configuration.
8452
84531993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8454
8455 * make-dist: Distribute `src/bitmaps' too.
8456
84571993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
8458
8459 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8460 make rs6000-ibm-aix default to -aix32.
8461
84621993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8463
8464 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
8465
8466 * Makefile.in (install.sysv): Add a second `$' in front of
8467 `${dest}', so that the shell will expand it, instead of Make.
8468
8469 * configure: When processing the name of the configure script,
8470 collapse `././' to `./', but leave a single `./' prefix alone.
8471
8472 * configure: Doc fix.
8473
84741993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8475
8476 * configure: Handle isc3.0 correctly.
8477
84781993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8479
8480 * make-dist: Don't try to copy the COPYING notice into
8481 external-lisp; we're not distributing that directory any more.
8482
84831993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8484
8485 * Makefile.in (install, install.aix, install.xenix, install.sysv):
8486 Remove CVS subdirectories from the installed directory trees, as
8487 well as RCS directories.
8488
84891993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8490
8491 * make-dist: Only copy gmalloc.c if we couldn't link it.
8492 Don't try to copy man/{README,Makefile} unless they actually exist.
8493
8494 * Makefile.in (lisppath): Don't include externallispdir in this.
8495 We're not sure whether we're even going to distribute the
8496 directory yet.
8497
84981993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8499
8500 * make-dist: Don't distribute the external-lisp directory anymore.
8501 * INSTALL: Remove all references to external-lisp.
8502
8503 * configure: Detect whether the compiler supports `const'
8504 properly, and edit src/config.h accordingly.
8505
8506 * configure: Tweak layout of final report.
8507
8508 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
8509 CFLAGS.
8510
8511 * Makefile.in (locallisppath): Make this default to
8512 ${datadir}/emacs/site-lisp, instead of
8513 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
8514 the same thing, and local-lisp causes completion conflicts with
8515 lock.
8516 (lisppath): Add ${externallispdir} to this.
8517 * INSTALL: Adjust installation directions.
8518
8519 * Makefile.in (externallispdir): New variable, to say where to
8520 install the externally-maintained lisp files.
8521 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
8522 the others.
8523 * INSTALL: Describe external-lisp and the new externallispdir
8524 variable.
8525
85261993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8527
8528 * configure (progname): New option `--with-gcc'. Make it clearer
8529 how we are trying to guess whether or not we have GCC.
8530 * INSTALL: Document the `--with-gcc' option, and improve
8531 description of `--with-x' options.
8532
85331993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8534
8535 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
8536 ${infodir} from these variables; we have written out explicit code
8537 to install the info files.
8538
85391993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8540
8541 * make-dist: Don't distributed the RCS files in the etc directory.
8542
85431993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8544
8545 * Makefile.in: Some makes can't handle comments in the middle of
8546 commands; move them to before the whole rule.
8547
85481993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8549
8550 * README: Mention what Emacs is.
8551
85521993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8553
8554 * make-dist: Include `./lisp/calc-2.02' in the distribution.
8555 Add `./cpp' and `./man' back into the distribution.
8556
85571993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8558
8559 * Makefile.in: Define MAKE, and use where appropriate.
8560
85611993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8562
8563 * make-dist: Remember that the authoritative COPYING notice is
8564 `etc/COPYING', not `../etc/COPYING'.
8565
85661992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8567
8568 * make-dist: Make sure that the COPYING notices in each directory
8569 are copies, not symlinks.
8570
85711992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8572
8573 * INSTALL: The build process produces an executable called `emacs'
8574 now. Change references.
8575 * Makefile.in: Adjust `install.mumble' targets to install
8576 `src/emacs', not `src/xemacs'.
8577
8578 * configure: Start with a blank line; this keeps some old CSH's
8579 from thinking it's a CSH script. Most systems will just use
8580 /bin/sh to run it, which is what we're expecting; the only other
8581 shells which might try to interpret it themselves are probably
8582 Bourne-compatible.
8583
85841992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8585
8586 * INSTALL: Improvements suggested by David Mackenzie.
8587
85881992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8589
8590 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8591 Don't try to copy the info files if there aren't any; the
8592 unexpanded globbing pattern disappoints `install'. Ignore the
8593 return status of that command.
8594
8595 * INSTALL: Updated for new configuration arrangement.
8596
8597 * configure: Don't make the top-level Makefile read-only - people
8598 may want to edit the values of the path variables.
8599
8600 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8601 Install the info files in ${infodir}. Install the executable
8602 under both `emacs' and `emacs-VERSION'.
8603
8604 * Makefile.in: Doc fix.
8605
8606 * Makefile.in (exec_prefix): New variable, as per latest version
8607 of coding standards.
8608 (bindir, libdir): Use it, instead of `prefix'.
8609 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
8610
8611 * Makefile.in (mandir): Make the default value for this depend on
8612 $(prefix).
8613
8614 * Makefile.in (datadir, statedir, libdir): Make these all default
8615 to ${prefix}/lib.
8616 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
8617 to compensate.
8618
8619 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8620 Install the etags and ctags man pages too.
8621
8622 * Makefile.in (distclean): Don't delete backup files; that's the
8623 job of extraclean.
8624 (extraclean): Like distclean, but deletes backup and autosave files.
8625
86261992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8627
8628 Make path specification conform to GNU coding standards.
8629 * configure (long_usage): Remove all traces of old arguments from
8630 usage messages, and document the options we do accept in more
8631 detail: -with-x... and --srcdir.
8632 (options, boolean_opts): Deleted; we don't have enough options to
8633 make this worthwhile.
8634 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
8635 along with the code which supported them; these should be set as
8636 arguments to the top-level make.
8637 (config_h_opts): Since this no longer doubles as a list of option
8638 names, make them upper case; this simplifies the code which uses
8639 them to build the sed command to edit src/config.h. Change the
8640 code which sets them.
8641 (cc, g, O): Don't allow the user to set these using options; they
8642 should be specified using `CC=' and `CFLAGS=' arguments to the
8643 top-level make. Just choose reasonable default values for them,
8644 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
8645 values.
8646 (gnu_malloc, rel_alloc): Don't allow the user to set these using
8647 options; use them whenever the configuration files say they're
8648 possible.
8649 Simplify the argument processing loop. Don't accept abbreviations
8650 for option names; these might conflict with other configuration
8651 options in the future.
8652 Add some support for the `--srcdir' option. Check for the sources
8653 in . and .. if `--srcdir' is omitted. If the directories we will
8654 compile in don't exist yet, create them under the current directory.
8655 Note that the rest of the build process doesn't really support
8656 this.
8657 Edit only the top Makefile. That should edit the others. Edit
8658 into the makefile: `version', from lisp/version.el, `configname'
8659 and `srcdir' from the configuration arguments, `CC' and
8660 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
8661 the user's path, and LOADLIBES as gleaned from the system
8662 description files.
8663 Simplify the report generated; it doesn't need to include any
8664 description of paths now.
8665 Make `config.status' exec configure instead of just calling it, so
8666 there's no harm in overwriting `config.status'.
8667 * Makefile.in (version, configname): New variables, used to choose
8668 the default values for datadir and libdir.
8669 Path variables rearranged into two clearer groups:
8670 - In the first group are the variables specified by the GNU coding
8671 standards (prefix, bindir, datadir, statedir, libdir, mandir,
8672 manext, infodir, and srcdir).
8673 - In the second are the variables actually used for Emacs's paths
8674 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
8675 archlibdir), which depend on the first category.
8676 datadir and libdir default to directories under
8677 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
8678 demand.
8679 etcdir and lispdir default to subdirectories of datadir.
8680 archlibdir defaults to libdir.
8681 The new installation tree is a bit deeper than it used to be, so
8682 use the new make-path program in lib-src to build them all.
8683 Always build a new src/paths.h.tmp and then move-if-change it to
8684 src/paths.h, to avoid unnecessary rebuilds while responding to the
8685 right changes.
8686 Remove all mention of arch-lib. Run utility commands from
8687 lib-src, and let the executables be copied into archlibdir when
8688 Emacs is installed.
8689 Add targets for src/Makefile, lib-src/Makefile, and
8690 oldXMenu/Makefile, editing the values of the path variables into
8691 them.
8692 Let lib-src do its own installation.
8693 (datadir): Default to putting data files under
8694 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
8695 (emacsdir): Variable deleted; it would only be confusing to use.
8696 (lispdir, etcdir): Default to ${datadir}/lisp.
8697 (mkdir): Use make-path for this.
8698 (lockdir): Do this in mkdir.
8699 (Makefile): New target.
8700
8701 * configure (usage_message): Rename to long_usage.
8702
8703 * make-dist: Don't bother creating an arch-lib directory; that's
8704 only for installation now.
8705
87061992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8707
8708 * configure: Use GCC-style configuration names, using config.sub.
8709 Change the usage and help messages.
8710
8711 * configure: Initialize window_system, not indow_system.
8712
8713 * configure: Report which window system, compiler, and signal
8714 handler return type we decide to use.
8715
8716 * make-dist: Explain what's going on if config.sub and gmalloc.c
8717 can't be linked. Place the code which copies them near the code
8718 which links the rest of the files around them.
8719
87201992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
8721
8722 * make-dist: Don't bother to distribute src/*.com, or
8723 src/vmsbuild; those have all been moved to `../vms'.
8724
87251992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8726
8727 * make-dist: Don't forget that the way to avoid filenames starting
8728 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8729 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8730 couldn't make hard links to, since we have two already, and
8731 perhaps more to come.
8732
87331992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8734
8735 * configure: When editing parameters into lib-src/Makefile, change
8736 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8737 needs some other flags too.
8738
87391992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8740
8741 * configure: Remove spurious echo of the configuration name.
8742
8743 * make-dist: Don't distribute files in src/m and src/s whose names
8744 begin with `='.
8745
87461992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8747
8748 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8749 Also LISP_FLOAT_TYPE.
8750
87511992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8752
8753 * make-dist: Copy config.sub, since it's a symbolic link to a file
8754 on another file system.
8755
87561992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8757
8758 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8759 distribution.
8760
8761 * config.sub: New file, to help us recognize configuration names.
8762 * make-dist: Include it in the distribution.
8763
87641992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8765
8766 * configure: Convert `-' to `_' in specified option names.
8767 Accept options with --. Delete --highpri and --have-x-menu options.
8768 New options --with-x and --with-x10 replace -window-system.
8769 Don't mention options --gnu-malloc, --rel-alloc
8770 or --lisp-float-type in help message.
8771
87721992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8773
8774 * make-dist: Include the `vms' subdirectory in the distribution.
8775
87761992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8777
8778 * configure: Remove lines starting with "# DIST: " when building
8779 lib-src/Makefile and src/Makefile. This allows us to mark the
8780 "Makefile.in" files with explanatory comments which won't also get
8781 stuck in the Makefiles.
8782
87831992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8784
8785 * make-dist: Don't use the '+' operator in the sed regular
8786 expression that extracts the version number from lisp/version.el;
8787 Ultrix sed doesn't seem support the operator. Just double the
8788 operand and use *.
8789
87901992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8791
8792 * Makefile.in: Doc fix.
8793
87941992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8795
8796 * configure: Rewrite sed command to remove at most one ./ prefix;
8797 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8798 group.
8799
88001992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8801
8802 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8803
88041992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8805
8806 * make-dist: Go ahead and build a new TAGS file, unless the
8807 --newer option was specified. Don't try to delete a TAGS file
8808 from etc; it's not kept there, and shouldn't be deleted anyway.
8809
88101992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8811
8812 * make-dist: If the lisp directory contains a default.el, don't
8813 distribute it.
8814
8815 * configure: When searching signal.h for the type of a signal
8816 return handler, make a copy of it, not a symbolic link to it; that
8817 way, it will work on systems that don't have symbolic links.
8818
88191992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8820
8821 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8822 option for generating incremental distributions. Stopped it from
8823 generating a TAGS file into the distribution; that sucker is
8824 *big*, and easily enough generated with the toplevel makefile.
8825
88261992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8827
8828 * configure: When writing config.status, don't prefix progname
8829 with a '.'; it might be absolute.
8830
88311992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8832
8833 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8834 /usr/include/X11 exist, not only if both exist.
8835
88361992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8837
8838 * make-dist: Make the new external-lisp directory a duplicate of
8839 the external-lisp directory, not the lisp directory.
8840
88411992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8842
8843 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
8844 clean' in arch-lib; it doesn't even have a Makefile.
8845
8846 * Makefile.in (clean, mostlyclean): In the test which tries to
8847 distinguish between the build directory, which should be cleaned,
8848 and the installed directory, which shouldn't, cd to `${emacsdir}',
8849 not `${DESTDIR}${LIBDIR}'.
8850
88511992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8852
8853 * make-dist: Be sure to delete the .c and .h files that YACC and
8854 BISON create from getdate.y.
8855
8856 * external-lisp: New directory; see `external-lisp/README'.
8857 * make-dist: Added support for the external-lisp subdirectory.
8858
8859 * make-dist: Changed message which complains that make-dist wasn't
8860 invoked in the right directory to indicate which files it was
8861 looking for.
8862
88631992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8864
8865 * configure: Add comments explaining why we can't translate
8866 character ranges or control characters in `tr'.
8867
88681992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8869
8870 * configure: When generating the configuration message, we used to
8871 build the message from the start so that each line began with "# "
8872 so that it would be a comment in `config.status'. However, this
8873 causes trouble if any of the variables we use in the message
8874 expand to more than one line of text - as gnu_malloc_reason
8875 sometimes does. So instead, we build the message as it should be
8876 printed to the user (i.e. without the "# " prefixes), and stick on
8877 the "# "s when we write it to `config.status'.
8878
8879 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
8880 `lib-src' and `arch-lib'.
8881
8882 * configure: When generating report and `config.status' file, note
8883 that bindir only determines where `make install' and
8884 `build-install' will place the executables; this should make it
8885 clear that the ordinary build process will not try to install
8886 things.
8887
88881992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8889
8890 * make-dist: Change messages to say that we are 'making links to
8891 X', rather than 'copying X'. And put `' quotes around file names.
8892
8893 * make-dist: Include '.tmp' in the name of the staging directory.
8894
8895 * make-dist: Pass the `-f' option to rm when you're not sure that
8896 the files you're removing actually exist.
8897
8898 * make-dist: When setting up etc/COPYING, always nuke whatever is
8899 there, and then copy it in, to make sure we get a real file.
8900
8901 * make-dist: Don't try to distribute *.defns files any more. The
8902 only such file was for simula.el, which has been superceded by a
8903 version which doesn't have a separate .defns file.
8904
89051992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
8906
8907 * make-dist: Don't distribute configured versions of config.h.in,
8908 paths.h.in, Makefile.in in src.
8909
8910 * configure: Delete .tmp files before creating them; don't bother
8911 trying to make final targets writeable first, since it won't
8912 matter to move-if-change.
8913
89141992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8915
8916 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
8917 mkdir and chmod in the center of all the conditionals. GNU Make
8918 will strip these out, but other makes won't.
8919
89201992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8921
8922 * make-dist: Include move-if-change in list of files to distribute.
8923
89241992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8925
8926 * configure: Remove any "." elements from the program name.
8927
8928 * configure: Don't record the values of all the possible arguments
8929 in config.status; only record the options that the user specified.
8930
8931 * configure: Use move-if-change to move in the new src/config.h.
8932
89331992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
8934
8935 * move-if-change: New file, copied from gcc release.
8936 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
8937 a temp file, so we don't update paths.h if an error occurs or if
8938 it doesn't need changing.
8939
89401992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8941
8942 * Makefile.in (src/paths.h): Do not install a value for the
8943 PATH_SUPERLOCK value; that macro doesn't exist anymore.
8944 * build-install.in: Same thing.
8945
89461992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8947
8948 * make-dist: Check the flag called "make_tar", not "make_dir"; the
8949 latter, being a typo, is always false, resulting in a program
8950 whose default behavior is to painstakingly build a copy of the
8951 source tree, and then delete it. Rah.
8952
8953 * Makefile.in: Add dist target, and comment for it.
8954
8955 * configure: When scanning <signal.h> for a declaration for
8956 signal, create a symbolic link with a name ending in .c, so the
8957 compiler won't complain that it's only been given .h files.
8958
8959 * configure: Check whether there are any arguments available
8960 before shifting to get the value of a non-boolean parameter.
8961
8962 * make-dist: Doc fix.
8963
89641992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8965
8966 * configure: Instead of grepping /usr/include/signal.h for a
8967 signal declaration, run /usr/include/signal.h or
8968 /usr/include/sys/signal.h through cpp and grep for the
8969 declaration.
8970
8971 * configure: Redirect the output of grep to /dev/null instead of
8972 using grep -s - that flag means different things on other systems.
8973
8974 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
8975 since the former is recognizable even if you don't know what
8976 'dumping' is.
8977 * configure: Accommodate that change.
8978
8979 * configure: Accept options for all of the directories you can
8980 change in the Makefile.
8981
8982 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
8983
8984 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
8985 FOO before you can use them.
8986
8987 * build-install.in: Made the "Where To Install Things" section
8988 conform with the similar section from Makefile.in. Copied section
8989 which builds src/paths.h from src/paths.h.in from the Makefile.
8990
89911992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8992
8993 * configure: Write config.status to pass its command-line
8994 arguments on to configure, so that people can use it to recreate
8995 an old configuration, with minor changes.
8996
89971992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8998
8999 * configure: Don't rely on option variables being unset if their
9000 values are the empty string. In particular, when producing the
9001 English report, don't assume that highpri will be unset when no
9002 increased priority has been requested; -highpri='' should be the
9003 same as omitting -highpri altogether.
9004
9005 * configure: Fix dumb bug: when running the system and machine
9006 description files through cpp, mark those lines that we want to
9007 evaluate with the string '@configure@', and then only evaluate
9008 them. This way if the files include anything that actually
9009 generates text (type definitions or external declarations, say),
9010 we won't try to eval it.
9011
90121992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9013
9014 * make-dist: New shell script.
9015
9016 * configure: When creating foo from foo.in, make foo read-only to
9017 remind people to edit the .in file instead.
9018
9019 * INSTALL: Changed references to config.h-dist to config.h.in.
9020 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
9021 to build src/paths.h from src/paths.h.in; added a paragraph to do
9022 this.
9023 * configure, Makefile, build-install: Changed filenames like
9024 FOO-dist to FOO.in.
9025
90261992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9027
9028 * Makefile, build-install: Renamed to Makefile.in and
9029 build-install.in; the configure script will edit these to produce
9030 the usable Makefile and build-install.
9031 * configure: Changed to produce ./Makefile, ./build-install,
9032 lib-src/Makefile, and src/Makefile from their *.in counterparts,
9033 instead of editing them in place.
9034
90351992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9036
9037 * Makefile: Re-arranged so that the undumped Emacs will search
9038 ../lisp *after* the site's local elisp files.
9039 (locallisppath, dumplisppath): New variables.
9040 (lisppath): This variable's default value is now chosen based on
9041 $(locallisppath) and $(lispdir); while it used to be the
9042 customization point for adding site-local elisp directories to
9043 load-path, that job is now handled mostly by locallisppath.
9044 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
9045 Check the values being assigned to the *LOADSEARCH macros for null
9046 path elements (like '::' in 'foo::bar').
9047
9048 * configure: When checking if the machine- and system-dependent
9049 files define a particular macro or not, actually run them through
9050 CPP and test the macros with #ifs, instead of just grepping for
9051 the macros' names. In particular, check for SYSTEM_MALLOC in this
9052 way.
9053
90541992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9055
9056 * Makefile (install): Don't use -s in install. (Keep the symbols.)
9057
90581992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9059
9060 * configure: Make the config.status file an executable shell
9061 script which will recreate the same configuration. Include the
9062 verbal description of the current configuration as a comment in
9063 the script.
9064 * INSTALL: Doc fix.
9065
9066 * Makefile: Brought the Makefile up to the GNU coding
9067 standards, as described in standards.text:
9068 (TAGS): New name for the target which rebuilds the tags table.
9069 (check): New target; doesn't do anything yet.
9070 (mostlyclean): New target, synonymous with clean.
9071 (realclean): New target. Currently, this just calls the
9072 subdirectories's makefiles and then deletes config.status.
9073 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
9074 variables.
9075 Installation directory variables changed to conform.
9076 (install, install.sysv, install.xenix, install.aix): Changed the
9077 code which copies the directories into their installed location to
9078 allow the installed locations to be in several different
9079 directories; the old version assumed that they would all be in
9080 $(emacsdir).
9081 (mkdir, lockdir): Allow the installed locations to be in several
9082 different directories.
9083 * INSTALL: Doc fix.
9084
9085 * build-install: Use the same variable names as the Makefile.
9086 Allow the installed locations to be in several different
9087 directories.
9088
90891992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9090
9091 * Makefile (src/paths.h): Instead of using a single sed command to
9092 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
9093 separately, and don't forget to append "/!!!SuperLock!!!" to the
9094 value of the PATH_SUPERLOCK macro.
9095
9096 * config.emacs: Renamed to configure, for consistency with other
9097 GNU products. Internal references changed.
9098 INSTALL, Makefile: References changed.
9099
9100 * lock: New directory, which should always be empty. If this
9101 directory doesn't exist, Emacs won't complain; it just won't lock.
9102 Having this here means that people can just unpack Emacs, build
9103 it, and have locking work.
9104
9105 * share-lib: Re-renamed to etc, for the sake of tradition.
9106 * config.emacs: Changed default value for datadir to ../etc.
9107 * INSTALL, README: Adjusted.
9108
91091992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9110
9111 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
9112 by running CPP on the appropriate s/*.h and m/*.h files.
9113
91141992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9115
9116 * config.emacs: Make sure to set the "exit on error" flag once
9117 we've removed config.status; errors should abort the configuration.
9118
91191992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9120
9121 * config.emacs: Added -distribute option, so that the Makefile
9122 paths are in their proper form. I don't know why this matters.
9123
91241992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9125
9126 * local-lisp: New directory, empty in the distribution, for people
9127 to put local elisp code in.
9128 * config.emacs: Include it in the default load path.
9129 * README: Document it.
9130
91311992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9132
9133 * config.emacs: Guess the type of signal handling functions based
9134 on the contents of /usr/include/signal.h.
9135
9136 * config.emacs: Print out progress report messages.
9137
9138 * Makefile (src/paths.h): Don't generically replace
9139 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
9140 editing of the other entries, and each entry should be dealt with
9141 explicitly anyway.
9142
9143 * build-install: Converted from C-shell to Bourne shell.
9144 * config.emacs: Edit build-install properly.
9145
9146 * config.emacs: Doc fix.
9147
91481992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9149
9150 * Makefile (install): Remove `B' from tar xf command.
9151
91521992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9153
9154 * config.emacs: Removed support for the `maintain-environment'
9155 option; the only important difference between this and its absence
9156 has been removed.
9157 * INSTALL: Removed mention of `maintain-environment'.
9158
9159 * config.emacs: Fix arguments to sed when processing boolean
9160 arguments.
9161
91621991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9163
9164 * config.emacs: New file, to help automate the installation
9165 process.
9166
9167 * Makefile: Lots of changes to support the separation of etc into
9168 architecture-dependent and -independent files:
9169 (EMACSROOT): New variable, giving the directory under which all of
9170 Emacs's libraries should be installed. Changed rest of file to
9171 use it.
9172 (LIBDIR): Now denotes only architecture-dependent dir.
9173 (DATADIR): New variable, denoting architecture-independent dir.
9174 (LOCKDIR): New variable, for completeness.
9175 (SUBDIR): No more etc, new lib-src.
9176 (COPYDIR): No more etc, new arch-lib and share-lib.
9177 (src/paths.h): Set PATH_DATA and the LOCK macros too.
9178 (src): Now depends on lib-src, not etc.
9179 * build-install: Changes parallel to the above.
9180 * README: Describe the new arrangement.
9181
9182 * vms: New subdirectory for all the VMS stuff.
9183
91841991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9185
9186 * Makefile (LISPPATH): New variable.
9187 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
9188
91891990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
9190
9191 * Makefile (install, install.sysv, install.xenix):
9192 Install wakeup instead of loadst. No need for setuid or setgid.
9193
91941990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9195
9196 * Makefile (clean): Clean etc if that's not the installation dir.
9197
91981990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9199
9200 * Makefile (paths.h): Make sed alter each name in the path.
9201
92021988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9203
9204 * Makefile (install.sysv): Use cpio, not tar.
9205
92061988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9207
9208 * Makefile (lockdir): Rename `lock' target.
9209 Depend on it from install*, not from `all'.
9210
92111988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
9212
9213 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
9214 to match build-install and paths.h.
9215
9216;; Local Variables:
9217;; coding: utf-8
067d23c9
KY
9218;; End:
9219
95df8112 9220 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
067d23c9
KY
9221
9222 This file is part of GNU Emacs.
9223
9224 GNU Emacs is free software: you can redistribute it and/or modify
9225 it under the terms of the GNU General Public License as published by
9226 the Free Software Foundation, either version 3 of the License, or
9227 (at your option) any later version.
9228
9229 GNU Emacs is distributed in the hope that it will be useful,
9230 but WITHOUT ANY WARRANTY; without even the implied warranty of
9231 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9232 GNU General Public License for more details.
9233
9234 You should have received a copy of the GNU General Public License
9235 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.