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