Port close-on-exec pty creation to FreeBSD 9.1-RELEASE.
[bpt/emacs.git] / ChangeLog
1 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
4 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
5 and reports EINVAL, try it again without O_CLOEXEC. This should
6 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
7 What were they thinking?
8
9 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
10
11 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
12 Fix shell-operator precedence problem in previous change.
13
14 2013-08-20 Glenn Morris <rgm@gnu.org>
15
16 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
17 Clean test/automated if present.
18
19 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
20
21 Merge from gnulib, incorporating:
22 2013-08-15 warnings: minor optimization
23 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
24
25 2013-08-15 Ken Brown <kbrown@cornell.edu>
26
27 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
28
29 2013-08-15 Glenn Morris <rgm@gnu.org>
30
31 * make-dist: Do not distribute etc/refcards TeX intermediate files.
32 * Makefile.in (install-arch-indep):
33 Do not install etc/refcards TeX intermediate files.
34
35 2013-08-14 Ulrich Müller <ulm@gentoo.org>
36
37 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
38
39 2013-08-12 Eli Zaretskii <eliz@gnu.org>
40
41 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
42
43 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
44
45 Minor zlib configuration tweaks.
46 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
47
48 2013-08-12 Eli Zaretskii <eliz@gnu.org>
49
50 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
51
52 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
53
54 Merge from gnulib, incorporating:
55 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
56 2013-08-10 sys_time: port to OpenBSD
57
58 2013-08-12 Glenn Morris <rgm@gnu.org>
59
60 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
61 with configure's standard --docdir argument. All uses updated.
62 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
63 (install-etcdoc): Rename from install-doc. All uses updated.
64 (uninstall): Run uninstall-doc.
65 (PSS): Add misc-ps.
66 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
67 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
68 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
69 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
70 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
71 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
72
73 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
74
75 Add --with-zlib to 'configure'.
76 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
77 can be built without zlib. Don't assume that -lz is needed on
78 non-PNG hosts. Mention zlib configuration status in 'configure' output.
79
80 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
81
82 * configure.ac: Test for zlib.
83
84 2013-08-10 Eli Zaretskii <eliz@gnu.org>
85
86 * configure.ac: Define and substitute UPDATE_MANIFEST.
87
88 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
89
90 * info/dir: Add todo-mode.
91
92 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
93
94 Fix some minor races in hosts lacking mkostemp (Bug#15015).
95 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
96 * configure.ac (mkostemp): Remove check for this function;
97 gnulib does the check now.
98 (mkstemp): Remove check for this no-longer-used function.
99 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
100 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
101 New files, copied from Gnulib.
102 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
103
104 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
105
106 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
107 --without-file-notification to --without-all.
108
109 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
110
111 * INSTALL: Fix description.
112
113 2013-07-27 Glenn Morris <rgm@gnu.org>
114
115 * configure.ac: Extend the --with-sound option to allow
116 specification of OSS or ALSA (see bug#14812#64).
117
118 2013-07-25 Glenn Morris <rgm@gnu.org>
119
120 * info/dir: Add ido.
121
122 * make-dist: Add a --tests option, to include test/.
123
124 2013-07-24 Glenn Morris <rgm@gnu.org>
125
126 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
127
128 2013-07-23 Glenn Morris <rgm@gnu.org>
129
130 * configure.ac (etc, lisp): No need to create specially.
131 Configure already creates lisp, src/Makefile now creates etc.
132
133 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
134
135 Port to GNU/Linux systems with tinfo but not ncurses.
136 * configure.ac (USE_NCURSES): New symbol.
137
138 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
139
140 Fix array bounds violation when pty allocation fails.
141 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
142 not sizeof pty_name, since pty_name is now a pointer to the array.
143
144 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
145
146 * configure.ac: Simplify --with-file-notification handling.
147
148 2013-07-12 Glenn Morris <rgm@gnu.org>
149
150 * configure.ac: If with-file-notification=yes, if gfile not found,
151 go on to try inotify (not on MS Windows or Nextstep).
152
153 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
154
155 Fix races with threads and file descriptors.
156 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
157
158 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
159
160 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
161
162 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
163
164 * configure.ac (HAVE_W32): Avoid nested functions (the second
165 argument of AC_LANG_PROGRAM is already expanded inside a
166 function). (Bug#14830)
167
168 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
169
170 Port recent close-on-exec changes to Cygwin (Bug#14821).
171 * lib/binary-io.c, lib/binary-io.h: New files.
172 Merge from gnulib, incorporating:
173 2013-07-09 accept4, dup3, pipe2: port to Cygwin
174 * lib/pipe2.c: Update from gnulib, as part of this merge.
175 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
176
177 Handle errno and exit status a bit more carefully.
178 * lib/ignore-value.h: Remove this gnulib-imported file.
179 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
180
181 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
182
183 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
184
185 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
186
187 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
188 This incorporates the following merge from gnulib:
189 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
190
191 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
192
193 Port to Ubuntu 10 (Bug#14803).
194 * configure.ac (accept4): New function to check for.
195
196 Make file descriptors close-on-exec when possible (Bug#14803).
197 * configure.ac (mkostemp): New function to check for.
198 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
199 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
200 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
201 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
202
203 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
204
205 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
206 http://bugs.debian.org/712974
207
208 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
209
210 Remove some unused macros from 'configure'.
211 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
212 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
213 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
214 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
215 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
216 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
217 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
218 Remove these macros, as they are not used.
219 (sys_siglist): Remove macro; src/sysdep.c now does this.
220
221 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
222 Also check that it links. Say whether it compiled and linked.
223
224 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
225
226 Merge from gnulib, incorporating:
227 2013-06-23 ignore-value: port to gcc -pedantic
228 2013-06-21 extern-inline: port to gcc -std=c89
229
230 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
231
232 Do not use GTK 3 if it exists but cannot be compiled.
233 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
234 exists but cannot be compiled.
235
236 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
237
238 * Makefile.in (install-arch-indep): Do not create directories passed
239 with --enable-locallisppath.
240
241 2013-06-24 Glenn Morris <rgm@gnu.org>
242
243 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
244
245 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
246
247 * .bzrignore: Add GNU idutils ID database file.
248
249 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
250
251 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
252 as a fallback.
253
254 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * .bzrignore: Don't unignore cl-loaddefs.el.
257
258 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
259
260 * configure.ac (log2): Check for this function.
261
262 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
263
264 * .bzrignore: Add GNU GLOBAL files.
265
266 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
267
268 Use functions, not macros, for XINT etc. (Bug#11935).
269 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
270 as it generates bogus warnings about reasonable casts of calls.
271
272 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
273
274 * configure.ac: Report ACL usage at the end (Bug#14612).
275
276 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
277
278 --without-all should imply --with-file-notification=no. (Bug#14569)
279 * configure.ac (with_file_notification): Default to $with_features.
280
281 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
282
283 Merge from gnulib, incorporating:
284 2013-06-02 sig2str: port to C++
285 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
286
287 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
288
289 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
290 (with_file_notification): Don't set to gfile if with_ns = yes.
291
292 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
293
294 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
295 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
296 New variables.
297 (epaths-force-w32): Use them. (Bug#14513)
298
299 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
300
301 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
302
303 2013-06-03 Eli Zaretskii <eliz@gnu.org>
304
305 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
306 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
307
308 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
309
310 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
311 used. Remove xgselect.o from XOBJ.
312
313 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
314
315 * configure.ac (file-notification): New option, replaces inotify option.
316 (HAVE_W32): Remove w32notify.o.
317 (with_file_notification): Add checks for glib and w32. Adapt check
318 for inotify.
319 (Summary): Add entry for file notification.
320
321 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
322 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
323
324 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
325
326 * .bzrignore: Ignore dirs libexec/, share/ and var/.
327
328 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
329
330 * INSTALL: Fix description.
331
332 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
333
334 * configure.ac (HAVE_XRANDR): Check availability of
335 XRRGetScreenResources rather than that of XRRQueryExtension.
336
337 2013-05-18 Eli Zaretskii <eliz@gnu.org>
338
339 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
340 nt/epaths.nt, and nt/INSTALL.MSYS.
341
342 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
343
344 Port --enable-gcc-warnings to clang.
345 * configure.ac (nw): Remove obsolescent warnings.
346 These aren't needed for clang, or for gcc for that matter.
347 (emacs_cv_clang): New var, which tests for clang.
348 Omit warnings that clang is too picky about.
349 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
350 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
351
352 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
353 Otherwise, 'configure; make' fails on non-Windows builds.
354
355 2013-05-16 Eli Zaretskii <eliz@gnu.org>
356
357 * lib/Makefile.am: If building for MS-Windows, include
358 nt/gnulib.mk instead of lib/gnulib.mk.
359
360 * configure.ac: Adapt to MSYS build on MS-Windows.
361
362 * Makefile.in (NTDIR): New variable, for the MSYS build on
363 MS-Windows.
364 (SUBDIR): Add $(NTDIR).
365 (.PHONY): Add epaths-force-w32.
366 (msys_to_w32): New variable.
367 (epaths-force-w32, install-nt, uninstall-nt): New targets.
368 (lib-src src): Add $(NTLIB) to prerequisites.
369 (lib lib-src lisp leim nt): Add 'nt'.
370 (config.status): Use $(CFG).
371 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
372 (install, install-arch-dep): Add install-$(NTDIR).
373 (uninstall): Depend on uninstall-$(NTDIR).
374 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
375
376 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
377 CONFIG_SITE for the MSYS build on MS-Windows.
378 (Makefile): Use $(CFG).
379
380 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
381 src/emacs.res.
382
383 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
384
385 Merge from gnulib, incorporating:
386 2013-05-15 manywarnings: update for GCC 4.8.0
387 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
388 2013-05-15 sig2str, stdio, warnings: port to clang
389
390 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * Makefile.in (install-doc): DOC file is not version specific any more.
393 * .bzrignore: Don't ignore DOC-* any more.
394
395 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
396
397 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
398 Reported privately by Han Boetes <han@boetes.org>.
399
400 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
401
402 * lib/makefile.w32-in (ACL_H): New macro.
403 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
404
405 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
406
407 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
408 * configure.ac: Remove -with-acl option, since Gnulib does that for
409 us now.
410 (LIBACL_LIBS): Remove; no longer needed.
411 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
412 for the benefit of the new ACL implementation.
413 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
414 ($(BLD)/acl-errno-valid.$(O)): New rule.
415 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
416 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
417 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
418 New files, taken from gnulib.
419 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
420
421 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
422
423 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
424 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
425
426 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
427
428 Merge from gnulib, incorporating:
429 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
430
431 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
432
433 * make-dist: Keep necessary restrictions on file access.
434
435 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
436
437 Merge from gnulib, incorporating:
438 2013-04-28 extern-inline: work around bug in Sun c99
439
440 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
441
442 Merge from gnulib, incorporating:
443 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
444
445 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
446
447 Port better to AIX (Bug#14258).
448 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
449 we did not already infer an optimization option, and -O works.
450 AIX xlc needs -O, otherwise garbage collection doesn't work.
451
452 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
453
454 * make-dist: Do not distribute admin/unidata/Makefile.
455 It is generated by 'configure'.
456
457 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
458 It messes up 'make distclean', and contains no useful information
459 because it's a copy of subdirs.el.
460
461 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
462
463 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
464
465 2013-04-18 Glenn Morris <rgm@gnu.org>
466
467 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
468 (LN_S_FILEONLY): New output variable.
469 * Makefile.in (LN_S): Remove.
470 (LN_S_FILEONLY): New, set by configure.
471 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
472
473 2013-04-12 Ken Brown <kbrown@cornell.edu>
474
475 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
476 `canonical' is `x86_64-unknown-cygwin'.
477
478 2013-04-09 Ken Brown <kbrown@cornell.edu>
479
480 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
481 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
482 (Bug#12993)
483
484 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
485
486 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
487 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
488 and if not on GNU/Linux or FreeBSD.
489 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
490 lib/*.o is profiled too.
491
492 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
493
494 Merge from gnulib, incorporating:
495 2013-03-29 stdalign: port to stricter ISO C11
496 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
497 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
498
499 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
500
501 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
502 Subsumed by HAVE_XKB. All uses changed.
503
504 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
505
506 * configure.ac (HAVE_XKB): Define if Xkb is present.
507
508 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
509
510 Merge from gnulib, incorporating:
511 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
512
513 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
514
515 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
516 * Makefile.in (QUIET_SUBMAKE): New macro.
517 (install-info, uninstall): Use it.
518
519 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
520 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
521 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
522 no way to do this in pkg-config, so make do with a reasonable
523 approximation.
524
525 Automate the build of ja-dic.el (Bug#13984).
526 * .bzrignore: Add leim/ja-dic/.
527
528 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
529
530 File synchronization fixes (Bug#13944).
531 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
532 (fsync): Remove check; now done by gnulib.
533 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
534 New files, from gnulib.
535 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
536
537 Merge from gnulib, incorporating:
538 2013-03-13 putenv: port to Solaris 10
539 2013-03-12 mktime: fix configure typo
540 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
541 2013-03-11 putenv: avoid compilation warning on mingw
542 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
543
544 2013-03-11 Glenn Morris <rgm@gnu.org>
545
546 * Merge in all changes up to version 24.3 release.
547
548 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
549
550 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
551 It can mess up 'configure' runs.
552
553 2013-03-05 Glenn Morris <rgm@gnu.org>
554
555 * Makefile.in (install-man): Ignore gzip exit status.
556
557 2013-03-03 Glenn Morris <rgm@gnu.org>
558
559 * make-dist: Remove lzma (it's replaced by xz).
560
561 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
562
563 Merge from gnulib, incorporating:
564 2013-02-21 putenv: port better to native Windows
565 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
566 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
567
568 2013-02-28 Ken Brown <kbrown@cornell.edu>
569
570 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
571
572 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
573
574 Simplify data_start configuration (Bug#13783).
575 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
576 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
577 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
578 not always needed.
579 (HAVE_DATA_START): New macro.
580
581 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
582
583 Parallelize documentation builds.
584 This speeds up building of documentation on multiprocessor
585 platforms, and is motivated by Texinfo 5.0, which is much slower.
586 Add a toplevel rule 'make docs' to make all the documentation.
587 * .bzrignore: Add .dvi, .html, .ps.
588 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
589 ($(DOCS), docs, vi, html, pdf, ps): New rules.
590 (info-real): Depend on $(INFOS) rather than doing it sequentially.
591 (dvi): Depend on $(DVIS) rather than doing it sequentially.
592
593 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
594
595 Fix AIX port (Bug#13650).
596 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
597
598 2013-02-12 Eli Zaretskii <eliz@gnu.org>
599
600 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
601 ($(BLD)/memrchr.$(O)): New dependency.
602
603 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
604
605 Tune by using memchr and memrchr.
606 * .bzrignore: Add string.h.
607 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
608 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
609 New files, from gnulib.
610
611 Merge from gnulib, incorporating:
612 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
613 2013-02-09 secure_getenv: fix C++ declaration typo
614
615 2013-02-11 Glenn Morris <rgm@gnu.org>
616
617 * configure.ac (emacs_config_options): Record some env vars.
618
619 2013-02-10 Glenn Morris <rgm@gnu.org>
620
621 * configure.ac (emacs_config_options): Strip out the (internal)
622 arguments --no-create and --no-recursion.
623
624 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
625
626 Merge from gnulib, incorporating:
627 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
628 The MS-Windows port can remove careadlinkatcwd at its convenience.
629 2013-02-08 extensions: port better to HP-UX
630 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
631 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
632 2013-02-04 secure_getenv: new module [module not used by Emacs]
633 2013-01-30 sys_time: port to Solaris 2.6
634
635 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
636
637 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
638 On my host, this speeds up directory-files-and-attributes by a
639 factor of 3, when applied to Emacs's src directory.
640 These functions are standardized by POSIX and are common these
641 days; fall back on a (slower) gnulib implementation if the host
642 is too old to supply them.
643 * .bzrignore: Add lib/dirent.h.
644 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
645 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
646 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
647 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
648 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
649 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
650 * m4/fstatat.m4: New files, from gnulib.
651 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
652 These last three are specific to Emacs and are not copied from gnulib.
653 They are simpler than the gnulib versions and are tuned for Emacs.
654
655 2013-02-01 Glenn Morris <rgm@gnu.org>
656
657 * make-dist: Only README files exist in lisp/ now, not README*.
658
659 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
660
661 * .bzrignore: Add lib-src/blessmail.
662
663 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
664
665 Merge from gnulib, incorporating:
666 2013-01-16 unistd: port to recent mingw
667
668 2013-01-19 Glenn Morris <rgm@gnu.org>
669
670 * Makefile.in (install-arch-indep): Put back a chmod that was
671 removed 2012-05-19. (Bug#13430)
672
673 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
674
675 Merge from gnulib, incorporating:
676 2013-01-16 largefile: port better to Mac OS X 10.5
677 2013-01-15 stdint: fix build with Android's Bionic fox x86
678
679 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
680
681 * configure.ac: Document that --enable-gcc-warnings emits errors.
682 (Bug#13448)
683
684 2013-01-13 Glenn Morris <rgm@gnu.org>
685
686 * make-dist: Add options for xz compression and no compression.
687
688 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
689
690 Enable conservative stack scanning for all architectures.
691 Suggested by Stefan Monnier in
692 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
693 * configure.ac (GC_MARK_STACK): Remove.
694
695 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
696
697 * lib/getopt_.h: Remove trailing CRs that crept in.
698
699 2013-01-11 Eli Zaretskii <eliz@gnu.org>
700
701 * lib/getopt_.h: Regenerate.
702
703 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
704
705 Merge from gnulib, incorporating:
706 2013-01-09 stdlib: port to Solaris 2.6
707
708 2013-01-04 Glenn Morris <rgm@gnu.org>
709
710 * info/dir: Add htmlfontify.
711
712 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
713
714 Merge from gnulib, incorporating:
715 2013-01-04 stdio: remove now-unnecessary stdio.c
716 2013-01-04 fprintftime: depend on stdio, not ignore-value
717 2013-01-04 fwrite: silence __wur only for older glibc versions
718 2013-01-04 fwrite: silence __wur without using inline
719 * lib/stdio.c: Remove.
720 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
721 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
722
723 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
724
725 Merge from gnulib, incorporating copyright-date changes and:
726 2012-12-31 dup2: work around cygwin bug
727
728 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
729
730 * configure.ac: Check for GtkHandlebox.
731 Check for GtkTearoffMenuItem.
732 New enable: --enable-gtk-deprecation-warnings, default off.
733 (HAVE_GTK3): If above enable is off, add
734 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
735
736 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
737
738 * configure.ac (TEMACS_LDFLAGS2): Don't define.
739 (LIBS_GNUSTEP): Set for GNUstep and substitute.
740 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
741
742 2012-12-27 Glenn Morris <rgm@gnu.org>
743
744 * configure.ac (emacs_config_options): New.
745 Use $@ rather than undocumented $ac_configure_args.
746 Replace any embedded double quotes. (Bug#13274)
747
748 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
749
750 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
751 (Bug#13222)
752
753 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
754
755 Revert static checking of stack smashing.
756 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
757 configured with --enable-gcc-warnings. -Wstack-protector causes
758 diagnostics to be issued on Ubuntu 12.10 x86-64.
759
760 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
761
762 Merge from gnulib, incorporating:
763 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
764 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
765 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
766
767 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
768
769 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
770
771 2012-12-16 Romain Francoise <romain@orebokech.com>
772
773 * configure.ac (acl): New option.
774 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
775 provided by libacl on GNU/Linux.
776
777 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
778
779 Fix permissions bugs with setgid directories etc. (Bug#13125)
780 * configure.ac (BSD4_2): Remove; no longer needed.
781
782 2012-12-13 Glenn Morris <rgm@gnu.org>
783
784 * info/dir: Add bovine, srecode, wisent.
785
786 2012-12-13 Andreas Schwab <schwab@suse.de>
787
788 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
789 (uninstall): Likewise. (Bug#13143)
790
791 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
792
793 Merge from gnulib for 'inline' (Bug#13040), incorporating:
794 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
795 * m4/extern-inline.m4: Update from gnulib.
796
797 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
798
799 * lib/makefile.w32-in (SIG2STR_H): New macro.
800 ($(BLD)/sig2str.$(O)): Update dependencies.
801
802 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
803
804 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
805 There's no need to test for any of three inotify functions,
806 since we use all three. Check for just the first one.
807
808 2012-12-10 Daniel Colascione <dancol@dancol.org>
809
810 * .bzrignore: Add src/emacs.res.
811
812 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
813 build how to compile Windows resource files; use these variables
814 to tell src/Makefile.in how and whether to compile resources.
815
816 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
817
818 * configure.ac (inotify): New option.
819 (HAVE_INOTIFY): Test for inotify.
820
821 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
822
823 * configure.ac: Fix source command in .gdbinit.
824 Don't quote $MAKEINFO.
825
826 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
827
828 Allow spaces in some configuration vars (Bug#13078).
829 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
830 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
831 All uses quoted, to allow spaces in these vars.
832
833 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
834
835 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
836 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
837 New files, copied automatically from gnulib.
838 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
839
840 2012-12-08 Eli Zaretskii <eliz@gnu.org>
841
842 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
843 Remove a stray character at the beginning of the file.
844 (Bug#13026)
845
846 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
847
848 Simplify get_lim_data.
849 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
850
851 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
852 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
853 Use SIGCHLD rather than SIGCLD.
854 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
855 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
856 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
857
858 2012-12-06 Glenn Morris <rgm@gnu.org>
859
860 * configure.ac: Handle info/ files with or without ".info" extension.
861
862 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
863
864 Merge from gnulib for 'inline' (Bug#13040), incorporating:
865 2012-11-29 snippet/warn-on-use: no 'static inline'
866 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
867 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
868 2012-11-29 fflush, stat: no 'static inline'
869 2012-11-29 stdio: better 'inline'
870 2012-11-29 sys_stat: no 'static inline'
871 2012-11-29 unistd: better 'inline'
872 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
873 2012-11-29 extern-inline: no 'static inline'
874 2012-11-29 sys_socket: better 'inline'
875 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
876 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
877 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
878 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
879 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
880 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
881 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
882 Update from gnulib.
883
884 2012-11-27 Eli Zaretskii <eliz@gnu.org>
885
886 * make-dist (nt): Adjust to changes in names of the *.manifest files.
887
888 2012-11-24 Ken Brown <kbrown@cornell.edu>
889
890 * configure.ac (HAVE_MOUSE): Remove.
891
892 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
893
894 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
895 * configure.ac: Do not check for dirent.h or closdir.
896
897 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
898
899 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
900 * configure.ac: Do not check for getcwd or getwd.
901
902 2012-11-21 Glenn Morris <rgm@gnu.org>
903
904 * configure.ac (--enable-profiling): Doc fix.
905
906 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
907
908 Improve static checking of integer overflow and stack smashing.
909 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
910 if using GCC 4.7.2 or later on a platform with
911 at least 64-bit long int. This improves static checking on these
912 platforms, when configured with --enable-gcc-warnings.
913
914 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
915
916 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
917 * configure.ac: Do not check for fcntl.h.
918 * lib/gnulib.mk: Regenerate.
919
920 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
921
922 Remove no-longer-used pty_max_bytes variable.
923 * configure.ac (fpathconf): Remove unnecessary check.
924
925 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
926
927 Use faccessat, not access, when checking file permissions (Bug#12632).
928 * .bzrignore: Add lib/fcntl.h.
929 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
930 (gl_FCNTL_O_FLAGS): Define a dummy version.
931 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
932 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
933 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
934 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
935 New files, from gnulib.
936 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
937
938 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
939
940 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
941 * configure.ac (setpgid, setsid): Assume their existence.
942 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
943
944 Simplify by assuming __fpending.
945 Now that Emacs is using the gnulib fpending module,
946 there's no need for Emacs to have a separate implementation.
947 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
948 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
949
950 2012-11-03 Eli Zaretskii <eliz@gnu.org>
951
952 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
953 $(BLD)/close-stream.$(O).
954 ($(BLD)/close-stream.$(O)):
955 ($(BLD)/fpending.$(O)): New dependencies.
956
957 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
958
959 Fix data-loss with --batch (Bug#9574).
960 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
961 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
962 New files, from gnulib.
963 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
964
965 2012-11-03 Eli Zaretskii <eliz@gnu.org>
966
967 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
968
969 2012-11-02 Glenn Morris <rgm@gnu.org>
970
971 * Makefile.in (EMACS_ICON): New variable.
972 (install-etc): Use EMACS_ICON to allow choice of icon.
973
974 2012-10-26 Glenn Morris <rgm@gnu.org>
975
976 * Makefile.in (EMACS_NAME): New variable.
977 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
978
979 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
980 applied to $EXEEXT.
981
982 * Makefile.in (uninstall): Don't abort if some directories are missing.
983 Apply transformation rules to manual pages, desktop and icon files.
984 No more emacs22 icons to uninstall.
985
986 2012-10-24 Glenn Morris <rgm@gnu.org>
987
988 * Makefile.in (install-etc, install-man):
989 Don't apply program transform to standard file suffixes.
990
991 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
992
993 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
994 This ports to Gentoo. Problem originally reported against coreutils,
995 but Emacs has it too.
996
997 2012-10-23 Glenn Morris <rgm@gnu.org>
998
999 * Makefile.in (emacs_transform): Remove.
1000 (install-man): Revert 2012-10-21 change. (Bug#12713)
1001
1002 2012-10-21 Glenn Morris <rgm@gnu.org>
1003
1004 * Makefile.in (install-etc): Don't install emacs22 icons.
1005
1006 * Makefile.in (emacs_transform): New variable.
1007 (install-etc): Prefer a make variable to a shell variable.
1008
1009 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1012
1013 2012-10-15 Glenn Morris <rgm@gnu.org>
1014
1015 * Makefile.in (install-man, install-etc):
1016 Apply $TRANSFORM. (Bug#12536#34)
1017 (clean): Delete etc/emacs.tmpdesktop.
1018
1019 2012-10-11 Kenichi Handa <handa@gnu.org>
1020
1021 * .bzrignore: Add several files under admin/charsets.
1022
1023 2012-10-08 Daniel Colascione <dancol@dancol.org>
1024
1025 * configure.ac: Add --with-w32 as a window system option.
1026 Limit it to Cygwin for now. Integrate w32 into the refactored window
1027 system configuration and set TERM_HEADER to w32term.h when w32 is
1028 configured.
1029
1030 (CYGWIN_OBJ): Add cygw32.o.
1031
1032 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1033
1034 * configure.ac: Check that OSX is 10.4 or newer.
1035
1036 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1037
1038 Improve sys_siglist detection.
1039 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1040 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1041
1042 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1043
1044 Merge from gnulib, incorporating:
1045 2012-10-02 pselect: reject invalid file descriptors
1046 2012-10-02 ptsname: reject invalid file descriptors
1047 2012-10-02 manywarnings: cater to more gcc infelicities
1048 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1049 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1050 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1051 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1052
1053 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 Merge from gnulib, incorporating:
1056 2012-09-28 extern-inline: provide a -Wundef safe config.h
1057
1058 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1059
1060 Check more robustly for timer_settime.
1061 This should fix an OS X build problem reported by Ivan Andrus in
1062 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1063 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1064 does threads its own way.
1065 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1066
1067 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1070 to avoid problems with recursion when using GNU make.
1071
1072 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1073
1074 * Makefile.in (bootstrap): Simplify build procedure.
1075 Suggested by Wolfgang Jenker in
1076 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1077
1078 Merge from gnulib, incorporating:
1079 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1080
1081 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1082
1083 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1084 BoundingBox feature.
1085
1086 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1087
1088 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1089
1090 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1091
1092 * Makefile.in (bootstrap): Revert last change. Run config.status
1093 after config.status --recheck, run configure from $(srcdir).
1094 (config.status): Run configure from $(srcdir).
1095
1096 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1097
1098 * Makefile.in: Fix build error on FreeBSD.
1099 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1100 Suggested by Wolfgang Jenker in
1101 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1102 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1103 This undoes part of the 2012-09-10 patch.
1104 (bootstrap): Run ./configure, rather than trying to run config.status
1105 if it exists. That builds src/epaths.h more reliably.
1106 Run autogen/copy_autogen if autogen.sh fails,
1107 to create 'configure'; problem reported by Andreas Schwab in
1108 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1109 * autogen.sh: Exit with status 1 when failing due to missing tools,
1110 reverting the 2012-09-10 change to this file.
1111 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1112 Use 'cp -f' for the build-aux files, since the destinations are
1113 typically read-only.
1114
1115 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1116 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1117 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1118
1119 2012-09-17 Glenn Morris <rgm@gnu.org>
1120
1121 * configure.ac (copyright): New output variable.
1122 (COPYRIGHT): New AC_DEFINE.
1123
1124 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1125
1126 Remove configure's --without-sync-input option (Bug#12450).
1127 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1128
1129 2012-09-16 Glenn Morris <rgm@gnu.org>
1130
1131 Increase compartmentalization of Nextstep builds rules,
1132 and store Emacs version number in fewer versioned files.
1133 * configure.ac (ns_appsrc): Use relative names.
1134 (ns_frag): Remove.
1135 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1136 (nextstep/Makefile): Generate these nextstep files.
1137 (SUBDIR_MAKEFILES): Add nextstep.
1138 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1139 * make-dist (nextstep/templates): Add directory.
1140 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1141 (nextstep/Cocoa/Emacs.base/Contents)
1142 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
1143
1144 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1145
1146 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1147 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1148 (_setjmp, _longjmp): Remove.
1149
1150 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 * configure.ac (--without-sync-input): Fix typo in usage message.
1153
1154 * configure.ac: Port to hosts lacking gtk.
1155 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1156 better, in particular, problems in invoking pkg-config itself.
1157 This is useful on hosts that don't have pkg-config.
1158 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1159 and gtk2 are both missing. Problem found on Solaris 8.
1160
1161 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1162
1163 * configure.ac: Reorder Xaw3d messages.
1164 Report Gtk+ 3 as GTK.
1165
1166 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1167
1168 Simplify SIGIO usage (Bug#12408).
1169 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1170 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1171 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1172 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1173 to #undef SIGIO now (which was error-prone). Likewise, all uses
1174 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1175
1176 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1177
1178 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1179 and then gtk2 if not found.
1180 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1181 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1182 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1183
1184 2012-09-11 Glenn Morris <rgm@gnu.org>
1185
1186 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1187 Be more explicit about dependencies, for parallel `make install'.
1188
1189 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1190
1191 Simplify, document, and port floating-point (Bug#12381).
1192 * configure.ac (logb, cbrt): Do not check for these functions,
1193 as they are not being used.
1194
1195 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1196
1197 Improve robustness of 'make bootstrap' (Bug#12376).
1198 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1199 * INSTALL, README: Document autogen.sh.
1200 * Makefile.in (Makefile): Mark it as precious, since it's updated
1201 atomically.
1202 (MAKE_CONFIG_STATUS): New macro.
1203 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1204 to run config.status with the --recheck option, which is more
1205 appropriate for a bootstrap.
1206 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1207 about failures due to missing tools.
1208 * autogen.sh: Exit with status 101 when failing due to missing tools.
1209 * make-dist: Distribute autogen.sh.
1210
1211 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1212
1213 Assume C89 or later for math functions (Bug#12381).
1214 * configure.ac (frexp, fmod): Remove checks for these functions,
1215 as we now assume them.
1216 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1217 (HAVE_EXCEPTION):
1218 Remove; no longer needed.
1219
1220 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 More signal-handler cleanup (Bug#12327).
1223 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1224
1225 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1226
1227 Signal-handler cleanup (Bug#12327).
1228 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1229 Adjust to syssignal.h changes.
1230 (SIGNAL_H_AB): Remove; no longer needed.
1231
1232 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1233
1234 Simplify redefinition of 'abort' (Bug#12316).
1235 * configure.ac (NO_ABRT): Remove.
1236
1237 * configure.ac (_setjmp, _longjmp): Check by compiling
1238 instead of by guessing. The guesses were wrong for
1239 recent versions of Solaris, such as Solaris 11.
1240
1241 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1244 It generates false alarms in doc.c, regex.c, xdisp.c. See
1245 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1246
1247 Merge from gnulib, incorporating:
1248 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1249 2011-11-30 manywarnings: update the list of "all" warnings
1250
1251 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1252
1253 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1254
1255 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1256
1257 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1258 This ports to glibc 2.15 or later, when configured with
1259 --enable-gcc-warnings. See Eric Blake in
1260 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1261
1262 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1263
1264 * configure.ac: Introduce term_header variable, which holds the
1265 value which will become TERM_HEADER in code. We effect our choice
1266 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1267 instead of using ad-hoc variables and flags for each window
1268 system.
1269
1270 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1271
1272 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1273 and if the user has not specified CFLAGS. -g3 simplifies
1274 debugging, since it makes macros visible to the debugger.
1275
1276 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
1277
1278 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1279
1280 2012-08-25 Eli Zaretskii <eliz@gnu.org>
1281
1282 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1283 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1284
1285 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1286
1287 On assertion failure, print backtrace if available.
1288 Merge from gnulib, incorporating:
1289 2012-08-24 execinfo: port to FreeBSD
1290 2012-08-22 execinfo: new module
1291 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1292 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1293
1294 2012-08-22 Glenn Morris <rgm@gnu.org>
1295
1296 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1297 do not create the bin/emacs link. (Bug#12011)
1298
1299 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 Merge from gnulib, incorporating:
1302 2012-08-20 extern-inline: support old GCC 'inline'
1303
1304 2012-08-20 Glenn Morris <rgm@gnu.org>
1305
1306 * configure.ac (AC_PROG_LN_S): Test for ln.
1307 * Makefile.in (LN_S): New, set by configure.
1308 (install-arch-dep): Use $LN_S.
1309
1310 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1311
1312 Merge from gnulib, incorporating:
1313 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1314 2012-08-19 mktime, sys_select: avoid 'static inline'
1315 2012-08-19 gnulib-tool: Fix indentation.
1316
1317 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1318
1319 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1320 These files have been unused since the 2012-06-22 patch that
1321 introduced high-resolution time stamps.
1322
1323 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1324
1325 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1326 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1327
1328 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1329
1330 Merge from gnulib, incorporating:
1331 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1332
1333 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1336 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1337 ($(BLD)/u64.$(O)): Update dependencies.
1338
1339 2012-08-10 Glenn Morris <rgm@gnu.org>
1340
1341 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1342
1343 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1344
1345 * configure.ac (--disable-features): Rename to --without-all.
1346 (OPTION_DEFAULT_ON): Change to use with_features.
1347 * INSTALL: Fix description.
1348
1349 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1350
1351 * configure.ac: New option --disable-features.
1352 (OPTION_DEFAULT_ON): Change to use enable_features.
1353 * INSTALL: Explain --disable-features.
1354
1355 2012-08-07 Glenn Morris <rgm@gnu.org>
1356
1357 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1358 * autogen.sh (automake_min): Get it from configure.ac.
1359
1360 2012-08-06 Glenn Morris <rgm@gnu.org>
1361
1362 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1363
1364 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1365 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1366 (DISPNEW_NEEDS_STDIO_EXT): New define.
1367
1368 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
1371
1372 2012-08-05 Ulrich Müller <ulm@gentoo.org>
1373
1374 * configure.ac: Disable paxctl if binaries don't have a
1375 PT_PAX_FLAGS program header. (Bug#11979)
1376
1377 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1378
1379 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1380 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1381 (SHA512_H): Don't mention u64.h twice.
1382 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1383 New targets.
1384
1385 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1386
1387 Merge from gnulib, incorporating:
1388 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1389
1390 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1391
1392 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1393 out-of-tree build.
1394
1395 2012-08-02 Glenn Morris <rgm@gnu.org>
1396
1397 * make-dist: Remove src/s.
1398
1399 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1400
1401 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1402
1403 Merge from gnulib (Bug#12116), incorporating:
1404 2012-08-01 extern-inline: new module
1405 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
1406 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
1407 New files. The new .c files are for instantiating extern inline
1408 functions.
1409
1410 Port to Solaris 8.
1411 Without this change, 'configure' fails because the recently-added
1412 wait3 prototype in config.h messes up later 'configure' tests.
1413 Fix this problem by droping wait3 and WRETCODE, as they're
1414 no longer needed on hosts that are current porting targets.
1415 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1416 All uses changed to waitpid and WEXITSTATUS.
1417
1418 Avoid needless autoheader after autogen.sh.
1419 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1420 * .bzrignore: Add it.
1421 * autogen.sh: Create it.
1422
1423 2012-08-01 Glenn Morris <rgm@gnu.org>
1424
1425 * configure.ac (DOS_NT, MSDOS): New system type templates.
1426
1427 2012-08-01 Ulrich Müller <ulm@gentoo.org>
1428
1429 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1430 Don't include crtbegin.o and crtend.o. (Bug#12047)
1431
1432 2012-08-01 Glenn Morris <rgm@gnu.org>
1433
1434 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1435 (INTERNAL_TERMINAL): New.
1436
1437 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1438 (IS_ANY_SEP): Move here from src/lisp.h.
1439
1440 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1441
1442 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1443 (CONF_POST_H): New macro.
1444
1445 2012-07-31 Glenn Morris <rgm@gnu.org>
1446
1447 * configure.ac (S_FILE): Remove output variable.
1448
1449 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1450
1451 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1452 Move here from src.
1453
1454 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1455 Move here from conf_post.h.
1456
1457 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1458
1459 Improve OpenMotif detection on GNU/Linux systems.
1460 * configure.ac (MOTIF): Check for /usr/include/openmotif
1461 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1462
1463 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1464
1465 * Makefile.in (install-arch-indep): Avoid eval.
1466
1467 2012-07-31 Glenn Morris <rgm@gnu.org>
1468
1469 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1470
1471 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1472 when removing src/s/sol2-6.h yesterday.
1473
1474 * configure.ac (USG5_4): Reintroduce this.
1475 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1476
1477 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1478
1479 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1480 and to s/usg5-4-common.h on irix6-5.
1481
1482 2012-07-30 Glenn Morris <rgm@gnu.org>
1483
1484 * configure.ac (AH_BOTTOM): Use an include file, so that the
1485 contents do not get processed by autoheader.
1486
1487 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1488
1489 Do not overwrite config.status while executing it (Bug#11214).
1490 * Makefile.in (MAKEFILE_NAME): New macro.
1491 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1492 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1493 so that GNU 'make' isn't tempted to make the Makefile and then
1494 regenerate config.status while config.status is running.
1495
1496 Update .PHONY listings in makefiles.
1497 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1498 FRC, install-arch-dep, install-arch-indep, install-doc,
1499 install-info, install-man, install-etc, install-strip, uninstall,
1500 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1501 (.RECURSIVE): Remove; hasn't been needed for years.
1502
1503 2012-07-30 Glenn Morris <rgm@gnu.org>
1504
1505 * configure.ac (SIGNAL_H_AHB): New hack macro.
1506 (opsysfile): Set to empty on netbsd, openbsd.
1507 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1508
1509 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
1510
1511 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1512
1513 * Makefile.in (install-arch-indep): Remove sh -x.
1514
1515 2012-07-30 Glenn Morris <rgm@gnu.org>
1516
1517 * configure.ac (opsysfile): Tweak message for null case.
1518
1519 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1520 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
1521
1522 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1523
1524 Merge from gnulib, incorporating:
1525 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1526
1527 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1528
1529 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1530
1531 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1532
1533 Use Gnulib environ module (Bug#9772).
1534 * m4/environ.m4: New file, from gnulib.
1535 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1536
1537 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1538 This should improve portability of macros like alignof and DECL_ALIGN.
1539 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1540 * .bzrignore: Add lib/stdalign.h.
1541 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1542 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1543 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1544 fiddles with this, as gnulib now does this for us.
1545
1546 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1547
1548 Fix toolkit configuration report.
1549 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1550 --with-x-toolkit=gtk3 is used.
1551
1552 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1553
1554 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1555 * configure.ac: Configure gnulib at the end, not before running
1556 pkg-config. This restores the behavior before 2012-06-22, when
1557 higher-resolution time stamps were added, and fixes a bug whereby
1558 LIB_PTHREAD was not used and gnulib's part of 'configure'
1559 therefore incorrectly assumed that pthread_sigmask wasn't working.
1560 Fix the problem with -lrt and clock_gettime a different way.
1561 This should complete the fix for Bug#11884.
1562 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1563
1564 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1565
1566 Merge from gnulib, incorporating:
1567 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1568 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1569
1570 2012-07-14 Glenn Morris <rgm@gnu.org>
1571
1572 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1573 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1574
1575 2012-07-13 Glenn Morris <rgm@gnu.org>
1576
1577 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1578
1579 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1580 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1581 Move "system type" macros here from src/s.
1582 (BSD_SYSTEM_AHB): New hack macro.
1583 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1584
1585 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1586 (GC_MARK_SECONDARY_STACK): Move here from src/s.
1587
1588 2012-07-12 Glenn Morris <rgm@gnu.org>
1589
1590 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1591 setting here from src/s/darwin.h.
1592
1593 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1594 as src/s/darwin.h used to.
1595
1596 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1597 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
1598 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
1599 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
1600 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1601 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
1602 (XOS_NEEDS_TIME_H): Move here from src/s.
1603
1604 2012-07-11 Glenn Morris <rgm@gnu.org>
1605
1606 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
1607 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
1608
1609 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1610
1611 * configure.ac (tzset): Remove check that's redundant with gnulib.
1612
1613 2012-07-11 Glenn Morris <rgm@gnu.org>
1614
1615 * configure.ac (CLASH_DETECTION): Define unconditionally.
1616
1617 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1618
1619 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
1620 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
1621
1622 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1623
1624 Assume mkdir, rename, rmdir, strerror.
1625 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
1626
1627 2012-07-11 Glenn Morris <rgm@gnu.org>
1628
1629 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1630
1631 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1632
1633 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1634
1635 Remove "#define unix" that is no longer needed (Bug#11905).
1636 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1637 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1638 2012-07-09 getopt: Simplify after Emacs changed.
1639
1640 2012-07-10 Glenn Morris <rgm@gnu.org>
1641
1642 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1643 Move here from src/s.
1644
1645 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1646
1647 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1648 PNG_DEPRECATED.
1649
1650 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1651
1652 Add GCC-style 'const' attribute to functions that can use it.
1653 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1654 (ATTRIBUTE_CONST): New macro, in config.h.
1655
1656 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
1657
1658 * lib/makefile.w32-in: Rework dependencies.
1659 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1660 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1661 (U64_H, SHA512_H): New macros.
1662 (SRC): Redefine to point to src/, not current directory.
1663 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1664 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1665 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1666 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1667 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1668 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1669 ($(BLD)/filemode.$(O)): Update dependencies.
1670
1671 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 Merge from gnulib, incorporating:
1674 2012-07-09 timespec: mark functions with const attributes
1675
1676 Rename configure.in to configure.ac (Bug#11603).
1677 The name 'configure.in' has been obsolescent for quite some time,
1678 and the next release of Autoconf will generate warnings for it.
1679 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1680 'configure.in' as autoconf input" in the Autoconf git repository.
1681 * configure.ac: Rename from configure.in.
1682 * INSTALL, INSTALL.BZR, README, make-dist:
1683 * Makefile.in (AUTOCONF_INPUTS):
1684 * autogen.sh (autoconf_min):
1685 * autogen/update_autogen (sources):
1686 Adjust to reflect new name.
1687
1688 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1689
1690 Restore deprecation warnings, except for older libpng.
1691 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1692 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1693 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1694
1695 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1696
1697 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1698
1699 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1700
1701 Improve static checking when configured --with-ns.
1702 See Samuel Bronson's remarks in
1703 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1704 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1705 a no-op with recent GCC and harmful in earlier ones.
1706 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1707 warning when compiling with ObjC. Always omit
1708 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1709 being done correctly.
1710
1711 2012-07-07 Glenn Morris <rgm@gnu.org>
1712
1713 * configure.in (BROKEN_SA_RESTART): Doc fix.
1714
1715 * configure.in: Rather than checking for things then undef'ing
1716 them on some platforms, simply don't check for them.
1717 (getwd): Don't check for it on unixware.
1718 (random, rint): Don't check for these on hpux.
1719 (res_init, libresolv): Don't check for these on darwin.
1720
1721 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1724 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1725 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1726 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1727
1728 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1729
1730 * configure.in: Document --enable-gcc-warnings better.
1731
1732 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1733 This is safer than strcasecmp, which has unspecified behavior
1734 outside the POSIX locale and in practice sometimes does not work
1735 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1736 * configure.in (strcasecmp, strncasecmp): Remove checks.
1737
1738 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1739 * lib/c-strncasecmp.c: New files, taken from gnulib.
1740 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1741
1742 Merge from gnulib, incorporating:
1743 2012-07-06 timespec-sub: avoid duplicate include
1744 Reported by Juanma Barranquero.
1745
1746 2012-07-06 Glenn Morris <rgm@gnu.org>
1747
1748 * make-dist [update]: Let autoreconf figure out what needs updating.
1749 Use `make info-real'. leim/leim-list.el should always exist.
1750 Check cd return value.
1751
1752 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1753
1754 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1755 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1756 2012-07-05 sys_time: allow too-wide tv_sec
1757
1758 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1759
1760 Merge from gnulib.
1761 * lib/alloca.in.h: New version from gnulib, incorporating:
1762 2012-07-03 alloca: add support for HP NonStop TNS/E native
1763
1764 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1765
1766 * configure.in: If --enable-gcc-warnings, disable
1767 -Wunsafe-loop-optimizations for -O1 optimization level.
1768
1769 2012-06-30 Glenn Morris <rgm@gnu.org>
1770
1771 * configure.in (standardlisppath): New output variable.
1772 (lisppath): Use standardlisppath.
1773 * Makefile.in (standardlisppath): New, set by configure.
1774 (epaths-force): Use standardlisppath and locallisppath rather than
1775 lisppath.
1776
1777 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1778
1779 * configure.in: Fix previous change. Remove --enable-asserts.
1780 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1781 Add --enable-link-time-optimization.
1782 * INSTALL: Mention this.
1783
1784 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1785
1786 * configure.in: Add glyphs category to --enable-checking option.
1787 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1788
1789 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1790
1791 * configure.in (ENABLE_CHECKING): Update comment.
1792
1793 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1794
1795 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1796 Emacs proper no longer uses these headers, and can rely on Gnulib
1797 for these checks.
1798
1799 Merge from gnulib.
1800 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1801 getopt-posix: No longer guarantee that option processing is resettable.
1802
1803 2012-06-27 Glenn Morris <rgm@gnu.org>
1804
1805 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1806
1807 * INSTALL: Remove references to paths.el.
1808
1809 2012-06-26 Eli Zaretskii <eliz@gnu.org>
1810
1811 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1812 This replaces separate dependency for each object file, which required
1813 the same object file to be mentioned twice, causing failures in
1814 parallel builds.
1815
1816 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1817
1818 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1819 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1820
1821 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1822
1823 * configure.in (AC_CHECK_FUNCS): Detect library functions
1824 strcasecmp and strncasecmp.
1825
1826 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1829 We might as well use the spelling standardized by C11,
1830 as in the long run that should simplify maintenance.
1831 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1832
1833 2012-06-24 Eli Zaretskii <eliz@gnu.org>
1834
1835 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1836 ($(BLD)/timespec-add.$(O)):
1837 ($(BLD)/timespec-sub.$(O)): Don't depend on
1838 $(EMACS_ROOT)/nt/inc/sys/time.h.
1839
1840 * lib/stat-time.h:
1841 * lib/timespec.h:
1842 * lib/utimens.h: Revert last change.
1843
1844 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 Merge from gnulib.
1847 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1848 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1849
1850 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1851
1852 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1853 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1854 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1855 $(BLD)/timespec-sub.$(O).
1856 ($(BLD)/dtotimespec.$(O)):
1857 ($(BLD)/gettime.$(O)):
1858 ($(BLD)/timespec-add.$(O)):
1859 ($(BLD)/timespec-sub.$(O)): New dependencies.
1860
1861 * lib/stat-time.h:
1862 * lib/timespec.h:
1863 * lib/utimens.h: Include sys/time.h.
1864
1865 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1866
1867 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1868 the correct CFLAGS and LIBS.
1869
1870 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1871
1872 Support higher-resolution time stamps (Bug#9000).
1873 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1874 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1875 that the new clock stuff doesn't clash with RSVG_LIBS.
1876 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1877 as gnulib does that for us now.
1878 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1879 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1880 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1881 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1882 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1883 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1884 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1885 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1886 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1887 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1888 New files, copied automatically from gnulib.
1889 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1890
1891 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1892
1893 Merge from gnulib.
1894 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1895 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1896 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1897 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1898 Copy new versions from gnulib, incorporating the following changes:
1899 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1900 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1901 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1902 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1903 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1904 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1905
1906 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1907
1908 * configure.in: Rename --enable-use-lisp-union-type to
1909 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1910 instead of USE_LISP_UNION_TYPE.
1911
1912 2012-06-12 Glenn Morris <rgm@gnu.org>
1913
1914 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1915 (opsysfile): Set specially for sol2-10.
1916
1917 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1918 New AC_DEFINEs, for hpux11.
1919 (opsysfile): Set specially for hpux11.
1920
1921 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1922
1923 * configure.in: Coalesce some function checking.
1924 This makes 'configure' a bit smaller.
1925 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1926
1927 2012-06-12 Glenn Morris <rgm@gnu.org>
1928
1929 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1930
1931 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1932
1933 * configure.in: Anticipate platforms with no src/s file.
1934
1935 2012-06-12 Chong Yidong <cyd@gnu.org>
1936
1937 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1938
1939 2012-06-11 Glenn Morris <rgm@gnu.org>
1940
1941 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1942
1943 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
1944
1945 * configure.in (dbus_type_is_valid): Check for library function.
1946
1947 2012-06-06 Glenn Morris <rgm@gnu.org>
1948
1949 * INSTALL, make-dist: Remove vcdiff.
1950
1951 2012-06-03 Glenn Morris <rgm@gnu.org>
1952
1953 * INSTALL, make-dist: Remove rcs-checkin.
1954
1955 2012-06-03 Ulrich Müller <ulm@gentoo.org>
1956
1957 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
1958
1959 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1960
1961 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1962 It is confusingly named and rarely useful. See, for example,
1963 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1964 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1965 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1966 * configure.in: Remove --disable-maintainer-mode.
1967 (USE_MAINTAINER_MODE, MAINT): Remove.
1968
1969 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1970
1971 Make 'configure' a bit smaller and faster.
1972 * configure.in (INSTALL_INFO): Set it with one call to
1973 AC_PATH_PROG, not three.
1974 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1975 so likely that it'll be needed.
1976 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1977 (AC_PROG_MAKE_SET): Remove; Automake does this.
1978 (sysinfo): Do not check for this function, as it's never used.
1979 (tzset): Check for this function just once.
1980 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1981 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1982
1983 2012-05-27 Eli Zaretskii <eliz@gnu.org>
1984
1985 * config.bat (lib): Create/update lib/stdalign.in-h and
1986 lib/sys_types.in-h.
1987
1988 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1989 ($(BLD)/sha1.$(O)):
1990 ($(BLD)/sha256.$(O)):
1991 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1992 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1993
1994 * lib/getopt_.h: Regenerate.
1995
1996 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1997
1998 Assume gnulib does largefile.
1999 Gnulib does the largefile configuration anyway, so when configure.in
2000 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2001 * configure.in (AC_SYS_LARGEFILE): Remove.
2002 * lib/gnulib.mk: Autoupdate.
2003
2004 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2005
2006 Merge from gnulib. (Bug#11527)
2007
2008 The build procedure now creates <stdalign.h> and <sys/types.h> for
2009 older hosts that lack a working <stdalign.h> or whose
2010 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2011 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
2012 msdos and nt builds.
2013
2014 Here is a precis of gnulib changes that seem relevant; please see
2015 the gnulib ChangeLog for details.
2016
2017 2012-05-18 crypto: fix bug in large buffer handling
2018 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2019 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2020 2012-05-08 warnings.m4: give a means to specify the program to compile
2021 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2022 2012-04-21 Large File Support for native Windows platforms.
2023 2012-04-14 stat: Bypass buggy override in mingw64.
2024 2012-03-29 stdio: don't assume gets any more
2025 2012-03-24 Enable common subexpression optimization in GCC.
2026 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2027 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2028 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2029 2012-01-21 stdint: Add support for Android.
2030 2012-01-15 Improve support for MSVC 9.
2031 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2032 2012-01-05 Use ', not `, for quoting output.
2033 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2034 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2035 2012-01-05 inttypes: Modernize.
2036 2011-12-13 inttypes, stdint: add C++11 support
2037 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2038 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2039 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2040 2011-11-09 raise: fix mingw handling of SIGPIPE
2041 2011-10-27 Add stdalign module and use it in other modules.
2042
2043 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2044 * m4/sys_types_h.m4:
2045 New files.
2046 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2047 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2048 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
2049 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2050 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2051 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2052 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2053 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2054 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2055 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2056 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2057 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2058 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2059 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2060 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2061 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2062 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2063 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2064 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2065 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2066 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2067 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2068 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2069 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2070 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2071 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2072 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2073 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2074 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2075 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2076 Update from gnulib.
2077
2078 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2079
2080 Remove src/m/*.
2081 * configure.in: Remove all mention of src/m/*.
2082 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2083 All uses removed.
2084 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2085 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2086 * lib/makefile.w32-in: Remove dependencies on
2087 $(EMACS_ROOT)/src/m/intel386.h.
2088 * make-dist: Don't make links to src/m.
2089
2090 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2091
2092 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2093 Without this further fix, aclocal was being invoked unnecessarily.
2094
2095 2012-05-22 Glenn Morris <rgm@gnu.org>
2096
2097 * Makefile.in (blessmail, install-arch-dep, uninstall):
2098 Check cd lib-src works.
2099 (install-arch-dep, uninstall): Remove unneeded subshells.
2100
2101 2012-05-21 Glenn Morris <rgm@gnu.org>
2102
2103 * update-subdirs: Move to build-aux/.
2104 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2105
2106 * Makefile.in (leimdir): New, set by configure.
2107 (COPYDIR, COPYDESTS): Add leim directories.
2108 (install-leim): Remove.
2109 (install-arch-indep): Handle leim installation directly.
2110
2111 * vpath.sed: Remove unused file.
2112 * make-dist: No more vpath.sed.
2113
2114 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2115
2116 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2117 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2118 even though the file's name in gnulib is m4/gnulib-comp.m4.
2119 This had a problem when merging from gnulib, as the code temporarily
2120 renamed it to the full name, causing problems when interrupted.
2121 Now the file has its full name, with the idea that we will find
2122 a solution for MS-DOS that does not affect the rest of Emacs.
2123 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2124
2125 Assume C89 or later.
2126 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2127 (POINTER_TYPE, PROTOTYPES): Remove.
2128
2129 Make merging from gnulib a script, not a makefile action.
2130 Putting it in a makefile has some problems with reflection, as
2131 merging from gnulib updates 'configure', which can update the makefile.
2132 Putting it in a standalone script breaks this loop.
2133 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2134 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2135 Remove, moving the actions to the script admin/merge-gnulib.
2136
2137 2012-05-21 Glenn Morris <rgm@gnu.org>
2138
2139 * configure.in (LEIM_INSTALLDIR):
2140 Rename to leimdir, treat like lispdir.
2141
2142 2012-05-21 Glenn Morris <rgm@gnu.org>
2143
2144 * Makefile.in (install-arch-indep, install-doc, install-info)
2145 (uninstall): Scrap superfluous subshells.
2146
2147 2012-05-19 Ulrich Müller <ulm@gentoo.org>
2148
2149 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2150
2151 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2152
2153 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2154 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2155 getsockopt, setsockopt, mremap, mempcpy.
2156
2157 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2158 is being removed.
2159 (AC_CHECK_FUNCS): Remove ftime.
2160
2161 2012-05-19 Glenn Morris <rgm@gnu.org>
2162
2163 * Makefile.in (install-arch-indep): Remove unneeded subshell.
2164
2165 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2166 Set permissions of lisp/subdirs.el.
2167
2168 * Makefile.in (SUBDIR): Add leim. Update users.
2169
2170 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2171
2172 * Makefile.in (leim): No need to set PARALLEL.
2173
2174 2012-05-18 Glenn Morris <rgm@gnu.org>
2175
2176 * Makefile.in (install-arch-indep, install-info, install-man):
2177 Simplify some one-sided ifs.
2178
2179 * Makefile.in: Install only the relevant DOC file.
2180 (install-arch-indep): Delete etc/DOC*.
2181 (install-doc): No more need to delete etc/DOC.
2182
2183 * Makefile.in (install-arch-indep): Split into several rules.
2184 (install-doc, innstall-info, install-man): New rules.
2185
2186 * configure.in (mandir): May as well include it in the NS app bundle.
2187
2188 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2189 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2190 (install-arch-indep): Don't install-etc for self-contained ns builds.
2191
2192 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2193 No longer unconditonally add /sw directories. (Bug#2280)
2194
2195 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2196 (install-arch-indep): Depend on install-leim.
2197 (install): Remove explicit install-leim dependence.
2198
2199 * Makefile.in (install-arch-indep):
2200 Move last element of mkdir rule here.
2201 (mkdir): Remove rule.
2202
2203 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2204 INSTALL_DATA does this for us.
2205
2206 * Makefile.in (install-arch-dep): Ensure bindir exists.
2207 Drop mkdir dependency.
2208 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2209 (install-leim): Drop mkdir dependency.
2210 (mkdir): Remove most directories, now made in relevant rules.
2211
2212 * Makefile.in (install-arch-indep): Combine adjacent loops.
2213
2214 2012-05-17 Glenn Morris <rgm@gnu.org>
2215
2216 * Makefile.in (install-etc, mkdir):
2217 Make relevant directories in install-etc rather than mkdir.
2218
2219 * Makefile.in (write_subdir): Create the directory if needed.
2220 (install-arch-dep, mkdir): No need to make site-lisp directories.
2221
2222 * Makefile.in (write_subdir): New.
2223 (install-arch-indep, install-arch-dep): Use $write_subdir.
2224
2225 * configure.in (docdir, etcdir, infodir, lispdir):
2226 For a self-contained ns build, set these to the appropriate values.
2227 * Makefile.in (install-arch-dep): No need to move info/ any more.
2228
2229 * configure.in (ns_self_contained): New output variable.
2230 * Makefile.in (ns_self_contained): New, set by configure.
2231 (install-arch-dep): For a self-contained ns build,
2232 don't bother installing binaries then immediately deleting them.
2233
2234 * Makefile.in (ns_appbindir, ns_appresdir):
2235 Move them before things that may refer to them.
2236 (install-arch-dep): No need to relocate self-contained ns libexec.
2237
2238 * configure.in (archlibdir): Set it for self-contained ns builds.
2239 (libexecdir): Don't expand it now (this is mainly cosmetic).
2240
2241 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2242
2243 * configure.in: Simplify by removing CPP etc.
2244 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2245 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2246 In particular we no longer need to fiddle with CPP, since we don't
2247 use CPP specially any more.
2248 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2249 adjusted compiler.
2250 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2251 since gl_EARLY and/or Autoconf already does these.
2252
2253 2012-05-16 Glenn Morris <rgm@gnu.org>
2254
2255 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2256 (CPP): Do not unconditionally set it on Darwin.
2257 Instead, try to test if -no-cpp-precomp is accepted.
2258 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2259
2260 2012-05-15 Glenn Morris <rgm@gnu.org>
2261
2262 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
2263
2264 * Makefile.in (install-arch-dep): Do not hard-code version number.
2265
2266 * Makefile.in (install-arch-dep): NS install no longer needs to
2267 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2268
2269 2012-05-12 Glenn Morris <rgm@gnu.org>
2270
2271 * configure.in (ns_appbindir): Remove trailing "/".
2272
2273 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2274 (MKDEPDIR): Use $MKDIR_P.
2275 * Makefile.in (MKDIR_P): New, set by configure.
2276 (mkdir): Use $MKDIR_P.
2277
2278 2012-05-11 Glenn Morris <rgm@gnu.org>
2279
2280 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
2281 Use INSTALL_DATA for the DOC file.
2282 Remove dead code for ./lisp that never executes.
2283
2284 2012-05-10 Glenn Morris <rgm@gnu.org>
2285
2286 * configure.in (LEIM_INSTALLDIR): New output variable.
2287
2288 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2291
2292 2012-05-08 Glenn Morris <rgm@gnu.org>
2293
2294 * make-dist: No more doc/lispref/*.el.
2295
2296 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2297
2298 * configure.in: Fix quoting bugs.
2299
2300 2012-05-04 Glenn Morris <rgm@gnu.org>
2301
2302 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2303
2304 2012-05-02 Glenn Morris <rgm@gnu.org>
2305
2306 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2307 the choices made by FreeBSD and NetBSD. (Bug#10313)
2308
2309 * Makefile.in (INFO_FILES): Remove variable.
2310 (INFO_NONMISC): New variable.
2311 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2312
2313 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2314 some reason caused problems on an old Solaris.
2315
2316 * Makefile.in (install-arch-indep, uninstall):
2317 Ensure that INSTALL-type commands are run from top-level.
2318
2319 * info/dir: Make some entries consistent with the source texi files.
2320
2321 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2322
2323 2012-05-02 Glenn Morris <rgm@gnu.org>
2324
2325 * Makefile.in (install-arch-indep):
2326 Combine adjacent install-data and install-info loops.
2327
2328 2012-05-01 Glenn Morris <rgm@gnu.org>
2329
2330 * Makefile.in (MAN_PAGES): Remove.
2331 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2332
2333 * configure.in: Try libtinfo for tputs.
2334 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2335
2336 * configure.in: Combine adjacent $opsys case blocks.
2337
2338 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2339
2340 * configure.in: Invert the TERMINFO logic,
2341 since "yes" is far more common than "no".
2342
2343 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2344
2345 * configure.in (LD_SWITCH_X_SITE_RPATH):
2346 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2347
2348 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2349
2350 2012-04-26 Glenn Morris <rgm@gnu.org>
2351
2352 * make-dist: No more doc/lispref/tindex.pl.
2353
2354 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2357 (dbus_validate_interface, dbus_validate_member): Check also for
2358 these library functions.
2359
2360 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2361
2362 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2363 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2364 -Werror=deprecated-declarations flag, use of hooks like
2365 __malloc_initialize_hook causes compilation to fail because these
2366 hooks are deprecated. Modify 'configure' to check for these hooks too.
2367 Simplify the 'configure' code to test for all the hooks at once.
2368 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2369 (emacs_cv_var_doug_lea_malloc): ... this new var.
2370
2371 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2372
2373 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2374 dated 2011-10-07. Regenerating from current gnulib would be a
2375 pervasive change, and currently the trunk isn't open to such changes.
2376 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2377 that gnulib does it.
2378 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2379
2380 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2381
2382 * m4/gl-comp.m4: Update. (Bug#11285)
2383
2384 2012-04-20 Ludovic Courtès <ludo@gnu.org>
2385
2386 * configure.in: Don't use the -R option (Bug#11251).
2387
2388 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
2389
2390 configure: new option --enable-gcc-warnings (Bug#11207)
2391 I have been using this change for many months in my private copy
2392 of Emacs, and have used it to find several bugs. It's mature
2393 enough to publish now.
2394 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2395 * configure.in: Support --enable-gcc-warnings, in the style of
2396 other GNU packages such as coreutils.
2397 (C_WARNINGS_SWITCH): Remove, replacing with...
2398 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2399 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2400 when including system files with GCC.
2401 * etc/NEWS: Mention --enable-gcc-warnings.
2402 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
2403 * lib/Makefile.am (AM_CFLAGS): New macro.
2404 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2405
2406 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2407
2408 * configure.in (AC_CHECK_FUNCS):
2409 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
2410
2411 2012-04-16 Glenn Morris <rgm@gnu.org>
2412
2413 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2414
2415 * configure.in: Remove X libs workaround for old autoconf.
2416
2417 2012-04-12 Ken Brown <kbrown@cornell.edu>
2418
2419 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2420
2421 2012-04-11 Glenn Morris <rgm@gnu.org>
2422
2423 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2424
2425 2012-04-10 Glenn Morris <rgm@gnu.org>
2426
2427 * configure.in: Conditionally generate admin/unidata/Makefile.
2428
2429 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2430
2431 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
2432
2433 2012-04-09 Glenn Morris <rgm@gnu.org>
2434
2435 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2436 (install-leim): Check cd return value. Pass $MFLAGS.
2437 (install-strip): Pass $MFLAGS.
2438
2439 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2440 Eg org.texi has been using 4.7 functions for some time.
2441
2442 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2443
2444 Check pkg-config exit status when configuring (Bug#10626).
2445 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2446 works; check its exit status. Problem reported by Jordi Gutiérrez
2447 Hermoso in
2448 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2449
2450 2012-04-07 Glenn Morris <rgm@gnu.org>
2451
2452 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2453
2454 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2455
2456 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2457
2458 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2459
2460 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2461 * configure.in (LIBS_TERMCAP): Default this to the result of
2462 the tputs library search. Do a run-time test for the linkability
2463 of tputs unless cross-compiling, as that's more reliable if the
2464 link flags and libraries are messed up. Don't change LIBS as
2465 a result of the test, as that may mess up later tests.
2466
2467 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2468
2469 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2470
2471 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2472 specific makefiles to support getopt_.h generation with MSVC.
2473
2474 2012-02-04 Glenn Morris <rgm@gnu.org>
2475
2476 * Makefile.in (uninstall):
2477 Handle compressed info files and man pages. (Bug#10718)
2478
2479 2012-02-02 Glenn Morris <rgm@gnu.org>
2480
2481 * configure.in [HAVE_NS]:
2482 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2483
2484 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2485
2486 Port to older Solaris 10 versions (Bug#10677).
2487 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2488 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2489 possibly this is because Sun fixed the 'stat' bug in my version.
2490 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2491 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2492 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2493 These changes are based on gnulib version
2494 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2495 because Emacs is in feature freeze and we do not want to merge any
2496 more-recent changes from gnulib.
2497
2498 2012-01-31 Glenn Morris <rgm@gnu.org>
2499
2500 * configure.in: Throw an explicit error if Motif toolkit was
2501 requested but requirements could not be found.
2502
2503 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2504
2505 2012-01-30 Eli Zaretskii <eliz@gnu.org>
2506
2507 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2508 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2509 with "make -j3".
2510
2511 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * .bzrignore: Ignore etc/__pycache__.
2514
2515 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2516
2517 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
2518 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
2519 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2520 by Nelson H. F. Beebe in
2521 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2522
2523 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2526
2527 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2528
2529 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2530 instead of LDFLAGS (Bug#10230).
2531
2532 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2533
2534 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2535
2536 Propagate configure flags to sub-configures.
2537 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
2538 New macros.
2539 (config.status, bootstrap): Use them to propagate configure flags
2540 to sub-configures.
2541 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2542
2543 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2544
2545 * .bzrignore: Add config.cache.
2546
2547 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2548
2549 * configure.in: Check for gtk_window_set_has_resize_grip.
2550
2551 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2552
2553 * configure.in (HAVE_XPM): Fix typo.
2554
2555 2011-11-22 Glenn Morris <rgm@gnu.org>
2556
2557 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2558 have confusing effects on the build. (Bug#6401)
2559
2560 * Makefile.in (install-arch-dep): Tweak previous change.
2561
2562 2011-11-22 Yavor Doganov <yavor@gnu.org>
2563
2564 Do not install arch-dependent files in the app bundle if
2565 --disable-ns-self-contained is requested. (Bug#1335)
2566 * configure.in (exec_prefix, libexecdir): Define relative to
2567 `ns_appbindir' only if configured for a self-contained app.
2568 * Makefile.in (install-arch-dep): Test for the existence of
2569 libexec in the Emacs.app bundle before executing commands.
2570
2571 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2572
2573 * configure.in: Remove reference to src/m/ibms390.h.
2574
2575 2011-11-13 Glenn Morris <rgm@gnu.org>
2576
2577 * INSTALL: Tiny updates for disk space used during installation.
2578
2579 2011-11-05 Eli Zaretskii <eliz@gnu.org>
2580
2581 * lib/makefile.w32-in (FRC): New dummy target.
2582 (TAGS): Depend on FRC.
2583
2584 2011-11-04 Glenn Morris <rgm@gnu.org>
2585
2586 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
2587 Do not include GnuTLS version info in final summary message.
2588
2589 2011-10-31 Eli Zaretskii <eliz@gnu.org>
2590
2591 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2592 they exist there, else from autogen/.
2593
2594 * make-dist (msdos): Add depfiles.bat and inttypes.h.
2595
2596 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2597
2598 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2599
2600 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2601
2602 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2603 if the library is found. Otherwise, later configure-time tests,
2604 such as the test for pthread_sigmask, generate the wrong results
2605 on some platforms. Problem reported for FreeBSD by Nali Toja.
2606
2607 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2608
2609 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2610 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2611 Remove; no longer needed, now that we defer to strftime for time
2612 zone names.
2613
2614 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2615
2616 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2617
2618 2011-10-18 Chong Yidong <cyd@gnu.org>
2619
2620 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2621
2622 2011-10-13 Glenn Morris <rgm@gnu.org>
2623
2624 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2625
2626 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2627
2628 * configure.in: Remove check for -lintl (Bug#9713).
2629 The check could break 'configure' on GNU/Linux with a (broken) libintl.
2630 The check was helpful but not essential in Solaris 2.6 (1997),
2631 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2632 obsolete -- Sun dropped support for it in 2006 -- and without
2633 access to that Silurian platform we can't maintain the code anyway.
2634
2635 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2636
2637 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2638 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2639 * m4/gnulib-common.m4: Merge from gnulib.
2640 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2641 command not found" on powerpc-apple-darwin9.8.0.
2642
2643 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2644 This is now done by src/alloc.c.
2645
2646 2011-10-02 Richard Stallman <rms@gnu.org>
2647
2648 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2649 and xlinux_second_failure to xgnu_linux_second_failure.
2650
2651 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2652
2653 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2654 lib/signal.in-h.
2655
2656 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
2657 Rename signal.in.h and alloca.in.h.
2658
2659 2011-09-28 Eli Zaretskii <eliz@gnu.org>
2660
2661 * INSTALL: Mention that m17n libraries and libotf are needed for
2662 Arabic shaping.
2663
2664 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2665
2666 Merge from gnulib, improving some licensing wording.
2667 This clarifies and fixes some licensing issues raised by Glenn Morris
2668 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2669 It also merges the latest version of texinfo.tex and has some
2670 MSVC-related changes that don't affect Emacs.
2671 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2672 pathmax, and raise, since these are needed only to address
2673 MSVC-related issues that Emacs doesn't have.
2674 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2675 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2676 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2677 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2678 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2679 * m4/unistd_h.m4: Merge from gnulib.
2680
2681 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2682
2683 * configure.in: Initialize HAVE_LIBXML2.
2684
2685 2011-09-26 Glenn Morris <rgm@gnu.org>
2686
2687 * make-dist: Add lib/makefile.w32-in.
2688
2689 2011-09-24 Glenn Morris <rgm@gnu.org>
2690
2691 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2692
2693 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2694
2695 * .dir-locals.el: Change the debbugs regexp to allow having the
2696 bug number as the first thing on a line.
2697
2698 2011-09-15 Glenn Morris <rgm@gnu.org>
2699
2700 * configure.in: Make configure work with recent GNUsteps.
2701 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2702 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
2703 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
2704
2705 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2706
2707 Merge from gnulib, porting to Tru64.
2708 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2709 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2710 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2711 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2712 doesn't affect Emacs.
2713
2714 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2715
2716 * configure.in (isnan): Remove now-unnecessary check.
2717
2718 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2719
2720 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
2721 This is to fix the following problems:
2722 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2723 configured not to use gtk or any other thread-using library,
2724 signals aren't blocked correctly.
2725 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2726 and IRIX's signal handling.
2727 . On Cygwin 1.7.5 it works around an incompatibility with
2728 the system pthread_sigmask.
2729 . On MacOS X 10.5 (32-bit), files whose inode numbers
2730 exceed 2**31 cannot be read or manipulated.
2731 . pthread_sigmask: Actually use results of gl_THREADLIB.
2732 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2733 . find 'ar' program that fits with --host argument.
2734 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
2735 * autogen/README: Update destination list.
2736 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2737 The autogenerated files compile, config.guess,
2738 config.sub, depcomp, install-sh, and missing are now in build-aux.
2739 * m4/largefile.m4: New file, so that Emacs does not mess up when
2740 accessing files with large inode numbers in MacOS X 10.5 and later.
2741 * m4/nocrash.m4: New file, to avoid triggering background debugger
2742 and/or create core dumps during 'configure'.
2743 * build-aux/move-if-change: Renamed from move-if-change.
2744 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2745 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2746 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2747 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
2748 * Makefile.in (epaths-force, sync-from-gnulib):
2749 move-if-change is now in build-aux.
2750 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2751 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2752 (mkdir): install-sh is now in build-aux.
2753 * config.bat: c++defs.h is now in build-aux/snippets.
2754 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2755 usual parameter).
2756 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2757 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2758 to build-aux/snippet.
2759 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2760 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2761 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2762 Solaris, enables MacOS extensions, and enables nocrash during
2763 'configure'.
2764 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2765
2766 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
2767
2768 * configure.in (snprintf): New check.
2769
2770 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2771
2772 * configure.in (opsys): Change pattern to *-*-linux*
2773 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
2774 Remove unreachable pattern hppa*-*-linux-gnu*.
2775 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2776 and that can't possibly work now that src/m/hp800.h no longer exists.
2777
2778 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2781
2782 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2783
2784 * configure.in: Add header check: sys/socket.h (Bug#8477),
2785 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2786 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2787
2788 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2789
2790 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2791 (HAVE_GTK_AND_PTHREAD): Remove.
2792
2793 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2794
2795 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2796 build, not just GNUstep (Bug#9177).
2797
2798 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2799
2800 Assume freestanding C89 headers, string.h, stdlib.h.
2801 Again, this simplifies the code, and all current platforms have these.
2802 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2803 (AC_HEADER_STDC): Remove.
2804 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2805 (strchr, strrchr): Remove fallback macros.
2806
2807 Assume support for memcmp, memcpy, memmove, memset.
2808 This simplifies the code a bit. All current platforms have these,
2809 as they are required for C89. If this turns into a problem we
2810 can add the gnulib modules for these (a 1-line change to Makefile.in).
2811 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2812
2813 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2814
2815 * GNUmakefile: New file.
2816 This is for convenience, so that one can run GNU make in an
2817 unconfigured source tree, and get a default build.
2818
2819 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2820
2821 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2822
2823 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2824
2825 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2826 so as to suppress address randomization (Bug#8395).
2827
2828 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2829
2830 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2831 This fixes a build problem on older Mac OS X hosts.
2832
2833 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2834 test, which runs afoul of Automake installations where, for example,
2835 /usr/share/aclocal contains a copy of gl_THREADLIB.
2836 Problem reported by Sven Joachim in
2837 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2838 This is just a quick temporary fix, specific to Emacs; I'll work
2839 with the other gnulib maintainers to get a more-permanent fix.
2840
2841 Add gnulib's strtoimax module, needed on Solaris 8.
2842 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2843 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2844 automatically imported from gnulib.
2845 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2846
2847 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
2848
2849 Add gnulib support for pthread_sigmask (Bug#9010).
2850 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2851 * configure.in (AC_TYPE_UID_T): New dummy macro.
2852 Configure gnulib after adjusting LIBS,
2853 so that gnulib can assume the libraries in LIBS.
2854 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2855 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
2856 * lib/pthread_sigmask.c:
2857 New files, automatically imported from gnulib.
2858 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2859 due to the above changes.
2860 * .bzrignore: Add lib/signal.h.
2861
2862 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2863
2864 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2865
2866 * configure.in (maintainer-mode): Reflect default in help string.
2867
2868 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2869
2870 * configure.in: Remove reference to iris4d.h.
2871
2872 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2873
2874 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2875
2876 2011-07-01 Glenn Morris <rgm@gnu.org>
2877
2878 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2879
2880 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2881
2882 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2883 which made ./configure infloop.
2884
2885 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2886
2887 * configure.in (gsettings): New option and check for GSettings.
2888
2889 2011-06-29 Glenn Morris <rgm@gnu.org>
2890
2891 * configure.in: Try to test for the required crt*.o files.
2892
2893 2011-06-27 Bill Wohler <wohler@newt.com>
2894
2895 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2896
2897 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2898
2899 Use gnulib's dup2 module instead of rolling our own.
2900 * Makefile.in (GNULIB_MODULES): Add dup2.
2901 * configure.in: Do not check for dup2; gnulib does that now.
2902 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2903
2904 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2905
2906 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2907
2908 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
2909
2910 Use gnulib's alloca-opt module.
2911 * .bzrignore: Add lib/alloca.h.
2912 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2913 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
2914 as gnulib now does that for us. Put alloca check in config.h.
2915 Include <alloca.h> before any other include file, for AIX 3.
2916 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2917 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2918
2919 2011-06-21 Leo Liu <sdl.web@gmail.com>
2920
2921 * m4/sha256.m4:
2922 * m4/sha512.m4:
2923 * m4/gl-comp.m4:
2924 * lib/u64.h:
2925 * lib/sha256.c:
2926 * lib/sha256.h:
2927 * lib/sha512.c:
2928 * lib/sha512.h:
2929 * lib/makefile.w32-in (GNULIBOBJS):
2930 * lib/gnulib.mk:
2931 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2932 crypto/sha512 modules from gnulib.
2933
2934 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2935
2936 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2937
2938 2011-06-17 Glenn Morris <rgm@gnu.org>
2939
2940 * configure.in: Restore the behavior of checking crt-dir only
2941 when the user specified it (not all platforms use it).
2942
2943 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2944
2945 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2946
2947 2011-06-16 Miles Bader <miles@gnu.org>
2948
2949 * configure.in: Try to determine CRT_DIR automatically when
2950 using gcc.
2951
2952 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2953
2954 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2955 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2956 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2957 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2958 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2959 Merge from gnulib.
2960
2961 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2962
2963 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2964
2965 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2966
2967 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2968
2969 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2970
2971 * configure.in: Add --with-wide-int.
2972 * INSTALL: Mention this.
2973
2974 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2975
2976 Merge from gnulib.
2977 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2978
2979 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2980
2981 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2982
2983 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
2984
2985 Use 'inline', not 'INLINE'.
2986 * configure.in (INLINE): Remove.
2987
2988 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2989
2990 Adjust to recent gnulib change for @GUARD_PREFIX@.
2991 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2992 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2993 _@GUARD_PREFIX@_.
2994
2995 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2996
2997 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
2998
2999 2011-05-24 Glenn Morris <rgm@gnu.org>
3000
3001 * Makefile.in (check): Just give a message if no test/ directory.
3002
3003 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3004
3005 * configure.in (OPT_MAKEFILES_IN): Remove.
3006 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3007 (SUBDIR_MAKEFILES_IN): New output variable.
3008 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3009 (SUBDIR_MAKEFILES_IN): Let configure set it.
3010
3011 2011-05-24 Leo Liu <sdl.web@gmail.com>
3012
3013 * m4/sha1.m4:
3014 * m4/gl-comp.m4:
3015 * lib/sha1.h:
3016 * lib/sha1.c:
3017 * lib/makefile.w32-in (GNULIBOBJS):
3018 * lib/gnulib.mk:
3019 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3020
3021 2011-05-24 Glenn Morris <rgm@gnu.org>
3022
3023 * configure.in: Remove test for already configured source directory.
3024 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3025
3026 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3027
3028 2011-05-24 Glenn Morris <rgm@gnu.org>
3029
3030 * make-dist: Don't distribute test/. (Bug#8107)
3031 * configure.in (OPT_MAKEFILES_IN): New output variable.
3032 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3033 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3034 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3035 (check): Give an explicit error if test/ is not present.
3036
3037 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3038 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3039 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3040
3041 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3042
3043 * lib/verify.h: Merge from gnulib.
3044
3045 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3046
3047 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3048 Merge from gnulib.
3049
3050 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3051
3052 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3053
3054 2011-05-20 Eli Zaretskii <eliz@gnu.org>
3055
3056 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3057
3058 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3059
3060 2011-05-20 Glenn Morris <rgm@gnu.org>
3061
3062 * configure.in (lisp_frag): New output file.
3063
3064 2011-05-19 Glenn Morris <rgm@gnu.org>
3065
3066 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3067 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3068
3069 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3070
3071 * lib/gnulib.mk:
3072 * lib/intprops.h:
3073 * lib/unistd.in.h:
3074 * m4/inttypes.m4:
3075 * m4/stdint.m4:
3076 * m4/unistd_h.m4: Sync from gnulib.
3077
3078 2011-05-14 Glenn Morris <rgm@gnu.org>
3079
3080 * configure.in: Treat failure to find an X toolkit the same way we treat
3081 failure to find X and image support.
3082
3083 2011-05-12 Glenn Morris <rgm@gnu.org>
3084
3085 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3086 (check-declare): Shell portability fixes. (Bug#8642)
3087
3088 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3089
3090 * configure.in: Require GnuTLS 2.6.x or higher.
3091
3092 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3093
3094 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3095 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3096 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3097
3098 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3099 This new gnulib-tool option saves 'configure' the trouble of
3100 checking for strtoull when strtoumax exists.
3101
3102 * configure.in (BITS_PER_LONG_LONG): New macro.
3103
3104 2011-05-05 Glenn Morris <rgm@gnu.org>
3105
3106 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3107 (top_distclean): Delete config.log~.
3108
3109 2011-04-27 Ben Key <bkey76@gmail.com>
3110
3111 * configure.in: Fixed a bug that caused configure with
3112 --enable-checking=stringoverrun to have no effect.
3113
3114 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
3115
3116 * configure.in: Suppress unnecessary checks for size_t.
3117 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3118 (size_t): Do not check for this, and do not typedef. This code
3119 is never exercised now.
3120
3121 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3122 This is needed for the new integer-reading code in lread.c.
3123 It automatically pulls in the following gnulib files, which
3124 are used on old-fashioned platforms that don't have strtoumax:
3125 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3126 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3127 m4/strtoull.m4, m4/strtoumax.m4.
3128 * .bzrignore: Add lib/inttypes.h.
3129
3130 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3131
3132 * configure.in: Check for GnuTLS certificate verify callbacks.
3133
3134 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * Makefile.in (config.status): Don't erase in case of error.
3137 In case it disappeared, rebuild it with `configure'.
3138
3139 2011-04-20 Ken Brown <kbrown@cornell.edu>
3140
3141 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3142
3143 2011-04-12 Glenn Morris <rgm@gnu.org>
3144
3145 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3146
3147 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
3148
3149 * lib/allocator.c: New file, automatically generated by gnulib.
3150
3151 2011-04-07 Glenn Morris <rgm@gnu.org>
3152
3153 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3154
3155 2011-04-06 Eli Zaretskii <eliz@gnu.org>
3156
3157 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3158 Revert last change.
3159
3160 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3163 ($(BLD)/careadlinkat.$(O)): New target.
3164 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3165 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3166 Update dependencies.
3167
3168 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
3169
3170 Fix more problems found by GCC 4.6.0's static checks.
3171
3172 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3173
3174 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
3175 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3176 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3177 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3178
3179 2011-04-06 Glenn Morris <rgm@gnu.org>
3180
3181 * autogen/update_autogen: Handle loaddefs-like files as well.
3182 (usage): Add -l, -C.
3183 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3184 With -l, check status of lisp/ as well.
3185 With -C, clean before building.
3186 (autoreconf): Only pass -f in the `clean' case.
3187 (commit): New function.
3188
3189 2011-03-28 Glenn Morris <rgm@gnu.org>
3190
3191 * autogen/update_autogen: Pass -f to autoreconf.
3192
3193 * autogen.sh (get_version): Discard "not found" lines.
3194 (check_version): Respect $AUTOCONF etc environment variables.
3195
3196 2011-03-27 Glenn Morris <rgm@gnu.org>
3197
3198 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3199 (AH_BOTTOM): Do not define SIGTYPE.
3200
3201 2011-03-26 Glenn Morris <rgm@gnu.org>
3202
3203 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3204 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3205
3206 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3207
3208 * autogen/update_autogen: Remove useless function keyword.
3209
3210 2011-03-25 Eli Zaretskii <eliz@gnu.org>
3211
3212 * config.bat: Generate src/config.h and lib/Makefile from
3213 autogen/config.in and autogen/Makefile.in.
3214
3215 2011-03-25 Glenn Morris <rgm@gnu.org>
3216
3217 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3218 Remove; autoreconf can supply them.
3219 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3220 config.guess, install-sh. Pass -i to autoreconf.
3221 * autogen/update_autogen (genfiles): Add compile, config.guess,
3222 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3223 Discard non-error output from autoreconf in -q case.
3224 * autogen/compile, autogen/config.guess, autogen/config.sub:
3225 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3226 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3227 install-sh, missing.
3228
3229 2011-03-23 Glenn Morris <rgm@gnu.org>
3230
3231 * autogen/update_autogen: Fix typo.
3232 (msg): Remove function; use `exec' instead.
3233
3234 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3235 (sync-from-gnulib): Don't sync mkinstalldirs.
3236 * make-dist: Don't distribute mkinstalldirs.
3237
3238 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
3239
3240 Fix more problems found by GCC 4.5.2's static checks.
3241 * Makefile.in (GNULIB_MODULES): Add socklen.
3242 * configure.in: Do not check for sys/socket.h, since socklen does that.
3243 * m4/socklen.m4: New automatically-generated file, from gnulib.
3244
3245 fakemail: Remove dependency on ignore-value.
3246 * Makefile.in (GNULIB_MODULES): Add stdio.
3247 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3248 imported from gnulib.
3249 * .bzrignore: Add lib/stdio.h.
3250
3251 2011-03-22 Glenn Morris <rgm@gnu.org>
3252
3253 * autogen/copy_autogen: Work from ./ or ../.
3254 Fix time-stamps.
3255 * autogen.sh: Doc fix.
3256
3257 2011-03-20 Glenn Morris <rgm@gnu.org>
3258
3259 * autogen/: New directory, to be excluded from releases.
3260 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3261 * autogen/README: New file.
3262 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3263 * autogen/Makefile.in: Add auto-updated generated files.
3264 * autogen.sh: No longer a no-op, now it tests for autotools
3265 and runs them as necessary.
3266 * configure.in: Default maintainer-mode to on.
3267 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3268
3269 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3270
3271 Update for gnulib.
3272 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3273 includes <intprops.h> directly.
3274 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3275 when building Emacs on Solaris 9 and running it on Solaris 10.
3276
3277 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3278
3279 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3280
3281 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * Version 23.3 released.
3284
3285 2011-03-06 Glenn Morris <rgm@gnu.org>
3286
3287 * configure.in (FREETYPE_LIBS): Actually set it to something.
3288
3289 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3290
3291 Work around some portability problems with symlinks.
3292
3293 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3294 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3295 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3296 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3297 * m4/symlink.m4:
3298 New files, automatically generated from gnulib.
3299 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3300 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3301
3302 2011-02-26 Eli Zaretskii <eliz@gnu.org>
3303
3304 * .bzrignore: Ignore new lib/*.in-h files.
3305
3306 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3307 Call depfiles.bat even if lib/deps already exist.
3308
3309 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3310
3311 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
3312 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3313 recent changes to configure.in and to gnulib.
3314
3315 2011-02-24 Glenn Morris <rgm@gnu.org>
3316
3317 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3318 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3319
3320 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 Assume S_ISLNK etc. work, since gnulib supports this.
3323 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3324 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3325 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3326 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3327
3328 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3329
3330 * lib/min-max.h: New file, for "min" and "max".
3331
3332 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3333
3334 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
3335 $(EMACS_ROOT)/nt/inc/stdint.h.
3336
3337 2011-02-21 Eli Zaretskii <eliz@gnu.org>
3338
3339 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3340 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3341 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3342
3343 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3344
3345 Import filemode module from gnulib.
3346 * .bzrignore: Add lib/sys/.
3347 * Makefile.in (GNULIB_MODULES): Add filemode.
3348 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3349 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3350 from gnulib. This adds support for some more file types, e.g.,
3351 Cray DMF migrated files.
3352 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3353 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3354 * m4/sys_stat_h.m4: New files, generated from gnulib.
3355 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3356 Regenerate.
3357
3358 2011-02-20 Eli Zaretskii <eliz@gnu.org>
3359
3360 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3361 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3362
3363 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3364
3365 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3366 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3367 is no longer needed, due to the recent SSDATA and related changes.
3368 Perhaps -Wno-pointer-sign should also be removed from
3369 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3370 way to test this so I left it alone.
3371 * configure: Regenerate.
3372
3373 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
3374
3375 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3376 src/makefile.w32-in.
3377
3378 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3379
3380 Import crypto/md5 and stdint modules from gnulib.
3381 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3382 Regenerate.
3383 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3384 Import the new versions from gnulib; they assume a C99-style
3385 <stdint.h>, supplied by the stdint module.
3386 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3387 imported from gnulib.
3388 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3389 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3390 special cases.
3391
3392 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3393
3394 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
3395 Add lib/deps/.
3396
3397 * config.bat: Configure in `lib'.
3398 Generate *.Po files in lib/deps.
3399
3400 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3401
3402 Import IRIX 6.5 getloadavg fixes from gnulib.
3403 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3404
3405 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3406
3407 Import getloadavg module from gnulib.
3408 * .bzrignore: Add lib/stdlib.h.
3409 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3410 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3411 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3412 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3413 Remove; gnulib does this now.
3414 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3415 from gnulib. This adds support for several other systems, such
3416 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3417 buffer overrun on Linux hosts under very high load, and on hosts
3418 that maintain a channel to the load average file it makes sure
3419 the file descriptor is close-on-exec (on hosts that support this)
3420 and is not stdin, stdout, or stderr.
3421 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3422 from gnulib.
3423 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3424 * src/config.in: Regenerate.
3425
3426 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3427
3428 Merge from gnulib.
3429
3430 * install-sh: Update to scriptversion 2011-01-19.21.
3431
3432 2011-02-13 Bruno Haible <bruno@clisp.org>
3433
3434 Consistent macro naming for macros that use GCC __attribute__.
3435 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
3436 ATTRIBUTE_DEPRECATED.
3437
3438 2011-02-12 Bruno Haible <bruno@clisp.org>
3439
3440 setlocale: Prefer gnulib's override over libintl's override.
3441 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3442 GNULIB_defined_setlocale is set.
3443
3444 2011-02-13 Glenn Morris <rgm@gnu.org>
3445
3446 * make-dist: Exclude generated file src/globals.h.
3447
3448 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3449
3450 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3451 Sync from gnulib, which has been patched to fix the problem
3452 with the license notices. Problem reported by Glenn Morris in
3453 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3454
3455 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * .bzrignore: Ignore globals.h and related stamp.
3458
3459 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3460
3461 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3462 This merges the following fix from gnulib:
3463
3464 2011-02-08 Bruno Haible <bruno@clisp.org>
3465
3466 Split large sed scripts, for HP-UX sed.
3467
3468 2011-02-08 Tom Tromey <tromey@redhat.com>
3469
3470 * configure: Rebuild.
3471 * configure.in (NS_OBJC_OBJ): New subst.
3472
3473 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3474
3475 gnulib: allow multiple gnulib generated replacements to coexist
3476 This defines a few preprocessor symbols that should not affect Emacs.
3477 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3478 via "make sync-from-gnulib".
3479
3480 gnulib: undo previous change
3481 The upstream _HEADERS change was backed out of gnulib (see the
3482 same thread). Stay in sync with gnulib.
3483
3484 gnulib: adjust to upstream _HEADERS change
3485 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3486 New empty macros, to accommodate recent changes to gnulib. See
3487 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3488 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3489 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3490 * lib/time.in.h, lib/unistd.in.h:
3491 Regenerate.
3492
3493 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3494
3495 sync from gnulib to remove HAVE_STDBOOL_H
3496 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
3497 AC_HEADER_STDBOOL. All uses changed. Do not define
3498 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3499 imported from the latest Autoconf git. It was motivated by Emacs,
3500 which uses gnulib but does not need HAVE_STDBOOL_H.
3501 * configure, src/config.in: Regenerate.
3502 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3503
3504 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3505
3506 allow C code to suppress warnings about ignored return values
3507 * Makefile.in (GNULIB_MODULES): Add ignore-value.
3508 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3509 * lib/ignore-value.h: New file.
3510
3511 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * configure.in: Test existence of xaw3d library, not just the
3514 header (Bug#7642).
3515
3516 2011-01-31 Eli Zaretskii <eliz@gnu.org>
3517
3518 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3519 $(BLD)/time_r.$(O).
3520 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3521 $(EMACS_ROOT)/src/m/intel386.h.
3522 ($(BLD)/strftime.$(O)):
3523 ($(BLD)/time_r.$(O)): Define prerequisites.
3524
3525 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3526
3527 src/emacs.c now gets version number from configure.in
3528 * configure.in (version): Set this from $PACKAGE_VERSION,
3529 which is set from AC_INIT, rather than scouting through src/emacs.c.
3530 * configure: Regenerate.
3531 * make-dist (version): Get it from configure.in, not src/emacs.c.
3532
3533 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3534
3535 strftime: import from gnulib
3536 * Makefile.in (GNULIB_MODULES): Add strftime.
3537 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3538 needed.
3539 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3540 Regenerate.
3541 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3542 imported from gnulib.
3543 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3544 This incorporates many changes from gnulib, including simpler
3545 handling of multibyte formats, porting to mingw32 and other
3546 platforms, and support for higher-resolution time stamps.
3547 Emacs does not yet use the higher-resolution interface.
3548
3549 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3550
3551 gnulib: import mktime and move-if-change fixes from gnulib
3552
3553 * configure: Regenerate from the following.
3554
3555 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3556
3557 mktime: clarify long_int width checking
3558 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3559 the top level, to make it clearer that the assumption about
3560 long_int width is being checked. See
3561 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3562
3563 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3564
3565 TYPE_MAXIMUM: avoid theoretically undefined behavior
3566 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3567 negative number, which the C Standard says has undefined behavior.
3568 In practice this is not a problem, but might as well do it by the book.
3569 Reported by Rich Felker and Eric Blake; see
3570 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
3571 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3572 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3573
3574 mktime: #undef mktime before #defining it
3575 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3576
3577 mktime: systematically normalize tm_isdst comparisons
3578 * lib/mktime.c (isdst_differ): New function.
3579 (__mktime_internal): Use it systematically for all isdst comparisons.
3580 This completes the fix for libc BZ #6723, and removes the need for
3581 normalizing tm_isdst.
3582 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
3583 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3584
3585 mktime: fix some integer overflow issues and sidestep the rest
3586
3587 This was prompted by a bug report by Benjamin Lindner for MinGW
3588 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3589 His bug is due to signed integer overflow (0 - INT_MIN), and I
3590 I scanned through mktime.c looking for other integer overflow
3591 problems, fixing all the bugs I found.
3592
3593 Although the C Standard says the resulting code is still not safe
3594 in the presence of integer overflow, in practice it should be good
3595 enough for all real-world two's-complement implementations, except
3596 for debugging environments that deliberately trap on integer
3597 overflow (e.g., gcc -ftrapv).
3598
3599 * lib/mktime.c (WRAPV): New macro.
3600 (SHR): Also check that long_int and time_t shift right in the
3601 usual way, before using the fast-but-unportable method.
3602 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3603 used. The code already assumed two's complement, so there's
3604 no need to test for alternatives. All uses removed.
3605 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3606 the C standard. Problem reported by Rich Felker in
3607 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3608 (twos_complement_arithmetic): Also check long_int and time_t.
3609 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3610 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3611 (__mktime_internal): Avoid integer overflow with unary subtraction
3612 in two instances where -1 - X is an adequate replacement for -X,
3613 since the calculations are approximate.
3614
3615 2011-01-29 Eric Blake <eblake@redhat.com>
3616
3617 mktime: avoid infinite loop
3618 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3619 type; behavior is still undefined but portable to all known targets.
3620 Reported by Rich Felker.
3621
3622 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3623
3624 mktime: avoid problems on NetBSD 5 / i386
3625 * lib/mktime.c (long_int): New type. This works around a problem
3626 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3627 but time_t is 64 bits, and where I expect the existing code is
3628 wrong in some cases.
3629 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3630 (ydhms_diff): Bring back the compile-time check for wide-enough
3631 year and yday.
3632
3633 mktime: fix misspelling in comment
3634 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3635 This merges all recent glibc changes of importance.
3636
3637 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3638
3639 move-if-change: cope with concurrent mv of identical file.
3640 * move-if-change (CMPPROG): Accept environment
3641 variable as an override for `cmp'.
3642 (usage): Document CMPPROG.
3643 Adjust comparison to drop stdout. Cope with failure of mv if
3644 the target file exists and is identical to the source, for
3645 parallel builds.
3646 Report from H.J. Lu against binutils in PR binutils/12283.
3647
3648 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3649
3650 * lib/makefile.w32-in:
3651 * lib/getopt_.h: New files.
3652
3653 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3654
3655 improve fix for MS-DOS file name clash
3656 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
3657 for portability to POSIX make. Reported by Bruno Haible.
3658 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3659 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3660 files from accumulating as garbage. Also reported by Bruno Haible.
3661
3662 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3663
3664 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3665 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3666 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3667 problems with MS-DOS 8+3 file name restrictions.
3668 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3669 it, it would also cause problems when extracting Emacs distribution
3670 tarballs on MS-DOS hosts.
3671 (ACLOCAL_INPUTS): Adjust to file renaming.
3672 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3673 * config.guess, config.sub: Sync from gnulib.
3674 * m4/gnulib-cache.m4: Remove from repository.
3675 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3676
3677 2011-01-25 Glenn Morris <rgm@gnu.org>
3678
3679 * README: Add a note about ranges in copyright years.
3680
3681 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3682
3683 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3684
3685 * configure.in: Add HP-UX on IA64 (Bug#6811).
3686
3687 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3688
3689 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3690 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3691 as it is no longer needed.
3692 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3693 * configure.in: Invoke the new gnulib macro
3694 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3695 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3696 * m4/getopt.m4: Sync from gnulib; this removes the need for
3697 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3698 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3699 New macro, synced from gnulib.
3700 * m4/warn-on-use.m4: Remove.
3701
3702 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3703
3704 aclocal.m4: put this file back into repository
3705 This way, we don't have to assume that the maintainer has
3706 the automake package installed. See
3707 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3708 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3709 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3710 undoing the previous change.
3711 * aclocal.m4: New file (actually, resurrected).
3712
3713 2011-01-22 Miles Bader <miles@gnu.org>
3714
3715 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3716 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3717 Emacs directly uses fontconfig, and breaks building when using a
3718 strict linker).
3719
3720 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3721
3722 src/config.in: shrink slightly
3723 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3724 This makes src/config.in a bit smaller, by removing identifiers
3725 like GNULIB_TEST_MKTIME that Emacs does not need.
3726 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3727 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3728 Sync from gnulib. This removes a few more unnecessary symbols from
3729 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3730 * configure, src/config.in: Regenerate.
3731
3732 aclocal.m4: tweaks to regenerate more conveniently
3733 This attempts to act better when the source is in a weird state. See
3734 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3735 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3736 * .bzrignore: Add aclocal.m4.
3737
3738 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3739
3740 aclocal.m4: omit auto-generated file from repository
3741 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3742 the most recent change here.
3743 * aclocal.m4: Remove from bzr repository. This file is
3744 auto-generated and isn't needed to run 'configure'. See
3745 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3746
3747 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3748
3749 Minor Makefile.in tweaks to build from gnulib better.
3750 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3751 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3752 (top_maintainer_clean): Don't remove aclocal.m4.
3753
3754 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3755
3756 Minor cleanups for 'bzr status'
3757 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3758 the output of config.guess.
3759 * Makefile.in (top_distclean): Remove stamp-h1 too.
3760
3761 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3762 defined if the compiler supports GCC-style __attribute__
3763 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3764 this syntax.
3765
3766 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
3767
3768 Makefile.in: tidy up the building of lib
3769 * Makefile.in (am--refresh): Mark as .PHONY.
3770 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3771 as they're not rebuilt unless you do a "make sync-from-gnulib"
3772 and the former is needed for "configure".
3773 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3774 has already removed lib/Makefile.
3775
3776 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3777 This avoids building ftoastr and ldtoastr, which aren't needed. See
3778 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
3779
3780 * .bzrignore: Add .h files that are host-dependent.
3781 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3782 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3783 host-dependent and are built as part of an ordinary 'make', and
3784 should not be checked in.
3785
3786 * lib/Makefile.in: Regenerate.
3787 * lib/COPYING: New file, a copy of COPYING.
3788
3789 * configure: Regenerate.
3790 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3791
3792 Regenerate.
3793 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3794 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3795 New files, copied from gnulib by gnulib-tool.
3796 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
3797 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3798 Regenerate.
3799
3800 Use gnulib's getopt-gnu module.
3801 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3802 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3803 representative of the dependencies.
3804 * configure.in: Do not configure getopt, as gnulib does that now.
3805 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3806 getopt now, in lib.
3807
3808 Regenerate.
3809 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3810 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
3811 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3812 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3813 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3814 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3815 * m4/wchar_t.m4, warn-on-use.h:
3816 New files, copied from gnulib by gnulib-tool.
3817 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3818 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3819 Regenerate.
3820
3821 Use gnulib's mktime module.
3822 * Makefile.in (GNULIB_MODULES): Add mktime.
3823 * configure.in: Remove code no longer needed, as gnulib now does it.
3824 (AC_CHECK_FUNCS): Remove mktime.
3825 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3826 (__restrict): Remove, as this now gets in the way of the C99
3827 support for 'restrict' pulled in by the gnulib mktime module.
3828 Code should now use 'restrict' and not '__restrict".
3829 (mktime): Remove.
3830 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3831 and warn-on-use.h into the distribution.
3832
3833 Regenerate.
3834 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3835 * lib/ldtoastr.c, m4/c-strtod.m4:
3836 New files, copied from gnulib by gnulib-tool.
3837 * lib/dummy.c: Remove.
3838 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3839 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3840 Regenerate.
3841
3842 Use gnulib's ftoastr module.
3843 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3844
3845 Regenerate.
3846 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3847 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
3848 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3849 New files, generated automatically, with 'make sync-from-gnulib'
3850 followed by 'make'.
3851 * configure, lisp/dired.el, src/config.in: Regenerate.
3852
3853 Automate syncing from gnulib.
3854 * INSTALL, README: Document new subdirectory 'lib'.
3855 * Makefile.in (SUBDIR): Add lib.
3856 (SUBDIR_MAKEFILES): Add lib/Makefile.
3857 (lib-src, src, TAGS, tags): Depend on lib.
3858 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3859 ($(gnulib_srcdir)): New rule.
3860 (sync-from-gnulib): New rule, which is .PHONY.
3861 (lib): New rule, which is like lib-src.
3862 (Makefile): Depend on lib/Makefile.in.
3863 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3864 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3865 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3866 (am--refresh): New rule, to pacify Automake.
3867 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3868 Clean lib, too.
3869 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3870 droppings.
3871 (maintainer-clean, extraclean): Use it.
3872 * configure.in: Initialize for automake and gnulib, by invoking
3873 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3874 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3875 more conveniently with automake.
3876 * lib/Makefile.am: New file.
3877 * make-dist: Also put into the distribution aclocal.m4,
3878 compile, depcomp, missing, and the files under lib/.
3879
3880 2011-01-15 Glenn Morris <rgm@gnu.org>
3881
3882 * Makefile.in (epaths-force): No more arch-tag to edit.
3883
3884 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3887
3888 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3889
3890 * make-dist: Distribute test/ files too.
3891 Distribute every file under test/ that is under version control,
3892 using patterns like *.el to capture files that are added later.
3893 Without this change, "configure" would fail, because it would
3894 attempt to build from a Makefile.in that was not distributed.
3895
3896 2011-01-13 Christian Ohler <ohler@gnu.org>
3897
3898 * Makefile.in (INFO_FILES): Add ERT.
3899
3900 * Makefile.in (check): Run tests in test/automated.
3901
3902 * Makefile.in:
3903 * configure.in: Add test/automated/Makefile.
3904
3905 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3906
3907 * install-sh, mkinstalldirs, move-if-change: Update from master
3908 source in gnulib.
3909
3910 * config.guess, config.sub: Updated from master source.
3911
3912 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3913
3914 * configure.in: Check for __builtin_unwind_init.
3915
3916 2011-01-05 Glenn Morris <rgm@gnu.org>
3917
3918 * configure.in (HAVE_MAKEINFO): New output variable.
3919 (MAKEINFO): Reset to "makeinfo" if not found.
3920 * Makefile.in (install-arch-indep, info):
3921 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3922
3923 2010-12-29 Ulrich Müller <ulm@gentoo.org>
3924
3925 * configure.in: Make gameuser configurable (Bug#7717).
3926
3927 2010-12-15 Glenn Morris <rgm@gnu.org>
3928
3929 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3930 long absent lib-src/fns-*.el.
3931
3932 2010-12-11 Glenn Morris <rgm@gnu.org>
3933
3934 * make-dist: Exclude etc/*.pyc.
3935
3936 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3937
3938 * configure.in: Don't double machfile in final message.
3939
3940 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * configure.in: Fix last change.
3943
3944 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3945
3946 * configure.in: Remove reference to removed machine description
3947 files and allow $machine and $machfile to be empty.
3948 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
3949
3950 2010-12-03 Glenn Morris <rgm@gnu.org>
3951
3952 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3953
3954 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3955
3956 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3957 (EXTERNALLY_VISIBLE): New definition.
3958
3959 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3962
3963 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * configure.in: Do not check for unconditionally included headers.
3966
3967 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3970
3971 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
3972
3973 * configure.in: Don't write a warning for D-Bus anymore.
3974
3975 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3976
3977 * configure.in: Fix indentation.
3978
3979 2010-10-31 Ken Brown <kbrown@cornell.edu>
3980
3981 * configure.in (checking whether localtime caches TZ):
3982 Use unsetenv instead of modifying environment directly.
3983
3984 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3985
3986 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3987 to avoid warning.
3988
3989 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3990
3991 * configure.in: Remove the BROKEN annotation from GnuTLS.
3992
3993 2010-10-22 Glenn Morris <rgm@gnu.org>
3994
3995 * make-dist: Avoid listing .el files twice. Don't try to run
3996 autoconf if --no-update.
3997
3998 2010-10-20 Glenn Morris <rgm@gnu.org>
3999
4000 * make-dist: No longer create lisp/MANIFEST.
4001
4002 2010-10-14 Glenn Morris <rgm@gnu.org>
4003
4004 * BUGS, INSTALL.BZR, README: Updates.
4005
4006 2010-10-13 Glenn Morris <rgm@gnu.org>
4007
4008 * make-dist: Remove --compress. Check for the appropriate
4009 gzip-like executable, and if not found, don't compress.
4010 Check version number in README, don't change it.
4011 Use find for nt/inc/*.h.
4012
4013 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4014
4015 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4016 Remove trailing / from directory names.
4017
4018 2010-10-12 Glenn Morris <rgm@gnu.org>
4019
4020 * make-dist: Update and simplify.
4021
4022 2010-10-12 Eli Zaretskii <eliz@gnu.org>
4023
4024 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4025
4026 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4029
4030 2010-10-09 Glenn Morris <rgm@gnu.org>
4031
4032 * make-dist: No more doc/emacs/*.texi.in.
4033
4034 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4035
4036 2010-10-09 Glenn Morris <rgm@gnu.org>
4037
4038 * configure.in: Combine some conditionals.
4039
4040 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4041 * make-dist: Include doc/emacs/*.texi.in.
4042
4043 * INSTALL, make-dist: Remove references to b2m.
4044 * Makefile.in (MAN_PAGES): Remove b2m.1.
4045
4046 2010-10-05 Glenn Morris <rgm@gnu.org>
4047
4048 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4049
4050 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4053
4054 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * configure.in: Include stdlib.h and string.h unconditionally.
4057
4058 2010-09-29 Romain Francoise <romain@orebokech.com>
4059
4060 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4061
4062 2010-09-28 Glenn Morris <rgm@gnu.org>
4063
4064 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4065 happy.
4066
4067 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * configure.in: Enable imagemagick by default.
4070
4071 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4072
4073 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
4074 GnuTLS libraries.
4075
4076 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4077
4078 * configure.in: Set up GnuTLS.
4079
4080 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * configure.in: Announce whether libxml2 is linked to.
4083
4084 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4085
4086 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4087
4088 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4089
4090 * config.bat: Detect that libxml2 is installed and if so, build
4091 with it.
4092
4093 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4094
4095 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4096 be used. This fixes a conf problem on Mac OS X.
4097
4098 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4099
4100 * configure.in: Check for libxml2.
4101
4102 2010-09-09 Glenn Morris <rgm@gnu.org>
4103
4104 * make-dist: No more TODO files under lisp/.
4105
4106 2010-09-04 Eli Zaretskii <eliz@gnu.org>
4107
4108 * config.bat: Produce lisp/gnus/_dir-locals.el from
4109 lisp/gnus/.dir-locals.el.
4110
4111 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4112
4113 * configure.in: Fix check for librsvg, imagemagick and
4114 MagickExportImagePixels.
4115
4116 2010-08-18 Joakim Verona <joakim@verona.se>
4117
4118 * Makefile.in, configure.in: Checks for ImageMagick.
4119
4120 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4121
4122 * configure.in (AC_PREREQ): Require autoconf 2.65.
4123
4124 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4127
4128 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4129
4130 * configure.in: Add AC_C_BIGENDIAN.
4131
4132 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4133
4134 * configure.in (ORDINARY_LINK): Use on hpux* too.
4135
4136 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4137
4138 * configure.in: Check for util.h.
4139 Use -Wimplicit-function-declaration if compiler supports it.
4140
4141 2010-08-05 Eli Zaretskii <eliz@gnu.org>
4142
4143 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4144
4145 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4146
4147 * configure.in: Restore accidentally removed use of
4148 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4149
4150 2010-07-29 Chad Brown <yandros@mit.edu>
4151
4152 * configure.in: Check for dirent.h.
4153
4154 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * configure.in: Remove reference to usg5-4, unused.
4157
4158 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4159
4160 * configure.in: Check for __executable_start.
4161
4162 2010-07-24 Ken Brown <kbrown@cornell.edu>
4163
4164 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4165
4166 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4169
4170 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4171
4172 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4173
4174 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4175
4176 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4177 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4178 (C_OPTIMIZE_SWITCH): Remove.
4179 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4180
4181 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4182
4183 * configure.in: Don't check for index and rindex, check for strchr
4184 and strrchr. Define strchr and strrchr as index and rindex,
4185 resp., in src/config.h if not available.
4186
4187 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4188
4189 * configure.in: Use -Wold-style-definition if available.
4190 This helps with the transition to standard C code, it can be
4191 removed when done.
4192
4193 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4194
4195 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4196 and MSWindows.
4197
4198 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4199
4200 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4201 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4202
4203 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4204
4205 * configure.in (getenv): Remove K&R declaration.
4206
4207 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4208
4209 * configure.in: Remove define __P.
4210
4211 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4212
4213 * configure.in (--enable-use-lisp-union-type): New flag.
4214
4215 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4216
4217 Fix CFLAGS for non-GCC compilers.
4218 * configure.in (CFLAGS): Always use -g like it was done before the
4219 2010-03-30 change.
4220 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4221 (Bug#6538)
4222
4223 2010-06-30 Glenn Morris <rgm@gnu.org>
4224
4225 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4226 Set with AC_DEFINE rather than AH_BOTTOM.
4227
4228 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4229 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4230 Set with shell, not cpp.
4231 (LIBX): Remove, just use -lX11 in the one place this was used.
4232 (cannot_dump): Replace with CANNOT_DUMP.
4233
4234 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4235
4236 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
4237 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4238 by minimum required Gtk+ 2.6). Add checks for functions introduced
4239 in Gtk+ 2.14 or newer (bug#6505).
4240
4241 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4242
4243 * config.bat: Remove white space around "+" in COPY commands.
4244
4245 2010-06-23 Glenn Morris <rgm@gnu.org>
4246
4247 * info/dir: Start descriptions in column 32, per Texinfo convention.
4248
4249 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * INSTALL: Update font information (Bug#6389).
4252
4253 2010-06-16 Glenn Morris <rgm@gnu.org>
4254
4255 * INSTALL: General update.
4256
4257 2010-06-12 Glenn Morris <rgm@gnu.org>
4258
4259 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4260
4261 2010-06-11 Glenn Morris <rgm@gnu.org>
4262
4263 * configure.in (--without-compress-info): New option.
4264 (GZIP_INFO): New output variable.
4265
4266 * Makefile.in (GZIP_INFO): New, set by configure.
4267 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4268 Handle man pages in the same way.
4269
4270 2010-06-10 Glenn Morris <rgm@gnu.org>
4271
4272 * Makefile.in (install-arch-indep): Gzip the info files too.
4273
4274 * make-dist: Remove references to non-existent directories and files.
4275
4276 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4277
4278 * configure.in: Include <strings.h> and <string.h> instead of
4279 "strings.h" and "string.h".
4280
4281 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4282
4283 * configure.in: Remove code dealing with BSTRING.
4284
4285 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4286
4287 * configure.in (AC_PREREQ): Require autoconf 2.65.
4288
4289 * configure.in (unxec): Do not define and substitute.
4290 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4291
4292 2010-06-03 Glenn Morris <rgm@gnu.org>
4293
4294 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4295
4296 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4297
4298 Fix alloca definition when using gcc on non-gnu systems.
4299 * configure.in: Use the code sequence indicated by "info autoconf"
4300 for alloca (bug#6170).
4301
4302 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * .bzrignore: Ignore new files from trunk, which appear if you use
4305 colocated branches (i.e. "bzr switch").
4306
4307 2010-05-28 Glenn Morris <rgm@gnu.org>
4308
4309 * configure.in: Simplify some of the $canonical tests.
4310
4311 2010-05-27 Glenn Morris <rgm@gnu.org>
4312
4313 * config.bat: Do not preprocess src/Makefile.in.
4314
4315 * configure.in: Do not preprocess src/Makefile.in.
4316 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4317 (AC_EGREP_CPP): Test no longer needed.
4318
4319 * make-dist: No more Makefile.c files.
4320
4321 2010-05-26 Glenn Morris <rgm@gnu.org>
4322
4323 * configure.in (YMF_PASS_LDFLAGS): Remove.
4324 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4325
4326 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4327 Add $GNUSTEP_LOCAL_HEADERS.
4328 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4329
4330 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4331 (GNUSTEP_MAKEFILES): Remove.
4332 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4333 stuff to here.
4334
4335 2010-05-25 Glenn Morris <rgm@gnu.org>
4336
4337 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4338 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4339
4340 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4341 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4342 here instead.
4343
4344 2010-05-24 Romain Francoise <romain@orebokech.com>
4345
4346 * make-dist: Look for version in src/emacs.c.
4347 Use lisp/subr.el rather than lisp/version.el for location check.
4348
4349 2010-05-21 Glenn Morris <rgm@gnu.org>
4350
4351 * configure.in (MKDEPDIR): Parallel build tweak.
4352
4353 * configure.in (ns_frag): New output file.
4354
4355 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4356 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4357
4358 * configure.in (cannot_dump): New output variable.
4359
4360 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4361
4362 * configure.in: On NetBSD, if terminfo is found, use it in
4363 preference to termcap. (Bug#6190)
4364
4365 2010-05-20 Glenn Morris <rgm@gnu.org>
4366
4367 * make-dist (src): Include *.mk.
4368 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4369 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4370 (deps_frag): New output file.
4371 (AUTO_DEPEND): Remove this definition.
4372
4373 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4374
4375 2010-05-19 Glenn Morris <rgm@gnu.org>
4376
4377 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4378 (ORDINARY_LINK): New AC_DEFINE.
4379 (LIB_GCC): No need to set if ORDINARY_LINK.
4380
4381 2010-05-18 Glenn Morris <rgm@gnu.org>
4382
4383 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4384 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4385
4386 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4387 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4388 (RALLOC_OBJ): New output variable.
4389
4390 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4391 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4392
4393 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * Makefile.in (src): Provide the name of the VCS file that witnesses
4396 a pull.
4397 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4398
4399 2010-05-17 Glenn Morris <rgm@gnu.org>
4400
4401 * configure.in (OLDXMENU_DEPS): New output variable.
4402
4403 2010-05-16 Glenn Morris <rgm@gnu.org>
4404
4405 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4406
4407 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4408 * Makefile.in (install-arch-dep): Update for above change.
4409
4410 * Makefile.in (ns_appdir): Remove.
4411 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4412
4413 * configure.in (TEMACS_LDFLAGS2): New output variable.
4414
4415 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4416 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4417 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4418 nothing uses.
4419
4420 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4423 does not use them.
4424 (X11R5_INHIBIT_I18N): Remove, unused.
4425
4426 2010-05-15 Glenn Morris <rgm@gnu.org>
4427
4428 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4429
4430 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4431
4432 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4433
4434 * configure.in: Look for version string in its new location.
4435
4436 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4437
4438 * config.bat: Remove support for DJGPP v1.x.
4439
4440 2010-05-15 Glenn Morris <rgm@gnu.org>
4441
4442 * configure.in (OLDXMENU_TARGET): New output variable.
4443
4444 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4445
4446 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4447 and other files that no longer exist.
4448
4449 2010-05-14 Glenn Morris <rgm@gnu.org>
4450
4451 * configure.in (cpp_undefs): Add mktime, register, X11.
4452
4453 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4454 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4455 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4456
4457 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4458 (GNUSTEP_MAKEFILES): Do not output.
4459
4460 2010-05-13 Glenn Morris <rgm@gnu.org>
4461
4462 * configure.in: Fix some paren typos.
4463
4464 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4465
4466 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4467
4468 2010-05-12 Glenn Morris <rgm@gnu.org>
4469
4470 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4471
4472 * configure.in (LIB_GCC): New output variable.
4473
4474 2010-05-11 Glenn Morris <rgm@gnu.org>
4475
4476 * make-dist (msdos): No more mainmake.
4477
4478 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4479 * config.bat: Do not run cpp on lib-src/Makefile.in.
4480
4481 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4482
4483 2010-05-10 Glenn Morris <rgm@gnu.org>
4484
4485 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4486
4487 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4488 (BLESSMAIL_TARGET): New output variable.
4489
4490 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4491
4492 * INSTALL: Fix typos.
4493
4494 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * configure.in: Add check for buggy version of GCC (Bug#6031).
4497
4498 2010-05-08 Glenn Morris <rgm@gnu.org>
4499
4500 * configure.in (HAVE_LIBNCURSES): New local variable.
4501 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4502 replacing cpp in src/s/*.h and src/Makefile.in.
4503
4504 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * Version 23.2 released.
4507
4508 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * configure.in: Add tests for `isnan' and `copysign'.
4511
4512 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4513
4514 * config.bat: Allow for 2 leading `#'s in comments in
4515 src/Makefile.in.
4516
4517 2010-05-07 Glenn Morris <rgm@gnu.org>
4518
4519 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4520 Merges logic from src/s/* and src/Makefile.in.
4521 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4522
4523 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4524
4525 Define START_FILES and LIB_STANDARD using autoconf.
4526 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4527 here from src/s/*.h.
4528 (HAVE_CRTIN): Remove, inline logic in the netbsd
4529 START_FILES/LIB_STANDARD computation.
4530
4531 2010-05-06 Glenn Morris <rgm@gnu.org>
4532
4533 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4534
4535 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4536 (LD_SWITCH_X_SITE): Remove unused variables.
4537
4538 2010-05-04 Glenn Morris <rgm@gnu.org>
4539
4540 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4541 as well.
4542 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4543
4544 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4545
4546 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4547 variables, replacing c_switch_machine, c_switch_system.
4548 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4549 @c_switch_system@.
4550
4551 2010-05-03 Glenn Morris <rgm@gnu.org>
4552
4553 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4554
4555 * make-dist: There are no more src/m/*.inp files.
4556
4557 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4560 (ac_link): Do not use ld_switch_machine.
4561
4562 2010-05-01 Glenn Morris <rgm@gnu.org>
4563
4564 * configure.in (OTHER_OBJ): Remove.
4565 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4566
4567 2010-04-30 Glenn Morris <rgm@gnu.org>
4568
4569 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4570 Elsewhere, maybe include it.
4571
4572 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4573 (OLDXMENU, LIBXMENU): New output variables.
4574
4575 * configure.in (OTHER_OBJ): New output variable.
4576
4577 2010-04-28 Glenn Morris <rgm@gnu.org>
4578
4579 * configure.in (CYGWIN_OBJ): New output variable.
4580
4581 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4582
4583 * configure.in (FONT_OBJ): New output variable.
4584
4585 * configure.in (LIBXMU): New output variable.
4586
4587 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4588
4589 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4590 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4591
4592 2010-04-27 Glenn Morris <rgm@gnu.org>
4593
4594 * configure.in (LIBXTR6): New output variable. Move unixware special
4595 case here from src/s/unixware.h.
4596
4597 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4598 in Makefiles.
4599 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4600
4601 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4602 (LIBXP): No longer substitute in Makefiles.
4603 (MOTIF_LIBW): New output variable. Move system-specific settings here
4604 from src/s files.
4605
4606 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4607
4608 Reduce CPP usage.
4609 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4610 (unexec): Define unconditionally, all platforms define
4611 UNEXEC. AC_SUBST it.
4612 (UNEXEC_SRC): Remove, unused.
4613 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4614
4615 2010-04-27 Glenn Morris <rgm@gnu.org>
4616
4617 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4618 replaced by LIBXP.
4619
4620 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4621 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4622 On hpux10-20, default to /lib.
4623
4624 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4625
4626 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4627
4628 * configure.in (LIBS_MACHINE): Remove, unused.
4629
4630 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4631
4632 2010-04-24 Glenn Morris <rgm@gnu.org>
4633
4634 * configure.in (CRT_DIR): New output variable.
4635 (--with-crt-dir): New option. (Bug#5655)
4636 (HAVE_LIB64_DIR): Remove.
4637
4638 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4639
4640 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4641
4642 2010-04-22 Miles Bader <miles@gnu.org>
4643
4644 * configure.in: Get rid of "unix" pre-defined macro when
4645 preprocessing Makefile. (Bug#5857)
4646
4647 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4648
4649 Avoid non-portable shell command negation
4650 * configure.in: Revert last change.
4651
4652 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4653
4654 * configure.in: Change "if test ! -f" to "if ! test -f".
4655
4656 2010-04-21 Glenn Morris <rgm@gnu.org>
4657
4658 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4659 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4660
4661 2010-04-21 Karel Klíč <kklic@redhat.com>
4662
4663 * configure.in: New option: --with(out)-selinux, on by default.
4664 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4665 LIBSELINUX_LIBS in Makefiles.
4666
4667 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4668
4669 * configure.in: Remove all references to LIBX11_SYSTEM.
4670
4671 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4672
4673 * configure.in: Remove all references to C_DEBUG_SWITCH.
4674
4675 2010-03-27 Eli Zaretskii <eliz@gnu.org>
4676
4677 * config.bat <lib-src>: Edit out lines that begin with several #
4678 characters.
4679
4680 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4681
4682 * configure.in: Remove support for old UNIX System V systems and
4683 for Unixware on non-x86 machines.
4684
4685 * configure.in: Remove support for Solaris on PPC and for old versions.
4686
4687 * configure.in: Remove non-working lynxos port.
4688
4689 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4690
4691 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4692
4693 2010-03-19 Glenn Morris <rgm@gnu.org>
4694
4695 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4696 happy.
4697
4698 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4699
4700 * configure.in: Check for tputs and friends, abort if not
4701 found (bug#5735).
4702
4703 2010-03-18 Glenn Morris <rgm@gnu.org>
4704
4705 * configure.in (--with-x-toolkit): In the help text, say which options
4706 are synonyms.
4707
4708 * configure.in (--with-mmdf, --with-mail-unlink):
4709 New options, off by default.
4710 (--with-mailhost): New option to set default POP host.
4711 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4712 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4713 New variables, substituted in Makefiles.
4714 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4715 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4716 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4717 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4718 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4719
4720 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4721
4722 * Makefile.in (uninstall): Handle the case where archlibdir does not
4723 exist. (Bug#5720)
4724
4725 2010-03-12 Eli Zaretskii <eliz@gnu.org>
4726
4727 These changes remove termcap.c from the build on POSIX platforms.
4728 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4729
4730 * configure: Regenerated.
4731
4732 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * Branch for 23.2.
4735
4736 2010-01-31 Juri Linkov <juri@jurta.org>
4737
4738 * .bzrignore: Add TAGS-LISP.
4739
4740 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4741
4742 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4743 this header file).
4744
4745 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4746
4747 * .bzrignore: Ignore all .exe, instead of individual files.
4748
4749 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * configure.in: Explicitly check for and link to -lXrender.
4752
4753 2010-01-12 Glenn Morris <rgm@gnu.org>
4754
4755 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4756 for bug reports for development versions.
4757
4758 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4759
4760 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4761 build.
4762
4763 2009-12-27 Karl Fogel <kfogel@red-bean>
4764
4765 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4766 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4767
4768 2009-12-17 Glenn Morris <rgm@gnu.org>
4769
4770 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4771
4772 2009-12-15 Glenn Morris <rgm@gnu.org>
4773
4774 * info/dir: Add EDT entry.
4775 * Makefile.in (INFO_FILES): Add edt.
4776
4777 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4778
4779 * configure.in: Check for RSVG if GNUstep is used.
4780
4781 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4782
4783 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4784
4785 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4786
4787 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4788
4789 2009-12-01 Glenn Morris <rgm@gnu.org>
4790
4791 * make-dist: Add etc/images/mpc directory.
4792
4793 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4794
4795 * configure.in: Don't check for GConf unless X is used.
4796
4797 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4798
4799 * configure.in: Use -Wdeclaration-after-statement if available.
4800
4801 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4802
4803 * configure.in: New option: --with(out)-gconf.
4804 Set HAVE_GCONF if we find gconf.
4805
4806 2009-11-17 Glenn Morris <rgm@gnu.org>
4807
4808 * Makefile.in (INFO_FILES): Add semantic.
4809
4810 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * info/dir: Add Semantic.
4813
4814 2009-11-16 Glenn Morris <rgm@gnu.org>
4815
4816 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4817 pattern, so as not to exclude makefile*.el. (Bug#4912)
4818
4819 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4820
4821 * configure.in: --enable-autodepend is new. Check for GNU Make
4822 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4823 gcc and GNU make to generate dependencies.
4824
4825 2009-10-27 Glenn Morris <rgm@gnu.org>
4826
4827 * make-dist: Make links to doc/lispintro/*.pdf.
4828
4829 2009-10-23 Jim Meyering <meyering@redhat.com>
4830
4831 * configure.in: Invoke $CPP with -P when creating Makefile and
4832 src/Makefile. Without this, gcc 4.4.2 converts each
4833 backslash-newline pair in the input to a bare newline, yielding
4834 invalid Makefiles.
4835
4836 * configure: Regenerate.
4837
4838 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4839
4840 * configure.in (vax-dec-vms): Remove, not supported anymore.
4841
4842 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4843
4844 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4845 (*-apple-darwin*): Add x86_64 architecture.
4846
4847 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4848
4849 * config.guess, config.sub: Updated from master source.
4850
4851 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4852
4853 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4854
4855 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4856
4857 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4858
4859 2009-09-29 Glenn Morris <rgm@gnu.org>
4860
4861 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4862
4863 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4864
4865 * config.guess, config.sub: Updated from master source.
4866
4867 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4868
4869 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4870
4871 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4872
4873 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * INSTALL: Update URL for GNU FreeFont.
4876
4877 2009-09-09 Glenn Morris <rgm@gnu.org>
4878
4879 * Makefile.in (install-arch-indep): Don't recursively change perms of
4880 site-lisp and infodir. There may be non-Emacs files in here, and the
4881 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4882 (mkdir): Set umask to world-readable before creating directories.
4883 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4884
4885 2009-08-29 Glenn Morris <rgm@gnu.org>
4886
4887 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4888 (info): Don't give an error in the absence of makeinfo - let the doc
4889 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4890
4891 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4892
4893 * Makefile.in (install-arch-indep): If the versioned DOC-####
4894 generated during loadup+dump isn't found, install the plain DOC
4895 file that always gets generated, in case CANNOT_DUMP is set.
4896
4897 * configure.in: Warn if package version specified here doesn't
4898 match the version in version.el.
4899 * configure: Regenerate.
4900
4901 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4904
4905 * configure: Regenerate.
4906
4907 2009-08-19 Glenn Morris <rgm@gnu.org>
4908
4909 * INSTALL: Remove reference to cvtmail.
4910
4911 2009-08-15 CHENG Gao <chenggao@gmail.com>
4912
4913 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4914
4915 2009-08-02 Kevin Ryde <user42@zip.com.au>
4916
4917 * INSTALL: Fix free fonts URL.
4918
4919 2009-07-22 Glenn Morris <rgm@gnu.org>
4920
4921 * configure.in (AC_PREREQ): Require autoconf 2.62.
4922
4923 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4924
4925 * configure.in (--enable-checking, --enable-profiling):
4926 Use AS_HELP_STRING.
4927
4928 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4929
4930 * configure.in (--enable-profiling): New option.
4931 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4932
4933 2009-06-27 Glenn Morris <rgm@gnu.org>
4934
4935 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4936
4937 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4938
4939 * configure.in (--enable-checking): New option.
4940
4941 2009-06-24 Glenn Morris <rgm@gnu.org>
4942
4943 * make-dist: Warn if subdir does not exist in source.
4944 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4945 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4946 No longer make links.
4947
4948 2009-06-24 Yavor Doganov <yavor@gnu.org>
4949
4950 * make-dist (tempdir): Don't create directories preferences.gorm
4951 and preferences.nib, they are no longer required.
4952
4953 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * Branch for 23.1.
4956
4957 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * configure.in: Delete mac-fix-env target, which has been
4960 removed (Bug#3531).
4961
4962 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
4965
4966 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
4967
4968 * BUGS: Use new binding of view-emacs-problems.
4969
4970 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
4971
4972 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4973 for Solaris compatibility.
4974
4975 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * configure: Regenerate.
4978
4979 * configure.in: Disable use of FreeType without libXft.
4980
4981 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4982
4983 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4984 Check if it is declared in gtk.h.
4985
4986 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4987
4988 * Makefile.in (install-arch-indep): Remove .gitignore files.
4989
4990 2009-04-03 Kenichi Handa <handa@m17n.org>
4991
4992 * INSTALL: Make the section "Complex Text Layout support
4993 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4994
4995 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4996
4997 * configure.in (rs6000-ibm-aix6*): Fix typo.
4998
4999 2009-03-04 Glenn Morris <rgm@gnu.org>
5000
5001 * Makefile.in (INFO_FILES): Add auth.
5002
5003 2009-03-03 Glenn Morris <rgm@gnu.org>
5004
5005 * info/dir: Add Auth-source.
5006
5007 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5010 the second.
5011
5012 2009-02-28 Eli Zaretskii <eliz@gnu.org>
5013
5014 * config.bat: Copy .dbxinit to _dbxinit.
5015
5016 * make-dist (Making links to `info'): Remove .gitignore.
5017
5018 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * Makefile.in (lib-src, lisp): Use simpler rule.
5021 (src): Be more specific to avoid recompiling all the .elc files just
5022 because the bootstrap-emacs is missing.
5023
5024 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
5025
5026 * configure.in: Require librsvg >= 2.11.
5027
5028 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5029
5030 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5031 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5032
5033 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5034
5035 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5036
5037 2009-02-03 Glenn Morris <rgm@gnu.org>
5038
5039 * make-dist: Add some missing files, remove some that are no longer
5040 present.
5041
5042 2009-02-02 Glenn Morris <rgm@gnu.org>
5043
5044 * make-dist: Add some missing nextstep/ files.
5045
5046 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5047
5048 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5049
5050 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5051
5052 * configure.in: Add support for m68k-*-netbsd.
5053
5054 2009-01-14 Juri Linkov <juri@jurta.org>
5055
5056 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5057
5058 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5059 and bug-reference-mode.
5060
5061 2009-01-11 Juri Linkov <juri@jurta.org>
5062
5063 * INSTALL.CVS: Move configuration explicitly to the first step.
5064
5065 2009-01-09 Glenn Morris <rgm@gnu.org>
5066
5067 * .dir-locals.el: Don't set indent-tabs-mode.
5068
5069 2008-12-30 Kenichi Handa <handa@m17n.org>
5070
5071 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5072 the function OTF_get_variation_glyphs.
5073
5074 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5075
5076 * Makefile.in (install-arch-dep): Remove old directories in
5077 ns_app* before moving new directories there.
5078
5079 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5080
5081 * .dir-locals.el: Remove non-working entry for pmail.
5082 (fill-column): Fix typo.
5083 (change-log-mode): Add fill column.
5084
5085 2008-12-26 Eli Zaretskii <eliz@gnu.org>
5086
5087 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5088
5089 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5090
5091 * make-dist (tempdir): Distribute .dir-locals.el.
5092
5093 * .dir-locals.el: New file.
5094
5095 2008-12-19 Eli Zaretskii <eliz@gnu.org>
5096
5097 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5098 for rationale.
5099
5100 2008-12-13 Glenn Morris <rgm@gnu.org>
5101
5102 * Makefile.in (install-arch-indep): Add new man-pages.
5103 (manext): Remove variable.
5104 (MAN_PAGES): New variable.
5105 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5106 and remove.
5107 (uninstall): Remove desktop file and icons, game scores if empty.
5108
5109 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5110
5111 * config.guess, config.sub: Updated from master source.
5112
5113 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5114
5115 * Makefile.in (install-arch-indep): Install ebrowse.1.
5116
5117 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5118
5119 * configure.in: Add Solaris on x86_64.
5120
5121 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5122
5123 * config.guess, config.sub: Updated from master source.
5124
5125 2008-12-08 Eli Zaretskii <eliz@gnu.org>
5126
5127 * info/dir: Fix last change.
5128
5129 2008-12-07 Eli Zaretskii <eliz@gnu.org>
5130
5131 * info/dir: Untabify.
5132
5133 2008-11-28 Ulrich Müller <ulm@gentoo.org>
5134
5135 * configure.in: Fix last change.
5136
5137 2008-11-28 Richard M Stallman <rms@gnu.org>
5138
5139 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5140 New configurations.
5141
5142 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5143
5144 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5145 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5146
5147 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5148
5149 * Makefile.in (INFO_FILES): Remove ns-emacs.
5150
5151 * info/dir (NS-Emacs): Remove entry.
5152
5153 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5154
5155 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5156
5157 2008-11-07 Glenn Morris <rgm@gnu.org>
5158
5159 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5160
5161 2008-10-31 Eli Zaretskii <eliz@gnu.org>
5162
5163 * config.bat: Tell user to expect one "File not found" message
5164 while the `doc' directory is being configured.
5165
5166 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * update-subdirs: Put obsolete directory last.
5169
5170 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5171
5172 * configure.in: Check fontconfig always.
5173
5174 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5175
5176 * configure (*-solaris2.[7-9]*): Fix typo.
5177
5178 2008-10-24 Glenn Morris <rgm@gnu.org>
5179
5180 * configure.in (--without-sync-input, --with-pkg-config-prog):
5181 Help strings start with lower case.
5182 (--with-gnustep-conf): New option.
5183 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5184
5185 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5186
5187 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5188 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5189 is not found. (Bug#1230)
5190
5191 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5192
5193 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5194 Use sol2-6.h for Solaris 7-9.
5195
5196 2008-10-18 Ulrich Müller <ulm@gentoo.org>
5197
5198 * configure.in: Add support for GNU/Linux on SuperH.
5199
5200 2008-10-12 Andreas Schwab <schwab@suse.de>
5201
5202 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5203
5204 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
5205
5206 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5207 "X") to avoid confusion.
5208
5209 * configure: Regenerate.
5210
5211 2008-09-07 Romain Francoise <romain@orebokech.com>
5212
5213 * make-dist: Distribute doc/man/ChangeLog.
5214
5215 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * configure.in: Disable XFT and Freetype when without X.
5218
5219 * configure: Regenerate.
5220
5221 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5224
5225 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5226
5227 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5228 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
5229
5230 * configure: Regenerate.
5231
5232 2008-08-20 Eli Zaretskii <eliz@gnu.org>
5233
5234 * configure.in: Move "#define subprocesses" before
5235 config_opsysfile is included.
5236
5237 2008-08-19 Kenichi Handa <handa@m17n.org>
5238
5239 * INSTALL (Extra fonts): Mention local fonts, don't mention
5240 mule-unicode.
5241
5242 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * make-dist: Omit info/.arch-inventory.
5245
5246 2008-08-16 Jason Rumney <jasonr@gnu.org>
5247
5248 * make-dist (tempdir/nt): Link emacsclient.rc.
5249
5250 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5251
5252 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5253 AC_SUBST it.
5254 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5255 AC_SUBST it.
5256 (OTHER_FILES): Always define for HAVE_NS.
5257 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5258 * configure: Regenerate.
5259
5260 2008-08-07 Andreas Schwab <schwab@suse.de>
5261
5262 * configure.in: Correctly handle
5263 --enable-cocoa-experimental-ctrl-g=no and
5264 --enable-ns-self-contained=yes.
5265
5266 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5267
5268 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
5269 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5270 Don't bother undef'ing since won't have desired effect.
5271
5272 2008-08-06 Andreas Schwab <schwab@suse.de>
5273
5274 * configure.in: Fix quoting.
5275
5276 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5279
5280 2008-08-05 Ulrich Müller <ulm@gentoo.org>
5281
5282 * configure.in: Add checks for krb5_error.text and
5283 krb5_error.e_text struct members.
5284
5285 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * configure.in: Test for existence of NSInteger.
5288 Suggested by Yavor Doganov.
5289
5290 2008-08-02 Romain Francoise <romain@orebokech.com>
5291
5292 * Makefile.in (INFO_FILES): Add mairix-el.
5293
5294 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5295
5296 * make-dist:
5297 * README: Remove VMS support.
5298 * vms: Remove directory.
5299
5300 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5301
5302 * configure.in (MULTI_KBOARD): Remove.
5303
5304 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5305
5306 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5307
5308 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * info/dir (File): Add mairix-el.
5311
5312 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5313
5314 Remove support for Mac Carbon.
5315 * mac: Remove directory.
5316 * make-dist:
5317 * configure.in:
5318 * README:
5319 * Makefile.in:
5320 * INSTALL: Remove code for Carbon.
5321 * configure: Regenerate.
5322
5323 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5324
5325 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5326
5327 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * configure.in: Check for getrlimit.
5330
5331 * configure: Regenerate.
5332
5333 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5334
5335 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5336 in src/Makefile.in.
5337 (static): Remove, autoconf would always comment it out anyway.
5338 (subprocesses): Define unconditionally.
5339
5340 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5341
5342 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5343 compilation under GNUstep.
5344
5345 2008-07-18 Kenichi Handa <handa@m17n.org>
5346
5347 * INSTALL (Complex Text Layout support libraries): Delete the
5348 paragraph about --enable-font-backend.
5349
5350 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5351
5352 * configure.in: Print out some info to user for NeXTstep builds.
5353 (ns-app): Remove enable option.
5354 (ns-self-contained): Add enable option.
5355 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5356 GNUstep, use to set install prefixes, and substitute in Makefiles.
5357 * configure: Regenerate.
5358 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5359 NS app bundle.
5360
5361 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5364
5365 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5366
5367 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5368 NS_IMPL_COCOA.
5369
5370 2008-07-16 Glenn Morris <rgm@gnu.org>
5371
5372 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5373 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5374 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5375 never unset.
5376
5377 * make-dist: Add nextstep/ directories.
5378 (src, lib-src): Add .m files.
5379
5380 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5381
5382 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5383 (USER_FULL_NAME): Remove, not used anymore.
5384 * configure: Regenerate.
5385
5386 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5387
5388 Changes and additions for NeXTstep windowing system (Cocoa and
5389 GNUstep) support.
5390
5391 * configure.in: Add support for NS window system: --with-ns (default
5392 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5393 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5394 disable font backend if window system is "none", not if !HAVE_X11.
5395 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5396 (install-arch-dep): Add commands to assemble NS .app package.
5397
5398 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5399
5400 * configure.in: Use macppc for Darwin. Remove references to
5401 desupported systems.
5402 * configure: Regenerate.
5403
5404 2008-07-05 Glenn Morris <rgm@gnu.org>
5405
5406 * make-dist (EMACS): Doc fix.
5407 (lisp): There are no *.dat or image files here any more.
5408 (src): There are no *.s files here any more.
5409 (etc/images, etc/images/*): Link to most regular files.
5410
5411 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5412
5413 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5414
5415 2008-07-01 Glenn Morris <rgm@gnu.org>
5416
5417 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5418 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5419 and explicitly export there. (Bug#507.)
5420
5421 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5422
5423 * configure.in:
5424 * configure: Remove references to obsolete systems.
5425
5426 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5429 make it depend on all other */.in files.
5430 (src/Makefile, src/config.stamp, lib-src/Makefile)
5431 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5432 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5433 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5434 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5435
5436 * configure.in: Don't create src/config.stamp any more.
5437
5438 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5441
5442 2008-06-22 Glenn Morris <rgm@gnu.org>
5443
5444 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5445
5446 2008-06-21 Romain Francoise <romain@orebokech.com>
5447
5448 * Makefile.in (INFO_FILES): Add sasl.
5449
5450 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5453 (bootstrap-build): Remove.
5454 (top_bootclean): New var.
5455 (top_distclean, bootstrap-clean): Use it.
5456 (bootstrap): Don't recheck config. Make normally.
5457
5458 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * Makefile.in (SUBDIR): Include `lisp'.
5461 (lisp): Depend on `src'.
5462 (top_distclean): Don't remove config.status.
5463 (bootstrap-clean): New target.
5464 (maintainer-clean): Use it.
5465 (bootstrap): Use bootstrap-clean. Re-run config.status.
5466 (src/bootstrap-emacs${EXEEXT}): New target.
5467 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5468 src/Makefile now takes care of it.
5469 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5470
5471 2008-06-15 Glenn Morris <rgm@gnu.org>
5472
5473 * info/dir: Add sasl.
5474
5475 2008-06-09 Alan Mackenzie <acm@muc.de>
5476
5477 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5478
5479 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5480
5481 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5482
5483 2008-06-07 Glenn Morris <rgm@gnu.org>
5484
5485 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5486 serve no purpose.
5487
5488 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5489
5490 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5491 * configure: Regenerate.
5492
5493 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5496
5497 2008-05-14 Kenichi Handa <handa@m17n.org>
5498
5499 * configure: Regenerate.
5500
5501 * configure.in: Don't handle --disable-font-backend. Don't print
5502 a message about a font backend.
5503
5504 2008-05-09 Glenn Morris <rgm@gnu.org>
5505
5506 * configure.in: Make absence of makeinfo a fatal error only if the info
5507 files don't exist.
5508 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5509
5510 2008-05-07 Eli Zaretskii <eliz@gnu.org>
5511
5512 * config.bat: Fix last change: don't use < and > in "rem" lines,
5513 they are interpreted as redirection by DOS shells.
5514
5515 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5516
5517 * configure.in: Check availability of AvailabilityMacros.h
5518 if HAVE_CARBON.
5519
5520 * configure: Regenerate.
5521
5522 2008-05-03 Glenn Morris <rgm@gnu.org>
5523
5524 * configure.in (x_libraries): Remove standard 64-bit directories -
5525 experimental workaround for minor autoconf bug.
5526
5527 * configure.in (--without-makeinfo): New option. If set,
5528 absence of suitable makeinfo is not a fatal error.
5529 * Makefile.in (MAKEINFO): New, set by configure.
5530 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5531 (info-real): New target.
5532 (info): Without makeinfo, do nothing, else call `info-real'.
5533
5534 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5535
5536 * configure.in: Remove hpux10.20 from the desupported list.
5537
5538 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5541
5542 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5545 rather than change CPPFLAGS.
5546 (HAVE_GTK): Rename to USE_GTK.
5547
5548 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5549
5550 * configure.in: Replace the obsolete macros AC_AIX and
5551 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5552
5553 2008-04-05 Andreas Schwab <schwab@suse.de>
5554
5555 * configure.in: No longer create admin/unidata/Makefile.
5556
5557 2008-03-28 Andreas Schwab <schwab@suse.de>
5558
5559 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5560 (lisp/Makefile): New rule.
5561
5562 2008-03-13 Glenn Morris <rgm@gnu.org>
5563
5564 * configure.in (AC_INIT): Fix version number.
5565 (sync-input): Reword the option, since it's on by default.
5566
5567 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5568
5569 * configure.in: Add --enable-sync-input, default yes.
5570
5571 2008-03-11 Glenn Morris <rgm@gnu.org>
5572
5573 * Makefile.in (install-etc, mkdir): Handle directory
5574 etc/images/icons/hicolor/*/mimetypes/.
5575
5576 * make-dist: Handle icons/hicolor/scalable directory.
5577
5578 2008-03-05 Glenn Morris <rgm@gnu.org>
5579
5580 * configure.in: Enable font-backend by default.
5581 (USE_FONT_BACKEND): Set to "no" in absence of X.
5582 (PKG_CONFIG): Don't set multiple times, once is enough.
5583 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5584
5585 2008-03-03 Glenn Morris <rgm@gnu.org>
5586
5587 * Makefile.in (iconsrcdir): New variable.
5588 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5589 directory.
5590
5591 2008-02-29 Glenn Morris <rgm@gnu.org>
5592
5593 * test/: New directory.
5594
5595 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5596
5597 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5598
5599 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5600
5601 * configure.in: Print an error for systems that we think are obsolete
5602 and are proposed to be removed. Remove some more unused systems.
5603 Add support for powerpc-ibm-aix6*.
5604
5605 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5606
5607 * configure.in: Remove references to obsolete variables and systems.
5608
5609 2008-02-21 Glenn Morris <rgm@gnu.org>
5610
5611 * Makefile.in (set_installuser): New.
5612 (install-arch-indep): Use set_installuser to avoid duplicate code.
5613
5614 * README.unicode: Split into admin/notes/unicode,font-backend and
5615 remove.
5616
5617 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5618
5619 * configure.in (arm*-*-freebsd*): Add.
5620
5621 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5622
5623 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5624 dealing with obsolete variables.
5625
5626 2008-02-08 Glenn Morris <rgm@gnu.org>
5627
5628 * Makefile.in (check-info-dir): New target.
5629
5630 2008-02-08 Michael Olson <mwolson@gnu.org>
5631
5632 * Makefile.in (INFO_FILES): Add epa.
5633
5634 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5635 features" section.
5636
5637 2008-02-06 Glenn Morris <rgm@gnu.org>
5638
5639 * configure.in (--with-gcc): Give an error saying this option has
5640 been removed.
5641 (--with-gtk): Remove this option.
5642
5643 2008-02-06 Tom Tromey <tromey@redhat.com>
5644
5645 * configure.in (--with-gcc): Remove.
5646 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5647
5648 2008-02-05 Ulrich Müller <ulm@gentoo.org>
5649
5650 * INSTALL: Recommend giflib, not libungif.
5651
5652 2008-02-05 Tom Tromey <tromey@redhat.com>
5653
5654 * configure.in (--with-dbus): Default to enabled.
5655
5656 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5657
5658 * INSTALL (Complex Text Layout support libraries): New section.
5659
5660 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5661
5662 * make-dist: Remove references to files in mac/ that have been
5663 deleted.
5664
5665 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5666
5667 * configure.in: For libotf and m17n-flt checks, set shell vars
5668 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5669 pkg_check_m17n_flt, respectively, for the sake of the summary output.
5670 Reported by Ulrich Müller.
5671
5672 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5673
5674 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5675 admin/unidata/Makefile.in to Makefile.
5676
5677 2008-02-02 Glenn Morris <rgm@gnu.org>
5678
5679 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5680 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5681 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5682
5683 2008-02-01 Miles Bader <miles@gnu.org>
5684
5685 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5686 [libotf], and [m17n-flt] options.
5687
5688 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5689
5690 * configure.in: Add EMACS_ARG_N([libotf]...), and
5691 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5692 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5693 CFLAGS, and LIBS in checking of m17n-flt.
5694
5695 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5696
5697 * configure.in: Check the availability of m17n-flt library.
5698
5699 2008-02-01 Kenichi Handa <handa@m17n.org>
5700
5701 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5702 not available.
5703
5704 2008-02-01 Kenichi Handa <handa@m17n.org>
5705
5706 * configure.in: New args --enable-font-backend, --with-xft,
5707 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5708 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5709 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5710 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5711
5712 2008-02-01 Kenichi Handa <handa@m17n.org>
5713
5714 * make-dist: Include etc/charsets in tarball.
5715
5716 2008-02-01 Kenichi Handa <handa@m17n.org>
5717
5718 * configure.in: While running cpp on junk.c, include
5719 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5720 exists.
5721
5722 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5723
5724 * configure.in (xtensa): Match more configurations.
5725
5726 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5727
5728 * configure.in: Update comment.
5729
5730 2008-01-26 Glenn Morris <rgm@gnu.org>
5731
5732 * configure.in (--without-gcc): By default, neither off nor on.
5733 (--with-carbon): Tone down rhetoric in help text.
5734
5735 2008-01-25 Glenn Morris <rgm@gnu.org>
5736
5737 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5738 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5739 Default `Carbon' to off (it's unsupported).
5740
5741 2008-01-24 Glenn Morris <rgm@gnu.org>
5742
5743 * configure.in: Standardize dbus-related messages.
5744
5745 2008-01-23 Michael Olson <mwolson@gnu.org>
5746
5747 * configure.in (pkg-config-prog): Remove initial whitespace.
5748
5749 2008-01-23 Tom Tromey <tromey@redhat.com>
5750
5751 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5752 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5753 Update all users.
5754
5755 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5756
5757 * config.guess, config.sub: Updated from master source.
5758
5759 2008-01-17 Andreas Schwab <schwab@suse.de>
5760
5761 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5762
5763 2008-01-17 Glenn Morris <rgm@gnu.org>
5764
5765 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5766
5767 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5768
5769 * configure.in: Remove more references to unsupported systems.
5770
5771 2008-01-16 Sven Joachim <svenjoac@gmx.de>
5772
5773 * make-dist: Add --lzma.
5774
5775 2008-01-16 Glenn Morris <rgm@gnu.org>
5776
5777 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5778 configure checks for this.
5779
5780 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5781
5782 * configure.in: Remove more references to unsupported systems.
5783
5784 2008-01-06 Romain Francoise <romain@orebokech.com>
5785
5786 * configure.in: Delete extra semicolons.
5787
5788 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 * configure.in: Remove references to unsupported systems.
5791
5792 2008-01-05 Romain Francoise <romain@orebokech.com>
5793
5794 * make-dist: Add --bzip2. Update copyright.
5795
5796 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * configure.in: Remove support for Masscomp.
5799
5800 2008-01-05 Glenn Morris <rgm@gnu.org>
5801
5802 * Makefile.in (desktopdir, icondir): New variables.
5803 (install-arch-indep): Also depend on `install-etc'.
5804 (install-etc): New target.
5805 (mkdir): Also create the `applications' and `icons' directories.
5806
5807 2008-01-04 Glenn Morris <rgm@gnu.org>
5808
5809 * make-dist: Update for new etc/images/icons/hicolor directory.
5810
5811 2007-12-09 Andreas Schwab <schwab@suse.de>
5812
5813 * configure.in: D-Bus is not enabled by default.
5814
5815 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5816
5817 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5818 change.
5819
5820 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5821
5822 * configure.in: Give package name and version to AC_INIT.
5823
5824 2007-12-03 Magnus Henoch <mange@freemail.hu>
5825
5826 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5827
5828 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * configure.in: No need for DBUS_INFO anymore.
5831
5832 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5833
5834 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5837
5838 * Makefile.in (INFO_FILES): Add dbus.
5839
5840 2007-12-02 Romain Francoise <romain@orebokech.com>
5841
5842 * make-dist: Fix last change.
5843
5844 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5845
5846 * configure.in: Add support for gnu-kfreebsd.
5847
5848 2007-11-28 Glenn Morris <rgm@gnu.org>
5849
5850 * make-dist: Add etc/nxml.
5851
5852 2007-11-24 Romain Francoise <romain@orebokech.com>
5853
5854 * Makefile.in (INFO_FILES): Add nxml-mode.
5855
5856 2007-11-23 Romain Francoise <romain@orebokech.com>
5857
5858 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5859 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5860
5861 2007-11-20 Andreas Schwab <schwab@suse.de>
5862
5863 * configure.in: Always include <resolv.h> when checking for res_init.
5864
5865 2007-11-17 Andreas Schwab <schwab@suse.de>
5866
5867 * update-subdirs: Atomically update subdirs.el.
5868
5869 2007-11-17 Glenn Morris <rgm@gnu.org>
5870
5871 * Makefile.in (check-declare): New target.
5872
5873 2007-11-07 Glenn Morris <rgm@gnu.org>
5874
5875 * configure.in: Deprecate Mac Carbon port.
5876
5877 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5878
5879 * configure.in: Remove HAVE_X11R5 check.
5880
5881 2007-10-31 Glenn Morris <rgm@gnu.org>
5882
5883 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5884 when changing ownership of installed files.
5885
5886 2007-10-30 Glenn Morris <rgm@gnu.org>
5887
5888 * make-dist: Add new directory etc/gnus.
5889
5890 2007-10-30 Michael Olson <mwolson@gnu.org>
5891
5892 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5893
5894 2007-10-29 Glenn Morris <rgm@gnu.org>
5895
5896 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5897
5898 2007-10-23 Glenn Morris <rgm@gnu.org>
5899
5900 * MAINTAINERS: Move to admin/.
5901
5902 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5905 (HAVE_LIBRESOLV): Also define if we are using res_init().
5906
5907 2007-10-17 Glenn Morris <rgm@gnu.org>
5908
5909 * FTP: Remove file, since it's just a duplicate of one in etc/.
5910
5911 2007-10-05 Eli Zaretskii <eliz@gnu.org>
5912
5913 * config.bat: Fix configuring `doc' due to changes in the
5914 directory structure.
5915
5916 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5917
5918 * configure.in: Don't use -lpthread on HP-UX.
5919
5920 2007-09-16 Glenn Morris <rgm@gnu.org>
5921
5922 * make-dist: File gfdl.1 has been removed.
5923
5924 2007-09-15 Glenn Morris <rgm@gnu.org>
5925
5926 * configure.in: Fix makeinfo version regexp.
5927
5928 2007-09-12 Glenn Morris <rgm@gnu.org>
5929
5930 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5931 implementation of alloca is not found.
5932
5933 * Makefile.in (SOURCES, unlock, relock): Delete.
5934 (install-arch-indep): Do not exclude the etc/ Makefiles.
5935
5936 2007-09-09 Juri Linkov <juri@jurta.org>
5937
5938 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5939
5940 * README: Add doc/ to documentation directories.
5941
5942 2007-09-08 Michael Olson <mwolson@gnu.org>
5943
5944 * MAINTAINERS: Add myself for ERC and tq.el.
5945 Update for new doc/ directory layout.
5946
5947 2007-09-06 Romain Francoise <romain@orebokech.com>
5948
5949 * make-dist: Update for new doc/ directory layout.
5950
5951 2007-09-06 Glenn Morris <rgm@gnu.org>
5952
5953 * Makefile.in (mansrcdir): New variable.
5954 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5955 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5956 update these targets for new doc/ directory layout.
5957 (doc/misc/Makefile): New target.
5958 (install-arch-indep): Use mansrcdir for new location of manpages.
5959 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5960 (relock, info, dvi): Update targets for new doc/ directory layout.
5961
5962 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5963 for new doc/ directory layout.
5964
5965 2007-09-02 Andreas Schwab <schwab@suse.de>
5966
5967 * configure.in: Use AS_HELP_STRING throughout.
5968 * configure: Regenerate.
5969
5970 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5971
5972 * configure.in: Require Gtk/Glib 2.6.
5973
5974 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5975
5976 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5977 Use them throughout in place of AC_ARG_WITH calls.
5978 * configure: Regenerate.
5979
5980 2007-09-01 Andreas Schwab <schwab@suse.de>
5981
5982 * configure.in: Put quotes around nested macro calls.
5983
5984 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
5985
5986 * configure.in: Fix typo.
5987 * configure: Regenerate.
5988
5989 2007-08-30 Glenn Morris <rgm@gnu.org>
5990
5991 * configure.in (AH_BOTTOM): Copy some manual changes made to
5992 src/config.in here so they are not lost when it regenerates.
5993
5994 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5995
5996 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5997
5998 * README.multi-tty: New file.
5999
6000 2007-08-29 Glenn Morris <rgm@gnu.org>
6001
6002 * README: Increase version to 23.0.50.
6003
6004 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6005
6006 * configure.in: New option: --without-xaw3d.
6007
6008 2007-08-24 Glenn Morris <rgm@gnu.org>
6009
6010 * configure.in: Check for a suitably recent makeinfo.
6011
6012 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6013
6014 * configure.in (Check for required libraries): Typo.
6015
6016 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6017
6018 * configure.in: Check librsvg2 also for Mac Carbon.
6019
6020 2007-08-22 Romain Francoise <romain@orebokech.com>
6021
6022 * make-dist: Follow reorganization of files in etc/.
6023
6024 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6025
6026 * configure.in: Add support for SVG images through librsvg2.
6027
6028 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6029
6030 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6031 to avoid an error message if there is no DOC there.
6032
6033 2007-07-25 Glenn Morris <rgm@gnu.org>
6034
6035 * Relicense all FSF files to GPLv3 or later.
6036
6037 * COPYING, info/COPYING: Switch to GPLv3.
6038
6039 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6040
6041 * configure.in: Complain if X seems to be installed but no
6042 development files were found.
6043
6044 2007-06-20 Glenn Morris <rgm@gnu.org>
6045
6046 * configure.in: Prefer libgif over libungif.
6047
6048 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6049
6050 * configure.in: Check for all image libraries before exiting.
6051
6052 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6053
6054 * configure.in: Exit with error if image libraries aren't found.
6055
6056 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6059 when compiling without scrollbars.
6060
6061 2007-06-12 Glenn Morris <rgm@gnu.org>
6062
6063 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6064
6065 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6066
6067 * configure.in: Change wording about yes/gtk and lucid/athena
6068 being synonyms.
6069
6070 2007-06-08 Glenn Morris <rgm@gnu.org>
6071
6072 * configure.in: Make gtk the default toolkit.
6073
6074 2007-06-07 Glenn Morris <rgm@gnu.org>
6075
6076 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6077 for a Sun C compiler.
6078
6079 * Makefile.in (install-arch-indep): Install only the DOC- file
6080 specific to the build, if possible, rather than DOC-*.
6081
6082 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * Version 22.1 released.
6085
6086 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
6087
6088 * mkinstalldirs: Sync to version in automake CVS.
6089
6090 2007-05-22 Andreas Schwab <schwab@suse.de>
6091
6092 * configure.in: Prefer build_alias over host when host_alias is not set.
6093 * configure: Regenerate.
6094
6095 2007-05-20 Andreas Schwab <schwab@suse.de>
6096
6097 * configure.in: Remove empty AC_SUBST.
6098 * configure: Regenerate.
6099
6100 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6101
6102 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6103 it like others.
6104 * configure: Regenerate.
6105
6106 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6107
6108 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6109 (AC_CHECK_LIB): Add -lgpm.
6110 * configure: Regenerate.
6111
6112 2007-05-03 Glenn Morris <rgm@gnu.org>
6113
6114 * configure: Tweak message about the absence of shell functions.
6115
6116 2007-04-27 Andreas Schwab <schwab@suse.de>
6117
6118 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6119
6120 2007-04-26 Glenn Morris <rgm@gnu.org>
6121
6122 * README: Increase version to 22.1.50.
6123
6124 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6127
6128 2007-04-19 Glenn Morris <rgm@gnu.org>
6129
6130 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6131
6132 2007-04-18 Glenn Morris <rgm@gnu.org>
6133
6134 * INSTALL: Mention CPP.
6135
6136 2007-04-15 Glenn Morris <rgm@gnu.org>
6137
6138 * FTP: Replace with a pointer to the web version.
6139
6140 2007-04-13 Glenn Morris <rgm@gnu.org>
6141
6142 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6143
6144 2007-04-04 Glenn Morris <rgm@gnu.org>
6145
6146 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6147 compiling with Sun Studio on Solaris.
6148
6149 2007-03-23 Glenn Morris <rgm@gnu.org>
6150
6151 * configure.in: Restore support for hp800 (removed 2007-01-27)
6152 following clarification of legal status.
6153
6154 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6155
6156 * configure.in: Add support for AIX4.3 on IBM RS6000.
6157
6158 * configure: Regenerate.
6159
6160 2007-03-20 Richard Stallman <rms@gnu.org>
6161
6162 * configure.in: Fix previous change.
6163
6164 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6165
6166 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
6167 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6168 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
6169
6170 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6173 user specifies "without".
6174
6175 * configure: Regenerate.
6176
6177 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6178
6179 * configure.in: Warning for Gtk+ and Cygwin added.
6180 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6181
6182 2007-02-27 Glenn Morris <rgm@gnu.org>
6183
6184 * make-dist (oldXMenu): Remove Imakefile.
6185 (etc/images): Add README.
6186
6187 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6188
6189 * configure.in (xtensa-*-linux-gnu*): New configuration.
6190
6191 * configure: Regenerate.
6192
6193 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6194
6195 * config.guess, config.sub: Updated from master source.
6196
6197 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6198
6199 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6200
6201 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6202
6203 * configure.in: Restore support for hp800's not running HP-UX.
6204
6205 * configure: Regenerate.
6206
6207 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * configure.in: Remove support for hp800 and sr2k machine types.
6210
6211 * configure: Regenerate.
6212
6213 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6214
6215 * configure.in: Add check for libXft.
6216
6217 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6218
6219 * INSTALL: Info files moved to share/info.
6220
6221 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6222
6223 * configure.in: Detect and use fink-installed in intel-based Mac
6224 builds; change Apple Darwin section to support both PowerPC and
6225 Intel-based Macs.
6226
6227 2006-12-26 Andreas Schwab <schwab@suse.de>
6228
6229 * Makefile.in (datarootdir): Define.
6230
6231 2006-12-24 Richard Stallman <rms@gnu.org>
6232
6233 * configure.in: Require Autoconf 2.61.
6234
6235 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6236
6237 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6238 Remove redundant entry for powerpc-apple-netbsd.
6239
6240 * configure: Regenerate.
6241
6242 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * configure: Regenerate with autoconf 2.61.
6245
6246 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6247
6248 * configure.in: Detect alsa/asoundlib.h also.
6249 * configure: Regenerate.
6250
6251 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6252
6253 * configure.in: Check if GTK+ compiles at all.
6254
6255 2006-12-10 Andreas Schwab <schwab@suse.de>
6256
6257 * configure.in: Remove check for struct timezone, its result is
6258 never used.
6259
6260 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6261
6262 * configure.in: Add support for Solaris 10 on x86-64.
6263
6264 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6265
6266 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6267 of PKG_CONFIG_PATH.
6268
6269 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6270
6271 * configure.in (HAVE_SYNC): New test.
6272
6273 2006-12-03 Glenn Morris <rgm@gnu.org>
6274
6275 * Makefile.in: Fix Copyright format.
6276
6277 * configure.in (AH_TOP): Add missing Copyright year.
6278
6279 * update-subdirs: Add missing Copyright years.
6280
6281 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6282
6283 * Makefile.in: Touch only the parts of the share/emacs directory
6284 specific to this version.
6285
6286 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6289
6290 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6291
6292 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6293
6294 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6295
6296 * configure.in: Prefer X11 to Carbon only when some X-specific
6297 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6298
6299 2006-11-04 Romain Francoise <romain@orebokech.com>
6300
6301 * Makefile.in (bootstrap-clean-before): Fix typo.
6302 Use new target `bootstrap-clean' in the leim subdirectory.
6303
6304 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6305
6306 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6307
6308 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6311 directories.
6312
6313 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6314
6315 * configure.in: Enable x86-64 OpenBSD compilation.
6316
6317 2006-10-28 Glenn Morris <rgm@gnu.org>
6318
6319 * AUTHORS: Add cal-html.el author.
6320
6321 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6322
6323 * make-dist: Make links to mac/make-package and
6324 mac/Emacs.app/Contents/Resources/Emacs.icns.
6325
6326 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * README: Bump version number to 22.0.90.
6329
6330 2006-10-23 Andreas Schwab <schwab@suse.de>
6331
6332 * configure.in: Make sure x_default_search_path is always set even
6333 when x_libraries is empty, and look in .../share as well for each
6334 library directory.
6335
6336 2006-09-28 Kenichi Handa <handa@m17n.org>
6337
6338 * configure.in (locallisppath): Don't include leim dir.
6339 (lisppath): Include leim dir.
6340
6341 2006-09-15 Jay Belanger <belanger@truman.edu>
6342
6343 * COPYING: Replace "Library Public License" by "Lesser Public
6344 License" throughout.
6345
6346 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6347
6348 * make-dist (EMACS): Exit and fail if the EMACS environment
6349 variable is set to something other than an absolute file name.
6350
6351 2006-08-16 Andreas Schwab <schwab@suse.de>
6352
6353 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6354 of hardcoding it.
6355
6356 2006-08-16 Richard Stallman <rms@gnu.org>
6357
6358 * INSTALL.CVS: Clean up wording.
6359
6360 2006-07-14 Eli Zaretskii <eliz@gnu.org>
6361
6362 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6363 $PKG_CONFIG --exists "$2" to config.log.
6364 * configure: Regenerate.
6365
6366 2006-07-09 Richard Stallman <rms@gnu.org>
6367
6368 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6369
6370 2006-07-09 Kim F. Storm <storm@cua.dk>
6371
6372 * CONTRIBUTE: Use outline format.
6373 Add section on copyright years (from admin/notes/years).
6374
6375 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6376
6377 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6378 to /dev/null, since we don't need the error message, just the
6379 exit status.
6380
6381 2006-07-07 Eli Zaretskii <eliz@gnu.org>
6382
6383 * CONTRIBUTE: Slight formatting changes and typo fixes.
6384 Add description of NEWS markings.
6385
6386 2006-07-07 Kim F. Storm <storm@cua.dk>
6387
6388 * CONTRIBUTE: Mention INSTALL.CVS.
6389
6390 2006-07-05 Romain Francoise <romain@orebokech.com>
6391
6392 * make-dist (top-level): Add CONTRIBUTE.
6393
6394 2006-07-04 Richard Stallman <rms@gnu.org>
6395
6396 * CONTRIBUTE: Much rewrite.
6397
6398 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6399
6400 * CONTRIBUTE: New file.
6401
6402 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6403
6404 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6405
6406 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6407
6408 * configure.in: Add check for ALSA.
6409
6410 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6411
6412 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6413
6414 * info/dir: Remove the Emacs-Xtra entry.
6415
6416 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6417
6418 Update copyright year(s) in many files.
6419
6420 2006-04-01 Eli Zaretskii <eliz@gnu.org>
6421
6422 * configure: Regenerated.
6423
6424 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6425
6426 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6427 --without-toolkit-scroll-bars was specified.
6428
6429 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6430
6431 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6432 to CFLAGS. Update Copyright years written to src/config.in.
6433
6434 2006-03-18 Claudio Fontana <claudio@gnu.org>
6435
6436 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6437 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6438 to be installed/uninstalled.
6439 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6440 to Info files installed by Emacs.
6441
6442 2006-03-03 Claudio Fontana <claudio@gnu.org>
6443
6444 * Makefile.in (install, uninstall): Add DESTDIR variable to
6445 support staged installations.
6446
6447 2006-02-14 Richard M. Stallman <rms@gnu.org>
6448
6449 * configure.in (s390x-*-linux-gnu*): New configuration.
6450
6451 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6452
6453 * configure.in: Require GTK 2.4 or newer.
6454
6455 2006-01-29 Michael Olson <mwolson@gnu.org>
6456
6457 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6458 * info/dir (ERC): New entry.
6459
6460 2006-01-29 Eli Zaretskii <eliz@gnu.org>
6461
6462 * info/dir: Fix last change.
6463
6464 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6467
6468 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6469
6470 * info/dir: Untabify the whole file.
6471 (Rcirc): New entry.
6472
6473 2006-01-12 Andreas Schwab <schwab@suse.de>
6474
6475 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6476 check.
6477
6478 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * configure.in: Use -Wno-pointer-sign if available.
6481
6482 2005-12-29 Andreas Schwab <schwab@suse.de>
6483
6484 * config.guess, config.sub: Updated from master source.
6485
6486 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6487
6488 * configure.in: Use amdx86-64 for freebsd on x86_64.
6489
6490 2005-11-22 Romain Francoise <romain@orebokech.com>
6491
6492 * make-dist: Add etc/images/icons.
6493
6494 2005-11-03 Andreas Schwab <schwab@suse.de>
6495
6496 * configure.in: Use GZIP_PROG instead of GZIP.
6497
6498 * Makefile.in (GZIP_PROG): Rename from GZIP.
6499 (install-arch-indep): Adjust.
6500
6501 2005-11-01 Andreas Schwab <schwab@suse.de>
6502
6503 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6504 (bootfast): Likewise.
6505
6506 2005-11-01 Romain Francoise <romain@orebokech.com>
6507
6508 * configure.in: Check for gzip.
6509
6510 * Makefile.in (install): Compress source files.
6511
6512 2005-10-24 Steven Tamm <steventamm@mac.com>
6513
6514 * configure.in: Fix darwin386 configuration issue.
6515
6516 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6517
6518 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6519
6520 2005-10-17 Bill Wohler <wohler@newt.com>
6521
6522 * make-dist: Create and populate etc/images/low-color.
6523
6524 2005-10-15 Bill Wohler <wohler@newt.com>
6525
6526 * make-dist: Create and populate etc/images/gud.
6527
6528 2005-10-08 Richard M. Stallman <rms@gnu.org>
6529
6530 * make-dist (tempparent): Don't check for 14-char file name limit.
6531
6532 2005-10-07 Romain Francoise <romain@orebokech.com>
6533
6534 * make-dist: Add etc/images/ezimage and etc/images/mail
6535 directories. Install images in etc/images.
6536
6537 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6538
6539 * configure.in: Prefer Carbon if --enable-carbon-app or
6540 --with-carbon is explicitly specified even when X11 is detected.
6541
6542 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
6543
6544 * Makefile.in (install-arch-indep, uninstall):
6545 Handle newsticker manual.
6546 (info): Add - to commands.
6547
6548 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6549
6550 Remove the MAXPATHLEN limitations:
6551
6552 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6553
6554 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6555
6556 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6557 * configure: Regenerate.
6558
6559 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6560
6561 * config.guess, config.sub: Updated from master source.
6562
6563 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * .cvsignore: Add `lock'.
6566
6567 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6568
6569 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6570
6571 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6572
6573 Merge gnulib getopt implementation into Emacs.
6574
6575 * Makefile.in (AUTOCONF_INPUTS): New macro.
6576 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6577 so that these files also depend on m4/getopt.m4.
6578 * configure.in: Configure getopt by including m4/getopt.m4,
6579 and configuring a getopt replacement if necessary.
6580 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6581 * m4/getopt.m4: New file.
6582
6583 2005-07-06 Lute Kamstra <lute@gnu.org>
6584
6585 * configure.in: Fix capitalization.
6586
6587 2005-07-04 Lute Kamstra <lute@gnu.org>
6588
6589 Update FSF's address in GPL notices.
6590
6591 2005-06-19 Jérôme Marant <jerome@marant.org>
6592
6593 * Makefile.in (epaths-force): Protect both lisppath and
6594 buildlisppath from whitespace.
6595
6596 2005-06-08 Steven Tamm <steventamm@mac.com>
6597
6598 * configure.in: Support Darwin/MacOSX on Intel.
6599
6600 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6601
6602 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6603
6604 2005-05-19 Jérôme Marant <jmarant@marant.org>
6605
6606 * configure.in: Add --enable-locallisppath.
6607
6608 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6609
6610 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
6611 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6612 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
6613
6614 2005-05-07 Jérôme Marant <jerome@marant.org>
6615
6616 * make-dist: Remove references to makefile.nt and makefile.def.
6617 Include widgets and images subdirectories of etc. Do not exclude
6618 ldefs-boot.el.
6619
6620 2005-04-23 Andreas Schwab <schwab@suse.de>
6621
6622 * configure.in: Remove duplicate match for powerpc configuration.
6623
6624 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6625
6626 * configure.in: Check for <pwd.h>.
6627
6628 2005-04-14 Lute Kamstra <lute@gnu.org>
6629
6630 * make-dist: Distribute all ChangeLog files in lisp/.
6631 Don't distribute ldefs-boot.el.
6632 lisp/makefile.nt no longer exists.
6633
6634 2005-04-13 Lute Kamstra <lute@gnu.org>
6635
6636 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6637 for "no-byte-compile: t" in the file instead.
6638
6639 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6642 shadow the main Lesstif/Motif-2.1 libs and includes.
6643
6644 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6645
6646 * configure.in: Only add XASSERTS to cppflags.
6647
6648 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6649
6650 * configure.in: Added --enable-asserts.
6651
6652 2005-02-09 Kim F. Storm <storm@cua.dk>
6653
6654 Change release version from 21.4 to 22.1 throughout.
6655 Change development version from 21.3.50 to 22.0.50.
6656
6657 2005-01-19 Steven Tamm <steventamm@mac.com>
6658
6659 * configure.in: Check for <sys/utsname.h>.
6660
6661 2004-12-11 Kim F. Storm <storm@cua.dk>
6662
6663 * Makefile.in (info): Undo 2004-12-05 change.
6664
6665 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6666
6667 * info/dir (File): Add URL and Org Mode manuals.
6668 * Makefile.in (install-arch-indep, uninstall): Add url and org
6669 manuals.
6670
6671 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6674 committed to src/config.in.
6675
6676 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6677
6678 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6679 pthreads and define HAVE_GTK_AND_PTHREAD.
6680
6681 2004-12-05 Richard M. Stallman <rms@gnu.org>
6682
6683 * Makefile.in (info): Ignore errors building info files.
6684
6685 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6686
6687 * config.bat: If 8-byte alignment is not supported, define
6688 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6689 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6690 filter through Sed to remove the quotes.
6691
6692 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6695 not apply to files explicitly `cvs add'ed.
6696
6697 2004-11-12 Eli Zaretskii <eliz@gnu.org>
6698
6699 * config.bat: Don't require djecho.exe for the v1.x build.
6700 Add a test for DECL_ALIGN support, and add a trivial definition to
6701 src/config.h if 8-byte alignment is not supported.
6702
6703 2004-11-08 Kim F. Storm <storm@cua.dk>
6704
6705 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6706 files before building.
6707 (bootfast, bootstrap-clean-before-fast): New targets, like
6708 bootstrap but don't remove .elc files.
6709
6710 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6711
6712 * configure.in: Add check for getrusage.
6713
6714 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6715
6716 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6717 New tests for new and old GTK file dialogs.
6718 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6719 to no.
6720
6721 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6722
6723 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6724 can be set. Remove SETARCH test.
6725
6726 2004-10-08 Steven Tamm <steventamm@mac.com>
6727
6728 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
6729
6730 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6731
6732 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6733 AC_MSG_WARN. Move output of warning message to end of configure run.
6734
6735 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6736
6737 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6738 Run test to see if heap start address is random.
6739
6740 2004-09-29 Miles Bader <miles@gnu.org>
6741
6742 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6743 if setarch is present.
6744
6745 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6746
6747 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6748
6749 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6750
6751 * configure.in: Check for exec-shield.
6752
6753 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6754
6755 * Makefile.in (install-arch-indep): Add pgg and sieve.
6756
6757 * info/.cvsignore: Added pgg and sieve.
6758
6759 2004-08-06 Andreas Schwab <schwab@suse.de>
6760
6761 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6762
6763 2004-07-31 Eli Zaretskii <eliz@gnu.org>
6764
6765 * config.bat: Update URLs in the comments.
6766
6767 2004-07-05 Andreas Schwab <schwab@suse.de>
6768
6769 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6770
6771 2004-06-21 Kenichi Handa <handa@m17n.org>
6772
6773 * make-dist: Link leim-ext.el into tempdir.
6774
6775 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * info/dir (File): Add emacs-xtra.
6778 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6779
6780 2004-06-12 Juri Linkov <juri@jurta.org>
6781
6782 * info/dir: Move menu help lines from `* Menu:' to file header.
6783 Describe the purpose of a red *.
6784
6785 2004-05-04 Dave Love <fx@gnu.org>
6786
6787 * configure.in: Don't use `extrasub'.
6788
6789 2004-04-29 Dave Love <fx@gnu.org>
6790
6791 * configure.in: Don't forget to quote args to `test'.
6792
6793 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6794
6795 * autogen.sh: Update filename in "please read" message.
6796
6797 2004-04-17 Richard M. Stallman <rms@gnu.org>
6798
6799 * INSTALL: Move the info about site-lisp dirs,
6800 and say uninstalled Emacs looks there too.
6801
6802 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6803
6804 * config.bat (lib-src): Recognize comment lines in Makefile.in
6805 that have a TAB after the #, to avoid errors in preprocessing with
6806 GCC 3.3.3.
6807
6808 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * Makefile.in: Mention in comment that `make maintainer-clean'
6811 deletes .elc files.
6812
6813 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * update-subdirs: Add local variables to prevent byte-compiling.
6816
6817 2004-03-21 Dave Love <fx@gnu.org>
6818
6819 * configure.in: Fix previous change.
6820
6821 2004-03-18 Dave Love <fx@gnu.org>
6822
6823 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6824
6825 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6826
6827 * info/dir (File): Add SMTP and SES.
6828
6829 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6832 (bootstrap): Use the new bootstrap-prepare target in lisp.
6833
6834 2004-02-18 Kim F. Storm <storm@cua.dk>
6835
6836 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6837
6838 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6839
6840 * make-dist: Don't link index.*perm and permute-index into tempdir.
6841
6842 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6843
6844 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6845 to match previous changes by Eli Zaretskii.
6846
6847 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6848
6849 * Makefile.in: Set CDPATH to an empty string.
6850
6851 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * configure.in <darwin>: Use fink packages if available.
6854
6855 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6856
6857 * make-dist (lispref): Do include lispref/index.texi.
6858
6859 2004-01-06 Eric Hanchrow <offby1@blarg.net>
6860
6861 * make-dist (tempdir): Include cursors in nt/icons.
6862
6863 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6864
6865 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6866 clashes with install-sh on 8+3 filesystems.
6867
6868 2003-12-24 Miles Bader <miles@gnu.org>
6869
6870 * .cvsignore: Add .arch-inventory.
6871
6872 2003-12-24 Andreas Schwab <schwab@suse.de>
6873
6874 * configure.in: Check for <sys/socket.h>. Include it before
6875 including <net/if.h>. Move check for <net/if.h> before its use.
6876
6877 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6878
6879 * Makefile.in (install-arch-dep): Don't let cd output go into
6880 pipe for carbon_appdir.
6881
6882 2003-12-24 Andreas Schwab <schwab@suse.de>
6883
6884 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6885
6886 2003-12-01 Andreas Schwab <schwab@suse.de>
6887
6888 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6889 hardcoding gcc.
6890
6891 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6892
6893 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6894 multiple displays.
6895 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6896
6897 2003-09-23 Dave Love <fx@gnu.org>
6898
6899 * configure.in: Check members of struct ifreq.
6900
6901 2003-09-14 Kim F. Storm <storm@cua.dk>
6902
6903 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6904
6905 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6906
6907 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6908
6909 2003-08-18 Lute Kamstra <lute@gnu.org>
6910
6911 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6912 required anymore.
6913
6914 2003-08-07 Andrew Choi <akochoi@shaw.ca>
6915
6916 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6917 option instead of -traditional-cpp for CPP.
6918
6919 2003-07-29 Richard M. Stallman <rms@gnu.org>
6920
6921 * configure.in (HAVE_XIM): Define if XIM is available.
6922
6923 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6924
6925 * configure.in: The function gtk_window_set_icon_from_file was
6926 introduced in GTK+ 2.2, so check for that release.
6927
6928 2003-07-23 Andreas Schwab <schwab@suse.de>
6929
6930 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6931
6932 * Makefile.in (YACC): Remove, not used.
6933 (MAINT): Don't set.
6934 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6935 disable dependency on ${srcdir}/configure.in when maintainer mode
6936 is disabled.
6937
6938 2003-07-22 Dave Love <fx@gnu.org>
6939
6940 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6941 HAVE_X11, not with_xim.
6942 (HAVE_CRTIN): Provide template.
6943 <with_png>: Test for png.h and libpng/png.h.
6944
6945 2003-07-15 Andreas Schwab <schwab@suse.de>
6946
6947 * configure.in: Temporarily leave quoting for AC_DEFINE.
6948
6949 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * configure.in: Check for posix_memalign.
6952
6953 2003-07-12 Richard M. Stallman <rms@gnu.org>
6954
6955 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6956
6957 2003-07-09 Kim F. Storm <storm@cua.dk>
6958
6959 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6960 functionality of --without-xim.
6961
6962 2003-06-29 Dave Love <fx@gnu.org>
6963
6964 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6965
6966 2003-06-23 Dave Love <fx@gnu.org>
6967
6968 * configure.in: Check for sys/_mbstate_t.h.
6969 Test XRegisterIMInstantiateCallback prototype.
6970 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6971
6972 2003-06-06 Dave Love <fx@gnu.org>
6973
6974 * configure.in: Check for locale.h.
6975
6976 2003-06-05 Dave Love <fx@gnu.org>
6977
6978 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6979 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6980 (NLIST_STRUCT): Don't define.
6981 (AH_BOTTOM): Define my_strftime.
6982
6983 2003-06-02 Richard M. Stallman <rms@gnu.org>
6984
6985 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6986
6987 2003-05-24 Andreas Schwab <schwab@suse.de>
6988
6989 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6990 bzero, and bcmp.
6991
6992 2003-05-22 Dave Love <fx@gnu.org>
6993
6994 * configure.in: Remove redundant test for term.h. Test for difftime.
6995
6996 2003-05-20 Dave Love <fx@gnu.org>
6997
6998 * configure.in: Append * to s390-*-linux-gnu case.
6999 (LIBMAIL) <lockfile>: Don't define.
7000
7001 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7002
7003 * INSTALL (* GNU/Linux development packages): Mention Debian and
7004 RedHat package names.
7005
7006 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7007
7008 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7009
7010 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7011
7012 * INSTALL (* GNU/Linux development packages): Tell people to
7013 install additional packages for compiling Emacs.
7014
7015 2003-04-30 Richard M. Stallman <rms@gnu.org>
7016
7017 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7018
7019 2003-04-28 Francesco Potortì <pot@gnu.org>
7020
7021 * configure.in: Undo last (RMS') change, as it is useless, per
7022 Dave Love.
7023
7024 2003-04-08 Richard M. Stallman <rms@gnu.org>
7025
7026 * configure.in: Put #include of jpeglib.h at start of line.
7027
7028 2003-04-06 Francesco Potortì <pot@gnu.org>
7029
7030 * configure.in: Use the same configuration for all aix5, not just
7031 aix5.1.
7032
7033 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7034
7035 * configure.in: Check for need for bigtoc support on IBM AIX for
7036 solving a linker table overflow problem.
7037
7038 2003-03-03 Rob Browning <rlb@defaultvalue.org>
7039
7040 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7041 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7042 over bzero, bcmp, and bcopy.
7043
7044 2003-02-23 Simon Josefsson <jas@extundo.com>
7045
7046 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7047
7048 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7049
7050 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7051
7052 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7053
7054 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7055
7056 2003-02-08 Andreas Schwab <schwab@suse.de>
7057
7058 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7059 instead of the substitution.
7060
7061 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7062
7063 * Makefile.in: Use @EXEEXT@ for Cygwin.
7064 Use USERNAME if LOGNAME is not set (for Cygwin).
7065
7066 * configure.in: Add opsys=cygwin.
7067
7068 2003-01-22 Andreas Schwab <schwab@suse.de>
7069
7070 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7071 redefining it explicitly in src/config.in.
7072
7073 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
7074
7075 * Makefile.in (bootstrap): Make bootstrap-after.
7076
7077 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7078
7079 * configure.in: Fix --with-gtk.
7080
7081 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7082
7083 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
7084
7085 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7086
7087 2003-01-14 Francesco Potortì <pot@gnu.org>
7088
7089 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7090
7091 2003-01-07 Steven Tamm <steventamm@mac.com>
7092
7093 * configure.in: New option, --enable-carbon-app, to specify
7094 that the application should be installed
7095 * Makefile.in (install-arch-dep): On Mac OS X, install the
7096 Emacs.app application if carbon-app is enabled.
7097
7098 2003-01-06 Dave Love <fx@gnu.org>
7099
7100 * configure.in: Check for nl_langinfo.
7101 [!HAVE_SIZE_T]: Fix typedef.
7102
7103 2003-01-06 David Kastrup <dak@gnu.org>
7104
7105 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7106
7107 * configure.in: Add tests for install-info.
7108
7109 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
7110
7111 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7112 use again sol2-6 instead of sol2-8.
7113
7114 2002-12-09 Dave Love <fx@gnu.org>
7115
7116 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7117
7118 2002-12-08 Andreas Schwab <schwab@suse.de>
7119
7120 * Makefile.in (install-arch-indep): Revert last change.
7121
7122 2002-11-27 Dave Love <fx@gnu.org>
7123
7124 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7125 Check for __sys_siglist too. Check for memset.
7126 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7127
7128 2002-11-22 Juanma Barranquero <lektu@terra.es>
7129
7130 * config.guess, config.sub: Updated from master source.
7131
7132 2002-11-19 Karl Fogel <kfogel@red-bean.com>
7133
7134 * autogen.sh: New file.
7135
7136 2002-11-18 Dave Love <fx@gnu.org>
7137
7138 * configure.in: Tidy up various quoting issues throughout.
7139 Use AC_GNU_SOURCE.
7140 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7141 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7142 Maybe define bcopy, bzero, bcmp.
7143 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7144 non-existent machine file).
7145 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7146 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7147 (nlist.h): Move test up.
7148
7149 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
7150
7151 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7152
7153 2002-11-14 Francesco Potortì <pot@gnu.org>
7154
7155 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7156
7157 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7158
7159 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7160
7161 2002-11-08 Dave Love <fx@gnu.org>
7162
7163 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7164 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7165
7166 2002-11-07 Miles Bader <miles@gnu.org>
7167
7168 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7169 Handle separate-build-dir case.
7170
7171 2002-11-06 Richard M. Stallman <rms@gnu.org>
7172
7173 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7174 bulletproof. $bar may be empty when there are no .elc files.
7175
7176 2002-10-30 Dave Love <fx@gnu.org>
7177
7178 * configure.in: Require autoconf 2.53. Test for pty.h,
7179 sys/mman.h, sys/param.h, mremap, memmove.
7180 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7181 (AC_PROG_YACC): Delete.
7182 (size_t): Use AC_CHECK_TYPES.
7183 (AH_TOP): Up-date copyright.
7184
7185 2002-10-01 Juanma Barranquero <lektu@terra.es>
7186
7187 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7188
7189 2002-09-19 Richard M. Stallman <rms@gnu.org>
7190
7191 * configure.in: Fix the LessTif-directory-finder for real.
7192
7193 2002-09-14 Richard M. Stallman <rms@gnu.org>
7194
7195 * Makefile.in (maybe_bootstrap): Test for complete absence
7196 of compiled Lisp files.
7197
7198 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7199
7200 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7201 (bootstrap-clean-after): Delete.
7202 (bootstrap): Make the sequencing explicit.
7203
7204 2002-09-10 Richard M. Stallman <rms@gnu.org>
7205
7206 * configure.in: Fix previous LessTif change.
7207
7208 2002-09-09 Richard M. Stallman <rms@gnu.org>
7209
7210 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7211 (powerpcle-*-solaris*): Use version 2.6 as default.
7212 (*-sunos5.6*, *-solaris2.6*): New alternative.
7213 (*-sunos5*): Use version 2.6 as default.
7214
7215 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7216
7217 * configure.in: Fix typo.
7218
7219 2002-09-05 Richard M. Stallman <rms@gnu.org>
7220
7221 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7222
7223 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7224 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7225
7226 2002-08-26 Kim F. Storm <storm@cua.dk>
7227
7228 * Makefile.in (install-arch-indep): Do not remove DOC file
7229 when it is the only DOC file installed; this is the case when
7230 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7231
7232 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
7233
7234 * configure.in: Fix typo.
7235
7236 2002-07-24 Richard M. Stallman <rms@gnu.org>
7237
7238 * configure.in: Don't print anything special about gamedir.
7239
7240 * configure.in: Delete nonstandard --with-game-user option.
7241
7242 2002-07-21 Richard M. Stallman <rms@gnu.org>
7243
7244 * Makefile.in (gamedir, localstatedir): New variables.
7245 (epaths-force): Insert value of gamedir into PATH_GAME.
7246
7247 * configure.in (gamedir): Handle it like lispdir.
7248 (--with-game-dir option): Delete.
7249
7250 2002-06-21 Pavel Janík <Pavel@Janik.cz>
7251
7252 * configure.in: Add support for mipseb-*-netbsd* machines.
7253
7254 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7255
7256 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7257
7258 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7259
7260 * info/dir (File): Add an entry for Tramp.
7261
7262 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * INSTALL-CVS: New file.
7265
7266 2002-06-07 Andreas Schwab <schwab@suse.de>
7267
7268 * configure.in (x86_64-*-linux-gnu*): New system.
7269
7270 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * config.bat: Handle the case when lispintro is truncated to lispintr.
7273
7274 2002-05-26 Paul Eggert <eggert@twinsun.com>
7275
7276 * config.guess, config.sub: Updated from master source.
7277
7278 2002-05-09 Richard M. Stallman <rms@gnu.org>
7279
7280 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7281
7282 2002-05-04 Pavel Janík <Pavel@Janik.cz>
7283
7284 * make-dist: Do not distribute lock/ directory.
7285
7286 2002-04-30 Andrew Choi <akochoi@shaw.ca>
7287
7288 * configure.in: Provide documentation string when defining
7289 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7290 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7291
7292 2002-04-29 Colin Walters <walters@verbum.org>
7293
7294 * configure.in: Delete configure check for access to the game user.
7295
7296 2002-04-29 Pavel Janík <Pavel@Janik.cz>
7297
7298 * make-dist: lwlib/Imakefile is removed.
7299
7300 2002-04-26 Andrew Choi <akochoi@shaw.ca>
7301
7302 * configure.in: Add support for powerpc-apple-darwin*.
7303 (HAVE_CARBON): Add.
7304
7305 * make-dist: Create directories in mac/Emacs.app.
7306
7307 2002-04-25 Pavel Janík <Pavel@Janik.cz>
7308
7309 * make-dist: lwlib-Xol* are removed.
7310
7311 2002-04-23 Andreas Schwab <schwab@suse.de>
7312
7313 * Makefile.in (MAINT): New variable.
7314 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7315 instead of configure.in, to avoid running autoconf and autoheader
7316 unless explicitly requested.
7317
7318 2002-04-16 Eli Zaretskii <eliz@gnu.org>
7319
7320 * config.bat: Update for msdos/sed2v2.inp.
7321
7322 2002-04-15 Andreas Schwab <schwab@suse.de>
7323
7324 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7325 * configure.in: Add config header templates to all AC_DEFINE and
7326 AC_DEFINE_UNQUOTED symbols.
7327 * make-dist: Run autoheader if necessary.
7328
7329 2002-04-10 Colin Walters <walters@verbum.org>
7330
7331 * configure.in: Add --game-dir, --game-user. Test to see if we
7332 can use them.
7333
7334 2002-04-08 Pavel Janík <Pavel@Janik.cz>
7335
7336 * configure.in: Add --with-sound.
7337
7338 2002-03-18 Kim F. Storm <storm@cua.dk>
7339
7340 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7341 and getsockname functions. Test for sys/un.h include file.
7342
7343 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * configure.in: Support AIX 5.1.
7346
7347 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7348
7349 * configure.in: Added test for X Session Management (HAVE_X_SM).
7350
7351 2002-03-03 Richard M. Stallman <rms@gnu.org>
7352
7353 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7354 Run chown $${LOGNAME} on files installed by tar xvf.
7355
7356 2002-03-03 Kim F. Storm <storm@cua.dk>
7357
7358 * configure.in: Test for getpeername.
7359
7360 2002-03-01 Richard M. Stallman <rms@gnu.org>
7361
7362 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7363 (HAVE_GIF): Don't use old libungif versions that crash.
7364
7365 2002-02-26 Richard M. Stallman <rms@gnu.org>
7366
7367 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7368 not just well-formed and valid.
7369 (mips-compaq-nonstopux*): New configuration.
7370
7371 2002-02-18 Paul Eggert <eggert@twinsun.com>
7372
7373 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7374 "sed q" is a portable equivalent to plain "head -1".
7375
7376 2002-02-13 Richard M. Stallman <rms@gnu.org>
7377
7378 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7379 (all): Don't depend on maybe_bootstrap here.
7380 (${SUBDIR}): Depend on it here instead.
7381
7382 2002-02-08 Richard M. Stallman <rms@gnu.org>
7383
7384 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7385
7386 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * configure.in: Recognize BSD/OS 5.0.
7389
7390 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7391
7392 * make-dist: Make version checking in emacs.texi consistent with
7393 how we set it there.
7394
7395 2001-12-29 Kim F. Storm <storm@cua.dk>
7396
7397 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7398
7399 2001-12-28 Richard M. Stallman <rms@gnu.org>
7400
7401 * configure.in: Test for mbsinit.
7402
7403 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7404
7405 These changes make Leim part of the standard distribution:
7406
7407 * README: Add info about the `leim' directory.
7408
7409 * INSTALL: Remove text that describes Leim as a separate package.
7410
7411 * noleim-Makefile.in: File removed.
7412
7413 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7414 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7415 Leim files out of the Emacs tree. Don't prepare a separate tarball
7416 for Leim.
7417
7418 2001-12-11 Richard M. Stallman <rms@gnu.org>
7419
7420 * configure.in (hppa*-*-linux-gnu*): New alternative.
7421
7422 2001-12-08 Pavel Janík <Pavel@Janik.cz>
7423
7424 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7425 creating distribution.
7426
7427 2001-12-06 Paul Eggert <eggert@twinsun.com>
7428
7429 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7430 (AC_FUNC_VFORK): Remove.
7431 (AC_FUNC_FORK): Add.
7432 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7433 this is required by recent Autoconf versions.
7434
7435 2001-12-02 Pavel Janík <Pavel@Janik.cz>
7436
7437 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7438 TODO, vms-pp.trans and others).
7439
7440 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7441
7442 * make-dist: Use COPYING from the top-level directory.
7443
7444 2001-11-29 Gerd Moellmann <gerd@gnu.org>
7445
7446 * configure.in: Add support for FreeBSD/Alpha.
7447
7448 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7449
7450 * make-dist: Add COPYING to the top-level directory of the
7451 distribution. Simplify the logic behind copying.
7452
7453 * Makefile.in (maybe_bootstrap): Fix previous change.
7454
7455 2001-11-28 Richard M. Stallman <rms@gnu.org>
7456
7457 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7458
7459 2001-11-26 Richard M. Stallman <rms@gnu.org>
7460
7461 * Makefile.in: bootstrap should not delete dumped executables.
7462 (bootstrap-clean-before): New target.
7463 (bootstrap): Use bootstrap-clean-before instead of clean.
7464 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7465
7466 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7467
7468 These changes add the Emacs Lisp Introduction manual to the
7469 distribution:
7470
7471 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7472
7473 * make-dist: Copy the files in lispintro directory.
7474
7475 * config.bat: Configure in the lispintro directory.
7476
7477 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7478
7479 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7480 (lispintro/Makefile): New target.
7481 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7482 (unlock, relock, info, dvi): Ditto.
7483
7484 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7485
7486 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7487
7488 * make-dist (etc): Don't distribute gfdl.1.
7489
7490 2001-11-22 Colin Walters <walters@debian.org>
7491
7492 * Makefile.in (install-arch-indep): Install the calc .info files.
7493 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7494
7495 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7496
7497 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7498 tindex.pl to the list of those being put into the distribution.
7499
7500 2001-11-16 Eli Zaretskii <eliz@gnu.org>
7501
7502 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7503
7504 2001-11-15 Pavel Janík <Pavel@Janik.cz>
7505
7506 * Makefile.in (uninstall): Fix previous change.
7507
7508 * configure.in, Makefile.in: Add support for --program-prefix,
7509 --program-suffix and --program-transform-name options.
7510
7511 2001-11-13 Pavel Janík <Pavel@Janik.cz>
7512
7513 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7514 (install-arch-indep): Install emacsclient manual page.
7515 (uninstall): Uninstall emacsclient manual page.
7516
7517 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7518
7519 * make-dist: Add lispref/index.*perm files to the distribution.
7520 From Pavel Janík <Pavel@Janik.cz>.
7521
7522 2001-11-12 Pavel Janík <Pavel@Janik.cz>
7523
7524 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7525
7526 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7527
7528 * configure.in: AC_OUTPUT lispref/Makefile.
7529
7530 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7531
7532 The following changes add the ELisp reference manual to the
7533 distribution.
7534
7535 * make-dist: Add the lispref directory to the distribution.
7536
7537 * Makefile.in (install-arch-indep): Add elisp* to the list of
7538 installed Info files.
7539 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7540 (lispref/Makefile): New target.
7541 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7542 Add commands for the lispref directory.
7543 (info, dvi): Ditto.
7544
7545 * config.bat: Configure in `lispref'.
7546
7547 2001-11-09 Richard M. Stallman <rms@gnu.org>
7548
7549 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7550
7551 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7552
7553 * make-dist (tempdir): Copy AUTHORS as well.
7554
7555 2001-11-06 Sam Steingold <sds@gnu.org>
7556
7557 * configure.in: Added a check for <nlist.h>.
7558
7559 2001-11-01 Pavel Janík <Pavel@Janik.cz>
7560
7561 * configure.in: Reindent --help output.
7562 From Per Starbäck (starback@ling.uu.se).
7563
7564 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7565
7566 * configure.in: New entry for HP/UX-11.
7567
7568 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7569 From Eric S. Raymond <esr@golux.thyrsus.com>.
7570
7571 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7572
7573 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7574 <athornton@sinenomine.net>.
7575
7576 2001-10-25 Gerd Moellmann <gerd@gnu.org>
7577
7578 * Makefile.in (maybe_bootstrap): New target.
7579 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7580
7581 2001-10-24 Ken Raeburn <raeburn@gnu.org>
7582
7583 * configure.in: If --with-hesiod is given, look for
7584 hes_getmailhost and res_send or __res_send; check hesiod and
7585 resolv libraries respectively if system libraries don't supply them.
7586
7587 2001-10-24 Gerd Moellmann <gerd@gnu.org>
7588
7589 * configure.in: Use $MAKE for `make' if set.
7590
7591 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7592
7593 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7594 to tar options.
7595
7596 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7597
7598 * (Version 21.1 released).
7599
7600 2001-10-20 Miles Bader <miles@gnu.org>
7601
7602 * configure.in (configuration): Set from `host' if `host_alias'
7603 isn't defined.
7604
7605 2001-10-19 Andreas Schwab <schwab@suse.de>
7606
7607 * configure.in: Make ready for autoconf 2.5x.
7608 (AC_PREREQ): Require autoconf 2.50.
7609 * aclocal.m4: Removed.
7610 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7611
7612 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7613
7614 * README: Bump Emacs version to 21.1.50.
7615
7616 2001-10-05 Gerd Moellmann <gerd@gnu.org>
7617
7618 * Branch for 21.1.
7619
7620 2001-09-05 Gerd Moellmann <gerd@gnu.org>
7621
7622 * configure.in: Avoid `$@' which is handled specially in
7623 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7624
7625 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7626
7627 * make-dist (nt): Add subdirs.el to the list of distributed files.
7628
7629 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7630
7631 * configure.in (machine): Add an entry for
7632 hppa1.1-hitachi-hiuxwe2*.
7633
7634 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7635
7636 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7637 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7638
7639 2001-05-14 Gerd Moellmann <gerd@gnu.org>
7640
7641 * make-dist: Copy texinfo.tex unconditionally.
7642
7643 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7644
7645 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7646 that are installed.
7647
7648 2001-04-06 Gerd Moellmann <gerd@gnu.org>
7649
7650 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7651 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7652
7653 * make-dist: Handle leim/MISC-DIC. Only include
7654 `[a-zA-Z]*.{el,elc}' from leim/quail.
7655
7656 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7657
7658 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7659
7660 2001-03-30 Gerd Moellmann <gerd@gnu.org>
7661
7662 * Makefile.in (.PHONY): Add for bootstrap targets.
7663 (bootstrap-clean): New target.
7664 (bootstrap): Use it instead of `clean'.
7665
7666 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7667
7668 * Makefile.in (SUBDIR): Remove leim.
7669 (all, .RECURSIVE, extraclean): Add leim explicitly.
7670 (leim): Provide separate rule which exports PARALLEL=0 into the
7671 environment.
7672
7673 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7674
7675 * configure.in (HAVE_XPM): Don't print the result of the check for
7676 XpmReturnAllocPixels if we don't have an xpm.h.
7677
7678 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7679
7680 * COPYING: New file.
7681
7682 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * config.bat: Update the copyright.
7685
7686 2001-02-23 Kenichi Handa <handa@etl.go.jp>
7687
7688 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7689 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7690 to `yes'. Later in AC_OUTPUT, check this variable.
7691
7692 2001-02-09 Dave Love <fx@gnu.org>
7693
7694 * AUTHORS: Updated.
7695
7696 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7697
7698 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7699
7700 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7701
7702 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7703
7704 * Makefile.in (uninstall): Ignore exit code of `rm'.
7705
7706 * Makefile.in (uninstall): Remove more info files.
7707 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
7708
7709 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7710
7711 * noleim-Makefile.in (extraclean): Add.
7712
7713 2001-01-28 Gerd Moellmann <gerd@gnu.org>
7714
7715 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
7716 it quiet.
7717
7718 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7719
7720 * Makefile.in (tags): Fix typo.
7721
7722 2001-01-13 Kenichi Handa <handa@etl.go.jp>
7723
7724 * configure.in: Fix typo in the code setting x_search_path.
7725
7726 2001-01-10 Dave Love <fx@gnu.org>
7727
7728 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7729 -lXext.
7730 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7731 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7732 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7733 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7734 (now in $LIBS).
7735
7736 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7737
7738 * config.bat: Run the preprocessor with -traditional.
7739
7740 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7741
7742 * INSTALL: Move copying conditions to end of file.
7743
7744 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7745
7746 * INSTALL: Add basic installation procedure which assumes
7747 `configure' does its job. Elaborate on image support libraries.
7748 Add a pointer to Xaw3d library. Add advice about solving
7749 configure-time problems by looking in config.log and setting
7750 variables in the environment.
7751
7752 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7753
7754 * Makefile.in (install-arch-indep): If tar fails, exit with
7755 exit code 1.
7756
7757 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7758
7759 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7760 source file includes XKBlib.h. On some broken Solaris systems,
7761 there is an XKBlib.h, reportedly, but header files included by
7762 XKBlib.h are missing.
7763
7764 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7765
7766 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7767
7768 2000-12-11 Dave Love <fx@gnu.org>
7769
7770 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7771
7772 2000-12-11 Paul Eggert <eggert@twinsun.com>
7773
7774 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7775 Merge fixes from latest GNU tar version. These macros no longer
7776 futz with _XOPEN_SOURCE, as that was not portable in practice.
7777 (AC_FUNC_FSEEKO): New macro.
7778
7779 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7780 ftello.
7781
7782 2000-12-05 Dave Love <fx@gnu.org>
7783
7784 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7785
7786 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * info/dir: Change the category to "Emacs".
7789
7790 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7791
7792 * make-dist (tempdir): Remove epaths.h from the distribution
7793 instead of paths.h.
7794
7795 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7796
7797 * config.bat: Check for existence of djecho.exe, and print an
7798 error message if it is not available.
7799
7800 * INSTALL: Describe possible problem with djecho.exe in old
7801 versions of DJGPP v2.x.
7802
7803 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7804
7805 * configure.in: Initialize HAVE_LIBXP to no.
7806
7807 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7808
7809 * configure.in: Use m/macppc.h instead of the non-existent
7810 m/powerpc.h.
7811
7812 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7813
7814 * Makefile.in (install-arch-indep): Also install info/eshell*
7815 and info/speedbar*.
7816
7817 * configure.in (HAVE_PNG): Check for the presence of
7818 png_get_channels to rule out older PNG libs.
7819
7820 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7821 GCC and NON_GNU_CPP into config.status.
7822
7823 2000-11-20 Dave Love <fx@gnu.org>
7824
7825 * configure.in: Fix last change.
7826
7827 * GETTING.GNU.SOFTWARE: Deleted.
7828 * FTP: New file to replace it.
7829 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7830
7831 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7832
7833 * configure.in: Use -traditional with GNU cpp.
7834
7835 2000-11-17 Gerd Moellmann <gerd@gnu.org>
7836
7837 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7838 Distribute more files from the nt/ subdir. Distribute PBM
7839 image files from subdirs of lisp/. Distribute old change logs
7840 from subdirs of lisp/. Distribute play/5x5.el.
7841
7842 2000-11-11 Dave Love <fx@gnu.org>
7843
7844 * config.sub, config.guess: Updated from master source.
7845
7846 2000-11-07 Dave Love <fx@gnu.org>
7847
7848 * configure.in: Test for mkstemp.
7849
7850 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7851
7852 * info/dir (Top): Rearrange menu items more logically, and put
7853 them into a single category. Add menu items for RefTeX and
7854 Widget.
7855
7856 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7857
7858 * Makefile.in (install-arch-indep): Use --info-dir instead of
7859 --dir-file, and a simple argument instead of --info-file, so that
7860 the Debian version of install-info also works.
7861
7862 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7863
7864 * info/dir (Speedbar): Add entry.
7865
7866 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7867
7868 * INSTALL: Describe the new image-support options to the configure
7869 script. List URLs where image support libraries can be found.
7870
7871 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7872
7873 * info/dir (Top): Add an entry for Eshell.
7874
7875 2000-10-02 Dave Love <fx@gnu.org>
7876
7877 * configure.in: Check for gai_strerror.
7878
7879 2000-10-01 Andreas Schwab <schwab@suse.de>
7880
7881 * Makefile.in (install-arch-indep): Update list of installed info files.
7882
7883 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7884
7885 * configure.in: Support `sparc*-*-netbsd*'.
7886
7887 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7888
7889 * info/dir (MIME): Add entry for emacs-mime.
7890
7891 2000-09-29 Dave Love <fx@gnu.org>
7892
7893 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7894
7895 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7896
7897 * make-dist: Adapt to the change of leim/Makefile which was
7898 necessary to ensure a reasonably working `make dist'.
7899
7900 * leim-Makefile.in: Moved to leim/Makefile.in..
7901
7902 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7903
7904 2000-09-21 Kenichi Handa <handa@etl.go.jp>
7905
7906 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7907 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7908 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7909 files to .elc.
7910 (${TIT}): Adjust for the above change.
7911 (clean mostlyclean): Likewise.
7912 (.el.elc): New target.
7913
7914 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7915
7916 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7917 in the distribution.
7918
7919 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7920
7921 * make-dist (skk): Rename to `ja-dic' because the leim directory
7922 was renamed.
7923
7924 2000-09-14 Dave Love <fx@gnu.org>
7925
7926 * configure.in: Fix spurion in last change.
7927
7928 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7929
7930 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7931 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7932 to `no' if defined. Change result report.
7933
7934 2000-09-08 Dave Love <fx@gnu.org>
7935
7936 * configure.in: Remove spurious `@'s.
7937
7938 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7939 autoconf.
7940
7941 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7942
7943 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7944 file and print informational message.
7945
7946 * configure.in (AC_FUNC_MMAP): Add.
7947
7948 2000-09-01 Gerd Moellmann <gerd@gnu.org>
7949
7950 * configure.in: Add ``checking'' messages for
7951 XpmReturnAllocPixels.
7952
7953 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7954
7955 * configure.in: Check <strings.h>; check `index' and `rindex'
7956 functions.
7957
7958 2000-08-26 Kenichi Handa <handa@etl.go.jp>
7959
7960 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7961 "case "${canonical}" in".
7962
7963 2000-08-25 Dave Love <fx@gnu.org>
7964
7965 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7966
7967 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7968
7969 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7970
7971 2000-08-24 Gerd Moellmann <gerd@gnu.org>
7972
7973 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7974 contains a relative path. Protect against unusable values of $PWD.
7975
7976 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7977
7978 * info/dir (WoMan): Add entry.
7979
7980 * config.bat (maindir): Update src/_gdbinit even if it does
7981 already exist.
7982
7983 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7984
7985 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7986
7987 2000-08-03 Gerd Moellmann <gerd@gnu.org>
7988
7989 * configure.in: Add support for ia64*-*-linux*.
7990
7991 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7992
7993 * make-dist (aclocal.m4): Include in distribution.
7994
7995 2000-07-26 Dave Love <fx@gnu.org>
7996
7997 * configure.in (AC_SYS_LARGEFILE): Move earlier.
7998
7999 2000-07-24 Dave Love <fx@gnu.org>
8000
8001 * configure.in: Add AC_SIZE_T.
8002
8003 2000-07-18 Dave Love <fx@gnu.org>
8004
8005 * configure.in: Reorder so that most tests are done after CPPFLAGS
8006 is set from the C_SWITCH_... definitions.
8007
8008 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8009
8010 * configure.in (HAVE_XPM): Undo previous change. Check for
8011 preprocessor define XpmReturnAllocPixels.
8012
8013 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8014
8015 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8016 instead of XpmReadFileToPixmap.
8017
8018 2000-07-05 Ken Raeburn <raeburn@gnu.org>
8019
8020 * configure.in: Check for <soundcard.h>. Look for ossaudio
8021 library, and set LIBSOUND accordingly.
8022
8023 2000-07-05 Dave Love <fx@gnu.org>
8024
8025 * configure.in: Use AC_HEADER_SYS_WAIT.
8026
8027 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8028
8029 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8030 lisp/Makefile. Distribute lisp/Makefile.in instead of
8031 lisp/Makefile.
8032
8033 2000-06-30 Ken Raeburn <raeburn@gnu.org>
8034
8035 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8036 while searching for image-handling libraries.
8037
8038 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8039
8040 * configure.in (--with-xim): New option.
8041
8042 2000-06-23 Dave Love <fx@gnu.org>
8043
8044 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8045 for struct timezone and test how we can call gettimeofday.
8046 Check for OSF 5+. Check for term.h.
8047
8048 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8049 version.
8050
8051 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8052
8053 * configure.in (HAVE_LIBXP): Change test for libXp.
8054
8055 2000-06-21 Dave Love <fx@gnu.org>
8056
8057 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8058 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8059 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8060
8061 2000-06-19 Dave Love <fx@gnu.org>
8062
8063 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8064 _XOPEN_SOURCE is defined.
8065
8066 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8067
8068 * Makefile.in (distclean): Also make distclean in lisp/.
8069
8070 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8071
8072 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8073
8074 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8075
8076 * make-dist: Add --help and --snapshot options.
8077
8078 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8079
8080 * configure.in: Generate lisp/Makefile.
8081
8082 * configure.in: Add support for `*-lynxos*'.
8083 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8084 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8085 on Tru64 UNIX v5.0.
8086
8087 2000-06-13 Ken Raeburn <raeburn@gnu.org>
8088
8089 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8090 it's on a continuation line.
8091
8092 2000-06-02 Dave Love <fx@gnu.org>
8093
8094 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8095 files.
8096
8097 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8098 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8099 test.
8100
8101 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8102 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8103
8104 2000-05-26 Gerd Moellmann <gerd@gnu.org>
8105
8106 * configure.in: Add check for speed_t typedef.
8107
8108 2000-05-25 Ken Raeburn <raeburn@gnu.org>
8109
8110 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8111 exists; it won't in the CANNOT_DUMP case.
8112
8113 2000-05-25 Gerd Moellmann <gerd@gnu.org>
8114
8115 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8116 On FreeBSD, the exit status is 1 if CDPATH is not set.
8117 (install-arch-indep): Install ebrowse.info.
8118
8119 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8120
8121 * configure.in: Check for grandpt and getpt.
8122
8123 2000-05-09 Dave Love <fx@gnu.org>
8124
8125 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8126
8127 2000-05-05 Gerd Moellmann <gerd@gnu.org>
8128
8129 * make-dist: Make a link for lib-src/grep-changelog.
8130 Copy install-sh.
8131
8132 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8133
8134 * config.bat: Identify the beginning of the cpp stuff in
8135 src/Makefile.in and lib-src/Makefile.in more accurately.
8136
8137 2000-04-27 Gerd Moellmann <gerd@gnu.org>
8138
8139 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8140
8141 2000-04-19 Gerd Moellmann <gerd@gnu.org>
8142
8143 * configure.in: Add support for `powerpc-*-netbsd*'.
8144
8145 2000-04-19 Dave Love <fx@gnu.org>
8146
8147 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8148
8149 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8150
8151 2000-04-16 Dave Love <fx@gnu.org>
8152
8153 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8154
8155 2000-04-14 Dave Love <fx@gnu.org>
8156
8157 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8158
8159 * aclocal.m4 (AC_FUNC_MKTIME): New.
8160
8161 2000-03-28 Ken Raeburn <raeburn@gnu.org>
8162
8163 * configure.in: Line up "--help" output a little better.
8164
8165 2000-03-26 Gerd Moellmann <gerd@gnu.org>
8166
8167 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8168 New targets.
8169 (bootstrap): Rewritten in terms of the new targets above.
8170 Make info files, too.
8171
8172 2000-03-12 Gerd Moellmann <gerd@gnu.org>
8173
8174 * config.guess, config.sub: Use the versions of the files from
8175 subversions.
8176
8177 2000-03-08 Dave Love <fx@gnu.org>
8178
8179 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8180 AC_C_VOLATILE. Define POINTER_TYPE.
8181
8182 * aclocal.m4: New file.
8183
8184 2000-03-02 Gerd Moellmann <gerd@gnu.org>
8185
8186 * configure.in (machine): Add `mipsel-*-netbsd*' and
8187 `arm-*-netbsd*'.
8188
8189 2000-03-01 Gerd Moellmann <gerd@gnu.org>
8190
8191 * configure.in (machine): Add support for `*-auspex-sunos*'.
8192
8193 2000-02-29 Gerd Moellmann <gerd@gnu.org>
8194
8195 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8196
8197 2000-02-18 Dave Love <fx@gnu.org>
8198
8199 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8200
8201 2000-02-18 Andreas Schwab <schwab@suse.de>
8202
8203 * Makefile.in (install-arch-indep): Add eudc to list of installed
8204 info files.
8205
8206 2000-02-17 Ken Raeburn <raeburn@gnu.org>
8207
8208 * configure.in: Include -lz and -ljpeg (if it's available) when
8209 testing for the tiff library.
8210
8211 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8212
8213 * configure.in: Remove LISP_FLOAT_TYPE.
8214
8215 2000-02-12 Dave Love <fx@gnu.org>
8216
8217 * configure.in: Use AC_FUNC_VFORK.
8218
8219 2000-02-01 Gerd Moellmann <gerd@gnu.org>
8220
8221 * make-dist: Various fixes for new development tree.
8222
8223 * leim-Makefile.in: New file.
8224
8225 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8226
8227 * Makefile.in (dist): Call ./make-dist.
8228
8229 2000-01-24 Dave Love <fx@gnu.org>
8230
8231 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8232
8233 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8234
8235 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8236 DGifOpenFileName.
8237
8238 2000-01-11 Andreas Schwab <schwab@suse.de>
8239
8240 * Makefile.in (install-arch-indep): Update list of info files to
8241 be installed.
8242
8243 2000-01-05 Dave Love <fx@gnu.org>
8244
8245 * configure.in: Check for jerror.h as well as libjpeg.
8246
8247 2000-01-03 Andreas Schwab <schwab@suse.de>
8248
8249 * Makefile.in (install-arch-indep): Install autotype*.
8250 Run install-info on autotype and emacs-faq.info.
8251
8252 1999-12-04 Dave Love <fx@gnu.org>
8253
8254 * Makefile.in (install-arch-indep): Depend on `info'.
8255 (install-strip): Use `install' as sub-make target.
8256
8257 1999-11-23 Ken Raeburn <raeburn@gnu.org>
8258
8259 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8260 didn't need to be deleted. Check for the k5crypto library as well
8261 as the crypto library; MIT Kerberos 1.1 changed the name.
8262
8263 1999-11-18 Dave Love <fx@gnu.org>
8264
8265 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8266
8267 1999-11-11 Erik Naggum <erik@naggum.no>
8268
8269 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8270
8271 1999-11-08 Dave Love <fx@gnu.org>
8272
8273 * configure.in: Fix change for --with-pop default.
8274
8275 1999-11-04 Dave Love <fx@gnu.org>
8276
8277 * configure.in: Default to --with-pop. Change sense of with-gcc
8278 and with-toolkit-scroll-bars messages to reflect the defaults.
8279
8280 1999-11-01 Gerd Moellmann <gerd@gnu.org>
8281
8282 * INSTALL: Mention the Emacs Lisp Reference.
8283
8284 1999-10-27 Noah Friedman <friedman@splode.com>
8285
8286 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8287
8288 1999-10-23 Gerd Moellmann <gerd@gnu.org>
8289
8290 * Makefile.in (bootstrap): New target.
8291
8292 1999-10-19 Paul Eggert <eggert@twinsun.com>
8293
8294 Add support for large files. Merge glibc 2.1.2.
8295
8296 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8297 (HAVE_TM_GMTOFF): New symbol.
8298 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8299 mbrlen, strsignal.
8300 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8301
8302 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8303
8304 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8305 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8306
8307 1999-10-09 Richard M. Stallman <rms@gnu.org>
8308
8309 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8310 Unset CDPATH to prevent cd from generating output.
8311
8312 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8313
8314 * update-subdirs: Also ignore CVS subdirs.
8315
8316 1999-10-07 Gerd Moellmann <gerd@gnu.org>
8317
8318 * Makefile.in (install-arch-indep): Add ada-mode.
8319
8320 1999-10-06 Dave Love <fx@gnu.org>
8321
8322 * Makefile.in: Add rules for config.status, configure.
8323
8324 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8325
8326 * configure.in (--with-sound): Remove.
8327
8328 1999-08-30 Gerd Moellmann <gerd@gnu.org>
8329
8330 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8331 the test for Xaw3d.
8332 (HAVE_TIFF): Add -lm to library check.
8333
8334 1999-08-28 Richard Stallman <rms@gnu.org>
8335
8336 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8337 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8338 after the other X-related libraries.
8339
8340 1999-08-21 Dave Love <fx@gnu.org>
8341
8342 * configure.in: Don't check for jpeglib.h.
8343
8344 1999-08-20 Gerd Moellmann <gerd@gnu.org>
8345
8346 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8347 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8348
8349 1999-08-18 Dave Love <fx@gnu.org>
8350
8351 * configure.in: Check for termcap.h.
8352
8353 1999-08-15 Gerd Moellmann <gerd@gnu.org>
8354
8355 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8356 use Emacs' scroll bars, even if configured for Motif or when
8357 Xaw3d is available.
8358
8359 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8360
8361 * configure.in: Check for getaddrinfo.
8362
8363 1999-08-04 Eli Zaretskii <eliz@gnu.org>
8364
8365 * config.bat: Make --no-debug work again by removing -gcoff.
8366
8367 1999-07-30 Dave Love <fx@gnu.org>
8368
8369 * configure.in: Check for stdlib.h.
8370
8371 1999-07-19 Dave Love <fx@gnu.org>
8372
8373 * configure.in: Grok sparc64-*-linux-gnu*.
8374
8375 1999-07-12 Richard Stallman <rms@gnu.org>
8376
8377 * Version 20.4 released.
8378
8379 1999-06-23 Karl Heuer <kwzh@gnu.org>
8380
8381 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8382 Quote $EMACS, in case it's a program with args.
8383
8384 1999-06-15 Gerd Moellmann <gerd@gnu.org>
8385
8386 * configure.in (HAVE_GIF): Use libungif instead of libgif
8387 because the former doesn't contain patented compression code.
8388
8389 1999-05-29 Richard M. Stallman <rms@gnu.org>
8390
8391 * configure.in: Delete the Kerberos stuff.
8392
8393 1999-05-27 Greg Hudson <ghudson@mit.edu>
8394
8395 * configure.in: Prefer kerberos 5 names.
8396
8397 1999-04-26 Richard M. Stallman <rms@gnu.org>
8398
8399 * configure.in: Check for libXp.
8400
8401 1999-04-08 Richard Stallman <rms@gnu.org>
8402
8403 * make-dist: Include change logs in subdirs of `lisp'.
8404
8405 1999-04-05 Richard Stallman <rms@gnu.org>
8406
8407 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8408 (install-arch-indep): Make ${datadir}/emacs world-readable.
8409
8410 1999-03-30 Eli Zaretskii <eliz@gnu.org>
8411
8412 * config.bat: Use epaths.* instead of paths.*.
8413
8414 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8415
8416 * INSTALL: Add detailed instructions to unpack and install
8417 intlfonts on MS-DOS.
8418
8419 1999-02-26 Richard Stallman <rms@gnu.org>
8420
8421 * configure.in: Use epaths.h and epaths-force instead of paths...
8422
8423 * Makefile.in (epaths-force): Rename from paths-force;
8424 operate on epaths.in and produce epaths.h.
8425
8426 1999-02-24 Richard Stallman <rms@gnu.org>
8427
8428 * make-dist: Fix nt/icons directory handling.
8429
8430 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
8431
8432 * configure.in (f301-fujitsu-uxpv4.1): New target.
8433
8434 1999-02-20 Richard Stallman <rms@gnu.org>
8435
8436 * make-dist (tempparent): Fix command to update info files.
8437
8438 1999-02-09 Richard Stallman <rms@gnu.org>
8439
8440 * configure.in (powerpc-apple-netbsd*): New alternative.
8441
8442 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8443
8444 * make-dist: Include the new directory nt/icons in distributions.
8445
8446 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8447
8448 * configure.in: Change message about HAVE_XFREE386.
8449
8450 1999-01-07 Eli Zaretskii <eliz@gnu.org>
8451
8452 * config.bat: Support configuring with leim.
8453
8454 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8455
8456 * configure.in (mips-sgi-irix6.5): New target.
8457
8458 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8459
8460 * configure.in: Remove GSS-API support, since it has been removed
8461 from movemail.
8462
8463 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8464
8465 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8466
8467 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8468
8469 * Makefile.in: Don't install customize info file.
8470 Run install-info on viper info file.
8471
8472 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8473
8474 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8475
8476 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8477
8478 * configure.in (*-*-bsdi4*): New target.
8479
8480 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8481
8482 * configure.in: Fix previous change.
8483
8484 1998-11-11 Richard Stallman <rms@gnu.org>
8485
8486 * configure.in (aviion-intel): New machine.
8487
8488 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8489
8490 * configure.in (mips-nec-sysv4*): New target.
8491
8492 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8493
8494 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8495 from lisp.
8496
8497 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8498
8499 * make-dist: Don't include fns*.el in dist.
8500
8501 1998-10-30 Dave Love <fx@gnu.org>
8502
8503 * configure.in: Don't mkdir cpp.
8504
8505 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8506
8507 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8508 ${archlibdir}.
8509
8510 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8511
8512 * Version 20.3 released.
8513
8514 1998-07-30 Paul Eggert <eggert@twinsun.com>
8515
8516 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8517 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8518 (lwlib/Makefile, leim/Makefile):
8519 Prepend $(srcdir)/ to rule dependencies outside this dir.
8520
8521 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8522
8523 * configure.in: Use unset CDPATH instead of making it empty.
8524
8525 1998-06-20 Karl Heuer <kwzh@gnu.org>
8526
8527 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8528
8529 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8530
8531 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8532 and default.el. Sort the results.
8533
8534 1998-05-31 Karl Heuer <kwzh@gnu.org>
8535
8536 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8537 writable.
8538
8539 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8540
8541 * Makefile.in (install-arch-indep):
8542 Don't alter site-lisp/subdirs.el if it exists.
8543
8544 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8545
8546 * Makefile.in (install-arch-indep): Put `-' on commands to create
8547 subdirs.el in site-lisp dirs.
8548
8549 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8550
8551 * Makefile.in (install-arch-indep): Fix typo in previous change.
8552
8553 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8554
8555 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8556
8557 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8558
8559 * Makefile.in (mkdir): Create the site-lisp dirs.
8560 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8561
8562 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8563
8564 * Makefile.in (INSTALL_INFO): New variable.
8565 (install-arch-indep): Don't replace the dir file if it already exists.
8566 Use the install-info program, via INSTALL_INFO, to add entries.
8567 Make the `info' subdir and the Info files world-readable.
8568
8569 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8570
8571 * config.bat: Make sure the environment is large enough to support
8572 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8573
8574 1998-04-10 Karl Heuer <kwzh@gnu.org>
8575
8576 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8577
8578 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8579
8580 * configure.in: Add --with-gssapi to specify GSS-API
8581 authentication support for movemail.
8582
8583 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8584
8585 * Makefile.in (install-arch-indep): Fix previous change.
8586
8587 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8588
8589 * Makefile.in (info): Run man in build dir, not srcdir.
8590
8591 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8592
8593 * Makefile.in (install-arch-indep): Fix previous change.
8594
8595 1998-03-23 Kenichi Handa <handa@etl.go.jp>
8596
8597 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8598
8599 1998-03-22 Richard Stallman <rms@gnu.org>
8600
8601 * Makefile.in (install-arch-indep): Put special subdirs.el files
8602 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8603
8604 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8605
8606 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8607
8608 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8609
8610 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8611 (m68*-hp-hpux*): Handle versions 1X like 10.
8612
8613 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8614
8615 * make-dist: PROBLEMS is now in etc, not top level dir.
8616
8617 * Makefile.in (SOURCES): Delete PROBLEMS.
8618
8619 1998-02-25 Richard Stallman <rms@gnu.org>
8620
8621 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8622
8623 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8624
8625 1998-01-17 Richard Stallman <rms@gnu.org>
8626
8627 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8628
8629 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8630
8631 * make-dist (tempparent): New option --no-check.
8632
8633 * make-dist: Don't do anything with cpp directory.
8634
8635 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8636
8637 * configure.in (sparc-fujitsu-sysv4*): New target.
8638
8639 1997-12-17 Andreas Schwab <schwab@gnu.org>
8640
8641 * configure.in: Cache more tests. Add missing quotes around
8642 message with embedded comma.
8643
8644 1997-12-04 Karl Heuer <kwzh@gnu.org>
8645
8646 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8647
8648 1997-11-26 Joel N. Weber II <devnull@gnu.org>
8649
8650 * make-dist: Changed the comment about `umask 0' to say `Don't
8651 restrict access to any files.'; previously it said `Don't protect
8652 any files', which may have implied that we think fascism is good.
8653
8654 1997-11-24 Paul Eggert <eggert@twinsun.com>
8655
8656 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8657 strftime needs the underlying host's strftime for locale dependent
8658 formats.
8659
8660 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8661
8662 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8663
8664 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8665
8666 * config.bat: Configure the man subdirectory.
8667
8668 1997-11-07 Paul Eggert <eggert@twinsun.com>
8669
8670 * configure.in (AC_CHECK_LIB): Add -lintl.
8671
8672 1997-11-07 Karl Heuer <kwzh@gnu.org>
8673
8674 * make-dist (check for .elc files): Avoid bash-specific syntax.
8675 (check for overflow 14-char limit): Simplify.
8676
8677 1997-11-07 Richard Stallman <rms@gnu.org>
8678
8679 * Makefile.in (install): Move blessmail last.
8680
8681 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8682
8683 * configure.in (gettimeofday, one arg or two):
8684 Clarify messages by avoiding double negative.
8685
8686 1997-09-30 Karl Eichwalder <ke@suse.de>
8687
8688 * Makefile.in (install-arch-indep): Install the widget info file.
8689
8690 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8691
8692 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8693 libraries in reverse order, so that libraries will appear in the
8694 correct dependency order on the link line (and so that the
8695 configure checks themselves will work properly when early
8696 libraries depend on later ones).
8697
8698 1997-09-21 Erik Naggum <erik@naggum.no>
8699
8700 * make-dist (making links to `src'): Keep timestamp on copied files.
8701
8702 * make-delta: New script to produce delta distributions.
8703
8704 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8705
8706 * Version 20.2 released.
8707
8708 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8709
8710 * Version 20.1 released.
8711
8712 * Makefile.in (install-leim): Depend on mkdir.
8713 (leim): Depend on src.
8714
8715 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8716
8717 * configure.in: Recognize alpha* instead of just alpha.
8718
8719 1997-09-12 Paul Eggert <eggert@twinsun.com>
8720
8721 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8722
8723 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8724
8725 * update-subdirs: Use rm -f.
8726
8727 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8728
8729 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8730 Ignore subdirs named Old.
8731
8732 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8733
8734 * configure.in: Add OpenBSD clause to set $machine.
8735
8736 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8737
8738 * make-dist: Recompile everything after updating various Lisp files.
8739 Recompile in leim as well as lisp.
8740 Check in leim as well as lisp for mismatched files and too-long names.
8741
8742 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8743
8744 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8745
8746 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8747
8748 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8749 before trying to copy anything from it.
8750
8751 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8752
8753 * Makefile.in (man/Makefile): New target.
8754 (tags): Define env var EMACS and run Makefile from build dir.
8755
8756 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8757
8758 * config.bat: If src/_gdbinit doesn't exist, try using
8759 src/.gdbinit to create it (for building on Windows 95).
8760
8761 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8762
8763 * Makefile.in (install-arch-indep):
8764 Discard extra data in tar | tar pipes.
8765
8766 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8767
8768 * configure.in (x_default_search_path):
8769 Corrected '${x_library}' to '${x_library}/X11'.
8770
8771 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8772
8773 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8774
8775 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8776
8777 * configure.in: Support auto-configuration of both Kerberos V4 and
8778 Kerberos V5 for movemail, including detection of V4 and V5 header
8779 files and libraries.
8780
8781 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8782
8783 * configure.in: Compute x_default_search_path
8784 and substitute into makefiles.
8785
8786 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8787
8788 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8789
8790 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8791
8792 1997-08-07 Erik Naggum <erik@naggum.no>
8793
8794 * configure.in: Remove lockdir, it is no longer needed.
8795 * Makefile.in (mkdir): Don't create lockdir.
8796 (lockdir): Variable deleted.
8797 (paths-force): Don't operate on PATH_LOCK.
8798
8799 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8800
8801 * leim-Makefile.in (clean, distclean): New targets.
8802
8803 * make-dist: Include leim/ChangeLog in leim distribution.
8804
8805 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8806
8807 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8808
8809 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8810
8811 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8812
8813 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8814
8815 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8816
8817 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8818
8819 * make-dist: Update leim/leim-list.el.
8820 Pass along value of $EMACS when updating lisp dir.
8821
8822 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8823
8824 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8825 prerequisite to the use of Doug Lea's malloc.
8826
8827 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8828
8829 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8830
8831 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8832
8833 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8834
8835 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8836
8837 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8838
8839 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8840 to news-r6.h.
8841
8842 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8843
8844 * config.bat: Use `sed' instead of `cp', which might not be
8845 installed.
8846
8847 1997-07-09 Kenichi Handa <handa@etl.go.jp>
8848
8849 * Makefile.in (mostlyclean): Add cleaning leim directory.
8850 (clean, distclean, maintainer-clean): Likewise.
8851
8852 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8853
8854 * make-dist (bogosities): Check subdirs of `lisp' also.
8855
8856 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8857
8858 * make-dist (etc): Really avoid symlinks now.
8859 (lisp): Don't delete from subdirs the things we never copy.
8860
8861 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8862
8863 * Makefile.in (install-arch-indep): Correct the target name.
8864 The first letter `i' was dropped by the previous change of mine.
8865
8866 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8867
8868 * configure.in (leim/Makefile): Generate this.
8869 (*-sysv4.2uw*): Recognize new alternative.
8870
8871 * leim-Makefile.in: Renamed from leim-Makefile.
8872
8873 * make-dist: Set up real-leim subdirectory,
8874 with the real contents of leim; then move it to
8875 a separate top-level directory.
8876
8877 * make-dist: Don't mention site-lisp, site-init, site-start
8878 or default, when listing files hat are not compiled and should be.
8879
8880 * configure.in: Create src/config.stamp at the end.
8881
8882 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8883
8884 * Makefile.in (install-leim): Correct previous change.
8885
8886 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8887
8888 * Makefile.in (install-leim): New target.
8889 (install): Depend on install-leim.
8890
8891 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8892
8893 * Makefile.in (SUBDIR): Add leim.
8894 (SUBDIR_MAKEFILES): Add leim/Makefile.
8895 (leim/Makefile): New target.
8896
8897 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8898
8899 * leim-Makefile: New file.
8900 * make-dist: Initialize a `leim' subdirectory with that makefile.
8901
8902 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8903
8904 * configure.in (GNU_MALLOC_reason): Fix message text.
8905
8906 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8907
8908 * make-dist (lisp): Don't process subdirs that start with =.
8909 (etc): Copy symlinks, as in src.
8910
8911 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8912
8913 * configure.in (i*86-*-unixware*): New alternative.
8914
8915 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8916
8917 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8918 and touch it explicitly.
8919
8920 * configure.in (mips-sony-newsos6*): New alternative.
8921 (mips-*-linux-gnu*): New alternative.
8922 (*-*-bsdi*): New alternative.
8923 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8924
8925 1997-06-22 Dave Love <d.love@dl.ac.uk>
8926
8927 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8928 (src/config.h): New target to re-configure if src/config.in is patched.
8929
8930 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8931
8932 * configure.in (shutdown): Check for `shutdown' function.
8933
8934 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8935
8936 * update-subdirs: Include the directory "language" in subdirs.
8937
8938 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8939
8940 * configure.in (m88k-dg-dgux4*): New alternative.
8941 (alpha-*-netbsd*): New alternative.
8942 (powerpcle-*-solaris2*): New alternative.
8943
8944 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8945
8946 * make-dist: Warn about .el files that are not compiled.
8947
8948 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8949
8950 * Makefile.in (dist): Don't run update-subdirs here,
8951 since make-dist now gets that done.
8952
8953 * make-dist: Use the new `updates' target in lisp/Makefile.
8954
8955 * make-dist: Use new non-file targets in lisp/Makefile.
8956
8957 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8958
8959 * make-dist: Handle all subdirs of `lisp' uniformly.
8960 Don't handle `term' and `language' specially.
8961 Clear out umask at the beginning.
8962
8963 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8964
8965 * make-dist: Use Make to update finder-inf.el and autoloads.
8966 Also update cus-load.el.
8967
8968 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8969
8970 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8971 in case it is desirable to disable the GNU malloc features with glibc.
8972
8973 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8974
8975 * configure.in (DOUG_LEA_MALLOC):
8976 Define if malloc_{get,set}_state exist.
8977
8978 1997-03-05 Kenichi Handa <handa@etl.go.jp>
8979
8980 * make-dist: Make links for files under lisp/language.
8981
8982 1997-02-20 Kenichi Handa <handa@etl.go.jp>
8983
8984 * update-subdirs: Exclude the directory "language" from subdirs.
8985
8986 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8987
8988 * configure.in: Check for rint and cbrt.
8989
8990 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8991
8992 * make-dist: Use $EMACS to say where to run Emacs.
8993 Add --no-update option.
8994
8995 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8996
8997 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8998
8999 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9000
9001 * make-dist (copying src): Check thoroughly for symlinks
9002 and copy them in all cases. Regularize the linking of *.in
9003 and *.opt and ChangeLog files.
9004 (copying lib-src): Likewise.
9005 Don't rm getdate.c or y.tab.*--they don't exist any more.
9006
9007 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9008
9009 * configure.in: Check for libmail, maillock.h and
9010 touchlock (for movemail).
9011
9012 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9013
9014 * configure.in (limits.h): Check for this file.
9015
9016 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9017
9018 * configure.in (rs6000-ibm-aix4.2): New alternative.
9019 (rs6000-ibm-aix4.0): New alternative.
9020 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9021
9022 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
9023
9024 * configure.in: Recognize vax-*-netbsd*.
9025
9026 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9027
9028 * configure.in (locallisppath): Add leim directory.
9029
9030 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9031
9032 * config.bat: Make sure `mv' supports forward slashes and -f.
9033
9034 1996-10-28 Christian Limpach <chris@nice.ch>
9035
9036 * configure.in (hppa*-next-nextstep*): * added after hppa
9037 to accept hppa1.0 and hppa1.1.
9038
9039 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9040
9041 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9042 * configure.in (ld_switch_machine): Fix typo.
9043
9044 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9045
9046 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9047 from config.h and use them in $ac_link.
9048
9049 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9050
9051 * configure.in: Create a subdir named `lisp'.
9052
9053 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9054
9055 * configure.in: Check for getcwd.
9056
9057 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9058
9059 * configure.in: Check for termios.h. Check for setpgid.
9060
9061 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9062
9063 * configure.in: Check for setrlimit.
9064
9065 1996-08-31 Paul Eggert <eggert@twinsun.com>
9066
9067 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9068
9069 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9070
9071 * configure.in: Check for utimes.
9072
9073 * configure.in: Check for com_err library, but only
9074 if --with-kerberos was used. Check for krb and des
9075 only if --with-kerberos.
9076
9077 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9078
9079 * Makefile.in (INSTALL_STRIP): New variable.
9080 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9081 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9082
9083 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9084
9085 * configure.in: Check for krb and des libraries.
9086
9087 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9088
9089 * configure.in (*-sunos4.1.[3-9]*noshare):
9090 Use sunos413, not sunos4-1-3.
9091 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9092 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9093
9094 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9095
9096 * Makefile.in (src/paths.h): Target deleted.
9097 (paths-force): Delete all dependencies on this target
9098 but don't delete the target.
9099 (install): Depend on `all'.
9100 (paths-force): Don't print a message.
9101
9102 * configure.in: Generate src/paths.h here.
9103
9104 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9105
9106 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9107 New variables that affect linking only.
9108 (alpha-dec-osf*): Use those instead of previous change.
9109
9110 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9111
9112 * Makefile.in (install-arch-indep): Install info/messages.
9113
9114 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9115
9116 * Version 19.33 released.
9117
9118 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9119
9120 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9121 Fix previous change.
9122
9123 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9124
9125 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9126 New alternative.
9127
9128 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9129
9130 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9131 and NON_GCC_TEST_OPTIONS.
9132
9133 1996-08-06 Paul Eggert <eggert@twinsun.com>
9134
9135 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9136 "TZ=..." in environ.
9137
9138 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9139
9140 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9141
9142 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9143
9144 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9145 the more general *-sunos4.1.[3-9]* clause.
9146
9147 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9148
9149 * Version 19.32 released.
9150
9151 * configure.in (*-sco3.2v5*):
9152 Set OVERRIDE_CPPFLAG to a string of one space.
9153 Fix the code that uses OVERRIDE_CPPFLAG.
9154
9155 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9156
9157 * configure.in: Undo previous change.
9158
9159 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9160
9161 * config.sub: Use `pc', not `unknown', when canonicalizing
9162 the vendor for ...86.
9163
9164 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9165
9166 * configure.in: Check for termios.h header.
9167
9168 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9169
9170 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9171
9172 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9173
9174 * configure.in: Split bsdos2 and bsdos2-1.
9175
9176 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9177
9178 * config.sub: If last two words are not a recognized
9179 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9180 Make conversion of gnu/linux to linux-gnu really work.
9181
9182 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9183
9184 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9185
9186 * configure.in (check for using Lucid widgets by default):
9187 Eliminate indentation that confuses some compilers.
9188
9189 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9190
9191 * config.sub: Convert linux and gnu/linux to linux-gnu.
9192
9193 * make-dist: Don't update getdate.c.
9194 Ignore =... files when checking for too-long Lisp file names.
9195
9196 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9197
9198 * configure.in (euidaccess): Check for that, not for eaccess.
9199
9200 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9201
9202 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9203 before `noshare'.
9204 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9205
9206 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9207
9208 * configure.in: Rename lignux to linux-gnu in configuration names.
9209 Use gnu-linux as the opsys value (s/ file name).
9210 Allow i686 just like i386, i486, i586.
9211
9212 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9213
9214 * configure.in (i*86-*-sco3.2v5): New alternative.
9215 (OVERRIDE_CPPFLAG): New variable.
9216 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9217
9218 * configure.in: Specify vpath for .texi files.
9219
9220 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9221
9222 * configure.in: Always check for HAVE_X11R5.
9223 Separately decide whether to use a toolkit by default.
9224
9225 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9226
9227 * configure.in: If X11R5 is missing the Xaw headers,
9228 default to --with-x-toolkit=no.
9229
9230 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9231
9232 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9233
9234 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9235
9236 * Makefile.in (install-arch-indep): If cd etc makes output,
9237 don't treat that as part of the tar data.
9238 Check that ./lisp actually exists.
9239
9240 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9241
9242 * make-dist: Check for long file names.
9243
9244 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9245
9246 * Version 19.31 released.
9247
9248 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9249
9250 * configure.in: Recognize sparc-*-lignux.
9251
9252 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9253
9254 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9255 Don't include config.w95.
9256
9257 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9258
9259 * make-dist: Replace --no-clean-up and --no-tar options
9260 with --clean-up and --tar, so that the default is useful.
9261
9262 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9265 if not, tell the user to rename it and abort.
9266
9267 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9270 test program.
9271
9272 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9273
9274 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9275
9276 * make-dist (MANIFEST): Fix previous change.
9277 (msdos): Put mainmake.v2 into the dist.
9278
9279 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9280
9281 * make-dist: Exit if autoconf fails.
9282
9283 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9284
9285 * config.bat: Set djgpp-ver, and unset it at the end.
9286 Add a number of conditionals for DJGPP version 2.
9287 Rename label libsrc2 to libsrc3.
9288 Substitute for LDFLAGS in src/Makefile.
9289 Substitute for ALL_CFLAGS in lib-src/Makefile.
9290
9291 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9292
9293 * configure.in (ncurses): Check this after checking fns like strerror.
9294
9295 1996-04-08 Erik Naggum <erik@naggum.no>
9296
9297 * make-dist (MANIFEST): Don't include lines from =files.
9298
9299 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9300
9301 * make-dist: Don't put lisp/dired.todo in the dist.
9302
9303 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9304
9305 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9306
9307 * configure.in (setlocale): Check for it.
9308
9309 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9310
9311 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9312
9313 * configure.in: Use lignux instead of linux as value of opsys.
9314
9315 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9316
9317 * Makefile.in (install-strip): Fix whitespace.
9318 Get rid of continuation.
9319
9320 * config.sub: Convert linux or gnu/linux to lignux.
9321
9322 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9323
9324 * configure.in: Accept lignux in configuration name.
9325
9326 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9327
9328 * Makefile.in (install-strip): New target.
9329
9330 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9331
9332 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9333 -f failed to do the job on Suns.
9334
9335 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9336
9337 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9338
9339 * configure.in (linux/version.h): Check for this header.
9340
9341 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9342
9343 * configure.in: Remove -fno-builtin hackery from -lm check.
9344
9345 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9346
9347 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9348 just this test.
9349
9350 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9351
9352 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9353
9354 * configure.in: Check for ncurses.
9355
9356 1996-02-28 Paul Eggert <eggert@twinsun.com>
9357
9358 * configure.in (LOCALTIME_CACHE):
9359 Also define if localtime mishandles unsetting TZ.
9360 This works around a localtime bug in mips-dec-ultrix.
9361
9362 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9363
9364 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9365
9366 * configure.in: Improve messages about X versions.
9367
9368 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9369
9370 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9371
9372 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9373
9374 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9375 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9376
9377 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9378 (install): Put install-arch-indep before install-arch-dep.
9379
9380 1996-02-20 Dave Love <d.love@dl.ac.uk>
9381
9382 * INSTALL: Clarify info about MS-DOS path handling.
9383
9384 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9385
9386 * Makefile.in (install-arch-indep): Install info/ccmode*.
9387 In previous change, protect against /bin/pwd returning null string.
9388
9389 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9390
9391 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9392 to lispdir.
9393
9394 1996-02-01 Paul Eggert <eggert@twinsun.com>
9395
9396 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9397
9398 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9399
9400 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9401
9402 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9403
9404 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9405 we delete everything distclean deletes.
9406
9407 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9408
9409 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9410
9411 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9412
9413 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9414 into LDFLAGS instead of into LIBS.
9415
9416 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9417
9418 * configure.in (HAVE_XMU): Fix typo in previous change.
9419
9420 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9421
9422 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9423
9424 1996-01-10 Erik Naggum <erik@naggum.no>
9425
9426 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9427
9428 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9429
9430 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9431
9432 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9433
9434 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9435 and use -lXt to link it.
9436
9437 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9438
9439 * configure.in (locallisppath): Put version-specific dir first.
9440
9441 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9442
9443 * configure.in (hppa-*-nextstep*): New alternative.
9444 (USE_X_TOOLKIT): By default, set this to "maybe";
9445 and change that later to LUCID or "no" according to X11 version.
9446
9447 * make-dist: Recompile outdated .elc files and update all autoloads.
9448
9449 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9450
9451 * configure.in (locallisppath): Fix typo in last change: " -> '.
9452
9453 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9454
9455 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9456
9457 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9458
9459 * Makefile.in (install-arch-indep): Give all files read permission.
9460
9461 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9462
9463 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9464 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9465
9466 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9467
9468 * configure.in: Determine HAVE_X11R6.
9469 (HAVE_MENUS): Rename from HAVE_X_MENU.
9470
9471 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9472
9473 * configure.in: Just "solaris" now defaults to version 2.4.
9474 Add sunos4.1.n-noshare as alternative.
9475
9476 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9479
9480 1995-11-29 Erik Naggum <erik@naggum.no>
9481
9482 * Makefile.in (install-arch-indep): Add missing backslash.
9483
9484 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9485
9486 * Makefile.in (install-arch-indep): Don't install
9487 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9488
9489 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9490
9491 * Makefile.in (install-arch-indep): Fix previous change.
9492
9493 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9494
9495 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9496
9497 * Version 19.30 released.
9498
9499 * make-dist (lisp): Exclude subdirs.el.
9500
9501 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9502
9503 * make-dist (etc): Delete *.orig and *.rej.
9504
9505 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9506
9507 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9508
9509 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9510
9511 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9512
9513 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9514
9515 * make-dist (nt): Rename install, readme, and todo to
9516 INSTALL, README, and TODO.
9517
9518 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9519
9520 * make-dist (lisp): Don't distribute site-start.
9521
9522 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9523
9524 * make-dist: Break the hard link on alloca.c.
9525
9526 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9527
9528 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9529
9530 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9531
9532 * make-dist (src, lib-src): Don't distribute Makefile.c.
9533 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9534
9535 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9536
9537 * Makefile.in (mkdir): Create man1dir, not mandir.
9538 (uninstall): Use man1dir, not mandir.
9539
9540 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9541
9542 * Makefile.in (man1dir): New variable.
9543 (install-arch-indep): Use man1dir.
9544
9545 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9546
9547 * make-dist: Create lisp/MANIFEST.
9548
9549 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9550
9551 * configure.in (m68k-*-linux*): New alternative.
9552
9553 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9554
9555 * make-dist: Use new names config.in, paths.in, and
9556 {src,lib-src}/Makefile.in.
9557
9558 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9559
9560 * configure.in: Don't bother checking for drem.
9561
9562 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9563
9564 * Makefile.in (distclean): Delete line with just a tab in it.
9565 (install-arch-indep): Delete spaces that precede tabs.
9566 Delete spurious `fi' left from previous change.
9567 (install): Supply `true' as command, to avoid null command.
9568
9569 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9570
9571 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9572
9573 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9574
9575 * configure.in (powerpc-*-solaris2): New alternative.
9576
9577 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9578
9579 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9580 of paths.h.tmp$$, to avoid going beyond 14 characters.
9581
9582 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9583
9584 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9585
9586 1995-09-06 Paul Eggert <eggert@twinsun.com>
9587
9588 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9589 if localtime caches TZ. Check for tzset.
9590
9591 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9592
9593 * config.bat: Simplify using new names file names src/makefile.in,
9594 config.in, paths.in. Change Echo commands not to use `.
9595
9596 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9597
9598 * Makefile.in (install-arch-indep): Always install the new dir file;
9599 rename the previous dir file to dir.bak or dir.old.
9600
9601 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9602
9603 * configure.in (RANLIB): Substitute this into makefiles.
9604 Set it specially on solaris; set it by default on other systems.
9605
9606 * configure.in: Fix previous Alpha change.
9607
9608 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9609
9610 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9611 NON_GCC_TEST_OPTIONS.
9612
9613 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9614
9615 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9616 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9617
9618 * configure.in (alpha-*-linux*): New configuration.
9619
9620 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9621
9622 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9623 (m68k-next-nextstep*): New alias for that.
9624 (i*86-*-nextstep*): Use nextstep.h.
9625 (sparc-*-nextstep*): New configuration.
9626
9627 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9628
9629 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9630 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9631
9632 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9633
9634 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9635 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9636
9637 1995-07-18 Mike Long <mike.long@analog.com>
9638
9639 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9640
9641 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9642
9643 * Makefile.in (src/paths.h, paths-force):
9644 Rename src/paths.h.in to src/paths.in.
9645 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9646
9647 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9648 Use Makefile.c for intermediate file.
9649 Rename src/config.h.in to src/config.in.
9650
9651 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9652
9653 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9654 (mips-dec-ultrix4.[12]): New alternative for old versions.
9655
9656 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9657
9658 * make-dist: Don't break intra-tree links.
9659
9660 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9661
9662 * configure.in: Put back archlibdir initialization.
9663 Require autoconf 2.4.1 or later.
9664
9665 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9666
9667 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9668 (mips-mips-riscos5*): New alternative.
9669
9670 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9671
9672 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9673
9674 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9675
9676 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9677 (mandir, infodir, archlibdir): Initializations deleted.
9678
9679 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9680 On hpux9shr, use hpux9shxr4.h.
9681
9682 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9683
9684 * configure.in: Added target mips-dec-mach_bsd4.3.
9685 * config.guess: Guess mips-dec-mach_bsd4.3.
9686
9687 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9688
9689 * Makefile.in (mkdir): Use symbolic chmod.
9690
9691 1995-06-22 Paul Eggert <eggert@twinsun.com>
9692
9693 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9694 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9695
9696 1995-06-22 Paul Eggert <eggert@twinsun.com>
9697
9698 * Makefile.in (SUBDIR_MAKEFILES):
9699 Add man/Makefile, so `make distclean' removes it.
9700 (top_distclean): Add config.log to the list of files to be removed.
9701
9702 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9703
9704 * Version 19.29 released.
9705
9706 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9707
9708 * configure.in: Fix the previous change to verify that the -b
9709 option really solves the problem.
9710
9711 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9712
9713 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9714
9715 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9716
9717 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9718
9719 * configure.in: Report more clearly when there is no special
9720 dir to search for X includes or libraries.
9721
9722 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9723
9724 * configure.in: Check for -lpthreads, not -lpthread.
9725
9726 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9727
9728 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9729
9730 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9731
9732 * configure.in: Check for -lpthread.
9733
9734 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9735
9736 * Makefile.in (install-arch-indep): Install info files for mh-e.
9737 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9738
9739 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9740
9741 * configure.in (*-solaris2.5): New configuration.
9742
9743 * make-dist: Copy new files config.nt and config.w95.
9744
9745 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9746
9747 * configure.in: Use x_includes, not x_libraries, for -I.
9748 Make bitmapdir a colon-separated list.
9749
9750 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9751
9752 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9753
9754 * configure.in: Allow x_libraries and x_includes to be paths.
9755
9756 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9757
9758 * configure.in: Fix typo.
9759
9760 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9761
9762 * INSTALL: Clarify use of site-init.el.
9763
9764 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9765
9766 * configure.in: Pass arg to sqrt.
9767
9768 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9769
9770 * make-dist: Fix May 6 change.
9771
9772 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9773
9774 * vpath.sed: Delete reference to ymakefile.
9775
9776 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9777
9778 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9779
9780 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9781
9782 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9783
9784 * update-subdirs: Specify /bin/sh to run the script.
9785
9786 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9787
9788 * make-dist: Put src/makefile.nt in dist.
9789
9790 * configure.in (i[345]86-*-bsdi2*): New configuration.
9791 (vax-dec-bsd386*): Delete.
9792
9793 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9794
9795 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9796 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9797 Use fmod instead of logb in -lm check.
9798
9799 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9800
9801 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
9802 Use bsd4-3. Don't set NON_GNU_CPP.
9803
9804 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9805 In nt, copy various different things, but not *.cmd.
9806 Fix the ln commands for the subdirs of nt.
9807
9808 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9809
9810 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9811
9812 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9813
9814 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9815 since that's what the header file expects.
9816
9817 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9818
9819 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9820 and 68040 based machines when choosing options for gnucc.
9821
9822 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9823
9824 * Makefile.in (top_distclean): Delete config.cache.
9825
9826 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9827
9828 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9829
9830 * configure.in: Use m/ncr386.h.
9831
9832 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9833
9834 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9835
9836 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9837
9838 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9839 (man): Don't copy texindex.c and getopt.c; they're deleted.
9840 (etc): Omit `e'; it's a subdirectory.
9841 (etc/e): Use `../..', not `..', to reference top level.
9842
9843 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9844
9845 * Makefile.in (install-arch-indep, dist):
9846 Look for `update-subdir' in $(srcdir).
9847
9848 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9849
9850 * make-dist: Include mkinstalldirs in distribution.
9851
9852 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9853
9854 * make-dist: Add missing close backquote.
9855
9856 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9857
9858 * make-dist: Don't distribute shortnames directory.
9859
9860 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9861
9862 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9863
9864 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9865
9866 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9867
9868 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9869
9870 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9871
9872 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9873
9874 * configure.in (mips-sgi-irix6): New configuration.
9875
9876 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9877
9878 * Makefile.in (maintainer-clean): Rename from realclean.
9879
9880 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9881
9882 * configure.in: Create a .gdbinit that sources the real one,
9883 if using a different build directory.
9884
9885 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9886
9887 * configure.in: Check for sys/select.h.
9888
9889 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9890
9891 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9892
9893 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9894
9895 * configure.in: Handle isc 4.1 operating system.
9896
9897 1994-12-10 Richard Stallman <rms@kepa>
9898
9899 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9900 (rs6000-ibm-aix4*): New alternative.
9901
9902 1994-12-06 Richard Stallman <rms@kepa>
9903
9904 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9905
9906 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9907
9908 * configure.in: Don't try to make directories that are guaranteed
9909 to already exist.
9910
9911 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9912
9913 * configure.in: Generate man/Makefile from man/Makefile.in.
9914 Create the man subdir.
9915
9916 * Makefile.in (dvi): Run Make in our man subdir.
9917
9918 * make-dist: Create subdir etc/e.
9919 Make links to it.
9920 Put man/Makefile.in in dist, instead of man/Makefile.
9921
9922 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9923
9924 * configure.in: Add --with-pop, --with-kerberos, and
9925 --with-hesiod for movemail.
9926
9927 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9928
9929 * configure.in (m68*-apollo*): Use s/domain.h.
9930
9931 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9932
9933 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9934
9935 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9936
9937 * configure.in: Don't add -I, -L, -R options for cc if their
9938 arguments would be empty.
9939
9940 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9941
9942 * configure.in (i860-intel-osf1*): New alternative.
9943 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9944 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9945
9946 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9947
9948 * configure.in: Make h_errno check not use nested functions.
9949
9950 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9951
9952 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9953
9954 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9955
9956 * Makefile.in (install-arch-indep): Avoid continued comment
9957 swallowing target line.
9958
9959 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9960
9961 * configure.in: Protect a character class with `changequote'.
9962
9963 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9964
9965 * configure.in: Accept `news' as a synonym for `newsos'.
9966
9967 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9968
9969 * Makefile.in: Don't rm files if cd fails.
9970
9971 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9972
9973 * make-dist: Put nt subdir and its subdirs in the dist.
9974 (lib-src): Put makefile.nt in the dist.
9975 (lisp): Put makefile.nt in the dist.
9976
9977 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9978
9979 * configure.in: Change a stray `[' to `test'.
9980
9981 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9982
9983 * configure.in: Adapt for Autoconf v2. Use the standard argument
9984 parser, host type canonicalizer, X11 finder, and message
9985 printing macros. Use the new macro names. Use `test' instead of `['.
9986
9987 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9988
9989 * configure.in: Check for getpagesize.
9990
9991 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9992
9993 * make-dist (msdos): Put sed* in the distribution.
9994
9995 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9996
9997 * config.bat: New option, `--with-x', for configuring Emacs
9998 for use with the X11 system DesqView/X.
9999 New option, `--no-debug', for compiling Emacs without debug
10000 information thus saving disk space.
10001 (src/config.h, src/paths.h): Use `update' (which is like
10002 `move-if-changed') to change the file.
10003 (src/config.h): When configuring for X11 perform extra changes.
10004 (src/makefile): When configuring for X11 perform extra changes.
10005 (lib-src): Remove temporary files.
10006 (): Check that `sed', `rm', `mv', and `gcc' are available.
10007
10008 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10009
10010 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10011
10012 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10013
10014 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10015
10016 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10017
10018 * configure.in (canonical): Substitute var into makefiles.
10019 (bitmapdir): Likewise.
10020
10021 * Makefile.in (bitmapdir): New variable.
10022 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10023
10024 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10025
10026 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10027
10028 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10029 * update-subdirs: New shell script.
10030
10031 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10032
10033 * Makefile.in (top_distclean): Don't rm build-install.
10034 (SOURCES): Delete build-install.in.
10035
10036 * make-dist: Don't distribute build-ins.in.
10037 * build-ins.in: File deleted.
10038
10039 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10040
10041 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10042
10043 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10044
10045 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10046
10047 * configure.in (libexecdir): Rename from libdir. New default.
10048 (sharedstatedir): Rename from statedir. New default.
10049 (datadir): New default.
10050
10051 * make-dist: Don't distribute subdirs.el.
10052
10053 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10054
10055 * configure.in (eaccess): Check for it.
10056
10057 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10058
10059 * configure.in (mktime): Check for it.
10060
10061 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10062
10063 * configure.in (motif): Add support for usage and option checking.
10064
10065 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10066
10067 * configure.in (utimes): Check for it.
10068
10069 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10070
10071 * Makefile.in (install-arch-indep): Don't do mkdir here.
10072
10073 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10074
10075 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10076 riscix.h renamed to acorn.h.
10077
10078 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10079
10080 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10081 New configurations.
10082
10083 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10084
10085 * configure.in: Remove trailing slashes from srcdir.
10086
10087 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10088
10089 * configure.in (i[345]86-sequent-ptx*): Handle.
10090
10091 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10092
10093 * Makefile.in (paths-force): Depend on src/paths.h.
10094
10095 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10096
10097 * configure.in (config_options): Save all arguments, not just some.
10098
10099 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10100
10101 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
10102
10103 * configure.in: Add AC_AIX.
10104 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10105
10106 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10107
10108 * configure.in (parsing options): Simplify sed command to delete -'s.
10109
10110 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10111
10112 * configure.in (config_options): New shell variable.
10113 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10114
10115 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10116
10117 * configure.in (alpha-dec-osf*): New target.
10118
10119 * Makefile.in: Use just one FRC target.
10120
10121 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10122
10123 * Makefile.in (removenullpaths, paths-force):
10124 Use name paths.h.tmp$$, which depends on the pid.
10125
10126 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10127
10128 * Makefile.in (removenullpaths, paths-force):
10129 Put paths.h.tmp in top-level dir, not in src.
10130
10131 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10132
10133 * Version 19.27 released.
10134
10135 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10136
10137 * Version 19.26 released.
10138
10139 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10140
10141 * configure.in: Check for lrand48, not rand48.
10142
10143 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10144
10145 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10146 (powerpc-ibm-aix*): New aliases.
10147
10148 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10149
10150 * make-dist (src/m, src/s): Put *.inp in distribution.
10151
10152 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10153
10154 * configure.in: Accept i586 and i486 along with i386.
10155
10156 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10157
10158 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10159 even if CPP env var was set by the user.
10160
10161 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10162
10163 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10164
10165 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10166
10167 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10168
10169 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10170
10171 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10172
10173 * configure.in: Check more specifically for i*86-sun-sunos.
10174
10175 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
10176
10177 * configure.in: Handle solaris 2.4.
10178
10179 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10180
10181 * configure.in (rand48): Check for it.
10182
10183 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10184
10185 * make-dist: Update the info files.
10186
10187 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10188
10189 * configure.in: Make "checking..." messages' style consistent.
10190 (HAVE_H_ERRNO): New test.
10191
10192 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10193
10194 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10195
10196 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10197
10198 * configure.in (CFLAGS): If the envvar was specified, use that.
10199 And set REAL_CFLAGS from it too.
10200
10201 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10202
10203 * make-dist: Update finder-inf.el.
10204
10205 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10206
10207 * make-dist (msdos): Include sed4.inp in dist.
10208
10209 * Makefile.in (libsrc_libs): Var deleted.
10210
10211 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10212
10213 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10214
10215 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10216
10217 * configure.in (mips-sony-newsos4*): New alias.
10218
10219 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10220
10221 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10222 (*-convex-convexos*): Accept this as alias.
10223
10224 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10225
10226 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10227 for two different uses.
10228
10229 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10230
10231 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10232
10233 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10234
10235 * make-dist: Put ./BUGS into the distrib.
10236
10237 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10238
10239 * configure.in: Handle 386 running Solaris 2.
10240
10241 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10242
10243 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10244
10245 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10246
10247 * configure.in (mips-sony-newsos*): Use news-risc.h.
10248
10249 * configure.in: Accept bsdi as opsys, like bsd386.
10250
10251 1994-06-01 Morten Welinder (terra@diku.dk)
10252
10253 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10254
10255 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10256
10257 * Version 19.25 released.
10258
10259 * make-dist (shortversion): Don't assume another period follows.
10260
10261 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10262
10263 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10264 (uninstall): Use /bin/pwd.
10265
10266 * Makefile.in (blessmail): Depend on src.
10267 (all): Don't depend on blessmail.
10268
10269 * Makefile.in (src/paths.h): Don't force recomputation.
10270 (paths-force): New target; force recomputation of paths.h.
10271 (all): Depend on paths-force.
10272 (src, lib-src): Depend on src/paths.h.
10273
10274 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10275 NON_GCC_TEST_OPTIONS.
10276
10277 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10278
10279 * configure.in: Don't insist on subversions for irix.
10280
10281 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10282
10283 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10284
10285 * configure.in (i[34]86-next-*): New alternative.
10286
10287 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10288
10289 * Version 19.24 released.
10290
10291 * configure.in: New config hppa*-hp-hpux9shr*.
10292
10293 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
10294
10295 * config.bat: Doc fix.
10296
10297 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10298
10299 * Makefile.in (mostlyclean, clean, distclean, realclean)
10300 (extraclean): Don't act on man subdir if it doesn't exist.
10301
10302 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10303
10304 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10305 Use them to set up CC.
10306 (*-sun-sunos4.1.3): Set them.
10307
10308 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10309
10310 * Makefile.in (lib-src): Don't depend on src/paths.h.
10311
10312 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10313
10314 * build-ins.in (copydests): Get rid of spurious `-'s.
10315
10316 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10317
10318 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10319
10320 * Version 19.23 released.
10321
10322 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10323 for the Xlib and Xt checks; then restore old CFLAGS.
10324
10325 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10326
10327 * configure.in (HAVE_X11XTR6): Add newline before #if.
10328 Add newline after #endif.
10329
10330 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10331
10332 * configure.in (HAVE_X11XTR6): Arrange to define it.
10333
10334 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10335
10336 * Makefile.in (install): Depend on blessmail.
10337
10338 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10339
10340 * configure.in (mips-siemens-sysv*): Put quotes around value
10341 containing blanks.
10342
10343 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10344
10345 * Makefile.in (TAGS): Use the makefile in src subdir.
10346
10347 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10348
10349 * configure.in (opsys): Recognize `gnu'.
10350
10351 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10352
10353 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10354
10355 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10356
10357 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10358 version > 1.8.
10359
10360 1994-05-08 Morten Welinder (terra@diku.dk)
10361
10362 * config.bat: Forcibly remove "# " style comments from makefiles.
10363
10364 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10365
10366 * Makefile.in (uninstall): When processing lispdir and etcdir,
10367 do nothing unless it exists and is a directory.
10368
10369 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10370
10371 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10372 Merge code in from install-doc.
10373 (install-doc): Merge code back into install-arch-indep.
10374 (install-arch-dep): Don't depend on install-doc.
10375
10376 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10377
10378 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10379
10380 * configure.in (making src/Makefile and lib-src/Makefile):
10381 Split off the autoconf substitutions and don't pass them thru cpp.
10382 (undefs): Use $canonical as well as $configuration.
10383
10384 * make-dist: Distribute lisp/Makefile.
10385
10386 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10387 Use lower case names for the s files.
10388
10389 1994-05-03 Morten Welinder (terra@diku.dk)
10390
10391 * config.bat: Added possibility for different file name
10392 transcriptions in lib-src.
10393
10394 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10395
10396 * Makefile.in (lib-src): Undo previous change.
10397 (blessmail): New target to run maybe-blessmail in lib-src.
10398 (all): Depend on blessmail.
10399
10400 * Makefile.in (lib-src): Depend on src.
10401
10402 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10403
10404 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10405 (m88k-dg-dgux5.4R2): dgux5.4R2.
10406
10407 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10408
10409 * configure.in (window_system): Restore accidentally deleted code
10410 that uses AC_FIND_X.
10411
10412 * make-dist: Distribute config.bat.
10413
10414 1994-04-29 Morten Welinder (terra@diku.dk)
10415
10416 * config.bat: Corrected the configuration of lib-src
10417 to keep up with configure. Add note about dos version 3
10418 or better needed (djgpp needs that). Add note explaining
10419 that either install in c:/emacs or edit the script.
10420 Don't change to c:/emacs, but assume we're there (to minimize
10421 the number of places to change).
10422
10423 * config.bat: Build-in the first step towards X11 support with
10424 the X11 emulator that exists. At this time it won't work,
10425 and several files are missing.
10426
10427 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10428
10429 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10430 Don't look for -lresolv.
10431
10432 * Makefile.in (lib-src): Depend on src/paths.h.
10433
10434 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10435
10436 * configure.in: Restore deleted AC_SUBST of `configuration'.
10437 Improve error message for bad --with-x-toolkit value.
10438
10439 * configure.in: Define CONFIGURATION in src/config.h
10440 rather than substituting in src/Makefile.in.
10441
10442 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10443
10444 * Makefile.in (install-doc): New target.
10445 (install-arch-dep): Depend on install-doc.
10446 (mkdir): Create docdir.
10447
10448 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10449
10450 * configure.in: Test for libresolv.a.
10451 Substitute machfile and opsysfile.
10452
10453 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10454
10455 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10456 (install-arch-dep): Install under the name $(EMACS).
10457
10458 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10459
10460 * configure.in (version): Use entire value of emacs-version.
10461 (mips-siemens-sysv*): New alternative.
10462
10463 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10464
10465 * Makefile.in (install-arch-indep): Don't install dired-x*.
10466
10467 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10468
10469 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10470 Fix definition of $undefs.
10471
10472 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10473
10474 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10475
10476 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10477
10478 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10479
10480 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10481
10482 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10483
10484 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10485 and run it thru cpp, as with src/Makefile.in.
10486
10487 * configure.in: Use AC_SET_MAKE.
10488
10489 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10490
10491 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10492
10493 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10494
10495 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10496
10497 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10498 (printing the choices): Make the toolkit message unconditional.
10499 (USE_X_TOOLKIT): Use `none', not `no', if none.
10500 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10501 Get rid of temp file foofoo1.
10502
10503 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10504
10505 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10506
10507 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10508
10509 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10510 (printing the choices): State choice of toolkit.
10511 (libsrc_libs): Recalculate after writing config.h;
10512 then update lib-src/Makefile.
10513
10514 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10515
10516 * configure.in: Add sunos4shr as alternative for suns.
10517 Conditionals testing for null $CC were backwards.
10518
10519 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10520
10521 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10522
10523 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10524
10525 * configure.in: Handle -isc4.0*.
10526
10527 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10528
10529 * configure.in (esix5): Set NON_GNU_CPP.
10530
10531 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10532
10533 * Makefile.in (thisdir): Nonsensical variable removed.
10534 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10535 back to $thisdir, rather than the directory `this_dir'.
10536
10537 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10538
10539 * Makefile.in (install-arch-indep): Add missing backslash after a
10540 `then'.
10541
10542 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10543
10544 * Makefile.in (thisdir): New variable.
10545 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10546
10547 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10548
10549 * configure.in: Add freebsd.
10550
10551 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10552
10553 * configure.in: Check for fpathconf.
10554
10555 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10556
10557 * configure.in (with_x_toolkit): Fix typo in previous change.
10558
10559 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10560
10561 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10562
10563 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10564
10565 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10566
10567 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10568
10569 * configure.in: Fix value of docdir.
10570 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10571
10572 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10573
10574 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10575
10576 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10577
10578 * configure.in: New variable docdir to control where the docstring
10579 file goes.
10580 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10581
10582 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10583
10584 * configure.in: When --run-in-place, don't inherit archlibdir.
10585
10586 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10587
10588 * Makefile.in (install-arch-dep, install-arch-indep):
10589 New targets split up former do-install rule.
10590 (do-install): Target deleted.
10591
10592 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10593
10594 * configure.in (mips-sony-newsos*): New configuration.
10595
10596 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10597
10598 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
10599
10600 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10601
10602 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10603
10604 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10605
10606 * configure.in: Don't initialize CC.
10607
10608 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10609
10610 * configure.in (creating src/Makefile): Also generate -U switches
10611 for symbols in the $configuration value.
10612
10613 * configure.in: Check for sys_siglist being declared in system header.
10614
10615 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10616
10617 * configure.in (creating src/Makefile): Delete blank lines
10618 along with lines of whitespace.
10619 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10620
10621 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10622
10623 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10624 like C_SWITCH_SYSTEM.
10625 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10626
10627 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10628
10629 * configure.in (drem): Check for this function.
10630
10631 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10632
10633 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10634 If CPP was inherited from environment, don't use NON_GNU_CPP.
10635 (NON_GNU_CC): Likewise.
10636 (handling with_gcc): Use explicit if in the `no' case.
10637 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10638
10639 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10640
10641 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10642
10643 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10644
10645 * configure.in: Check whether fmod exists.
10646
10647 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10648
10649 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10650 {src,lisp}/OChangeLog.
10651
10652 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10653
10654 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10655 necessary for proper operation. This code works with the current
10656 released version of Autoconf.
10657
10658 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10659
10660 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10661 (USE_X_TOOLKIT): Define it for all values except `no'.
10662
10663 * configure.in: Undo first Jan 8 change and Jan 16 change.
10664
10665 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10666
10667 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10668 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10669
10670 * Makefile.in (lwlib/Makefile): New target.
10671 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10672 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10673 (unlock, relock): Handle lwlib subdir.
10674
10675 * Makefile.in: Add some .PHONY targets.
10676
10677 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10678
10679 * lwlib: New subdirectory.
10680
10681 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10682
10683 * configure.in: If CPP has a value that is a directory,
10684 discard the value.
10685
10686 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10687
10688 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10689 remove -U[0-9]*.
10690
10691 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10692
10693 * Makefile.in (do-install): Install the dired-x info files.
10694
10695 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10696 (See src/s/sol2.h.)
10697
10698 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10699
10700 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10701
10702 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10703
10704 * configure.in (creating src/Makefile): Put code inside 2nd arg to
10705 AC_OUTPUT as it should be; hopefully no one will again see fit to
10706 gratuitously break this and not make a change log entry.
10707 Optimized sed processing of Makefile.in and cpp output; now
10708 preserves comments previously removed from the cpp input.
10709 Eliminated temp file for cpp output. Generate -U switches to
10710 undefine all identifiers that appear in the directory name
10711 ${srcdir}; pass these to cpp.
10712
10713 * configure.in (version): Fix sed regexp to match two-elt version
10714 number.
10715
10716 * configure.in: Check for strerror.
10717
10718 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10719
10720 * configure.in: Test for bcmp.
10721
10722 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10723
10724 * make-dist (tempdir): Put subdir msdos into the distribution.
10725
10726 1993-01-07 Morten Welinder (terra@diku.dk)
10727
10728 * config.bat: New file.
10729
10730 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10731
10732 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10733
10734 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10735
10736 * configure.in (m68*-next-*): Don't care about which os is specified.
10737 (i[34]86-*-*): Check for *-nextstop*.
10738
10739 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10740
10741 * configure.in: Check for setsid.
10742
10743 1993-12-17 Richard Stallman (rms@srarc2)
10744
10745 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10746
10747 1993-12-15 Richard Stallman (rms@srarc2)
10748
10749 * Makefile.in (mkdir): Make only the lockdir writable.
10750
10751 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
10752
10753 1993-12-11 Richard Stallman (rms@srarc2)
10754
10755 * Makefile.in (libdir): Use @libdir@.
10756
10757 1993-12-08 Richard Stallman (rms@srarc2)
10758
10759 * Makefile.in (install): Add empty command.
10760
10761 1993-12-04 Richard Stallman (rms@srarc2)
10762
10763 * make-dist: Put man/getopt.c in the dist.
10764
10765 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10766
10767 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10768
10769 1993-12-03 Richard Stallman (rms@srarc2)
10770
10771 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10772 Set it for all solaris versions.
10773 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10774 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10775 Likewise for NON_GNU_CC and CC.
10776
10777 1993-12-01 Richard Stallman (rms@srarc2)
10778
10779 * configure.in (mips-mips-riscos4*): Assign variable CC.
10780 (checking ${with_gcc}): If "no", don't override CC if already set.
10781 (CC): Initialize it as empty.
10782
10783 1993-11-30 Richard Stallman (rms@srarc2)
10784
10785 * configure.in (Suns): Set CPP if *-solaris2.3*.
10786
10787 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10788
10789 * Version 19.22 released.
10790
10791 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10792
10793 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10794
10795 * make-dist: When breaking links, use cp -p.
10796 Copy install.sh into distribution.
10797 Move the temp dir up into the parent dir;
10798 don't leave the staging dir make-dist.tmp... in existence.
10799 * install.sh: New file.
10800
10801 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10802
10803 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10804
10805 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10806
10807 * configure.in (version): When --run-in-place, exclude
10808 ${datadir}/emacs/site-lisp from locallisppath.
10809
10810 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10811
10812 * configure.in: Delete jumk.c before writing it.
10813
10814 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10815
10816 * Version 19.21 released.
10817
10818 * Makefile.in (mkdir): Ignore error from chmod.
10819
10820 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10821
10822 * make-dist: Don't put lisp/forms.README in the distribution.
10823
10824 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10825
10826 * configure.in (creating src/Makefile): Before running cpp,
10827 discard all lines that start with `# Generated' or /**/#.
10828
10829 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10830
10831 * Version 19.20 released.
10832
10833 * make-dist: Use build-ins.in, not build-install.in.
10834 Don't bother updating TAGS since it's not included.
10835
10836 * build-ins.in: Renamed from build-install.in.
10837
10838 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10839
10840 * make-dist: Don't try to link *.texinfo--there are none now.
10841 When running make in lib-src, specify YACC var value.
10842
10843 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10844
10845 * configure.in (extrasub): Add vpath patterns for %.[yls].
10846
10847 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10848 Instead just include the commands to make src/Makefile as the
10849 second arg to AC_OUTPUT.
10850
10851 * configure.in: Use : instead of dnl for comment inside
10852 $makefile_command.
10853
10854 * configure.in: No longer use vpath_sed. Instead, when we notice
10855 srcdir already configured, set extrasub to hack vpath in the
10856 makefiles.
10857
10858 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10859 before moving it.
10860 * Makefile.in (VPATH): Define to @srcdir@.
10861
10862 1993-09-28 Brian J. Fox (bfox@cubit)
10863
10864 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
10865 doesn't exist. Just copy src/Makefile.in instead.
10866 Touch all of the Makefiles after editing config.status.
10867
10868 * INSTALL: Update documentation to match new configuration
10869 mechanism.
10870
10871 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10872
10873 * configure.in: Allow any of the path or directory Makefile
10874 variables to be set with flags to configure. Create all Makefiles
10875 at configure time. Edit special commands into config.status after
10876 src/Makefile.in is built from src/Makefile.
10877
10878 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10879 If these files are out of date, simply have config.status
10880 rebuild them; don't rebuild them explicitly.
10881
10882 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10883
10884 * build-install.in: Change src/xemacs to src/emacs. We no longer
10885 create src/xemacs, so the file wouldn't be found.
10886
10887 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10888
10889 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10890
10891 * configure.in: Avoid forcing the search of /usr/include before
10892 fixed include files by resetting C_SWITCH_X_SITE if it is
10893 "-I/usr/include".
10894
10895 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10896
10897 * Makefile.in (@rip_paths@locallisppath):
10898 Delete ${datadir}/emacs/site-lisp.
10899
10900 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10901
10902 * configure.in:
10903 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10904 Remove ${extra_output} from AC_OUTPUT call.
10905
10906 1993-09-17 Brian J. Fox (bfox@inferno)
10907
10908 * make-dist: Quote backquotes found in strings to be echoed.
10909
10910 * configure.in: Use "sh -c pwd" when we want to avoid having the
10911 shell fix up the value of $PWD.
10912
10913 1993-09-13 Brian J. Fox (bfox@inferno)
10914
10915 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10916 of the installation fail. Suggested by Karl Berry.
10917
10918 1993-08-30 Brian J. Fox (bfox@inferno)
10919
10920 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10921 was used. Set MAKEFLAGS from MFLAGS.
10922
10923 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10924
10925 * configure.in: Test for res_init in libc.
10926
10927 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10928
10929 * configure.in: In the file ${tempcname}, use configure___
10930 instead of @configure@.
10931
10932 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10933
10934 * make-dist: Dist vpath.sed.
10935
10936 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10937 Depend on vpath.sed.
10938 Replace sed command for VPATH with @vpath_sed@.
10939
10940 * configure.in: Substitute variable `vpath_sed'.
10941 If not in $srcdir and $srcdir is configured,
10942 issue warning that GNU make is required,
10943 and set vpath_sed to use vpath.sed script.
10944
10945 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10946
10947 * configure.in: Remove check for $srcdir being configured.
10948 This pretty much works now.
10949 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10950 Check for XFree86 (/usr/X386/include) independent of whether
10951 -lXbsd exists.
10952
10953 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10954 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10955 `make'.
10956
10957 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10958
10959 * Version 19.19 released.
10960
10961 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10962
10963 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10964
10965 * configure.in: Check for XScreenNumberOfScreen.
10966
10967 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10968
10969 * configure.in: Add * to end of all configuration alternatives.
10970 (m68*-sony-newsos3*): New alternative.
10971
10972 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10973
10974 * make-dist: Include getdate.c in distribution.
10975
10976 * configure.in: For --help, use $PAGER if it is set.
10977 (LIB_X11_LIB): Default to -lX11.
10978 (mips-sgi-irix5.*): New alternative.
10979
10980 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10981
10982 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10983 Recognize *.B8.* as hpux version 8.
10984 (m68*-tektronix-bsd*): Fix typo in tek4300.
10985 (AC_HAVE_FUNCS): Add ftime.
10986
10987 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10988
10989 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
10990 Use tekxd88, not tekXD88.
10991
10992 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10993
10994 * configure.in: Check for -lm. Then can check for frexp and logb.
10995
10996 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10997
10998 * Version 19.18 released.
10999
11000 * make-dist (src): Don't put gnu-hp300 in dist.
11001 (src, lisp): Include OChangeLog in dist.
11002
11003 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11004
11005 * configure.in: Test for presence of logb and frexp functions.
11006
11007 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11008
11009 * configure.in (machine): Add i370-ibm-aix*.
11010
11011 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11012
11013 * configure.in (function checks): Test for mkdir and rmdir.
11014
11015 * configure.in (function checks): Don't test for random and bcopy
11016 only when we're building with X; look for them all the time.
11017
11018 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11019
11020 * configure.in: Test for availability of bcopy functions, searching
11021 the X libraries if we're using X.
11022
11023 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11024 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11025 versions of AIX, and needs to be passed to the loader.
11026
11027 * configure.in: Test for the availability of the
11028 XScreenResourceString function.
11029
11030 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11031
11032 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11033 LD_SWITCH_X_SITE and assume --with-x11.
11034 Only look for X11 files if we weren't told about a window system
11035 or if we were told to use X11 but not told where.
11036 Search the libraries from the s and/or m files when checking for
11037 functions.
11038
11039 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11040
11041 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11042
11043 * make-dist: Include lisp/dired.todo in the distribution.
11044
11045 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11046
11047 * configure.in: Add code to set HAVE_INET_SOCKETS.
11048
11049 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11050
11051 * configure.in: If we do find x_includes and x_libraries
11052 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11053
11054 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11055
11056 * make-dist: Include src/gnu-hp300 in the dist.
11057
11058 * configure.in (canonical): New variable holds the canonicalized
11059 configuration. Don't alter `configuration'. Use `configuration'
11060 for Makefile.in for file naming.
11061 (testing x_includes and x_libraries): Use =, not ==.
11062
11063 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11064
11065 * Version 19.17 released.
11066
11067 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11068 directory's makefile. This allows the invocation of CPP which
11069 builds xmakefile to receive these switches. The SunSoft C
11070 preprocessor inserts spaces between tokens if it doesn't get the
11071 -Xs flag requested in src/s/sol2.h.
11072
11073 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11074
11075 * configure.in (m68k-bull-sysv3): New config.
11076
11077 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11078
11079 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11080 the X Windows libraries.
11081
11082 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11083
11084 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11085 the distribution. Those files aren't kept in their own
11086 subdirectory any more.
11087
11088 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11089
11090 * Version 19.16 released.
11091
11092 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11093
11094 * configure.in: Add --verbose flag.
11095
11096 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11097
11098 * version 19.15 released.
11099
11100 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11101
11102 * Makefile.in (top_distclean): Use -f switch when cleaning out
11103 lock dir; it might be empty.
11104
11105 * configure.in: Only check for -lXbsd once.
11106
11107 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11108
11109 * Version 19.14 released.
11110
11111 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11112
11113 * make-dist: If using gzip, create distribution with '.gz' extension.
11114
11115 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11116 (lisp/forms-mode): This doesn't exist anymore.
11117
11118 * configure.in: Look for the closedir function.
11119
11120 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11121
11122 * configure.in (CPP): Autoconf sets this to a shell variable
11123 reference, which doesn't work when it's edited into a makefile.
11124 Expand that variable reference.
11125
11126 * Makefile.in (CPP): New variable.
11127 (src/Makefile): Edit CPP into src/Makefile.
11128
11129 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11130 and entering double quotes to get the values of LD_SWITCH_X_SITE
11131 and the other make variables; make substitutes them in anyway.
11132
11133 * Makefile.in (uninstall): Don't remove the lisp and etc
11134 directories if they're in the source tree.
11135
11136 Bring mumbleclean targets into conformance with GNU coding standards.
11137 * Makefile.in (mostlyclean, clean): Separate these two; just have
11138 them pass the request to the subdirectory makefiles.
11139 (distclean): Pass the request down, and then get rid of the
11140 files configure built, and get rid of the Makefiles.
11141 (realclean): Pass the request down, and then do the same things
11142 distclean does.
11143 (uninstall, info, dvi): New targets.
11144
11145 * configure.in: Move clause for PC-compatible i386 box to the end
11146 of the case statement, to avoid masking configurations below.
11147
11148 * configure.in: Add case for m88k-motorola-sysv4.
11149
11150 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11151 the HP 68000 machines.
11152
11153 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11154 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11155 preprocessor won't fiddle with them.
11156
11157 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11158
11159 * Makefile.in (TAGS): cd to src to run etags.
11160
11161 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11162
11163 * configure.in (version): Check the X libraries for XrmSetDatabase
11164 and random, and see if we have -lXbsd.
11165
11166 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11167
11168 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11169 s/*.h and m/*.h files. Martin Tomes
11170 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11171
11172 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11173
11174 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11175 above the general i386 alternative.
11176
11177 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11178
11179 * configure.in: Recognize configuration name for Data General
11180 AViiON machines.
11181
11182 * configure.in: Use AC_LONG_FILE_NAMES.
11183
11184 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11185
11186 * configure.in: Test for bison.
11187 * Makefile.in (YACC): New variable.
11188 (lib-src/Makefile.in): Edit YACC into the makefile.
11189
11190 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11191
11192 * Version 19.13 released.
11193
11194 * configure.in (CFLAGS): Don't set this according to the value of
11195 the GCC shell variable. Instead, consult the machine and system
11196 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11197 test __GNUC__ while we're at it.
11198
11199 * configure.in: Remove extra ;; from hpux cases.
11200
11201 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11202
11203 * configure.in: Check to see if the system has -ldnet.
11204
11205 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11206
11207 * make-dist: Add clauses to distribute lisp/forms-mode.
11208
11209 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11210
11211 * configure.in (machine): Fix the versions in hpux version number test.
11212 Do not guess based on cpu type. Do check for explicit system version.
11213
11214 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11215
11216 * configure.in: Do NOT look for `unknown' as company name.
11217
11218 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11219
11220 * configure.in: Fix typo in message.
11221
11222 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11223
11224 * Version 19.12 released.
11225
11226 * Makefile.in (do-install): Correct previous etc-copying change.
11227 Partially rewrite using `if'.
11228 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11229
11230 * Version 19.11 released.
11231
11232 * configure.in: Handle 386bsd.
11233
11234 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11235
11236 * make-dist: Update getdate.c.
11237
11238 * configure.in: Handle bsd386.
11239
11240 * Makefile.in (do-install): Use `-' in tar options.
11241
11242 * configure.in: Change ! "${...}" to x"${...}" = x.
11243
11244 * Makefile.in (do-install): Copy the DOC-* files from the build
11245 etc directory, as well as lots of things from ${srcdir}/etc.
11246
11247 * make-dist: Copy config.guess.
11248
11249 * configure.in: Handle AIX versions 1.2, 1.3.
11250
11251 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11252
11253 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11254 the configuration name mips-mips-usg* to represent USG systems.
11255
11256 * configure.in: Fix logic to detect if srcdir is already configured.
11257
11258 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11259
11260 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11261 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11262 of a directory; cd might fail, and have pwd print out the current
11263 directory.
11264
11265 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11266
11267 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11268
11269 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11270
11271 * configure.in: Complain if srcdir points at an already-configured
11272 tree.
11273
11274 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11275
11276 * Version 19.10 released.
11277
11278 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11279
11280 * Makefile.in: Use Makefile comments, not C comments.
11281
11282 * configure.in: Add case for the Tektronix XD88.
11283
11284 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11285
11286 * configure.in: Handle sysv4.2 and sysvr4.2.
11287
11288 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11289
11290 * configure.in: Traverse the argument list without destroying it;
11291 don't use shift. It turns out that "set - ${saved_arguments}"
11292 doesn't work portably.
11293
11294 * configure.in: Add missing "fi".
11295
11296 * make-dist: Rebuild configure if configure.in is newer.
11297
11298 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11299 targets to be executed even if make remembers that it has already
11300 satisfied FRC.
11301
11302 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11303
11304 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11305
11306 * configure.in (romp): Handle various version numbers with aos and bsd.
11307
11308 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11309
11310 * configure.in: Fix message text.
11311
11312 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11313
11314 * make-dist: Make a `site-lisp' directory in the distribution,
11315 instead of a `local-lisp' directory, which hasn't been the
11316 appropriate name for a long time.
11317 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11318 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11319
11320 * Makefile.in (do-install): Correctly detect if ./etc and
11321 ${srcdir}/etc are the same.
11322
11323 * configure.in: Extract UNEXEC from the system configuration
11324 files, compute the name of the source file corresponding to the
11325 object file, and #define it as UNEXEC_SRC in config.h.
11326
11327 * configure.in: If srcdir is '.', then try using PWD to make it
11328 absolute.
11329
11330 * configure.in: Include ${srcdir} in the printed report, to help
11331 people notice if it's an automounter path.
11332
11333 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11334
11335 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11336
11337 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11338
11339 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11340 when they are different. Add `shift' command.
11341 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11342 (externallispdir): Var deleted.
11343
11344 * configure.in: Delete spurious paren outputting short_usage.
11345
11346 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11347
11348 * Version 19.9 released.
11349
11350 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11351
11352 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11353 subdirectory makes.
11354
11355 * make-dist: Check for .elc files with no corresponding .el file.
11356
11357 * Makefile.in (mkdir): Make all the directories in locallisppath.
11358
11359 * config.guess: New file.
11360 * configure.in: Use it, tentatively.
11361 * INSTALL: Mention its usage.
11362
11363 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
11364 the former gives you the operating system rev directly.
11365 Use s/hpux.h if we don't recognize what we got.
11366
11367 * Makefile.in (do-install): Don't remove a destination directory
11368 if it's the same as the source. If ${srcdir}/info == ${infodir},
11369 don't try to copy the info files.
11370
11371 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11372 doesn't work if you're not using a separate source directory.
11373 (do-install): Copy the build tree's etc directory only after
11374 making sure it's not also the source tree's etc directory.
11375
11376 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11377
11378 * configure.in: Handle sunos4.1.3 specially.
11379
11380 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11381
11382 * Makefile.in (INSTALL): Add definition.
11383
11384 * configure.in: Fix some messages. Support -with-gnu-cc.
11385 At the end, use `set --', not `set -'.
11386 Delete spurious `.h' in hpux alternatives.
11387
11388 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11389
11390 * Version 19.8 released.
11391
11392 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11393
11394 * configure.in: When looking for source in the same directory as
11395 the configure script, make the path thus discovered absolute.
11396 If the user specifies the `--srcdir' switch, make that directory
11397 absolute too.
11398
11399 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11400
11401 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11402 too, as the value of the PATH_INFO macro.
11403
11404 * configure.in: Check to see if the source lives in the same
11405 directory as the configure script.
11406
11407 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11408
11409 * Makefile.in (install): Split this into `install' and
11410 `do-install', to give people more control over exactly what gets
11411 done.
11412 (do-install): New target, containing the guts of `install'.
11413 Don't remove and recreate the directories inside the copying loop - do
11414 it all before the copying loop. Pass more flags to the lib-src
11415 make.
11416 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11417 avoid errors and warnings.
11418
11419 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11420 the manufacturer - the more general case was blocking other i386
11421 configuration names below, and that's how the names are written in
11422 MACHINES anyway.
11423
11424 * make-dist: When breaking links, remove the link before moving
11425 the copy onto it, to avoid interactive behavior.
11426
11427 * Makefile.in: Doc fix.
11428
11429 * configure.in: Doc fix.
11430
11431 * INSTALL: Mention --exec-prefix option.
11432
11433 * configure.in: Add support for the `--exec-prefix' option.
11434 * Makefile.in: Accept that support.
11435
11436 * configure.in: Use the AC_PROG_INSTALL macro.
11437 * Makefile.in (INSTALL): Variable removed.
11438 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11439
11440 * configure.in: Distinguish between hp800's and hp700's by calling
11441 "uname -m".
11442
11443 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11444
11445 * configure.in: Recognize configuration names for i860 boxes
11446 running SYSV.
11447
11448 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11449
11450 * configure.in: Distinguish between hp800's and hp700's by the
11451 version of HP/UX they run, since that's something people are more
11452 likely to know - hp700's run 8.0.
11453 Add HP 700 configuration.
11454
11455 * configure.in: Test for the presence of the `rename' function.
11456
11457 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11458 configure.in.
11459 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11460
11461 * make-dist: Break intra-tree links.
11462
11463 * configure.in: Explain that this is an autoconf script, and give
11464 instructions for rebuilding configure from it. Arrange to put
11465 comments in configure explaining this too.
11466
11467 * configure.in: Make the first line of the configure script be
11468 "#!/bin/sh". Leaving the first line blank didn't work.
11469
11470 * configure.in (long_usage): Remove; made short_usage describe
11471 the options briefly.
11472
11473 * configure.in: Implement the --prefix option.
11474 * Makefile.in (prefix): Add support for it here.
11475 * INSTALL: Document it here.
11476
11477 * Makefile.in (install): Don't assume that the files in the `info'
11478 subdirectory match *.info. They don't have that prefix.
11479
11480 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11481
11482 * configure.in: Add case for version 5 of Esix.
11483
11484 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11485
11486 * Version 19.7 released.
11487
11488 * make-dist: There aren't any *.com files in lib-src anymore.
11489
11490 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11491 them; they're symlinks to other filesystems on the GNU machines.
11492
11493 * make-dist: Check that the manual reflects the same version of
11494 Emacs as stated in lisp/version.el. Edit that version number into
11495 the README file.
11496
11497 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11498
11499 * configure.in: Remove the hack of AC_DEFINE; use
11500 AC_DEFINE_UNQUOTED.
11501
11502 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11503
11504 * make-dist: Don't distribute precomp.com, compile.com, or
11505 link.com from ./src; they're in ./vms now.
11506
11507 Some time-handling patches from Paul Eggert:
11508 * configure.in: Add AC_TIMEZONE.
11509
11510 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11511
11512 * configure.in: Recognize Linux as a valid operating system for
11513 the i386.
11514
11515 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11516
11517 * make-dist: Distribute some VMS files we got from Richard Levitte.
11518
11519 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11520 the source for the sed command, not oldXMenu/Makefile.
11521
11522 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11523
11524 * INSTALL: Don't claim the srcdir option doesn't work.
11525
11526 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11527
11528 * configure.in: Include remarks saying what order the autoconf
11529 tests should go in, and remind people to change config.h.in
11530 whenever they add autoconf tests which make #definitions.
11531
11532 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11533
11534 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11535
11536 * Makefile.in (oldXMenu/Makefile): Make this depend on
11537 ${srcdir}/oldXMenu/Makefile.in, not itself.
11538
11539 * PROBLEMS: Some updates from David J. Mackenzie.
11540
11541 More changes from David J. Mackenzie.
11542 * Makefile.in (install.sysv, install.xenix, install.aix):
11543 Targets removed; autoconf and config.h should specify all these
11544 differences.
11545 (buildlisppath): Make this path depend on ${srcdir}.
11546 (INSTALLFLAGS): Remove.
11547 (INSTALL): Include the -c flag.
11548 (install): Change the way we invoke install accordingly.
11549
11550 Install ${srcdir} changes from DJM.
11551 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11552 list.
11553 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11554 the source tree and the etc directory in the object tree.
11555 (${SUBDIR}): Pass the prefix variable down to submakes.
11556 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11557 in /bin.
11558 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11559 values for srcdir and VPATH.
11560 (install): Add `v' flag to tar command. Make sure that `dir'
11561 exists in ${srcdir}/info before copying it. Remember that the man
11562 pages come from the source tree, not the object tree.
11563 * configure.in: Remove remarks saying that the --srcdir option
11564 doesn't work.
11565 Create the etc directory in the object tree.
11566 Recognize configuration names of the form *-sun-solaris*.
11567 Recognize sunos5 and solaris as operating system names.
11568
11569 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11570 lib-src/getdate.y and src/systime.h.
11571
11572 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11573
11574 * make-dist: Make links in info subdir.
11575
11576 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11577
11578 * configure.in: Call AC_STDC_HEADERS.
11579
11580 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11581
11582 * configure.in: Sidestep autoconf's quoting of the second argument
11583 of AC_DEFINE, so we can specify the value to put there. It would
11584 be nice if autoconf provided some way to specify computed values
11585 for macros.
11586
11587 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11588
11589 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
11590 this is always just -DHAVE_CONFIG_H.
11591
11592 The GNU coding standards specify that CFLAGS should be left for
11593 users to set.
11594 * Makefile.in (CFLAGS): Let configure determine the default value
11595 for this.
11596 Don't have it default to DEFS.
11597 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11598 (lib-src/Makefile, src/Makefile): Edit the default value for
11599 CFLAGS into these files, not DEFS.
11600 * configure.in (CFLAGS): Choose a default value for this - "-g"
11601 normally, or "-g -O" if we're using GCC. Edit it into the
11602 top-level Makefile.
11603
11604 * configure.in: When scanning the machine and system description
11605 #include files, write their names to conftest.c properly.
11606
11607 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11608
11609 * configure.in: In configuration name case for Apallos running
11610 Domainios, set opsys, not opsysfile.
11611
11612 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11613 src/config.h, instead of AC_OUTPUT; the latter overwrites
11614 src/config.h even when it hasn't changed, puts a makefile-style
11615 comment at the top even though it's C code, and produces a
11616 config.status script which doesn't do the job right.
11617
11618 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11619 can use a symbolic link to get the X Menu library into src.
11620 * Makefile.in (LN_S): New variable.
11621 (src/Makefile): Edit the value of LN_S into this makefile.
11622
11623 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11624
11625 * configure.in: Support *-sco3.2v4* as opsystem.
11626
11627 * make-dist: Don't include calc directory.
11628 Exclude many files in the man directory; copy a few.
11629
11630 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11631
11632 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11633 call AC_STRUCT_TM to see what's in time.h.
11634
11635 * configure.in: Employ quoting stupidity to get the value of CPP
11636 to expand properly.
11637
11638 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11639
11640 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11641 variable to scan the machine and system description files.
11642
11643 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11644 so that getdate.y builds correctly.
11645
11646 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11647
11648 * configure.in (tempcname): Change this to "conftest.c", so it will
11649 work properly on systems with short filenames; this is the name
11650 autoconf uses.
11651
11652 * configure.in: Also detect the availability of dup2 and
11653 gethostname.
11654
11655 * configure.in: Use the AC_ALLOCA test.
11656 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11657 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11658
11659 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11660
11661 * make-dist: Distribute configure, as well as configure.in.
11662 Oversight.
11663
11664 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11665
11666 * Makefile.in (install): Print out the name of the directory we're
11667 copying, so people can have some idea of whether we're making
11668 progress.
11669
11670 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11671 Don't forget to re-create the COPYDESTS directories after we clear
11672 them out.
11673
11674 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11675
11676 * Makefile.in: Add autoconf cookies so that the configure
11677 script can comment out sections of path variable definitions to
11678 choose between the installable configuration and the run-in-place
11679 configuration.
11680 * configure.in: Add new option `--run-in-place', to select the
11681 run-in-place path definitions.
11682
11683 * configure.in: Add a clause to the big configuration name case
11684 for the NeXT machine.
11685
11686 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11687
11688 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11689 Make sure that each source directory exists, and is different from
11690 the destination directory; then, delete the destination before
11691 copying over the source.
11692
11693 * make-dist: Distribute configure.in, instead of configure.
11694
11695 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11696
11697 * configure.in: Don't set CC to "gcc -O" if the user specifies
11698 `--with-gcc'. Add -O to DEFS if GCC is set.
11699
11700 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11701
11702 * Makefile.in (clean mostlyclean): Missing right paren.
11703
11704 * configure.in: When checking for X windows, search for an X11
11705 subdirectory of ${x_includes}.
11706
11707 * configure.in: Check for gettimeofday function, for getdate.y.
11708
11709 Change `configure' to a mixture of custom code and autoconf stuff.
11710 autoconf can't derive all the information we need, but we'd really
11711 like to be able to take advantage of some of its tests, and its
11712 file-editing facilities.
11713 * configure.in: Renamed from configure.
11714 Quote the sections of shell script we want copied literally to
11715 the configure script.
11716 (compile): Initialize this to make the autoconf macros' code happy.
11717 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11718 code to do their jobs.
11719 Use autoconf to produce Makefile and src/config.h.
11720 Remove the Makefile-style comment that autoconf places at the top
11721 of src/config.h.
11722 (config_h_opts): Remove - no longer necessary.
11723 * Makefile.in (configname): Rename to configuration.
11724 (CONFIG_CFLAGS): Rename to DEFS.
11725 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
11726 get values via autoload @cookies@.
11727 (libsrc_libs): Get this from autoconf. We used to do nothing
11728 about this.
11729 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11730
11731 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11732 Don't echo the move-if-change command.
11733
11734 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11735
11736 * make-dist: Distribute lib-src/rcs-checkin.
11737
11738 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11739 Don't try to make links to the RCS or Old subdirectories.
11740 Use the appropriate extension for the compression type in use.
11741 Create the tar file in the shell's initial default directory, not
11742 in ${tempparent}.
11743 Erase the whole ${tempparent} tree, not just ${tempdir}.
11744
11745 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11746
11747 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11748 use to build paths.h.
11749 (lib-src/Makefile, src/Makefile): Similarly.
11750
11751 * configure: Extend test for working `const' keyword to handle AIX
11752 3.2 cc.
11753
11754 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11755
11756 * make-dist: Distribute lisp/term/ChangeLog.
11757
11758 Arrange for C compilation throughout the tree to get
11759 C_SWITCH_SYSTEM from the configuration files.
11760 * configure: Extract C_SWITCH_SYSTEM from the machine and
11761 system-dependent files, and save it in the top-level Makefile.
11762 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11763 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11764
11765 * make-dist: Include the VMS support files in oldXMenu in the
11766 distribution.
11767
11768 * configure: Doc fix.
11769
11770 * configure: Fix corrupted config_h_opts.
11771
11772 * configure: Properly report option names in error messages.
11773
11774 * configure: Properly recognize --x-includes and --x-libraries
11775 options.
11776
11777 * configure: Fix syntax errors in code handling XFree386.
11778
11779 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11780
11781 * configure: Add special code to detect XFree386, and tell
11782 config.h about it.
11783
11784 * configure: Properly handle extracting values of LIBS_MACHINE and
11785 LIBS_SYSTEM that contain spaces.
11786
11787 * configure: Add `--x-includes' and `--x-libraries' options.
11788 I think these are dopey, but no less than three alpha testers, at
11789 large sites, have said they have their X files installed in odd
11790 places. Implement them by setting C_SWITCH_X_SITE and
11791 LD_SWITCH_X_SITE in src/config.h.
11792
11793 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11794
11795 * make-dist: Don't distribute etc/Old files.
11796
11797 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11798 backups.
11799
11800 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11801
11802 * make-dist: Fix typo.
11803
11804 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11805
11806 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11807 in some cases where it should but didn't seen to.
11808
11809 * Makefile.in: Added unlock and relock productions.
11810
11811 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11812
11813 * make-dist: Add a --compress option to force make-dist to use
11814 compress.
11815
11816 * make-dist: Use gzip, if we can find it.
11817
11818 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11819 make rs6000-ibm-aix default to -aix32.
11820
11821 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11822
11823 * Makefile.in: Added `Developer's configuration' section.
11824
11825 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11826
11827 * Makefile.in: Add commented-out variable settings for developer's
11828 configuration.
11829
11830 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11831
11832 * make-dist: Distribute `src/bitmaps' too.
11833
11834 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11835
11836 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11837 make rs6000-ibm-aix default to -aix32.
11838
11839 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11840
11841 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11842
11843 * Makefile.in (install.sysv): Add a second `$' in front of
11844 `${dest}', so that the shell will expand it, instead of Make.
11845
11846 * configure: When processing the name of the configure script,
11847 collapse `././' to `./', but leave a single `./' prefix alone.
11848
11849 * configure: Doc fix.
11850
11851 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11852
11853 * configure: Handle isc3.0 correctly.
11854
11855 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11856
11857 * make-dist: Don't try to copy the COPYING notice into
11858 external-lisp; we're not distributing that directory any more.
11859
11860 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11861
11862 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11863 Remove CVS subdirectories from the installed directory trees, as
11864 well as RCS directories.
11865
11866 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11867
11868 * make-dist: Only copy gmalloc.c if we couldn't link it.
11869 Don't try to copy man/{README,Makefile} unless they actually exist.
11870
11871 * Makefile.in (lisppath): Don't include externallispdir in this.
11872 We're not sure whether we're even going to distribute the
11873 directory yet.
11874
11875 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11876
11877 * make-dist: Don't distribute the external-lisp directory anymore.
11878 * INSTALL: Remove all references to external-lisp.
11879
11880 * configure: Detect whether the compiler supports `const'
11881 properly, and edit src/config.h accordingly.
11882
11883 * configure: Tweak layout of final report.
11884
11885 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11886 CFLAGS.
11887
11888 * Makefile.in (locallisppath): Make this default to
11889 ${datadir}/emacs/site-lisp, instead of
11890 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11891 the same thing, and local-lisp causes completion conflicts with
11892 lock.
11893 (lisppath): Add ${externallispdir} to this.
11894 * INSTALL: Adjust installation directions.
11895
11896 * Makefile.in (externallispdir): New variable, to say where to
11897 install the externally-maintained lisp files.
11898 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11899 the others.
11900 * INSTALL: Describe external-lisp and the new externallispdir
11901 variable.
11902
11903 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11904
11905 * configure (progname): New option `--with-gcc'. Make it clearer
11906 how we are trying to guess whether or not we have GCC.
11907 * INSTALL: Document the `--with-gcc' option, and improve
11908 description of `--with-x' options.
11909
11910 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11911
11912 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11913 ${infodir} from these variables; we have written out explicit code
11914 to install the info files.
11915
11916 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11917
11918 * make-dist: Don't distributed the RCS files in the etc directory.
11919
11920 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11921
11922 * Makefile.in: Some makes can't handle comments in the middle of
11923 commands; move them to before the whole rule.
11924
11925 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11926
11927 * README: Mention what Emacs is.
11928
11929 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11930
11931 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11932 Add `./cpp' and `./man' back into the distribution.
11933
11934 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11935
11936 * Makefile.in: Define MAKE, and use where appropriate.
11937
11938 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11939
11940 * make-dist: Remember that the authoritative COPYING notice is
11941 `etc/COPYING', not `../etc/COPYING'.
11942
11943 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11944
11945 * make-dist: Make sure that the COPYING notices in each directory
11946 are copies, not symlinks.
11947
11948 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11949
11950 * INSTALL: The build process produces an executable called `emacs'
11951 now. Change references.
11952 * Makefile.in: Adjust `install.mumble' targets to install
11953 `src/emacs', not `src/xemacs'.
11954
11955 * configure: Start with a blank line; this keeps some old CSH's
11956 from thinking it's a CSH script. Most systems will just use
11957 /bin/sh to run it, which is what we're expecting; the only other
11958 shells which might try to interpret it themselves are probably
11959 Bourne-compatible.
11960
11961 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11962
11963 * INSTALL: Improvements suggested by David Mackenzie.
11964
11965 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11966
11967 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11968 Don't try to copy the info files if there aren't any; the
11969 unexpanded globbing pattern disappoints `install'. Ignore the
11970 return status of that command.
11971
11972 * INSTALL: Updated for new configuration arrangement.
11973
11974 * configure: Don't make the top-level Makefile read-only - people
11975 may want to edit the values of the path variables.
11976
11977 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11978 Install the info files in ${infodir}. Install the executable
11979 under both `emacs' and `emacs-VERSION'.
11980
11981 * Makefile.in: Doc fix.
11982
11983 * Makefile.in (exec_prefix): New variable, as per latest version
11984 of coding standards.
11985 (bindir, libdir): Use it, instead of `prefix'.
11986 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11987
11988 * Makefile.in (mandir): Make the default value for this depend on
11989 $(prefix).
11990
11991 * Makefile.in (datadir, statedir, libdir): Make these all default
11992 to ${prefix}/lib.
11993 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11994 Adjust to compensate.
11995
11996 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11997 Install the etags and ctags man pages too.
11998
11999 * Makefile.in (distclean): Don't delete backup files; that's the
12000 job of extraclean.
12001 (extraclean): Like distclean, but deletes backup and autosave files.
12002
12003 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12004
12005 Make path specification conform to GNU coding standards.
12006 * configure (long_usage): Remove all traces of old arguments from
12007 usage messages, and document the options we do accept in more
12008 detail: -with-x... and --srcdir.
12009 (options, boolean_opts): Delete; we don't have enough options to
12010 make this worthwhile.
12011 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12012 along with the code which supported them; these should be set as
12013 arguments to the top-level make.
12014 (config_h_opts): Since this no longer doubles as a list of option
12015 names, make them upper case; this simplifies the code which uses
12016 them to build the sed command to edit src/config.h. Change the
12017 code which sets them.
12018 (cc, g, O): Don't allow the user to set these using options; they
12019 should be specified using `CC=' and `CFLAGS=' arguments to the
12020 top-level make. Just choose reasonable default values for them,
12021 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12022 values.
12023 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12024 options; use them whenever the configuration files say they're
12025 possible.
12026 Simplify the argument processing loop. Don't accept abbreviations
12027 for option names; these might conflict with other configuration
12028 options in the future.
12029 Add some support for the `--srcdir' option. Check for the sources
12030 in . and .. if `--srcdir' is omitted. If the directories we will
12031 compile in don't exist yet, create them under the current directory.
12032 Note that the rest of the build process doesn't really support
12033 this.
12034 Edit only the top Makefile. That should edit the others.
12035 Edit into the makefile: `version', from lisp/version.el, `configname'
12036 and `srcdir' from the configuration arguments, `CC' and
12037 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12038 the user's path, and LOADLIBES as gleaned from the system
12039 description files.
12040 Simplify the report generated; it doesn't need to include any
12041 description of paths now.
12042 Make `config.status' exec configure instead of just calling it, so
12043 there's no harm in overwriting `config.status'.
12044 * Makefile.in (version, configname): New variables, used to choose
12045 the default values for datadir and libdir.
12046 Path variables rearranged into two clearer groups:
12047 - In the first group are the variables specified by the GNU coding
12048 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12049 manext, infodir, and srcdir).
12050 - In the second are the variables actually used for Emacs's paths
12051 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12052 archlibdir), which depend on the first category.
12053 datadir and libdir default to directories under
12054 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12055 demand.
12056 etcdir and lispdir default to subdirectories of datadir.
12057 archlibdir defaults to libdir.
12058 The new installation tree is a bit deeper than it used to be, so
12059 use the new make-path program in lib-src to build them all.
12060 Always build a new src/paths.h.tmp and then move-if-change it to
12061 src/paths.h, to avoid unnecessary rebuilds while responding to the
12062 right changes.
12063 Remove all mention of arch-lib. Run utility commands from
12064 lib-src, and let the executables be copied into archlibdir when
12065 Emacs is installed.
12066 Add targets for src/Makefile, lib-src/Makefile, and
12067 oldXMenu/Makefile, editing the values of the path variables into
12068 them.
12069 Let lib-src do its own installation.
12070 (datadir): Default to putting data files under
12071 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12072 (emacsdir): Variable deleted; it would only be confusing to use.
12073 (lispdir, etcdir): Default to ${datadir}/lisp.
12074 (mkdir): Use make-path for this.
12075 (lockdir): Do this in mkdir.
12076 (Makefile): New target.
12077
12078 * configure (usage_message): Rename to long_usage.
12079
12080 * make-dist: Don't bother creating an arch-lib directory; that's
12081 only for installation now.
12082
12083 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12084
12085 * configure: Use GCC-style configuration names, using config.sub.
12086 Change the usage and help messages.
12087
12088 * configure: Initialize window_system, not indow_system.
12089
12090 * configure: Report which window system, compiler, and signal
12091 handler return type we decide to use.
12092
12093 * make-dist: Explain what's going on if config.sub and gmalloc.c
12094 can't be linked. Place the code which copies them near the code
12095 which links the rest of the files around them.
12096
12097 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12098
12099 * make-dist: Don't bother to distribute src/*.com, or
12100 src/vmsbuild; those have all been moved to `../vms'.
12101
12102 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12103
12104 * make-dist: Don't forget that the way to avoid filenames starting
12105 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12106 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12107 couldn't make hard links to, since we have two already, and
12108 perhaps more to come.
12109
12110 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12111
12112 * configure: When editing parameters into lib-src/Makefile, change
12113 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12114 needs some other flags too.
12115
12116 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12117
12118 * configure: Remove spurious echo of the configuration name.
12119
12120 * make-dist: Don't distribute files in src/m and src/s whose names
12121 begin with `='.
12122
12123 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12124
12125 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12126 Also LISP_FLOAT_TYPE.
12127
12128 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12129
12130 * make-dist: Copy config.sub, since it's a symbolic link to a file
12131 on another file system.
12132
12133 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12134
12135 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12136 distribution.
12137
12138 * config.sub: New file, to help us recognize configuration names.
12139 * make-dist: Include it in the distribution.
12140
12141 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12142
12143 * configure: Convert `-' to `_' in specified option names.
12144 Accept options with --. Delete --highpri and --have-x-menu options.
12145 New options --with-x and --with-x10 replace -window-system.
12146 Don't mention options --gnu-malloc, --rel-alloc
12147 or --lisp-float-type in help message.
12148
12149 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12150
12151 * make-dist: Include the `vms' subdirectory in the distribution.
12152
12153 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12154
12155 * configure: Remove lines starting with "# DIST: " when building
12156 lib-src/Makefile and src/Makefile. This allows us to mark the
12157 "Makefile.in" files with explanatory comments which won't also get
12158 stuck in the Makefiles.
12159
12160 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12161
12162 * make-dist: Don't use the '+' operator in the sed regular
12163 expression that extracts the version number from lisp/version.el;
12164 Ultrix sed doesn't seem support the operator. Just double the
12165 operand and use *.
12166
12167 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12168
12169 * Makefile.in: Doc fix.
12170
12171 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12172
12173 * configure: Rewrite sed command to remove at most one ./ prefix;
12174 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12175 group.
12176
12177 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12178
12179 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12180
12181 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12182
12183 * make-dist: Go ahead and build a new TAGS file, unless the
12184 --newer option was specified. Don't try to delete a TAGS file
12185 from etc; it's not kept there, and shouldn't be deleted anyway.
12186
12187 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12188
12189 * make-dist: If the lisp directory contains a default.el, don't
12190 distribute it.
12191
12192 * configure: When searching signal.h for the type of a signal
12193 return handler, make a copy of it, not a symbolic link to it; that
12194 way, it will work on systems that don't have symbolic links.
12195
12196 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12197
12198 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12199 option for generating incremental distributions. Stopped it from
12200 generating a TAGS file into the distribution; that sucker is
12201 *big*, and easily enough generated with the toplevel makefile.
12202
12203 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12204
12205 * configure: When writing config.status, don't prefix progname
12206 with a '.'; it might be absolute.
12207
12208 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12209
12210 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12211 /usr/include/X11 exist, not only if both exist.
12212
12213 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12214
12215 * make-dist: Make the new external-lisp directory a duplicate of
12216 the external-lisp directory, not the lisp directory.
12217
12218 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12219
12220 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12221 clean' in arch-lib; it doesn't even have a Makefile.
12222
12223 * Makefile.in (clean, mostlyclean): In the test which tries to
12224 distinguish between the build directory, which should be cleaned,
12225 and the installed directory, which shouldn't, cd to `${emacsdir}',
12226 not `${DESTDIR}${LIBDIR}'.
12227
12228 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12229
12230 * make-dist: Be sure to delete the .c and .h files that YACC and
12231 BISON create from getdate.y.
12232
12233 * external-lisp: New directory; see `external-lisp/README'.
12234 * make-dist: Added support for the external-lisp subdirectory.
12235
12236 * make-dist: Changed message which complains that make-dist wasn't
12237 invoked in the right directory to indicate which files it was
12238 looking for.
12239
12240 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12241
12242 * configure: Add comments explaining why we can't translate
12243 character ranges or control characters in `tr'.
12244
12245 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12246
12247 * configure: When generating the configuration message, we used to
12248 build the message from the start so that each line began with "# "
12249 so that it would be a comment in `config.status'. However, this
12250 causes trouble if any of the variables we use in the message
12251 expand to more than one line of text - as gnu_malloc_reason
12252 sometimes does. So instead, we build the message as it should be
12253 printed to the user (i.e. without the "# " prefixes), and stick on
12254 the "# "s when we write it to `config.status'.
12255
12256 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12257 `lib-src' and `arch-lib'.
12258
12259 * configure: When generating report and `config.status' file, note
12260 that bindir only determines where `make install' and
12261 `build-install' will place the executables; this should make it
12262 clear that the ordinary build process will not try to install
12263 things.
12264
12265 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12266
12267 * make-dist: Change messages to say that we are 'making links to
12268 X', rather than 'copying X'. And put `' quotes around file names.
12269
12270 * make-dist: Include '.tmp' in the name of the staging directory.
12271
12272 * make-dist: Pass the `-f' option to rm when you're not sure that
12273 the files you're removing actually exist.
12274
12275 * make-dist: When setting up etc/COPYING, always nuke whatever is
12276 there, and then copy it in, to make sure we get a real file.
12277
12278 * make-dist: Don't try to distribute *.defns files any more.
12279 The only such file was for simula.el, which has been superseded by a
12280 version which doesn't have a separate .defns file.
12281
12282 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12283
12284 * make-dist: Don't distribute configured versions of config.h.in,
12285 paths.h.in, Makefile.in in src.
12286
12287 * configure: Delete .tmp files before creating them; don't bother
12288 trying to make final targets writable first, since it won't
12289 matter to move-if-change.
12290
12291 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12292
12293 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12294 mkdir and chmod in the center of all the conditionals. GNU Make
12295 will strip these out, but other makes won't.
12296
12297 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12298
12299 * make-dist: Include move-if-change in list of files to distribute.
12300
12301 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12302
12303 * configure: Remove any "." elements from the program name.
12304
12305 * configure: Don't record the values of all the possible arguments
12306 in config.status; only record the options that the user specified.
12307
12308 * configure: Use move-if-change to move in the new src/config.h.
12309
12310 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12311
12312 * move-if-change: New file, copied from gcc release.
12313 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12314 a temp file, so we don't update paths.h if an error occurs or if
12315 it doesn't need changing.
12316
12317 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12318
12319 * Makefile.in (src/paths.h): Do not install a value for the
12320 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12321 * build-install.in: Same thing.
12322
12323 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12324
12325 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12326 latter, being a typo, is always false, resulting in a program
12327 whose default behavior is to painstakingly build a copy of the
12328 source tree, and then delete it. Rah.
12329
12330 * Makefile.in: Add dist target, and comment for it.
12331
12332 * configure: When scanning <signal.h> for a declaration for
12333 signal, create a symbolic link with a name ending in .c, so the
12334 compiler won't complain that it's only been given .h files.
12335
12336 * configure: Check whether there are any arguments available
12337 before shifting to get the value of a non-boolean parameter.
12338
12339 * make-dist: Doc fix.
12340
12341 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12342
12343 * configure: Instead of grepping /usr/include/signal.h for a
12344 signal declaration, run /usr/include/signal.h or
12345 /usr/include/sys/signal.h through cpp and grep for the
12346 declaration.
12347
12348 * configure: Redirect the output of grep to /dev/null instead of
12349 using grep -s - that flag means different things on other systems.
12350
12351 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12352 since the former is recognizable even if you don't know what
12353 'dumping' is.
12354 * configure: Accommodate that change.
12355
12356 * configure: Accept options for all of the directories you can
12357 change in the Makefile.
12358
12359 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12360
12361 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12362 FOO before you can use them.
12363
12364 * build-install.in: Made the "Where To Install Things" section
12365 conform with the similar section from Makefile.in. Copied section
12366 which builds src/paths.h from src/paths.h.in from the Makefile.
12367
12368 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12369
12370 * configure: Write config.status to pass its command-line
12371 arguments on to configure, so that people can use it to recreate
12372 an old configuration, with minor changes.
12373
12374 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12375
12376 * configure: Don't rely on option variables being unset if their
12377 values are the empty string. In particular, when producing the
12378 English report, don't assume that highpri will be unset when no
12379 increased priority has been requested; -highpri='' should be the
12380 same as omitting -highpri altogether.
12381
12382 * configure: Fix dumb bug: when running the system and machine
12383 description files through cpp, mark those lines that we want to
12384 evaluate with the string '@configure@', and then only evaluate
12385 them. This way if the files include anything that actually
12386 generates text (type definitions or external declarations, say),
12387 we won't try to eval it.
12388
12389 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12390
12391 * make-dist: New shell script.
12392
12393 * configure: When creating foo from foo.in, make foo read-only to
12394 remind people to edit the .in file instead.
12395
12396 * INSTALL: Changed references to config.h-dist to config.h.in.
12397 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12398 to build src/paths.h from src/paths.h.in; added a paragraph to do
12399 this.
12400 * configure, Makefile, build-install: Changed filenames like
12401 FOO-dist to FOO.in.
12402
12403 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12404
12405 * Makefile, build-install: Renamed to Makefile.in and
12406 build-install.in; the configure script will edit these to produce
12407 the usable Makefile and build-install.
12408 * configure: Changed to produce ./Makefile, ./build-install,
12409 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12410 instead of editing them in place.
12411
12412 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12413
12414 * Makefile: Re-arranged so that the undumped Emacs will search
12415 ../lisp *after* the site's local elisp files.
12416 (locallisppath, dumplisppath): New variables.
12417 (lisppath): This variable's default value is now chosen based on
12418 $(locallisppath) and $(lispdir); while it used to be the
12419 customization point for adding site-local elisp directories to
12420 load-path, that job is now handled mostly by locallisppath.
12421 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12422 Check the values being assigned to the *LOADSEARCH macros for null
12423 path elements (like '::' in 'foo::bar').
12424
12425 * configure: When checking if the machine- and system-dependent
12426 files define a particular macro or not, actually run them through
12427 CPP and test the macros with #ifs, instead of just grepping for
12428 the macros' names. In particular, check for SYSTEM_MALLOC in this
12429 way.
12430
12431 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12432
12433 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12434
12435 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12436
12437 * configure: Make the config.status file an executable shell
12438 script which will recreate the same configuration. Include the
12439 verbal description of the current configuration as a comment in
12440 the script.
12441 * INSTALL: Doc fix.
12442
12443 * Makefile: Brought the Makefile up to the GNU coding
12444 standards, as described in standards.text:
12445 (TAGS): New name for the target which rebuilds the tags table.
12446 (check): New target; doesn't do anything yet.
12447 (mostlyclean): New target, synonymous with clean.
12448 (realclean): New target. Currently, this just calls the
12449 subdirectories's makefiles and then deletes config.status.
12450 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12451 New variables.
12452 Installation directory variables changed to conform.
12453 (install, install.sysv, install.xenix, install.aix): Change the
12454 code which copies the directories into their installed location to
12455 allow the installed locations to be in several different
12456 directories; the old version assumed that they would all be in
12457 $(emacsdir).
12458 (mkdir, lockdir): Allow the installed locations to be in several
12459 different directories.
12460 * INSTALL: Doc fix.
12461
12462 * build-install: Use the same variable names as the Makefile.
12463 Allow the installed locations to be in several different
12464 directories.
12465
12466 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12467
12468 * Makefile (src/paths.h): Instead of using a single sed command to
12469 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12470 separately, and don't forget to append "/!!!SuperLock!!!" to the
12471 value of the PATH_SUPERLOCK macro.
12472
12473 * config.emacs: Renamed to configure, for consistency with other
12474 GNU products. Internal references changed.
12475 INSTALL, Makefile: References changed.
12476
12477 * lock: New directory, which should always be empty. If this
12478 directory doesn't exist, Emacs won't complain; it just won't lock.
12479 Having this here means that people can just unpack Emacs, build
12480 it, and have locking work.
12481
12482 * share-lib: Re-renamed to etc, for the sake of tradition.
12483 * config.emacs: Changed default value for datadir to ../etc.
12484 * INSTALL, README: Adjusted.
12485
12486 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12487
12488 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12489 by running CPP on the appropriate s/*.h and m/*.h files.
12490
12491 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12492
12493 * config.emacs: Make sure to set the "exit on error" flag once
12494 we've removed config.status; errors should abort the configuration.
12495
12496 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12497
12498 * config.emacs: Added -distribute option, so that the Makefile
12499 paths are in their proper form. I don't know why this matters.
12500
12501 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12502
12503 * local-lisp: New directory, empty in the distribution, for people
12504 to put local elisp code in.
12505 * config.emacs: Include it in the default load path.
12506 * README: Document it.
12507
12508 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12509
12510 * config.emacs: Guess the type of signal handling functions based
12511 on the contents of /usr/include/signal.h.
12512
12513 * config.emacs: Print out progress report messages.
12514
12515 * Makefile (src/paths.h): Don't generically replace
12516 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12517 editing of the other entries, and each entry should be dealt with
12518 explicitly anyway.
12519
12520 * build-install: Converted from C-shell to Bourne shell.
12521 * config.emacs: Edit build-install properly.
12522
12523 * config.emacs: Doc fix.
12524
12525 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12526
12527 * Makefile (install): Remove `B' from tar xf command.
12528
12529 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12530
12531 * config.emacs: Removed support for the `maintain-environment'
12532 option; the only important difference between this and its absence
12533 has been removed.
12534 * INSTALL: Removed mention of `maintain-environment'.
12535
12536 * config.emacs: Fix arguments to sed when processing boolean
12537 arguments.
12538
12539 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12540
12541 * config.emacs: New file, to help automate the installation
12542 process.
12543
12544 * Makefile: Lots of changes to support the separation of etc into
12545 architecture-dependent and -independent files:
12546 (EMACSROOT): New variable, giving the directory under which all of
12547 Emacs's libraries should be installed. Changed rest of file to
12548 use it.
12549 (LIBDIR): Now denotes only architecture-dependent dir.
12550 (DATADIR): New variable, denoting architecture-independent dir.
12551 (LOCKDIR): New variable, for completeness.
12552 (SUBDIR): No more etc, new lib-src.
12553 (COPYDIR): No more etc, new arch-lib and share-lib.
12554 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12555 (src): Now depends on lib-src, not etc.
12556 * build-install: Changes parallel to the above.
12557 * README: Describe the new arrangement.
12558
12559 * vms: New subdirectory for all the VMS stuff.
12560
12561 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12562
12563 * Makefile (LISPPATH): New variable.
12564 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12565
12566 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12567
12568 * Makefile (install, install.sysv, install.xenix):
12569 Install wakeup instead of loadst. No need for setuid or setgid.
12570
12571 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12572
12573 * Makefile (clean): Clean etc if that's not the installation dir.
12574
12575 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12576
12577 * Makefile (paths.h): Make sed alter each name in the path.
12578
12579 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12580
12581 * Makefile (install.sysv): Use cpio, not tar.
12582
12583 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12584
12585 * Makefile (lockdir): Rename `lock' target.
12586 Depend on it from install*, not from `all'.
12587
12588 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12589
12590 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12591 to match build-install and paths.h.
12592
12593 ;; Local Variables:
12594 ;; coding: utf-8
12595 ;; End:
12596
12597 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
12598
12599 This file is part of GNU Emacs.
12600
12601 GNU Emacs is free software: you can redistribute it and/or modify
12602 it under the terms of the GNU General Public License as published by
12603 the Free Software Foundation, either version 3 of the License, or
12604 (at your option) any later version.
12605
12606 GNU Emacs is distributed in the hope that it will be useful,
12607 but WITHOUT ANY WARRANTY; without even the implied warranty of
12608 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12609 GNU General Public License for more details.
12610
12611 You should have received a copy of the GNU General Public License
12612 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.