* admin/make-tarball.txt: Comment.
[bpt/emacs.git] / ChangeLog
CommitLineData
f6ca84c0
GM
12011-03-25 Glenn Morris <rgm@gnu.org>
2
3 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4 Remove; autoreconf can supply them.
5 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
6 config.guess, install-sh. Pass -i to autoreconf.
7 * autogen/update_autogen (genfiles): Add compile, config.guess,
8 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
9 Discard non-error output from autoreconf in -q case.
10 * autogen/compile, autogen/config.guess, autogen/config.sub:
11 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
12 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
13 install-sh, missing.
14
8cc1d519
GM
152011-03-23 Glenn Morris <rgm@gnu.org>
16
9bb73912 17 * autogen/update_autogen: Fix typo.
904a432c 18 (msg): Remove function; use `exec' instead.
9bb73912 19
8cc1d519
GM
20 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
21 (sync-from-gnulib): Don't sync mkinstalldirs.
22 * make-dist: Don't distribute mkinstalldirs.
23
c9c49752 242011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 25
c9c49752 26 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
27 * Makefile.in (GNULIB_MODULES): Add socklen.
28 * configure.in: Do not check for sys/socket.h, since socklen does that.
29 * m4/socklen.m4: New automatically-generated file, from gnulib.
30
d5cad867
PE
31 fakemail: Remove dependency on ignore-value.
32 * Makefile.in (GNULIB_MODULES): Add stdio.
33 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
34 imported from gnulib.
cbd350f1 35 * .bzrignore: Add lib/stdio.h.
c9c49752 36
34cb1cc6
GM
372011-03-22 Glenn Morris <rgm@gnu.org>
38
39 * autogen/copy_autogen: Work from ./ or ../.
40 Fix time-stamps.
41 * autogen.sh: Doc fix.
42
66b87493
GM
432011-03-20 Glenn Morris <rgm@gnu.org>
44
45 * autogen/: New directory, to be excluded from releases.
46 * autogen/copy_autogen, autogen/update_autogen: New scripts.
47 * autogen/README: New file.
48 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
49 * autogen/Makefile.in: Add auto-updated generated files.
50 * autogen.sh: No longer a no-op, now it tests for autotools
51 and runs them as necessary.
52 * configure.in: Defaule maintainer-mode to on.
53 * aclocal.m4, configure, lib/Makefile.in: Remove files.
54
1ef6de05
PE
552011-03-13 Paul Eggert <eggert@cs.ucla.edu>
56
57 Update for gnulib.
58 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
59 includes <intprops.h> directly.
60 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
61 when building Emacs on Solaris 9 and running it on Solaris 10.
62
0afb4571
J
632011-03-08 Jan Djärv <jan.h.d@swipnet.se>
64
65 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
66
870d9cf6
GM
672011-03-06 Glenn Morris <rgm@gnu.org>
68
69 * configure.in (FREETYPE_LIBS): Actually set it to something.
70
6c0dea8a
PE
712011-03-02 Paul Eggert <eggert@cs.ucla.edu>
72
73 Work around some portability problems with symlinks.
74
75 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
76 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
77 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
78 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
79 * m4/symlink.m4:
80 New files, automatically generated from gnulib.
81 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
82 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
83
945d8b44
EZ
842011-02-26 Eli Zaretskii <eliz@gnu.org>
85
03382788
EZ
86 * .bzrignore: Ignore new lib/*.in-h files.
87
945d8b44
EZ
88 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
89 depfiles.bat even if lib/deps already exist.
90
9411886d
PE
912011-02-25 Paul Eggert <eggert@cs.ucla.edu>
92
93 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
94 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
95 recent changes to configure.in and to gnulib.
9411886d 96
1e8dbdc6
GM
972011-02-24 Glenn Morris <rgm@gnu.org>
98
99 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
100 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
101
f68c809d
PE
1022011-02-22 Paul Eggert <eggert@cs.ucla.edu>
103
104 Assume S_ISLNK etc. work, since gnulib supports this.
105 * Makefile.in (GNULIB_MODULES): Add sys_stat.
106 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
107 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
108 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
109
ba01e9d7
PE
1102011-02-21 Paul Eggert <eggert@cs.ucla.edu>
111
112 * lib/min-max.h: New file, for "min" and "max".
113
9f8370e6
CS
1142011-02-21 Christoph Scholtes <cschol2112@gmail.com>
115
0a19a6f8 116 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
117 $(EMACS_ROOT)/nt/inc/stdint.h.
118
25c51af3
EZ
1192011-02-21 Eli Zaretskii <eliz@gnu.org>
120
121 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
122 src/makefile.w32-in and adapt. Depend on stamp_BLD.
123 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
124
5fa4ac76
PE
1252011-02-20 Paul Eggert <eggert@cs.ucla.edu>
126
127 Import filemode module from gnulib.
128 * .bzrignore: Add lib/sys/.
129 * Makefile.in (GNULIB_MODULES): Add filemode.
130 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
131 * lib/filemode.c: Renamed from src/filemode.c and regenerated
132 from gnulib. This adds support for some more file types, e.g.,
133 Cray DMF migrated files.
134 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
135 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
136 * m4/sys_stat_h.m4: New files, generated from gnulib.
137 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
138 Regenerate.
139
e1e6b4fb
EZ
1402011-02-20 Eli Zaretskii <eliz@gnu.org>
141
142 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
143 $(EMACS_ROOT)/nt/inc/sys/stat.h.
144
6cac9cb1
PE
1452011-02-20 Paul Eggert <eggert@cs.ucla.edu>
146
147 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
148 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
149 is no longer needed, due to the recent SSDATA and related changes.
150 Perhaps -Wno-pointer-sign should also be removed from
151 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
152 way to test this so I left it alone.
153 * configure: Regenerate.
154
0a19a6f8 1552011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
156
157 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
158 src/makefile.w32-in.
159
61353ac8 1602011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 161
61353ac8 162 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 163 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
164 Regenerate.
165 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
166 Import the new versions from gnulib; they assume a C99-style
167 <stdint.h>, supplied by the stdint module.
168 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
169 imported from gnulib.
942f733f
PE
170 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
171 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
172 special cases.
61353ac8 173
9d9d12cd
EZ
1742011-02-19 Eli Zaretskii <eliz@gnu.org>
175
152be435 176 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 177 Add lib/deps/.
152be435 178
9d9d12cd 179 * config.bat: Configure in `lib'.
219463da 180 Generate *.Po files in lib/deps.
9d9d12cd 181
7d315eb6
PE
1822011-02-18 Paul Eggert <eggert@cs.ucla.edu>
183
184 Import IRIX 6.5 getloadavg fixes from gnulib.
185 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
186
1f5d53eb
PE
1872011-02-16 Paul Eggert <eggert@cs.ucla.edu>
188
189 Import getloadavg module from gnulib.
190 * .bzrignore: Add lib/stdlib.h.
191 * Makefile.in (GNULIB_MODULES): Add getloadavg.
192 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
193 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
194 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
195 Remove; gnulib does this now.
196 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
197 from gnulib. This adds support for several other systems, such
198 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
199 buffer overrun on Linux hosts under very high load, and on hosts
200 that maintain a channel to the load average file it makes sure
201 the file descriptor is close-on-exec (on hosts that support this)
202 and is not stdin, stdout, or stderr.
203 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
204 from gnulib.
205 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
206 * src/config.in: Regenerate.
207
bb55f713
PE
2082011-02-15 Paul Eggert <eggert@cs.ucla.edu>
209
210 Merge from gnulib.
211
7127b760
PE
212 * install-sh: Update to scriptversion 2011-01-19.21.
213
bb55f713
PE
214 2011-02-13 Bruno Haible <bruno@clisp.org>
215
216 Consistent macro naming for macros that use GCC __attribute__.
217 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
218 ATTRIBUTE_DEPRECATED.
219
220 2011-02-12 Bruno Haible <bruno@clisp.org>
221
222 setlocale: Prefer gnulib's override over libintl's override.
223 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
224 GNULIB_defined_setlocale is set.
225
57e96f8e
GM
2262011-02-13 Glenn Morris <rgm@gnu.org>
227
228 * make-dist: Exclude generated file src/globals.h.
229
988c07df
PE
2302011-02-10 Paul Eggert <eggert@cs.ucla.edu>
231
232 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
233 Sync from gnulib, which has been patched to fix the problem
234 with the license notices. Problem reported by Glenn Morris in
235 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
236
ccded26c
SM
2372011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * .bzrignore: Ignore globals.h and related stamp.
240
6ffb2c0c
PE
2412011-02-09 Paul Eggert <eggert@cs.ucla.edu>
242
243 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
244 This merges the following fix from gnulib:
245
246 2011-02-08 Bruno Haible <bruno@clisp.org>
247
248 Split large sed scripts, for HP-UX sed.
249
00b3c7ac
TT
2502011-02-08 Tom Tromey <tromey@redhat.com>
251
252 * configure: Rebuild.
253 * configure.in (NS_OBJC_OBJ): New subst.
254
91ccade4
PE
2552011-02-06 Paul Eggert <eggert@cs.ucla.edu>
256
6ffb2c0c
PE
257 gnulib: allow multiple gnulib generated replacements to coexist
258 This defines a few preprocessor symbols that should not affect Emacs.
259 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
260 via "make sync-from-gnulib".
261
e765a388
PE
262 gnulib: undo previous change
263 The upstream _HEADERS change was backed out of gnulib (see the
264 same thread). Stay in sync with gnulib.
265
91ccade4 266 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
267 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
268 New empty macros, to accommodate recent changes to gnulib. See
269 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
270 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
271 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
272 * lib/time.in.h, lib/unistd.in.h:
273 Regenerate.
91ccade4 274
d67985d3
PE
2752011-02-05 Paul Eggert <eggert@cs.ucla.edu>
276
277 sync from gnulib to remove HAVE_STDBOOL_H
278 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
279 AC_HEADER_STDBOOL. All uses changed. Do not define
280 HAVE_STDBOOL_H, as gnulib does not need this. This change is
281 imported from the latest Autoconf git. It was motivated by Emacs,
282 which uses gnulib but does not need HAVE_STDBOOL_H.
283 * configure, src/config.in: Regenerate.
284 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
285
67342916
PE
2862011-02-03 Paul Eggert <eggert@cs.ucla.edu>
287
288 allow C code to suppress warnings about ignored return values
289 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
290 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
291 * lib/ignore-value.h: New file.
67342916 292
14beddf4 2932011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
294
295 * configure.in: Test existence of xaw3d library, not just the
296 header (Bug#7642).
297
6ffb2c0c
PE
2982011-01-31 Eli Zaretskii <eliz@gnu.org>
299
300 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
301 $(BLD)/time_r.$(O).
302 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
303 $(EMACS_ROOT)/src/m/intel386.h.
304 ($(BLD)/strftime.$(O)):
305 ($(BLD)/time_r.$(O)): Define prerequisites.
306
16fab143
PE
3072011-01-31 Paul Eggert <eggert@cs.ucla.edu>
308
309 src/emacs.c now gets version number from configure.in
310 * configure.in (version): Set this from $PACKAGE_VERSION,
311 which is set from AC_INIT, rather than scouting through src/emacs.c.
312 * configure: Regenerate.
313 * make-dist (version): Get it from configure.in, not src/emacs.c.
314
16c3e636
PE
3152011-01-30 Paul Eggert <eggert@cs.ucla.edu>
316
317 strftime: import from gnulib
318 * Makefile.in (GNULIB_MODULES): Add strftime.
319 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
320 needed.
6ffb2c0c 321 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 322 Regenerate.
6ffb2c0c
PE
323 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
324 imported from gnulib.
16c3e636
PE
325 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
326 This incorporates many changes from gnulib, including simpler
327 handling of multibyte formats, porting to mingw32 and other
328 platforms, and support for higher-resolution time stamps.
329 Emacs does not yet use the higher-resolution interface.
330
3de84ad9
PE
3312011-01-30 Paul Eggert <eggert@cs.ucla.edu>
332
333 gnulib: import mktime and move-if-change fixes from gnulib
334
335 * configure: Regenerate from the following.
336
6ffb2c0c
PE
337 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
338
339 mktime: clarify long_int width checking
340 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
341 the top level, to make it clearer that the assumption about
342 long_int width is being checked. See
343 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
344
3de84ad9
PE
345 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
346
347 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 348 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
349 negative number, which the C Standard says has undefined behavior.
350 In practice this is not a problem, but might as well do it by the book.
351 Reported by Rich Felker and Eric Blake; see
352 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
353 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
354 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
355
356 mktime: #undef mktime before #defining it
357 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
358
359 mktime: systematically normalize tm_isdst comparisons
360 * lib/mktime.c (isdst_differ): New function.
361 (__mktime_internal): Use it systematically for all isdst comparisons.
362 This completes the fix for libc BZ #6723, and removes the need for
363 normalizing tm_isdst. See
364 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
365 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
366
367 mktime: fix some integer overflow issues and sidestep the rest
368
369 This was prompted by a bug report by Benjamin Lindner for MinGW
370 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
371 His bug is due to signed integer overflow (0 - INT_MIN), and I
372 I scanned through mktime.c looking for other integer overflow
373 problems, fixing all the bugs I found.
374
375 Although the C Standard says the resulting code is still not safe
376 in the presence of integer overflow, in practice it should be good
377 enough for all real-world two's-complement implementations, except
378 for debugging environments that deliberately trap on integer
379 overflow (e.g., gcc -ftrapv).
380
381 * lib/mktime.c (WRAPV): New macro.
382 (SHR): Also check that long_int and time_t shift right in the
383 usual way, before using the fast-but-unportable method.
384 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
385 used. The code already assumed two's complement, so there's
386 no need to test for alternatives. All uses removed.
387 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
388 the C standard. Problem reported by Rich Felker in
389 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
390 (twos_complement_arithmetic): Also check long_int and time_t.
391 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
392 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
393 (__mktime_internal): Avoid integer overflow with unary subtraction
394 in two instances where -1 - X is an adequate replacement for -X,
395 since the calculations are approximate.
3de84ad9
PE
396
397 2011-01-29 Eric Blake <eblake@redhat.com>
398
399 mktime: avoid infinite loop
400 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
401 type; behavior is still undefined but portable to all known targets.
402 Reported by Rich Felker.
403
6ffb2c0c
PE
404 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
405
406 mktime: avoid problems on NetBSD 5 / i386
407 * lib/mktime.c (long_int): New type. This works around a problem
408 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
409 but time_t is 64 bits, and where I expect the existing code is
410 wrong in some cases.
411 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
412 (ydhms_diff): Bring back the compile-time check for wide-enough
413 year and yday.
414
415 mktime: fix misspelling in comment
416 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
417 This merges all recent glibc changes of importance.
418
3de84ad9
PE
419 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
420
421 move-if-change: cope with concurrent mv of identical file.
422 * move-if-change (CMPPROG): Accept environment
423 variable as an override for `cmp'.
424 (usage): Document CMPPROG.
425 Adjust comparison to drop stdout. Cope with failure of mv if
426 the target file exists and is identical to the source, for
427 parallel builds.
428 Report from H.J. Lu against binutils in PR binutils/12283.
429
6ffb2c0c
PE
4302011-01-29 Eli Zaretskii <eliz@gnu.org>
431
432 * lib/makefile.w32-in:
433 * lib/getopt_.h: New files.
434
c7e95b91
PE
4352011-01-28 Paul Eggert <eggert@cs.ucla.edu>
436
437 improve fix for MS-DOS file name clash
438 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
439 for portability to POSIX make. Reported by Bruno Haible.
440 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
441 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
442 files from accumulating as garbage. Also reported by Bruno Haible.
443
125c3718
PE
4442011-01-27 Paul Eggert <eggert@cs.ucla.edu>
445
446 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
447 * Makefile.in (DOS-gnulib-comp.m4): New macro.
448 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
449 problems with MS-DOS 8+3 file name restrictions.
450 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
451 it, it would also cause problems when extracting Emacs distribution
452 tarballs on MS-DOS hosts.
453 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 454 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
455 * config.guess, config.sub: Sync from gnulib.
456 * m4/gnulib-cache.m4: Remove from repository.
457 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
458
4004ef46
GM
4592011-01-25 Glenn Morris <rgm@gnu.org>
460
0b5c5d82
GM
461 * README: Add a note about ranges in copyright years.
462
4004ef46
GM
463 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
464
06d8ace5 4652011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
466
467 * configure.in: Add HP-UX on IA64 (Bug#6811).
468
d6974efa
PE
4692011-01-24 Paul Eggert <eggert@cs.ucla.edu>
470
471 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
472 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
473 as it is no longer needed.
6ffb2c0c 474 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
475 * configure.in: Invoke the new gnulib macro
476 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
477 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
478 * m4/getopt.m4: Sync from gnulib; this removes the need for
479 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
480 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
481 New macro, synced from gnulib.
482 * m4/warn-on-use.m4: Remove.
483
e02ea74b
PE
4842011-01-22 Paul Eggert <eggert@cs.ucla.edu>
485
486 aclocal.m4: put this file back into repository
487 This way, we don't have to assume that the maintainer has
488 the automake package installed. See
489 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
490 * .bzrignore: Remove aclocal.m4, undoing the previous change.
491 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
492 undoing the previous change.
493 * aclocal.m4: New file (actually, resurrected).
494
48dcd482
MB
4952011-01-22 Miles Bader <miles@gnu.org>
496
497 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
498 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
499 Emacs directly uses fontconfig, and breaks building when using a
500 strict linker).
501
925e561d
PE
5022011-01-21 Paul Eggert <eggert@cs.ucla.edu>
503
b06b1098
PE
504 src/config.in: shrink slightly
505 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
506 This makes src/config.in a bit smaller, by removing identifiers
507 like GNULIB_TEST_MKTIME that Emacs does not need.
508 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
509 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
510 Sync from gnulib. This removes a few more unnecessary symbols from
511 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
512 * configure, src/config.in: Regenerate.
513
925e561d
PE
514 aclocal.m4: tweaks to regenerate more conveniently
515 This attempts to act better when the source is in a weird state. See
516 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
517 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
518 * .bzrignore: Add aclocal.m4.
519
942be821
PE
5202011-01-20 Paul Eggert <eggert@cs.ucla.edu>
521
522 aclocal.m4: omit auto-generated file from repository
523 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
524 the most recent change here.
525 * aclocal.m4: Remove from bzr repository. This file is
526 auto-generated and isn't needed to run 'configure'. See
527 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
528
0813c96e
PE
5292011-01-19 Paul Eggert <eggert@cs.ucla.edu>
530
531 Minor Makefile.in tweaks to build from gnulib better.
532 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
533 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
534 (top_maintainer_clean): Don't remove aclocal.m4.
535
7cae64b4
PE
5362011-01-18 Paul Eggert <eggert@cs.ucla.edu>
537
53911e8f
PE
538 Minor cleanups for 'bzr status'
539 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
540 the output of config.guess.
541 * Makefile.in (top_distclean): Remove stamp-h1 too.
542
7cae64b4
PE
543 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
544 defined if the compiler supports GCC-style __attribute__
545 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
546 this syntax.
547
a3e44e79 5482011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 549
3cbecb8f
PE
550 Makefile.in: tidy up the building of lib
551 * Makefile.in (am--refresh): Mark as .PHONY.
552 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
553 as they're not rebuilt unless you do a "make sync-from-gnulib"
554 and the former is needed for "configure".
555 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
556 has already removed lib/Makefile.
557
ecbfcc83
PE
558 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
559 This avoids building ftoastr and ldtoastr, which aren't needed. See
560 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 561
803059b9
PE
562 * .bzrignore: Add .h files that are host-dependent.
563 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
564 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
565 host-dependent and are built as part of an ordinary 'make', and
566 should not be checked in.
567
6ffb2c0c
PE
568 * lib/Makefile.in: Regenerate.
569 * lib/COPYING: New file, a copy of COPYING.
570
2a78afcc 571 * configure: Regenerate.
37564543
PE
572 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
573
e275c824 574 Regenerate.
6ffb2c0c
PE
575 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
576 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
577 New files, copied from gnulib by gnulib-tool.
578 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
579 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
580 Regenerate.
ecbfcc83 581
84bbb1ad
PE
582 Use gnulib's getopt-gnu module.
583 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
584 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
585 representative of the dependencies.
586 * configure.in: Do not configure getopt, as gnulib does that now.
587 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
588 getopt now, in lib.
ecbfcc83 589
1fd182f0 590 Regenerate.
6ffb2c0c
PE
591 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
592 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
593 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
594 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
595 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
596 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
597 * m4/wchar_t.m4, warn-on-use.h:
598 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 599 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
600 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
601 Regenerate.
602
1e11dbe3
PE
603 Use gnulib's mktime module.
604 * Makefile.in (GNULIB_MODULES): Add mktime.
605 * configure.in: Remove code no longer needed, as gnulib now does it.
606 (AC_CHECK_FUNCS): Remove mktime.
607 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
608 (__restrict): Remove, as this now gets in the way of the C99
609 support for 'restrict' pulled in by the gnulib mktime module.
610 Code should now use 'restrict' and not '__restrict".
611 (mktime): Remove.
612 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
613 and warn-on-use.h into the distribution.
1fd182f0
PE
614
615 Regenerate.
6ffb2c0c
PE
616 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
617 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 618 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
619 * lib/dummy.c: Remove.
620 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
621 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
622 Regenerate.
ecbfcc83 623
1e11dbe3 624 Use gnulib's ftoastr module.
fa2c4f56
PE
625 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
626
743c80a7 627 Regenerate.
6ffb2c0c
PE
628 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
629 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
630 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
631 New files, generated automatically, with 'make sync-from-gnulib'
632 followed by 'make'.
633 * configure, lisp/dired.el, src/config.in: Regenerate.
634
9a514d4a
PE
635 Automate syncing from gnulib.
636 * INSTALL, README: Document new subdirectory 'lib'.
637 * Makefile.in (SUBDIR): Add lib.
638 (SUBDIR_MAKEFILES): Add lib/Makefile.
639 (lib-src, src, TAGS, tags): Depend on lib.
640 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
641 ($(gnulib_srcdir)): New rule.
642 (sync-from-gnulib): New rule, which is .PHONY.
643 (lib): New rule, which is like lib-src.
644 (Makefile): Depend on lib/Makefile.in.
645 (AUTOCONF_INPUTS): Depend on aclocal.m4.
646 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
647 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
648 (am--refresh): New rule, to pacify Automake.
649 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
650 Clean lib, too.
651 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
652 droppings.
653 (maintainer-clean, extraclean): Use it.
654 * configure.in: Initialize for automake and gnulib, by invoking
655 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
656 lib/Makefile, too. Use automake to build gnulib, as gnulib works
657 more conveniently with automake.
6ffb2c0c 658 * lib/Makefile.am: New file.
9a514d4a
PE
659 * make-dist: Also put into the distribution aclocal.m4,
660 compile, depcomp, missing, and the files under lib/.
661
dc3e3e7b
GM
6622011-01-15 Glenn Morris <rgm@gnu.org>
663
664 * Makefile.in (epaths-force): No more arch-tag to edit.
665
dab73760
CY
6662011-01-15 Chong Yidong <cyd@stupidchicken.com>
667
668 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
669
9f4b8b47
PE
6702011-01-14 Paul Eggert <eggert@cs.ucla.edu>
671
672 * make-dist: Distribute test/ files too.
673 Distribute every file under test/ that is under version control,
674 using patterns like *.el to capture files that are added later.
675 Without this change, "configure" would fail, because it would
676 attempt to build from a Makefile.in that was not distributed.
677
d221e780
CO
6782011-01-13 Christian Ohler <ohler@gnu.org>
679
680 * Makefile.in (INFO_FILES): Add ERT.
681
682 * Makefile.in (check): Run tests in test/automated.
683
684 * Makefile.in:
685 * configure.in: Add test/automated/Makefile.
686
bc5585d1
PE
6872011-01-07 Paul Eggert <eggert@cs.ucla.edu>
688
2b3f5bc8
PE
689 * install-sh, mkinstalldirs, move-if-change: Update from master
690 source in gnulib.
691
bc5585d1
PE
692 * config.guess, config.sub: Updated from master source.
693
2018939f
AS
6942011-01-05 Andreas Schwab <schwab@linux-m68k.org>
695
696 * configure.in: Check for __builtin_unwind_init.
697
e5365138
GM
6982011-01-05 Glenn Morris <rgm@gnu.org>
699
700 * configure.in (HAVE_MAKEINFO): New output variable.
701 (MAKEINFO): Reset to "makeinfo" if not found.
702 * Makefile.in (install-arch-indep, info):
703 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
704
4fc5868a
UM
7052010-12-29 Ulrich Mueller <ulm@gentoo.org>
706
707 * configure.in: Make gameuser configurable (Bug#7717).
708
68251e16
GM
7092010-12-15 Glenn Morris <rgm@gnu.org>
710
711 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
712 long absent lib-src/fns-*.el.
713
838db889
GM
7142010-12-11 Glenn Morris <rgm@gnu.org>
715
716 * make-dist: Exclude etc/*.pyc.
717
fe646d2c
AS
7182010-12-10 Andreas Schwab <schwab@linux-m68k.org>
719
720 * configure.in: Don't double machfile in final message.
721
d96c83fa
CY
7222010-12-04 Chong Yidong <cyd@stupidchicken.com>
723
724 * configure.in: Fix last change.
725
d6a003a8
AS
7262010-12-04 Andreas Schwab <schwab@linux-m68k.org>
727
728 * configure.in: Remove reference to removed machine description
729 files and allow $machine and $machfile to be empty. Substitute
730 M_FILE/S_FILE instead of machfile/opsysfile.
731
067d23c9
KY
7322010-12-03 Glenn Morris <rgm@gnu.org>
733
734 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
735
7362010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
739 (EXTERNALLY_VISIBLE): New definition.
740
7412010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
744
7452010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
746
747 * configure.in: Do not check for unconditionally included headers.
748
7492010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
752
7532010-11-09 Michael Albinus <michael.albinus@gmx.de>
754
755 * configure.in: Don't write a warning for D-Bus anymore.
756
7572010-11-06 Andreas Schwab <schwab@linux-m68k.org>
758
759 * configure.in: Fix indentation.
760
7612010-10-31 Ken Brown <kbrown@cornell.edu>
762
763 * configure.in (checking whether localtime caches TZ): Use
764 unsetenv instead of modifying environment directly.
765
7662010-10-25 Andreas Schwab <schwab@linux-m68k.org>
767
768 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
769 to avoid warning.
770
7712010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
772
773 * configure.in: Remove the BROKEN annotation from gnutls.
774
7752010-10-22 Glenn Morris <rgm@gnu.org>
776
777 * make-dist: Avoid listing .el files twice. Don't try to run
778 autoconf if --no-update.
779
7802010-10-20 Glenn Morris <rgm@gnu.org>
781
782 * make-dist: No longer create lisp/MANIFEST.
783
7842010-10-14 Glenn Morris <rgm@gnu.org>
785
786 * BUGS, INSTALL.BZR, README: Updates.
787
7882010-10-13 Glenn Morris <rgm@gnu.org>
789
790 * make-dist: Remove --compress. Check for the appropriate
791 gzip-like executable, and if not found, don't compress.
792 Check version number in README, don't change it.
793 Use find for nt/inc/*.h.
794
7952010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
798 trailing / from directory names.
799
8002010-10-12 Glenn Morris <rgm@gnu.org>
801
802 * make-dist: Update and simplify.
803
8042010-10-12 Eli Zaretskii <eliz@gnu.org>
805
806 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
807
8082010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
809
810 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
811
8122010-10-09 Glenn Morris <rgm@gnu.org>
813
814 * make-dist: No more doc/emacs/*.texi.in.
815
816 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
817
8182010-10-09 Glenn Morris <rgm@gnu.org>
819
820 * configure.in: Combine some conditionals.
821
822 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
823 * make-dist: Include doc/emacs/*.texi.in.
824
825 * INSTALL, make-dist: Remove references to b2m.
826 * Makefile.in (MAN_PAGES): Remove b2m.1.
827
8282010-10-05 Glenn Morris <rgm@gnu.org>
829
830 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
831
8322010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
833
834 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
835
8362010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
837
838 * configure.in: Include stdlib.h and string.h unconditionally.
839
8402010-09-29 Romain Francoise <romain@orebokech.com>
841
842 * configure.in: Don't enable ImageMagick unless HAVE_X11.
843
8442010-09-28 Glenn Morris <rgm@gnu.org>
845
846 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
847 happy.
848
8492010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
850
851 * configure.in: Enable imagemagick by default.
852
8532010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
855 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
856 gnutls libraries.
857
8582010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
859
860 * configure.in: Set up GnuTLS.
861
8622010-09-22 Chong Yidong <cyd@stupidchicken.com>
863
864 * configure.in: Announce whether libxml2 is linked to.
865
8662010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
867
868 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
869
8702010-09-18 Eli Zaretskii <eliz@gnu.org>
871
872 * config.bat: Detect that libxml2 is installed and if so, build
873 with it.
874
8752010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
876
877 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
878 be used. This fixes a conf problem on Mac OS X.
879
8802010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
881
882 * configure.in: Check for libxml2.
883
8842010-09-09 Glenn Morris <rgm@gnu.org>
885
886 * make-dist: No more TODO files under lisp/.
887
8882010-09-04 Eli Zaretskii <eliz@gnu.org>
889
890 * config.bat: Produce lisp/gnus/_dir-locals.el from
891 lisp/gnus/.dir-locals.el.
892
8932010-08-23 Andreas Schwab <schwab@linux-m68k.org>
894
895 * configure.in: Fix check for librsvg, imagemagick and
896 MagickExportImagePixels.
897
8982010-08-18 Joakim Verona <joakim@verona.se>
899
900 * Makefile.in, configure.in: Checks for ImageMagick.
901
9022010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
903
904 * configure.in (AC_PREREQ): Require autoconf 2.65.
905
9062010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
907
908 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
909
9102010-08-09 Andreas Schwab <schwab@linux-m68k.org>
911
912 * configure.in: Add AC_C_BIGENDIAN.
913
9142010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * configure.in (ORDINARY_LINK): Use on hpux* too.
917
9182010-08-06 Jan Djärv <jan.h.d@swipnet.se>
919
920 * configure.in: Check for util.h.
921 Use -Wimplicit-function-declaration if compiler supports it.
922
9232010-08-05 Eli Zaretskii <eliz@gnu.org>
924
925 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
926
9272010-08-04 Andreas Schwab <schwab@linux-m68k.org>
928
929 * configure.in: Restore accidentally removed use of
930 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
931
9322010-07-29 Chad Brown <yandros@mit.edu>
933
934 * configure.in: Check for dirent.h.
935
9362010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
937
938 * configure.in: Remove reference to usg5-4, unused.
939
9402010-07-25 Andreas Schwab <schwab@linux-m68k.org>
941
942 * configure.in: Check for __executable_start.
943
9442010-07-24 Ken Brown <kbrown@cornell.edu>
945
946 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
947
9482010-07-24 Juanma Barranquero <lekktu@gmail.com>
949
950 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
951
9522010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
953
954 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
955
9562010-07-12 Andreas Schwab <schwab@linux-m68k.org>
957
958 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
959 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
960 (C_OPTIMIZE_SWITCH): Remove.
961 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
962
9632010-07-11 Andreas Schwab <schwab@linux-m68k.org>
964
965 * configure.in: Don't check for index and rindex, check for strchr
966 and strrchr. Define strchr and strrchr as index and rindex,
967 resp., in src/config.h if not available.
968
9692010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
970
971 * configure.in: Use -Wold-style-definition if available.
972 This helps with the transition to standard C code, it can be
973 removed when done.
974
975 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
976
977 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
978 and MSWindows.
979
9802010-07-07 Andreas Schwab <schwab@linux-m68k.org>
981
982 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
983 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
984
9852010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
986
987 * configure.in (getenv): Remove K&R declaration.
988
9892010-07-02 Jan Djärv <jan.h.d@swipnet.se>
990
991 * configure.in: Remove define __P.
992
9932010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
994
995 * configure.in (--enable-use-lisp-union-type): New flag.
996
9972010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
998
999 Fix CFLAGS for non-GCC compilers.
1000 * configure.in (CFLAGS): Always use -g like it was done before the
1001 2010-03-30 change.
1002 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
1003 (Bug#6538)
1004
10052010-06-30 Glenn Morris <rgm@gnu.org>
1006
1007 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
1008 Set with AC_DEFINE rather than AH_BOTTOM.
1009
1010 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
1011 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
1012 Set with shell, not cpp.
1013 (LIBX): Remove, just use -lX11 in the one place this was used.
1014 (cannot_dump): Replace with CANNOT_DUMP.
1015
10162010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1017
0a19a6f8 1018 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
1019 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
1020 by minimum required Gtk+ 2.6). Add checks for functions introduced
1021 in Gtk+ 2.14 or newer (bug#6505).
1022
10232010-06-26 Eli Zaretskii <eliz@gnu.org>
1024
1025 * config.bat: Remove white space around "+" in COPY commands.
1026
10272010-06-23 Glenn Morris <rgm@gnu.org>
1028
1029 * info/dir: Start descriptions in column 32, per Texinfo convention.
1030
10312010-06-16 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * INSTALL: Update font information (Bug#6389).
1034
10352010-06-16 Glenn Morris <rgm@gnu.org>
1036
1037 * INSTALL: General update.
1038
10392010-06-12 Glenn Morris <rgm@gnu.org>
1040
1041 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
1042
10432010-06-11 Glenn Morris <rgm@gnu.org>
1044
1045 * configure.in (--without-compress-info): New option.
1046 (GZIP_INFO): New output variable.
1047
1048 * Makefile.in (GZIP_INFO): New, set by configure.
1049 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
1050 Handle man pages in the same way.
1051
10522010-06-10 Glenn Morris <rgm@gnu.org>
1053
1054 * Makefile.in (install-arch-indep): Gzip the info files too.
1055
1056 * make-dist: Remove references to non-existent directories and files.
1057
10582010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1059
1060 * configure.in: Include <strings.h> and <string.h> instead of
1061 "strings.h" and "string.h".
1062
10632010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1064
1065 * configure.in: Remove code dealing with BSTRING.
1066
10672010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1068
1069 * configure.in (AC_PREREQ): Require autoconf 2.65.
1070
1071 * configure.in (unxec): Do not define and substitute.
1072 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
1073
10742010-06-03 Glenn Morris <rgm@gnu.org>
1075
1076 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
1077
10782010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1079
1080 Fix alloca definition when using gcc on non-gnu systems.
1081 * configure.in: Use the code sequence indicated by "info autoconf"
1082 for alloca (bug#6170).
1083
10842010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * .bzrignore: Ignore new files from trunk, which appear if you use
1087 colocated branches (i.e. "bzr switch").
1088
10892010-05-28 Glenn Morris <rgm@gnu.org>
1090
1091 * configure.in: Simplify some of the $canonical tests.
1092
10932010-05-27 Glenn Morris <rgm@gnu.org>
1094
1095 * config.bat: Do not preprocess src/Makefile.in.
1096
1097 * configure.in: Do not preprocess src/Makefile.in.
1098 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
1099 (AC_EGREP_CPP): Test no longer needed.
1100
1101 * make-dist: No more Makefile.c files.
1102
11032010-05-26 Glenn Morris <rgm@gnu.org>
1104
1105 * configure.in (YMF_PASS_LDFLAGS): Remove.
1106 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
1107
1108 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
1109 Add $GNUSTEP_LOCAL_HEADERS.
1110 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
1111
1112 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
1113 (GNUSTEP_MAKEFILES): Remove.
1114 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
1115 stuff to here.
1116
11172010-05-25 Glenn Morris <rgm@gnu.org>
1118
1119 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
1120 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1121
1122 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1123 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
1124 here instead.
1125
11262010-05-24 Romain Francoise <romain@orebokech.com>
1127
1128 * make-dist: Look for version in src/emacs.c.
1129 Use lisp/subr.el rather than lisp/version.el for location check.
1130
11312010-05-21 Glenn Morris <rgm@gnu.org>
1132
1133 * configure.in (MKDEPDIR): Parallel build tweak.
1134
1135 * configure.in (ns_frag): New output file.
1136
1137 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
1138 (OLDXMENU_TARGET): Set to empty if USE_GTK.
1139
1140 * configure.in (cannot_dump): New output variable.
1141
11422010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1143
1144 * configure.in: On NetBSD, if terminfo is found, use it in
1145 preference to termcap. (Bug#6190)
1146
11472010-05-20 Glenn Morris <rgm@gnu.org>
1148
1149 * make-dist (src): Include *.mk.
1150 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
1151 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
1152 (deps_frag): New output file.
1153 (AUTO_DEPEND): Remove this definition.
1154
1155 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
1156
11572010-05-19 Glenn Morris <rgm@gnu.org>
1158
1159 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
1160 (ORDINARY_LINK): New AC_DEFINE.
1161 (LIB_GCC): No need to set if ORDINARY_LINK.
1162
11632010-05-18 Glenn Morris <rgm@gnu.org>
1164
1165 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
1166 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
1167
1168 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
1169 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
1170 (RALLOC_OBJ): New output variable.
1171
1172 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
1173 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
1174
11752010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * Makefile.in (src): Provide the name of the VCS file that witnesses
1178 a pull.
1179 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
1180
11812010-05-17 Glenn Morris <rgm@gnu.org>
1182
1183 * configure.in (OLDXMENU_DEPS): New output variable.
1184
11852010-05-16 Glenn Morris <rgm@gnu.org>
1186
1187 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
1188
1189 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
1190 * Makefile.in (install-arch-dep): Update for above change.
1191
1192 * Makefile.in (ns_appdir): Remove.
1193 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
1194
1195 * configure.in (TEMACS_LDFLAGS2): New output variable.
1196
1197 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
1198 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
1199 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
1200 nothing uses.
1201
12022010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1203
1204 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
1205 does not use them.
1206 (X11R5_INHIBIT_I18N): Remove, unused.
1207
12082010-05-15 Glenn Morris <rgm@gnu.org>
1209
1210 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
1211
1212 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
1213
12142010-05-15 Ken Raeburn <raeburn@raeburn.org>
1215
1216 * configure.in: Look for version string in its new location.
1217
12182010-05-15 Eli Zaretskii <eliz@gnu.org>
1219
1220 * config.bat: Remove support for DJGPP v1.x.
1221
12222010-05-15 Glenn Morris <rgm@gnu.org>
1223
1224 * configure.in (OLDXMENU_TARGET): New output variable.
1225
1226 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
1227
1228 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
1229 and other files that no longer exist.
1230
12312010-05-14 Glenn Morris <rgm@gnu.org>
1232
1233 * configure.in (cpp_undefs): Add mktime, register, X11.
1234
1235 * configure.in (GPM_MOUSE_SUPPORT): Remove.
1236 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
1237 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
1238
1239 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
1240 (GNUSTEP_MAKEFILES): Do not output.
1241
12422010-05-13 Glenn Morris <rgm@gnu.org>
1243
1244 * configure.in: Fix some paren typos.
1245
1246 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
1247
1248 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
1249
12502010-05-12 Glenn Morris <rgm@gnu.org>
1251
1252 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
1253
1254 * configure.in (LIB_GCC): New output variable.
1255
12562010-05-11 Glenn Morris <rgm@gnu.org>
1257
1258 * make-dist (msdos): No more mainmake.
1259
1260 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
1261 * config.bat: Do not run cpp on lib-src/Makefile.in.
1262
1263 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
1264
12652010-05-10 Glenn Morris <rgm@gnu.org>
1266
1267 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
1268
1269 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
1270 (BLESSMAIL_TARGET): New output variable.
1271
12722010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1273
1274 * INSTALL: Fix typos.
1275
12762010-05-08 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * configure.in: Add check for buggy version of GCC (Bug#6031).
1279
12802010-05-08 Glenn Morris <rgm@gnu.org>
1281
1282 * configure.in (HAVE_LIBNCURSES): New local variable.
1283 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
1284 replacing cpp in src/s/*.h and src/Makefile.in.
1285
12862010-05-07 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * Version 23.2 released.
1289
12902010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * configure.in: Add tests for `isnan' and `copysign'.
1293
12942010-05-07 Eli Zaretskii <eliz@gnu.org>
1295
1296 * config.bat: Allow for 2 leading `#'s in comments in
1297 src/Makefile.in.
1298
12992010-05-07 Glenn Morris <rgm@gnu.org>
1300
1301 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1302 Merges logic from src/s/* and src/Makefile.in.
1303 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1304
13052010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1306
1307 Define START_FILES and LIB_STANDARD using autoconf.
1308 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
1309 here from src/s/*.h.
1310 (HAVE_CRTIN): Remove, inline logic in the netbsd
1311 START_FILES/LIB_STANDARD computation.
1312
13132010-05-06 Glenn Morris <rgm@gnu.org>
1314
1315 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
1316
1317 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
1318 (LD_SWITCH_X_SITE): Remove unused variables.
1319
13202010-05-04 Glenn Morris <rgm@gnu.org>
1321
1322 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
1323 as well.
1324 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
1325
1326 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1327
1328 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
1329 variables, replacing c_switch_machine, c_switch_system.
1330 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
1331 @c_switch_system@.
1332
13332010-05-03 Glenn Morris <rgm@gnu.org>
1334
1335 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
1336
1337 * make-dist: There are no more src/m/*.inp files.
1338
13392010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1340
1341 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
1342 (ac_link): Do not use ld_switch_machine.
1343
13442010-05-01 Glenn Morris <rgm@gnu.org>
1345
1346 * configure.in (OTHER_OBJ): Remove.
1347 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
1348
13492010-04-30 Glenn Morris <rgm@gnu.org>
1350
1351 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
1352 Elsewhere, maybe include it.
1353
1354 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
1355 (OLDXMENU, LIBXMENU): New output variables.
1356
1357 * configure.in (OTHER_OBJ): New output variable.
1358
13592010-04-28 Glenn Morris <rgm@gnu.org>
1360
1361 * configure.in (CYGWIN_OBJ): New output variable.
1362
1363 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
1364
1365 * configure.in (FONT_OBJ): New output variable.
1366
1367 * configure.in (LIBXMU): New output variable.
1368
1369 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
1370
1371 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
1372 userland and maybe change values to i386 (move test from s/amdx86-64.h).
1373
13742010-04-27 Glenn Morris <rgm@gnu.org>
1375
1376 * configure.in (LIBXTR6): New output variable. Move unixware special
1377 case here from src/s/unixware.h.
1378
1379 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
1380 in Makefiles.
1381 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
1382
1383 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
1384 (LIBXP): No longer substitute in Makefiles.
1385 (MOTIF_LIBW): New output variable. Move system-specific settings here
1386 from src/s files.
1387
13882010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1389
1390 Reduce CPP usage.
1391 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
1392 (unexec): Define unconditionally, all platforms define
1393 UNEXEC. AC_SUBST it.
1394 (UNEXEC_SRC): Remove, unused.
1395 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
1396
13972010-04-27 Glenn Morris <rgm@gnu.org>
1398
1399 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
1400 replaced by LIBXP.
1401
1402 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
1403 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
1404 On hpux10-20, default to /lib.
1405
1406 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
1407
14082010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1409
1410 * configure.in (LIBS_MACHINE): Remove, unused.
1411
1412 * configure.in (LIB_MATH): New output variable. Set it for some systems.
1413
14142010-04-24 Glenn Morris <rgm@gnu.org>
1415
1416 * configure.in (CRT_DIR): New output variable.
1417 (--with-crt-dir): New option. (Bug#5655)
1418 (HAVE_LIB64_DIR): Remove.
1419
14202010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
1421
1422 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
1423
14242010-04-22 Miles Bader <miles@gnu.org>
1425
1426 * configure.in: Get rid of "unix" pre-defined macro when
1427 preprocessing Makefile. (Bug#5857)
1428
14292010-04-21 Andreas Schwab <schwab@linux-m68k.org>
1430
1431 Avoid non-portable shell command negation
1432 * configure.in: Revert last change.
1433
14342010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1435
1436 * configure.in: Change "if test ! -f" to "if ! test -f".
1437
14382010-04-21 Glenn Morris <rgm@gnu.org>
1439
1440 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
1441 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
1442
14432010-04-21 Karel Klíč <kklic@redhat.com>
1444
1445 * configure.in: New option: --with(out)-selinux, on by default.
1446 Set HAVE_LIBSELINUX if we find libselinux, and substitute
1447 LIBSELINUX_LIBS in Makefiles.
1448
14492010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1450
1451 * configure.in: Remove all references to LIBX11_SYSTEM.
1452
14532010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1454
1455 * configure.in: Remove all references to C_DEBUG_SWITCH.
1456
14572010-03-27 Eli Zaretskii <eliz@gnu.org>
1458
1459 * config.bat <lib-src>: Edit out lines that begin with several #
1460 characters.
1461
14622010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1463
1464 * configure.in: Remove support for old UNIX System V systems and
1465 for Unixware on non-x86 machines.
1466
1467 * configure.in: Remove support for Solaris on PPC and for old versions.
1468
1469 * configure.in: Remove non-working lynxos port.
1470
14712010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
1474
14752010-03-19 Glenn Morris <rgm@gnu.org>
1476
1477 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
1478 happy.
1479
14802010-03-18 Jan Djärv <jan.h.d@swipnet.se>
1481
1482 * configure.in: Check for tputs and friends, abort if not
1483 found (bug#5735).
1484
14852010-03-18 Glenn Morris <rgm@gnu.org>
1486
1487 * configure.in (--with-x-toolkit): In the help text, say which options
1488 are synonyms.
1489
1490 * configure.in (--with-mmdf, --with-mail-unlink):
1491 New options, off by default.
1492 (--with-mailhost): New option to set default POP host.
1493 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
1494 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
1495 New variables, substituted in Makefiles.
1496 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
1497 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
1498 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1499 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1500 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
1501
15022010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1503
1504 * Makefile.in (uninstall): Handle the case where archlibdir does not
1505 exist. (Bug#5720)
1506
15072010-03-12 Eli Zaretskii <eliz@gnu.org>
1508
1509 These changes remove termcap.c from the build on Posix platforms.
1510 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
1511
1512 * configure: Regenerated.
1513
15142010-03-10 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * Branch for 23.2.
1517
15182010-01-31 Juri Linkov <juri@jurta.org>
1519
1520 * .bzrignore: Add TAGS-LISP.
1521
15222010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1523
1524 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
1525 this header file).
1526
15272010-01-12 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * .bzrignore: Ignore all .exe, instead of individual files.
1530
15312010-01-12 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * configure.in: Explicitly check for and link to -lXrender.
1534
15352010-01-12 Glenn Morris <rgm@gnu.org>
1536
1537 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
1538 for bug reports for development versions.
1539
15402010-01-02 Eli Zaretskii <eliz@gnu.org>
1541
1542 * .bzrignore: Add more ignored patterns, including for the MS-DOS
1543 build.
1544
15452009-12-27 Karl Fogel <kfogel@red-bean>
1546
1547 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
1548 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
1549
15502009-12-17 Glenn Morris <rgm@gnu.org>
1551
1552 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
1553
15542009-12-15 Glenn Morris <rgm@gnu.org>
1555
1556 * info/dir: Add EDT entry.
1557 * Makefile.in (INFO_FILES): Add edt.
1558
15592009-12-10 Jan Djärv <jan.h.d@swipnet.se>
1560
1561 * configure.in: Check for RSVG if GNUStep is used.
1562
15632009-12-09 Jan Djärv <jan.h.d@swipnet.se>
1564
1565 * configure.in: Don't check for RSVG or GConf unless X11 is used.
1566
15672009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1568
1569 * configure.in: Allow compiling Emacs with GTK on Cygwin.
1570
15712009-12-01 Glenn Morris <rgm@gnu.org>
1572
1573 * make-dist: Add etc/images/mpc directory.
1574
15752009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1576
1577 * configure.in: Don't check for GConf unless X is used.
1578
15792009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1580
1581 * configure.in: Use -Wdeclaration-after-statement if available.
1582
15832009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1584
1585 * configure.in: New option: --with(out)-gconf.
1586 Set HAVE_GCONF if we find gconf.
1587
15882009-11-17 Glenn Morris <rgm@gnu.org>
1589
1590 * Makefile.in (INFO_FILES): Add semantic.
1591
15922009-11-16 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * info/dir: Add Semantic.
1595
15962009-11-16 Glenn Morris <rgm@gnu.org>
1597
1598 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
1599 pattern, so as not to exclude makefile*.el. (Bug#4912)
1600
16012009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1602
1603 * configure.in: --enable-autodepend is new. Check for GNU Make
1604 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
1605 gcc and GNU make to generate dependencies.
1606
16072009-10-27 Glenn Morris <rgm@gnu.org>
1608
1609 * make-dist: Make links to doc/lispintro/*.pdf.
1610
16112009-10-23 Jim Meyering <meyering@redhat.com>
1612
1613 * configure.in: Invoke $CPP with -P when creating Makefile and
1614 src/Makefile. Without this, gcc 4.4.2 converts each
1615 backslash-newline pair in the input to a bare newline, yielding
1616 invalid Makefiles.
1617
1618 * configure: Regenerate.
1619
16202009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1621
1622 * configure.in (vax-dec-vms): Remove, not supported anymore.
1623
16242009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1625
1626 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
1627 (*-apple-darwin*): Add x86_64 architecture.
1628
16292009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 * config.guess, config.sub: Updated from master source.
1632
16332009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1634
1635 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
1636
16372009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
1638
1639 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
1640
16412009-09-29 Glenn Morris <rgm@gnu.org>
1642
1643 * make-dist (check): Update for two new levels of subdirectory in lisp/.
1644
16452009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1646
1647 * config.guess, config.sub: Updated from master source.
1648
1649 * configure.in (OTHER_FILES): Define using autoconf not cpp.
1650
16512009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
1654
16552009-09-13 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * INSTALL: Update URL for GNU FreeFont.
1658
16592009-09-09 Glenn Morris <rgm@gnu.org>
1660
1661 * Makefile.in (install-arch-indep): Don't recursively change perms of
1662 site-lisp and infodir. There may be non-Emacs files in here, and the
1663 files supplied by Emacs are all handled explicitly already. (Bug#3800)
1664 (mkdir): Set umask to world-readable before creating directories.
1665 mkinstalldirs already checks if dirs exist, don't duplicate this test.
1666
16672009-08-29 Glenn Morris <rgm@gnu.org>
1668
1669 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
1670 (info): Don't give an error in the absence of makeinfo - let the doc
1671 Makefiles do that, if the info files need rebuilding. (Bug#3982)
1672
16732009-08-23 Ken Raeburn <raeburn@raeburn.org>
1674
1675 * Makefile.in (install-arch-indep): If the versioned DOC-####
1676 generated during loadup+dump isn't found, install the plain DOC
1677 file that always gets generated, in case CANNOT_DUMP is set.
1678
1679 * configure.in: Warn if package version specified here doesn't
1680 match the version in version.el.
1681 * configure: Regenerate.
1682
16832009-08-22 Michael Albinus <michael.albinus@gmx.de>
1684
1685 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
1686
1687 * configure: Regenerate.
1688
16892009-08-19 Glenn Morris <rgm@gnu.org>
1690
1691 * INSTALL: Remove reference to cvtmail.
1692
16932009-08-15 CHENG Gao <chenggao@gmail.com>
1694
1695 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
1696
16972009-08-02 Kevin Ryde <user42@zip.com.au>
1698
1699 * INSTALL: Fix free fonts URL.
1700
17012009-07-22 Glenn Morris <rgm@gnu.org>
1702
1703 * configure.in (AC_PREREQ): Require autoconf 2.62.
1704
17052009-07-04 Andreas Schwab <schwab@linux-m68k.org>
1706
1707 * configure.in (--enable-checking, --enable-profiling):
1708 Use AS_HELP_STRING.
1709
17102009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1711
1712 * configure.in (--enable-profiling): New option.
1713 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
1714
17152009-06-27 Glenn Morris <rgm@gnu.org>
1716
1717 * configure.in: Restore netbsd on mips, mipsel, mipseb.
1718
17192009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 * configure.in (--enable-checking): New option.
1722
17232009-06-24 Glenn Morris <rgm@gnu.org>
1724
1725 * make-dist: Warn if subdir does not exist in source.
1726 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
1727 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
1728 No longer make links.
1729
17302009-06-24 Yavor Doganov <yavor@gnu.org>
1731
1732 * make-dist (tempdir): Don't create directories preferences.gorm
1733 and preferences.nib, they are no longer required.
1734
17352009-06-21 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * Branch for 23.1.
1738
17392009-06-12 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * configure.in: Delete mac-fix-env target, which has been
1742 removed (Bug#3531).
1743
17442009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
1747
17482009-05-05 Per Starbäck <per@starback.se> (tiny change)
1749
1750 * BUGS: Use new binding of view-emacs-problems.
1751
17522009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
1753
1754 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
1755 for Solaris compatibility.
1756
17572009-04-25 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * configure: Regenerate.
1760
1761 * configure.in: Disable use of FreeType without libXft.
1762
17632009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1764
1765 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
1766 Check if it is declared in gtk.h.
1767
17682009-04-12 Andreas Schwab <schwab@linux-m68k.org>
1769
1770 * Makefile.in (install-arch-indep): Remove .gitignore files.
1771
17722009-04-03 Kenichi Handa <handa@m17n.org>
1773
1774 * INSTALL: Make the section "Complex Text Layout support
1775 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
1776
17772009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * configure.in (rs6000-ibm-aix6*): Fix typo.
1780
17812009-03-04 Glenn Morris <rgm@gnu.org>
1782
1783 * Makefile.in (INFO_FILES): Add auth.
1784
17852009-03-03 Glenn Morris <rgm@gnu.org>
1786
1787 * info/dir: Add Auth-source.
1788
17892009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
1792 the second.
1793
17942009-02-28 Eli Zaretskii <eliz@gnu.org>
1795
1796 * config.bat: Copy .dbxinit to _dbxinit.
1797
1798 * make-dist (Making links to `info'): Remove .gitignore.
1799
18002009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * Makefile.in (lib-src, lisp): Use simpler rule.
1803 (src): Be more specific to avoid recompiling all the .elc files just
1804 because the bootstrap-emacs is missing.
1805
18062009-02-26 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * configure.in: Require librsvg >= 2.11.
1809
18102009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1811
1812 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
1813 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
1814
18152009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1816
1817 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
1818
18192009-02-03 Glenn Morris <rgm@gnu.org>
1820
1821 * make-dist: Add some missing files, remove some that are no longer
1822 present.
1823
18242009-02-02 Glenn Morris <rgm@gnu.org>
1825
1826 * make-dist: Add some missing nextstep/ files.
1827
18282009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
1829
1830 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
1831
18322009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1833
1834 * configure.in: Add support for m68k-*-netbsd.
1835
18362009-01-14 Juri Linkov <juri@jurta.org>
1837
1838 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
1839
1840 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
1841 and bug-reference-mode.
1842
18432009-01-11 Juri Linkov <juri@jurta.org>
1844
1845 * INSTALL.CVS: Move configuration explicitly to the first step.
1846
18472009-01-09 Glenn Morris <rgm@gnu.org>
1848
1849 * .dir-locals.el: Don't set indent-tabs-mode.
1850
18512008-12-30 Kenichi Handa <handa@m17n.org>
1852
1853 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
1854 the function OTF_get_variation_glyphs.
1855
18562008-12-30 Jan Djärv <jan.h.d@swipnet.se>
1857
1858 * Makefile.in (install-arch-dep): Remove old directories in
1859 ns_app* before moving new directories there.
1860
18612008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
1862
1863 * .dir-locals.el: Remove non-working entry for pmail.
1864 (fill-column): Fix typo.
1865 (change-log-mode): Add fill column.
1866
18672008-12-26 Eli Zaretskii <eliz@gnu.org>
1868
1869 * config.bat: Produce _dir-locals.el from .dir-locals.el.
1870
18712008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1872
1873 * make-dist (tempdir): Distribute .dir-locals.el.
1874
1875 * .dir-locals.el: New file.
1876
18772008-12-19 Eli Zaretskii <eliz@gnu.org>
1878
1879 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
1880 for rationale.
1881
18822008-12-13 Glenn Morris <rgm@gnu.org>
1883
1884 * Makefile.in (install-arch-indep): Add new man-pages.
1885 (manext): Remove variable.
1886 (MAN_PAGES): New variable.
1887 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1888 and remove.
1889 (uninstall): Remove desktop file and icons, game scores if empty.
1890
18912008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 * config.guess, config.sub: Updated from master source.
1894
18952008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * Makefile.in (install-arch-indep): Install ebrowse.1.
1898
18992008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1900
1901 * configure.in: Add Solaris on x86_64.
1902
19032008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1904
1905 * config.guess, config.sub: Updated from master source.
1906
19072008-12-08 Eli Zaretskii <eliz@gnu.org>
1908
1909 * info/dir: Fix last change.
1910
19112008-12-07 Eli Zaretskii <eliz@gnu.org>
1912
1913 * info/dir: Untabify.
1914
19152008-11-28 Ulrich Mueller <ulm@gentoo.org>
1916
1917 * configure.in: Fix last change.
1918
19192008-11-28 Richard M Stallman <rms@gnu.org>
1920
1921 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1922 New configurations.
1923
19242008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1925
1926 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1927 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1928
19292008-11-15 Eli Zaretskii <eliz@gnu.org>
1930
1931 * Makefile.in (INFO_FILES): Remove ns-emacs.
1932
1933 * info/dir (NS-Emacs): Remove entry.
1934
19352008-11-08 Eli Zaretskii <eliz@gnu.org>
1936
1937 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1938
19392008-11-07 Glenn Morris <rgm@gnu.org>
1940
1941 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1942
19432008-10-31 Eli Zaretskii <eliz@gnu.org>
1944
1945 * config.bat: Tell user to expect one "File not found" message
1946 while the `doc' directory is being configured.
1947
19482008-10-30 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * update-subdirs: Put obsolete directory last.
1951
19522008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1953
1954 * configure.in: Check fontconfig always.
1955
19562008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1957
1958 * configure (*-solaris2.[7-9]*): Fix typo.
1959
19602008-10-24 Glenn Morris <rgm@gnu.org>
1961
1962 * configure.in (--without-sync-input, --with-pkg-config-prog):
1963 Help strings start with lower case.
1964 (--with-gnustep-conf): New option.
1965 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1966
19672008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1968
1969 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1970 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1971 is not found. (Bug#1230)
1972
19732008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1974
1975 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1976 Use sol2-6.h for Solaris 7-9.
1977
19782008-10-18 Ulrich Mueller <ulm@gentoo.org>
1979
1980 * configure.in: Add support for GNU/Linux on SuperH.
1981
19822008-10-12 Andreas Schwab <schwab@suse.de>
1983
1984 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1985
19862008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1987
1988 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1989 "X") to avoid confusion.
1990
1991 * configure: Regenerate.
1992
19932008-09-07 Romain Francoise <romain@orebokech.com>
1994
1995 * make-dist: Distribute doc/man/ChangeLog.
1996
19972008-08-28 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * configure.in: Disable XFT and Freetype when without X.
2000
2001 * configure: Regenerate.
2002
20032008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
2006
20072008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2008
2009 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
2010 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
2011
2012 * configure: Regenerate.
2013
20142008-08-20 Eli Zaretskii <eliz@gnu.org>
2015
2016 * configure.in: Move "#define subprocesses" before
2017 config_opsysfile is included.
2018
20192008-08-19 Kenichi Handa <handa@m17n.org>
2020
2021 * INSTALL (Extra fonts): Mention local fonts, don't mention
2022 mule-unicode.
2023
20242008-08-16 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * make-dist: Omit info/.arch-inventory.
2027
20282008-08-16 Jason Rumney <jasonr@gnu.org>
2029
2030 * make-dist (tempdir/nt): Link emacsclient.rc.
2031
20322008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2033
2034 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
2035 AC_SUBST it.
2036 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
2037 AC_SUBST it.
2038 (OTHER_FILES): Always define for HAVE_NS.
2039 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
2040 * configure: Regenerate.
2041
20422008-08-07 Andreas Schwab <schwab@suse.de>
2043
2044 * configure.in: Correctly handle
2045 --enable-cocoa-experimental-ctrl-g=no and
2046 --enable-ns-self-contained=yes.
2047
20482008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2049
2050 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
2051 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
2052 bother undef'ing since won't have desired effect.
2053
20542008-08-06 Andreas Schwab <schwab@suse.de>
2055
2056 * configure.in: Fix quoting.
2057
20582008-08-06 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
2061
20622008-08-05 Ulrich Mueller <ulm@gentoo.org>
2063
2064 * configure.in: Add checks for krb5_error.text and
2065 krb5_error.e_text struct members.
2066
20672008-08-04 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * configure.in: Test for existence of NSInteger.
2070 Suggested by Yavor Doganov.
2071
20722008-08-02 Romain Francoise <romain@orebokech.com>
2073
2074 * Makefile.in (INFO_FILES): Add mairix-el.
2075
20762008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 * make-dist:
2079 * README: Remove VMS support.
2080 * vms: Remove directory.
2081
20822008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 * configure.in (MULTI_KBOARD): Remove.
2085
20862008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2087
2088 * configure.in (DO_BLOCK_INPUT): Remove, unused.
2089
20902008-07-29 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * info/dir (File): Add mairix-el.
2093
20942008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2095
2096 Remove support for Mac Carbon.
2097 * mac: Remove directory.
2098 * make-dist:
2099 * configure.in:
2100 * README:
2101 * Makefile.in:
2102 * INSTALL: Remove code for Carbon.
2103 * configure: Regenerate.
2104
21052008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2106
2107 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
2108
21092008-07-25 Chong Yidong <cyd@stupidchicken.com>
2110
2111 * configure.in: Check for getrlimit.
2112
2113 * configure: Regenerate.
2114
21152008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2116
2117 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
2118 in src/Makefile.in.
2119 (static): Remove, autoconf would always comment it out anyway.
2120 (subprocesses): Define unconditionally.
2121
21222008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
2123
2124 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
2125 compilation under GNUstep.
2126
21272008-07-18 Kenichi Handa <handa@m17n.org>
2128
2129 * INSTALL (Complex Text Layout support libraries): Delete the
2130 paragraph about --enable-font-backend.
2131
21322008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2133
2134 * configure.in: Print out some info to user for NeXTstep builds.
2135 (ns-app): Remove enable option.
2136 (ns-self-contained): Add enable option.
2137 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
2138 GNUstep, use to set install prefixes, and substitute in Makefiles.
2139 * configure: Regenerate.
2140 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
2141 NS app bundle.
2142
21432008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
2146
21472008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2148
2149 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
2150 NS_IMPL_COCOA.
2151
21522008-07-16 Glenn Morris <rgm@gnu.org>
2153
2154 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
2155 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
2156 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
2157 never unset.
2158
2159 * make-dist: Add nextstep/ directories.
2160 (src, lib-src): Add .m files.
2161
21622008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2163
2164 * configure.in (freebsd, kfreebsd): Undo part of previous change.
2165 (USER_FULL_NAME): Remove, not used anymore.
2166 * configure: Regenerate.
2167
21682008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2169
2170 Changes and additions for NeXTstep windowing system (Cocoa and
2171 GNUstep) support.
2172
2173 * configure.in: Add support for NS window system: --with-ns (default
2174 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
2175 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
2176 disable font backend if window system is "none", not if !HAVE_X11.
2177 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
2178 (install-arch-dep): Add commands to assemble NS .app package.
2179
21802008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2181
2182 * configure.in: Use macppc for Darwin. Remove references to
2183 desupported systems.
2184 * configure: Regenerate.
2185
21862008-07-05 Glenn Morris <rgm@gnu.org>
2187
2188 * make-dist (EMACS): Doc fix.
2189 (lisp): There are no *.dat or image files here any more.
2190 (src): There are no *.s files here any more.
2191 (etc/images, etc/images/*): Link to most regular files.
2192
21932008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2194
2195 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
2196
21972008-07-01 Glenn Morris <rgm@gnu.org>
2198
2199 * configure.in (cpp_undefs): Rename from `undefs', update uses.
2200 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
2201 and explicitly export there. (Bug#507.)
2202
22032008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2204
2205 * configure.in:
2206 * configure: Remove references to obsolete systems.
2207
22082008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * Makefile.in (Makefile): Use it for its timestamp value as well, and
2211 make it depend on all other */.in files.
2212 (src/Makefile, src/config.stamp, lib-src/Makefile)
2213 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
2214 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
2215 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
2216 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
2217
2218 * configure.in: Don't create src/config.stamp any more.
2219
22202008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
2223
22242008-06-22 Glenn Morris <rgm@gnu.org>
2225
2226 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
2227
22282008-06-21 Romain Francoise <romain@orebokech.com>
2229
2230 * Makefile.in (INFO_FILES): Add sasl.
2231
22322008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
2235 (bootstrap-build): Remove.
2236 (top_bootclean): New var.
2237 (top_distclean, bootstrap-clean): Use it.
2238 (bootstrap): Don't recheck config. Make normally.
2239
22402008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * Makefile.in (SUBDIR): Include `lisp'.
2243 (lisp): Depend on `src'.
2244 (top_distclean): Don't remove config.status.
2245 (bootstrap-clean): New target.
2246 (maintainer-clean): Use it.
2247 (bootstrap): Use bootstrap-clean. Re-run config.status.
2248 (src/bootstrap-emacs${EXEEXT}): New target.
2249 (bootstrap-build): Use it. Don't use bootstrap-prepare because
2250 src/Makefile now takes care of it.
2251 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2252
22532008-06-15 Glenn Morris <rgm@gnu.org>
2254
2255 * info/dir: Add sasl.
2256
22572008-06-09 Alan Mackenzie <acm@muc.de>
2258
2259 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
2260
22612008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
2262
2263 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
2264
22652008-06-07 Glenn Morris <rgm@gnu.org>
2266
2267 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
2268 serve no purpose.
2269
22702008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
2273 * configure: Regenerate.
2274
22752008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * update-subdirs: Don't touch subdirs.el if it is unchanged.
2278
22792008-05-14 Kenichi Handa <handa@m17n.org>
2280
2281 * configure: Regenerate.
2282
2283 * configure.in: Don't handle --disable-font-backend. Don't print
2284 a message about a font backend.
2285
22862008-05-09 Glenn Morris <rgm@gnu.org>
2287
2288 * configure.in: Make absence of makeinfo a fatal error only if the info
2289 files don't exist.
2290 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
2291
22922008-05-07 Eli Zaretskii <eliz@gnu.org>
2293
2294 * config.bat: Fix last change: don't use < and > in "rem" lines,
2295 they are interpreted as redirection by DOS shells.
2296
22972008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2298
2299 * configure.in: Check availability of AvailabilityMacros.h
2300 if HAVE_CARBON.
2301
2302 * configure: Regenerate.
2303
23042008-05-03 Glenn Morris <rgm@gnu.org>
2305
2306 * configure.in (x_libraries): Remove standard 64-bit directories -
2307 experimental workaround for minor autoconf bug.
2308
2309 * configure.in (--without-makeinfo): New option. If set,
2310 absence of suitable makeinfo is not a fatal error.
2311 * Makefile.in (MAKEINFO): New, set by configure.
2312 (install-arch-indep): Without makeinfo, ignore any missing manuals.
2313 (info-real): New target.
2314 (info): Without makeinfo, do nothing, else call `info-real'.
2315
23162008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2317
2318 * configure.in: Remove hpux10.20 from the desupported list.
2319
23202008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
2323
23242008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
2327 rather than change CPPFLAGS.
2328 (HAVE_GTK): Rename to USE_GTK.
2329
23302008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
2331
2332 * configure.in: Replace the obsolete macros AC_AIX and
2333 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
2334
23352008-04-05 Andreas Schwab <schwab@suse.de>
2336
2337 * configure.in: No longer create admin/unidata/Makefile.
2338
23392008-03-28 Andreas Schwab <schwab@suse.de>
2340
2341 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
2342 (lisp/Makefile): New rule.
2343
23442008-03-13 Glenn Morris <rgm@gnu.org>
2345
2346 * configure.in (AC_INIT): Fix version number.
2347 (sync-input): Reword the option, since it's on by default.
2348
23492008-03-11 Jan Djärv <jan.h.d@swipnet.se>
2350
2351 * configure.in: Add --enable-sync-input, default yes.
2352
23532008-03-11 Glenn Morris <rgm@gnu.org>
2354
2355 * Makefile.in (install-etc, mkdir): Handle directory
2356 etc/images/icons/hicolor/*/mimetypes/.
2357
2358 * make-dist: Handle icons/hicolor/scalable directory.
2359
23602008-03-05 Glenn Morris <rgm@gnu.org>
2361
2362 * configure.in: Enable font-backend by default.
2363 (USE_FONT_BACKEND): Set to "no" in absence of X.
2364 (PKG_CONFIG): Don't set multiple times, once is enough.
2365 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
2366
23672008-03-03 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (iconsrcdir): New variable.
2370 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
2371 directory.
2372
23732008-02-29 Glenn Morris <rgm@gnu.org>
2374
2375 * test/: New directory.
2376
23772008-02-27 Jan Djärv <jan.h.d@swipnet.se>
2378
2379 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
2380
23812008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 * configure.in: Print an error for systems that we think are obsolete
2384 and are proposed to be removed. Remove some more unused systems.
2385 Add support for powerpc-ibm-aix6*.
2386
23872008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2388
2389 * configure.in: Remove references to obsolete variables and systems.
2390
23912008-02-21 Glenn Morris <rgm@gnu.org>
2392
2393 * Makefile.in (set_installuser): New.
2394 (install-arch-indep): Use set_installuser to avoid duplicate code.
2395
2396 * README.unicode: Split into admin/notes/unicode,font-backend and
2397 remove.
2398
23992008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
2400
2401 * configure.in (arm*-*-freebsd*): Add.
2402
24032008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2406 dealing with obsolete variables.
2407
24082008-02-08 Glenn Morris <rgm@gnu.org>
2409
2410 * Makefile.in (check-info-dir): New target.
2411
24122008-02-08 Michael Olson <mwolson@gnu.org>
2413
2414 * Makefile.in (INFO_FILES): Add epa.
2415
2416 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
2417 features" section.
2418
24192008-02-06 Glenn Morris <rgm@gnu.org>
2420
2421 * configure.in (--with-gcc): Give an error saying this option has
2422 been removed.
2423 (--with-gtk): Remove this option.
2424
24252008-02-06 Tom Tromey <tromey@redhat.com>
2426
2427 * configure.in (--with-gcc): Remove.
2428 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
2429
24302008-02-05 Ulrich Mueller <ulm@gentoo.org>
2431
2432 * INSTALL: Recommend giflib, not libungif.
2433
24342008-02-05 Tom Tromey <tromey@redhat.com>
2435
2436 * configure.in (--with-dbus): Default to enabled.
2437
24382008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
2439
2440 * INSTALL (Complex Text Layout support libraries): New section.
2441
24422008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2443
2444 * make-dist: Remove references to files in mac/ that have been
2445 deleted.
2446
24472008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2448
2449 * configure.in: For libotf and m17n-flt checks, set shell vars
2450 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
2451 pkg_check_m17n_flt, respectively, for the sake of the summary output.
2452 Reported by Ulrich Mueller.
2453
24542008-02-02 Eli Zaretskii <eliz@gnu.org>
2455
2456 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
2457 admin/unidata/Makefile.in to Makefile.
2458
24592008-02-02 Glenn Morris <rgm@gnu.org>
2460
2461 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
2462 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
2463 (HAVE_XFT): Add "Does Emacs use..." messages at end.
2464
24652008-02-01 Miles Bader <miles@gnu.org>
2466
2467 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
2468 [libotf], and [m17n-flt] options.
2469
24702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2471
2472 * configure.in: Add EMACS_ARG_N([libotf]...), and
2473 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
2474 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
2475 CFLAGS, and LIBS in checking of m17n-flt.
2476
24772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2478
2479 * configure.in: Check the availability of m17n-flt library.
2480
24812008-02-01 Kenichi Handa <handa@m17n.org>
2482
2483 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
2484 not available.
2485
24862008-02-01 Kenichi Handa <handa@m17n.org>
2487
2488 * configure.in: New args --enable-font-backend, --with-xft,
2489 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
2490 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
2491 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
2492 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
2493
24942008-02-01 Kenichi Handa <handa@m17n.org>
2495
2496 * make-dist: Include etc/charsets in tarball.
2497
24982008-02-01 Kenichi Handa <handa@m17n.org>
2499
2500 * configure.in: While running cpp on junk.c, include
2501 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
2502 exists.
2503
25042008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2505
2506 * configure.in (xtensa): Match more configurations.
2507
25082008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
2509
2510 * configure.in: Update comment.
2511
25122008-01-26 Glenn Morris <rgm@gnu.org>
2513
2514 * configure.in (--without-gcc): By default, neither off nor on.
2515 (--with-carbon): Tone down rhetoric in help text.
2516
25172008-01-25 Glenn Morris <rgm@gnu.org>
2518
2519 * configure.in: Correct usage of OPTION_DEFAULT_ON,
2520 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
2521 Default `Carbon' to off (it's unsupported).
2522
25232008-01-24 Glenn Morris <rgm@gnu.org>
2524
2525 * configure.in: Standardize dbus-related messages.
2526
25272008-01-23 Michael Olson <mwolson@gnu.org>
2528
2529 * configure.in (pkg-config-prog): Remove initial whitespace.
2530
25312008-01-23 Tom Tromey <tromey@redhat.com>
2532
2533 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
2534 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
2535 Update all users.
2536
25372008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
2538
2539 * config.guess, config.sub: Updated from master source.
2540
25412008-01-17 Andreas Schwab <schwab@suse.de>
2542
2543 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
2544
25452008-01-17 Glenn Morris <rgm@gnu.org>
2546
2547 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2548
25492008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
2550
2551 * configure.in: Remove more references to unsupported systems.
2552
25532008-01-16 Sven Joachim <svenjoac@gmx.de>
2554
2555 * make-dist: Add --lzma.
2556
25572008-01-16 Glenn Morris <rgm@gnu.org>
2558
2559 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
2560 configure checks for this.
2561
25622008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2563
2564 * configure.in: Remove more references to unsupported systems.
2565
25662008-01-06 Romain Francoise <romain@orebokech.com>
2567
2568 * configure.in: Delete extra semicolons.
2569
25702008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2571
2572 * configure.in: Remove references to unsupported systems.
2573
25742008-01-05 Romain Francoise <romain@orebokech.com>
2575
2576 * make-dist: Add --bzip2. Update copyright.
2577
25782008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2579
2580 * configure.in: Remove support for Masscomp.
2581
25822008-01-05 Glenn Morris <rgm@gnu.org>
2583
2584 * Makefile.in (desktopdir, icondir): New variables.
2585 (install-arch-indep): Also depend on `install-etc'.
2586 (install-etc): New target.
2587 (mkdir): Also create the `applications' and `icons' directories.
2588
25892008-01-04 Glenn Morris <rgm@gnu.org>
2590
2591 * make-dist: Update for new etc/images/icons/hicolor directory.
2592
25932007-12-09 Andreas Schwab <schwab@suse.de>
2594
2595 * configure.in: D-Bus is not enabled by default.
2596
25972007-12-06 Jan Djärv <jan.h.d@swipnet.se>
2598
2599 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
2600 change.
2601
26022007-12-04 Jan Djärv <jan.h.d@swipnet.se>
2603
2604 * configure.in: Give package name and version to AC_INIT.
2605
26062007-12-03 Magnus Henoch <mange@freemail.hu>
2607
2608 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
2609
26102007-12-03 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * configure.in: No need for DBUS_INFO anymore.
2613
2614 * Makefile.in (INFO_FILES): Use dbus unconditionally.
2615
26162007-12-02 Michael Albinus <michael.albinus@gmx.de>
2617
2618 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
2619
2620 * Makefile.in (INFO_FILES): Add dbus.
2621
26222007-12-02 Romain Francoise <romain@orebokech.com>
2623
2624 * make-dist: Fix last change.
2625
26262007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
2627
2628 * configure.in: Add support for gnu-kfreebsd.
2629
26302007-11-28 Glenn Morris <rgm@gnu.org>
2631
2632 * make-dist: Add etc/nxml.
2633
26342007-11-24 Romain Francoise <romain@orebokech.com>
2635
2636 * Makefile.in (INFO_FILES): Add nxml-mode.
2637
26382007-11-23 Romain Francoise <romain@orebokech.com>
2639
2640 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
2641 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
2642
26432007-11-20 Andreas Schwab <schwab@suse.de>
2644
2645 * configure.in: Always include <resolv.h> when checking for res_init.
2646
26472007-11-17 Andreas Schwab <schwab@suse.de>
2648
2649 * update-subdirs: Atomically update subdirs.el.
2650
26512007-11-17 Glenn Morris <rgm@gnu.org>
2652
2653 * Makefile.in (check-declare): New target.
2654
26552007-11-07 Glenn Morris <rgm@gnu.org>
2656
2657 * configure.in: Deprecate Mac Carbon port.
2658
26592007-11-01 Jan Djärv <jan.h.d@swipnet.se>
2660
2661 * configure.in: Remove HAVE_X11R5 check.
2662
26632007-10-31 Glenn Morris <rgm@gnu.org>
2664
2665 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
2666 when changing ownership of installed files.
2667
26682007-10-30 Glenn Morris <rgm@gnu.org>
2669
2670 * make-dist: Add new directory etc/gnus.
2671
26722007-10-30 Michael Olson <mwolson@gnu.org>
2673
2674 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
2675
26762007-10-29 Glenn Morris <rgm@gnu.org>
2677
2678 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
2679
26802007-10-23 Glenn Morris <rgm@gnu.org>
2681
2682 * MAINTAINERS: Move to admin/.
2683
26842007-10-17 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
2687 (HAVE_LIBRESOLV): Also define if we are using res_init().
2688
26892007-10-17 Glenn Morris <rgm@gnu.org>
2690
2691 * FTP: Remove file, since it's just a duplicate of one in etc/.
2692
26932007-10-05 Eli Zaretskii <eliz@gnu.org>
2694
2695 * config.bat: Fix configuring `doc' due to changes in the
2696 directory structure.
2697
26982007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2699
2700 * configure.in: Don't use -lpthread on HP-UX.
2701
27022007-09-16 Glenn Morris <rgm@gnu.org>
2703
2704 * make-dist: File gfdl.1 has been removed.
2705
27062007-09-15 Glenn Morris <rgm@gnu.org>
2707
2708 * configure.in: Fix makeinfo version regexp.
2709
27102007-09-12 Glenn Morris <rgm@gnu.org>
2711
2712 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
2713 implementation of alloca is not found.
2714
2715 * Makefile.in (SOURCES, unlock, relock): Delete.
2716 (install-arch-indep): Do not exclude the etc/ Makefiles.
2717
27182007-09-09 Juri Linkov <juri@jurta.org>
2719
2720 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
2721
2722 * README: Add doc/ to documentation directories.
2723
27242007-09-08 Michael Olson <mwolson@gnu.org>
2725
2726 * MAINTAINERS: Add myself for ERC and tq.el.
2727 Update for new doc/ directory layout.
2728
27292007-09-06 Romain Francoise <romain@orebokech.com>
2730
2731 * make-dist: Update for new doc/ directory layout.
2732
27332007-09-06 Glenn Morris <rgm@gnu.org>
2734
2735 * Makefile.in (mansrcdir): New variable.
2736 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
2737 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
2738 update these targets for new doc/ directory layout.
2739 (doc/misc/Makefile): New target.
2740 (install-arch-indep): Use mansrcdir for new location of manpages.
2741 (mostlyclean, clean, distclean, maintainer-clean, unlock)
2742 (relock, info, dvi): Update targets for new doc/ directory layout.
2743
2744 * configure.in (AC_OUTPUT): Update names of generated Makefiles
2745 for new doc/ directory layout.
2746
27472007-09-02 Andreas Schwab <schwab@suse.de>
2748
2749 * configure.in: Use AS_HELP_STRING throughout.
2750 * configure: Regenerate.
2751
27522007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2753
2754 * configure.in: Require Gtk/Glib 2.6.
2755
27562007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2757
2758 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
2759 Use them throughout in place of AC_ARG_WITH calls.
2760 * configure: Regenerate.
2761
27622007-09-01 Andreas Schwab <schwab@suse.de>
2763
2764 * configure.in: Put quotes around nested macro calls.
2765
27662007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2767
2768 * configure.in: Fix typo.
2769 * configure: Regenerate.
2770
27712007-08-30 Glenn Morris <rgm@gnu.org>
2772
2773 * configure.in (AH_BOTTOM): Copy some manual changes made to
2774 src/config.in here so they are not lost when it regenerates.
2775
2776 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
2777
27782007-08-29 Károly Lőrentey <karoly@lorentey.hu>
2779
2780 * README.multi-tty: New file.
2781
27822007-08-29 Glenn Morris <rgm@gnu.org>
2783
2784 * README: Increase version to 23.0.50.
2785
27862007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2787
2788 * configure.in: New option: --without-xaw3d.
2789
27902007-08-24 Glenn Morris <rgm@gnu.org>
2791
2792 * configure.in: Check for a suitably recent makeinfo.
2793
27942007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2795
2796 * configure.in (Check for required libraries): Typo.
2797
27982007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2799
2800 * configure.in: Check librsvg2 also for Mac Carbon.
2801
28022007-08-22 Romain Francoise <romain@orebokech.com>
2803
2804 * make-dist: Follow reorganization of files in etc/.
2805
28062007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2807
2808 * configure.in: Add support for SVG images through librsvg2.
2809
28102007-07-28 Eli Zaretskii <eliz@gnu.org>
2811
2812 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
2813 to avoid an error message if there is no DOC there.
2814
28152007-07-25 Glenn Morris <rgm@gnu.org>
2816
2817 * Relicense all FSF files to GPLv3 or later.
2818
2819 * COPYING, info/COPYING: Switch to GPLv3.
2820
28212007-06-20 Jan Djärv <jan.h.d@swipnet.se>
2822
2823 * configure.in: Complain if X seems to be installed but no
2824 development files were found.
2825
28262007-06-20 Glenn Morris <rgm@gnu.org>
2827
2828 * configure.in: Prefer libgif over libungif.
2829
28302007-06-14 Jan Djärv <jan.h.d@swipnet.se>
2831
2832 * configure.in: Check for all image libraries before exiting.
2833
28342007-06-13 Jan Djärv <jan.h.d@swipnet.se>
2835
2836 * configure.in: Exit with error if image libraries aren't found.
2837
28382007-06-13 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
2841 when compiling without scrollbars.
2842
28432007-06-12 Glenn Morris <rgm@gnu.org>
2844
2845 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2846
28472007-06-11 Jan Djärv <jan.h.d@swipnet.se>
2848
2849 * configure.in: Change wording about yes/gtk and lucid/athena
2850 being synonyms.
2851
28522007-06-08 Glenn Morris <rgm@gnu.org>
2853
2854 * configure.in: Make gtk the default toolkit.
2855
28562007-06-07 Glenn Morris <rgm@gnu.org>
2857
2858 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
2859 for a Sun C compiler.
2860
2861 * Makefile.in (install-arch-indep): Install only the DOC- file
2862 specific to the build, if possible, rather than DOC-*.
2863
28642007-06-02 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * Version 22.1 released.
2867
28682007-05-25 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * mkinstalldirs: Sync to version in automake CVS.
2871
28722007-05-22 Andreas Schwab <schwab@suse.de>
2873
2874 * configure.in: Prefer build_alias over host when host_alias is not set.
2875 * configure: Regenerate.
2876
28772007-05-20 Andreas Schwab <schwab@suse.de>
2878
2879 * configure.in: Remove empty AC_SUBST.
2880 * configure: Regenerate.
2881
28822007-05-20 Nick Roberts <nickrob@snap.net.nz>
2883
2884 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
2885 it like others.
2886 * configure: Regenerate.
2887
28882007-05-20 Nick Roberts <nickrob@snap.net.nz>
2889
2890 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2891 (AC_CHECK_LIB): Add -lgpm.
2892 * configure: Regenerate.
2893
28942007-05-03 Glenn Morris <rgm@gnu.org>
2895
2896 * configure: Tweak message about the absence of shell functions.
2897
28982007-04-27 Andreas Schwab <schwab@suse.de>
2899
2900 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2901
29022007-04-26 Glenn Morris <rgm@gnu.org>
2903
2904 * README: Increase version to 22.1.50.
2905
29062007-04-24 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2909
29102007-04-19 Glenn Morris <rgm@gnu.org>
2911
2912 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2913
29142007-04-18 Glenn Morris <rgm@gnu.org>
2915
2916 * INSTALL: Mention CPP.
2917
29182007-04-15 Glenn Morris <rgm@gnu.org>
2919
2920 * FTP: Replace with a pointer to the web version.
2921
29222007-04-13 Glenn Morris <rgm@gnu.org>
2923
2924 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2925
29262007-04-04 Glenn Morris <rgm@gnu.org>
2927
2928 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2929 compiling with Sun Studio on Solaris.
2930
29312007-03-23 Glenn Morris <rgm@gnu.org>
2932
2933 * configure.in: Restore support for hp800 (removed 2007-01-27)
2934 following clarification of legal status.
2935
29362007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2937
2938 * configure.in: Add support for AIX4.3 on IBM RS6000.
2939
2940 * configure: Regenerate.
2941
29422007-03-20 Richard Stallman <rms@gnu.org>
2943
2944 * configure.in: Fix previous change.
2945
29462007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2947
2948 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2949 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2950 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2951
29522007-03-19 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2955 user specifies "without".
2956
2957 * configure: Regenerate.
2958
29592007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2960
2961 * configure.in: Warning for Gtk+ and Cygwin added.
2962 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2963
29642007-02-27 Glenn Morris <rgm@gnu.org>
2965
2966 * make-dist (oldXMenu): Remove Imakefile.
2967 (etc/images): Add README.
2968
29692007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * configure.in (xtensa-*-linux-gnu*): New configuration.
2972
2973 * configure: Regenerate.
2974
29752007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2976
2977 * config.guess, config.sub: Updated from master source.
2978
29792007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2980
2981 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2982
29832007-01-29 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * configure.in: Restore support for hp800's not running HP-UX.
2986
2987 * configure: Regenerate.
2988
29892007-01-27 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * configure.in: Remove support for hp800 and sr2k machine types.
2992
2993 * configure: Regenerate.
2994
29952007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2996
2997 * configure.in: Add check for libXft.
2998
29992007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3000
3001 * INSTALL: Info files moved to share/info.
3002
30032007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
3004
3005 * configure.in: Detect and use fink-installed in intel-based Mac
3006 builds; change Apple Darwin section to support both PowerPC and
3007 Intel-based Macs.
3008
30092006-12-26 Andreas Schwab <schwab@suse.de>
3010
3011 * Makefile.in (datarootdir): Define.
3012
30132006-12-24 Richard Stallman <rms@gnu.org>
3014
3015 * configure.in: Require Autoconf 2.61.
3016
30172006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
3018
3019 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
3020 Remove redundant entry for powerpc-apple-netbsd.
3021
3022 * configure: Regenerate.
3023
30242006-12-22 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * configure: Regenerate with autoconf 2.61.
3027
30282006-12-20 Jan Djärv <jan.h.d@swipnet.se>
3029
3030 * configure.in: Detect alsa/asoundlib.h also.
3031 * configure: Regenerate.
3032
30332006-12-19 Jan Djärv <jan.h.d@swipnet.se>
3034
3035 * configure.in: Check if GTK+ compiles at all.
3036
30372006-12-10 Andreas Schwab <schwab@suse.de>
3038
3039 * configure.in: Remove check for struct timezone, its result is
3040 never used.
3041
30422006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3043
3044 * configure.in: Add support for Solaris 10 on x86-64.
3045
30462006-12-08 Jan Djärv <jan.h.d@swipnet.se>
3047
3048 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
3049 of PKG_CONFIG_PATH.
3050
30512006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3052
3053 * configure.in (HAVE_SYNC): New test.
3054
30552006-12-03 Glenn Morris <rgm@gnu.org>
3056
3057 * Makefile.in: Fix Copyright format.
3058
3059 * configure.in (AH_TOP): Add missing Copyright year.
3060
3061 * update-subdirs: Add missing Copyright years.
3062
30632006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
3064
3065 * Makefile.in: Touch only the parts of the share/emacs directory
3066 specific to this version.
3067
30682006-11-26 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
3071
30722006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3073
3074 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
3075
30762006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3077
3078 * configure.in: Prefer X11 to Carbon only when some X-specific
3079 option is specified (Thanks to Jan Djärv and Andreas Schwab).
3080
30812006-11-04 Romain Francoise <romain@orebokech.com>
3082
3083 * Makefile.in (bootstrap-clean-before): Fix typo.
3084 Use new target `bootstrap-clean' in the leim subdirectory.
3085
30862006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3087
3088 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
3089
30902006-10-30 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
3093 directories.
3094
30952006-10-29 Jeramey Crawford <jeramey@jeramey.com>
3096
3097 * configure.in: Enable x86-64 OpenBSD compilation.
3098
30992006-10-28 Glenn Morris <rgm@gnu.org>
3100
3101 * AUTHORS: Add cal-html.el author.
3102
31032006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3104
3105 * make-dist: Make links to mac/make-package and
3106 mac/Emacs.app/Contents/Resources/Emacs.icns.
3107
31082006-10-27 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * README: Bump version number to 22.0.90.
3111
31122006-10-23 Andreas Schwab <schwab@suse.de>
3113
3114 * configure.in: Make sure x_default_search_path is always set even
3115 when x_libraries is empty, and look in .../share as well for each
3116 library directory.
3117
31182006-09-28 Kenichi Handa <handa@m17n.org>
3119
3120 * configure.in (locallisppath): Don't include leim dir.
3121 (lisppath): Include leim dir.
3122
31232006-09-15 Jay Belanger <belanger@truman.edu>
3124
3125 * COPYING: Replace "Library Public License" by "Lesser Public
3126 License" throughout.
3127
31282006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3129
3130 * make-dist (EMACS): Exit and fail if the EMACS environment
3131 variable is set to something other than an absolute file name.
3132
31332006-08-16 Andreas Schwab <schwab@suse.de>
3134
3135 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
3136 of hardcoding it.
3137
31382006-08-16 Richard Stallman <rms@gnu.org>
3139
3140 * INSTALL.CVS: Clean up wording.
3141
31422006-07-14 Eli Zaretskii <eliz@gnu.org>
3143
3144 * configure.in (PKG_CHECK_MODULES): Redirect the output of
3145 $PKG_CONFIG --exists "$2" to config.log.
3146 * configure: Regenerate.
3147
31482006-07-08 Richard Stallman <rms@gnu.org>
3149
3150 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
3151
31522006-07-09 Kim F. Storm <storm@cua.dk>
3153
3154 * CONTRIBUTE: Use outline format.
3155 Add section on copyright years (from admin/notes/years).
3156
31572006-07-08 Eli Zaretskii <eliz@gnu.org>
3158
3159 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
3160 to /dev/null, since we don't need the error message, just the
3161 exit status.
3162
31632006-07-07 Eli Zaretskii <eliz@gnu.org>
3164
3165 * CONTRIBUTE: Slight formatting changes and typo fixes.
3166 Add description of NEWS markings.
3167
31682006-07-07 Kim F. Storm <storm@cua.dk>
3169
3170 * CONTRIBUTE: Mention INSTALL.CVS.
3171
31722006-07-05 Romain Francoise <romain@orebokech.com>
3173
3174 * make-dist (top-level): Add CONTRIBUTE.
3175
31762006-07-04 Richard Stallman <rms@gnu.org>
3177
3178 * CONTRIBUTE: Much rewrite.
3179
31802006-07-04 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * CONTRIBUTE: New file.
3183
31842006-06-24 Eli Zaretskii <eliz@gnu.org>
3185
3186 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
3187
31882006-05-18 Jan Djärv <jan.h.d@swipnet.se>
3189
3190 * configure.in: Add check for ALSA.
3191
31922006-05-06 Eli Zaretskii <eliz@gnu.org>
3193
3194 * Makefile.in (INFO_FILES): Remove emacs-xtra.
3195
3196 * info/dir: Remove the Emacs-Xtra entry.
3197
31982006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
3199
3200 Update copyright year(s) in many files.
3201
32022006-04-01 Eli Zaretskii <eliz@gnu.org>
3203
3204 * configure: Regenerated.
3205
32062006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3207
3208 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
3209 --without-toolkit-scroll-bars was specified.
3210
32112006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
3212
3213 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
3214 to CFLAGS. Update Copyright years written to src/config.in.
3215
32162006-03-18 Claudio Fontana <claudio@gnu.org>
3217
3218 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
3219 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
3220 to be installed/uninstalled.
3221 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
3222 to Info files installed by Emacs.
3223
32242006-03-03 Claudio Fontana <claudio@gnu.org>
3225
3226 * Makefile.in (install, uninstall): Add DESTDIR variable to
3227 support staged installations.
3228
32292006-02-14 Richard M. Stallman <rms@gnu.org>
3230
3231 * configure.in (s390x-*-linux-gnu*): New configuration.
3232
32332006-01-31 Jan Djärv <jan.h.d@swipnet.se>
3234
3235 * configure.in: Require GTK 2.4 or newer.
3236
32372006-01-29 Michael Olson <mwolson@gnu.org>
3238
3239 * Makefile.in (install-arch-indep, uninstall): Add ERC.
3240 * info/dir (ERC): New entry.
3241
32422006-01-29 Eli Zaretskii <eliz@gnu.org>
3243
3244 * info/dir: Fix last change.
3245
32462006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
3249
32502006-01-27 Eli Zaretskii <eliz@gnu.org>
3251
3252 * info/dir: Untabify the whole file.
3253 (Rcirc): New entry.
3254
32552006-01-12 Andreas Schwab <schwab@suse.de>
3256
3257 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
3258 check.
3259
32602006-01-02 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * configure.in: Use -Wno-pointer-sign if available.
3263
32642005-12-29 Andreas Schwab <schwab@suse.de>
3265
3266 * config.guess, config.sub: Updated from master source.
3267
32682005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3269
3270 * configure.in: Use amdx86-64 for freebsd on x86_64.
3271
32722005-11-22 Romain Francoise <romain@orebokech.com>
3273
3274 * make-dist: Add etc/images/icons.
3275
32762005-11-03 Andreas Schwab <schwab@suse.de>
3277
3278 * configure.in: Use GZIP_PROG instead of GZIP.
3279
3280 * Makefile.in (GZIP_PROG): Renamed from GZIP.
3281 (install-arch-indep): Adjust.
3282
32832005-11-01 Andreas Schwab <schwab@suse.de>
3284
3285 * Makefile.in (bootstrap): Fix dependencies for parallel build.
3286 (bootfast): Likewise.
3287
32882005-11-01 Romain Francoise <romain@orebokech.com>
3289
3290 * configure.in: Check for gzip.
3291
3292 * Makefile.in (install): Compress source files.
3293
32942005-10-24 Steven Tamm <steventamm@mac.com>
3295
3296 * configure.in: Fix darwin386 configuration issue.
3297
32982005-10-22 Eli Zaretskii <eliz@gnu.org>
3299
3300 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
3301
33022005-10-17 Bill Wohler <wohler@newt.com>
3303
3304 * make-dist: Create and populate etc/images/low-color.
3305
33062005-10-15 Bill Wohler <wohler@newt.com>
3307
3308 * make-dist: Create and populate etc/images/gud.
3309
33102005-10-08 Richard M. Stallman <rms@gnu.org>
3311
3312 * make-dist (tempparent): Don't check for 14-char file name limit.
3313
33142005-10-07 Romain Francoise <romain@orebokech.com>
3315
3316 * make-dist: Add etc/images/ezimage and etc/images/mail
3317 directories. Install images in etc/images.
3318
33192005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3320
3321 * configure.in: Prefer Carbon if --enable-carbon-app or
3322 --with-carbon is explicitly specified even when X11 is detected.
3323
33242005-09-15 Ulf Jasper <ulf.jasper@web.de>
3325
3326 * Makefile.in (install-arch-indep, uninstall):
3327 Handle newsticker manual.
3328 (info): Add - to commands.
3329
33302005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
3331
3332 Remove the MAXPATHLEN limitations:
3333
3334 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
3335
33362005-09-09 Eli Zaretskii <eliz@gnu.org>
3337
3338 * configure.in <lynxsos*>: Support for LynxOS on PPC.
3339 * configure: Regenerate.
3340
33412005-09-05 Paul Eggert <eggert@cs.ucla.edu>
3342
3343 * config.guess, config.sub: Updated from master source.
3344
33452005-08-03 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * .cvsignore: Add `lock'.
3348
33492005-07-28 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
3352
33532005-07-26 Paul Eggert <eggert@cs.ucla.edu>
3354
3355 Merge gnulib getopt implementation into Emacs.
3356
3357 * Makefile.in (AUTOCONF_INPUTS): New macro.
3358 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
3359 so that these files also depend on m4/getopt.m4.
3360 * configure.in: Configure getopt by including m4/getopt.m4,
3361 and configuring a getopt replacement if necessary.
3362 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
3363 * m4/getopt.m4: New file.
3364
33652005-07-06 Lute Kamstra <lute@gnu.org>
3366
3367 * configure.in: Fix capitalization.
3368
33692005-07-04 Lute Kamstra <lute@gnu.org>
3370
3371 Update FSF's address in GPL notices.
3372
33732005-06-19 Jérôme Marant <jerome@marant.org>
3374
3375 * Makefile.in (epaths-force): Protect both lisppath and
3376 buildlisppath from whitespace.
3377
33782005-06-08 Steven Tamm <steventamm@mac.com>
3379
3380 * configure.in: Support Darwin/MacOSX on Intel
3381
33822005-06-06 Jan Djärv <jan.h.d@swipnet.se>
3383
3384 * configure.in (HAVE_CANCELMENUTRACKING): New test.
3385
33862005-05-11 Jérôme Marant <jmarant@marant.org>
3387
3388 * configure.in: Add --enable-locallisppath.
3389
33902005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3391
3392 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
3393 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
3394 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
3395
33962005-05-07 Jérôme Marant <jerome@marant.org>
3397
3398 * make-dist: Remove references to makefile.nt and makefile.def.
3399 Include widgets and images subdirectories of etc. Do not exclude
3400 ldefs-boot.el.
3401
34022005-04-23 Andreas Schwab <schwab@suse.de>
3403
3404 * configure.in: Remove duplicate match for powerpc configuration.
3405
34062005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
3407
3408 * configure.in: Check for <pwd.h>.
3409
34102005-04-14 Lute Kamstra <lute@gnu.org>
3411
3412 * make-dist: Distribute all ChangeLog files in lisp/.
3413 Don't distribute ldefs-boot.el.
3414 lisp/makefile.nt no longer exists.
3415
34162005-04-13 Lute Kamstra <lute@gnu.org>
3417
3418 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
3419 for "no-byte-compile: t" in the file instead.
3420
34212005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
3424 shadow the main Lesstif/Motif-2.1 libs and includes.
3425
34262005-03-10 Jan Djärv <jan.h.d@swipnet.se>
3427
3428 * configure.in: Only add XASSERTS to cppflags.
3429
34302005-03-04 Jan Djärv <jan.h.d@swipnet.se>
3431
3432 * configure.in: Added --enable-asserts.
3433
34342005-02-09 Kim F. Storm <storm@cua.dk>
3435
3436 Change release version from 21.4 to 22.1 throughout.
3437 Change development version from 21.3.50 to 22.0.50.
3438
34392005-01-19 Steven Tamm <steventamm@mac.com>
3440
3441 * configure.in: Check for <sys/utsname.h>.
3442
34432004-12-11 Kim F. Storm <storm@cua.dk>
3444
3445 * Makefile.in (info): Undo 2004-12-05 change.
3446
34472004-12-08 Luc Teirlinck <teirllm@auburn.edu>
3448
3449 * info/dir (File): Add URL and Org Mode manuals.
3450 * Makefile.in (install-arch-indep, uninstall): Add url and org
3451 manuals.
3452
34532004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
3456 committed to src/config.in.
3457
34582004-12-07 Jan Djärv <jan.h.d@swipnet.se>
3459
3460 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
3461 pthreads and define HAVE_GTK_AND_PTHREAD.
3462
34632004-12-05 Richard M. Stallman <rms@gnu.org>
3464
3465 * Makefile.in (info): Ignore errors building info files.
3466
34672004-11-27 Eli Zaretskii <eliz@gnu.org>
3468
3469 * config.bat: If 8-byte alignment is not supported, define
3470 NO_DECL_ALIGN in src/config.h, instead of trivially defining
3471 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
3472 filter through Sed to remove the quotes.
3473
34742004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
3477 not apply to files explicitly `cvs add'ed.
3478
34792004-11-12 Eli Zaretskii <eliz@gnu.org>
3480
3481 * config.bat: Don't require djecho.exe for the v1.x build.
3482 Add a test for DECL_ALIGN support, and add a trivial definition to
3483 src/config.h if 8-byte alignment is not supported.
3484
34852004-11-08 Kim F. Storm <storm@cua.dk>
3486
3487 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
3488 files before building.
3489 (bootfast, bootstrap-clean-before-fast): New targets, like
3490 bootstrap but don't remove .elc files.
3491
34922004-11-06 Lars Brinkhoff <lars@nocrew.org>
3493
3494 * configure.in: Add check for getrusage.
3495
34962004-11-02 Jan Djärv <jan.h.d@swipnet.se>
3497
3498 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
3499 New tests for new and old GTK file dialogs.
3500 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
3501 to no.
3502
35032004-10-20 Jan Djärv <jan.h.d@swipnet.se>
3504
3505 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
3506 can be set. Remove SETARCH test.
3507
35082004-10-08 Steven Tamm <steventamm@mac.com>
3509
3510 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
3511
35122004-10-06 Jan Djärv <jan.h.d@swipnet.se>
3513
3514 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
3515 AC_MSG_WARN. Move output of warning message to end of configure run.
3516
35172004-10-05 Jan Djärv <jan.h.d@swipnet.se>
3518
3519 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
3520 Run test to see if heap start address is random.
3521
35222004-09-29 Miles Bader <miles@gnu.org>
3523
3524 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
3525 if setarch is present.
3526
35272004-09-25 Jan Djärv <jan.h.d@swipnet.se>
3528
3529 * configure.in (HAVE_EXECSHIELD): Only define on x86.
3530
35312004-09-24 Jan Djärv <jan.h.d@swipnet.se>
3532
3533 * configure.in: Check for exec-shield.
3534
35352004-08-06 Andreas Schwab <schwab@suse.de>
3536
3537 * Makefile.in (install-arch-indep, uninstall): Add flymake.
3538
35392004-07-31 Eli Zaretskii <eliz@gnu.org>
3540
3541 * config.bat: Update URLs in the comments.
3542
35432004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3544
3545 * Makefile.in (install-arch-indep): Add pgg and sieve.
3546
3547 * info/.cvsignore: Added pgg and sieve.
3548
35492004-07-05 Andreas Schwab <schwab@suse.de>
3550
3551 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
3552
35532004-06-21 Kenichi Handa <handa@m17n.org>
3554
3555 * make-dist: Link leim-ext.el into tempdir.
3556
35572004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3558
3559 * info/dir (File): Add emacs-xtra.
3560 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
3561
35622004-06-12 Juri Linkov <juri@jurta.org>
3563
3564 * info/dir: Move menu help lines from `* Menu:' to file header.
3565 Describe the purpose of a red *.
3566
35672004-05-04 Dave Love <fx@gnu.org>
3568
3569 * configure.in: Don't use `extrasub'.
3570
35712004-04-29 Dave Love <fx@gnu.org>
3572
3573 * configure.in: Don't forget to quote args to `test'.
3574
35752004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
3576
3577 * autogen.sh: Update filename in "please read" message.
3578
35792004-04-17 Richard M. Stallman <rms@gnu.org>
3580
3581 * INSTALL: Move the info about site-lisp dirs,
3582 and say uninstalled Emacs looks there too.
3583
35842004-04-04 Eli Zaretskii <eliz@gnu.org>
3585
3586 * config.bat (lib-src): Recognize comment lines in Makefile.in
3587 that have a TAB after the #, to avoid errors in preprocessing with
3588 GCC 3.3.3.
3589
35902004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3591
3592 * Makefile.in: Mention in comment that `make maintainer-clean'
3593 deletes .elc files.
3594
35952004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * update-subdirs: Add local variables to prevent byte-compiling.
3598
35992004-03-21 Dave Love <fx@gnu.org>
3600
3601 * configure.in: Fix previous change.
3602
36032004-03-18 Dave Love <fx@gnu.org>
3604
3605 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
3606
36072004-03-15 Luc Teirlinck <teirllm@auburn.edu>
3608
3609 * info/dir (File): Add SMTP and SES.
3610
36112004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
3614 (bootstrap): Use the new bootstrap-prepare target in lisp.
3615
36162004-02-18 Kim F. Storm <storm@cua.dk>
3617
3618 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
3619
36202004-02-16 Eli Zaretskii <eliz@gnu.org>
3621
3622 * make-dist: Don't link index.*perm and permute-index into tempdir.
3623
36242004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3625
3626 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
3627 to match previous changes by Eli Zaretskii.
3628
36292004-02-09 Luc Teirlinck <teirllm@auburn.edu>
3630
3631 * Makefile.in: Set CDPATH to an empty string.
3632
36332004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * configure.in <darwin>: Use fink packages if available.
3636
36372004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
3638
3639 * make-dist (lispref): Do include lispref/index.texi.
3640
36412004-01-06 Eric Hanchrow <offby1@blarg.net>
3642
3643 * make-dist (tempdir): Include cursors in nt/icons.
3644
36452003-12-30 Eli Zaretskii <eliz@gnu.org>
3646
3647 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
3648 clashes with install-sh on 8+3 filesystems.
3649
36502003-12-08 Miles Bader <miles@gnu.org>
3651
3652 * .cvsignore: Add .arch-inventory.
3653
36542003-12-24 Andreas Schwab <schwab@suse.de>
3655
3656 * configure.in: Check for <sys/socket.h>. Include it before
3657 including <net/if.h>. Move check for <net/if.h> before its use.
3658
36592003-12-24 Jan Djärv <jan.h.d@swipnet.se>
3660
3661 * Makefile.in (install-arch-dep): Don't let cd output go into
3662 pipe for carbon_appdir.
3663
36642003-12-24 Andreas Schwab <schwab@suse.de>
3665
3666 * configure.in (PKG_CHECK_MODULES): Fix quoting.
3667
36682003-12-01 Andreas Schwab <schwab@suse.de>
3669
3670 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
3671 hardcoding gcc.
3672
36732003-11-16 Jan Djärv <jan.h.d@swipnet.se>
3674
3675 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
3676 multiple displays.
3677 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
3678
36792003-09-23 Dave Love <fx@gnu.org>
3680
3681 * configure.in: Check members of struct ifreq.
3682
36832003-09-14 Kim F. Storm <storm@cua.dk>
3684
3685 * configure.in: Add checks for sys/ioctl.h and net/if.h.
3686
36872003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3688
3689 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
3690
36912003-08-18 Lute Kamstra <lute@gnu.org>
3692
3693 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
3694 required anymore.
3695
36962003-08-07 Andrew Choi <akochoi@shaw.ca>
3697
3698 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
3699 option instead of -traditional-cpp for CPP.
3700
37012003-07-29 Richard M. Stallman <rms@gnu.org>
3702
3703 * configure.in (HAVE_XIM): Define if XIM is available.
3704
37052003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3706
3707 * configure.in: The function gtk_window_set_icon_from_file was
3708 introduced in GTK+ 2.2, so check for that release.
3709
37102003-07-23 Andreas Schwab <schwab@suse.de>
3711
3712 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
3713
3714 * Makefile.in (YACC): Remove, not used.
3715 (MAINT): Don't set.
3716 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
3717 disable dependency on ${srcdir}/configure.in when maintainer mode
3718 is disabled.
3719
37202003-07-22 Dave Love <fx@gnu.org>
3721
3722 * configure.in: Make XRegisterIMInstantiateCallback test depend on
3723 HAVE_X11, not with_xim.
3724 (HAVE_CRTIN): Provide template.
3725 <with_png>: Test for png.h and libpng/png.h.
3726
37272003-07-15 Andreas Schwab <schwab@suse.de>
3728
3729 * configure.in: Temporarily leave quoting for AC_DEFINE.
3730
37312003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3732
3733 * configure.in: Check for posix_memalign.
3734
37352003-07-12 Richard M. Stallman <rms@gnu.org>
3736
3737 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
3738
37392003-07-09 Kim F. Storm <storm@cua.dk>
3740
3741 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
3742 functionality of --without-xim.
3743
37442003-06-29 Dave Love <fx@gnu.org>
3745
3746 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
3747
37482003-06-23 Dave Love <fx@gnu.org>
3749
3750 * configure.in: Check for sys/_mbstate_t.h.
3751 Test XRegisterIMInstantiateCallback prototype.
3752 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
3753
37542003-06-06 Dave Love <fx@gnu.org>
3755
3756 * configure.in: Check for locale.h.
3757
37582003-06-05 Dave Love <fx@gnu.org>
3759
3760 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
3761 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
3762 (NLIST_STRUCT): Don't define.
3763 (AH_BOTTOM): Define my_strftime.
3764
37652003-06-02 Richard M. Stallman <rms@gnu.org>
3766
3767 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
3768
37692003-05-24 Andreas Schwab <schwab@suse.de>
3770
3771 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
3772 bzero, and bcmp.
3773
37742003-05-22 Dave Love <fx@gnu.org>
3775
3776 * configure.in: Remove redundant test for term.h. Test for difftime.
3777
37782003-05-20 Dave Love <fx@gnu.org>
3779
3780 * configure.in: Append * to s390-*-linux-gnu case.
3781 (LIBMAIL) <lockfile>: Don't define.
3782
37832003-04-30 Richard M. Stallman <rms@gnu.org>
3784
3785 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3786
37872003-04-28 Francesco Potortì <pot@gnu.org>
3788
3789 * configure.in: Undo last (RMS') change, as it is useless, per
3790 Dave Love.
3791
37922003-04-08 Richard M. Stallman <rms@gnu.org>
3793
3794 * configure.in: Put #include of jpeglib.h at start of line.
3795
37962003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3797
3798 * INSTALL (* GNU/Linux development packages): Mention Debian and
3799 RedHat package names.
3800
38012003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
3802
3803 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3804
38052003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3806
3807 * INSTALL (* GNU/Linux development packages): Tell people to
3808 install additional packages for compiling Emacs.
3809
38102003-04-06 Francesco Potortì <pot@gnu.org>
3811
3812 * configure.in: Use the same configuration for all aix5, not just
3813 aix5.1.
3814
38152003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
3816
3817 * configure.in: Check for need for bigtoc support on IBM AIX for
3818 solving a linker table overflow problem.
3819
38202003-03-03 Rob Browning <rlb@defaultvalue.org>
3821
3822 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
3823 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
3824 over bzero, bcmp, and bcopy.
3825
38262003-02-23 Simon Josefsson <jas@extundo.com>
3827
3828 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
3829
38302003-02-21 Klaus Zeitler <kzeitler@lucent.com>
3831
3832 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
3833
38342003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
3835
3836 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
3837
38382003-02-08 Andreas Schwab <schwab@suse.de>
3839
3840 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3841 instead of the substitution.
3842
38432003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3844
3845 * Makefile.in: Use @EXEEXT@ for Cygwin.
3846 Use USERNAME if LOGNAME is not set (for Cygwin).
3847
3848 * configure.in: Add opsys=cygwin.
3849
38502003-01-22 Andreas Schwab <schwab@suse.de>
3851
3852 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
3853 redefining it explicitly in src/config.in.
3854
38552003-01-22 Markus Rost <rost@math.ohio-state.edu>
3856
3857 * Makefile.in (bootstrap): Make bootstrap-after.
3858
38592003-01-20 Jan Djärv <jan.h.d@swipnet.se>
3860
3861 * configure.in: Fix --with-gtk.
3862
38632003-01-19 Jan Djärv <jan.h.d@swipnet.se>
3864
3865 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
3866
3867 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
3868
38692003-01-14 Francesco Potortì <pot@gnu.org>
3870
3871 * configure.in (m68k-motorola-sysv): Remove (obsolete).
3872
38732003-01-07 Steven Tamm <steventamm@mac.com>
3874
3875 * configure.in: New option, --enable-carbon-app, to specify
3876 that the application should be installed
3877 * Makefile.in (install-arch-dep): On Mac OS X, install the
3878 Emacs.app application if carbon-app is enabled
3879
38802003-01-06 Dave Love <fx@gnu.org>
3881
3882 * configure.in: Check for nl_langinfo.
3883 [!HAVE_SIZE_T]: Fix typedef.
3884
38852003-01-06 David Kastrup <dak@gnu.org>
3886
3887 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3888
3889 * configure.in: Add tests for install-info.
3890
38912002-12-09 Markus Rost <rost@math.ohio-state.edu>
3892
3893 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3894 use again sol2-6 instead of sol2-8.
3895
38962002-12-09 Dave Love <fx@gnu.org>
3897
3898 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3899
39002002-12-08 Andreas Schwab <schwab@suse.de>
3901
3902 * Makefile.in (install-arch-indep): Revert last change.
3903
39042002-11-27 Dave Love <fx@gnu.org>
3905
3906 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3907 Check for __sys_siglist too. Check for memset.
3908 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3909
39102002-11-22 Juanma Barranquero <lektu@terra.es>
3911
3912 * config.guess, config.sub: Updated from master source.
3913
39142002-11-19 Karl Fogel <kfogel@red-bean.com>
3915
3916 * autogen.sh: New file.
3917
39182002-11-15 Dave Love <fx@gnu.org>
3919
3920 * configure.in: Tidy up various quoting issues throughout.
3921 Use AC_GNU_SOURCE.
3922 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3923 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3924 Maybe define bcopy, bzero, bcmp.
3925 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3926 non-existent machine file).
3927 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3928 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3929 (nlist.h): Move test up.
3930
39312002-11-18 Markus Rost <rost@math.ohio-state.edu>
3932
3933 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3934
39352002-11-14 Francesco Potortì <pot@gnu.org>
3936
3937 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3938
39392002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3940
3941 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3942
39432002-11-08 Dave Love <fx@gnu.org>
3944
3945 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3946 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3947
39482002-11-07 Miles Bader <miles@gnu.org>
3949
3950 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3951 Handle separate-build-dir case.
3952
39532002-11-06 Richard M. Stallman <rms@gnu.org>
3954
3955 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3956 bulletproof. $bar may be empty when there are no .elc files.
3957
39582002-10-30 Dave Love <fx@gnu.org>
3959
3960 * configure.in: Require autoconf 2.53. Test for pty.h,
3961 sys/mman.h, sys/param.h, mremap, memmove.
3962 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3963 (AC_PROG_YACC): Delete.
3964 (size_t): Use AC_CHECK_TYPES.
3965 (AH_TOP): Up-date copyright.
3966
39672002-10-01 Juanma Barranquero <lektu@terra.es>
3968
3969 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3970
39712002-09-19 Richard M. Stallman <rms@gnu.org>
3972
3973 * configure.in: Fix the LessTif-directory-finder for real.
3974
39752002-09-14 Richard M. Stallman <rms@gnu.org>
3976
3977 * Makefile.in (maybe_bootstrap): Test for complete absence
3978 of compiled Lisp files.
3979
39802002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3981
3982 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3983 (bootstrap-clean-after): Delete.
3984 (bootstrap): Make the sequencing explicit.
3985
39862002-09-10 Richard M. Stallman <rms@gnu.org>
3987
3988 * configure.in: Fix previous LessTif change.
3989
39902002-09-09 Richard M. Stallman <rms@gnu.org>
3991
3992 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3993 (powerpcle-*-solaris*): Use version 2.6 as default.
3994 (*-sunos5.6*, *-solaris2.6*): New alternative.
3995 (*-sunos5*): Use version 2.6 as default.
3996
39972002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3998
3999 * configure.in: Fix typo.
4000
40012002-09-05 Richard M. Stallman <rms@gnu.org>
4002
4003 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
4004
4005 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
4006 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
4007
40082002-08-26 Kim F. Storm <storm@cua.dk>
4009
4010 * Makefile.in (install-arch-indep): Do not remove DOC file
4011 when it is the only DOC file installed; this is the case when
4012 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
4013
40142002-07-24 Markus Rost <rost@math.ohio-state.edu>
4015
4016 * configure.in: Fix typo.
4017
40182002-07-24 Richard M. Stallman <rms@gnu.org>
4019
4020 * configure.in: Don't print anything special about gamedir.
4021
4022 * configure.in: Delete nonstandard --with-game-user option.
4023
40242002-07-21 Richard M. Stallman <rms@gnu.org>
4025
4026 * Makefile.in (gamedir, localstatedir): New variables.
4027 (epaths-force): Insert value of gamedir into PATH_GAME.
4028
4029 * configure.in (gamedir): Handle it like lispdir.
4030 (--with-game-dir option): Delete.
4031
40322002-06-21 Pavel Janík <Pavel@Janik.cz>
4033
4034 * configure.in: Add support for mipseb-*-netbsd* machines.
4035
40362002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4037
4038 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
4039
40402002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4041
4042 * info/dir (File): Add an entry for Tramp.
4043
40442002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4045
4046 * INSTALL-CVS: New file.
4047
40482002-06-07 Andreas Schwab <schwab@suse.de>
4049
4050 * configure.in (x86_64-*-linux-gnu*): New system.
4051
40522002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * config.bat: Handle the case when lispintro is truncated to lispintr.
4055
40562002-05-26 Paul Eggert <eggert@twinsun.com>
4057
4058 * config.guess, config.sub: Updated from master source.
4059
40602002-05-09 Richard M. Stallman <rms@gnu.org>
4061
4062 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
4063
40642002-05-04 Pavel Janík <Pavel@Janik.cz>
4065
4066 * make-dist: Do not distribute lock/ directory.
4067
40682002-04-30 Andrew Choi <akochoi@shaw.ca>
4069
4070 * configure.in: Provide documentation string when defining
4071 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
4072 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
4073
40742002-04-28 Colin Walters <walters@verbum.org>
4075
4076 * configure.in: Delete configure check for access to the game user.
4077
40782002-04-29 Pavel Janík <Pavel@Janik.cz>
4079
4080 * make-dist: lwlib/Imakefile is removed.
4081
40822002-04-26 Andrew Choi <akochoi@shaw.ca>
4083
4084 * configure.in: Add support for powerpc-apple-darwin*.
4085 (HAVE_CARBON): Add.
4086
4087 * make-dist: Create directories in mac/Emacs.app.
4088
40892002-04-25 Pavel Janík <Pavel@Janik.cz>
4090
4091 * make-dist: lwlib-Xol* are removed.
4092
40932002-04-23 Andreas Schwab <schwab@suse.de>
4094
4095 * Makefile.in (MAINT): New variable.
4096 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
4097 instead of configure.in, to avoid running autoconf and autoheader
4098 unless explicitly requested.
4099
41002002-04-16 Eli Zaretskii <eliz@gnu.org>
4101
4102 * config.bat: Update for msdos/sed2v2.inp.
4103
41042002-04-15 Andreas Schwab <schwab@suse.de>
4105
4106 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
4107 * configure.in: Add config header templates to all AC_DEFINE and
4108 AC_DEFINE_UNQUOTED symbols.
4109 * make-dist: Run autoheader if necessary.
4110
41112002-04-10 Colin Walters <walters@verbum.org>
4112
4113 * configure.in: Add --game-dir, --game-user. Test to see if we
4114 can use them.
4115
41162002-04-08 Pavel Janík <Pavel@Janik.cz>
4117
4118 * configure.in: Add --with-sound.
4119
41202002-03-18 Kim F. Storm <storm@cua.dk>
4121
4122 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
4123 and getsockname functions. Test for sys/un.h include file.
4124
41252002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
4126
4127 * configure.in: Support AIX 5.1.
4128
41292002-03-10 Jan Djärv <jan.h.d@swipnet.se>
4130
4131 * configure.in: Added test for X Session Management (HAVE_X_SM).
4132
41332002-03-03 Richard M. Stallman <rms@gnu.org>
4134
4135 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
4136 Run chown $${LOGNAME} on files installed by tar xvf.
4137
41382002-03-03 Kim F. Storm <storm@cua.dk>
4139
4140 * configure.in: Test for getpeername.
4141
41422002-03-01 Richard M. Stallman <rms@gnu.org>
4143
4144 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
4145 (HAVE_GIF): Don't use old libungif versions that crash.
4146
41472002-02-26 Richard M. Stallman <rms@gnu.org>
4148
4149 * configure.in <making srcdir absolute>: Verify that PWD is correct,
4150 not just well-formed and valid.
4151 (mips-compaq-nonstopux*): New configuration.
4152
41532002-02-18 Paul Eggert <eggert@twinsun.com>
4154
4155 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
4156 "sed q" is a portable equivalent to plain "head -1".
4157
41582002-02-13 Richard M. Stallman <rms@gnu.org>
4159
4160 * Makefile.in (maybe_bootstrap): Do `exit 1'.
4161 (all): Don't depend on maybe_bootstrap here.
4162 (${SUBDIR}): Depend on it here instead.
4163
41642002-02-08 Richard M. Stallman <rms@gnu.org>
4165
4166 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
4167
41682002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4169
4170 * configure.in: Recognize BSD/OS 5.0.
4171
41722002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4173
4174 * make-dist: Make version checking in emacs.texi consistent with
4175 how we set it there.
4176
41772001-12-29 Kim F. Storm <storm@cua.dk>
4178
4179 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
4180
41812001-12-28 Richard M. Stallman <rms@gnu.org>
4182
4183 * configure.in: Test for mbsinit.
4184
41852001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4186
4187 These changes make Leim part of the standard distribution:
4188
4189 * README: Add info about the `leim' directory.
4190
4191 * INSTALL: Remove text that describes Leim as a separate package.
4192
4193 * noleim-Makefile.in: File removed.
4194
4195 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
4196 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
4197 Leim files out of the Emacs tree. Don't prepare a separate tarball
4198 for Leim.
4199
42002001-12-11 Richard M. Stallman <rms@gnu.org>
4201
4202 * configure.in (hppa*-*-linux-gnu*): New alternative.
4203
42042001-12-08 Pavel Janík <Pavel@Janik.cz>
4205
4206 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
4207 creating distribution.
4208
42092001-12-06 Paul Eggert <eggert@twinsun.com>
4210
4211 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
4212 (AC_FUNC_VFORK): Remove.
4213 (AC_FUNC_FORK): Add.
4214 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
4215 this is required by recent Autoconf versions.
4216
42172001-12-02 Pavel Janík <Pavel@Janik.cz>
4218
4219 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
4220 TODO, vms-pp.trans and others).
4221
42222001-11-29 Pavel Janík <Pavel@Janik.cz>
4223
4224 * make-dist: Use COPYING from the top-level directory.
4225
42262001-11-29 Gerd Moellmann <gerd@gnu.org>
4227
4228 * configure.in: Add support for FreeBSD/Alpha.
4229
42302001-11-29 Pavel Janík <Pavel@Janik.cz>
4231
4232 * make-dist: Add COPYING to the top-level directory of the
4233 distribution. Simplify the logic behind copying.
4234
4235 * Makefile.in (maybe_bootstrap): Fix previous change.
4236
42372001-11-28 Richard M. Stallman <rms@gnu.org>
4238
4239 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
4240
42412001-11-26 Richard M. Stallman <rms@gnu.org>
4242
4243 * Makefile.in: bootstrap should not delete dumped executables.
4244 (bootstrap-clean-before): New target.
4245 (bootstrap): Use bootstrap-clean-before instead of clean.
4246 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
4247
42482001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
4249
4250 These changes add the Emacs Lisp Introduction manual to the
4251 distribution:
4252
4253 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
4254
4255 * make-dist: Copy the files in lispintro directory.
4256
4257 * config.bat: Configure in the lispintro directory.
4258
4259 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
4260
4261 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
4262 (lispintro/Makefile): New target.
4263 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
4264 (unlock, relock, info, dvi): Ditto.
4265
42662001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
4269
4270 * make-dist (etc): Don't distribute gfdl.1.
4271
42722001-11-22 Colin Walters <walters@debian.org>
4273
4274 * Makefile.in (install-arch-indep): Install the calc .info files.
4275 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
4276
42772001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4278
4279 * make-dist (lispref): Add *.txt, *.el, permute-index, and
4280 tindex.pl to the list of those being put into the distribution.
4281
42822001-11-16 Eli Zaretskii <eliz@gnu.org>
4283
4284 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
4285
42862001-11-15 Pavel Janík <Pavel@Janik.cz>
4287
4288 * Makefile.in (uninstall): Fix previous change.
4289
4290 * configure.in, Makefile.in: Add support for --program-prefix,
4291 --program-suffix and --program-transform-name options.
4292
42932001-11-13 Pavel Janík <Pavel@Janik.cz>
4294
4295 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
4296 (install-arch-indep): Install emacsclient manual page.
4297 (uninstall): Uninstall emacsclient manual page.
4298
42992001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
4300
4301 * make-dist: Add lispref/index.*perm files to the distribution.
4302 From Pavel Janík <Pavel@Janik.cz>.
4303
43042001-11-12 Pavel Janík <Pavel@Janik.cz>
4305
4306 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
4307
43082001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * configure.in: AC_OUTPUT lispref/Makefile.
4311
43122001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4313
4314 The following changes add the ELisp reference manual to the
4315 distribution.
4316
4317 * make-dist: Add the lispref directory to the distribution.
4318
4319 * Makefile.in (install-arch-indep): Add elisp* to the list of
4320 installed Info files.
4321 (SUBDIR_MAKEFILES): Add lispref/Makefile.
4322 (lispref/Makefile): New target.
4323 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
4324 Add commands for the lispref directory.
4325 (info, dvi): Ditto.
4326
4327 * config.bat: Configure in `lispref'.
4328
43292001-11-09 Richard M. Stallman <rms@gnu.org>
4330
4331 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
4332
43332001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
4334
4335 * make-dist (tempdir): Copy AUTHORS as well.
4336
43372001-11-06 Sam Steingold <sds@gnu.org>
4338
4339 * configure.in: Added a check for <nlist.h>.
4340
43412001-11-01 Pavel Janík <Pavel@Janik.cz>
4342
4343 * configure.in: Reindent --help output.
4344 From Per Starbäck (starback@ling.uu.se).
4345
43462001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4347
4348 * configure.in: New entry for HP/UX-11.
4349
4350 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
4351 From Eric S. Raymond <esr@golux.thyrsus.com>.
4352
43532001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4354
4355 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
4356 <athornton@sinenomine.net>.
4357
43582001-10-25 Gerd Moellmann <gerd@gnu.org>
4359
4360 * Makefile.in (maybe_bootstrap): New target.
4361 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
4362
43632001-10-24 Ken Raeburn <raeburn@gnu.org>
4364
4365 * configure.in: If --with-hesiod is given, look for
4366 hes_getmailhost and res_send or __res_send; check hesiod and
4367 resolv libraries respectively if system libraries don't supply them.
4368
43692001-10-24 Gerd Moellmann <gerd@gnu.org>
4370
4371 * configure.in: Use $MAKE for `make' if set.
4372
43732001-10-22 Gerd Moellmann <gerd@gnu.org>
4374
4375 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
4376 to tar options.
4377
43782001-10-20 Gerd Moellmann <gerd@gnu.org>
4379
4380 * (Version 21.1 released).
4381
43822001-10-20 Miles Bader <miles@gnu.org>
4383
4384 * configure.in (configuration): Set from `host' if `host_alias'
4385 isn't defined.
4386
43872001-10-19 Andreas Schwab <schwab@suse.de>
4388
4389 * configure.in: Make ready for autoconf 2.5x.
4390 (AC_PREREQ): Require autoconf 2.50.
4391 * aclocal.m4: Removed.
4392 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
4393
43942001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4395
4396 * README: Bump Emacs version to 21.1.50.
4397
43982001-10-05 Gerd Moellmann <gerd@gnu.org>
4399
4400 * Branch for 21.1.
4401
44022001-09-05 Gerd Moellmann <gerd@gnu.org>
4403
4404 * configure.in: Avoid `$@' which is handled specially in
4405 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
4406
44072001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
4408
4409 * make-dist (nt): Add subdirs.el to the list of distributed files.
4410
44112001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4412
4413 * configure.in (machine): Add an entry for
4414 hppa1.1-hitachi-hiuxwe2*.
4415
44162001-05-28 Gerd Moellmann <gerd@gnu.org>
4417
4418 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
4419 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
4420
44212001-05-14 Gerd Moellmann <gerd@gnu.org>
4422
4423 * make-dist: Copy texinfo.tex unconditionally.
4424
44252001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4426
4427 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
4428 that are installed.
4429
44302001-04-06 Gerd Moellmann <gerd@gnu.org>
4431
4432 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
4433 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
4434
4435 * make-dist: Handle leim/MISC-DIC. Only include
4436 `[a-zA-Z]*.{el,elc}' from leim/quail.
4437
44382001-04-05 Gerd Moellmann <gerd@gnu.org>
4439
4440 * Makefile.in (install-arch-indep): Remove .cvsignore files.
4441
44422001-03-30 Gerd Moellmann <gerd@gnu.org>
4443
4444 * Makefile.in (.PHONY): Add for bootstrap targets.
4445 (bootstrap-clean): New target.
4446 (bootstrap): Use it instead of `clean'.
4447
44482001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
4449
4450 * Makefile.in (SUBDIR): Remove leim.
4451 (all, .RECURSIVE, extraclean): Add leim explicitly.
4452 (leim): Provide separate rule which exports PARALLEL=0 into the
4453 environment.
4454
44552001-03-20 Gerd Moellmann <gerd@gnu.org>
4456
4457 * configure.in (HAVE_XPM): Don't print the result of the check for
4458 XpmReturnAllocPixels if we don't have an xpm.h.
4459
44602001-03-05 Gerd Moellmann <gerd@gnu.org>
4461
4462 * COPYING: New file.
4463
44642001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4465
4466 * config.bat: Update the copyright.
4467
44682001-02-23 Kenichi Handa <handa@etl.go.jp>
4469
4470 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
4471 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
4472 to `yes'. Later in AC_OUTPUT, check this variable.
4473
44742001-02-09 Dave Love <fx@gnu.org>
4475
4476 * AUTHORS: Updated.
4477
44782001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4479
4480 * info/dir (Ebrowse): Fix the entry (was missing a dot).
4481
44822001-02-02 Gerd Moellmann <gerd@gnu.org>
4483
4484 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
4485
4486 * Makefile.in (uninstall): Ignore exit code of `rm'.
4487
4488 * Makefile.in (uninstall): Remove more info files. Remove
4489 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
4490
44912001-01-31 Gerd Moellmann <gerd@gnu.org>
4492
4493 * noleim-Makefile.in (extraclean): Add.
4494
44952001-01-28 Gerd Moellmann <gerd@gnu.org>
4496
4497 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
4498 it quiet.
4499
45002001-01-24 Colin Walters <walters@cis.ohio-state.edu>
4501
4502 * Makefile.in (tags): Fix typo.
4503
45042001-01-13 Kenichi Handa <handa@etl.go.jp>
4505
4506 * configure.in: Fix typo in the code setting x_search_path.
4507
45082001-01-10 Dave Love <fx@gnu.org>
4509
4510 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
4511 -lXext.
4512 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
4513 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
4514 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
4515 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
4516 (now in $LIBS).
4517
45182001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * config.bat: Run the preprocessor with -traditional.
4521
45222001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
4523
4524 * INSTALL: Move copying conditions to end of file.
4525
45262000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4527
4528 * INSTALL: Add basic installation procedure which assumes
4529 `configure' does its job. Elaborate on image support libraries.
4530 Add a pointer to Xaw3d library. Add advice about solving
4531 configure-time problems by looking in config.log and setting
4532 variables in the environment.
4533
45342000-12-27 Gerd Moellmann <gerd@gnu.org>
4535
4536 * Makefile.in (install-arch-indep): If tar fails, exit with
4537 exit code 1.
4538
45392000-12-19 Gerd Moellmann <gerd@gnu.org>
4540
4541 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
4542 source file includes XKBlib.h. On some broken Solaris systems,
4543 there is an XKBlib.h, reportedly, but header files included by
4544 XKBlib.h are missing.
4545
45462000-12-14 Gerd Moellmann <gerd@gnu.org>
4547
4548 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
4549
45502000-12-11 Dave Love <fx@gnu.org>
4551
4552 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
4553
45542000-12-11 Paul Eggert <eggert@twinsun.com>
4555
4556 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
4557 Merge fixes from latest GNU tar version. These macros no longer
4558 futz with _XOPEN_SOURCE, as that was not portable in practice.
4559 (AC_FUNC_FSEEKO): New macro.
4560
4561 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
4562 ftello.
4563
45642000-12-05 Dave Love <fx@gnu.org>
4565
4566 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
4567
45682000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4569
4570 * info/dir: Change the category to "Emacs".
4571
45722000-12-01 Gerd Moellmann <gerd@gnu.org>
4573
4574 * make-dist (tempdir): Remove epaths.h from the distribution
4575 instead of paths.h.
4576
45772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4578
4579 * config.bat: Check for existence of djecho.exe, and print an
4580 error message if it is not available.
4581
4582 * INSTALL: Describe possible problem with djecho.exe in old
4583 versions of DJGPP v2.x.
4584
45852000-11-23 Gerd Moellmann <gerd@gnu.org>
4586
4587 * configure.in: Initialize HAVE_LIBXP to no.
4588
45892000-11-22 Gerd Moellmann <gerd@gnu.org>
4590
4591 * configure.in: Use m/macppc.h instead of the non-existent
4592 m/powerpc.h.
4593
45942000-11-21 Gerd Moellmann <gerd@gnu.org>
4595
4596 * Makefile.in (install-arch-indep): Also install info/eshell*
4597 and info/speedbar*.
4598
4599 * configure.in (HAVE_PNG): Check for the presence of
4600 png_get_channels to rule out older PNG libs.
4601
4602 * configure.in (AC_OUTPUT): Arrange to emit definitions of
4603 GCC and NON_GNU_CPP into config.status.
4604
46052000-11-20 Dave Love <fx@gnu.org>
4606
4607 * configure.in: Fix last change.
4608
4609 * GETTING.GNU.SOFTWARE: Deleted.
4610 * FTP: New file to replace it.
4611 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
4612
46132000-11-20 Gerd Moellmann <gerd@gnu.org>
4614
4615 * configure.in: Use -traditional with GNU cpp.
4616
46172000-11-17 Gerd Moellmann <gerd@gnu.org>
4618
4619 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
4620 Distribute more files from the nt/ subdir. Distribute PBM
4621 image files from subdirs of lisp/. Distribute old change logs
4622 from subdirs of lisp/. Distribute play/5x5.el.
4623
46242000-11-11 Dave Love <fx@gnu.org>
4625
4626 * config.sub, config.guess: Updated from master source.
4627
46282000-11-07 Dave Love <fx@gnu.org>
4629
4630 * configure.in: Test for mkstemp.
4631
46322000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4633
4634 * info/dir (Top): Rearrange menu items more logically, and put
4635 them into a single category. Add menu items for RefTeX and
4636 Widget.
4637
46382000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4639
4640 * Makefile.in (install-arch-indep): Use --info-dir instead of
4641 --dir-file, and a simple argument instead of --info-file, so that
4642 the Debian version of install-info also works.
4643
46442000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4645
4646 * info/dir (Speedbar): Add entry.
4647
46482000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4649
4650 * INSTALL: Describe the new image-support options to the configure
4651 script. List URLs where image support libraries can be found.
4652
46532000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4654
4655 * info/dir (Top): Add an entry for Eshell.
4656
46572000-10-02 Dave Love <fx@gnu.org>
4658
4659 * configure.in: Check for gai_strerror.
4660
46612000-10-01 Andreas Schwab <schwab@suse.de>
4662
4663 * Makefile.in (install-arch-indep): Update list of installed info files.
4664
46652000-09-30 Gerd Moellmann <gerd@gnu.org>
4666
4667 * configure.in: Support `sparc*-*-netbsd*'.
4668
46692000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4670
4671 * info/dir (MIME): Add entry for emacs-mime.
4672
46732000-09-29 Dave Love <fx@gnu.org>
4674
4675 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
4676
46772000-09-26 Gerd Moellmann <gerd@gnu.org>
4678
4679 * make-dist: Adapt to the change of leim/Makefile which was
4680 necessary to ensure a reasonably working `make dist'.
4681
4682 * leim-Makefile.in: Moved to leim/Makefile.in..
4683
4684 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
4685
46862000-09-21 Kenichi Handa <handa@etl.go.jp>
4687
4688 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
4689 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
4690 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
4691 files to .elc.
4692 (${TIT}): Adjusted for the above change.
4693 (clean mostlyclean): Likewise.
4694 (.el.elc): New target.
4695
46962000-09-19 Gerd Moellmann <gerd@gnu.org>
4697
4698 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4699 in the distribution.
4700
47012000-09-18 Gerd Moellmann <gerd@gnu.org>
4702
4703 * make-dist (skk): Rename to `ja-dic' because the leim directory
4704 was renamed.
4705
47062000-09-14 Dave Love <fx@gnu.org>
4707
4708 * configure.in: Fix spurion in last change.
4709
47102000-09-14 Gerd Moellmann <gerd@gnu.org>
4711
4712 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
4713 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
4714 to `no' if defined. Change result report.
4715
47162000-09-08 Dave Love <fx@gnu.org>
4717
4718 * configure.in: Remove spurious `@'s.
4719
4720 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
4721 autoconf.
4722
47232000-09-06 Gerd Moellmann <gerd@gnu.org>
4724
4725 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
4726 file and print informational message.
4727
4728 * configure.in (AC_FUNC_MMAP): Add.
4729
47302000-09-01 Gerd Moellmann <gerd@gnu.org>
4731
4732 * configure.in: Add ``checking'' messages for
4733 XpmReturnAllocPixels.
4734
47352000-08-28 Gerd Moellmann <gerd@gnu.org>
4736
4737 * configure.in: Check <strings.h>; check `index' and `rindex'
4738 functions.
4739
47402000-08-26 Kenichi Handa <handa@etl.go.jp>
4741
4742 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
4743 "case "${canonical}" in".
4744
47452000-08-25 Dave Love <fx@gnu.org>
4746
4747 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
4748
47492000-08-25 Kenichi Handa <handa@etl.go.jp>
4750
4751 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
4752
47532000-08-24 Gerd Moellmann <gerd@gnu.org>
4754
4755 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
4756 contains a relative path. Protect against unusable values of $PWD.
4757
47582000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4759
4760 * info/dir (WoMan): Add entry.
4761
4762 * config.bat (maindir): Update src/_gdbinit even if it does
4763 already exist.
4764
47652000-08-07 Gerd Moellmann <gerd@gnu.org>
4766
4767 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
4768
47692000-08-03 Gerd Moellmann <gerd@gnu.org>
4770
4771 * configure.in: Add support for ia64*-*-linux*.
4772
47732000-07-27 Gerd Moellmann <gerd@gnu.org>
4774
4775 * make-dist (aclocal.m4): Include in distribution.
4776
47772000-07-26 Dave Love <fx@gnu.org>
4778
4779 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
4780
47812000-07-24 Dave Love <fx@gnu.org>
4782
4783 * configure.in: Add AC_SIZE_T.
4784
47852000-07-18 Dave Love <fx@gnu.org>
4786
4787 * configure.in: Reorder so that most tests are done after CPPFLAGS
4788 is set from the C_SWITCH_... definitions.
4789
47902000-07-10 Gerd Moellmann <gerd@gnu.org>
4791
4792 * configure.in (HAVE_XPM): Undo previous change. Check for
4793 preprocessor define XpmReturnAllocPixels.
4794
47952000-07-06 Gerd Moellmann <gerd@gnu.org>
4796
4797 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
4798 instead of XpmReadFileToPixmap.
4799
48002000-07-05 Ken Raeburn <raeburn@gnu.org>
4801
4802 * configure.in: Check for <soundcard.h>. Look for ossaudio
4803 library, and set LIBSOUND accordingly.
4804
48052000-07-05 Dave Love <fx@gnu.org>
4806
4807 * configure.in: Use AC_HEADER_SYS_WAIT.
4808
48092000-07-05 Gerd Moellmann <gerd@gnu.org>
4810
4811 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4812 lisp/Makefile. Distribute lisp/Makefile.in instead of
4813 lisp/Makefile.
4814
48152000-06-30 Ken Raeburn <raeburn@gnu.org>
4816
4817 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
4818 while searching for image-handling libraries.
4819
48202000-06-26 Gerd Moellmann <gerd@gnu.org>
4821
4822 * configure.in (--with-xim): New option.
4823
48242000-06-23 Dave Love <fx@gnu.org>
4825
4826 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
4827 for struct timezone and test how we can call gettimeofday.
4828 Check for OSF 5+. Check for term.h.
4829
4830 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
4831 version.
4832
48332000-06-23 Gerd Moellmann <gerd@gnu.org>
4834
4835 * configure.in (HAVE_LIBXP): Change test for libXp.
4836
48372000-06-21 Dave Love <fx@gnu.org>
4838
4839 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
4840 simple test for getloadavg and substitute GETLOADAVG_LIBS.
4841 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
4842
48432000-06-19 Dave Love <fx@gnu.org>
4844
4845 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
4846 _XOPEN_SOURCE is defined.
4847
48482000-06-16 Gerd Moellmann <gerd@gnu.org>
4849
4850 * Makefile.in (distclean): Also make distclean in lisp/.
4851
48522000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4853
4854 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
4855
48562000-06-15 Gerd Moellmann <gerd@gnu.org>
4857
4858 * make-dist: Add --help and --snapshot options.
4859
48602000-06-14 Gerd Moellmann <gerd@gnu.org>
4861
4862 * configure.in: Generate lisp/Makefile.
4863
4864 * configure.in: Add support for `*-lynxos*'.
4865 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
4866 recommended by <Karen.Dorhamer@compaq.com> to fix problems
4867 on Tru64 UNIX v5.0.
4868
48692000-06-13 Ken Raeburn <raeburn@gnu.org>
4870
4871 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
4872 it's on a continuation line.
4873
48742000-06-02 Dave Love <fx@gnu.org>
4875
4876 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
4877 files.
4878
4879 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
4880 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
4881 test.
4882
4883 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
4884 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
4885
48862000-05-26 Gerd Moellmann <gerd@gnu.org>
4887
4888 * configure.in: Add check for speed_t typedef.
4889
48902000-05-25 Ken Raeburn <raeburn@gnu.org>
4891
4892 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4893 exists; it won't in the CANNOT_DUMP case.
4894
48952000-05-25 Gerd Moellmann <gerd@gnu.org>
4896
4897 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4898 On FreeBSD, the exit status is 1 if CDPATH is not set.
4899 (install-arch-indep): Install ebrowse.info.
4900
49012000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4902
4903 * configure.in: Check for grandpt and getpt.
4904
49052000-05-09 Dave Love <fx@gnu.org>
4906
4907 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4908
49092000-05-05 Gerd Moellmann <gerd@gnu.org>
4910
4911 * make-dist: Make a link for lib-src/grep-changelog.
4912 Copy install-sh.
4913
49142000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4915
4916 * config.bat: Identify the beginning of the cpp stuff in
4917 src/Makefile.in and lib-src/Makefile.in more accurately.
4918
49192000-04-27 Gerd Moellmann <gerd@gnu.org>
4920
4921 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4922
49232000-04-19 Gerd Moellmann <gerd@gnu.org>
4924
4925 * configure.in: Add support for `powerpc-*-netbsd*'.
4926
49272000-04-19 Dave Love <fx@gnu.org>
4928
4929 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4930
4931 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4932
49332000-04-16 Dave Love <fx@gnu.org>
4934
4935 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4936
49372000-04-14 Dave Love <fx@gnu.org>
4938
4939 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4940
4941 * aclocal.m4 (AC_FUNC_MKTIME): New.
4942
49432000-03-28 Ken Raeburn <raeburn@gnu.org>
4944
4945 * configure.in: Line up "--help" output a little better.
4946
49472000-03-26 Gerd Moellmann <gerd@gnu.org>
4948
4949 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4950 New targets.
4951 (bootstrap): Rewritten in terms of the new targets above. Make
4952 info files, too.
4953
49542000-03-12 Gerd Moellmann <gerd@gnu.org>
4955
4956 * config.guess, config.sub: Use the versions of the files from
4957 subversions.
4958
49592000-03-08 Dave Love <fx@gnu.org>
4960
4961 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4962 AC_C_VOLATILE. Define POINTER_TYPE.
4963
4964 * aclocal.m4: New file.
4965
49662000-03-02 Gerd Moellmann <gerd@gnu.org>
4967
4968 * configure.in (machine): Add `mipsel-*-netbsd*' and
4969 `arm-*-netbsd*'.
4970
49712000-03-01 Gerd Moellmann <gerd@gnu.org>
4972
4973 * configure.in (machine): Add support for `*-auspex-sunos*'.
4974
49752000-02-29 Gerd Moellmann <gerd@gnu.org>
4976
4977 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4978
49792000-02-18 Dave Love <fx@gnu.org>
4980
4981 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4982
49832000-02-18 Andreas Schwab <schwab@suse.de>
4984
4985 * Makefile.in (install-arch-indep): Add eudc to list of installed
4986 info files.
4987
49882000-02-17 Ken Raeburn <raeburn@gnu.org>
4989
4990 * configure.in: Include -lz and -ljpeg (if it's available) when
4991 testing for the tiff library.
4992
49932000-02-17 Gerd Moellmann <gerd@gnu.org>
4994
4995 * configure.in: Remove LISP_FLOAT_TYPE.
4996
49972000-02-12 Dave Love <fx@gnu.org>
4998
4999 * configure.in: Use AC_FUNC_VFORK.
5000
50012000-02-01 Gerd Moellmann <gerd@gnu.org>
5002
5003 * make-dist: Various fixes for new development tree.
5004
5005 * leim-Makefile.in: New file.
5006
50072000-01-31 Gerd Moellmann <gerd@gnu.org>
5008
5009 * Makefile.in (dist): Call ./make-dist.
5010
50112000-01-24 Dave Love <fx@gnu.org>
5012
5013 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
5014
50152000-01-18 Gerd Moellmann <gerd@gnu.org>
5016
5017 * configure.in (HAVE_GIF): Check for DGifOpen instead of
5018 DGifOpenFileName.
5019
50202000-01-11 Andreas Schwab <schwab@suse.de>
5021
5022 * Makefile.in (install-arch-indep): Update list of info files to
5023 be installed.
5024
50252000-01-05 Dave Love <fx@gnu.org>
5026
5027 * configure.in: Check for jerror.h as well as libjpeg.
5028
50292000-01-03 Andreas Schwab <schwab@suse.de>
5030
5031 * Makefile.in (install-arch-indep): Install autotype*. Run
5032 install-info on autotype and emacs-faq.info.
5033
50341999-12-04 Dave Love <fx@gnu.org>
5035
5036 * Makefile.in (install-arch-indep): Depend on `info'.
5037 (install-strip): Use `install' as sub-make target.
5038
50391999-11-23 Ken Raeburn <raeburn@gnu.org>
5040
5041 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
5042 didn't need to be deleted. Check for the k5crypto library as well
5043 as the crypto library; MIT Kerberos 1.1 changed the name.
5044
50451999-11-18 Dave Love <fx@gnu.org>
5046
5047 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
5048
50491999-11-11 Erik Naggum <erik@naggum.no>
5050
5051 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
5052
50531999-11-08 Dave Love <fx@gnu.org>
5054
5055 * configure.in: Fix change for --with-pop default.
5056
50571999-11-04 Dave Love <fx@gnu.org>
5058
5059 * configure.in: Default to --with-pop. Change sense of with-gcc
5060 and with-toolkit-scroll-bars messages to reflect the defaults.
5061
50621999-11-01 Gerd Moellmann <gerd@gnu.org>
5063
5064 * INSTALL: Mention the Emacs Lisp Reference.
5065
50661999-10-27 Noah Friedman <friedman@splode.com>
5067
5068 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
5069
50701999-10-23 Gerd Moellmann <gerd@gnu.org>
5071
5072 * Makefile.in (bootstrap): New target.
5073
50741999-10-19 Paul Eggert <eggert@twinsun.com>
5075
5076 Add support for large files. Merge glibc 2.1.2.
5077
5078 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
5079 (HAVE_TM_GMTOFF): New symbol.
5080 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
5081 mbrlen, strsignal.
5082 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
5083
50841999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5085
5086 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
5087 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
5088
50891999-10-09 Richard M. Stallman <rms@gnu.org>
5090
5091 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
5092 Unset CDPATH to prevent cd from generating output.
5093
50941999-10-08 Stefan Monnier <monnier@cs.yale.edu>
5095
5096 * update-subdirs: Also ignore CVS subdirs.
5097
50981999-10-07 Gerd Moellmann <gerd@gnu.org>
5099
5100 * Makefile.in (install-arch-indep): Add ada-mode.
5101
51021999-10-06 Dave Love <fx@gnu.org>
5103
5104 * Makefile.in: Add rules for config.status, configure.
5105
51061999-09-07 Gerd Moellmann <gerd@gnu.org>
5107
5108 * configure.in (--with-sound): Removed.
5109
51101999-08-30 Gerd Moellmann <gerd@gnu.org>
5111
5112 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
5113 the test for Xaw3d.
5114 (HAVE_TIFF): Add -lm to library check.
5115
51161999-08-28 Richard Stallman <rms@gnu.org>
5117
5118 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
5119 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
5120 after the other X-related libraries.
5121
51221999-08-21 Dave Love <fx@gnu.org>
5123
5124 * configure.in: Don't check for jpeglib.h.
5125
51261999-08-20 Gerd Moellmann <gerd@gnu.org>
5127
5128 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
5129 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
5130
51311999-08-18 Dave Love <fx@gnu.org>
5132
5133 * configure.in: Check for termcap.h.
5134
51351999-08-15 Gerd Moellmann <gerd@gnu.org>
5136
5137 * configure.in: Add --with-toolkit-scroll-bars. If "no",
5138 use Emacs' scroll bars, even if configured for Motif or when
5139 Xaw3d is available.
5140
51411999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5142
5143 * configure.in: Check for getaddrinfo.
5144
51451999-08-04 Eli Zaretskii <eliz@gnu.org>
5146
5147 * config.bat: Make --no-debug work again by removing -gcoff.
5148
51491999-07-30 Dave Love <fx@gnu.org>
5150
5151 * configure.in: Check for stdlib.h.
5152
51531999-07-19 Dave Love <fx@gnu.org>
5154
5155 * configure.in: Grok sparc64-*-linux-gnu*.
5156
51571999-07-12 Richard Stallman <rms@gnu.org>
5158
5159 * Version 20.4 released.
5160
51611999-06-23 Karl Heuer <kwzh@gnu.org>
5162
5163 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
5164 Quote $EMACS, in case it's a program with args.
5165
51661999-06-15 Gerd Moellmann <gerd@gnu.org>
5167
5168 * configure.in (HAVE_GIF): Use libungif instead of libgif
5169 because the former doesn't contain patented compression code.
5170
51711999-05-29 Richard M. Stallman <rms@gnu.org>
5172
5173 * configure.in: Delete the Kerberos stuff.
5174
51751999-05-27 Greg Hudson <ghudson@mit.edu>
5176
5177 * configure.in: Prefer kerberos 5 names.
5178
51791999-04-26 Richard M. Stallman <rms@gnu.org>
5180
5181 * configure.in: Check for libXp.
5182
51831999-04-08 Richard Stallman <rms@gnu.org>
5184
5185 * make-dist: Include change logs in subdirs of `lisp'.
5186
51871999-04-05 Richard Stallman <rms@gnu.org>
5188
5189 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
5190 (install-arch-indep): Make ${datadir}/emacs world-readable.
5191
51921999-03-30 Eli Zaretskii <eliz@gnu.org>
5193
5194 * config.bat: Use epaths.* instead of paths.*.
5195
51961999-03-07 Eli Zaretskii <eliz@gnu.org>
5197
5198 * INSTALL: Add detailed instructions to unpack and install
5199 intlfonts on MS-DOS.
5200
52011999-02-26 Richard Stallman <rms@gnu.org>
5202
5203 * configure.in: Use epaths.h and epaths-force instead of paths...
5204
5205 * Makefile.in (epaths-force): Renamed from paths-force;
5206 operate on epaths.in and produce epaths.h.
5207
52081999-02-24 Richard Stallman <rms@gnu.org>
5209
5210 * make-dist: Fix nt/icons directory handling.
5211
52121999-02-22 Simon Josefsson <jas@pdc.kth.se>
5213
5214 * configure.in (f301-fujitsu-uxpv4.1): New target.
5215
52161999-02-20 Richard Stallman <rms@gnu.org>
5217
5218 * make-dist (tempparent): Fix command to update info files.
5219
52201999-02-09 Richard Stallman <rms@gnu.org>
5221
5222 * configure.in (powerpc-apple-netbsd*): New alternative.
5223
52241999-01-25 Geoff Voelker <voelker@cs.washington.edu>
5225
5226 * make-dist: Include the new directory nt/icons in distributions.
5227
52281999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5229
5230 * configure.in: Change message about HAVE_XFREE386.
5231
52321999-01-07 Eli Zaretskii <eliz@gnu.org>
5233
5234 * config.bat: Support configuring with leim.
5235
52361998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
5237
5238 * configure.in (mips-sgi-irix6.5): New target.
5239
52401998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5241
5242 * configure.in: Remove GSS-API support, since it has been removed
5243 from movemail.
5244
52451998-12-04 Markus Rost <rost@delysid.gnu.org>
5246
5247 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5248
52491998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
5250
5251 * Makefile.in: Don't install customize info file.
5252 Run install-info on viper info file.
5253
52541998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
5255
5256 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5257
52581998-11-16 Kenichi Handa <handa@etl.go.jp>
5259
5260 * configure.in (*-*-bsdi4*): New target.
5261
52621998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
5263
5264 * configure.in: Fix previous change.
5265
52661998-11-11 Richard Stallman <rms@gnu.org>
5267
5268 * configure.in (aviion-intel): New machine.
5269
52701998-11-04 Kenichi Handa <handa@etl.go.jp>
5271
5272 * configure.in (mips-nec-sysv4*): New target.
5273
52741998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
5275
5276 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
5277 from lisp.
5278
52791998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
5280
5281 * make-dist: Don't include fns*.el in dist.
5282
52831998-10-30 Dave Love <fx@gnu.org>
5284
5285 * configure.in: Don't mkdir cpp.
5286
52871998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
5288
5289 * Makefile.in (install-arch-dep): Install src/fns-*.el in
5290 ${archlibdir}.
5291
52921998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5293
5294 * Version 20.3 released.
5295
52961998-07-30 Paul Eggert <eggert@twinsun.com>
5297
5298 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
5299 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
5300 (lwlib/Makefile, leim/Makefile):
5301 Prepend $(srcdir)/ to rule dependencies outside this dir.
5302
53031998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5304
5305 * configure.in: Use unset CDPATH instead of making it empty.
5306
53071998-06-20 Karl Heuer <kwzh@gnu.org>
5308
5309 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
5310
53111998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5312
5313 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
5314 and default.el. Sort the results.
5315
53161998-05-31 Karl Heuer <kwzh@gnu.org>
5317
5318 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
5319 writable.
5320
53211998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5322
5323 * Makefile.in (install-arch-indep):
5324 Don't alter site-lisp/subdirs.el if it exists.
5325
53261998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5327
5328 * Makefile.in (install-arch-indep): Put `-' on commands to create
5329 subdirs.el in site-lisp dirs.
5330
53311998-05-07 Richard Stallman <rms@psilocin.gnu.org>
5332
5333 * Makefile.in (install-arch-indep): Fix typo in previous change.
5334
53351998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5336
5337 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
5338
53391998-04-28 Richard Stallman <rms@psilocin.gnu.org>
5340
5341 * Makefile.in (mkdir): Create the site-lisp dirs.
5342 (install-arch-indep): Make site-lisp/subdirs files world-readable.
5343
53441998-04-26 Richard Stallman <rms@psilocin.gnu.org>
5345
5346 * Makefile.in (INSTALL_INFO): New variable.
5347 (install-arch-indep): Don't replace the dir file if it already exists.
5348 Use the install-info program, via INSTALL_INFO, to add entries.
5349 Make the `info' subdir and the Info files world-readable.
5350
53511998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
5352
5353 * config.bat: Make sure the environment is large enough to support
5354 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
5355
53561998-04-10 Karl Heuer <kwzh@gnu.org>
5357
5358 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
5359
53601998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5361
5362 * configure.in: Add --with-gssapi to specify GSS-API
5363 authentication support for movemail.
5364
53651998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5366
5367 * Makefile.in (install-arch-indep): Fix previous change.
5368
53691998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5370
5371 * Makefile.in (info): Run man in build dir, not srcdir.
5372
53731998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
5374
5375 * Makefile.in (install-arch-indep): Fix previous change.
5376
53771998-03-23 Kenichi Handa <handa@etl.go.jp>
5378
5379 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
5380
53811998-03-22 Richard Stallman <rms@gnu.org>
5382
5383 * Makefile.in (install-arch-indep): Put special subdirs.el files
5384 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
5385
53861998-03-21 Richard Stallman <rms@psilocin.gnu.org>
5387
5388 * make-dist: Fix shell syntax in check for missing .el or .elc files.
5389
53901998-03-09 Richard Stallman <rms@psilocin.gnu.org>
5391
5392 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
5393 (m68*-hp-hpux*): Handle versions 1X like 10.
5394
53951998-03-07 Richard Stallman <rms@psilocin.gnu.org>
5396
5397 * make-dist: PROBLEMS is now in etc, not top level dir.
5398
5399 * Makefile.in (SOURCES): Delete PROBLEMS.
5400
54011998-02-25 Richard Stallman <rms@gnu.org>
5402
5403 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
5404
5405 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
5406
54071998-01-17 Richard Stallman <rms@gnu.org>
5408
5409 * Makefile.in (install-arch-indep): Add semicolon before `else'.
5410
54111998-01-02 Richard Stallman <rms@psilocin.gnu.org>
5412
5413 * make-dist (tempparent): New option --no-check.
5414
5415 * make-dist: Don't do anything with cpp directory.
5416
54171997-12-20 Richard Stallman <rms@psilocin.gnu.org>
5418
5419 * configure.in (sparc-fujitsu-sysv4*): New target.
5420
54211997-12-17 Andreas Schwab <schwab@gnu.org>
5422
5423 * configure.in: Cache more tests. Add missing quotes around
5424 message with embedded comma.
5425
54261997-12-04 Karl Heuer <kwzh@gnu.org>
5427
5428 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
5429
54301997-11-26 Joel N. Weber II <devnull@gnu.org>
5431
5432 * make-dist: Changed the comment about `umask 0' to say `Don't
5433 restrict access to any files.'; previously it said `Don't protect
5434 any files', which may have implied that we think fascism is good.
5435
54361997-11-24 Paul Eggert <eggert@twinsun.com>
5437
5438 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
5439 strftime needs the underlying host's strftime for locale dependent
5440 formats.
5441
54421997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
5443
5444 * configure.in (i586-dg-dguxR4.*): New name in case branch.
5445
54461997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
5447
5448 * config.bat: Configure the man subdirectory.
5449
54501997-11-07 Paul Eggert <eggert@twinsun.com>
5451
5452 * configure.in (AC_CHECK_LIB): Add -lintl.
5453
54541997-11-07 Karl Heuer <kwzh@gnu.org>
5455
5456 * make-dist (check for .elc files): Avoid bash-specific syntax.
5457 (check for overflow 14-char limit): Simplify.
5458
54591997-11-07 Richard Stallman <rms@gnu.org>
5460
5461 * Makefile.in (install): Move blessmail last.
5462
54631997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5464
5465 * configure.in (gettimeofday, one arg or two):
5466 Clarify messages by avoiding double negative.
5467
54681997-09-30 Karl Eichwalder <ke@suse.de>
5469
5470 * Makefile.in (install-arch-indep): Install the widget info file.
5471
54721997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5473
5474 * configure.in (with-pop, with-kerberos): Need to check Kerberos
5475 libraries in reverse order, so that libraries will appear in the
5476 correct dependency order on the link line (and so that the
5477 configure checks themselves will work properly when early
5478 libraries depend on later ones).
5479
54801997-09-21 Erik Naggum <erik@naggum.no>
5481
5482 * make-dist (making links to `src'): Keep timestamp on copied files.
5483
5484 * make-delta: New script to produce delta distributions.
5485
54861997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5487
5488 * Version 20.2 released.
5489
54901997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5491
5492 * Version 20.1 released.
5493
5494 * Makefile.in (install-leim): Depend on mkdir.
5495 (leim): Depend on src.
5496
54971997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5498
5499 * configure.in: Recognize alpha* instead of just alpha.
5500
55011997-09-12 Paul Eggert <eggert@twinsun.com>
5502
5503 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
5504
55051997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5506
5507 * update-subdirs: Use rm -f.
5508
55091997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5510
5511 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
5512 Ignore subdirs named Old.
5513
55141997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
5515
5516 * configure.in: Add OpenBSD clause to set $machine.
5517
55181997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5519
5520 * make-dist: Recompile everything after updating various Lisp files.
5521 Recompile in leim as well as lisp.
5522 Check in leim as well as lisp for mismatched files and too-long names.
5523
55241997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5525
5526 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
5527
55281997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5529
5530 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
5531 before trying to copy anything from it.
5532
55331997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5534
5535 * Makefile.in (man/Makefile): New target.
5536 (tags): Define env var EMACS and run Makefile from build dir.
5537
55381997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
5539
5540 * config.bat: If src/_gdbinit doesn't exist, try using
5541 src/.gdbinit to create it (for building on Windows 95).
5542
55431997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5544
5545 * Makefile.in (install-arch-indep):
5546 Discard extra data in tar | tar pipes.
5547
55481997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
5549
5550 * configure.in (x_default_search_path): Corrected
5551 '${x_library}' to '${x_library}/X11'.
5552
55531997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5554
5555 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
5556
55571997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5558
5559 * configure.in: Support auto-configuration of both Kerberos V4 and
5560 Kerberos V5 for movemail, including detection of V4 and V5 header
5561 files and libraries.
5562
55631997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
5564
5565 * configure.in: Compute x_default_search_path
5566 and substitute into makefiles.
5567
5568 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
5569
55701997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5571
5572 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
5573
55741997-08-07 Erik Naggum <erik@naggum.no>
5575
5576 * configure.in: Remove lockdir, it is no longer needed.
5577 * Makefile.in (mkdir): Don't create lockdir.
5578 (lockdir): Variable deleted.
5579 (paths-force): Don't operate on PATH_LOCK.
5580
55811997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5582
5583 * leim-Makefile.in (clean, distclean): New targets.
5584
5585 * make-dist: Include leim/ChangeLog in leim distribution.
5586
55871997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5588
5589 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
5590
55911997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5592
5593 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
5594
55951997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5596
5597 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
5598
55991997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5600
5601 * make-dist: Update leim/leim-list.el.
5602 Pass along value of $EMACS when updating lisp dir.
5603
56041997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5605
5606 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
5607 prerequisite to the use of Doug Lea's malloc.
5608
56091997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5610
5611 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
5612
5613 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
5614
56151997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5616
5617 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
5618
56191997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5620
5621 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
5622 to news-r6.h.
5623
56241997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5625
5626 * config.bat: Use `sed' instead of `cp', which might not be
5627 installed.
5628
56291997-07-09 Kenichi Handa <handa@etl.go.jp>
5630
5631 * Makefile.in (mostlyclean): Add cleaning leim directory.
5632 (clean, distclean, maintainer-clean): Likewise.
5633
56341997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5635
5636 * make-dist (bogosities): Check subdirs of `lisp' also.
5637
56381997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5639
5640 * make-dist (etc): Really avoid symlinks now.
5641 (lisp): Don't delete from subdirs the things we never copy.
5642
56431997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5644
5645 * Makefile.in (install-arch-indep): Correct the target name.
5646 The first letter `i' was dropped by the previous change of mine.
5647
56481997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5649
5650 * configure.in (leim/Makefile): Generate this.
5651 (*-sysv4.2uw*): Recognize new alternative.
5652
5653 * leim-Makefile.in: Renamed from leim-Makefile.
5654
5655 * make-dist: Set up real-leim subdirectory,
5656 with the real contents of leim; then move it to
5657 a separate top-level directory.
5658
5659 * make-dist: Don't mention site-lisp, site-init, site-start
5660 or default, when listing files hat are not compiled and should be.
5661
5662 * configure.in: Create src/config.stamp at the end.
5663
56641997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5665
5666 * Makefile.in (install-leim): Correct previous change.
5667
56681997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5669
5670 * Makefile.in (install-leim): New target.
5671 (install): Depend on install-leim.
5672
56731997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5674
5675 * Makefile.in (SUBDIR): Add leim.
5676 (SUBDIR_MAKEFILES): Add leim/Makefile.
5677 (leim/Makefile): New target.
5678
56791997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5680
5681 * leim-Makefile: New file.
5682 * make-dist: Initialize a `leim' subdirectory with that makefile.
5683
56841997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5685
5686 * configure.in (GNU_MALLOC_reason): Fix message text.
5687
56881997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5689
5690 * make-dist (lisp): Don't process subdirs that start with =.
5691 (etc): Copy symlinks, as in src.
5692
56931997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5694
5695 * configure.in (i*86-*-unixware*): New alternative.
5696
56971997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5698
5699 * Makefile.in (src/config.stamp): Target renamed from src/config.h
5700 and touch it explicitly.
5701
5702 * configure.in (mips-sony-newsos6*): New alternative.
5703 (mips-*-linux-gnu*): New alternative.
5704 (*-*-bsdi*): New alternative.
5705 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
5706
57071997-06-22 Dave Love <d.love@dl.ac.uk>
5708
5709 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
5710 (src/config.h): New target to re-configure if src/config.in is patched.
5711
57121997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5713
5714 * configure.in (shutdown): Check for `shutdown' function.
5715
57161997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5717
5718 * update-subdirs: Include the directory "language" in subdirs.
5719
57201997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5721
5722 * configure.in (m88k-dg-dgux4*): New alternative.
5723 (alpha-*-netbsd*): New alternative.
5724 (powerpcle-*-solaris2*): New alternative.
5725
57261997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5727
5728 * make-dist: Warn about .el files that are not compiled.
5729
57301997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5731
5732 * Makefile.in (dist): Don't run update-subdirs here,
5733 since make-dist now gets that done.
5734
5735 * make-dist: Use the new `updates' target in lisp/Makefile.
5736
5737 * make-dist: Use new non-file targets in lisp/Makefile.
5738
57391997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5740
5741 * make-dist: Handle all subdirs of `lisp' uniformly.
5742 Don't handle `term' and `language' specially.
5743 Clear out umask at the beginning.
5744
57451997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5746
5747 * make-dist: Use Make to update finder-inf.el and autoloads.
5748 Also update cus-load.el.
5749
57501997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5751
5752 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
5753 in case it is desirable to disable the GNU malloc features with glibc.
5754
57551997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5756
5757 * configure.in (DOUG_LEA_MALLOC):
5758 Define if malloc_{get,set}_state exist.
5759
57601997-03-05 Kenichi Handa <handa@etl.go.jp>
5761
5762 * make-dist: Make links for files under lisp/language.
5763
57641997-02-20 Kenichi Handa <handa@etl.go.jp>
5765
5766 * update-subdirs: Exclude the directory "language" from subdirs.
5767
57681997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5769
5770 * configure.in: Check for rint and cbrt.
5771
57721997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5773
5774 * make-dist: Use $EMACS to say where to run Emacs.
5775 Add --no-update option.
5776
57771996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5778
5779 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
5780
57811996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5782
5783 * make-dist (copying src): Check thoroughly for symlinks
5784 and copy them in all cases. Regularize the linking of *.in
5785 and *.opt and ChangeLog files.
5786 (copying lib-src): Likewise.
5787 Don't rm getdate.c or y.tab.*--they don't exist any more.
5788
57891996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5790
5791 * configure.in: Check for libmail, maillock.h and
5792 touchlock (for movemail).
5793
57941996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5795
5796 * configure.in (limits.h): Check for this file.
5797
57981996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5799
5800 * configure.in (rs6000-ibm-aix4.2): New alternative.
5801 (rs6000-ibm-aix4.0): New alternative.
5802 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
5803
58041996-11-22 Ben Harris <bjh21@cam.ac.uk>
5805
5806 * configure.in: Recognize vax-*-netbsd*.
5807
58081996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5809
5810 * configure.in (locallisppath): Add leim directory.
5811
58121996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5813
5814 * config.bat: Make sure `mv' supports forward slashes and -f.
5815
58161996-10-28 Christian Limpach <chris@nice.ch>
5817
5818 * configure.in (hppa*-next-nextstep*): * added after hppa
5819 to accept hppa1.0 and hppa1.1.
5820
58211996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
5822
5823 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
5824 * configure.in (ld_switch_machine): Fix typo.
5825
58261996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5827
5828 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
5829 from config.h and use them in $ac_link.
5830
58311996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
5832
5833 * configure.in: Create a subdir named `lisp'.
5834
58351996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5836
5837 * configure.in: Check for getcwd.
5838
58391996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5840
5841 * configure.in: Check for termios.h. Check for setpgid.
5842
58431996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5844
5845 * configure.in: Check for setrlimit.
5846
58471996-08-31 Paul Eggert <eggert@twinsun.com>
5848
5849 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
5850
58511996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5852
5853 * configure.in: Check for utimes.
5854
5855 * configure.in: Check for com_err library, but only
5856 if --with-kerberos was used. Check for krb and des
5857 only if --with-kerberos.
5858
58591996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5860
5861 * Makefile.in (INSTALL_STRIP): New variable.
5862 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
5863 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
5864
58651996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5866
5867 * configure.in: Check for krb and des libraries.
5868
58691996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5870
5871 * configure.in (*-sunos4.1.[3-9]*noshare):
5872 Use sunos413, not sunos4-1-3.
5873 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
5874 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
5875
58761996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5877
5878 * Makefile.in (src/paths.h): Target deleted.
5879 (paths-force): Delete all dependencies on this target
5880 but don't delete the target.
5881 (install): Depend on `all'.
5882 (paths-force): Don't print a message.
5883
5884 * configure.in: Generate src/paths.h here.
5885
58861996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5887
5888 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5889 New variables that affect linking only.
5890 (alpha-dec-osf*): Use those instead of previous change.
5891
58921996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5893
5894 * Makefile.in (install-arch-indep): Install info/messages.
5895
58961996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5897
5898 * Version 19.33 released.
5899
59001996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5901
5902 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5903 Fix previous change.
5904
59051996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5906
5907 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5908 New alternative.
5909
59101996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5911
5912 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5913 and NON_GCC_TEST_OPTIONS.
5914
59151996-08-06 Paul Eggert <eggert@twinsun.com>
5916
5917 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5918 "TZ=..." in environ.
5919
59201996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5921
5922 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5923
59241996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5925
5926 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5927 the more general *-sunos4.1.[3-9]* clause.
5928
59291996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5930
5931 * Version 19.32 released.
5932
5933 * configure.in (*-sco3.2v5*):
5934 Set OVERRIDE_CPPFLAG to a string of one space.
5935 Fix the code that uses OVERRIDE_CPPFLAG.
5936
59371996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5938
5939 * configure.in: Undo previous change.
5940
59411996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5942
5943 * config.sub: Use `pc', not `unknown', when canonicalizing
5944 the vendor for ...86.
5945
59461996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5947
5948 * configure.in: Check for termios.h header.
5949
59501996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5951
5952 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5953
59541996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5955
5956 * configure.in: Split bsdos2 and bsdos2-1.
5957
59581996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5959
5960 * config.sub: If last two words are not a recognized
5961 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5962 Make conversion of gnu/linux to linux-gnu really work.
5963
5964 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5965
59661996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5967
5968 * configure.in (check for using Lucid widgets by default):
5969 Eliminate indentation that confuses some compilers.
5970
59711996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5972
5973 * config.sub: Convert linux and gnu/linux to linux-gnu.
5974
5975 * make-dist: Don't update getdate.c.
5976 Ignore =... files when checking for too-long Lisp file names.
5977
59781996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5979
5980 * configure.in (euidaccess): Check for that, not for eaccess.
5981
59821996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5983
5984 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5985 before `noshare'.
5986 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5987
59881996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5989
5990 * configure.in: Rename lignux to linux-gnu in configuration names.
5991 Use gnu-linux as the opsys value (s/ file name).
5992 Allow i686 just like i386, i486, i586.
5993
59941996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5995
5996 * configure.in (i*86-*-sco3.2v5): New alternative.
5997 (OVERRIDE_CPPFLAG): New variable.
5998 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5999
6000 * configure.in: Specify vpath for .texi files.
6001
60021996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6003
6004 * configure.in: Always check for HAVE_X11R5.
6005 Separately decide whether to use a toolkit by default.
6006
60071996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
6008
6009 * configure.in: If X11R5 is missing the Xaw headers,
6010 default to --with-x-toolkit=no.
6011
60121996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6013
6014 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
6015
60161996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6017
6018 * Makefile.in (install-arch-indep): If cd etc makes output,
6019 don't treat that as part of the tar data.
6020 Check that ./lisp actually exists.
6021
60221996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
6023
6024 * make-dist: Check for long file names.
6025
60261996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6027
6028 * Version 19.31 released.
6029
60301996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6031
6032 * configure.in: Recognize sparc-*-lignux.
6033
60341996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6035
6036 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
6037 Don't include config.w95.
6038
60391996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6040
6041 * make-dist: Replace --no-clean-up and --no-tar options
6042 with --clean-up and --tar, so that the default is useful.
6043
60441996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6045
6046 * config.bat: Make sure the GDB init file is called src/_gdbinit;
6047 if not, tell the user to rename it and abort.
6048
60491996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
6052 test program.
6053
60541996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6055
6056 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
6057
6058 * make-dist (MANIFEST): Fix previous change.
6059 (msdos): Put mainmake.v2 into the dist.
6060
60611996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6062
6063 * make-dist: Exit if autoconf fails.
6064
60651996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
6066
6067 * config.bat: Set djgpp-ver, and unset it at the end.
6068 Add a number of conditionals for DJGPP version 2.
6069 Rename label libsrc2 to libsrc3.
6070 Substitute for LDFLAGS in src/Makefile.
6071 Substitute for ALL_CFLAGS in lib-src/Makefile.
6072
60731996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6074
6075 * configure.in (ncurses): Check this after checking fns like strerror.
6076
60771996-04-08 Erik Naggum <erik@naggum.no>
6078
6079 * make-dist (MANIFEST): Don't include lines from =files.
6080
60811996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6082
6083 * make-dist: Don't put lisp/dired.todo in the dist.
6084
60851996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
6086
6087 * configure.in (HAVE_NCURSES): Look for library named ncurses.
6088
6089 * configure.in (setlocale): Check for it.
6090
6091 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
6092
60931996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6094
6095 * configure.in: Use lignux instead of linux as value of opsys.
6096
60971996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6098
6099 * Makefile.in (install-strip): Fix whitespace.
6100 Get rid of continuation.
6101
6102 * config.sub: Convert linux or gnu/linux to lignux.
6103
61041996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6105
6106 * configure.in: Accept lignux in configuration name.
6107
61081996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6109
6110 * Makefile.in (install-strip): New target.
6111
61121996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6113
6114 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
6115 -f failed to do the job on Suns.
6116
61171996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6118
6119 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
6120
6121 * configure.in (linux/version.h): Check for this header.
6122
61231996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6124
6125 * configure.in: Remove -fno-builtin hackery from -lm check.
6126
61271996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6128
6129 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
6130 just this test.
6131
6132 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
6133
61341996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6135
6136 * configure.in: Check for ncurses.
6137
61381996-02-28 Paul Eggert <eggert@twinsun.com>
6139
6140 * configure.in (LOCALTIME_CACHE):
6141 Also define if localtime mishandles unsetting TZ.
6142 This works around a localtime bug in mips-dec-ultrix.
6143
61441996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6145
6146 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
6147
6148 * configure.in: Improve messages about X versions.
6149
61501996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6151
6152 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
6153
61541996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6155
6156 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
6157 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
6158
6159 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
6160 (install): Put install-arch-indep before install-arch-dep.
6161
61621996-02-20 Dave Love <d.love@dl.ac.uk>
6163
6164 * INSTALL: Clarify info about MS-DOS path handling.
6165
61661996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6167
6168 * Makefile.in (install-arch-indep): Install info/ccmode*.
6169 In previous change, protect against /bin/pwd returning null string.
6170
61711996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6172
6173 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
6174 to lispdir.
6175
61761996-02-01 Paul Eggert <eggert@twinsun.com>
6177
6178 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
6179
61801996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6181
6182 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
6183
61841996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6185
6186 * Makefile.in (extraclean): Use ${top_distclean} to ensure
6187 we delete everything distclean deletes.
6188
61891996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
6190
6191 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
6192
61931996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6194
6195 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
6196 into LDFLAGS instead of into LIBS.
6197
61981996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6199
6200 * configure.in (HAVE_XMU): Fix typo in previous change.
6201
62021996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6203
6204 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
6205
62061996-01-10 Erik Naggum <erik@naggum.no>
6207
6208 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
6209
62101996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
6211
6212 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
6213
62141996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6215
6216 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
6217 and use -lXt to link it.
6218
62191996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6220
6221 * configure.in (locallisppath): Put version-specific dir first.
6222
62231996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6224
6225 * configure.in (hppa-*-nextstep*): New alternative.
6226 (USE_X_TOOLKIT): By default, set this to "maybe";
6227 and change that later to LUCID or "no" according to X11 version.
6228
6229 * make-dist: Recompile outdated .elc files and update all autoloads.
6230
62311996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6232
6233 * configure.in (locallisppath): Fix typo in last change: " -> '.
6234
62351996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6236
6237 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
6238
62391995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6240
6241 * Makefile.in (install-arch-indep): Give all files read permission.
6242
62431995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6244
6245 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
6246 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
6247
62481995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6249
6250 * configure.in: Determine HAVE_X11R6.
6251 (HAVE_MENUS): Renamed from HAVE_X_MENU.
6252
62531995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6254
6255 * configure.in: Just "solaris" now defaults to version 2.4.
6256 Add sunos4.1.n-noshare as alternative.
6257
62581995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6259
6260 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
6261
62621995-11-29 Erik Naggum <erik@naggum.no>
6263
6264 * Makefile.in (install-arch-indep): Add missing backslash.
6265
62661995-11-29 Karl Eichwalder <ke@ke.Central.DE>
6267
6268 * Makefile.in (install-arch-indep): Don't install
6269 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
6270
62711995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6272
6273 * Makefile.in (install-arch-indep): Fix previous change.
6274
6275 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
6276
62771995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6278
6279 * Version 19.30 released.
6280
6281 * make-dist (lisp): Exclude subdirs.el.
6282
62831995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6284
6285 * make-dist (etc): Delete *.orig and *.rej.
6286
62871995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6288
6289 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
6290
62911995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6292
6293 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
6294
62951995-11-14 Geoff Voelker <voelker@cs.washington.edu>
6296
6297 * make-dist (nt): Rename install, readme, and todo to
6298 INSTALL, README, and TODO.
6299
63001995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6301
6302 * make-dist (lisp): Don't distribute site-start.
6303
63041995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
6305
6306 * make-dist: Break the hard link on alloca.c.
6307
63081995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6309
6310 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
6311
63121995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6313
6314 * make-dist (src, lib-src): Don't distribute Makefile.c.
6315 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
6316
63171995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6318
6319 * Makefile.in (mkdir): Create man1dir, not mandir.
6320 (uninstall): Use man1dir, not mandir.
6321
63221995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6323
6324 * Makefile.in (man1dir): New variable.
6325 (install-arch-indep): Use man1dir.
6326
6327 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
6328
6329 * make-dist: Create lisp/MANIFEST.
6330
63311995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6332
6333 * configure.in (m68k-*-linux*): New alternative.
6334
63351995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6336
6337 * make-dist: Use new names config.in, paths.in, and
6338 {src,lib-src}/Makefile.in.
6339
63401995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6341
6342 * configure.in: Don't bother checking for drem.
6343
63441995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6345
6346 * Makefile.in (distclean): Delete line with just a tab in it.
6347 (install-arch-indep): Delete spaces that precede tabs.
6348 Delete spurious `fi' left from previous change.
6349 (install): Supply `true' as command, to avoid null command.
6350
63511995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6352
6353 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
6354
63551995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6356
6357 * configure.in (powerpc-*-solaris2): New alternative.x
6358
63591995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
6360
6361 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
6362 of paths.h.tmp$$, to avoid going beyond 14 characters.
6363
63641995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6365
6366 * configure.in: Improve error msg for invalid --with-x-toolkit value.
6367
63681995-09-06 Paul Eggert <eggert@twinsun.com>
6369
6370 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
6371 if localtime caches TZ. Check for tzset.
6372
63731995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6374
6375 * config.bat: Simplify using new names file names src/makefile.in,
6376 config.in, paths.in. Change Echo commands not to use `.
6377
63781995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6379
6380 * Makefile.in (install-arch-indep): Always install the new dir file;
6381 rename the previous dir file to dir.bak or dir.old.
6382
63831995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6384
6385 * configure.in (RANLIB): Substitute this into makefiles.
6386 Set it specially on solaris; set it by default on other systems.
6387
6388 * configure.in: Fix previous Alpha change.
6389
63901995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6391
6392 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
6393 NON_GCC_TEST_OPTIONS.
6394
63951995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6396
6397 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
6398 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
6399
6400 * configure.in (alpha-*-linux*): New configuration.
6401
64021995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6403
6404 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
6405 (m68k-next-nextstep*): New alias for that.
6406 (i*86-*-nextstep*): Use nextstep.h.
6407 (sparc-*-nextstep*): New configuration.
6408
64091995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6410
6411 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
6412 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
6413
64141995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6415
6416 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
6417 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
6418
64191995-07-18 Mike Long <mike.long@analog.com>
6420
6421 * make-dist: Fix update of finder-inf.el, and byte-compile it.
6422
64231995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6424
6425 * Makefile.in (src/paths.h, paths-force):
6426 Rename src/paths.h.in to src/paths.in.
6427 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
6428
6429 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
6430 Use Makefile.c for intermediate file.
6431 Rename src/config.h.in to src/config.in.
6432
64331995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
6434
6435 * configure.in (mips-dec-ultrix*): Assume version 4.3.
6436 (mips-dec-ultrix4.[12]): New alternative for old versions.
6437
64381995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6439
6440 * make-dist: Don't break intra-tree links.
6441
64421995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6443
6444 * configure.in: Put back archlibdir initialization. Require
6445 autoconf 2.4.1 or later.
6446
64471995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6448
6449 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
6450 (mips-mips-riscos5*): New alternative.
6451
64521995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6453
6454 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
6455
64561995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6457
6458 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
6459 (mandir, infodir, archlibdir): Initializations deleted.
6460
6461 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
6462 On hpux9shr, use hpux9shxr4.h.
6463
64641995-06-24 Morten Welinder <terra+@cs.cmu.edu>
6465
6466 * configure.in: Added target mips-dec-mach_bsd4.3.
6467 * config.guess: Guess mips-dec-mach_bsd4.3.
6468
64691995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6470
6471 * Makefile.in (mkdir): Use symbolic chmod.
6472
64731995-06-22 Paul Eggert <eggert@twinsun.com>
6474
6475 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
6476 SunOS 4.1.5 through 4.1.9, should they ever exist.)
6477
64781995-06-22 Paul Eggert <eggert@twinsun.com>
6479
6480 * Makefile.in (SUBDIR_MAKEFILES):
6481 Add man/Makefile, so `make distclean' removes it.
6482 (top_distclean): Add config.log to the list of files to be removed.
6483
64841995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6485
6486 * Version 19.29 released.
6487
64881995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6489
6490 * configure.in: Fix the previous change to verify that the -b
6491 option really solves the problem.
6492
6493 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
6494
64951995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6496
6497 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
6498
64991995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6500
6501 * configure.in: Report more clearly when there is no special
6502 dir to search for X includes or libraries.
6503
65041995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6505
6506 * configure.in: Check for -lpthreads, not -lpthread.
6507
65081995-06-09 Geoff Voelker <voelker@cs.washington.edu>
6509
6510 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
6511
65121995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6513
6514 * configure.in: Check for -lpthread.
6515
65161995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6517
6518 * Makefile.in (install-arch-indep): Install info files for mh-e.
6519 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
6520
65211995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6522
6523 * configure.in (*-solaris2.5): New configuration.
6524
6525 * make-dist: Copy new files config.nt and config.w95.
6526
65271995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6528
6529 * configure.in: Use x_includes, not x_libraries, for -I.
6530 Make bitmapdir a colon-separated list.
6531
65321995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
6533
6534 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
6535
6536 * configure.in: Allow x_libraries and x_includes to be paths.
6537
65381995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6539
6540 * configure.in: Fix typo.
6541
65421995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6543
6544 * INSTALL: Clarify use of site-init.el.
6545
65461995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
6547
6548 * configure.in: Pass arg to sqrt.
6549
65501995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6551
6552 * make-dist: Fix May 6 change.
6553
65541995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6555
6556 * vpath.sed: Delete reference to ymakefile.
6557
65581995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6559
6560 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
6561
65621995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6563
6564 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
6565
6566 * update-subdirs: Specify /bin/sh to run the script.
6567
65681995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6569
6570 * make-dist: Put src/makefile.nt in dist.
6571
6572 * configure.in (i[345]86-*-bsdi2*): New configuration.
6573 (vax-dec-bsd386*): Deleted.
6574
65751995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6576
6577 * configure.in: Make sure CDPATH doesn't mess up PWD check.
6578 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
6579 Use fmod instead of logb in -lm check.
6580
65811995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6582
6583 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
6584 Use bsd4-3. Don't set NON_GNU_CPP.
6585
6586 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
6587 In nt, copy various different things, but not *.cmd.
6588 Fix the ln commands for the subdirs of nt.
6589
65901995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6591
6592 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
6593
65941995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6595
6596 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
6597 since that's what the header file expects.
6598
65991995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
6600
6601 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
6602 and 68040 based machines when choosing options for gnucc.
6603
66041995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6605
6606 * Makefile.in (top_distclean): Delete config.cache.
6607
66081995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6609
6610 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
6611
6612 * configure.in: Use m/ncr386.h.
6613
66141995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6615
6616 * Makefile.in (install-arch-indep): Undo Sep 23 change.
6617
66181995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6619
6620 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
6621 (man): Don't copy texindex.c and getopt.c; they're deleted.
6622 (etc): Omit `e'; it's a subdirectory.
6623 (etc/e): Use `../..', not `..', to reference top level.
6624
66251995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
6626
6627 * Makefile.in (install-arch-indep, dist):
6628 Look for `update-subdir' in $(srcdir).
6629
66301995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6631
6632 * make-dist: Include mkinstalldirs in distribution.
6633
66341995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6635
6636 * make-dist: Add missing close backquote.
6637
66381995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6639
6640 * make-dist: Don't distribute shortnames directory.
6641
66421995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6643
6644 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
6645
66461995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6647
6648 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
6649
66501995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6651
6652 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
6653
66541995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6655
6656 * configure.in (mips-sgi-irix6): New configuration.
6657
66581995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6659
6660 * Makefile.in (maintainer-clean): Renamed from realclean.
6661
66621995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6663
6664 * configure.in: Create a .gdbinit that sources the real one,
6665 if using a different build directory.
6666
66671995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6668
6669 * configure.in: Check for sys/select.h.
6670
66711995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6672
6673 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
6674
66751994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6676
6677 * configure.in: Handle isc 4.1 operating system.
6678
66791994-12-10 Richard Stallman <rms@kepa>
6680
6681 * configure.in (rs6000-ibm-aix4.1*): New alternative.
6682 (rs6000-ibm-aix4*): New alternative.
6683
66841994-12-06 Richard Stallman <rms@kepa>
6685
6686 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
6687
66881994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6689
6690 * configure.in: Don't try to make directories that are guaranteed
6691 to already exist.
6692
66931994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6694
6695 * configure.in: Generate man/Makefile from man/Makefile.in.
6696 Create the man subdir.
6697
6698 * Makefile.in (dvi): Run Make in our man subdir.
6699
6700 * make-dist: Create subdir etc/e.
6701 Make links to it.
6702 Put man/Makefile.in in dist, instead of man/Makefile.
6703
67041994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
6705
6706 * configure.in: Add --with-pop, --with-kerberos, and
6707 --with-hesiod for movemail.
6708
67091994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6710
6711 * configure.in (m68*-apollo*): Use s/domain.h.
6712
67131994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6714
6715 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
6716
67171994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6718
6719 * configure.in: Don't add -I, -L, -R options for cc if their
6720 arguments would be empty.
6721
67221994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6723
6724 * configure.in (i860-intel-osf1*): New alternative.
6725 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
6726 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
6727
67281994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6729
6730 * configure.in: Make h_errno check not use nested functions.
6731
67321994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6733
6734 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
6735
67361994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6737
6738 * Makefile.in (install-arch-indep): Avoid continued comment
6739 swallowing target line.
6740
67411994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
6742
6743 * configure.in: Protect a character class with `changequote'.
6744
67451994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6746
6747 * configure.in: Accept `news' as a synonym for `newsos'.
6748
67491994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6750
6751 * Makefile.in: Don't rm files if cd fails.
6752
67531994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6754
6755 * make-dist: Put nt subdir and its subdirs in the dist.
6756 (lib-src): Put makefile.nt in the dist.
6757 (lisp): Put makefile.nt in the dist.
6758
67591994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6760
6761 * configure.in: Change a stray `[' to `test'.
6762
67631994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6764
6765 * configure.in: Adapt for Autoconf v2. Use the standard argument
6766 parser, host type canonicalizer, X11 finder, and message
6767 printing macros. Use the new macro names. Use `test' instead of `['.
6768
67691994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6770
6771 * configure.in: Check for getpagesize.
6772
67731994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6774
6775 * make-dist (msdos): Put sed* in the distribution.
6776
67771994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
6778
6779 * config.bat: New option, `--with-x', for configuring Emacs
6780 for use with the X11 system DesqView/X.
6781 New option, `--no-debug', for compiling Emacs without debug
6782 information thus saving disk space.
6783 (src/config.h, src/paths.h): Use `update' (which is like
6784 `move-if-changed') to change the file.
6785 (src/config.h): When configuring for X11 perform extra changes.
6786 (src/makefile): When configuring for X11 perform extra changes.
6787 (lib-src): Remove temporary files.
6788 (): Check that `sed', `rm', `mv', and `gcc' are available.
6789
67901994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6791
6792 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
6793
6794 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
6795
67961994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6797
6798 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
6799
6800 * configure.in (canonical): Substitute var into makefiles.
6801 (bitmapdir): Likewise.
6802
6803 * Makefile.in (bitmapdir): New variable.
6804 (src/paths.h, paths-force): Edit PATH_BITMAPS.
6805
68061994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6807
6808 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
6809
6810 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
6811 * update-subdirs: New shell script.
6812
68131994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6814
6815 * Makefile.in (top_distclean): Don't rm build-install.
6816 (SOURCES): Delete build-install.in.
6817
6818 * make-dist: Don't distribute build-ins.in.
6819 * build-ins.in: File deleted.
6820
68211994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6822
6823 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
6824
68251994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6826
6827 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
6828
6829 * configure.in (libexecdir): Renamed from libdir. New default.
6830 (sharedstatedir): Renamed from statedir. New default.
6831 (datadir): New default.
6832
6833 * make-dist: Don't distribute subdirs.el.
6834
68351994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6836
6837 * configure.in (eaccess): Check for it.
6838
68391994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6840
6841 * configure.in (mktime): Check for it.
6842
68431994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
6844
6845 * configure.in (motif): Add support for usage and option checking.
6846
68471994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6848
6849 * configure.in (utimes): Check for it.
6850
68511994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6852
6853 * Makefile.in (install-arch-indep): Don't do mkdir here.
6854
68551994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6856
6857 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6858 riscix.h renamed to acorn.h.
6859
68601994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
6861
6862 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6863 New configurations.
6864
68651994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6866
6867 * configure.in: Remove trailing slashes from srcdir.
6868
68691994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6870
6871 * configure.in (i[345]86-sequent-ptx*): Handle
6872
68731994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6874
6875 * Makefile.in (paths-force): Depend on src/paths.h
6876
68771994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6878
6879 * configure.in (config_options): Save all arguments, not just some.
6880
68811994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6882
6883 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
6884
6885 * configure.in: Add AC_AIX.
6886 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6887
68881994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6889
6890 * configure.in (parsing options): Simplify sed command to delete -'s.
6891
68921994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6893
6894 * configure.in (config_options): New shell variable.
6895 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6896
68971994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6898
6899 * configure.in (alpha-dec-osf*): New target.
6900
6901 * Makefile.in: Use just one FRC target.
6902
69031994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6904
6905 * Makefile.in (removenullpaths, paths-force):
6906 Use name paths.h.tmp$$, which depends on the pid.
6907
69081994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6909
6910 * Makefile.in (removenullpaths, paths-force):
6911 Put paths.h.tmp in top-level dir, not in src.
6912
69131994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6914
6915 * Version 19.27 released.
6916
69171994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6918
6919 * Version 19.26 released.
6920
69211994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6922
6923 * configure.in: Check for lrand48, not rand48.
6924
69251994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6926
6927 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6928 (powerpc-ibm-aix*): New aliases.
6929
69301994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6931
6932 * make-dist (src/m, src/s): Put *.inp in distribution.
6933
69341994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6935
6936 * configure.in: Accept i586 and i486 along with i386.
6937
69381994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6939
6940 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6941 even if CPP env var was set by the user.
6942
6943 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6944
69451994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6946
6947 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6948
69491994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6950
6951 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6952
69531994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6954
6955 * configure.in: Check more specifically for i*86-sun-sunos.
6956
69571994-08-03 Caveh Jalali (caveh@eng.sun.com)
6958
6959 * configure.in: Handle solaris 2.4.
6960
69611994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6962
6963 * configure.in (rand48): Check for it.
6964
69651994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6966
6967 * make-dist: Update the info files.
6968
69691994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6970
6971 * configure.in: Make "checking..." messages' style consistent.
6972 (HAVE_H_ERRNO): New test.
6973
69741994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6975
6976 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6977
69781994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6979
6980 * configure.in (CFLAGS): If the envvar was specified, use that.
6981 And set REAL_CFLAGS from it too.
6982
69831994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6984
6985 * make-dist: Update finder-inf.el.
6986
69871994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6988
6989 * make-dist (msdos): Include sed4.inp in dist.
6990
6991 * Makefile.in (libsrc_libs): Var deleted.
6992
69931994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6994
6995 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6996
69971994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6998
6999 * configure.in (mips-sony-newsos4*): New alias.
7000
70011994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7002
7003 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
7004 (*-convex-convexos*): Accept this as alias.
7005
70061994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7007
7008 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
7009 for two different uses.
7010
70111994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7012
7013 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
7014
70151994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7016
7017 * make-dist: Put ./BUGS into the distrib.
7018
70191994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7020
7021 * configure.in: Handle 386 running Solaris 2.
7022
70231994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7024
7025 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
7026
70271994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7028
7029 * configure.in (mips-sony-newsos*): Use news-risc.h.
7030
7031 * configure.in: Accept bsdi as opsys, like bsd386.
7032
70331994-06-01 Morten Welinder (terra@diku.dk)
7034
7035 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
7036
70371994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7038
7039 * Version 19.25 released.
7040
7041 * make-dist (shortversion): Don't assume another period follows.
7042
70431994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7044
7045 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
7046 (uninstall): Use /bin/pwd.
7047
7048 * Makefile.in (blessmail): Depend on src.
7049 (all): Don't depend on blessmail.
7050
7051 * Makefile.in (src/paths.h): Don't force recomputation.
7052 (paths-force): New target; force recomputation of paths.h.
7053 (all): Depend on paths-force.
7054 (src, lib-src): Depend on src/paths.h.
7055
7056 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
7057 NON_GCC_TEST_OPTIONS.
7058
70591994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7060
7061 * configure.in: Don't insist on subversions for irix.
7062
70631994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7064
7065 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
7066
7067 * configure.in (i[34]86-next-*): New alternative.
7068
70691994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7070
7071 * Version 19.24 released.
7072
7073 * configure.in: New config hppa*-hp-hpux9shr*.
7074
70751994-05-22 Morten Welinder (terra@tyr.diku.dk)
7076
7077 * config.bat: Doc fix.
7078
70791994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7080
7081 * Makefile.in (mostlyclean, clean, distclean, realclean)
7082 (extraclean): Don't act on man subdir if it doesn't exist.
7083
70841994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7085
7086 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
7087 Use them to set up CC.
7088 (*-sun-sunos4.1.3): Set them.
7089
70901994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7091
7092 * Makefile.in (lib-src): Don't depend on src/paths.h.
7093
70941994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7095
7096 * build-ins.in (copydests): Get rid of spurious `-'s.
7097
7098 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
7099
71001994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7101
7102 * Version 19.23 released.
7103
7104 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
7105 for the Xlib and Xt checks; then restore old CFLAGS.
7106
71071994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7108
7109 * configure.in (HAVE_X11XTR6): Add newline before #if.
7110 Add newline after #endif.
7111
71121994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7113
7114 * configure.in (HAVE_X11XTR6): Arrange to define it.
7115
71161994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7117
7118 * Makefile.in (install): Depend on blessmail.
7119
71201994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7121
7122 * configure.in (mips-siemens-sysv*): Put quotes around value
7123 containing blanks.
7124
71251994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7126
7127 * Makefile.in (TAGS): Use the makefile in src subdir.
7128
71291994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7130
7131 * configure.in (opsys): Recognize `gnu'.
7132
71331994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7134
7135 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
7136
71371994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7138
7139 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
7140 version > 1.8.
7141
71421994-05-08 Morten Welinder (terra@diku.dk)
7143
7144 * config.bat: Forcibly remove "# " style comments from makefiles.
7145
71461994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7147
7148 * Makefile.in (uninstall): When processing lispdir and etcdir,
7149 do nothing unless it exists and is a directory.
7150
71511994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7152
7153 * Makefile.in (install-arch-indep): Do install info/dired-x*.
7154 Merge code in from install-doc.
7155 (install-doc): Merge code back into install-arch-indep.
7156 (install-arch-dep): Don't depend on install-doc.
7157
7158 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
7159
71601994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7161
7162 * configure.in (making src/Makefile and lib-src/Makefile):
7163 Split off the autoconf substitutions and don't pass them thru cpp.
7164 (undefs): Use $canonical as well as $configuration.
7165
7166 * make-dist: Distribute lisp/Makefile.
7167
7168 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
7169 Use lower case names for the s files.
7170
71711994-05-03 Morten Welinder (terra@diku.dk)
7172
7173 * config.bat: Added possibility for different file name
7174 transcriptions in lib-src.
7175
71761994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7177
7178 * Makefile.in (lib-src): Undo previous change.
7179 (blessmail): New target to run maybe-blessmail in lib-src.
7180 (all): Depend on blessmail.
7181
7182 * Makefile.in (lib-src): Depend on src.
7183
71841994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
7185
7186 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
7187 (m88k-dg-dgux5.4R2): dgux5.4R2.
7188
71891994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7190
7191 * configure.in (window_system): Restore accidentally deleted code
7192 that uses AC_FIND_X.
7193
7194 * make-dist: Distribute config.bat.
7195
71961994-04-29 Morten Welinder (terra@diku.dk)
7197
7198 * config.bat: Corrected the configuration of lib-src
7199 to keep up with configure. Add note about dos version 3
7200 or better needed (djgpp needs that). Add note explaining
7201 that either install in c:/emacs or edit the script.
7202 Don't change to c:/emacs, but assume we're there (to minimize
7203 the number of places to change).
7204
7205 * config.bat: Build-in the first step towards X11 support with
7206 the X11 emulator that exists. At this time it won't work,
7207 and several files are missing.
7208
72091994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7210
7211 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
7212 Don't look for -lresolv.
7213
7214 * Makefile.in (lib-src): Depend on src/paths.h.
7215
72161994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7217
7218 * configure.in: Restore deleted AC_SUBST of `configuration'.
7219 Improve error message for bad --with-x-toolkit value.
7220
7221 * configure.in: Define CONFIGURATION in src/config.h
7222 rather than substituting in src/Makefile.in.
7223
72241994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7225
7226 * Makefile.in (install-doc): New target.
7227 (install-arch-dep): Depend on install-doc.
7228 (mkdir): Create docdir.
7229
72301994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7231
7232 * configure.in: Test for libresolv.a.
7233 Substitute machfile and opsysfile.
7234
72351994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7236
7237 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
7238 (install-arch-dep): Install under the name $(EMACS).
7239
72401994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7241
7242 * configure.in (version): Use entire value of emacs-version.
7243 (mips-siemens-sysv*): New alternative.
7244
72451994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7246
7247 * Makefile.in (install-arch-indep): Don't install dired-x*.
7248
72491994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7250
7251 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
7252 Fix definition of $undefs.
7253
72541994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7255
7256 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
7257
7258 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
7259
72601994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7261
7262 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
7263
72641994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7265
7266 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
7267 and run it thru cpp, as with src/Makefile.in.
7268
7269 * configure.in: Use AC_SET_MAKE.
7270
72711994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7272
7273 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
7274
72751994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7276
7277 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
7278
7279 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
7280 (printing the choices): Make the toolkit message unconditional.
7281 (USE_X_TOOLKIT): Use `none', not `no', if none.
7282 (include libsrc_libs): Include config.h, and specify -I for srcdir.
7283 Get rid of temp file foofoo1.
7284
72851994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7286
7287 * configure.in (CFLAGS): Use shell syntax, not Makefile.
7288
72891994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7290
7291 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
7292 (printing the choices): State choice of toolkit.
7293 (libsrc_libs): Recalculate after writing config.h;
7294 then update lib-src/Makefile.
7295
72961994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7297
7298 * configure.in: Add sunos4shr as alternative for suns.
7299 Conditionals testing for null $CC were backwards.
7300
73011994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7302
7303 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
7304
73051994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7306
7307 * configure.in: Handle -isc4.0*.
7308
73091994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7310
7311 * configure.in (esix5): Set NON_GNU_CPP.
7312
73131994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
7314
7315 * Makefile.in (thisdir): Nonsensical variable removed.
7316 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
7317 back to $thisdir, rather than the directory `this_dir'.
7318
73191994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7320
7321 * Makefile.in (install-arch-indep): Add missing backslash after a
7322 `then'.
7323
73241994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7325
7326 * Makefile.in (thisdir): New variable.
7327 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
7328
73291994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7330
7331 * configure.in: Add freebsd.
7332
73331994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7334
7335 * configure.in: Check for fpathconf.
7336
73371994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7338
7339 * configure.in (with_x_toolkit): Fix typo in previous change.
7340
73411994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7342
7343 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
7344
73451994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7346
7347 * configure.in (with_x_toolkit): Don't allow motif or open-look.
7348
73491994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7350
7351 * configure.in: Fix value of docdir.
7352 * Makefile.in (install-arch-indep): Install DOC* in docdir.
7353
73541994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7355
7356 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
7357
73581994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
7359
7360 * configure.in: New variable docdir to control where the docstring
7361 file goes.
7362 Makefile.in: Use it to initialize PATH_DOC in paths.h.
7363
73641994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7365
7366 * configure.in: When --run-in-place, don't inherit archlibdir.
7367
73681994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7369
7370 * Makefile.in (install-arch-dep, install-arch-indep):
7371 New targets split up former do-install rule.
7372 (do-install): Target deleted.
7373
73741994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7375
7376 * configure.in (mips-sony-newsos*): New configuration.
7377
73781994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
7379
7380 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
7381
73821994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7383
7384 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
7385
73861994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7387
7388 * configure.in: Don't initialize CC.
7389
73901994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7391
7392 * configure.in (creating src/Makefile): Also generate -U switches
7393 for symbols in the $configuration value.
7394
7395 * configure.in: Check for sys_siglist being declared in system header.
7396
73971994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7398
7399 * configure.in (creating src/Makefile): Delete blank lines
7400 along with lines of whitespace.
7401 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
7402
74031994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7404
7405 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
7406 like C_SWITCH_SYSTEM.
7407 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
7408
74091994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7410
7411 * configure.in (drem): Check for this function.
7412
74131994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7414
7415 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
7416 If CPP was inherited from environment, don't use NON_GNU_CPP.
7417 (NON_GNU_CC): Likewise.
7418 (handling with_gcc): Use explicit if in the `no' case.
7419 (cc_specified): New variable; if set, don't use NON_GNU_CC.
7420
74211994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7422
7423 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
7424
74251994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7426
7427 * configure.in: Check whether fmod exists.
7428
74291994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7430
7431 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
7432 {src,lisp}/OChangeLog.
7433
74341994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7435
7436 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
7437 necessary for proper operation. This code works with the current
7438 released version of Autoconf.
7439
74401994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7441
7442 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
7443 (USE_X_TOOLKIT): Define it for all values except `no'.
7444
7445 * configure.in: Undo first Jan 8 change and Jan 16 change.
7446
74471994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7448
7449 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
7450 Substitute USE_X_TOOLKIT as both C macro and Make variable.
7451
7452 * Makefile.in (lwlib/Makefile): New target.
7453 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
7454 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
7455 (unlock, relock): Handle lwlib subdir.
7456
7457 * Makefile.in: Add some .PHONY targets.
7458
7459 * make-dist: Handle lwlib subdir like oldXMenu subdir.
7460
7461 * lwlib: New subdirectory.
7462
74631994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7464
7465 * configure.in: If CPP has a value that is a directory,
7466 discard the value.
7467
74681994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7469
7470 * configure.in (srcdir_undefs): Add g flag to sed substitution to
7471 remove -U[0-9]*.
7472
74731994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7474
7475 * Makefile.in (do-install): Install the dired-x info files.
7476
7477 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
7478 (See src/s/sol2.h.)
7479
74801994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7481
7482 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
7483
74841994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7485
7486 * configure.in (creating src/Makefile): Put code inside 2nd arg to
7487 AC_OUTPUT as it should be; hopefully noone will again see fit to
7488 gratuitously break this and not make a change log entry.
7489 Optimized sed processing of Makefile.in and cpp output; now
7490 preserves comments previously removed from the cpp input.
7491 Eliminated temp file for cpp output. Generate -U switches to
7492 undefine all identifiers that appear in the directory name
7493 ${srcdir}; pass these to cpp.
7494
7495 * configure.in (version): Fix sed regexp to match two-elt version
7496 number.
7497
7498 * configure.in: Check for strerror.
7499
75001994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7501
7502 * configure.in: Test for bcmp.
7503
75041994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7505
7506 * make-dist (tempdir): Put subdir msdos into the distribution.
7507
75081993-01-07 Morten Welinder (terra@diku.dk)
7509
7510 * config.bat: New file.
7511
75121994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7513
7514 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
7515
75161994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7517
7518 * configure.in (m68*-next-*): Don't care about which os is specified.
7519 (i[34]86-*-*): Check for *-nextstop*.
7520
75211993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7522
7523 * configure.in: Check for setsid.
7524
75251993-12-17 Richard Stallman (rms@srarc2)
7526
7527 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
7528
75291993-12-15 Richard Stallman (rms@srarc2)
7530
7531 * Makefile.in (mkdir): Make only the lockdir writable.
7532
7533 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
7534
75351993-12-11 Richard Stallman (rms@srarc2)
7536
7537 * Makefile.in (libdir): Use @libdir@.
7538
75391993-12-08 Richard Stallman (rms@srarc2)
7540
7541 * Makefile.in (install): Add empty command.
7542
75431993-12-04 Richard Stallman (rms@srarc2)
7544
7545 * make-dist: Put man/getopt.c in the dist.
7546
7547 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
7548
7549 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
7550
75511993-12-03 Richard Stallman (rms@srarc2)
7552
7553 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
7554 Set it for all solaris versions.
7555 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
7556 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
7557 Likewise for NON_GNU_CC and CC.
7558
75591993-12-01 Richard Stallman (rms@srarc2)
7560
7561 * configure.in (mips-mips-riscos4*): Assign variable CC.
7562 (checking ${with_gcc}): If "no", don't override CC if already set.
7563 (CC): Initialize it as empty.
7564
75651993-11-30 Richard Stallman (rms@srarc2)
7566
7567 * configure.in (Suns): Set CPP if *-solaris2.3*.
7568
75691993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7570
7571 * Version 19.22 released.
7572
7573 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
7574
75751993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7576
7577 * make-dist: When breaking links, use cp -p.
7578 Copy install.sh into distribution.
7579 Move the temp dir up into the parent dir;
7580 don't leave the staging dir make-dist.tmp... in existence.
7581 * install.sh: New file.
7582
75831993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7584
7585 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
7586
75871993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7588
7589 * configure.in (version): When --run-in-place, exclude
7590 ${datadir}/emacs/site-lisp from locallisppath.
7591
75921993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7593
7594 * configure.in: Delete jumk.c before writing it.
7595
75961993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7597
7598 * Version 19.21 released.
7599
7600 * Makefile.in (mkdir): Ignore error from chmod.
7601
76021993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7603
7604 * make-dist: Don't put lisp/forms.README in the distribution.
7605
76061993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7607
7608 * configure.in (creating src/Makefile): Before running cpp,
7609 discard all lines that start with `# Generated' or /**/#.
7610
76111993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7612
7613 * Version 19.20 released.
7614
7615 * make-dist: Use build-ins.in, not build-install.in.
7616 Don't bother updating TAGS since it's not included.
7617
7618 * build-ins.in: Renamed from build-install.in.
7619
76201993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7621
7622 * make-dist: Don't try to link *.texinfo--there are none now.
7623 When running make in lib-src, specify YACC var value.
7624
76251993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7626
7627 * configure.in (extrasub): Add vpath patterns for %.[yls].
7628
7629 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
7630 Instead just include the commands to make src/Makefile as the
7631 second arg to AC_OUTPUT.
7632
7633 * configure.in: Use : instead of dnl for comment inside
7634 $makefile_command.
7635
7636 * configure.in: No longer use vpath_sed. Instead, when we notice
7637 srcdir already configured, set extrasub to hack vpath in the
7638 makefiles.
7639
7640 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
7641 before moving it.
7642 * Makefile.in (VPATH): Define to @srcdir@.
7643
76441993-09-28 Brian J. Fox (bfox@cubit)
7645
7646 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
7647 doesn't exist. Just copy src/Makefile.in instead. Touch
7648 all of the Makefiles after editing config.status.
7649
7650 * INSTALL: Update documentation to match new configuration
7651 mechanism.
7652
76531993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7654
7655 * configure.in: Allow any of the path or directory Makefile
7656 variables to be set with flags to configure. Create all Makefiles
7657 at configure time. Edit special commands into config.status after
7658 src/Makefile.in is built from src/Makefile.
7659
7660 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
7661 If these files are out of date, simply have config.status
7662 rebuild them; don't rebuild them explicitly.
7663
76641993-09-25 Brian J. Fox (bfox@ai.mit.edu)
7665
7666 * build-install.in: Change src/xemacs to src/emacs. We no longer
7667 create src/xemacs, so the file wouldn't be found.
7668
7669 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
7670
76711993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
7672
7673 * configure.in: Avoid forcing the search of /usr/include before
7674 fixed include files by resetting C_SWITCH_X_SITE if it is
7675 "-I/usr/include".
7676
76771993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7678
7679 * Makefile.in (@rip_paths@locallisppath):
7680 Delete ${datadir}/emacs/site-lisp.
7681
76821993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7683
7684 * configure.in:
7685 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
7686 Remove ${extra_output} from AC_OUTPUT call.
7687
76881993-09-17 Brian J. Fox (bfox@inferno)
7689
7690 * make-dist: Quote backquotes found in strings to be echoed.
7691
7692 * configure.in: Use "sh -c pwd" when we want to avoid having the
7693 shell fix up the value of $PWD.
7694
76951993-09-13 Brian J. Fox (bfox@inferno)
7696
7697 * Makefile.in (do-install): Don't abort if ln or chmod at the end
7698 of the installation fail. Suggested by Karl Berry.
7699
77001993-08-30 Brian J. Fox (bfox@inferno)
7701
7702 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
7703 was used. Set MAKEFLAGS from MFLAGS.
7704
77051993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7706
7707 * configure.in: Test for res_init in libc.
7708
77091993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7710
7711 * configure.in: In the file ${tempcname}, use configure___
7712 instead of @configure@.
7713
77141993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
7715
7716 * make-dist: Dist vpath.sed
7717
7718 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
7719 Depend on vpath.sed.
6e81c819 7720 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
7721
7722 * configure.in: Substitute variable `vpath_sed'.
7723 If not in $srcdir and $srcdir is configured,
7724 issue warning that GNU make is required,
7725 and set vpath_sed to use vpath.sed script.
7726
77271993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7728
7729 * configure.in: Remove check for $srcdir being configured. This
7730 pretty much works now.
7731 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
7732 Check for XFree86 (/usr/X386/include) independent of whether
7733 -lXbsd exists.
7734
7735 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
7736 realclean, unlock, relock): Use `$(MAKE)' in place of plain
7737 `make'.
7738
77391993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7740
7741 * Version 19.19 released.
7742
7743 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
7744
77451993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7746
7747 * configure.in: Check for XScreenNumberOfScreen.
7748
77491993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7750
7751 * configure.in: Add * to end of all configuration alternatives.
7752 (m68*-sony-newsos3*): New alternative.
7753
77541993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7755
7756 * make-dist: Include getdate.c in distribution.
7757
7758 * configure.in: For --help, use $PAGER if it is set.
7759 (LIB_X11_LIB): Default to -lX11.
7760 (mips-sgi-irix5.*): New alternative.
7761
7762 * Makefile.in (do-install): Install info/gnus* and info/sc*.
7763
7764 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
7765 Recognize *.B8.* as hpux version 8.
7766 (m68*-tektronix-bsd*): Fix typo in tek4300.
7767 (AC_HAVE_FUNCS): Add ftime.
7768
77691993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7770
7771 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
7772 Use tekxd88, not tekXD88.
7773
77741993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7775
7776 * configure.in: Check for -lm. Then can check for frexp and logb.
7777
77781993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7779
7780 * Version 19.18 released.
7781
7782 * make-dist (src): Don't put gnu-hp300 in dist.
7783 (src, lisp): Include OChangeLog in dist.
7784
77851993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7786
7787 * configure.in: Test for presence of logb and frexp functions.
7788
77891993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7790
7791 * configure.in (machine): Add i370-ibm-aix*.
7792
77931993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7794
7795 * configure.in (function checks): Test for mkdir and rmdir.
7796
7797 * configure.in (function checks): Don't test for random and bcopy
7798 only when we're building with X; look for them all the time.
7799
78001993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7801
7802 * configure.in: Test for availability of bcopy functions, searching
7803 the X libraries if we're using X.
7804
7805 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
7806 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
7807 versions of AIX, and needs to be passed to the loader.
7808
7809 * configure.in: Test for the availability of the
7810 XScreenResourceString function.
7811
78121993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
7813
7814 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
7815 LD_SWITCH_X_SITE and assume --with-x11.
7816 Only look for X11 files if we weren't told about a window system
7817 or if we were told to use X11 but not told where.
7818 Search the libraries from the s and/or m files when checking for
7819 functions.
7820
7821 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
7822
78231993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7824
7825 * make-dist: Include lisp/dired.todo in the distribution.
7826
78271993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7828
7829 * configure.in: Add code to set HAVE_INET_SOCKETS.
7830
78311993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7832
7833 * configure.in: If we do find x_includes and x_libraries
7834 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
7835
78361993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7837
7838 * make-dist: Include src/gnu-hp300 in the dist.
7839
7840 * configure.in (canonical): New variable holds the canonicalized
7841 configuration. Don't alter `configuration'. Use `configuration'
7842 for Makefile.in for file naming.
7843 (testing x_includes and x_libraries): Use =, not ==.
7844
78451993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7846
7847 * Version 19.17 released.
7848
7849 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
7850 directory's makefile. This allows the invocation of CPP which
7851 builds xmakefile to receive these switches. The SunSoft C
7852 preprocessor inserts spaces between tokens if it doesn't get the
7853 -Xs flag requested in src/s/sol2.h.
7854
78551993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
7856
7857 * configure.in (m68k-bull-sysv3): New config.
7858
78591993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7860
7861 * configure.in: Use the autoconf AC_FIND_X macro to try to find
7862 the X Windows libraries.
7863
78641993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7865
7866 * make-dist (tempdir): Don't create lisp/forms-mode directory in
7867 the distribution. Those files aren't kept in their own
7868 subdirectory any more.
7869
78701993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7871
7872 * Version 19.16 released.
7873
78741993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7875
7876 * configure.in: Add --verbose flag.
7877
78781993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7879
7880 * version 19.15 released.
7881
78821993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7883
7884 * Makefile.in (top_distclean): Use -f switch when cleaning out
7885 lock dir; it might be empty.
7886
7887 * configure.in: Only check for -lXbsd once.
7888
78891993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7890
7891 * Version 19.14 released.
7892
78931993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7894
7895 * make-dist: If using gzip, create distribution with '.gz' extension.
7896
7897 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7898 (lisp/forms-mode): This doesn't exist anymore.
7899
7900 * configure.in: Look for the closedir function.
7901
79021993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7903
7904 * configure.in (CPP): Autoconf sets this to a shell variable
7905 reference, which doesn't work when it's edited into a makefile.
7906 Expand that variable reference.
7907
7908 * Makefile.in (CPP): New variable.
7909 (src/Makefile): Edit CPP into src/Makefile.
7910
7911 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7912 and entering double quotes to get the values of LD_SWITCH_X_SITE
7913 and the other make variables; make substitutes them in anyway.
7914
7915 * Makefile.in (uninstall): Don't remove the lisp and etc
7916 directories if they're in the source tree.
7917
7918 Bring mumbleclean targets into conformance with GNU coding standards.
7919 * Makefile.in (mostlyclean, clean): Separate these two; just have
7920 them pass the request to the subdirectory makefiles.
7921 (distclean): Pass the request down, and then get rid of the
7922 files configure built, and get rid of the Makefiles.
7923 (realclean): Pass the request down, and then do the same things
7924 distclean does.
7925 (uninstall, info, dvi): New targets.
7926
7927 * configure.in: Move clause for PC-compatible i386 box to the end
7928 of the case statement, to avoid masking configurations below.
7929
7930 * configure.in: Add case for m88k-motorola-sysv4.
7931
7932 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7933 the HP 68000 machines.
7934
7935 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7936 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7937 preprocessor won't fiddle with them.
7938
79391993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7940
7941 * Makefile.in (TAGS): cd to src to run etags.
7942
79431993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7944
7945 * configure.in (version): Check the X libraries for XrmSetDatabase
7946 and random, and see if we have -lXbsd.
7947
79481993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7949
7950 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7951 s/*.h and m/*.h files. Martin Tomes
7952 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7953
79541993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7955
7956 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7957 above the general i386 alternative.
7958
79591993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7960
7961 * configure.in: Recognize configuration name for Data General
7962 AViiON machines.
7963
7964 * configure.in: Use AC_LONG_FILE_NAMES.
7965
79661993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7967
7968 * configure.in: Test for bison.
7969 * Makefile.in (YACC): New variable.
7970 (lib-src/Makefile.in): Edit YACC into the makefile.
7971
79721993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7973
7974 * Version 19.13 released.
7975
7976 * configure.in (CFLAGS): Don't set this according to the value of
7977 the GCC shell variable. Instead, consult the machine and system
7978 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7979 test __GNUC__ while we're at it.
7980
7981 * configure.in: Remove extra ;; from hpux cases.
7982
79831993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7984
7985 * configure.in: Check to see if the system has -ldnet.
7986
79871993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7988
7989 * make-dist: Add clauses to distribute lisp/forms-mode.
7990
79911993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7992
7993 * configure.in (machine): Fix the versions in hpux version number test.
7994 Do not guess based on cpu type. Do check for explicit system version.
7995
79961993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7997
7998 * configure.in: Do NOT look for `unknown' as company name.
7999
80001993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8001
8002 * configure.in: Fix typo in message.
8003
80041993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8005
8006 * Version 19.12 released.
8007
8008 * Makefile.in (do-install): Correct previous etc-copying change.
8009 Partially rewrite using `if'.
8010 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
8011
8012 * Version 19.11 released.
8013
8014 * configure.in: Handle 386bsd.
8015
80161993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8017
8018 * make-dist: Update getdate.c.
8019
8020 * configure.in: Handle bsd386.
8021
8022 * Makefile.in (do-install): Use `-' in tar options.
8023
8024 * configure.in: Change ! "${...}" to x"${...}" = x.
8025
8026 * Makefile.in (do-install): Copy the DOC-* files from the build
8027 etc directory, as well as lots of things from ${srcdir}/etc.
8028
8029 * make-dist: Copy config.guess.
8030
8031 * configure.in: Handle AIX versions 1.2, 1.3.
8032
80331993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8034
8035 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
8036 the configuration name mips-mips-usg* to represent USG systems.
8037
8038 * configure.in: Fix logic to detect if srcdir is already configured.
8039
8040 * Makefile.in: Pass in LD_SWITCH_X_SITE.
8041
8042 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
8043 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
8044 of a directory; cd might fail, and have pwd print out the current
8045 directory.
8046
80471993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8048
8049 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
8050
80511993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8052
8053 * configure.in: Complain if srcdir points at an already-configured
8054 tree.
8055
80561993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8057
8058 * Version 19.10 released.
8059
80601993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8061
8062 * Makefile.in: Use Makefile comments, not C comments.
8063
8064 * configure.in: Add case for the Tektronix XD88.
8065
80661993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8067
8068 * configure.in: Handle sysv4.2 and sysvr4.2.
8069
80701993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8071
8072 * configure.in: Traverse the argument list without destroying it;
8073 don't use shift. It turns out that "set - ${saved_arguments}"
8074 doesn't work portably.
8075
8076 * configure.in: Add missing "fi".
8077
8078 * make-dist: Rebuild configure if configure.in is newer.
8079
8080 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
8081 targets to be executed even if make remembers that it has already
8082 satisfied FRC.
8083
80841993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8085
8086 * Makefile.in (do-install): Delete redundant code to copy etc twice.
8087
8088 * configure.in (romp): Handle various version numbers with aos and bsd.
8089
80901993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8091
8092 * configure.in: Fix message text.
8093
80941993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8095
8096 * make-dist: Make a `site-lisp' directory in the distribution,
8097 instead of a `local-lisp' directory, which hasn't been the
8098 appropriate name for a long time.
8099 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
8100 from the distribution first, then /usr/local/lib/emacs/site-lisp.
8101
8102 * Makefile.in (do-install): Correctly detect if ./etc and
8103 ${srcdir}/etc are the same.
8104
8105 * configure.in: Extract UNEXEC from the system configuration
8106 files, compute the name of the source file corresponding to the
8107 object file, and #define it as UNEXEC_SRC in config.h.
8108
8109 * configure.in: If srcdir is '.', then try using PWD to make it
8110 absolute.
8111
8112 * configure.in: Include ${srcdir} in the printed report, to help
8113 people notice if it's an automounter path.
8114
81151993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8116
8117 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
8118
81191993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8120
8121 * Makefile.in (do-install): Delete the dest dir, not the source dir,
8122 when they are different. Add `shift' command.
8123 (COPYDESTS, COPYDIR): Delete external-lisp dir.
8124 (externallispdir): Var deleted.
8125
8126 * configure.in: Delete spurious paren outputting short_usage.
8127
81281993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8129
8130 * Version 19.9 released.
8131
81321993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8133
8134 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
8135 subdirectory makes.
8136
8137 * make-dist: Check for .elc files with no corresponding .el file.
8138
8139 * Makefile.in (mkdir): Make all the directories in locallisppath.
8140
8141 * config.guess: New file.
8142 * configure.in: Use it, tentatively.
8143 * INSTALL: Mention its usage.
8144
8145 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
8146 the former gives you the operating system rev directly. Use
8147 s/hpux.h if we don't recognize what we got.
8148
8149 * Makefile.in (do-install): Don't remove a destination directory
8150 if it's the same as the source. If ${srcdir}/info == ${infodir},
8151 don't try to copy the info files.
8152
8153 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
8154 doesn't work if you're not using a separate source directory.
8155 (do-install): Copy the build tree's etc directory only after
8156 making sure it's not also the source tree's etc directory.
8157
81581993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8159
8160 * configure.in: Handle sunos4.1.3 specially.
8161
81621993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8163
8164 * Makefile.in (INSTALL): Add definition.
8165
8166 * configure.in: Fix some messages. Support -with-gnu-cc.
8167 At the end, use `set --', not `set -'.
8168 Delete spurious `.h' in hpux alternatives.
8169
81701993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8171
8172 * Version 19.8 released.
8173
81741993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8175
8176 * configure.in: When looking for source in the same directory as
8177 the configure script, make the path thus discovered absolute.
8178 If the user specifies the `--srcdir' switch, make that directory
8179 absolute too.
8180
8181 * Makefile.in (srcdir): Remove comment saying this doesn't work.
8182
8183 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
8184 too, as the value of the PATH_INFO macro.
8185
8186 * configure.in: Check to see if the source lives in the same
8187 directory as the configure script.
8188
81891993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8190
8191 * Makefile.in (install): Split this into `install' and
8192 `do-install', to give people more control over exactly what gets
8193 done.
8194 (do-install): New target, containing the guts of `install'. Don't
8195 remove and recreate the directories inside the copying loop - do
8196 it all before the copying loop. Pass more flags to the lib-src
8197 make.
8198 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
8199 avoid errors and warnings.
8200
8201 * configure.in: For generic IBM PC boxes, insist on "unknown" for
8202 the manufacturer - the more general case was blocking other i386
8203 configuration names below, and that's how the names are written in
8204 MACHINES anyway.
8205
8206 * make-dist: When breaking links, remove the link before moving
8207 the copy onto it, to avoid interactive behavior.
8208
8209 * Makefile.in: Doc fix.
8210
8211 * configure.in: Doc fix.
8212
8213 * INSTALL: Mention --exec-prefix option.
8214
8215 * configure.in: Add support for the `--exec-prefix' option.
8216 * Makefile.in: Accept that support.
8217
8218 * configure.in: Use the AC_PROG_INSTALL macro.
8219 * Makefile.in (INSTALL): Variable removed.
8220 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
8221
8222 * configure.in: Distinguish between hp800's and hp700's by calling
8223 "uname -m".
8224
82251993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8226
8227 * configure.in: Recognize configuration names for i860 boxes
8228 running SYSV.
8229
82301993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8231
8232 * configure.in: Distinguish between hp800's and hp700's by the
8233 version of HP/UX they run, since that's something people are more
8234 likely to know - hp700's run 8.0.
8235 Add HP 700 configuration.
8236
8237 * configure.in: Test for the presence of the `rename' function.
8238
8239 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
8240 configure.in.
8241 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
8242
8243 * make-dist: Break intra-tree links.
8244
8245 * configure.in: Explain that this is an autoconf script, and give
8246 instructions for rebuilding configure from it. Arrange to put
8247 comments in configure explaining this too.
8248
8249 * configure.in: Make the first line of the configure script be
8250 "#!/bin/sh". Leaving the first line blank didn't work.
8251
8252 * configure.in (long_usage): Removed; made short_usage describe
8253 the options briefly.
8254
8255 * configure.in: Implement the --prefix option.
8256 * Makefile.in (prefix): Add support for it here.
8257 * INSTALL: Document it here.
8258
8259 * Makefile.in (install): Don't assume that the files in the `info'
8260 subdirectory match *.info. They don't have that prefix.
8261
82621993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8263
8264 * configure.in: Add case for version 5 of Esix.
8265
82661993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8267
8268 * Version 19.7 released.
8269
8270 * make-dist: There aren't any *.com files in lib-src anymore.
8271
8272 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
8273 them; they're symlinks to other filesystems on the GNU machines.
8274
8275 * make-dist: Check that the manual reflects the same version of
8276 Emacs as stated in lisp/version.el. Edit that version number into
8277 the README file.
8278
82791993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8280
8281 * configure.in: Remove the hack of AC_DEFINE; use
8282 AC_DEFINE_UNQUOTED.
8283
82841993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8285
8286 * make-dist: Don't distribute precomp.com, compile.com, or
8287 link.com from ./src; they're in ./vms now.
8288
8289 Some time-handling patches from Paul Eggert:
8290 * configure.in: Add AC_TIMEZONE.
8291
82921993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8293
8294 * configure.in: Recognize Linux as a valid operating system for
8295 the i386.
8296
82971993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8298
8299 * make-dist: Distribute some VMS files we got from Richard Levitte.
8300
8301 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
8302 the source for the sed command, not oldXMenu/Makefile.
8303
83041993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8305
8306 * INSTALL: Don't claim the srcdir option doesn't work.
8307
83081993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8309
8310 * configure.in: Include remarks saying what order the autoconf
8311 tests should go in, and remind people to change config.h.in
8312 whenever they add autoconf tests which make #definitions.
8313
8314 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
8315
83161993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8317
8318 * Makefile.in (oldXMenu/Makefile): Make this depend on
8319 ${srcdir}/oldXMenu/Makefile.in, not itself.
8320
8321 * PROBLEMS: Some updates from David J. Mackenzie.
8322
8323 More changes from David J. Mackenzie.
8324 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
8325 removed; autoconf and config.h should specify all these
8326 differences.
8327 (buildlisppath): Make this path depend on ${srcdir}.
8328 (INSTALLFLAGS): Removed.
8329 (INSTALL): Include the -c flag.
8330 (install): Change the way we invoke install accordingly.
8331
8332 Install ${srcdir} changes from DJM.
8333 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
8334 list.
8335 (COPYDIR, COPYDESTS): Install files from both the etc directory in
8336 the source tree and the etc directory in the object tree.
8337 (${SUBDIR}): Pass the prefix variable down to submakes.
8338 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
8339 in /bin.
8340 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
8341 values for srcdir and VPATH.
8342 (install): Add `v' flag to tar command. Make sure that `dir'
8343 exists in ${srcdir}/info before copying it. Remember that the man
8344 pages come from the source tree, not the object tree.
8345 * configure.in: Remove remarks saying that the --srcdir option
8346 doesn't work.
8347 Create the etc directory in the object tree.
8348 Recognize configuration names of the form *-sun-solaris*.
8349 Recognize sunos5 and solaris as operating system names.
8350
8351 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
8352 lib-src/getdate.y and src/systime.h.
8353
83541993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8355
8356 * make-dist: Make links in info subdir.
8357
83581993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8359
8360 * configure.in: Call AC_STDC_HEADERS.
8361
83621993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8363
8364 * configure.in: Sidestep autoconf's quoting of the second argument
8365 of AC_DEFINE, so we can specify the value to put there. It would
8366 be nice if autoconf provided some way to specify computed values
8367 for macros.
8368
83691993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8370
8371 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
8372 this is always just -DHAVE_CONFIG_H.
8373
8374 The GNU coding standards specify that CFLAGS should be left for
8375 users to set.
8376 * Makefile.in (CFLAGS): Let configure determine the default value
8377 for this. Don't
8378 have it default to DEFS.
8379 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
8380 (lib-src/Makefile, src/Makefile): Edit the default value for
8381 CFLAGS into these files, not DEFS.
8382 * configure.in (CFLAGS): Choose a default value for this - "-g"
8383 normally, or "-g -O" if we're using GCC. Edit it into the
8384 top-level Makefile.
8385
8386 * configure.in: When scanning the machine and system description
8387 #include files, write their names to conftest.c properly.
8388
83891993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8390
8391 * configure.in: In configuration name case for Apallos running
8392 Domainios, set opsys, not opsysfile.
8393
8394 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
8395 src/config.h, instead of AC_OUTPUT; the latter overwrites
8396 src/config.h even when it hasn't changed, puts a makefile-style
8397 comment at the top even though it's C code, and produces a
8398 config.status script which doesn't do the job right.
8399
8400 * configure.in: Add AC_LN_S test, so we can tell whether or not we
8401 can use a symbolic link to get the X Menu library into src.
8402 * Makefile.in (LN_S): New variable.
8403 (src/Makefile): Edit the value of LN_S into this makefile.
8404
84051993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8406
8407 * configure.in: Support *-sco3.2v4* as opsystem.
8408
8409 * make-dist: Don't include calc directory.
8410 Exclude many files in the man directory; copy a few.
8411
84121993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8413
8414 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
8415 call AC_STRUCT_TM to see what's in time.h.
8416
8417 * configure.in: Employ quoting stupidity to get the value of CPP
8418 to expand properly.
8419
84201993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8421
8422 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
8423 variable to scan the machine and system description files.
8424
8425 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
8426 so that getdate.y builds correctly.
8427
84281993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8429
8430 * configure.in (tempcname): Change this to "conftest.c", so it will
8431 work properly on systems with short filenames; this is the name
8432 autoconf uses.
8433
8434 * configure.in: Also detect the availability of dup2 and
8435 gethostname.
8436
8437 * configure.in: Use the AC_ALLOCA test.
8438 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
8439 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
8440
84411993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8442
8443 * make-dist: Distribute configure, as well as configure.in.
8444 Oversight.
8445
84461993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8447
8448 * Makefile.in (install): Print out the name of the directory we're
8449 copying, so people can have some idea of whether we're making
8450 progress.
8451
8452 * Makefile.in (install.aix, install.xenix, install.sysv, install):
8453 Don't forget to re-create the COPYDESTS directories after we clear
8454 them out.
8455
84561993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8457
8458 * Makefile.in: Add autoconf cookies so that the configure
8459 script can comment out sections of path variable definitions to
8460 choose between the installable configuration and the run-in-place
8461 configuration.
8462 * configure.in: Add new option `--run-in-place', to select the
8463 run-in-place path definitions.
8464
8465 * configure.in: Add a clause to the big configuration name case
8466 for the NeXT machine.
8467
84681993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8469
8470 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8471 Make sure that each source directory exists, and is different from
8472 the destination directory; then, delete the destination before
8473 copying over the source.
8474
8475 * make-dist: Distribute configure.in, instead of configure.
8476
84771993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8478
8479 * configure.in: Don't set CC to "gcc -O" if the user specifies
8480 `--with-gcc'. Add -O to DEFS if GCC is set.
8481
84821993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8483
8484 * Makefile.in (clean mostlyclean): Missing right paren.
8485
8486 * configure.in: When checking for X windows, search for an X11
8487 subdirectory of ${x_includes}.
8488
8489 * configure.in: Check for gettimeofday function, for getdate.y.
8490
8491 Change `configure' to a mixture of custom code and autoconf stuff.
8492 autoconf can't derive all the information we need, but we'd really
8493 like to be able to take advantage of some of its tests, and its
8494 file-editing facilities.
8495 * configure.in: Renamed from configure.
8496 Quote the sections of shell script we want copied literally to
8497 the configure script.
8498 (compile): Initialize this to make the autoconf macros' code happy.
8499 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
8500 code to do their jobs.
8501 Use autoconf to produce Makefile and src/config.h.
8502 Remove the Makefile-style comment that autoconf places at the top
8503 of src/config.h.
8504 (config_h_opts): Removed - no longer necessary.
8505 * Makefile.in (configname): Renamed to configuration.
8506 (CONFIG_CFLAGS): Renamed to DEFS.
8507 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
8508 get values via autoload @cookies@.
8509 (libsrc_libs): Get this from autoconf. We used to do nothing
8510 about this.
8511 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
8512
8513 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
8514 echo the move-if-change command.
8515
85161993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
8517
8518 * make-dist: Distribute lib-src/rcs-checkin.
8519
8520 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
8521 Don't try to make links to the RCS or Old subdirectories.
8522 Use the appropriate extension for the compression type in use.
8523 Create the tar file in the shell's initial default directory, not
8524 in ${tempparent}.
8525 Erase the whole ${tempparent} tree, not just ${tempdir}.
8526
85271993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8528
8529 * Makefile.in (src/paths.h): Don't echo the huge sed command we
8530 use to build paths.h.
8531 (lib-src/Makefile, src/Makefile): Similarly.
8532
8533 * configure: Extend test for working `const' keyword to handle AIX
8534 3.2 cc.
8535
85361993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8537
8538 * make-dist: Distribute lisp/term/ChangeLog.
8539
8540 Arrange for C compilation throughout the tree to get
8541 C_SWITCH_SYSTEM from the configuration files.
8542 * configure: Extract C_SWITCH_SYSTEM from the machine and
8543 system-dependent files, and save it in the top-level Makefile.
8544 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
8545 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
8546
8547 * make-dist: Include the VMS support files in oldXMenu in the
8548 distribution.
8549
8550 * configure: Doc fix.
8551
8552 * configure: Fix corrupted config_h_opts.
8553
8554 * configure: Properly report option names in error messages.
8555
8556 * configure: Properly recognize --x-includes and --x-libraries
8557 options.
8558
8559 * configure: Fix syntax errors in code handling XFree386.
8560
85611993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8562
8563 * configure: Add special code to detect XFree386, and tell
8564 config.h about it.
8565
8566 * configure: Properly handle extracting values of LIBS_MACHINE and
8567 LIBS_SYSTEM that contain spaces.
8568
8569 * configure: Add `--x-includes' and `--x-libraries' options. I
8570 think these are dopey, but no less than three alpha testers, at
8571 large sites, have said they have their X files installed in odd
8572 places. Implement them by setting C_SWITCH_X_SITE and
8573 LD_SWITCH_X_SITE in src/config.h.
8574
85751993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8576
8577 * make-dist: Don't distribute etc/Old files.
8578
8579 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
8580 backups.
8581
85821993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8583
8584 * make-dist: Fix typo.
8585
85861993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8587
8588 * make-dist: Corrected typo, fixed it to discard = and TAGS files
8589 in some cases where it should but didn't seen to.
8590
8591 * Makefile.in: Added unlock and relock productions.
8592
85931993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8594
8595 * make-dist: Add a --compress option to force make-dist to use
8596 compress.
8597
8598 * make-dist: Use gzip, if we can find it.
8599
8600 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8601 make rs6000-ibm-aix default to -aix32.
8602
86031993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8604
8605 * Makefile.in: Added `Developer's configuration' section.
8606
86071993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8608
8609 * Makefile.in: Add commented-out variable settings for developer's
8610 configuration.
8611
86121993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8613
8614 * make-dist: Distribute `src/bitmaps' too.
8615
86161993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
8617
8618 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8619 make rs6000-ibm-aix default to -aix32.
8620
86211993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8622
8623 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
8624
8625 * Makefile.in (install.sysv): Add a second `$' in front of
8626 `${dest}', so that the shell will expand it, instead of Make.
8627
8628 * configure: When processing the name of the configure script,
8629 collapse `././' to `./', but leave a single `./' prefix alone.
8630
8631 * configure: Doc fix.
8632
86331993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8634
8635 * configure: Handle isc3.0 correctly.
8636
86371993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8638
8639 * make-dist: Don't try to copy the COPYING notice into
8640 external-lisp; we're not distributing that directory any more.
8641
86421993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8643
8644 * Makefile.in (install, install.aix, install.xenix, install.sysv):
8645 Remove CVS subdirectories from the installed directory trees, as
8646 well as RCS directories.
8647
86481993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8649
8650 * make-dist: Only copy gmalloc.c if we couldn't link it.
8651 Don't try to copy man/{README,Makefile} unless they actually exist.
8652
8653 * Makefile.in (lisppath): Don't include externallispdir in this.
8654 We're not sure whether we're even going to distribute the
8655 directory yet.
8656
86571993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8658
8659 * make-dist: Don't distribute the external-lisp directory anymore.
8660 * INSTALL: Remove all references to external-lisp.
8661
8662 * configure: Detect whether the compiler supports `const'
8663 properly, and edit src/config.h accordingly.
8664
8665 * configure: Tweak layout of final report.
8666
8667 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
8668 CFLAGS.
8669
8670 * Makefile.in (locallisppath): Make this default to
8671 ${datadir}/emacs/site-lisp, instead of
8672 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
8673 the same thing, and local-lisp causes completion conflicts with
8674 lock.
8675 (lisppath): Add ${externallispdir} to this.
8676 * INSTALL: Adjust installation directions.
8677
8678 * Makefile.in (externallispdir): New variable, to say where to
8679 install the externally-maintained lisp files.
8680 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
8681 the others.
8682 * INSTALL: Describe external-lisp and the new externallispdir
8683 variable.
8684
86851993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8686
8687 * configure (progname): New option `--with-gcc'. Make it clearer
8688 how we are trying to guess whether or not we have GCC.
8689 * INSTALL: Document the `--with-gcc' option, and improve
8690 description of `--with-x' options.
8691
86921993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8693
8694 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
8695 ${infodir} from these variables; we have written out explicit code
8696 to install the info files.
8697
86981993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8699
8700 * make-dist: Don't distributed the RCS files in the etc directory.
8701
87021993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8703
8704 * Makefile.in: Some makes can't handle comments in the middle of
8705 commands; move them to before the whole rule.
8706
87071993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8708
8709 * README: Mention what Emacs is.
8710
87111993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8712
8713 * make-dist: Include `./lisp/calc-2.02' in the distribution.
8714 Add `./cpp' and `./man' back into the distribution.
8715
87161993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8717
8718 * Makefile.in: Define MAKE, and use where appropriate.
8719
87201993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8721
8722 * make-dist: Remember that the authoritative COPYING notice is
8723 `etc/COPYING', not `../etc/COPYING'.
8724
87251992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8726
8727 * make-dist: Make sure that the COPYING notices in each directory
8728 are copies, not symlinks.
8729
87301992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8731
8732 * INSTALL: The build process produces an executable called `emacs'
8733 now. Change references.
8734 * Makefile.in: Adjust `install.mumble' targets to install
8735 `src/emacs', not `src/xemacs'.
8736
8737 * configure: Start with a blank line; this keeps some old CSH's
8738 from thinking it's a CSH script. Most systems will just use
8739 /bin/sh to run it, which is what we're expecting; the only other
8740 shells which might try to interpret it themselves are probably
8741 Bourne-compatible.
8742
87431992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8744
8745 * INSTALL: Improvements suggested by David Mackenzie.
8746
87471992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8748
8749 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8750 Don't try to copy the info files if there aren't any; the
8751 unexpanded globbing pattern disappoints `install'. Ignore the
8752 return status of that command.
8753
8754 * INSTALL: Updated for new configuration arrangement.
8755
8756 * configure: Don't make the top-level Makefile read-only - people
8757 may want to edit the values of the path variables.
8758
8759 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8760 Install the info files in ${infodir}. Install the executable
8761 under both `emacs' and `emacs-VERSION'.
8762
8763 * Makefile.in: Doc fix.
8764
8765 * Makefile.in (exec_prefix): New variable, as per latest version
8766 of coding standards.
8767 (bindir, libdir): Use it, instead of `prefix'.
8768 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
8769
8770 * Makefile.in (mandir): Make the default value for this depend on
8771 $(prefix).
8772
8773 * Makefile.in (datadir, statedir, libdir): Make these all default
8774 to ${prefix}/lib.
8775 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
8776 to compensate.
8777
8778 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8779 Install the etags and ctags man pages too.
8780
8781 * Makefile.in (distclean): Don't delete backup files; that's the
8782 job of extraclean.
8783 (extraclean): Like distclean, but deletes backup and autosave files.
8784
87851992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8786
8787 Make path specification conform to GNU coding standards.
8788 * configure (long_usage): Remove all traces of old arguments from
8789 usage messages, and document the options we do accept in more
8790 detail: -with-x... and --srcdir.
8791 (options, boolean_opts): Deleted; we don't have enough options to
8792 make this worthwhile.
8793 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
8794 along with the code which supported them; these should be set as
8795 arguments to the top-level make.
8796 (config_h_opts): Since this no longer doubles as a list of option
8797 names, make them upper case; this simplifies the code which uses
8798 them to build the sed command to edit src/config.h. Change the
8799 code which sets them.
8800 (cc, g, O): Don't allow the user to set these using options; they
8801 should be specified using `CC=' and `CFLAGS=' arguments to the
8802 top-level make. Just choose reasonable default values for them,
8803 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
8804 values.
8805 (gnu_malloc, rel_alloc): Don't allow the user to set these using
8806 options; use them whenever the configuration files say they're
8807 possible.
8808 Simplify the argument processing loop. Don't accept abbreviations
8809 for option names; these might conflict with other configuration
8810 options in the future.
8811 Add some support for the `--srcdir' option. Check for the sources
8812 in . and .. if `--srcdir' is omitted. If the directories we will
8813 compile in don't exist yet, create them under the current directory.
8814 Note that the rest of the build process doesn't really support
8815 this.
8816 Edit only the top Makefile. That should edit the others. Edit
8817 into the makefile: `version', from lisp/version.el, `configname'
8818 and `srcdir' from the configuration arguments, `CC' and
8819 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
8820 the user's path, and LOADLIBES as gleaned from the system
8821 description files.
8822 Simplify the report generated; it doesn't need to include any
8823 description of paths now.
8824 Make `config.status' exec configure instead of just calling it, so
8825 there's no harm in overwriting `config.status'.
8826 * Makefile.in (version, configname): New variables, used to choose
8827 the default values for datadir and libdir.
8828 Path variables rearranged into two clearer groups:
8829 - In the first group are the variables specified by the GNU coding
8830 standards (prefix, bindir, datadir, statedir, libdir, mandir,
8831 manext, infodir, and srcdir).
8832 - In the second are the variables actually used for Emacs's paths
8833 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
8834 archlibdir), which depend on the first category.
8835 datadir and libdir default to directories under
8836 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
8837 demand.
8838 etcdir and lispdir default to subdirectories of datadir.
8839 archlibdir defaults to libdir.
8840 The new installation tree is a bit deeper than it used to be, so
8841 use the new make-path program in lib-src to build them all.
8842 Always build a new src/paths.h.tmp and then move-if-change it to
8843 src/paths.h, to avoid unnecessary rebuilds while responding to the
8844 right changes.
8845 Remove all mention of arch-lib. Run utility commands from
8846 lib-src, and let the executables be copied into archlibdir when
8847 Emacs is installed.
8848 Add targets for src/Makefile, lib-src/Makefile, and
8849 oldXMenu/Makefile, editing the values of the path variables into
8850 them.
8851 Let lib-src do its own installation.
8852 (datadir): Default to putting data files under
8853 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
8854 (emacsdir): Variable deleted; it would only be confusing to use.
8855 (lispdir, etcdir): Default to ${datadir}/lisp.
8856 (mkdir): Use make-path for this.
8857 (lockdir): Do this in mkdir.
8858 (Makefile): New target.
8859
8860 * configure (usage_message): Rename to long_usage.
8861
8862 * make-dist: Don't bother creating an arch-lib directory; that's
8863 only for installation now.
8864
88651992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8866
8867 * configure: Use GCC-style configuration names, using config.sub.
8868 Change the usage and help messages.
8869
8870 * configure: Initialize window_system, not indow_system.
8871
8872 * configure: Report which window system, compiler, and signal
8873 handler return type we decide to use.
8874
8875 * make-dist: Explain what's going on if config.sub and gmalloc.c
8876 can't be linked. Place the code which copies them near the code
8877 which links the rest of the files around them.
8878
88791992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
8880
8881 * make-dist: Don't bother to distribute src/*.com, or
8882 src/vmsbuild; those have all been moved to `../vms'.
8883
88841992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8885
8886 * make-dist: Don't forget that the way to avoid filenames starting
8887 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8888 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8889 couldn't make hard links to, since we have two already, and
8890 perhaps more to come.
8891
88921992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8893
8894 * configure: When editing parameters into lib-src/Makefile, change
8895 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8896 needs some other flags too.
8897
88981992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8899
8900 * configure: Remove spurious echo of the configuration name.
8901
8902 * make-dist: Don't distribute files in src/m and src/s whose names
8903 begin with `='.
8904
89051992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8906
8907 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8908 Also LISP_FLOAT_TYPE.
8909
89101992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8911
8912 * make-dist: Copy config.sub, since it's a symbolic link to a file
8913 on another file system.
8914
89151992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8916
8917 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8918 distribution.
8919
8920 * config.sub: New file, to help us recognize configuration names.
8921 * make-dist: Include it in the distribution.
8922
89231992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8924
8925 * configure: Convert `-' to `_' in specified option names.
8926 Accept options with --. Delete --highpri and --have-x-menu options.
8927 New options --with-x and --with-x10 replace -window-system.
8928 Don't mention options --gnu-malloc, --rel-alloc
8929 or --lisp-float-type in help message.
8930
89311992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8932
8933 * make-dist: Include the `vms' subdirectory in the distribution.
8934
89351992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8936
8937 * configure: Remove lines starting with "# DIST: " when building
8938 lib-src/Makefile and src/Makefile. This allows us to mark the
8939 "Makefile.in" files with explanatory comments which won't also get
8940 stuck in the Makefiles.
8941
89421992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8943
8944 * make-dist: Don't use the '+' operator in the sed regular
8945 expression that extracts the version number from lisp/version.el;
8946 Ultrix sed doesn't seem support the operator. Just double the
8947 operand and use *.
8948
89491992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8950
8951 * Makefile.in: Doc fix.
8952
89531992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8954
8955 * configure: Rewrite sed command to remove at most one ./ prefix;
8956 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8957 group.
8958
89591992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8960
8961 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8962
89631992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8964
8965 * make-dist: Go ahead and build a new TAGS file, unless the
8966 --newer option was specified. Don't try to delete a TAGS file
8967 from etc; it's not kept there, and shouldn't be deleted anyway.
8968
89691992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8970
8971 * make-dist: If the lisp directory contains a default.el, don't
8972 distribute it.
8973
8974 * configure: When searching signal.h for the type of a signal
8975 return handler, make a copy of it, not a symbolic link to it; that
8976 way, it will work on systems that don't have symbolic links.
8977
89781992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8979
8980 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8981 option for generating incremental distributions. Stopped it from
8982 generating a TAGS file into the distribution; that sucker is
8983 *big*, and easily enough generated with the toplevel makefile.
8984
89851992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8986
8987 * configure: When writing config.status, don't prefix progname
8988 with a '.'; it might be absolute.
8989
89901992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8991
8992 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8993 /usr/include/X11 exist, not only if both exist.
8994
89951992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8996
8997 * make-dist: Make the new external-lisp directory a duplicate of
8998 the external-lisp directory, not the lisp directory.
8999
90001992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9001
9002 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
9003 clean' in arch-lib; it doesn't even have a Makefile.
9004
9005 * Makefile.in (clean, mostlyclean): In the test which tries to
9006 distinguish between the build directory, which should be cleaned,
9007 and the installed directory, which shouldn't, cd to `${emacsdir}',
9008 not `${DESTDIR}${LIBDIR}'.
9009
90101992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9011
9012 * make-dist: Be sure to delete the .c and .h files that YACC and
9013 BISON create from getdate.y.
9014
9015 * external-lisp: New directory; see `external-lisp/README'.
9016 * make-dist: Added support for the external-lisp subdirectory.
9017
9018 * make-dist: Changed message which complains that make-dist wasn't
9019 invoked in the right directory to indicate which files it was
9020 looking for.
9021
90221992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9023
9024 * configure: Add comments explaining why we can't translate
9025 character ranges or control characters in `tr'.
9026
90271992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9028
9029 * configure: When generating the configuration message, we used to
9030 build the message from the start so that each line began with "# "
9031 so that it would be a comment in `config.status'. However, this
9032 causes trouble if any of the variables we use in the message
9033 expand to more than one line of text - as gnu_malloc_reason
9034 sometimes does. So instead, we build the message as it should be
9035 printed to the user (i.e. without the "# " prefixes), and stick on
9036 the "# "s when we write it to `config.status'.
9037
9038 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
9039 `lib-src' and `arch-lib'.
9040
9041 * configure: When generating report and `config.status' file, note
9042 that bindir only determines where `make install' and
9043 `build-install' will place the executables; this should make it
9044 clear that the ordinary build process will not try to install
9045 things.
9046
90471992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9048
9049 * make-dist: Change messages to say that we are 'making links to
9050 X', rather than 'copying X'. And put `' quotes around file names.
9051
9052 * make-dist: Include '.tmp' in the name of the staging directory.
9053
9054 * make-dist: Pass the `-f' option to rm when you're not sure that
9055 the files you're removing actually exist.
9056
9057 * make-dist: When setting up etc/COPYING, always nuke whatever is
9058 there, and then copy it in, to make sure we get a real file.
9059
9060 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 9061 only such file was for simula.el, which has been superseded by a
067d23c9
KY
9062 version which doesn't have a separate .defns file.
9063
90641992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
9065
9066 * make-dist: Don't distribute configured versions of config.h.in,
9067 paths.h.in, Makefile.in in src.
9068
9069 * configure: Delete .tmp files before creating them; don't bother
9070 trying to make final targets writeable first, since it won't
9071 matter to move-if-change.
9072
90731992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9074
9075 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
9076 mkdir and chmod in the center of all the conditionals. GNU Make
9077 will strip these out, but other makes won't.
9078
90791992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9080
9081 * make-dist: Include move-if-change in list of files to distribute.
9082
90831992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9084
9085 * configure: Remove any "." elements from the program name.
9086
9087 * configure: Don't record the values of all the possible arguments
9088 in config.status; only record the options that the user specified.
9089
9090 * configure: Use move-if-change to move in the new src/config.h.
9091
90921992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
9093
9094 * move-if-change: New file, copied from gcc release.
9095 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
9096 a temp file, so we don't update paths.h if an error occurs or if
9097 it doesn't need changing.
9098
90991992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9100
9101 * Makefile.in (src/paths.h): Do not install a value for the
9102 PATH_SUPERLOCK value; that macro doesn't exist anymore.
9103 * build-install.in: Same thing.
9104
91051992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9106
9107 * make-dist: Check the flag called "make_tar", not "make_dir"; the
9108 latter, being a typo, is always false, resulting in a program
9109 whose default behavior is to painstakingly build a copy of the
9110 source tree, and then delete it. Rah.
9111
9112 * Makefile.in: Add dist target, and comment for it.
9113
9114 * configure: When scanning <signal.h> for a declaration for
9115 signal, create a symbolic link with a name ending in .c, so the
9116 compiler won't complain that it's only been given .h files.
9117
9118 * configure: Check whether there are any arguments available
9119 before shifting to get the value of a non-boolean parameter.
9120
9121 * make-dist: Doc fix.
9122
91231992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9124
9125 * configure: Instead of grepping /usr/include/signal.h for a
9126 signal declaration, run /usr/include/signal.h or
9127 /usr/include/sys/signal.h through cpp and grep for the
9128 declaration.
9129
9130 * configure: Redirect the output of grep to /dev/null instead of
9131 using grep -s - that flag means different things on other systems.
9132
9133 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
9134 since the former is recognizable even if you don't know what
9135 'dumping' is.
9136 * configure: Accommodate that change.
9137
9138 * configure: Accept options for all of the directories you can
9139 change in the Makefile.
9140
9141 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
9142
9143 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
9144 FOO before you can use them.
9145
9146 * build-install.in: Made the "Where To Install Things" section
9147 conform with the similar section from Makefile.in. Copied section
9148 which builds src/paths.h from src/paths.h.in from the Makefile.
9149
91501992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9151
9152 * configure: Write config.status to pass its command-line
9153 arguments on to configure, so that people can use it to recreate
9154 an old configuration, with minor changes.
9155
91561992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9157
9158 * configure: Don't rely on option variables being unset if their
9159 values are the empty string. In particular, when producing the
9160 English report, don't assume that highpri will be unset when no
9161 increased priority has been requested; -highpri='' should be the
9162 same as omitting -highpri altogether.
9163
9164 * configure: Fix dumb bug: when running the system and machine
9165 description files through cpp, mark those lines that we want to
9166 evaluate with the string '@configure@', and then only evaluate
9167 them. This way if the files include anything that actually
9168 generates text (type definitions or external declarations, say),
9169 we won't try to eval it.
9170
91711992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9172
9173 * make-dist: New shell script.
9174
9175 * configure: When creating foo from foo.in, make foo read-only to
9176 remind people to edit the .in file instead.
9177
9178 * INSTALL: Changed references to config.h-dist to config.h.in.
9179 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
9180 to build src/paths.h from src/paths.h.in; added a paragraph to do
9181 this.
9182 * configure, Makefile, build-install: Changed filenames like
9183 FOO-dist to FOO.in.
9184
91851992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9186
9187 * Makefile, build-install: Renamed to Makefile.in and
9188 build-install.in; the configure script will edit these to produce
9189 the usable Makefile and build-install.
9190 * configure: Changed to produce ./Makefile, ./build-install,
9191 lib-src/Makefile, and src/Makefile from their *.in counterparts,
9192 instead of editing them in place.
9193
91941992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9195
9196 * Makefile: Re-arranged so that the undumped Emacs will search
9197 ../lisp *after* the site's local elisp files.
9198 (locallisppath, dumplisppath): New variables.
9199 (lisppath): This variable's default value is now chosen based on
9200 $(locallisppath) and $(lispdir); while it used to be the
9201 customization point for adding site-local elisp directories to
9202 load-path, that job is now handled mostly by locallisppath.
9203 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
9204 Check the values being assigned to the *LOADSEARCH macros for null
9205 path elements (like '::' in 'foo::bar').
9206
9207 * configure: When checking if the machine- and system-dependent
9208 files define a particular macro or not, actually run them through
9209 CPP and test the macros with #ifs, instead of just grepping for
9210 the macros' names. In particular, check for SYSTEM_MALLOC in this
9211 way.
9212
92131992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9214
9215 * Makefile (install): Don't use -s in install. (Keep the symbols.)
9216
92171992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9218
9219 * configure: Make the config.status file an executable shell
9220 script which will recreate the same configuration. Include the
9221 verbal description of the current configuration as a comment in
9222 the script.
9223 * INSTALL: Doc fix.
9224
9225 * Makefile: Brought the Makefile up to the GNU coding
9226 standards, as described in standards.text:
9227 (TAGS): New name for the target which rebuilds the tags table.
9228 (check): New target; doesn't do anything yet.
9229 (mostlyclean): New target, synonymous with clean.
9230 (realclean): New target. Currently, this just calls the
9231 subdirectories's makefiles and then deletes config.status.
9232 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
9233 variables.
9234 Installation directory variables changed to conform.
9235 (install, install.sysv, install.xenix, install.aix): Changed the
9236 code which copies the directories into their installed location to
9237 allow the installed locations to be in several different
9238 directories; the old version assumed that they would all be in
9239 $(emacsdir).
9240 (mkdir, lockdir): Allow the installed locations to be in several
9241 different directories.
9242 * INSTALL: Doc fix.
9243
9244 * build-install: Use the same variable names as the Makefile.
9245 Allow the installed locations to be in several different
9246 directories.
9247
92481992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9249
9250 * Makefile (src/paths.h): Instead of using a single sed command to
9251 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
9252 separately, and don't forget to append "/!!!SuperLock!!!" to the
9253 value of the PATH_SUPERLOCK macro.
9254
9255 * config.emacs: Renamed to configure, for consistency with other
9256 GNU products. Internal references changed.
9257 INSTALL, Makefile: References changed.
9258
9259 * lock: New directory, which should always be empty. If this
9260 directory doesn't exist, Emacs won't complain; it just won't lock.
9261 Having this here means that people can just unpack Emacs, build
9262 it, and have locking work.
9263
9264 * share-lib: Re-renamed to etc, for the sake of tradition.
9265 * config.emacs: Changed default value for datadir to ../etc.
9266 * INSTALL, README: Adjusted.
9267
92681992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9269
9270 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
9271 by running CPP on the appropriate s/*.h and m/*.h files.
9272
92731992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9274
9275 * config.emacs: Make sure to set the "exit on error" flag once
9276 we've removed config.status; errors should abort the configuration.
9277
92781992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9279
9280 * config.emacs: Added -distribute option, so that the Makefile
9281 paths are in their proper form. I don't know why this matters.
9282
92831992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9284
9285 * local-lisp: New directory, empty in the distribution, for people
9286 to put local elisp code in.
9287 * config.emacs: Include it in the default load path.
9288 * README: Document it.
9289
92901992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9291
9292 * config.emacs: Guess the type of signal handling functions based
9293 on the contents of /usr/include/signal.h.
9294
9295 * config.emacs: Print out progress report messages.
9296
9297 * Makefile (src/paths.h): Don't generically replace
9298 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
9299 editing of the other entries, and each entry should be dealt with
9300 explicitly anyway.
9301
9302 * build-install: Converted from C-shell to Bourne shell.
9303 * config.emacs: Edit build-install properly.
9304
9305 * config.emacs: Doc fix.
9306
93071992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9308
9309 * Makefile (install): Remove `B' from tar xf command.
9310
93111992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9312
9313 * config.emacs: Removed support for the `maintain-environment'
9314 option; the only important difference between this and its absence
9315 has been removed.
9316 * INSTALL: Removed mention of `maintain-environment'.
9317
9318 * config.emacs: Fix arguments to sed when processing boolean
9319 arguments.
9320
93211991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9322
9323 * config.emacs: New file, to help automate the installation
9324 process.
9325
9326 * Makefile: Lots of changes to support the separation of etc into
9327 architecture-dependent and -independent files:
9328 (EMACSROOT): New variable, giving the directory under which all of
9329 Emacs's libraries should be installed. Changed rest of file to
9330 use it.
9331 (LIBDIR): Now denotes only architecture-dependent dir.
9332 (DATADIR): New variable, denoting architecture-independent dir.
9333 (LOCKDIR): New variable, for completeness.
9334 (SUBDIR): No more etc, new lib-src.
9335 (COPYDIR): No more etc, new arch-lib and share-lib.
9336 (src/paths.h): Set PATH_DATA and the LOCK macros too.
9337 (src): Now depends on lib-src, not etc.
9338 * build-install: Changes parallel to the above.
9339 * README: Describe the new arrangement.
9340
9341 * vms: New subdirectory for all the VMS stuff.
9342
93431991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9344
9345 * Makefile (LISPPATH): New variable.
9346 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
9347
93481990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
9349
9350 * Makefile (install, install.sysv, install.xenix):
9351 Install wakeup instead of loadst. No need for setuid or setgid.
9352
93531990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9354
9355 * Makefile (clean): Clean etc if that's not the installation dir.
9356
93571990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9358
9359 * Makefile (paths.h): Make sed alter each name in the path.
9360
93611988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9362
9363 * Makefile (install.sysv): Use cpio, not tar.
9364
93651988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9366
9367 * Makefile (lockdir): Rename `lock' target.
9368 Depend on it from install*, not from `all'.
9369
93701988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
9371
9372 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
9373 to match build-install and paths.h.
9374
9375;; Local Variables:
9376;; coding: utf-8
067d23c9
KY
9377;; End:
9378
95df8112 9379 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
067d23c9
KY
9380
9381 This file is part of GNU Emacs.
9382
9383 GNU Emacs is free software: you can redistribute it and/or modify
9384 it under the terms of the GNU General Public License as published by
9385 the Free Software Foundation, either version 3 of the License, or
9386 (at your option) any later version.
9387
9388 GNU Emacs is distributed in the hope that it will be useful,
9389 but WITHOUT ANY WARRANTY; without even the implied warranty of
9390 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9391 GNU General Public License for more details.
9392
9393 You should have received a copy of the GNU General Public License
9394 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.