* test/automated/files.el: Stop "local variables" confusion.
[emacs.git] / ChangeLog
blobea9afc289e89a5adf1813c7037426b8acf815b9a
1 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3         * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
5 2013-07-09  Peter Rosin  <peda@lysator.liu.se>  (tiny change>
7         * configure.ac (HAVE_W32): Avoid nested functions (the second
8         argument of AC_LANG_PROGRAM is already expanded inside a
9         function).  (Bug#14830)
11 2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13         Port recent close-on-exec changes to Cygwin (Bug#14821).
14         * lib/binary-io.c, lib/binary-io.h: New files.
15         Merge from gnulib, incorporating:
16         2013-07-09 accept4, dup3, pipe2: port to Cygwin
17         * lib/pipe2.c: Update from gnulib, as part of this merge.
18         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
20         Handle errno and exit status a bit more carefully.
21         * lib/ignore-value.h: Remove this gnulib-imported file.
22         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
24 2013-07-08  Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
26         * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
28 2013-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30         Try to fix FreeBSD 9.1 porting problem (Bug#14812).
31         This incorporates the following merge from gnulib:
32         2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
34 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36         Port to Ubuntu 10 (Bug#14803).
37         * configure.ac (accept4): New function to check for.
39         Make file descriptors close-on-exec when possible (Bug#14803).
40         * configure.ac (mkostemp): New function to check for.
41         (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
42         * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
43         * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
44         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
46 2013-07-03  Christoph Egger  <christoph@debian.org>  (tiny change)
48         * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
49         http://bugs.debian.org/712974
51 2013-07-02  Paul Eggert  <eggert@cs.ucla.edu>
53         Remove some unused macros from 'configure'.
54         * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
55         (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
56         (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
57         (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
58         (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
59         (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
60         (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
61         Remove these macros, as they are not used.
62         (sys_siglist): Remove macro; src/sysdep.c now does this.
64         * configure.ac (GTK_COMPILES): Check API a bit more carefully.
65         Also check that it links.  Say whether it compiled and linked.
67 2013-07-01  Paul Eggert  <eggert@cs.ucla.edu>
69         Merge from gnulib, incorporating:
70         2013-06-23 ignore-value: port to gcc -pedantic
71         2013-06-21 extern-inline: port to gcc -std=c89
73 2013-06-30  Paul Eggert  <eggert@cs.ucla.edu>
75         Do not use GTK 3 if it exists but cannot be compiled.
76         * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
77         exists but cannot be compiled.
79 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
81         * Makefile.in (install-arch-indep): Do not create directories passed
82         with --enable-locallisppath.
84 2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
86         * configure.ac: Include X11/X.h when testing for Xft.h.  (Bug#14684)
88 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
90         * .bzrignore: Add GNU idutils ID database file.
92 2013-06-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
94         * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
95         as a fallback.
97 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * .bzrignore: Don't unignore cl-loaddefs.el.
101 2013-06-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
103         * configure.ac (log2): Check for this function.
105 2013-06-19  Juanma Barranquero  <lekktu@gmail.com>
107         * .bzrignore: Add GNU GLOBAL files.
109 2013-06-17  Paul Eggert  <eggert@cs.ucla.edu>
111         Use functions, not macros, for XINT etc.  (Bug#11935).
112         * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
113         as it generates bogus warnings about reasonable casts of calls.
115 2013-06-16  Paul Eggert  <eggert@cs.ucla.edu>
117         * configure.ac: Report ACL usage at the end (Bug#14612).
119 2013-06-11  Paul Eggert  <eggert@cs.ucla.edu>
121         --without-all should imply --with-file-notification=no.  (Bug#14569)
122         * configure.ac (with_file_notification): Default to $with_features.
124 2013-06-09  Paul Eggert  <eggert@cs.ucla.edu>
126         Merge from gnulib, incorporating:
127         2013-06-02 sig2str: port to C++
128         2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
130 2013-06-08  Jan Djärv  <jan.h.d@swipnet.se>
132         * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
133         (with_file_notification): Don't set to gfile if with_ns = yes.
135 2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
137         * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
138         (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
139         New variables.
140         (epaths-force-w32): Use them.  (Bug#14513)
142 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
144         * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
146 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
148         * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
149         (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
151 2013-06-03  Jan Djärv  <jan.h.d@swipnet.se>
153         * configure.ac (HAVE_GLIB): Add GLib check.  Set XGSELOBJ if GLib is
154         used.  Remove xgselect.o from XOBJ.
156 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
158         * configure.ac (file-notification): New option, replaces inotify option.
159         (HAVE_W32): Remove w32notify.o.
160         (with_file_notification): Add checks for glib and w32.  Adapt check
161         for inotify.
162         (Summary): Add entry for file notification.
164         * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
165         HAVE_W32NOTIFY and USE_FILE_NOTIFY.
167 2013-06-02  Juanma Barranquero  <lekktu@gmail.com>
169         * .bzrignore: Ignore dirs libexec/, share/ and var/.
171 2013-05-29  Xue Fuqiao  <xfq.free@gmail.com>
173         * INSTALL: Fix description.
175 2013-05-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
177         * configure.ac (HAVE_XRANDR): Check availability of
178         XRRGetScreenResources rather than that of XRRQueryExtension.
180 2013-05-18  Eli Zaretskii  <eliz@gnu.org>
182         * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
183         nt/epaths.nt, and nt/INSTALL.MSYS.
185 2013-05-18  Paul Eggert  <eggert@cs.ucla.edu>
187         Port --enable-gcc-warnings to clang.
188         * configure.ac (nw): Remove obsolescent warnings.
189         These aren't needed for clang, or for gcc for that matter.
190         (emacs_cv_clang): New var, which tests for clang.
191         Omit warnings that clang is too picky about.
192         (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
193         needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
195         * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
196         Otherwise, 'configure; make' fails on non-Windows builds.
198 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
200         * lib/Makefile.am: If building for MS-Windows, include
201         nt/gnulib.mk instead of lib/gnulib.mk.
203         * configure.ac: Adapt to MSYS build on MS-Windows.
205         * Makefile.in (NTDIR): New variable, for the MSYS build on
206         MS-Windows.
207         (SUBDIR): Add $(NTDIR).
208         (.PHONY): Add epaths-force-w32.
209         (msys_to_w32): New variable.
210         (epaths-force-w32, install-nt, uninstall-nt): New targets.
211         (lib-src src): Add $(NTLIB) to prerequisites.
212         (lib lib-src lisp leim nt): Add 'nt'.
213         (config.status): Use $(CFG).
214         (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
215         (install, install-arch-dep): Add install-$(NTDIR).
216         (uninstall): Depend on uninstall-$(NTDIR).
217         (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
219         * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
220         CONFIG_SITE for the MSYS build on MS-Windows.
221         (Makefile): Use $(CFG).
223         * .bzrignore: Ignore *.res, *.tmp, and *.map.  Remove
224         src/emacs.res.
226 2013-05-16  Paul Eggert  <eggert@cs.ucla.edu>
228         Merge from gnulib, incorporating:
229         2013-05-15 manywarnings: update for GCC 4.8.0
230         2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
231         2013-05-15 sig2str, stdio, warnings: port to clang
233 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * Makefile.in (install-doc): DOC file is not version specific any more.
236         * .bzrignore: Don't ignore DOC-* any more.
238 2013-05-13  Paul Eggert  <eggert@cs.ucla.edu>
240         * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
241         Reported privately by Han Boetes <han@boetes.org>.
243 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
245         * lib/makefile.w32-in (ACL_H): New macro.
246         ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
248 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
250         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
251         * configure.ac: Remove -with-acl option, since Gnulib does that for
252         us now.
253         (LIBACL_LIBS): Remove; no longer needed.
254         * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
255         for the benefit of the new ACL implementation.
256         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
257         ($(BLD)/acl-errno-valid.$(O)): New rule.
258         * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
259         * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
260         * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
261         New files, taken from gnulib.
262         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
264 2013-05-07  Jan Djärv  <jan.h.d@swipnet.se>
266         * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
267         (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
269 2013-05-06  Paul Eggert  <eggert@cs.ucla.edu>
271         Merge from gnulib, incorporating:
272         2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
274 2013-05-01  Paul Eggert  <eggert@cs.ucla.edu>
276         * make-dist: Keep necessary restrictions on file access.
278 2013-04-29  Paul Eggert  <eggert@cs.ucla.edu>
280         Merge from gnulib, incorporating:
281         2013-04-28 extern-inline: work around bug in Sun c99
283 2013-04-27  Paul Eggert  <eggert@cs.ucla.edu>
285         Merge from gnulib, incorporating:
286         2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
288 2013-04-26  Paul Eggert  <eggert@cs.ucla.edu>
290         Port better to AIX (Bug#14258).
291         * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
292         we did not already infer an optimization option, and -O works.
293         AIX xlc needs -O, otherwise garbage collection doesn't work.
295 2013-04-22  Paul Eggert  <eggert@cs.ucla.edu>
297         * make-dist: Do not distribute admin/unidata/Makefile.
298         It is generated by 'configure'.
300         * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
301         It messes up 'make distclean', and contains no useful information
302         because it's a copy of subdirs.el.
304 2013-04-18  John Marino  <gnugcc@marino.st>  (tiny change)
306         * configure.ac: Add DragonFly BSD, mostly same as FreeBSD.  (Bug#14068)
308 2013-04-18  Glenn Morris  <rgm@gnu.org>
310         * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
311         (LN_S_FILEONLY): New output variable.
312         * Makefile.in (LN_S): Remove.
313         (LN_S_FILEONLY): New, set by configure.
314         (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
316 2013-04-12  Ken Brown  <kbrown@cornell.edu>
318         * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
319         `canonical' is `x86_64-unknown-cygwin'.
321 2013-04-09  Ken Brown  <kbrown@cornell.edu>
323         * configure.ac (W32_RES_LINK): Remove unneeded linker directive
324         `-Wl,-bpe-i386', which is confusing in the 64-bit case.
325         (Bug#12993)
327 2013-04-07  Paul Eggert  <eggert@cs.ucla.edu>
329         Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
330         * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
331         and if not on GNU/Linux or FreeBSD.
332         * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
333         lib/*.o is profiled too.
335 2013-03-30  Paul Eggert  <eggert@cs.ucla.edu>
337         Merge from gnulib, incorporating:
338         2013-03-29 stdalign: port to stricter ISO C11
339         This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
340         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
342 2013-03-27  Paul Eggert  <eggert@cs.ucla.edu>
344         * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
345         Subsumed by HAVE_XKB.  All uses changed.
347 2013-03-25  Jan Djärv  <jan.h.d@swipnet.se>
349         * configure.ac (HAVE_XKB): Define if Xkb is present.
351 2013-03-24  Paul Eggert  <eggert@cs.ucla.edu>
353         Merge from gnulib, incorporating:
354         2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
356 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
358         Fix bug when building Emacs with a GNU Make submake (Bug#13962).
359         * Makefile.in (QUIET_SUBMAKE): New macro.
360         (install-info, uninstall): Use it.
362         Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
363         * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
364         We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
365         no way to do this in pkg-config, so make do with a reasonable
366         approximation.
368         Automate the build of ja-dic.el (Bug#13984).
369         * .bzrignore: Add leim/ja-dic/.
371 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
373         File synchronization fixes (Bug#13944).
374         * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
375         (fsync): Remove check; now done by gnulib.
376         * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
377         New files, from gnulib.
378         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
380         Merge from gnulib, incorporating:
381         2013-03-13 putenv: port to Solaris 10
382         2013-03-12 mktime: fix configure typo
383         2013-03-11 regex: port to mingw's recent addition of undeclared alarm
384         2013-03-11 putenv: avoid compilation warning on mingw
385         2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
387 2013-03-11  Glenn Morris  <rgm@gnu.org>
389         * Merge in all changes up to version 24.3 release.
391 2013-03-06  Paul Eggert  <eggert@cs.ucla.edu>
393         * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
394         It can mess up 'configure' runs.
396 2013-03-05  Glenn Morris  <rgm@gnu.org>
398         * Makefile.in (install-man): Ignore gzip exit status.
400 2013-03-03  Glenn Morris  <rgm@gnu.org>
402         * make-dist: Remove lzma (it's replaced by xz).
404 2013-03-01  Paul Eggert  <eggert@cs.ucla.edu>
406         Merge from gnulib, incorporating:
407         2013-02-21 putenv: port better to native Windows
408         2013-02-18 extern-inline: avoid compilation error with HP-UX cc
409         2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
411 2013-02-28  Ken Brown  <kbrown@cornell.edu>
413         * configure.ac (HAVE_DATA_START): Fix test.  (Bug#13818)
415 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
417         Simplify data_start configuration (Bug#13783).
418         * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
419         (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
420         (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
421         not always needed.
422         (HAVE_DATA_START): New macro.
424 2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
426         Parallelize documentation builds.
427         This speeds up building of documentation on multiprocessor
428         platforms, and is motivated by Texinfo 5.0, which is much slower.
429         Add a toplevel rule 'make docs' to make all the documentation.
430         * .bzrignore: Add .dvi, .html, .ps.
431         * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
432         ($(DOCS), docs, vi, html, pdf, ps): New rules.
433         (info-real): Depend on $(INFOS) rather than doing it sequentially.
434         (dvi): Depend on $(DVIS) rather than doing it sequentially.
436 2013-02-15  Paul Eggert  <eggert@cs.ucla.edu>
438         Fix AIX port (Bug#13650).
439         * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
441 2013-02-12  Eli Zaretskii  <eliz@gnu.org>
443         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
444         ($(BLD)/memrchr.$(O)): New dependency.
446 2013-02-11  Paul Eggert  <eggert@cs.ucla.edu>
448         Tune by using memchr and memrchr.
449         * .bzrignore: Add string.h.
450         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
451         * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
452         New files, from gnulib.
454         Merge from gnulib, incorporating:
455         2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
456         2013-02-09 secure_getenv: fix C++ declaration typo
458 2013-02-11  Glenn Morris  <rgm@gnu.org>
460         * configure.ac (emacs_config_options): Record some env vars.
462 2013-02-10  Glenn Morris  <rgm@gnu.org>
464         * configure.ac (emacs_config_options): Strip out the (internal)
465         arguments --no-create and --no-recursion.
467 2013-02-08  Paul Eggert  <eggert@cs.ucla.edu>
469         Merge from gnulib, incorporating:
470         2013-02-08 careadlinkat: stop exporting careadlinkatcwd
471         The MS-Windows port can remove careadlinkatcwd at its convenience.
472         2013-02-08 extensions: port better to HP-UX
473         2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
474         2013-02-06 unistd: avoid namespace pollution on non-glibc systems
475         2013-02-04 secure_getenv: new module [module not used by Emacs]
476         2013-01-30 sys_time: port to Solaris 2.6
478 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
480         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
481         On my host, this speeds up directory-files-and-attributes by a
482         factor of 3, when applied to Emacs's src directory.
483         These functions are standardized by POSIX and are common these
484         days; fall back on a (slower) gnulib implementation if the host
485         is too old to supply them.
486         * .bzrignore: Add lib/dirent.h.
487         * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
488         * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
489         incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
490         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
491         * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
492         * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
493         * m4/fstatat.m4: New files, from gnulib.
494         * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
495         These last three are specific to Emacs and are not copied from gnulib.
496         They are simpler than the gnulib versions and are tuned for Emacs.
498 2013-02-01  Glenn Morris  <rgm@gnu.org>
500         * make-dist: Only README files exist in lisp/ now, not README*.
502 2013-01-23  Giorgos Keramidas  <gkeramidas@gmail.com>  (tiny change)
504         * .bzrignore: Add lib-src/blessmail.
506 2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
508         Merge from gnulib, incorporating:
509         2013-01-16 unistd: port to recent mingw
511 2013-01-19  Glenn Morris  <rgm@gnu.org>
513         * Makefile.in (install-arch-indep): Put back a chmod that was
514         removed 2012-05-19.  (Bug#13430)
516 2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
518         Merge from gnulib, incorporating:
519         2013-01-16 largefile: port better to Mac OS X 10.5
520         2013-01-15 stdint: fix build with Android's Bionic fox x86
522 2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
524         * configure.ac: Document that --enable-gcc-warnings emits errors.
525         (Bug#13448)
527 2013-01-13  Glenn Morris  <rgm@gnu.org>
529         * make-dist: Add options for xz compression and no compression.
531 2013-01-12  Paul Eggert  <eggert@cs.ucla.edu>
533         Enable conservative stack scanning for all architectures.
534         Suggested by Stefan Monnier in
535         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
536         * configure.ac (GC_MARK_STACK): Remove.
538 2013-01-11  Paul Eggert  <eggert@cs.ucla.edu>
540         * lib/getopt_.h: Remove trailing CRs that crept in.
542 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
544         * lib/getopt_.h: Regenerate.
546 2013-01-10  Paul Eggert  <eggert@cs.ucla.edu>
548         Merge from gnulib, incorporating:
549         2013-01-09 stdlib: port to Solaris 2.6
551 2013-01-04  Glenn Morris  <rgm@gnu.org>
553         * info/dir: Add htmlfontify.
555 2013-01-04  Paul Eggert  <eggert@cs.ucla.edu>
557         Merge from gnulib, incorporating:
558         2013-01-04 stdio: remove now-unnecessary stdio.c
559         2013-01-04 fprintftime: depend on stdio, not ignore-value
560         2013-01-04 fwrite: silence __wur only for older glibc versions
561         2013-01-04 fwrite: silence __wur without using inline
562         * lib/stdio.c: Remove.
563         * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
564         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
566 2013-01-02  Paul Eggert  <eggert@cs.ucla.edu>
568         Merge from gnulib, incorporating copyright-date changes and:
569         2012-12-31 dup2: work around cygwin bug
571 2012-12-30  Jan Djärv  <jan.h.d@swipnet.se>
573         * configure.ac: Check for GtkHandlebox.
574         Check for GtkTearoffMenuItem.
575         New enable: --enable-gtk-deprecation-warnings, default off.
576         (HAVE_GTK3): If above enable is off, add
577         -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
579 2012-12-30  Andreas Schwab  <schwab@linux-m68k.org>
581         * configure.ac (TEMACS_LDFLAGS2): Don't define.
582         (LIBS_GNUSTEP): Set for GNUstep and substitute.
583         (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
585 2012-12-27  Glenn Morris  <rgm@gnu.org>
587         * configure.ac (emacs_config_options): New.
588         Use $@ rather than undocumented $ac_configure_args.
589         Replace any embedded double quotes.  (Bug#13274)
591 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
593         * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
594         (Bug#13222)
596 2012-12-26  Paul Eggert  <eggert@cs.ucla.edu>
598         Revert static checking of stack smashing.
599         * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
600         configured with --enable-gcc-warnings.  -Wstack-protector causes
601         diagnostics to be issued on Ubuntu 12.10 x86-64.
603 2012-12-24  Paul Eggert  <eggert@cs.ucla.edu>
605         Merge from gnulib, incorporating:
606         2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
607         2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
608         2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
610 2012-12-21  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
612         * Makefile.in (install-arch-dep): Ignore chmod errors.  (Bug#13233)
614 2012-12-16  Romain Francoise  <romain@orebokech.com>
616         * configure.ac (acl): New option.
617         (HAVE_POSIX_ACL): Test for POSIX ACL support.  This is typically
618         provided by libacl on GNU/Linux.
620 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
622         Fix permissions bugs with setgid directories etc.  (Bug#13125)
623         * configure.ac (BSD4_2): Remove; no longer needed.
625 2012-12-13  Glenn Morris  <rgm@gnu.org>
627         * info/dir: Add bovine, srecode, wisent.
629 2012-12-13  Andreas Schwab  <schwab@suse.de>
631         * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
632         (uninstall): Likewise.  (Bug#13143)
634 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
636         Merge from gnulib for 'inline' (Bug#13040), incorporating:
637         2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
638         * m4/extern-inline.m4: Update from gnulib.
640 2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
642         * lib/makefile.w32-in (SIG2STR_H): New macro.
643         ($(BLD)/sig2str.$(O)): Update dependencies.
645 2012-12-10  Paul Eggert  <eggert@cs.ucla.edu>
647         * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
648         There's no need to test for any of three inotify functions,
649         since we use all three.  Check for just the first one.
651 2012-12-10  Daniel Colascione  <dancol@dancol.org>
653         * .bzrignore: Add src/emacs.res.
655         * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
656         build how to compile Windows resource files; use these variables
657         to tell src/Makefile.in how and whether to compile resources.
659 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
661         * configure.ac (inotify): New option.
662         (HAVE_INOTIFY): Test for inotify.
664 2012-12-09  Andreas Schwab  <schwab@linux-m68k.org>
666         * configure.ac: Fix source command in .gdbinit.
667         Don't quote $MAKEINFO.
669 2012-12-09  Paul Eggert  <eggert@cs.ucla.edu>
671         Allow spaces in some configuration vars (Bug#13078).
672         * configure.ac (srcdir): Don't assume $PWD lacks spaces.
673         (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
674         All uses quoted, to allow spaces in these vars.
676 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
678         Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
679         * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
680         New files, copied automatically from gnulib.
681         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
683 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
685         * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
686         Remove a stray character at the beginning of the file.
687         (Bug#13026)
689 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
691         Simplify get_lim_data.
692         * configure.ac (ULIMIT_BREAK_VALUE): Remove.
694         Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
695         * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
696         Use SIGCHLD rather than SIGCLD.
697         * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
698         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
699         * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
701 2012-12-06  Glenn Morris  <rgm@gnu.org>
703         * configure.ac: Handle info/ files with or without ".info" extension.
705 2012-11-30  Paul Eggert  <eggert@cs.ucla.edu>
707         Merge from gnulib for 'inline' (Bug#13040), incorporating:
708         2012-11-29 snippet/warn-on-use: no 'static inline'
709         2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
710         2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
711         2012-11-29 fflush, stat: no 'static inline'
712         2012-11-29 stdio: better 'inline'
713         2012-11-29 sys_stat: no 'static inline'
714         2012-11-29 unistd: better 'inline'
715         2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
716         2012-11-29 extern-inline: no 'static inline'
717         2012-11-29 sys_socket: better 'inline'
718         * lib/stdio.c, lib/unistd.c: New files, from gnulib.
719         * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
720         * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
721         * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
722         * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
723         * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
724         * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
725         Update from gnulib.
727 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
729         * make-dist (nt): Adjust to changes in names of the *.manifest files.
731 2012-11-24  Ken Brown  <kbrown@cornell.edu>
733         * configure.ac (HAVE_MOUSE): Remove.
735 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
737         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
738         * configure.ac: Do not check for dirent.h or closdir.
740 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
742         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
743         * configure.ac: Do not check for getcwd or getwd.
745 2012-11-21  Glenn Morris  <rgm@gnu.org>
747         * configure.ac (--enable-profiling): Doc fix.
749 2012-11-20  Paul Eggert  <eggert@cs.ucla.edu>
751         Improve static checking of integer overflow and stack smashing.
752         * configure.ac (WARN_CFLAGS): Add -Wstack-protector
753         if using GCC 4.7.2 or later on a platform with
754         at least 64-bit long int.  This improves static checking on these
755         platforms, when configured with --enable-gcc-warnings.
757 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
759         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
760         * configure.ac: Do not check for fcntl.h.
761         * lib/gnulib.mk: Regenerate.
763 2012-11-16  Paul Eggert  <eggert@cs.ucla.edu>
765         Remove no-longer-used pty_max_bytes variable.
766         * configure.ac (fpathconf): Remove unnecessary check.
768 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
770         Use faccessat, not access, when checking file permissions (Bug#12632).
771         * .bzrignore: Add lib/fcntl.h.
772         * configure.ac (euidaccess): Remove check; gnulib does this for us now.
773         (gl_FCNTL_O_FLAGS): Define a dummy version.
774         * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
775         * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
776         * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
777         * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
778         New files, from gnulib.
779         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
781 2012-11-05  Paul Eggert  <eggert@cs.ucla.edu>
783         Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
784         * configure.ac (setpgid, setsid): Assume their existence.
785         (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
787         Simplify by assuming __fpending.
788         Now that Emacs is using the gnulib fpending module,
789         there's no need for Emacs to have a separate implementation.
790         * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
791         (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
793 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
795         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
796         $(BLD)/close-stream.$(O).
797         ($(BLD)/close-stream.$(O)):
798         ($(BLD)/fpending.$(O)): New dependencies.
800 2012-11-03  Paul Eggert  <eggert@cs.ucla.edu>
802         Fix data-loss with --batch (Bug#9574).
803         * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
804         * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
805         New files, from gnulib.
806         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
808 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
810         * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
812 2012-11-02  Glenn Morris  <rgm@gnu.org>
814         * Makefile.in (EMACS_ICON): New variable.
815         (install-etc): Use EMACS_ICON to allow choice of icon.
817 2012-10-26  Glenn Morris  <rgm@gnu.org>
819         * Makefile.in (EMACS_NAME): New variable.
820         (EMACS, install-etc, uninstall): Use $EMACS_NAME.
822         * Makefile.in (EMACS, EMACSFULL): Transformations should not be
823         applied to $EXEEXT.
825         * Makefile.in (uninstall): Don't abort if some directories are missing.
826         Apply transformation rules to manual pages, desktop and icon files.
827         No more emacs22 icons to uninstall.
829 2012-10-24  Glenn Morris  <rgm@gnu.org>
831         * Makefile.in (install-etc, install-man):
832         Don't apply program transform to standard file suffixes.
834 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
836         * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
837         This ports to Gentoo.  Problem originally reported against coreutils,
838         but Emacs has it too.
840 2012-10-23  Glenn Morris  <rgm@gnu.org>
842         * Makefile.in (emacs_transform): Remove.
843         (install-man): Revert 2012-10-21 change.  (Bug#12713)
845 2012-10-21  Glenn Morris  <rgm@gnu.org>
847         * Makefile.in (install-etc): Don't install emacs22 icons.
849         * Makefile.in (emacs_transform): New variable.
850         (install-etc): Prefer a make variable to a shell variable.
852 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
856 2012-10-15  Glenn Morris  <rgm@gnu.org>
858         * Makefile.in (install-man, install-etc):
859         Apply $TRANSFORM.  (Bug#12536#34)
860         (clean): Delete etc/emacs.tmpdesktop.
862 2012-10-11  Kenichi Handa  <handa@gnu.org>
864         * .bzrignore: Add several files under admin/charsets.
866 2012-10-08  Daniel Colascione  <dancol@dancol.org>
868         * configure.ac: Add --with-w32 as a window system option.
869         Limit it to Cygwin for now.  Integrate w32 into the refactored window
870         system configuration and set TERM_HEADER to w32term.h when w32 is
871         configured.
873         (CYGWIN_OBJ): Add cygw32.o.
875 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
877         * configure.ac: Check that OSX is 10.4 or newer.
879 2012-10-07  Paul Eggert  <eggert@cs.ucla.edu>
881         Improve sys_siglist detection.
882         * configure.ac (sys_siglist): Look for its decl in <signal.h>.
883         Otherwise, it's not found in either Fedora 17 or Solaris 11.
885 2012-10-04  Paul Eggert  <eggert@cs.ucla.edu>
887         Merge from gnulib, incorporating:
888         2012-10-02 pselect: reject invalid file descriptors
889         2012-10-02 ptsname: reject invalid file descriptors
890         2012-10-02 manywarnings: cater to more gcc infelicities
891         2012-09-30 sockets, sys_stat: restore AC_C_INLINE
892         * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
893         * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
894         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
896 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
898         Merge from gnulib, incorporating:
899         2012-09-28 extern-inline: provide a -Wundef safe config.h
901 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
903         Check more robustly for timer_settime.
904         This should fix an OS X build problem reported by Ivan Andrus in
905         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
906         * configure.ac (gl_THREADLIB): Define to empty, since Emacs
907         does threads its own way.
908         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
910 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
912         * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
913         to avoid problems with recursion when using GNU make.
915 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
917         * Makefile.in (bootstrap): Simplify build procedure.
918         Suggested by Wolfgang Jenker in
919         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
921         Merge from gnulib, incorporating:
922         2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
924 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
926         * doc/emacs/misc.texi (DocView Slicing): Document new slice from
927         BoundingBox feature.
929 2012-09-18  Jan Djärv  <jan.h.d@swipnet.se>
931         * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
933 2012-09-17  Andreas Schwab  <schwab@linux-m68k.org>
935         * Makefile.in (bootstrap): Revert last change.  Run config.status
936         after config.status --recheck, run configure from $(srcdir).
937         (config.status): Run configure from $(srcdir).
939 2012-09-17  Paul Eggert  <eggert@cs.ucla.edu>
941         * Makefile.in: Fix build error on FreeBSD.
942         ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
943         Suggested by Wolfgang Jenker in
944         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
945         (MAKE_CONFIG_STATUS): Remove.  Remaining use expanded.
946         This undoes part of the 2012-09-10 patch.
947         (bootstrap): Run ./configure, rather than trying to run config.status
948         if it exists.  That builds src/epaths.h more reliably.
949         Run autogen/copy_autogen if autogen.sh fails,
950         to create 'configure'; problem reported by Andreas Schwab in
951         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
952         * autogen.sh: Exit with status 1 when failing due to missing tools,
953         reverting the 2012-09-10 change to this file.
954         * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
955         Use 'cp -f' for the build-aux files, since the destinations are
956         typically read-only.
958         Remove no-longer-needed Solaris 2.4 vfork bug workaround.
959         * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
960         Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
962 2012-09-17  Glenn Morris  <rgm@gnu.org>
964         * configure.ac (copyright): New output variable.
965         (COPYRIGHT): New AC_DEFINE.
967 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
969         Remove configure's --without-sync-input option (Bug#12450).
970         * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
972 2012-09-16  Glenn Morris  <rgm@gnu.org>
974         Increase compartmentalization of Nextstep builds rules,
975         and store Emacs version number in fewer versioned files.
976         * configure.ac (ns_appsrc): Use relative names.
977         (ns_frag): Remove.
978         (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
979         (nextstep/Makefile): Generate these nextstep files.
980         (SUBDIR_MAKEFILES): Add nextstep.
981         * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
982         * make-dist (nextstep/templates): Add directory.
983         (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
984         (nextstep/Cocoa/Emacs.base/Contents)
985         (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
987 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
989         Port better to POSIX hosts lacking _setjmp (Bug#12446).
990         * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
991         (_setjmp, _longjmp): Remove.
993 2012-09-14  Paul Eggert  <eggert@cs.ucla.edu>
995         * configure.ac (--without-sync-input): Fix typo in usage message.
997         * configure.ac: Port to hosts lacking gtk.
998         (PKG_CHECK_MODULES): Capture pkg-config diagnostics
999         better, in particular, problems in invoking pkg-config itself.
1000         This is useful on hosts that don't have pkg-config.
1001         (GTK_MODULES): Do not exit 'configure' simply because gtk3
1002         and gtk2 are both missing.  Problem found on Solaris 8.
1004 2012-09-13  Jan Djärv  <jan.h.d@swipnet.se>
1006         * configure.ac: Reorder Xaw3d messages.
1007         Report Gtk+ 3 as GTK.
1009 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1011         Simplify SIGIO usage (Bug#12408).
1012         * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1013         (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1014         (USABLE_FIONREAD, USABLE_SIGIO): New symbols.  All uses of
1015         'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1016         to #undef SIGIO now (which was error-prone).  Likewise, all uses
1017         of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1019 2012-09-12  Jan Djärv  <jan.h.d@swipnet.se>
1021         * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1022         and then gtk2 if not found.
1023         --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1024         --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1025         --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1027 2012-09-11  Glenn Morris  <rgm@gnu.org>
1029         * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1030         Be more explicit about dependencies, for parallel `make install'.
1032 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1034         Simplify, document, and port floating-point (Bug#12381).
1035         * configure.ac (logb, cbrt): Do not check for these functions,
1036         as they are not being used.
1038 2012-09-10  Paul Eggert  <eggert@cs.ucla.edu>
1040         Improve robustness of 'make bootstrap' (Bug#12376).
1041         Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1042         * INSTALL, README: Document autogen.sh.
1043         * Makefile.in (Makefile): Mark it as precious, since it's updated
1044         atomically.
1045         (MAKE_CONFIG_STATUS): New macro.
1046         (config.status, bootstrap): Use it.  This causes 'make bootstrap'
1047         to run config.status with the --recheck option, which is more
1048         appropriate for a bootstrap.
1049         (bootstrap): Run autogen.sh right after cleaning.  Don't worry
1050         about failures due to missing tools.
1051         * autogen.sh: Exit with status 101 when failing due to missing tools.
1052         * make-dist: Distribute autogen.sh.
1054 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
1056         Assume C89 or later for math functions (Bug#12381).
1057         * configure.ac (frexp, fmod): Remove checks for these functions,
1058         as we now assume them.
1059         (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1060         (HAVE_EXCEPTION):
1061         Remove; no longer needed.
1063 2012-09-07  Paul Eggert  <eggert@cs.ucla.edu>
1065         More signal-handler cleanup (Bug#12327).
1066         * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1068 2012-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1070         Signal-handler cleanup (Bug#12327).
1071         * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1072         Adjust to syssignal.h changes.
1073         (SIGNAL_H_AB): Remove; no longer needed.
1075 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1077         Simplify redefinition of 'abort' (Bug#12316).
1078         * configure.ac (NO_ABRT): Remove.
1080         * configure.ac (_setjmp, _longjmp): Check by compiling
1081         instead of by guessing.  The guesses were wrong for
1082         recent versions of Solaris, such as Solaris 11.
1084 2012-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1086         * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1087         It generates false alarms in doc.c, regex.c, xdisp.c.  See
1088         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1090         Merge from gnulib, incorporating:
1091         2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1092         2011-11-30 manywarnings: update the list of "all" warnings
1094 2012-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1096         * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1098 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1100         * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1101         This ports to glibc 2.15 or later, when configured with
1102         --enable-gcc-warnings.  See Eric Blake in
1103         <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1105 2012-09-01  Daniel Colascione  <dan.colascione@gmail.com>
1107         * configure.ac: Introduce term_header variable, which holds the
1108         value which will become TERM_HEADER in code.  We effect our choice
1109         of window system by setting term_header and WINDOW_SYSTEM_OBJ
1110         instead of using ad-hoc variables and flags for each window
1111         system.
1113 2012-08-26  Paul Eggert  <eggert@cs.ucla.edu>
1115         * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1116         and if the user has not specified CFLAGS.  -g3 simplifies
1117         debugging, since it makes macros visible to the debugger.
1119 2012-08-25  Juanma Barranquero  <lekktu@gmail.com>
1121         * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1123 2012-08-25  Eli Zaretskii  <eliz@gnu.org>
1125         * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1126         (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1128 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1130         On assertion failure, print backtrace if available.
1131         Merge from gnulib, incorporating:
1132         2012-08-24 execinfo: port to FreeBSD
1133         2012-08-22 execinfo: new module
1134         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1135         * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1137 2012-08-22  Glenn Morris  <rgm@gnu.org>
1139         * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1140         do not create the bin/emacs link.  (Bug#12011)
1142 2012-08-21  Paul Eggert  <eggert@cs.ucla.edu>
1144         Merge from gnulib, incorporating:
1145         2012-08-20 extern-inline: support old GCC 'inline'
1147 2012-08-20  Glenn Morris  <rgm@gnu.org>
1149         * configure.ac (AC_PROG_LN_S): Test for ln.
1150         * Makefile.in (LN_S): New, set by configure.
1151         (install-arch-dep): Use $LN_S.
1153 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1155         Merge from gnulib, incorporating:
1156         2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1157         2012-08-19 mktime, sys_select: avoid 'static inline'
1158         2012-08-19 gnulib-tool: Fix indentation.
1160 2012-08-18  Paul Eggert  <eggert@cs.ucla.edu>
1162         * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1163         These files have been unused since the 2012-06-22 patch that
1164         introduced high-resolution time stamps.
1166 2012-08-17  Jan Beich  <jbeich@tormail.org>  (tiny change)
1168         * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1169         gnu-kfreebsd, freebsd, and netbsd.  (Bug#12040)
1171 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1173         Merge from gnulib, incorporating:
1174         2012-08-05 extern-inline: also ignore -Wmissing-declarations
1176 2012-08-10  Juanma Barranquero  <lekktu@gmail.com>
1178         * lib/makefile.w32-in (STAT_TIME_H): New macro.
1179         (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1180         ($(BLD)/u64.$(O)): Update dependencies.
1182 2012-08-10  Glenn Morris  <rgm@gnu.org>
1184         * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1186 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
1188         * configure.ac (--disable-features): Rename to --without-all.
1189         (OPTION_DEFAULT_ON): Change to use with_features.
1190         * INSTALL: Fix description.
1192 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
1194         * configure.ac: New option --disable-features.
1195         (OPTION_DEFAULT_ON): Change to use enable_features.
1196         * INSTALL: Explain --disable-features.
1198 2012-08-07  Glenn Morris  <rgm@gnu.org>
1200         * configure.ac: Require automake 1.11 (fairly arbitrarily).
1201         * autogen.sh (automake_min): Get it from configure.ac.
1203 2012-08-06  Glenn Morris  <rgm@gnu.org>
1205         * configure.ac (BROKEN_GETWD) [unixware]: New define.
1207         * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1208         (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1209         (DISPNEW_NEEDS_STDIO_EXT): New define.
1211 2012-08-05  Michael Albinus  <michael.albinus@gmx.de>
1213         * INSTALL: Explain how to completely disable D-Bus.  (Bug#12112)
1215 2012-08-05  Ulrich Müller  <ulm@gentoo.org>
1217         * configure.ac: Disable paxctl if binaries don't have a
1218         PT_PAX_FLAGS program header.  (Bug#11979)
1220 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
1222         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1223         $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1224         (SHA512_H): Don't mention u64.h twice.
1225         ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1226         New targets.
1228 2012-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1230         Merge from gnulib, incorporating:
1231         2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1233 2012-08-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1235         * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1236         out-of-tree build.
1238 2012-08-02  Glenn Morris  <rgm@gnu.org>
1240         * make-dist: Remove src/s.
1242         * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1244 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
1246         Merge from gnulib (Bug#12116), incorporating:
1247         2012-08-01 extern-inline: new module
1248         2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
1249         * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
1250         New files.  The new .c files are for instantiating extern inline
1251         functions.
1253         Port to Solaris 8.
1254         Without this change, 'configure' fails because the recently-added
1255         wait3 prototype in config.h messes up later 'configure' tests.
1256         Fix this problem by droping wait3 and WRETCODE, as they're
1257         no longer needed on hosts that are current porting targets.
1258         * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1259         All uses changed to waitpid and WEXITSTATUS.
1261         Avoid needless autoheader after autogen.sh.
1262         * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1263         * .bzrignore: Add it.
1264         * autogen.sh: Create it.
1266 2012-08-01  Glenn Morris  <rgm@gnu.org>
1268         * configure.ac (DOS_NT, MSDOS): New system type templates.
1270 2012-08-01  Ulrich Müller  <ulm@gentoo.org>
1272         * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1273         Don't include crtbegin.o and crtend.o.  (Bug#12047)
1275 2012-08-01  Glenn Morris  <rgm@gnu.org>
1277         * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1278         (INTERNAL_TERMINAL): New.
1280         * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1281         (IS_ANY_SEP): Move here from src/lisp.h.
1283 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
1285         * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1286         (CONF_POST_H): New macro.
1288 2012-07-31  Glenn Morris  <rgm@gnu.org>
1290         * configure.ac (S_FILE): Remove output variable.
1292         * configure.ac (opsysfile): Use AH_TEMPLATE.  Doc fix.
1294         * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1295         Move here from src.
1297         * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1298         Move here from conf_post.h.
1300 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
1302         Improve OpenMotif detection on GNU/Linux systems.
1303         * configure.ac (MOTIF): Check for /usr/include/openmotif
1304         and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1306 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
1308         * Makefile.in (install-arch-indep): Avoid eval.
1310 2012-07-31  Glenn Morris  <rgm@gnu.org>
1312         * configure.ac (opsysfile, S_FILE): Now they are always empty.
1314         * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1315         when removing src/s/sol2-6.h yesterday.
1317         * configure.ac (USG5_4): Reintroduce this.
1318         (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1320         * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1322         * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1323         and to s/usg5-4-common.h on irix6-5.
1325 2012-07-30  Glenn Morris  <rgm@gnu.org>
1327         * configure.ac (AH_BOTTOM): Use an include file, so that the
1328         contents do not get processed by autoheader.
1330 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
1332         Do not overwrite config.status while executing it (Bug#11214).
1333         * Makefile.in (MAKEFILE_NAME): New macro.
1334         ($(MAKEFILE_NAME)): Rename rule from Makefile.
1335         * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1336         so that GNU 'make' isn't tempted to make the Makefile and then
1337         regenerate config.status while config.status is running.
1339         Update .PHONY listings in makefiles.
1340         * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1341         FRC, install-arch-dep, install-arch-indep, install-doc,
1342         install-info, install-man, install-etc, install-strip, uninstall,
1343         bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1344         (.RECURSIVE): Remove; hasn't been needed for years.
1346 2012-07-30  Glenn Morris  <rgm@gnu.org>
1348         * configure.ac (SIGNAL_H_AHB): New hack macro.
1349         (opsysfile): Set to empty on netbsd, openbsd.
1350         (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1352         * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
1354 2012-07-30  Jan Djärv  <jan.h.d@swipnet.se>
1356         * Makefile.in (install-arch-indep): Remove sh -x.
1358 2012-07-30  Glenn Morris  <rgm@gnu.org>
1360         * configure.ac (opsysfile): Tweak message for null case.
1362         * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1363         gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
1365 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
1367         Merge from gnulib, incorporating:
1368         * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1370 2012-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1372         * Makefile.in (install-arch-indep): Handle space in locallisppath.
1374 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1376         Use Gnulib environ module (Bug#9772).
1377         * m4/environ.m4: New file, from gnulib.
1378         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1380         Use Gnulib stdalign module (Bug#9772, Bug#9960).
1381         This should improve portability of macros like alignof and DECL_ALIGN.
1382         * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1383         * .bzrignore: Add lib/stdalign.h.
1384         * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1385         Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1386         * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1387         fiddles with this, as gnulib now does this for us.
1389 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
1391         Fix toolkit configuration report.
1392         * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1393         --with-x-toolkit=gtk3 is used.
1395 2012-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1397         Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1398         * configure.ac: Configure gnulib at the end, not before running
1399         pkg-config.  This restores the behavior before 2012-06-22, when
1400         higher-resolution time stamps were added, and fixes a bug whereby
1401         LIB_PTHREAD was not used and gnulib's part of 'configure'
1402         therefore incorrectly assumed that pthread_sigmask wasn't working.
1403         Fix the problem with -lrt and clock_gettime a different way.
1404         This should complete the fix for Bug#11884.
1405         (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1407 2012-07-15  Paul Eggert  <eggert@cs.ucla.edu>
1409         Merge from gnulib, incorporating:
1410         2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1411         2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1413 2012-07-14  Glenn Morris  <rgm@gnu.org>
1415         * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1416         (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1418 2012-07-13  Glenn Morris  <rgm@gnu.org>
1420         * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1422         * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1423         (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1424         Move "system type" macros here from src/s.
1425         (BSD_SYSTEM_AHB): New hack macro.
1426         (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1428         * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1429         (GC_MARK_SECONDARY_STACK): Move here from src/s.
1431 2012-07-12  Glenn Morris  <rgm@gnu.org>
1433         * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1434         setting here from src/s/darwin.h.
1436         * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1437         as src/s/darwin.h used to.
1439         * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1440         (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
1441         (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
1442         (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
1443         (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1444         (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
1445         (XOS_NEEDS_TIME_H): Move here from src/s.
1447 2012-07-11  Glenn Morris  <rgm@gnu.org>
1449         * configure.ac (INTERRUPT_INPUT): Move here from src/s.
1450         (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
1452 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
1454         * configure.ac (tzset): Remove check that's redundant with gnulib.
1456 2012-07-11  Glenn Morris  <rgm@gnu.org>
1458         * configure.ac (CLASH_DETECTION): Define unconditionally.
1460         * configure.ac (opsysfile): Use bsd-common on gnu systems.
1462         * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
1463         (SIGNALS_VIA_CHARACTERS): Move here from src/s.
1465 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
1467         Assume mkdir, rename, rmdir, strerror.
1468         * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
1470 2012-07-11  Glenn Morris  <rgm@gnu.org>
1472         * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1474         * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1476 2012-07-10  Paul Eggert  <eggert@cs.ucla.edu>
1478         Remove "#define unix" that is no longer needed (Bug#11905).
1479         Merge from gnulib to make "#define unix" unnecessary, incorporating:
1480         2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1481         2012-07-09 getopt: Simplify after Emacs changed.
1483 2012-07-10  Glenn Morris  <rgm@gnu.org>
1485         * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1486         Move here from src/s.
1488 2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
1490         * configure.ac (PNG_DEPSTRUCT): Define this instead of
1491         PNG_DEPRECATED.
1493 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1495         Add GCC-style 'const' attribute to functions that can use it.
1496         * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1497         (ATTRIBUTE_CONST): New macro, in config.h.
1499 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
1501         * lib/makefile.w32-in: Rework dependencies.
1502         (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1503         (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1504         (U64_H, SHA512_H): New macros.
1505         (SRC): Redefine to point to src/, not current directory.
1506         ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1507         ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1508         ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1509         ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1510         ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1511         ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1512         ($(BLD)/filemode.$(O)): Update dependencies.
1514 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1516         Merge from gnulib, incorporating:
1517         2012-07-09 timespec: mark functions with const attributes
1519         Rename configure.in to configure.ac (Bug#11603).
1520         The name 'configure.in' has been obsolescent for quite some time,
1521         and the next release of Autoconf will generate warnings for it.
1522         See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1523         'configure.in' as autoconf input" in the Autoconf git repository.
1524         * configure.ac: Rename from configure.in.
1525         * INSTALL, INSTALL.BZR, README, make-dist:
1526         * Makefile.in (AUTOCONF_INPUTS):
1527         * autogen.sh (autoconf_min):
1528         * autogen/update_autogen (sources):
1529         Adjust to reflect new name.
1531 2012-07-08  Paul Eggert  <eggert@cs.ucla.edu>
1533         Restore deprecation warnings, except for older libpng.
1534         * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1535         (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1536         (PNG_DEPRECATED): Define when compiling with older PNG versions.
1538 2012-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1540         * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1542 2012-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1544         Improve static checking when configured --with-ns.
1545         See Samuel Bronson's remarks in
1546         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1547         * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1548         a no-op with recent GCC and harmful in earlier ones.
1549         Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1550         warning when compiling with ObjC.  Always omit
1551         -Wunsafe-loop-optimizations, as we don't mind when optimization is
1552         being done correctly.
1554 2012-07-07  Glenn Morris  <rgm@gnu.org>
1556         * configure.in (BROKEN_SA_RESTART): Doc fix.
1558         * configure.in: Rather than checking for things then undef'ing
1559         them on some platforms, simply don't check for them.
1560         (getwd): Don't check for it on unixware.
1561         (random, rint): Don't check for these on hpux.
1562         (res_init, libresolv): Don't check for these on darwin.
1564 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
1566         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1567         $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1568         ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1569         ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1571 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1573         * configure.in: Document --enable-gcc-warnings better.
1575         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1576         This is safer than strcasecmp, which has unspecified behavior
1577         outside the POSIX locale and in practice sometimes does not work
1578         in multibyte locales.  Similarly for c_strncasecmp and strncasecmp.
1579         * configure.in (strcasecmp, strncasecmp): Remove checks.
1581         * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1582         * lib/c-strncasecmp.c: New files, taken from gnulib.
1583         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1585         Merge from gnulib, incorporating:
1586         2012-07-06 timespec-sub: avoid duplicate include
1587         Reported by Juanma Barranquero.
1589 2012-07-06  Glenn Morris  <rgm@gnu.org>
1591         * make-dist [update]: Let autoreconf figure out what needs updating.
1592         Use `make info-real'.  leim/leim-list.el should always exist.
1593         Check cd return value.
1595 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1597         Merge from gnulib.  This is for OpenBSD 5.1 amd64.
1598         * m4/sys_time_h.m4: New version from gnulib, incorporating:
1599         2012-07-05 sys_time: allow too-wide tv_sec
1601 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
1603         Merge from gnulib.
1604         * lib/alloca.in.h: New version from gnulib, incorporating:
1605         2012-07-03 alloca: add support for HP NonStop TNS/E native
1607 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
1609         * configure.in: If --enable-gcc-warnings, disable
1610         -Wunsafe-loop-optimizations for -O1 optimization level.
1612 2012-06-30  Glenn Morris  <rgm@gnu.org>
1614         * configure.in (standardlisppath): New output variable.
1615         (lisppath): Use standardlisppath.
1616         * Makefile.in (standardlisppath): New, set by configure.
1617         (epaths-force): Use standardlisppath and locallisppath rather than
1618         lisppath.
1620 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
1622         * configure.in: Fix previous change.  Remove --enable-asserts.
1623         (CPPFLAGS): Remove conditional -DXASSERTS=1.
1624         Add --enable-link-time-optimization.
1625         * INSTALL: Mention this.
1627 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
1629         * configure.in: Add glyphs category to --enable-checking option.
1630         (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1632 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
1634         * configure.in (ENABLE_CHECKING): Update comment.
1636 2012-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1638         * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1639         Emacs proper no longer uses these headers, and can rely on Gnulib
1640         for these checks.
1642         Merge from gnulib.
1643         * m4/getopt.m4: Copy new version from gnulib, incorporating:
1644         getopt-posix: No longer guarantee that option processing is resettable.
1646 2012-06-27  Glenn Morris  <rgm@gnu.org>
1648         * configure.in: Only check for paxctl on gnu-linux.  (Bug#11398#26)
1650         * INSTALL: Remove references to paths.el.
1652 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
1654         * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1655         This replaces separate dependency for each object file, which required
1656         the same object file to be mentioned twice, causing failures in
1657         parallel builds.
1659 2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1661         Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1662         * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1664 2012-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
1666         * configure.in (AC_CHECK_FUNCS): Detect library functions
1667         strcasecmp and strncasecmp.
1669 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
1671         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1672         We might as well use the spelling standardized by C11,
1673         as in the long run that should simplify maintenance.
1674         * configure.in (NO_RETURN): Remove.  All uses replaced by _Noreturn.
1676 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
1678         * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1679         ($(BLD)/timespec-add.$(O)):
1680         ($(BLD)/timespec-sub.$(O)): Don't depend on
1681         $(EMACS_ROOT)/nt/inc/sys/time.h.
1683         * lib/stat-time.h:
1684         * lib/timespec.h:
1685         * lib/utimens.h: Revert last change.
1687 2012-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1689         Merge from gnulib.
1690         * m4/getopt.m4: Copy new version from gnulib, incorporating:
1691         getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1693 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
1695         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1696         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1697         $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1698         $(BLD)/timespec-sub.$(O).
1699         ($(BLD)/dtotimespec.$(O)):
1700         ($(BLD)/gettime.$(O)):
1701         ($(BLD)/timespec-add.$(O)):
1702         ($(BLD)/timespec-sub.$(O)): New dependencies.
1704         * lib/stat-time.h:
1705         * lib/timespec.h:
1706         * lib/utimens.h: Include sys/time.h.
1708 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
1710         * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1711         the correct CFLAGS and LIBS.
1713 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1715         Support higher-resolution time stamps (Bug#9000).
1716         * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1717         (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1718         that the new clock stuff doesn't clash with RSVG_LIBS.
1719         (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1720         as gnulib does that for us now.
1721         (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1722         (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1723         (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1724         * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1725         * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1726         * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1727         * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1728         * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1729         * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1730         * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1731         New files, copied automatically from gnulib.
1732         * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1734 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1736         Merge from gnulib.
1737         * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1738         * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1739         * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1740         * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1741         Copy new versions from gnulib, incorporating the following changes:
1742         2012-06-22 time_r: fix typo that always overrode localtime_r decl
1743         2012-06-22 Write "Mac OS X" instead of "MacOS X".
1744         2012-06-21 mktime: fix integer overflow in 'configure'-time test
1745         2012-06-21 nonblocking: Avoid compilation error on mingw64.
1746         2012-06-19 stat, fstat: Avoid warnings on mingw64.
1747         2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1749 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
1751         * configure.in: Rename --enable-use-lisp-union-type to
1752         --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1753         instead of USE_LISP_UNION_TYPE.
1755 2012-06-12  Glenn Morris  <rgm@gnu.org>
1757         * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1758         (opsysfile): Set specially for sol2-10.
1760         * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1761         New AC_DEFINEs, for hpux11.
1762         (opsysfile): Set specially for hpux11.
1764 2012-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1766         * configure.in: Coalesce some function checking.
1767         This makes 'configure' a bit smaller.
1768         Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1770 2012-06-12  Glenn Morris  <rgm@gnu.org>
1772         * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1774         * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1776         * configure.in: Anticipate platforms with no src/s file.
1778 2012-06-12  Chong Yidong  <cyd@gnu.org>
1780         * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1782 2012-06-11  Glenn Morris  <rgm@gnu.org>
1784         * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1786 2012-06-09  Michael Albinus  <michael.albinus@gmx.de>
1788         * configure.in (dbus_type_is_valid): Check for library function.
1790 2012-06-06  Glenn Morris  <rgm@gnu.org>
1792         * INSTALL, make-dist: Remove vcdiff.
1794 2012-06-03  Glenn Morris  <rgm@gnu.org>
1796         * INSTALL, make-dist: Remove rcs-checkin.
1798 2012-06-03  Ulrich Müller  <ulm@gentoo.org>
1800         * configure.in (PAXCTL): Check for paxctl.  (Bug#11398)
1802 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1804         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
1805         It is confusingly named and rarely useful.  See, for example,
1806         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1807         * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1808         * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1809         * configure.in: Remove --disable-maintainer-mode.
1810         (USE_MAINTAINER_MODE, MAINT): Remove.
1812 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1814         Make 'configure' a bit smaller and faster.
1815         * configure.in (INSTALL_INFO): Set it with one call to
1816         AC_PATH_PROG, not three.
1817         (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1818         so likely that it'll be needed.
1819         (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1820         (AC_PROG_MAKE_SET): Remove; Automake does this.
1821         (sysinfo): Do not check for this function, as it's never used.
1822         (tzset): Check for this function just once.
1823         * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1824         2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1826 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
1828         * config.bat (lib): Create/update lib/stdalign.in-h and
1829         lib/sys_types.in-h.
1831         * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1832         ($(BLD)/sha1.$(O)):
1833         ($(BLD)/sha256.$(O)):
1834         ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1835         Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1837         * lib/getopt_.h: Regenerate.
1839 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1841         Assume gnulib does largefile.
1842         Gnulib does the largefile configuration anyway, so when configure.in
1843         invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1844         * configure.in (AC_SYS_LARGEFILE): Remove.
1845         * lib/gnulib.mk: Autoupdate.
1847 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1849         Merge from gnulib.  (Bug#11527)
1851         The build procedure now creates <stdalign.h> and <sys/types.h> for
1852         older hosts that lack a working <stdalign.h> or whose
1853         <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1854         New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
1855         msdos and nt builds.
1857         Here is a precis of gnulib changes that seem relevant; please see
1858         the gnulib ChangeLog for details.
1860         2012-05-18 crypto: fix bug in large buffer handling
1861         2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1862         2012-05-10 _Noreturn: port config.h to gcc -Wundef
1863         2012-05-08 warnings.m4: give a means to specify the program to compile
1864         2012-05-07 stdint: be more consistent with glibc, SunOS libc
1865         2012-04-21 Large File Support for native Windows platforms.
1866         2012-04-14 stat: Bypass buggy override in mingw64.
1867         2012-03-29 stdio: don't assume gets any more
1868         2012-03-24 Enable common subexpression optimization in GCC.
1869         2012-02-09 maint: replace FSF snail-mail addresses with URLs
1870         2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1871         2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1872         2012-01-21 stdint: Add support for Android.
1873         2012-01-15 Improve support for MSVC 9.
1874         2012-01-08 mktime: Avoid compilation error on Solaris 11.
1875         2012-01-05 Use ', not `, for quoting output.
1876         2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1877         2012-01-05 strtoimax: Work around AIX 5.1 bug.
1878         2012-01-05 inttypes: Modernize.
1879         2011-12-13 inttypes, stdint: add C++11 support
1880         2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1881         2011-11-21 _Noreturn: Check that _MSC_VER is defined
1882         2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1883         2011-11-09 raise: fix mingw handling of SIGPIPE
1884         2011-10-27 Add stdalign module and use it in other modules.
1886         * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1887         * m4/sys_types_h.m4:
1888         New files.
1889         * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1890         * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1891         * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1892         * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1893         * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1894         * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1895         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1896         * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1897         * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1898         * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1899         * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1900         * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1901         * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1902         * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1903         * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1904         * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1905         * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1906         * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1907         * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1908         * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1909         * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1910         * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1911         * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1912         * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1913         * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1914         * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1915         * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1916         * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1917         * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1918         * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1919         Update from gnulib.
1921 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1923         Remove src/m/*.
1924         * configure.in: Remove all mention of src/m/*.
1925         (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1926         All uses removed.
1927         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1928         (BITS_PER_LONG_LONG): Move to src/lisp.h.
1929         * lib/makefile.w32-in: Remove dependencies on
1930         $(EMACS_ROOT)/src/m/intel386.h.
1931         * make-dist: Don't make links to src/m.
1933 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1935         * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name.  (Bug#11529)
1936         Without this further fix, aclocal was being invoked unnecessarily.
1938 2012-05-22  Glenn Morris  <rgm@gnu.org>
1940         * Makefile.in (blessmail, install-arch-dep, uninstall):
1941         Check cd lib-src works.
1942         (install-arch-dep, uninstall): Remove unneeded subshells.
1944 2012-05-21  Glenn Morris  <rgm@gnu.org>
1946         * update-subdirs: Move to build-aux/.
1947         * make-dist, Makefile.in (install-arch-indep): Update for this change.
1949         * Makefile.in (leimdir): New, set by configure.
1950         (COPYDIR, COPYDESTS): Add leim directories.
1951         (install-leim): Remove.
1952         (install-arch-indep): Handle leim installation directly.
1954         * vpath.sed: Remove unused file.
1955         * make-dist: No more vpath.sed.
1957 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1959         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
1960         Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1961         even though the file's name in gnulib is m4/gnulib-comp.m4.
1962         This had a problem when merging from gnulib, as the code temporarily
1963         renamed it to the full name, causing problems when interrupted.
1964         Now the file has its full name, with the idea that we will find
1965         a solution for MS-DOS that does not affect the rest of Emacs.
1966         * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1968         Assume C89 or later.
1969         * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1970         (POINTER_TYPE, PROTOTYPES): Remove.
1972         Make merging from gnulib a script, not a makefile action.
1973         Putting it in a makefile has some problems with reflection, as
1974         merging from gnulib updates 'configure', which can update the makefile.
1975         Putting it in a standalone script breaks this loop.
1976         * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1977         (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1978         Remove, moving the actions to the script admin/merge-gnulib.
1980 2012-05-21  Glenn Morris  <rgm@gnu.org>
1982         * configure.in (LEIM_INSTALLDIR):
1983         Rename to leimdir, treat like lispdir.
1985 2012-05-21  Glenn Morris  <rgm@gnu.org>
1987         * Makefile.in (install-arch-indep, install-doc, install-info)
1988         (uninstall): Scrap superfluous subshells.
1990 2012-05-19  Ulrich Mueller  <ulm@gentoo.org>
1992         * Makefile.in (install-etc): Respect DESTDIR.  (Bug#11518)
1994 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1996         * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1997         getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1998         getsockopt, setsockopt, mremap, mempcpy.
2000         * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2001         is being removed.
2002         (AC_CHECK_FUNCS): Remove ftime.
2004 2012-05-19  Glenn Morris  <rgm@gnu.org>
2006         * Makefile.in (install-arch-indep): Remove unneeded subshell.
2008         * Makefile.in (install-arch-indep): Remove unneeded chmod.
2009         Set permissions of lisp/subdirs.el.
2011         * Makefile.in (SUBDIR): Add leim.  Update users.
2013         * Makefile.in (lib, lib-src, lisp): Check cd return value.
2015         * Makefile.in (leim): No need to set PARALLEL.
2017 2012-05-18  Glenn Morris  <rgm@gnu.org>
2019         * Makefile.in (install-arch-indep, install-info, install-man):
2020         Simplify some one-sided ifs.
2022         * Makefile.in: Install only the relevant DOC file.
2023         (install-arch-indep): Delete etc/DOC*.
2024         (install-doc): No more need to delete etc/DOC.
2026         * Makefile.in (install-arch-indep): Split into several rules.
2027         (install-doc, innstall-info, install-man): New rules.
2029         * configure.in (mandir): May as well include it in the NS app bundle.
2031         * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2032         * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2033         (install-arch-indep): Don't install-etc for self-contained ns builds.
2035         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2036         No longer unconditonally add /sw directories.  (Bug#2280)
2038         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2039         (install-arch-indep): Depend on install-leim.
2040         (install): Remove explicit install-leim dependence.
2042         * Makefile.in (install-arch-indep):
2043         Move last element of mkdir rule here.
2044         (mkdir): Remove rule.
2046         * Makefile.in (install-arch-indep): Remove unneeded chmods.
2047         INSTALL_DATA does this for us.
2049         * Makefile.in (install-arch-dep): Ensure bindir exists.
2050         Drop mkdir dependency.
2051         (install-arch-indep): Ensure docdir, infodir, mandir exist.
2052         (install-leim): Drop mkdir dependency.
2053         (mkdir): Remove most directories, now made in relevant rules.
2055         * Makefile.in (install-arch-indep): Combine adjacent loops.
2057 2012-05-17  Glenn Morris  <rgm@gnu.org>
2059         * Makefile.in (install-etc, mkdir):
2060         Make relevant directories in install-etc rather than mkdir.
2062         * Makefile.in (write_subdir): Create the directory if needed.
2063         (install-arch-dep, mkdir): No need to make site-lisp directories.
2065         * Makefile.in (write_subdir): New.
2066         (install-arch-indep, install-arch-dep): Use $write_subdir.
2068         * configure.in (docdir, etcdir, infodir, lispdir):
2069         For a self-contained ns build, set these to the appropriate values.
2070         * Makefile.in (install-arch-dep): No need to move info/ any more.
2072         * configure.in (ns_self_contained): New output variable.
2073         * Makefile.in (ns_self_contained): New, set by configure.
2074         (install-arch-dep): For a self-contained ns build,
2075         don't bother installing binaries then immediately deleting them.
2077         * Makefile.in (ns_appbindir, ns_appresdir):
2078         Move them before things that may refer to them.
2079         (install-arch-dep): No need to relocate self-contained ns libexec.
2081         * configure.in (archlibdir): Set it for self-contained ns builds.
2082         (libexecdir): Don't expand it now (this is mainly cosmetic).
2084 2012-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2086         * configure.in: Simplify by removing CPP etc.
2087         (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2088         (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2089         In particular we no longer need to fiddle with CPP, since we don't
2090         use CPP specially any more.
2091         (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2092         adjusted compiler.
2093         (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2094         since gl_EARLY and/or Autoconf already does these.
2096 2012-05-16  Glenn Morris  <rgm@gnu.org>
2098         * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2099         (CPP): Do not unconditionally set it on Darwin.
2100         Instead, try to test if -no-cpp-precomp is accepted.
2101         (CPP_TEST_OPTIONS, SPECIFIED_CPP): New.  (Bug#9755)
2103 2012-05-15  Glenn Morris  <rgm@gnu.org>
2105         * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
2107         * Makefile.in (install-arch-dep): Do not hard-code version number.
2109         * Makefile.in (install-arch-dep): NS install no longer needs to
2110         symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2112 2012-05-12  Glenn Morris  <rgm@gnu.org>
2114         * configure.in (ns_appbindir): Remove trailing "/".
2116         * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2117         (MKDEPDIR): Use $MKDIR_P.
2118         * Makefile.in (MKDIR_P): New, set by configure.
2119         (mkdir): Use $MKDIR_P.
2121 2012-05-11  Glenn Morris  <rgm@gnu.org>
2123         * Makefile.in (install-arch-indep): There are no more Makefile.c files.
2124         Use INSTALL_DATA for the DOC file.
2125         Remove dead code for ./lisp that never executes.
2127 2012-05-10  Glenn Morris  <rgm@gnu.org>
2129         * configure.in (LEIM_INSTALLDIR): New output variable.
2131 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2135 2012-05-08  Glenn Morris  <rgm@gnu.org>
2137         * make-dist: No more doc/lispref/*.el.
2139 2012-05-05  Andreas Schwab  <schwab@linux-m68k.org>
2141         * configure.in: Fix quoting bugs.
2143 2012-05-04  Glenn Morris  <rgm@gnu.org>
2145         * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2147 2012-05-02  Glenn Morris  <rgm@gnu.org>
2149         * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2150         the choices made by FreeBSD and NetBSD.  (Bug#10313)
2152         * Makefile.in (INFO_FILES): Remove variable.
2153         (INFO_NONMISC): New variable.
2154         (install-arch-indep, uninstall): Don't use $INFO_FILES.
2156         * Makefile.in (uninstall): Remove useless-use-of-for; that for
2157         some reason caused problems on an old Solaris.
2159         * Makefile.in (install-arch-indep, uninstall):
2160         Ensure that INSTALL-type commands are run from top-level.
2162         * info/dir: Make some entries consistent with the source texi files.
2164         * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2166 2012-05-02  Glenn Morris  <rgm@gnu.org>
2168         * Makefile.in (install-arch-indep):
2169         Combine adjacent install-data and install-info loops.
2171 2012-05-01  Glenn Morris  <rgm@gnu.org>
2173         * Makefile.in (MAN_PAGES): Remove.
2174         (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2176         * configure.in: Try libtinfo for tputs.
2177         (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found.  (Bug#9741)
2179         * configure.in: Combine adjacent $opsys case blocks.
2181         * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2183         * configure.in: Invert the TERMINFO logic,
2184         since "yes" is far more common than "no".
2186         * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2188         * configure.in (LD_SWITCH_X_SITE_RPATH):
2189         Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2191         * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2193 2012-04-26  Glenn Morris  <rgm@gnu.org>
2195         * make-dist: No more doc/lispref/tindex.pl.
2197 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
2199         * configure.in (dbus_validate_bus_name, dbus_validate_path)
2200         (dbus_validate_interface, dbus_validate_member): Check also for
2201         these library functions.
2203 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
2205         * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2206         With glibc 2.14 or later, when compiled with GCC 4.7.0's
2207         -Werror=deprecated-declarations flag, use of hooks like
2208         __malloc_initialize_hook causes compilation to fail because these
2209         hooks are deprecated.  Modify 'configure' to check for these hooks too.
2210         Simplify the 'configure' code to test for all the hooks at once.
2211         (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2212         (emacs_cv_var_doug_lea_malloc): ... this new var.
2214 2012-04-21  Paul Eggert  <eggert@cs.ucla.edu>
2216         Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2217         dated 2011-10-07.  Regenerating from current gnulib would be a
2218         pervasive change, and currently the trunk isn't open to such changes.
2219         * configure.in (WARN_CFLAGS): Remove; no longer needed now
2220         that gnulib does it.
2221         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2223 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
2225         * m4/gl-comp.m4: Update.  (Bug#11285)
2227 2012-04-20  Ludovic Courtès  <ludo@gnu.org>
2229         * configure.in: Don't use the -R option (Bug#11251).
2231 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2233         configure: new option --enable-gcc-warnings (Bug#11207)
2234         I have been using this change for many months in my private copy
2235         of Emacs, and have used it to find several bugs.  It's mature
2236         enough to publish now.
2237         * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2238         * configure.in: Support --enable-gcc-warnings, in the style of
2239         other GNU packages such as coreutils.
2240         (C_WARNINGS_SWITCH): Remove, replacing with...
2241         (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2242         (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2243         when including system files with GCC.
2244         * etc/NEWS: Mention --enable-gcc-warnings.
2245         * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
2246         * lib/Makefile.am (AM_CFLAGS): New macro.
2247         * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2249 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
2251         * configure.in (AC_CHECK_FUNCS):
2252         Add getpwent, endpwent, getgrent, endgrent.  (Bug#7900)
2254 2012-04-16  Glenn Morris  <rgm@gnu.org>
2256         * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2258         * configure.in: Remove X libs workaround for old autoconf.
2260 2012-04-12  Ken Brown  <kbrown@cornell.edu>
2262         * configure.in: Warn that Cygwin 1.5 is unsupported.  (Bug#10398)
2264 2012-04-11  Glenn Morris  <rgm@gnu.org>
2266         * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2268 2012-04-10  Glenn Morris  <rgm@gnu.org>
2270         * configure.in: Conditionally generate admin/unidata/Makefile.
2272 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2274         * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
2276 2012-04-09  Glenn Morris  <rgm@gnu.org>
2278         * Makefile.in (leim): Check cd return value.  Pass fewer variables.
2279         (install-leim): Check cd return value.  Pass $MFLAGS.
2280         (install-strip): Pass $MFLAGS.
2282         * configure.in: Require makeinfo >= 4.7.  (Bug#10910)
2283         Eg org.texi has been using 4.7 functions for some time.
2285 2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
2287         Check pkg-config exit status when configuring (Bug#10626).
2288         * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2289         works; check its exit status.  Problem reported by Jordi Gutiérrez
2290         Hermoso in
2291         <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2293 2012-04-07  Glenn Morris  <rgm@gnu.org>
2295         * README, configure.in (AC_INIT): Bump version to 24.1.50.
2297 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
2299         * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2301 2012-03-04  Paul Eggert  <eggert@cs.ucla.edu>
2303         configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2304         * configure.in (LIBS_TERMCAP): Default this to the result of
2305         the tputs library search.  Do a run-time test for the linkability
2306         of tputs unless cross-compiling, as that's more reliable if the
2307         link flags and libraries are messed up.  Don't change LIBS as
2308         a result of the test, as that may mess up later tests.
2310 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
2312         * make-dist (README.W32): Include file in source tarball.  (Bug#9750)
2314         * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2315         specific makefiles to support getopt_.h generation with MSVC.
2317 2012-02-04  Glenn Morris  <rgm@gnu.org>
2319         * Makefile.in (uninstall):
2320         Handle compressed info files and man pages.  (Bug#10718)
2322 2012-02-02  Glenn Morris  <rgm@gnu.org>
2324         * configure.in [HAVE_NS]:
2325         Error if use --without-toolkit-scroll-bars.  (Bug#10673)
2327 2012-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2329         Port to older Solaris 10 versions (Bug#10677).
2330         Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2331         I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2332         possibly this is because Sun fixed the 'stat' bug in my version.
2333         * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2334         * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2335         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2336         These changes are based on gnulib version
2337         4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2338         because Emacs is in feature freeze and we do not want to merge any
2339         more-recent changes from gnulib.
2341 2012-01-31  Glenn Morris  <rgm@gnu.org>
2343         * configure.in: Throw an explicit error if Motif toolkit was
2344         requested but requirements could not be found.
2346         * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2348 2012-01-30  Eli Zaretskii  <eliz@gnu.org>
2350         * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2351         $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
2352         with "make -j3".
2354 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
2356         * .bzrignore: Ignore etc/__pycache__.
2358 2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
2360         Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
2361         * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
2362         to gmalloc.c.  This should prevent a MirBSD 10 build failure reported
2363         by Nelson H. F. Beebe in
2364         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2366 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
2368         * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2370 2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
2372         * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2373         instead of LDFLAGS (Bug#10230).
2375 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2377         * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2379         Propagate configure flags to sub-configures.
2380         * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
2381         New macros.
2382         (config.status, bootstrap): Use them to propagate configure flags
2383         to sub-configures.
2384         * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2386 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2388         * .bzrignore: Add config.cache.
2390 2011-11-27  Jan Djärv  <jan.h.d@swipnet.se>
2392         * configure.in: Check for gtk_window_set_has_resize_grip.
2394 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2396         * configure.in (HAVE_XPM): Fix typo.
2398 2011-11-22  Glenn Morris  <rgm@gnu.org>
2400         * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2401         have confusing effects on the build.  (Bug#6401)
2403         * Makefile.in (install-arch-dep): Tweak previous change.
2405 2011-11-22  Yavor Doganov  <yavor@gnu.org>
2407         Do not install arch-dependent files in the app bundle if
2408         --disable-ns-self-contained is requested.  (Bug#1335)
2409         * configure.in (exec_prefix, libexecdir): Define relative to
2410         `ns_appbindir' only if configured for a self-contained app.
2411         * Makefile.in (install-arch-dep): Test for the existence of
2412         libexec in the Emacs.app bundle before executing commands.
2414 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
2416         * configure.in: Remove reference to src/m/ibms390.h.
2418 2011-11-13  Glenn Morris  <rgm@gnu.org>
2420         * INSTALL: Tiny updates for disk space used during installation.
2422 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
2424         * lib/makefile.w32-in (FRC): New dummy target.
2425         (TAGS): Depend on FRC.
2427 2011-11-04  Glenn Morris  <rgm@gnu.org>
2429         * configure.in: Increase minimum GnuTLS version to 2.6.6.  (Bug#9929)
2430         Do not include GnuTLS version info in final summary message.
2432 2011-10-31  Eli Zaretskii  <eliz@gnu.org>
2434         * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2435         they exist there, else from autogen/.
2437         * make-dist (msdos): Add depfiles.bat and inttypes.h.
2439 2011-10-25  Nali Toja  <nalitoja@gmail.com>  (tiny change)
2441         * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var.  (Bug#9868)
2443 2011-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2445         * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2446         if the library is found.  Otherwise, later configure-time tests,
2447         such as the test for pthread_sigmask, generate the wrong results
2448         on some platforms.  Problem reported for FreeBSD by Nali Toja.
2450 2011-10-20  Paul Eggert  <eggert@cs.ucla.edu>
2452         Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2453         * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2454         Remove; no longer needed, now that we defer to strftime for time
2455         zone names.
2457 2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
2459         * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2461 2011-10-18  Chong Yidong  <cyd@gnu.org>
2463         * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2465 2011-10-13  Glenn Morris  <rgm@gnu.org>
2467         * configure.in: Also look for tputs in libcurses.  (Bug#9736)
2469 2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2471         * configure.in: Remove check for -lintl (Bug#9713).
2472         The check could break 'configure' on GNU/Linux with a (broken) libintl.
2473         The check was helpful but not essential in Solaris 2.6 (1997),
2474         and is no longer needed in Solaris 8 (2000).  Solaris 2.6 is
2475         obsolete -- Sun dropped support for it in 2006 -- and without
2476         access to that Silurian platform we can't maintain the code anyway.
2478 2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
2480         Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2481         * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2482         * m4/gnulib-common.m4: Merge from gnulib.
2483         Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2484         command not found" on powerpc-apple-darwin9.8.0.
2486         * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2487         This is now done by src/alloc.c.
2489 2011-10-02  Richard Stallman  <rms@gnu.org>
2491         * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2492         and xlinux_second_failure to xgnu_linux_second_failure.
2494 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
2496         * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2497         lib/signal.in-h.
2499         * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
2500         Rename signal.in.h and alloca.in.h.
2502 2011-09-28  Eli Zaretskii  <eliz@gnu.org>
2504         * INSTALL: Mention that m17n libraries and libotf are needed for
2505         Arabic shaping.
2507 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2509         Merge from gnulib, improving some licensing wording.
2510         This clarifies and fixes some licensing issues raised by Glenn Morris
2511         <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2512         It also merges the latest version of texinfo.tex and has some
2513         MSVC-related changes that don't affect Emacs.
2514         * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2515         pathmax, and raise, since these are needed only to address
2516         MSVC-related issues that Emacs doesn't have.
2517         * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2518         * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2519         * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2520         * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2521         * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2522         * m4/unistd_h.m4: Merge from gnulib.
2524 2011-09-26  Andreas Schwab  <schwab@linux-m68k.org>
2526         * configure.in: Initialize HAVE_LIBXML2.
2528 2011-09-26  Glenn Morris  <rgm@gnu.org>
2530         * make-dist: Add lib/makefile.w32-in.
2532 2011-09-24  Glenn Morris  <rgm@gnu.org>
2534         * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2536 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538         * .dir-locals.el: Change the debbugs regexp to allow having the
2539         bug number as the first thing on a line.
2541 2011-09-15  Glenn Morris  <rgm@gnu.org>
2543         * configure.in: Make configure work with recent GNUsteps.
2544         (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2545         (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
2546         (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
2548 2011-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2550         Merge from gnulib, porting to Tru64.
2551         * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2552         * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2553         Merge from gnulib.  This fixes a compilation error on Tru64 UNIX
2554         aka OSF/1 5.1 DTK cc.  There is also some mingw stuff here that
2555         doesn't affect Emacs.
2557 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2559         * configure.in (isnan): Remove now-unnecessary check.
2561 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2563         Merge from gnulib, using build-aux to remove clutter (Bug#9169).
2564         This is to fix the following problems:
2565          . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2566            configured not to use gtk or any other thread-using library,
2567            signals aren't blocked correctly.
2568          . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2569            and IRIX's signal handling.
2570          . On Cygwin 1.7.5 it works around an incompatibility with
2571            the system pthread_sigmask.
2572          . On MacOS X 10.5 (32-bit), files whose inode numbers
2573            exceed 2**31 cannot be read or manipulated.
2574          . pthread_sigmask: Actually use results of gl_THREADLIB.
2575          . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2576          . find 'ar' program that fits with --host argument.
2577          . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
2578         * autogen/README: Update destination list.
2579         * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2580         The autogenerated files compile, config.guess,
2581         config.sub, depcomp, install-sh, and missing are now in build-aux.
2582         * m4/largefile.m4: New file, so that Emacs does not mess up when
2583         accessing files with large inode numbers in MacOS X 10.5 and later.
2584         * m4/nocrash.m4: New file, to avoid triggering background debugger
2585         and/or create core dumps during 'configure'.
2586         * build-aux/move-if-change: Renamed from move-if-change.
2587         * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2588         * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2589         * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2590         * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
2591         * Makefile.in (epaths-force, sync-from-gnulib):
2592         move-if-change is now in build-aux.
2593         (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2594         of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2595         (mkdir): install-sh is now in build-aux.
2596         * config.bat: c++defs.h is now in build-aux/snippets.
2597         * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2598         usual parameter).
2599         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2600         * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2601         to build-aux/snippet.
2602         * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2603         * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2604         Merge from gnuilib.  This fixes porting bugs on Cygwin, Irix, and
2605         Solaris, enables MacOS extensions, and enables nocrash during
2606         'configure'.
2607         * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2609 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
2611         * configure.in (snprintf): New check.
2613 2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2615         * configure.in (opsys): Change pattern to *-*-linux*
2616         to recognize powerpc-gnu-linux-uclibc (Bug#9403).
2617         Remove unreachable pattern hppa*-*-linux-gnu*.
2618         Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2619         and that can't possibly work now that src/m/hp800.h no longer exists.
2621 2011-08-26  Jan Djärv  <jan.h.d@swipnet.se>
2623         * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2625 2011-08-13  Jan Djärv  <jan.h.d@swipnet.se>
2627         * configure.in: Add header check: sys/socket.h (Bug#8477),
2628         ifaddrs.h, net/if_dl.h.  Check for getifaddrs and freeifaddrs.
2629         Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2631 2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
2633         * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2634         (HAVE_GTK_AND_PTHREAD): Remove.
2636 2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
2638         * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2639         build, not just GNUstep (Bug#9177).
2641 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
2643         Assume freestanding C89 headers, string.h, stdlib.h.
2644         Again, this simplifies the code, and all current platforms have these.
2645         * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2646         (AC_HEADER_STDC): Remove.
2647         (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2648         (strchr, strrchr): Remove fallback macros.
2650         Assume support for memcmp, memcpy, memmove, memset.
2651         This simplifies the code a bit.  All current platforms have these,
2652         as they are required for C89.  If this turns into a problem we
2653         can add the gnulib modules for these (a 1-line change to Makefile.in).
2654         * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2656 2011-07-27  Paul Eggert  <eggert@cs.ucla.edu>
2658         * GNUmakefile: New file.
2659         This is for convenience, so that one can run GNU make in an
2660         unconfigured source tree, and get a default build.
2662 2011-07-13  Jan Djärv  <jan.h.d@swipnet.se>
2664         * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2666 2011-07-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2668         * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2669         so as to suppress address randomization (Bug#8395).
2671 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2673         * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2674         This fixes a build problem on older Mac OS X hosts.
2676         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2677         test, which runs afoul of Automake installations where, for example,
2678         /usr/share/aclocal contains a copy of gl_THREADLIB.
2679         Problem reported by Sven Joachim in
2680         <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2681         This is just a quick temporary fix, specific to Emacs; I'll work
2682         with the other gnulib maintainers to get a more-permanent fix.
2684         Add gnulib's strtoimax module, needed on Solaris 8.
2685         * Makefile.in (GNULIB_MODULES): Add strtoimax.
2686         * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2687         automatically imported from gnulib.
2688         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2690 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
2692         Add gnulib support for pthread_sigmask (Bug#9010).
2693         * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2694         * configure.in (AC_TYPE_UID_T): New dummy macro.
2695         Configure gnulib after adjusting LIBS,
2696         so that gnulib can assume the libraries in LIBS.
2697         * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2698         * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
2699         * lib/pthread_sigmask.c:
2700         New files, automatically imported from gnulib.
2701         * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2702         due to the above changes.
2703         * .bzrignore: Add lib/signal.h.
2705         * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2707 2011-07-07  Andreas Schwab  <schwab@linux-m68k.org>
2709         * configure.in (maintainer-mode): Reflect default in help string.
2711 2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2713         * configure.in: Remove reference to iris4d.h.
2715 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
2717         * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2719 2011-07-01  Glenn Morris  <rgm@gnu.org>
2721         * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2723 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725         * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2726         which made ./configure infloop.
2728 2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
2730         * configure.in (gsettings): New option and check for GSettings.
2732 2011-06-29  Glenn Morris  <rgm@gnu.org>
2734         * configure.in: Try to test for the required crt*.o files.
2736 2011-06-27  Bill Wohler  <wohler@newt.com>
2738         * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2740 2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
2742         Use gnulib's dup2 module instead of rolling our own.
2743         * Makefile.in (GNULIB_MODULES): Add dup2.
2744         * configure.in: Do not check for dup2; gnulib does that now.
2745         * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2747 2011-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2749         * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2751 2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2753         Use gnulib's alloca-opt module.
2754         * .bzrignore: Add lib/alloca.h.
2755         * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2756         * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
2757         as gnulib now does that for us.  Put alloca check in config.h.
2758         Include <alloca.h> before any other include file, for AIX 3.
2759         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2760         * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2762 2011-06-21  Leo Liu  <sdl.web@gmail.com>
2764         * m4/sha256.m4:
2765         * m4/sha512.m4:
2766         * m4/gl-comp.m4:
2767         * lib/u64.h:
2768         * lib/sha256.c:
2769         * lib/sha256.h:
2770         * lib/sha512.c:
2771         * lib/sha512.h:
2772         * lib/makefile.w32-in (GNULIBOBJS):
2773         * lib/gnulib.mk:
2774         * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2775         crypto/sha512 modules from gnulib.
2777 2011-06-19  Paul Eggert  <eggert@cs.ucla.edu>
2779         * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2781 2011-06-17  Glenn Morris  <rgm@gnu.org>
2783         * configure.in: Restore the behavior of checking crt-dir only
2784         when the user specified it (not all platforms use it).
2786 2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2788         * m4/lstat.m4: Merge from gnulib (Bug#8878).
2790 2011-06-16  Miles Bader  <miles@gnu.org>
2792         * configure.in: Try to determine CRT_DIR automatically when
2793         using gcc.
2795 2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2797         * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2798         * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2799         * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2800         * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2801         * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2802         Merge from gnulib.
2804 2011-06-14  Jan Djärv  <jan.h.d@swipnet.se>
2806         * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2808 2011-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2810         * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2812 2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2814         * configure.in: Add --with-wide-int.
2815         * INSTALL: Mention this.
2817 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2819         Merge from gnulib.
2820         * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2822 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2824         * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2826 2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2828         Use 'inline', not 'INLINE'.
2829         * configure.in (INLINE): Remove.
2831 2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2833         Adjust to recent gnulib change for @GUARD_PREFIX@.
2834         * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2835         All uses of _GL_ for guard prefixes in lib/*.h replaced with
2836         _@GUARD_PREFIX@_.
2838 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2840         * lib/getopt.c, lib/intprops.h: Merge from gnulib.
2842 2011-05-24  Glenn Morris  <rgm@gnu.org>
2844         * Makefile.in (check): Just give a message if no test/ directory.
2846         * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2848         * configure.in (OPT_MAKEFILES_IN): Remove.
2849         (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2850         (SUBDIR_MAKEFILES_IN): New output variable.
2851         * Makefile.in (OPT_MAKEFILES_IN): Remove.
2852         (SUBDIR_MAKEFILES_IN): Let configure set it.
2854 2011-05-24  Leo Liu  <sdl.web@gmail.com>
2856         * m4/sha1.m4:
2857         * m4/gl-comp.m4:
2858         * lib/sha1.h:
2859         * lib/sha1.c:
2860         * lib/makefile.w32-in (GNULIBOBJS):
2861         * lib/gnulib.mk:
2862         * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2864 2011-05-24  Glenn Morris  <rgm@gnu.org>
2866         * configure.in: Remove test for already configured source directory.
2867         AM_INIT_AUTOMAKE has already done a more stringent test.  (Bug#953)
2869         * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2871 2011-05-24  Glenn Morris  <rgm@gnu.org>
2873         * make-dist: Don't distribute test/.  (Bug#8107)
2874         * configure.in (OPT_MAKEFILES_IN): New output variable.
2875         (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2876         * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2877         (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2878         (check): Give an explicit error if test/ is not present.
2880         * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2881         (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2882         (Makefile): Use $SUBDIR_MAKEFILES_IN.
2884 2011-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2886         * lib/verify.h: Merge from gnulib.
2888 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
2890         * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2891         Merge from gnulib.
2893 2011-05-21  Andreas Schwab  <schwab@linux-m68k.org>
2895         * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2897 2011-05-20  Eli Zaretskii  <eliz@gnu.org>
2899         * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2901         * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2903 2011-05-20  Glenn Morris  <rgm@gnu.org>
2905         * configure.in (lisp_frag): New output file.
2907 2011-05-19  Glenn Morris  <rgm@gnu.org>
2909         * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2910         (WINDOW_SUPPORT): Remove output variables that are no longer used.
2912 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2914         * lib/gnulib.mk:
2915         * lib/intprops.h:
2916         * lib/unistd.in.h:
2917         * m4/inttypes.m4:
2918         * m4/stdint.m4:
2919         * m4/unistd_h.m4: Sync from gnulib.
2921 2011-05-14  Glenn Morris  <rgm@gnu.org>
2923         * configure.in: Treat failure to find an X toolkit the same way we treat
2924         failure to find X and image support.
2926 2011-05-12  Glenn Morris  <rgm@gnu.org>
2928         * Makefile.in (src, install-arch-indep, bootstrap-clean)
2929         (check-declare): Shell portability fixes.  (Bug#8642)
2931 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2933         * configure.in: Require GnuTLS 2.6.x or higher.
2935 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
2937         Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2938         * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2939         * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2941         * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2942         This new gnulib-tool option saves 'configure' the trouble of
2943         checking for strtoull when strtoumax exists.
2945         * configure.in (BITS_PER_LONG_LONG): New macro.
2947 2011-05-05  Glenn Morris  <rgm@gnu.org>
2949         * Makefile.in (bootstrap-clean): Save config.log.  (Bug#765)
2950         (top_distclean): Delete config.log~.
2952 2011-04-27  Ben Key  <bkey76@gmail.com>
2954         * configure.in: Fixed a bug that caused configure with
2955         --enable-checking=stringoverrun to have no effect.
2957 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2959         * configure.in: Suppress unnecessary checks for size_t.
2960         (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2961         (size_t): Do not check for this, and do not typedef.  This code
2962         is never exercised now.
2964         * Makefile.in (GNULIB_MODULES): Add strtoumax.
2965         This is needed for the new integer-reading code in lread.c.
2966         It automatically pulls in the following gnulib files, which
2967         are used on old-fashioned platforms that don't have strtoumax:
2968         lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2969         lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2970         m4/strtoull.m4, m4/strtoumax.m4.
2971         * .bzrignore: Add lib/inttypes.h.
2973 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2975         * configure.in: Check for GnuTLS certificate verify callbacks.
2977 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         * Makefile.in (config.status): Don't erase in case of error.
2980         In case it disappeared, rebuild it with `configure'.
2982 2011-04-20  Ken Brown  <kbrown@cornell.edu>
2984         * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2986 2011-04-12  Glenn Morris  <rgm@gnu.org>
2988         * configure.in: Require ImageMagick >= 6.2.8.  (Bug#7955)
2990 2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
2992         * lib/allocator.c: New file, automatically generated by gnulib.
2994 2011-04-07  Glenn Morris  <rgm@gnu.org>
2996         * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2998 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
3000         * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3001         Revert last change.
3003 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
3005         * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3006         ($(BLD)/careadlinkat.$(O)): New target.
3007         ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3008         ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3009         Update dependencies.
3011 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3013         Fix more problems found by GCC 4.6.0's static checks.
3015         * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3017         Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
3018         * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3019         * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3020         * m4/ssize_t.m4: New files, automatically generated from gnulib.
3022 2011-04-06  Glenn Morris  <rgm@gnu.org>
3024         * autogen/update_autogen: Handle loaddefs-like files as well.
3025         (usage): Add -l, -C.
3026         (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3027         With -l, check status of lisp/ as well.
3028         With -C, clean before building.
3029         (autoreconf): Only pass -f in the `clean' case.
3030         (commit): New function.
3032 2011-03-28  Glenn Morris  <rgm@gnu.org>
3034         * autogen/update_autogen: Pass -f to autoreconf.
3036         * autogen.sh (get_version): Discard "not found" lines.
3037         (check_version): Respect $AUTOCONF etc environment variables.
3039 2011-03-27  Glenn Morris  <rgm@gnu.org>
3041         * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3042         (AH_BOTTOM): Do not define SIGTYPE.
3044 2011-03-26  Glenn Morris  <rgm@gnu.org>
3046         * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3047         AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3049 2011-03-25  Andreas Schwab  <schwab@linux-m68k.org>
3051         * autogen/update_autogen: Remove useless function keyword.
3053 2011-03-25  Eli Zaretskii  <eliz@gnu.org>
3055         * config.bat: Generate src/config.h and lib/Makefile from
3056         autogen/config.in and autogen/Makefile.in.
3058 2011-03-25  Glenn Morris  <rgm@gnu.org>
3060         * compile, config.guess, config.sub, depcomp, install-sh, missing:
3061         Remove; autoreconf can supply them.
3062         * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3063         config.guess, install-sh.  Pass -i to autoreconf.
3064         * autogen/update_autogen (genfiles): Add compile, config.guess,
3065         config.sub, depcomp, install-sh, missing.  Pass -i to autoreconf.
3066         Discard non-error output from autoreconf in -q case.
3067         * autogen/compile, autogen/config.guess, autogen/config.sub:
3068         * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3069         * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3070         install-sh, missing.
3072 2011-03-23  Glenn Morris  <rgm@gnu.org>
3074         * autogen/update_autogen: Fix typo.
3075         (msg): Remove function; use `exec' instead.
3077         * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3078         (sync-from-gnulib): Don't sync mkinstalldirs.
3079         * make-dist: Don't distribute mkinstalldirs.
3081 2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3083         Fix more problems found by GCC 4.5.2's static checks.
3084         * Makefile.in (GNULIB_MODULES): Add socklen.
3085         * configure.in: Do not check for sys/socket.h, since socklen does that.
3086         * m4/socklen.m4: New automatically-generated file, from gnulib.
3088         fakemail: Remove dependency on ignore-value.
3089         * Makefile.in (GNULIB_MODULES): Add stdio.
3090         * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3091         imported from gnulib.
3092         * .bzrignore: Add lib/stdio.h.
3094 2011-03-22  Glenn Morris  <rgm@gnu.org>
3096         * autogen/copy_autogen: Work from ./ or ../.
3097         Fix time-stamps.
3098         * autogen.sh: Doc fix.
3100 2011-03-20  Glenn Morris  <rgm@gnu.org>
3102         * autogen/: New directory, to be excluded from releases.
3103         * autogen/copy_autogen, autogen/update_autogen: New scripts.
3104         * autogen/README: New file.
3105         * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3106         * autogen/Makefile.in: Add auto-updated generated files.
3107         * autogen.sh: No longer a no-op, now it tests for autotools
3108         and runs them as necessary.
3109         * configure.in: Default maintainer-mode to on.
3110         * aclocal.m4, configure, lib/Makefile.in: Remove files.
3112 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
3114         Update for gnulib.
3115         * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3116         includes <intprops.h> directly.
3117         * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3118         when building Emacs on Solaris 9 and running it on Solaris 10.
3120 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
3122         * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
3124 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3126         * Version 23.3 released.
3128 2011-03-06  Glenn Morris  <rgm@gnu.org>
3130         * configure.in (FREETYPE_LIBS): Actually set it to something.
3132 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
3134         Work around some portability problems with symlinks.
3136         * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3137         * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3138         * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3139         * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3140         * m4/symlink.m4:
3141         New files, automatically generated from gnulib.
3142         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3143         * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3145 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
3147         * .bzrignore: Ignore new lib/*.in-h files.
3149         * config.bat: Rename stdint.in.h and sys_stat.in.h.
3150         Call depfiles.bat even if lib/deps already exist.
3152 2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
3154         * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
3155         * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3156         recent changes to configure.in and to gnulib.
3158 2011-02-24  Glenn Morris  <rgm@gnu.org>
3160         * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3161         AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3163 2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3165         Assume S_ISLNK etc. work, since gnulib supports this.
3166         * Makefile.in (GNULIB_MODULES): Add sys_stat.
3167         * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3168         Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3169         * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3171 2011-02-21  Paul Eggert  <eggert@cs.ucla.edu>
3173         * lib/min-max.h: New file, for "min" and "max".
3175 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
3177         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
3178         $(EMACS_ROOT)/nt/inc/stdint.h.
3180 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
3182         * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3183         src/makefile.w32-in and adapt.  Depend on stamp_BLD.
3184         (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3186 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3188         Import filemode module from gnulib.
3189         * .bzrignore: Add lib/sys/.
3190         * Makefile.in (GNULIB_MODULES): Add filemode.
3191         * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3192         * lib/filemode.c: Renamed from src/filemode.c and regenerated
3193         from gnulib.  This adds support for some more file types, e.g.,
3194         Cray DMF migrated files.
3195         * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3196         * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3197         * m4/sys_stat_h.m4: New files, generated from gnulib.
3198         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3199         Regenerate.
3201 2011-02-20  Eli Zaretskii  <eliz@gnu.org>
3203         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3204         $(EMACS_ROOT)/nt/inc/sys/stat.h.
3206 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3208         * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3209         This undoes the 2006-01-02 change.  The -Wno-pointer-sign option
3210         is no longer needed, due to the recent SSDATA and related changes.
3211         Perhaps -Wno-pointer-sign should also be removed from
3212         nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3213         way to test this so I left it alone.
3214         * configure: Regenerate.
3216 2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
3218         * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3219         src/makefile.w32-in.
3221 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3223         Import crypto/md5 and stdint modules from gnulib.
3224         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3225         Regenerate.
3226         * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3227         Import the new versions from gnulib; they assume a C99-style
3228         <stdint.h>, supplied by the stdint module.
3229         * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3230         imported from gnulib.
3231         * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3232         * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3233         special cases.
3235 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
3237         * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
3238         Add lib/deps/.
3240         * config.bat: Configure in `lib'.
3241         Generate *.Po files in lib/deps.
3243 2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
3245         Import IRIX 6.5 getloadavg fixes from gnulib.
3246         * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3248 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
3250         Import getloadavg module from gnulib.
3251         * .bzrignore: Add lib/stdlib.h.
3252         * Makefile.in (GNULIB_MODULES): Add getloadavg.
3253         * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3254         * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3255         (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3256         Remove; gnulib does this now.
3257         * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3258         from gnulib.  This adds support for several other systems, such
3259         as Tru64 4.0D, QNX, AIX perfstat, etc.  It also fixes a potential
3260         buffer overrun on Linux hosts under very high load, and on hosts
3261         that maintain a channel to the load average file it makes sure
3262         the file descriptor is close-on-exec (on hosts that support this)
3263         and is not stdin, stdout, or stderr.
3264         * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3265         from gnulib.
3266         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3267         * src/config.in: Regenerate.
3269 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3271         Merge from gnulib.
3273         * install-sh: Update to scriptversion 2011-01-19.21.
3275         2011-02-13  Bruno Haible  <bruno@clisp.org>
3277         Consistent macro naming for macros that use GCC __attribute__.
3278         * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
3279         ATTRIBUTE_DEPRECATED.
3281         2011-02-12  Bruno Haible  <bruno@clisp.org>
3283         setlocale: Prefer gnulib's override over libintl's override.
3284         * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3285         GNULIB_defined_setlocale is set.
3287 2011-02-13  Glenn Morris  <rgm@gnu.org>
3289         * make-dist: Exclude generated file src/globals.h.
3291 2011-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3293         * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3294         Sync from gnulib, which has been patched to fix the problem
3295         with the license notices.  Problem reported by Glenn Morris in
3296         <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3298 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * .bzrignore: Ignore globals.h and related stamp.
3302 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3304         * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3305         This merges the following fix from gnulib:
3307         2011-02-08  Bruno Haible  <bruno@clisp.org>
3309         Split large sed scripts, for HP-UX sed.
3311 2011-02-08  Tom Tromey  <tromey@redhat.com>
3313         * configure: Rebuild.
3314         * configure.in (NS_OBJC_OBJ): New subst.
3316 2011-02-06  Paul Eggert  <eggert@cs.ucla.edu>
3318         gnulib: allow multiple gnulib generated replacements to coexist
3319         This defines a few preprocessor symbols that should not affect Emacs.
3320         * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3321         via "make sync-from-gnulib".
3323         gnulib: undo previous change
3324         The upstream _HEADERS change was backed out of gnulib (see the
3325         same thread).  Stay in sync with gnulib.
3327         gnulib: adjust to upstream _HEADERS change
3328         * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3329         New empty macros, to accommodate recent changes to gnulib.  See
3330         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3331         * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3332         * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3333         * lib/time.in.h, lib/unistd.in.h:
3334         Regenerate.
3336 2011-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3338         sync from gnulib to remove HAVE_STDBOOL_H
3339         * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
3340         AC_HEADER_STDBOOL.  All uses changed.  Do not define
3341         HAVE_STDBOOL_H, as gnulib does not need this.  This change is
3342         imported from the latest Autoconf git.  It was motivated by Emacs,
3343         which uses gnulib but does not need HAVE_STDBOOL_H.
3344         * configure, src/config.in: Regenerate.
3345         * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3347 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3349         allow C code to suppress warnings about ignored return values
3350         * Makefile.in (GNULIB_MODULES): Add ignore-value.
3351         * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3352         * lib/ignore-value.h: New file.
3354 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
3356         * configure.in: Test existence of xaw3d library, not just the
3357         header (Bug#7642).
3359 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
3361         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3362         $(BLD)/time_r.$(O).
3363         ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3364         $(EMACS_ROOT)/src/m/intel386.h.
3365         ($(BLD)/strftime.$(O)):
3366         ($(BLD)/time_r.$(O)): Define prerequisites.
3368 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3370         src/emacs.c now gets version number from configure.in
3371         * configure.in (version): Set this from $PACKAGE_VERSION,
3372         which is set from AC_INIT, rather than scouting through src/emacs.c.
3373         * configure: Regenerate.
3374         * make-dist (version): Get it from configure.in, not src/emacs.c.
3376 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
3378         strftime: import from gnulib
3379         * Makefile.in (GNULIB_MODULES): Add strftime.
3380         * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3381         needed.
3382         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3383         Regenerate.
3384         * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3385         imported from gnulib.
3386         * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3387         This incorporates many changes from gnulib, including simpler
3388         handling of multibyte formats, porting to mingw32 and other
3389         platforms, and support for higher-resolution time stamps.
3390         Emacs does not yet use the higher-resolution interface.
3392 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
3394         gnulib: import mktime and move-if-change fixes from gnulib
3396         * configure: Regenerate from the following.
3398         2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
3400         mktime: clarify long_int width checking
3401         * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3402         the top level, to make it clearer that the assumption about
3403         long_int width is being checked.  See
3404         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3406         2011-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3408         TYPE_MAXIMUM: avoid theoretically undefined behavior
3409         * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3410         negative number, which the C Standard says has undefined behavior.
3411         In practice this is not a problem, but might as well do it by the book.
3412         Reported by Rich Felker and Eric Blake; see
3413         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
3414         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3415         * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3417         mktime: #undef mktime before #defining it
3418         * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3420         mktime: systematically normalize tm_isdst comparisons
3421         * lib/mktime.c (isdst_differ): New function.
3422         (__mktime_internal): Use it systematically for all isdst comparisons.
3423         This completes the fix for libc BZ #6723, and removes the need for
3424         normalizing tm_isdst.
3425         See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
3426         (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3428         mktime: fix some integer overflow issues and sidestep the rest
3430         This was prompted by a bug report by Benjamin Lindner for MinGW
3431         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3432         His bug is due to signed integer overflow (0 - INT_MIN), and I
3433         I scanned through mktime.c looking for other integer overflow
3434         problems, fixing all the bugs I found.
3436         Although the C Standard says the resulting code is still not safe
3437         in the presence of integer overflow, in practice it should be good
3438         enough for all real-world two's-complement implementations, except
3439         for debugging environments that deliberately trap on integer
3440         overflow (e.g., gcc -ftrapv).
3442         * lib/mktime.c (WRAPV): New macro.
3443         (SHR): Also check that long_int and time_t shift right in the
3444         usual way, before using the fast-but-unportable method.
3445         (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3446         used.  The code already assumed two's complement, so there's
3447         no need to test for alternatives.  All uses removed.
3448         (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3449         the C standard.  Problem reported by Rich Felker in
3450         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3451         (twos_complement_arithmetic): Also check long_int and time_t.
3452         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3453         (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3454         (__mktime_internal): Avoid integer overflow with unary subtraction
3455         in two instances where -1 - X is an adequate replacement for -X,
3456         since the calculations are approximate.
3458         2011-01-29  Eric Blake  <eblake@redhat.com>
3460         mktime: avoid infinite loop
3461         * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3462         type; behavior is still undefined but portable to all known targets.
3463         Reported by Rich Felker.
3465         2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3467         mktime: avoid problems on NetBSD 5 / i386
3468         * lib/mktime.c (long_int): New type.  This works around a problem
3469         on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3470         but time_t is 64 bits, and where I expect the existing code is
3471         wrong in some cases.
3472         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3473         (ydhms_diff): Bring back the compile-time check for wide-enough
3474         year and yday.
3476         mktime: fix misspelling in comment
3477         * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3478         This merges all recent glibc changes of importance.
3480         2011-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3482         move-if-change: cope with concurrent mv of identical file.
3483         * move-if-change (CMPPROG): Accept environment
3484         variable as an override for `cmp'.
3485         (usage): Document CMPPROG.
3486         Adjust comparison to drop stdout.  Cope with failure of mv if
3487         the target file exists and is identical to the source, for
3488         parallel builds.
3489         Report from H.J. Lu against binutils in PR binutils/12283.
3491 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
3493         * lib/makefile.w32-in:
3494         * lib/getopt_.h: New files.
3496 2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3498         improve fix for MS-DOS file name clash
3499         * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
3500         for portability to POSIX make.  Reported by Bruno Haible.
3501         (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3502         gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3503         files from accumulating as garbage.  Also reported by Bruno Haible.
3505 2011-01-27  Paul Eggert  <eggert@cs.ucla.edu>
3507         fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3508         * Makefile.in (DOS-gnulib-comp.m4): New macro.
3509         (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3510         problems with MS-DOS 8+3 file name restrictions.
3511         Remove m4/gnulib-cache.m4, as we can live without it.  If we kept
3512         it, it would also cause problems when extracting Emacs distribution
3513         tarballs on MS-DOS hosts.
3514         (ACLOCAL_INPUTS): Adjust to file renaming.
3515         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3516         * config.guess, config.sub: Sync from gnulib.
3517         * m4/gnulib-cache.m4: Remove from repository.
3518         * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3520 2011-01-25  Glenn Morris  <rgm@gnu.org>
3522         * README: Add a note about ranges in copyright years.
3524         * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3526 2011-01-25  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
3528         * configure.in: Add HP-UX on IA64 (Bug#6811).
3530 2011-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3532         Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3533         * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3534         as it is no longer needed.
3535         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3536         * configure.in: Invoke the new gnulib macro
3537         gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3538         warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3539         * m4/getopt.m4: Sync from gnulib; this removes the need for
3540         HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3541         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3542         New macro, synced from gnulib.
3543         * m4/warn-on-use.m4: Remove.
3545 2011-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3547         aclocal.m4: put this file back into repository
3548         This way, we don't have to assume that the maintainer has
3549         the automake package installed.  See
3550         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3551         * .bzrignore: Remove aclocal.m4, undoing the previous change.
3552         * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3553         undoing the previous change.
3554         * aclocal.m4: New file (actually, resurrected).
3556 2011-01-22  Miles Bader  <miles@gnu.org>
3558         * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3559         FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3560         Emacs directly uses fontconfig, and breaks building when using a
3561         strict linker).
3563 2011-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3565         src/config.in: shrink slightly
3566         * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3567         This makes src/config.in a bit smaller, by removing identifiers
3568         like GNULIB_TEST_MKTIME that Emacs does not need.
3569         * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3570         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3571         Sync from gnulib.  This removes a few more unnecessary symbols from
3572         src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3573         * configure, src/config.in: Regenerate.
3575         aclocal.m4: tweaks to regenerate more conveniently
3576         This attempts to act better when the source is in a weird state.  See
3577         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3578         * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3579         * .bzrignore: Add aclocal.m4.
3581 2011-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3583         aclocal.m4: omit auto-generated file from repository
3584         * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3585         the most recent change here.
3586         * aclocal.m4: Remove from bzr repository.  This file is
3587         auto-generated and isn't needed to run 'configure'.  See
3588         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3590 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3592         Minor Makefile.in tweaks to build from gnulib better.
3593         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3594         * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3595         (top_maintainer_clean): Don't remove aclocal.m4.
3597 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
3599         Minor cleanups for 'bzr status'
3600         * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3601         the output of config.guess.
3602         * Makefile.in (top_distclean): Remove stamp-h1 too.
3604         * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3605         defined if the compiler supports GCC-style __attribute__
3606         ((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
3607         this syntax.
3609 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3611         Makefile.in: tidy up the building of lib
3612         * Makefile.in (am--refresh): Mark as .PHONY.
3613         (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3614         as they're not rebuilt unless you do a "make sync-from-gnulib"
3615         and the former is needed for "configure".
3616         (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3617         has already removed lib/Makefile.
3619         * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3620         This avoids building ftoastr and ldtoastr, which aren't needed.  See
3621         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
3623         * .bzrignore: Add .h files that are host-dependent.
3624         Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3625         lib/time.h, lib/unistd.h, lib/warn-on-use.h.  These are
3626         host-dependent and are built as part of an ordinary 'make', and
3627         should not be checked in.
3629         * lib/Makefile.in: Regenerate.
3630         * lib/COPYING: New file, a copy of COPYING.
3632         * configure: Regenerate.
3633         * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3635         Regenerate.
3636         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3637         * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3638         New files, copied from gnulib by gnulib-tool.
3639         * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
3640         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3641         Regenerate.
3643         Use gnulib's getopt-gnu module.
3644         * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3645         (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3646         representative of the dependencies.
3647         * configure.in: Do not configure getopt, as gnulib does that now.
3648         * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3649         getopt now, in lib.
3651         Regenerate.
3652         * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3653         * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
3654         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3655         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3656         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3657         * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3658         * m4/wchar_t.m4, warn-on-use.h:
3659         New files, copied from gnulib by gnulib-tool.
3660         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3661         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3662         Regenerate.
3664         Use gnulib's mktime module.
3665         * Makefile.in (GNULIB_MODULES): Add mktime.
3666         * configure.in: Remove code no longer needed, as gnulib now does it.
3667         (AC_CHECK_FUNCS): Remove mktime.
3668         (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3669         (__restrict): Remove, as this now gets in the way of the C99
3670         support for 'restrict' pulled in by the gnulib mktime module.
3671         Code should now use 'restrict' and not '__restrict".
3672         (mktime): Remove.
3673         * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3674         and warn-on-use.h into the distribution.
3676         Regenerate.
3677         * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3678         * lib/ldtoastr.c, m4/c-strtod.m4:
3679         New files, copied from gnulib by gnulib-tool.
3680         * lib/dummy.c: Remove.
3681         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3682         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3683         Regenerate.
3685         Use gnulib's ftoastr module.
3686         * Makefile.in (GNULIB_MODULES): Add ftoastr.  Remove dummy.
3688         Regenerate.
3689         * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3690         * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
3691         * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3692         New files, generated automatically, with 'make sync-from-gnulib'
3693         followed by 'make'.
3694         * configure, lisp/dired.el, src/config.in: Regenerate.
3696         Automate syncing from gnulib.
3697         * INSTALL, README: Document new subdirectory 'lib'.
3698         * Makefile.in (SUBDIR): Add lib.
3699         (SUBDIR_MAKEFILES): Add lib/Makefile.
3700         (lib-src, src, TAGS, tags): Depend on lib.
3701         (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3702         ($(gnulib_srcdir)): New rule.
3703         (sync-from-gnulib): New rule, which is .PHONY.
3704         (lib): New rule, which is like lib-src.
3705         (Makefile): Depend on lib/Makefile.in.
3706         (AUTOCONF_INPUTS): Depend on aclocal.m4.
3707         (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3708         ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3709         (am--refresh): New rule, to pacify Automake.
3710         (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3711         Clean lib, too.
3712         (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3713         droppings.
3714         (maintainer-clean, extraclean): Use it.
3715         * configure.in: Initialize for automake and gnulib, by invoking
3716         AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT.  Output
3717         lib/Makefile, too.  Use automake to build gnulib, as gnulib works
3718         more conveniently with automake.
3719         * lib/Makefile.am: New file.
3720         * make-dist: Also put into the distribution aclocal.m4,
3721         compile, depcomp, missing, and the files under lib/.
3723 2011-01-15  Glenn Morris  <rgm@gnu.org>
3725         * Makefile.in (epaths-force): No more arch-tag to edit.
3727 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
3729         * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3731 2011-01-14  Paul Eggert  <eggert@cs.ucla.edu>
3733         * make-dist: Distribute test/ files too.
3734         Distribute every file under test/ that is under version control,
3735         using patterns like *.el to capture files that are added later.
3736         Without this change, "configure" would fail, because it would
3737         attempt to build from a Makefile.in that was not distributed.
3739 2011-01-13  Christian Ohler  <ohler@gnu.org>
3741         * Makefile.in (INFO_FILES): Add ERT.
3743         * Makefile.in (check): Run tests in test/automated.
3745         * Makefile.in:
3746         * configure.in: Add test/automated/Makefile.
3748 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
3750         * install-sh, mkinstalldirs, move-if-change: Update from master
3751         source in gnulib.
3753         * config.guess, config.sub: Updated from master source.
3755 2011-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3757         * configure.in: Check for __builtin_unwind_init.
3759 2011-01-05  Glenn Morris  <rgm@gnu.org>
3761         * configure.in (HAVE_MAKEINFO): New output variable.
3762         (MAKEINFO): Reset to "makeinfo" if not found.
3763         * Makefile.in (install-arch-indep, info):
3764         Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3766 2010-12-29  Ulrich Mueller  <ulm@gentoo.org>
3768         * configure.in: Make gameuser configurable (Bug#7717).
3770 2010-12-15  Glenn Morris  <rgm@gnu.org>
3772         * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3773         long absent lib-src/fns-*.el.
3775 2010-12-11  Glenn Morris  <rgm@gnu.org>
3777         * make-dist: Exclude etc/*.pyc.
3779 2010-12-10  Andreas Schwab  <schwab@linux-m68k.org>
3781         * configure.in: Don't double machfile in final message.
3783 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
3785         * configure.in: Fix last change.
3787 2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
3789         * configure.in: Remove reference to removed machine description
3790         files and allow $machine and $machfile to be empty.
3791         Substitute M_FILE/S_FILE instead of machfile/opsysfile.
3793 2010-12-03  Glenn Morris  <rgm@gnu.org>
3795         * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3797 2010-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
3799         * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3800         (EXTERNALLY_VISIBLE): New definition.
3802 2010-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3804         * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3806 2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3808         * configure.in: Do not check for unconditionally included headers.
3810 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3814 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
3816         * configure.in: Don't write a warning for D-Bus anymore.
3818 2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
3820         * configure.in: Fix indentation.
3822 2010-10-31  Ken Brown  <kbrown@cornell.edu>
3824         * configure.in (checking whether localtime caches TZ):
3825         Use unsetenv instead of modifying environment directly.
3827 2010-10-25  Andreas Schwab  <schwab@linux-m68k.org>
3829         * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3830         to avoid warning.
3832 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834         * configure.in: Remove the BROKEN annotation from GnuTLS.
3836 2010-10-22  Glenn Morris  <rgm@gnu.org>
3838         * make-dist: Avoid listing .el files twice.  Don't try to run
3839         autoconf if --no-update.
3841 2010-10-20  Glenn Morris  <rgm@gnu.org>
3843         * make-dist: No longer create lisp/MANIFEST.
3845 2010-10-14  Glenn Morris  <rgm@gnu.org>
3847         * BUGS, INSTALL.BZR, README: Updates.
3849 2010-10-13  Glenn Morris  <rgm@gnu.org>
3851         * make-dist: Remove --compress.  Check for the appropriate
3852         gzip-like executable, and if not found, don't compress.
3853         Check version number in README, don't change it.
3854         Use find for nt/inc/*.h.
3856 2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
3858         * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3859         Remove trailing / from directory names.
3861 2010-10-12  Glenn Morris  <rgm@gnu.org>
3863         * make-dist: Update and simplify.
3865 2010-10-12  Eli Zaretskii  <eliz@gnu.org>
3867         * make-dist: Don't distribute src/buildobj.h.  (Bug#7167)
3869 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3871         * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3873 2010-10-09  Glenn Morris  <rgm@gnu.org>
3875         * make-dist: No more doc/emacs/*.texi.in.
3877         * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3879 2010-10-09  Glenn Morris  <rgm@gnu.org>
3881         * configure.in: Combine some conditionals.
3883         * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3884         * make-dist: Include doc/emacs/*.texi.in.
3886         * INSTALL, make-dist: Remove references to b2m.
3887         * Makefile.in (MAN_PAGES): Remove b2m.1.
3889 2010-10-05  Glenn Morris  <rgm@gnu.org>
3891         * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3893 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3895         * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3897 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
3899         * configure.in: Include stdlib.h and string.h unconditionally.
3901 2010-09-29  Romain Francoise  <romain@orebokech.com>
3903         * configure.in: Don't enable ImageMagick unless HAVE_X11.
3905 2010-09-28  Glenn Morris  <rgm@gnu.org>
3907         * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3908         happy.
3910 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912         * configure.in: Enable imagemagick by default.
3914 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916         * configure.in (HAVE_GNUTLS): Don't break if we don't have the
3917         GnuTLS libraries.
3919 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
3921         * configure.in: Set up GnuTLS.
3923 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
3925         * configure.in: Announce whether libxml2 is linked to.
3927 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3929         * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3931 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
3933         * config.bat: Detect that libxml2 is installed and if so, build
3934         with it.
3936 2010-09-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938         * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3939         be used.  This fixes a conf problem on Mac OS X.
3941 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943         * configure.in: Check for libxml2.
3945 2010-09-09  Glenn Morris  <rgm@gnu.org>
3947         * make-dist: No more TODO files under lisp/.
3949 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
3951         * config.bat: Produce lisp/gnus/_dir-locals.el from
3952         lisp/gnus/.dir-locals.el.
3954 2010-08-23  Andreas Schwab  <schwab@linux-m68k.org>
3956         * configure.in: Fix check for librsvg, imagemagick and
3957         MagickExportImagePixels.
3959 2010-08-18  Joakim Verona  <joakim@verona.se>
3961         * Makefile.in, configure.in: Checks for ImageMagick.
3963 2010-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
3965         * configure.in (AC_PREREQ): Require autoconf 2.65.
3967 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
3969         * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3971 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
3973         * configure.in: Add AC_C_BIGENDIAN.
3975 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
3977         * configure.in (ORDINARY_LINK): Use on hpux* too.
3979 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
3981         * configure.in: Check for util.h.
3982         Use -Wimplicit-function-declaration if compiler supports it.
3984 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3986         * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3988 2010-08-04  Andreas Schwab  <schwab@linux-m68k.org>
3990         * configure.in: Restore accidentally removed use of
3991         GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3993 2010-07-29  Chad Brown  <yandros@mit.edu>
3995         * configure.in: Check for dirent.h.
3997 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
3999         * configure.in: Remove reference to usg5-4, unused.
4001 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
4003         * configure.in: Check for __executable_start.
4005 2010-07-24  Ken Brown  <kbrown@cornell.edu>
4007         * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4009 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
4011         * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4013 2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4015         * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4017 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4019         * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4020         (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4021         (C_OPTIMIZE_SWITCH): Remove.
4022         (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4024 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
4026         * configure.in: Don't check for index and rindex, check for strchr
4027         and strrchr.  Define strchr and strrchr as index and rindex,
4028         resp., in src/config.h if not available.
4030 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
4032         * configure.in: Use -Wold-style-definition if available.
4033         This helps with the transition to standard C code, it can be
4034         removed when done.
4036         * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4038         * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4039         and MSWindows.
4041 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
4043         * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
4044         <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4046 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4048         * configure.in (getenv): Remove K&R declaration.
4050 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
4052         * configure.in: Remove define __P.
4054 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
4056         * configure.in (--enable-use-lisp-union-type): New flag.
4058 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
4060         Fix CFLAGS for non-GCC compilers.
4061         * configure.in (CFLAGS): Always use -g like it was done before the
4062         2010-03-30 change.
4063         (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4064         (Bug#6538)
4066 2010-06-30  Glenn Morris  <rgm@gnu.org>
4068         * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4069         Set with AC_DEFINE rather than AH_BOTTOM.
4071         * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4072         (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4073         Set with shell, not cpp.
4074         (LIBX): Remove, just use -lX11 in the one place this was used.
4075         (cannot_dump): Replace with CANNOT_DUMP.
4077 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
4079         * configure.in: Add --with-x-toolkit=gtk3.  Remove HAVE_GTK_MULTIDISPLAY,
4080         check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4081         by minimum required Gtk+ 2.6).  Add checks for functions introduced
4082         in Gtk+ 2.14 or newer (bug#6505).
4084 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
4086         * config.bat: Remove white space around "+" in COPY commands.
4088 2010-06-23  Glenn Morris  <rgm@gnu.org>
4090         * info/dir: Start descriptions in column 32, per Texinfo convention.
4092 2010-06-16  Chong Yidong  <cyd@stupidchicken.com>
4094         * INSTALL: Update font information (Bug#6389).
4096 2010-06-16  Glenn Morris  <rgm@gnu.org>
4098         * INSTALL: General update.
4100 2010-06-12  Glenn Morris  <rgm@gnu.org>
4102         * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4104 2010-06-11  Glenn Morris  <rgm@gnu.org>
4106         * configure.in (--without-compress-info): New option.
4107         (GZIP_INFO): New output variable.
4109         * Makefile.in (GZIP_INFO): New, set by configure.
4110         (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4111         Handle man pages in the same way.
4113 2010-06-10  Glenn Morris  <rgm@gnu.org>
4115         * Makefile.in (install-arch-indep): Gzip the info files too.
4117         * make-dist: Remove references to non-existent directories and files.
4119 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
4121         * configure.in: Include <strings.h> and <string.h> instead of
4122         "strings.h" and "string.h".
4124 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
4126         * configure.in: Remove code dealing with BSTRING.
4128 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
4130         * configure.in (AC_PREREQ): Require autoconf 2.65.
4132         * configure.in (unxec): Do not define and substitute.
4133         (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4135 2010-06-03  Glenn Morris  <rgm@gnu.org>
4137         * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4139 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
4141         Fix alloca definition when using gcc on non-gnu systems.
4142         * configure.in: Use the code sequence indicated by "info autoconf"
4143         for alloca (bug#6170).
4145 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4147         * .bzrignore: Ignore new files from trunk, which appear if you use
4148         colocated branches (i.e. "bzr switch").
4150 2010-05-28  Glenn Morris  <rgm@gnu.org>
4152         * configure.in: Simplify some of the $canonical tests.
4154 2010-05-27  Glenn Morris  <rgm@gnu.org>
4156         * config.bat: Do not preprocess src/Makefile.in.
4158         * configure.in: Do not preprocess src/Makefile.in.
4159         (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4160         (AC_EGREP_CPP): Test no longer needed.
4162         * make-dist: No more Makefile.c files.
4164 2010-05-26  Glenn Morris  <rgm@gnu.org>
4166         * configure.in (YMF_PASS_LDFLAGS): Remove.
4167         (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4169         * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4170         Add $GNUSTEP_LOCAL_HEADERS.
4171         (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4173         * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4174         (GNUSTEP_MAKEFILES): Remove.
4175         (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4176         stuff to here.
4178 2010-05-25  Glenn Morris  <rgm@gnu.org>
4180         * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4181         (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4183         * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4184         (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4185         here instead.
4187 2010-05-24  Romain Francoise  <romain@orebokech.com>
4189         * make-dist: Look for version in src/emacs.c.
4190         Use lisp/subr.el rather than lisp/version.el for location check.
4192 2010-05-21  Glenn Morris  <rgm@gnu.org>
4194         * configure.in (MKDEPDIR): Parallel build tweak.
4196         * configure.in (ns_frag): New output file.
4198         * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4199         (OLDXMENU_TARGET): Set to empty if USE_GTK.
4201         * configure.in (cannot_dump): New output variable.
4203 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
4205         * configure.in: On NetBSD, if terminfo is found, use it in
4206         preference to termcap.  (Bug#6190)
4208 2010-05-20  Glenn Morris  <rgm@gnu.org>
4210         * make-dist (src): Include *.mk.
4211         * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4212         * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4213         (deps_frag): New output file.
4214         (AUTO_DEPEND): Remove this definition.
4216         * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4218 2010-05-19  Glenn Morris  <rgm@gnu.org>
4220         * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4221         (ORDINARY_LINK): New AC_DEFINE.
4222         (LIB_GCC): No need to set if ORDINARY_LINK.
4224 2010-05-18  Glenn Morris  <rgm@gnu.org>
4226         * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4227         (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4229         * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4230         * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4231         (RALLOC_OBJ): New output variable.
4233         * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4234         * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4236 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4238         * Makefile.in (src): Provide the name of the VCS file that witnesses
4239         a pull.
4240         ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4242 2010-05-17  Glenn Morris  <rgm@gnu.org>
4244         * configure.in (OLDXMENU_DEPS): New output variable.
4246 2010-05-16  Glenn Morris  <rgm@gnu.org>
4248         * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4250         * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4251         * Makefile.in (install-arch-dep): Update for above change.
4253         * Makefile.in (ns_appdir): Remove.
4254         (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4256         * configure.in (TEMACS_LDFLAGS2): New output variable.
4258         * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4259         (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4260         (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4261         nothing uses.
4263 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
4265         * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4266         does not use them.
4267         (X11R5_INHIBIT_I18N): Remove, unused.
4269 2010-05-15  Glenn Morris  <rgm@gnu.org>
4271         * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4273         * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4275 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4277         * configure.in: Look for version string in its new location.
4279 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4281         * config.bat: Remove support for DJGPP v1.x.
4283 2010-05-15  Glenn Morris  <rgm@gnu.org>
4285         * configure.in (OLDXMENU_TARGET): New output variable.
4287         * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4289         * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4290         and other files that no longer exist.
4292 2010-05-14  Glenn Morris  <rgm@gnu.org>
4294         * configure.in (cpp_undefs): Add mktime, register, X11.
4296         * configure.in (GPM_MOUSE_SUPPORT): Remove.
4297         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4298         (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4300         * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4301         (GNUSTEP_MAKEFILES): Do not output.
4303 2010-05-13  Glenn Morris  <rgm@gnu.org>
4305         * configure.in: Fix some paren typos.
4307         * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4309         * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4311 2010-05-12  Glenn Morris  <rgm@gnu.org>
4313         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4315         * configure.in (LIB_GCC): New output variable.
4317 2010-05-11  Glenn Morris  <rgm@gnu.org>
4319         * make-dist (msdos): No more mainmake.
4321         * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4322         * config.bat: Do not run cpp on lib-src/Makefile.in.
4324         * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4326 2010-05-10  Glenn Morris  <rgm@gnu.org>
4328         * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4330         * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4331         (BLESSMAIL_TARGET): New output variable.
4333 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4335         * INSTALL: Fix typos.
4337 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4339         * configure.in: Add check for buggy version of GCC (Bug#6031).
4341 2010-05-08  Glenn Morris  <rgm@gnu.org>
4343         * configure.in (HAVE_LIBNCURSES): New local variable.
4344         (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4345         replacing cpp in src/s/*.h and src/Makefile.in.
4347 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4349         * Version 23.2 released.
4351 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * configure.in: Add tests for `isnan' and `copysign'.
4355 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4357         * config.bat: Allow for 2 leading `#'s in comments in
4358         src/Makefile.in.
4360 2010-05-07  Glenn Morris  <rgm@gnu.org>
4362         * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4363         Merges logic from src/s/* and src/Makefile.in.
4364         (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4366 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
4368         Define START_FILES and LIB_STANDARD using autoconf.
4369         * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4370         here from src/s/*.h.
4371         (HAVE_CRTIN): Remove, inline logic in the netbsd
4372         START_FILES/LIB_STANDARD computation.
4374 2010-05-06  Glenn Morris  <rgm@gnu.org>
4376         * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4378         * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4379         (LD_SWITCH_X_SITE): Remove unused variables.
4381 2010-05-04  Glenn Morris  <rgm@gnu.org>
4383         * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4384         as well.
4385         (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4387         * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4389         * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4390         variables, replacing c_switch_machine, c_switch_system.
4391         * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4392         @c_switch_system@.
4394 2010-05-03  Glenn Morris  <rgm@gnu.org>
4396         * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4398         * make-dist: There are no more src/m/*.inp files.
4400 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4402         * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4403         (ac_link): Do not use ld_switch_machine.
4405 2010-05-01  Glenn Morris  <rgm@gnu.org>
4407         * configure.in (OTHER_OBJ): Remove.
4408         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4410 2010-04-30  Glenn Morris  <rgm@gnu.org>
4412         * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4413         Elsewhere, maybe include it.
4415         * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4416         (OLDXMENU, LIBXMENU): New output variables.
4418         * configure.in (OTHER_OBJ): New output variable.
4420 2010-04-28  Glenn Morris  <rgm@gnu.org>
4422         * configure.in (CYGWIN_OBJ): New output variable.
4424         * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4426         * configure.in (FONT_OBJ): New output variable.
4428         * configure.in (LIBXMU): New output variable.
4430         * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4432         * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4433         userland and maybe change values to i386 (move test from s/amdx86-64.h).
4435 2010-04-27  Glenn Morris  <rgm@gnu.org>
4437         * configure.in (LIBXTR6): New output variable.  Move unixware special
4438         case here from src/s/unixware.h.
4440         * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4441         in Makefiles.
4442         (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4444         * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4445         (LIBXP): No longer substitute in Makefiles.
4446         (MOTIF_LIBW): New output variable.  Move system-specific settings here
4447         from src/s files.
4449 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
4451         Reduce CPP usage.
4452         * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4453         (unexec): Define unconditionally, all platforms define
4454         UNEXEC.  AC_SUBST it.
4455         (UNEXEC_SRC): Remove, unused.
4456         (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4458 2010-04-27  Glenn Morris  <rgm@gnu.org>
4460         * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4461         replaced by LIBXP.
4463         * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4464         (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4465         On hpux10-20, default to /lib.
4467         * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4469 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
4471         * configure.in (LIBS_MACHINE): Remove, unused.
4473         * configure.in (LIB_MATH): New output variable.  Set it for some systems.
4475 2010-04-24  Glenn Morris  <rgm@gnu.org>
4477         * configure.in (CRT_DIR): New output variable.
4478         (--with-crt-dir): New option.  (Bug#5655)
4479         (HAVE_LIB64_DIR): Remove.
4481 2010-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
4483         * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4485 2010-04-22  Miles Bader  <miles@gnu.org>
4487         * configure.in: Get rid of "unix" pre-defined macro when
4488         preprocessing Makefile.  (Bug#5857)
4490 2010-04-21  Andreas Schwab  <schwab@linux-m68k.org>
4492         Avoid non-portable shell command negation
4493         * configure.in: Revert last change.
4495 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
4497         * configure.in: Change "if test ! -f" to "if ! test -f".
4499 2010-04-21  Glenn Morris  <rgm@gnu.org>
4501         * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4502         (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4504 2010-04-21  Karel Klíč  <kklic@redhat.com>
4506         * configure.in: New option: --with(out)-selinux, on by default.
4507         Set HAVE_LIBSELINUX if we find libselinux, and substitute
4508         LIBSELINUX_LIBS in Makefiles.
4510 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
4512         * configure.in: Remove all references to LIBX11_SYSTEM.
4514 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
4516         * configure.in: Remove all references to C_DEBUG_SWITCH.
4518 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
4520         * config.bat <lib-src>: Edit out lines that begin with several #
4521         characters.
4523 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
4525         * configure.in: Remove support for old UNIX System V systems and
4526         for Unixware on non-x86 machines.
4528         * configure.in: Remove support for Solaris on PPC and for old versions.
4530         * configure.in: Remove non-working lynxos port.
4532 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4534         * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4536 2010-03-19  Glenn Morris  <rgm@gnu.org>
4538         * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4539         happy.
4541 2010-03-18  Jan Djärv  <jan.h.d@swipnet.se>
4543         * configure.in: Check for tputs and friends, abort if not
4544         found (bug#5735).
4546 2010-03-18  Glenn Morris  <rgm@gnu.org>
4548         * configure.in (--with-x-toolkit): In the help text, say which options
4549         are synonyms.
4551         * configure.in (--with-mmdf, --with-mail-unlink):
4552         New options, off by default.
4553         (--with-mailhost): New option to set default POP host.
4554         (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4555         (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4556         New variables, substituted in Makefiles.
4557         (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4558         (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4559         (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4560         (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4561         (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4563 2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4565         * Makefile.in (uninstall): Handle the case where archlibdir does not
4566         exist.  (Bug#5720)
4568 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
4570         These changes remove termcap.c from the build on POSIX platforms.
4571         * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4573         * configure: Regenerated.
4575 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4577         * Branch for 23.2.
4579 2010-01-31  Juri Linkov  <juri@jurta.org>
4581         * .bzrignore: Add TAGS-LISP.
4583 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4585         * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4586         this header file).
4588 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4590         * .bzrignore: Ignore all .exe, instead of individual files.
4592 2010-01-12  Chong Yidong  <cyd@stupidchicken.com>
4594         * configure.in: Explicitly check for and link to -lXrender.
4596 2010-01-12  Glenn Morris  <rgm@gnu.org>
4598         * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4599         for bug reports for development versions.
4601 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4603         * .bzrignore: Add more ignored patterns, including for the MS-DOS
4604         build.
4606 2009-12-27  Karl Fogel  <kfogel@red-bean>
4608         * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4609         * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4611 2009-12-17  Glenn Morris  <rgm@gnu.org>
4613         * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4615 2009-12-15  Glenn Morris  <rgm@gnu.org>
4617         * info/dir: Add EDT entry.
4618         * Makefile.in (INFO_FILES): Add edt.
4620 2009-12-10  Jan Djärv  <jan.h.d@swipnet.se>
4622         * configure.in: Check for RSVG if GNUstep is used.
4624 2009-12-09  Jan Djärv  <jan.h.d@swipnet.se>
4626         * configure.in: Don't check for RSVG or GConf unless X11 is used.
4628 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4630         * configure.in: Allow compiling Emacs with GTK on Cygwin.
4632 2009-12-01  Glenn Morris  <rgm@gnu.org>
4634         * make-dist: Add etc/images/mpc directory.
4636 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4638         * configure.in: Don't check for GConf unless X is used.
4640 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4642         * configure.in: Use -Wdeclaration-after-statement if available.
4644 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4646         * configure.in: New option: --with(out)-gconf.
4647         Set HAVE_GCONF if we find gconf.
4649 2009-11-17  Glenn Morris  <rgm@gnu.org>
4651         * Makefile.in (INFO_FILES): Add semantic.
4653 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
4655         * info/dir: Add Semantic.
4657 2009-11-16  Glenn Morris  <rgm@gnu.org>
4659         * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4660         pattern, so as not to exclude makefile*.el.  (Bug#4912)
4662 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
4664         * configure.in: --enable-autodepend is new.  Check for GNU Make
4665         and that gcc supports -MMD -MF.  Define AUTO_DEPEND if we can use
4666         gcc and GNU make to generate dependencies.
4668 2009-10-27  Glenn Morris  <rgm@gnu.org>
4670         * make-dist: Make links to doc/lispintro/*.pdf.
4672 2009-10-23  Jim Meyering  <meyering@redhat.com>
4674         * configure.in: Invoke $CPP with -P when creating Makefile and
4675         src/Makefile.  Without this, gcc 4.4.2 converts each
4676         backslash-newline pair in the input to a bare newline, yielding
4677         invalid Makefiles.
4679         * configure: Regenerate.
4681 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
4683         * configure.in (vax-dec-vms): Remove, not supported anymore.
4685 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4687         * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4688         (*-apple-darwin*): Add x86_64 architecture.
4690 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4692         * config.guess, config.sub: Updated from master source.
4694 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
4696         * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4698 2009-10-07  Edward Trumbo  <etrumbo@comcast.net>  (tiny change)
4700         * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4702 2009-09-29  Glenn Morris  <rgm@gnu.org>
4704         * make-dist (check): Update for two new levels of subdirectory in lisp/.
4706 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4708         * config.guess, config.sub: Updated from master source.
4710         * configure.in (OTHER_FILES): Define using autoconf not cpp.
4712 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4714         * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4716 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4718         * INSTALL: Update URL for GNU FreeFont.
4720 2009-09-09  Glenn Morris  <rgm@gnu.org>
4722         * Makefile.in (install-arch-indep): Don't recursively change perms of
4723         site-lisp and infodir.  There may be non-Emacs files in here, and the
4724         files supplied by Emacs are all handled explicitly already.  (Bug#3800)
4725         (mkdir): Set umask to world-readable before creating directories.
4726         mkinstalldirs already checks if dirs exist, don't duplicate this test.
4728 2009-08-29  Glenn Morris  <rgm@gnu.org>
4730         * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4731         (info): Don't give an error in the absence of makeinfo - let the doc
4732         Makefiles do that, if the info files need rebuilding.  (Bug#3982)
4734 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
4736         * Makefile.in (install-arch-indep): If the versioned DOC-####
4737         generated during loadup+dump isn't found, install the plain DOC
4738         file that always gets generated, in case CANNOT_DUMP is set.
4740         * configure.in: Warn if package version specified here doesn't
4741         match the version in version.el.
4742         * configure: Regenerate.
4744 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
4746         * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4748         * configure: Regenerate.
4750 2009-08-19  Glenn Morris  <rgm@gnu.org>
4752         * INSTALL: Remove reference to cvtmail.
4754 2009-08-15  CHENG Gao  <chenggao@gmail.com>
4756         * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4758 2009-08-02  Kevin Ryde  <user42@zip.com.au>
4760         * INSTALL: Fix free fonts URL.
4762 2009-07-22  Glenn Morris  <rgm@gnu.org>
4764         * configure.in (AC_PREREQ): Require autoconf 2.62.
4766 2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
4768         * configure.in (--enable-checking, --enable-profiling):
4769         Use AS_HELP_STRING.
4771 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
4773         * configure.in (--enable-profiling): New option.
4774         (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4776 2009-06-27  Glenn Morris  <rgm@gnu.org>
4778         * configure.in: Restore netbsd on mips, mipsel, mipseb.
4780 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4782         * configure.in (--enable-checking): New option.
4784 2009-06-24  Glenn Morris  <rgm@gnu.org>
4786         * make-dist: Warn if subdir does not exist in source.
4787         (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4788         (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4789         No longer make links.
4791 2009-06-24  Yavor Doganov  <yavor@gnu.org>
4793         * make-dist (tempdir): Don't create directories preferences.gorm
4794         and preferences.nib, they are no longer required.
4796 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
4798         * Branch for 23.1.
4800 2009-06-12  Chong Yidong  <cyd@stupidchicken.com>
4802         * configure.in: Delete mac-fix-env target, which has been
4803         removed (Bug#3531).
4805 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4807         * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
4809 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
4811         * BUGS: Use new binding of view-emacs-problems.
4813 2009-05-04  Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
4815         * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4816         for Solaris compatibility.
4818 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
4820         * configure: Regenerate.
4822         * configure.in: Disable use of FreeType without libXft.
4824 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
4826         * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4827         Check if it is declared in gtk.h.
4829 2009-04-12  Andreas Schwab  <schwab@linux-m68k.org>
4831         * Makefile.in (install-arch-indep): Remove .gitignore files.
4833 2009-04-03  Kenichi Handa  <handa@m17n.org>
4835         * INSTALL: Make the section "Complex Text Layout support
4836         libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4838 2009-03-06  Dan Nicolaescu  <dann@ics.uci.edu>
4840         * configure.in (rs6000-ibm-aix6*): Fix typo.
4842 2009-03-04  Glenn Morris  <rgm@gnu.org>
4844         * Makefile.in (INFO_FILES): Add auth.
4846 2009-03-03  Glenn Morris  <rgm@gnu.org>
4848         * info/dir: Add Auth-source.
4850 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4853         the second.
4855 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
4857         * config.bat: Copy .dbxinit to _dbxinit.
4859         * make-dist (Making links to `info'): Remove .gitignore.
4861 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * Makefile.in (lib-src, lisp): Use simpler rule.
4864         (src): Be more specific to avoid recompiling all the .elc files just
4865         because the bootstrap-emacs is missing.
4867 2009-02-26  Chong Yidong  <cyd@stupidchicken.com>
4869         * configure.in: Require librsvg >= 2.11.
4871 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4873         * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4874         (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4876 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
4878         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4880 2009-02-03  Glenn Morris  <rgm@gnu.org>
4882         * make-dist: Add some missing files, remove some that are no longer
4883         present.
4885 2009-02-02  Glenn Morris  <rgm@gnu.org>
4887         * make-dist: Add some missing nextstep/ files.
4889 2009-01-22  Yavor Doganov  <yavor@gnu.org>  (tiny change)
4891         * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also.  (Bug#616)
4893 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
4895         * configure.in: Add support for m68k-*-netbsd.
4897 2009-01-14  Juri Linkov  <juri@jurta.org>
4899         * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4901         * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4902         and bug-reference-mode.
4904 2009-01-11  Juri Linkov  <juri@jurta.org>
4906         * INSTALL.CVS: Move configuration explicitly to the first step.
4908 2009-01-09  Glenn Morris  <rgm@gnu.org>
4910         * .dir-locals.el: Don't set indent-tabs-mode.
4912 2008-12-30  Kenichi Handa  <handa@m17n.org>
4914         * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4915         the function OTF_get_variation_glyphs.
4917 2008-12-30  Jan Djärv  <jan.h.d@swipnet.se>
4919         * Makefile.in (install-arch-dep): Remove old directories in
4920         ns_app* before moving new directories there.
4922 2008-12-27  Dan Nicolaescu  <dann@ics.uci.edu>
4924         * .dir-locals.el: Remove non-working entry for pmail.
4925         (fill-column): Fix typo.
4926         (change-log-mode): Add fill column.
4928 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
4930         * config.bat: Produce _dir-locals.el from .dir-locals.el.
4932 2008-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
4934         * make-dist (tempdir): Distribute .dir-locals.el.
4936         * .dir-locals.el: New file.
4938 2008-12-19  Eli Zaretskii  <eliz@gnu.org>
4940         * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4941         for rationale.
4943 2008-12-13  Glenn Morris  <rgm@gnu.org>
4945         * Makefile.in (install-arch-indep): Add new man-pages.
4946         (manext): Remove variable.
4947         (MAN_PAGES): New variable.
4948         (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4949         and remove.
4950         (uninstall): Remove desktop file and icons, game scores if empty.
4952 2008-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
4954         * config.guess, config.sub: Updated from master source.
4956 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4958         * Makefile.in (install-arch-indep): Install ebrowse.1.
4960 2008-12-09  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
4962         * configure.in: Add Solaris on x86_64.
4964 2008-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4966         * config.guess, config.sub: Updated from master source.
4968 2008-12-08  Eli Zaretskii  <eliz@gnu.org>
4970         * info/dir: Fix last change.
4972 2008-12-07  Eli Zaretskii  <eliz@gnu.org>
4974         * info/dir: Untabify.
4976 2008-11-28  Ulrich Mueller  <ulm@gentoo.org>
4978         * configure.in: Fix last change.
4980 2008-11-28  Richard M Stallman  <rms@gnu.org>
4982         * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4983         New configurations.
4985 2008-11-20  Josh Elsasser  <josh@elsasser.org>  (tiny change)
4987         * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4988         removed while misclassified as now unsupported hp9000s300.  (Bug#1365)
4990 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
4992         * Makefile.in (INFO_FILES): Remove ns-emacs.
4994         * info/dir (NS-Emacs): Remove entry.
4996 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
4998         * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5000 2008-11-07  Glenn Morris  <rgm@gnu.org>
5002         * configure.in (HAVE_LIB64_DIR): Check for crtn.o.  (Bug#1287)
5004 2008-10-31  Eli Zaretskii  <eliz@gnu.org>
5006         * config.bat: Tell user to expect one "File not found" message
5007         while the `doc' directory is being configured.
5009 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5011         * update-subdirs: Put obsolete directory last.
5013 2008-10-30  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5015         * configure.in: Check fontconfig always.
5017 2008-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5019         * configure (*-solaris2.[7-9]*): Fix typo.
5021 2008-10-24  Glenn Morris  <rgm@gnu.org>
5023         * configure.in (--without-sync-input, --with-pkg-config-prog):
5024         Help strings start with lower case.
5025         (--with-gnustep-conf): New option.
5026         (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5028 2008-10-24  Yavor Doganov  <yavor@gnu.org>  (tiny change)
5030         * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5031         Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5032         is not found.  (Bug#1230)
5034 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
5036         * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5037         Use sol2-6.h for Solaris 7-9.
5039 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
5041         * configure.in: Add support for GNU/Linux on SuperH.
5043 2008-10-12  Andreas Schwab  <schwab@suse.de>
5045         * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5047 2008-10-03  Adrian Robert  <Adrian.B.Robert@gmail.com>
5049         * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5050         "X") to avoid confusion.
5052         * configure: Regenerate.
5054 2008-09-07  Romain Francoise  <romain@orebokech.com>
5056         * make-dist: Distribute doc/man/ChangeLog.
5058 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
5060         * configure.in: Disable XFT and Freetype when without X.
5062         * configure: Regenerate.
5064 2008-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
5066         * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5068 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5070         * configure.in (GNUSTEP_SYSTEM_HEADERS):
5071         Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
5073         * configure: Regenerate.
5075 2008-08-20  Eli Zaretskii  <eliz@gnu.org>
5077         * configure.in: Move "#define subprocesses" before
5078         config_opsysfile is included.
5080 2008-08-19  Kenichi Handa  <handa@m17n.org>
5082         * INSTALL (Extra fonts): Mention local fonts, don't mention
5083         mule-unicode.
5085 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
5087         * make-dist: Omit info/.arch-inventory.
5089 2008-08-16  Jason Rumney  <jasonr@gnu.org>
5091         * make-dist (tempdir/nt): Link emacsclient.rc.
5093 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5095         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5096         AC_SUBST it.
5097         (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5098         AC_SUBST it.
5099         (OTHER_FILES): Always define for HAVE_NS.
5100         (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5101         * configure: Regenerate.
5103 2008-08-07  Andreas Schwab  <schwab@suse.de>
5105         * configure.in: Correctly handle
5106         --enable-cocoa-experimental-ctrl-g=no and
5107         --enable-ns-self-contained=yes.
5109 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
5111         * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
5112         (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5113         Don't bother undef'ing since won't have desired effect.
5115 2008-08-06  Andreas Schwab  <schwab@suse.de>
5117         * configure.in: Fix quoting.
5119 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
5121         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5123 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
5125         * configure.in: Add checks for krb5_error.text and
5126         krb5_error.e_text struct members.
5128 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
5130         * configure.in: Test for existence of NSInteger.
5131         Suggested by Yavor Doganov.
5133 2008-08-02  Romain Francoise  <romain@orebokech.com>
5135         * Makefile.in (INFO_FILES): Add mairix-el.
5137 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5139         * make-dist:
5140         * README: Remove VMS support.
5141         * vms: Remove directory.
5143 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5145         * configure.in (MULTI_KBOARD): Remove.
5147 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
5149         * configure.in (DO_BLOCK_INPUT): Remove, unused.
5151 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
5153         * info/dir (File): Add mairix-el.
5155 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5157         Remove support for Mac Carbon.
5158         * mac: Remove directory.
5159         * make-dist:
5160         * configure.in:
5161         * README:
5162         * Makefile.in:
5163         * INSTALL: Remove code for Carbon.
5164         * configure: Regenerate.
5166 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
5168         * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5170 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
5172         * configure.in: Check for getrlimit.
5174         * configure: Regenerate.
5176 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5178         * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5179         in src/Makefile.in.
5180         (static): Remove, autoconf would always comment it out anyway.
5181         (subprocesses): Define unconditionally.
5183 2008-07-19  Yavor Doganov  <yavor@gnu.org>  (tiny change)
5185         * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5186         compilation under GNUstep.
5188 2008-07-18  Kenichi Handa  <handa@m17n.org>
5190         * INSTALL (Complex Text Layout support libraries): Delete the
5191         paragraph about --enable-font-backend.
5193 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
5195         * configure.in: Print out some info to user for NeXTstep builds.
5196         (ns-app): Remove enable option.
5197         (ns-self-contained): Add enable option.
5198         (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5199         GNUstep, use to set install prefixes, and substitute in Makefiles.
5200         * configure: Regenerate.
5201         * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5202         NS app bundle.
5204 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5206         * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5208 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5210         * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5211         NS_IMPL_COCOA.
5213 2008-07-16  Glenn Morris  <rgm@gnu.org>
5215         * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5216         Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5217         (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5218         never unset.
5220         * make-dist: Add nextstep/ directories.
5221         (src, lib-src): Add .m files.
5223 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5225         * configure.in (freebsd, kfreebsd): Undo part of previous change.
5226         (USER_FULL_NAME): Remove, not used anymore.
5227         * configure: Regenerate.
5229 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5231         Changes and additions for NeXTstep windowing system (Cocoa and
5232         GNUstep) support.
5234         * configure.in: Add support for NS window system: --with-ns (default
5235         off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5236         sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5237         disable font backend if window system is "none", not if !HAVE_X11.
5238         * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5239         (install-arch-dep): Add commands to assemble NS .app package.
5241 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
5243         * configure.in: Use macppc for Darwin.  Remove references to
5244         desupported systems.
5245         * configure: Regenerate.
5247 2008-07-05  Glenn Morris  <rgm@gnu.org>
5249         * make-dist (EMACS): Doc fix.
5250         (lisp): There are no *.dat or image files here any more.
5251         (src): There are no *.s files here any more.
5252         (etc/images, etc/images/*): Link to most regular files.
5254 2008-07-04  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5256         * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5258 2008-07-01  Glenn Morris  <rgm@gnu.org>
5260         * configure.in (cpp_undefs): Rename from `undefs', update uses.
5261         Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
5262         and explicitly export there.  (Bug#507.)
5264 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5266         * configure.in:
5267         * configure: Remove references to obsolete systems.
5269 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * Makefile.in (Makefile): Use it for its timestamp value as well, and
5272         make it depend on all other */.in files.
5273         (src/Makefile, src/config.stamp, lib-src/Makefile)
5274         (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5275         (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5276         (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5277         (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5279         * configure.in: Don't create src/config.stamp any more.
5281 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5283         * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5285 2008-06-22  Glenn Morris  <rgm@gnu.org>
5287         * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5289 2008-06-21  Romain Francoise  <romain@orebokech.com>
5291         * Makefile.in (INFO_FILES): Add sasl.
5293 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5296         (bootstrap-build): Remove.
5297         (top_bootclean): New var.
5298         (top_distclean, bootstrap-clean): Use it.
5299         (bootstrap): Don't recheck config.  Make normally.
5301 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         * Makefile.in (SUBDIR): Include `lisp'.
5304         (lisp): Depend on `src'.
5305         (top_distclean): Don't remove config.status.
5306         (bootstrap-clean): New target.
5307         (maintainer-clean): Use it.
5308         (bootstrap): Use bootstrap-clean.  Re-run config.status.
5309         (src/bootstrap-emacs${EXEEXT}): New target.
5310         (bootstrap-build): Use it.  Don't use bootstrap-prepare because
5311         src/Makefile now takes care of it.
5312         (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5314 2008-06-15  Glenn Morris  <rgm@gnu.org>
5316         * info/dir: Add sasl.
5318 2008-06-09  Alan Mackenzie  <acm@muc.de>
5320         * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5322 2008-06-08  Eric S. Raymond  <esr@snark.thyrsus.com>
5324         * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5326 2008-06-07  Glenn Morris  <rgm@gnu.org>
5328         * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5329         serve no purpose.
5331 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5333         * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5334         * configure: Regenerate.
5336 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5338         * update-subdirs: Don't touch subdirs.el if it is unchanged.
5340 2008-05-14  Kenichi Handa  <handa@m17n.org>
5342         * configure: Regenerate.
5344         * configure.in: Don't handle --disable-font-backend.  Don't print
5345         a message about a font backend.
5347 2008-05-09  Glenn Morris  <rgm@gnu.org>
5349         * configure.in: Make absence of makeinfo a fatal error only if the info
5350         files don't exist.
5351         * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5353 2008-05-07  Eli Zaretskii  <eliz@gnu.org>
5355         * config.bat: Fix last change: don't use < and > in "rem" lines,
5356         they are interpreted as redirection by DOS shells.
5358 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5360         * configure.in: Check availability of AvailabilityMacros.h
5361         if HAVE_CARBON.
5363         * configure: Regenerate.
5365 2008-05-03  Glenn Morris  <rgm@gnu.org>
5367         * configure.in (x_libraries): Remove standard 64-bit directories -
5368         experimental workaround for minor autoconf bug.
5370         * configure.in (--without-makeinfo): New option.  If set,
5371         absence of suitable makeinfo is not a fatal error.
5372         * Makefile.in (MAKEINFO): New, set by configure.
5373         (install-arch-indep): Without makeinfo, ignore any missing manuals.
5374         (info-real): New target.
5375         (info): Without makeinfo, do nothing, else call `info-real'.
5377 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5379         * configure.in: Remove hpux10.20 from the desupported list.
5381 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5385 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5388         rather than change CPPFLAGS.
5389         (HAVE_GTK): Rename to USE_GTK.
5391 2008-04-16  Yavor Doganov  <yavor@gnu.org>  (tiny change)
5393         * configure.in: Replace the obsolete macros AC_AIX and
5394         AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5396 2008-04-05  Andreas Schwab  <schwab@suse.de>
5398         * configure.in: No longer create admin/unidata/Makefile.
5400 2008-03-28  Andreas Schwab  <schwab@suse.de>
5402         * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5403         (lisp/Makefile): New rule.
5405 2008-03-13  Glenn Morris  <rgm@gnu.org>
5407         * configure.in (AC_INIT): Fix version number.
5408         (sync-input): Reword the option, since it's on by default.
5410 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
5412         * configure.in: Add --enable-sync-input, default yes.
5414 2008-03-11  Glenn Morris  <rgm@gnu.org>
5416         * Makefile.in (install-etc, mkdir): Handle directory
5417         etc/images/icons/hicolor/*/mimetypes/.
5419         * make-dist: Handle icons/hicolor/scalable directory.
5421 2008-03-05  Glenn Morris  <rgm@gnu.org>
5423         * configure.in: Enable font-backend by default.
5424         (USE_FONT_BACKEND): Set to "no" in absence of X.
5425         (PKG_CONFIG): Don't set multiple times, once is enough.
5426         (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5428 2008-03-03  Glenn Morris  <rgm@gnu.org>
5430         * Makefile.in (iconsrcdir): New variable.
5431         (install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon
5432         directory.
5434 2008-02-29  Glenn Morris  <rgm@gnu.org>
5436         * test/: New directory.
5438 2008-02-27  Jan Djärv  <jan.h.d@swipnet.se>
5440         * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5442 2008-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
5444         * configure.in: Print an error for systems that we think are obsolete
5445         and are proposed to be removed.  Remove some more unused systems.
5446         Add support for powerpc-ibm-aix6*.
5448 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5450         * configure.in: Remove references to obsolete variables and systems.
5452 2008-02-21  Glenn Morris  <rgm@gnu.org>
5454         * Makefile.in (set_installuser): New.
5455         (install-arch-indep): Use set_installuser to avoid duplicate code.
5457         * README.unicode: Split into admin/notes/unicode,font-backend and
5458         remove.
5460 2008-02-10  Matthew Luckie  <mjl@luckie.org.nz>  (tiny change)
5462         * configure.in (arm*-*-freebsd*): Add.
5464 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5466         * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5467         dealing with obsolete variables.
5469 2008-02-08  Glenn Morris  <rgm@gnu.org>
5471         * Makefile.in (check-info-dir): New target.
5473 2008-02-08  Michael Olson  <mwolson@gnu.org>
5475         * Makefile.in (INFO_FILES): Add epa.
5477         * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5478         features" section.
5480 2008-02-06  Glenn Morris  <rgm@gnu.org>
5482         * configure.in (--with-gcc): Give an error saying this option has
5483         been removed.
5484         (--with-gtk): Remove this option.
5486 2008-02-06  Tom Tromey  <tromey@redhat.com>
5488         * configure.in (--with-gcc): Remove.
5489         * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5491 2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
5493         * INSTALL: Recommend giflib, not libungif.
5495 2008-02-05  Tom Tromey  <tromey@redhat.com>
5497         * configure.in (--with-dbus): Default to enabled.
5499 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
5501         * INSTALL (Complex Text Layout support libraries): New section.
5503 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * make-dist: Remove references to files in mac/ that have been
5506         deleted.
5508 2008-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
5510         * configure.in: For libotf and m17n-flt checks, set shell vars
5511         HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5512         pkg_check_m17n_flt, respectively, for the sake of the summary output.
5513         Reported by Ulrich Mueller.
5515 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
5517         * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5518         admin/unidata/Makefile.in to Makefile.
5520 2008-02-02  Glenn Morris  <rgm@gnu.org>
5522         * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5523         (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5524         (HAVE_XFT): Add "Does Emacs use..." messages at end.
5526 2008-02-01  Miles Bader  <miles@gnu.org>
5528         * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5529         [libotf], and [m17n-flt] options.
5531 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5533         * configure.in: Add EMACS_ARG_N([libotf]...), and
5534         EMACS_ARG_N([m17n-flt].  Set back OLD_CPPFLAGS to CPPFLAGS (not
5535         CFLAGS) in XFT checking part.  Don't alter C_SWITCH_X_SITE,
5536         CFLAGS, and LIBS in checking of m17n-flt.
5538 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5540         * configure.in: Check the availability of m17n-flt library.
5542 2008-02-01  Kenichi Handa  <handa@m17n.org>
5544         * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5545         not available.
5547 2008-02-01  Kenichi Handa  <handa@m17n.org>
5549         * configure.in: New args --enable-font-backend, --with-xft,
5550         --with-freetyp.  New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5551         HAVE_FREETYPE, HAVE_LIBOTF.  New AC_SUBSTs XFT_LIBS,
5552         FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5553         FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5555 2008-02-01  Kenichi Handa  <handa@m17n.org>
5557         * make-dist: Include etc/charsets in tarball.
5559 2008-02-01  Kenichi Handa  <handa@m17n.org>
5561         * configure.in: While running cpp on junk.c, include
5562         -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5563         exists.
5565 2008-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
5567         * configure.in (xtensa): Match more configurations.
5569 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
5571         * configure.in: Update comment.
5573 2008-01-26  Glenn Morris  <rgm@gnu.org>
5575         * configure.in (--without-gcc): By default, neither off nor on.
5576         (--with-carbon): Tone down rhetoric in help text.
5578 2008-01-25  Glenn Morris  <rgm@gnu.org>
5580         * configure.in: Correct usage of OPTION_DEFAULT_ON,
5581         OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5582         Default `Carbon' to off (it's unsupported).
5584 2008-01-24  Glenn Morris  <rgm@gnu.org>
5586         * configure.in: Standardize dbus-related messages.
5588 2008-01-23  Michael Olson  <mwolson@gnu.org>
5590         * configure.in (pkg-config-prog): Remove initial whitespace.
5592 2008-01-23  Tom Tromey  <tromey@redhat.com>
5594         * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5595         (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5596         Update all users.
5598 2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
5600         * config.guess, config.sub: Updated from master source.
5602 2008-01-17  Andreas Schwab  <schwab@suse.de>
5604         * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5606 2008-01-17  Glenn Morris  <rgm@gnu.org>
5608         * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5610 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
5612         * configure.in: Remove more references to unsupported systems.
5614 2008-01-16  Sven Joachim  <svenjoac@gmx.de>
5616         * make-dist: Add --lzma.
5618 2008-01-16  Glenn Morris  <rgm@gnu.org>
5620         * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5621         configure checks for this.
5623 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
5625         * configure.in: Remove more references to unsupported systems.
5627 2008-01-06  Romain Francoise  <romain@orebokech.com>
5629         * configure.in: Delete extra semicolons.
5631 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5633         * configure.in: Remove references to unsupported systems.
5635 2008-01-05  Romain Francoise  <romain@orebokech.com>
5637         * make-dist: Add --bzip2.  Update copyright.
5639 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5641         * configure.in: Remove support for Masscomp.
5643 2008-01-05  Glenn Morris  <rgm@gnu.org>
5645         * Makefile.in (desktopdir, icondir): New variables.
5646         (install-arch-indep): Also depend on `install-etc'.
5647         (install-etc): New target.
5648         (mkdir): Also create the `applications' and `icons' directories.
5650 2008-01-04  Glenn Morris  <rgm@gnu.org>
5652         * make-dist: Update for new etc/images/icons/hicolor directory.
5654 2007-12-09  Andreas Schwab  <schwab@suse.de>
5656         * configure.in: D-Bus is not enabled by default.
5658 2007-12-06  Jan Djärv  <jan.h.d@swipnet.se>
5660         * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5661         change.
5663 2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
5665         * configure.in: Give package name and version to AC_INIT.
5667 2007-12-03  Magnus Henoch  <mange@freemail.hu>
5669         * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5671 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5673         * configure.in: No need for DBUS_INFO anymore.
5675         * Makefile.in (INFO_FILES): Use dbus unconditionally.
5677 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5679         * configure.in: Add D-Bus checks.  D-Bus is disabled by default.
5681         * Makefile.in (INFO_FILES): Add dbus.
5683 2007-12-02  Romain Francoise  <romain@orebokech.com>
5685         * make-dist: Fix last change.
5687 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5689         * configure.in: Add support for gnu-kfreebsd.
5691 2007-11-28  Glenn Morris  <rgm@gnu.org>
5693         * make-dist: Add etc/nxml.
5695 2007-11-24  Romain Francoise  <romain@orebokech.com>
5697         * Makefile.in (INFO_FILES): Add nxml-mode.
5699 2007-11-23  Romain Francoise  <romain@orebokech.com>
5701         * make-dist: Include nXML.  Don't try to copy FTP, it was removed on
5702         2007/10/17.  Don't special-case alloca.c which is no longer in CVS.
5704 2007-11-20  Andreas Schwab  <schwab@suse.de>
5706         * configure.in: Always include <resolv.h> when checking for res_init.
5708 2007-11-17  Andreas Schwab  <schwab@suse.de>
5710         * update-subdirs: Atomically update subdirs.el.
5712 2007-11-17  Glenn Morris  <rgm@gnu.org>
5714         * Makefile.in (check-declare): New target.
5716 2007-11-07  Glenn Morris  <rgm@gnu.org>
5718         * configure.in: Deprecate Mac Carbon port.
5720 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
5722         * configure.in: Remove HAVE_X11R5 check.
5724 2007-10-31  Glenn Morris  <rgm@gnu.org>
5726         * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5727         when changing ownership of installed files.
5729 2007-10-30  Glenn Morris  <rgm@gnu.org>
5731         * make-dist: Add new directory etc/gnus.
5733 2007-10-30  Michael Olson  <mwolson@gnu.org>
5735         * Makefile.in (INFO_FILES): Alphabetize.  Add remember.
5737 2007-10-29  Glenn Morris  <rgm@gnu.org>
5739         * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5741 2007-10-23  Glenn Morris  <rgm@gnu.org>
5743         * MAINTAINERS: Move to admin/.
5745 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
5747         * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5748         (HAVE_LIBRESOLV): Also define if we are using res_init().
5750 2007-10-17  Glenn Morris  <rgm@gnu.org>
5752         * FTP: Remove file, since it's just a duplicate of one in etc/.
5754 2007-10-05  Eli Zaretskii  <eliz@gnu.org>
5756         * config.bat: Fix configuring `doc' due to changes in the
5757         directory structure.
5759 2007-09-16  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
5761         * configure.in: Don't use -lpthread on HP-UX.
5763 2007-09-16  Glenn Morris  <rgm@gnu.org>
5765         * make-dist: File gfdl.1 has been removed.
5767 2007-09-15  Glenn Morris  <rgm@gnu.org>
5769         * configure.in: Fix makeinfo version regexp.
5771 2007-09-12  Glenn Morris  <rgm@gnu.org>
5773         * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5774         implementation of alloca is not found.
5776         * Makefile.in (SOURCES, unlock, relock): Delete.
5777         (install-arch-indep): Do not exclude the etc/ Makefiles.
5779 2007-09-09  Juri Linkov  <juri@jurta.org>
5781         * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5783         * README: Add doc/ to documentation directories.
5785 2007-09-08  Michael Olson  <mwolson@gnu.org>
5787         * MAINTAINERS: Add myself for ERC and tq.el.
5788         Update for new doc/ directory layout.
5790 2007-09-06  Romain Francoise  <romain@orebokech.com>
5792         * make-dist: Update for new doc/ directory layout.
5794 2007-09-06  Glenn Morris  <rgm@gnu.org>
5796         * Makefile.in (mansrcdir): New variable.
5797         (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5798         (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5799         update these targets for new doc/ directory layout.
5800         (doc/misc/Makefile): New target.
5801         (install-arch-indep): Use mansrcdir for new location of manpages.
5802         (mostlyclean, clean, distclean, maintainer-clean, unlock)
5803         (relock, info, dvi): Update targets for new doc/ directory layout.
5805         * configure.in (AC_OUTPUT): Update names of generated Makefiles
5806         for new doc/ directory layout.
5808 2007-09-02  Andreas Schwab  <schwab@suse.de>
5810         * configure.in: Use AS_HELP_STRING throughout.
5811         * configure: Regenerate.
5813 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
5815         * configure.in: Require Gtk/Glib 2.6.
5817 2007-09-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
5819         * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5820         Use them throughout in place of AC_ARG_WITH calls.
5821         * configure: Regenerate.
5823 2007-09-01  Andreas Schwab  <schwab@suse.de>
5825         * configure.in: Put quotes around nested macro calls.
5827 2007-08-31  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
5829         * configure.in: Fix typo.
5830         * configure: Regenerate.
5832 2007-08-30  Glenn Morris  <rgm@gnu.org>
5834         * configure.in (AH_BOTTOM): Copy some manual changes made to
5835         src/config.in here so they are not lost when it regenerates.
5837         * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5839 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
5841         * README.multi-tty: New file.
5843 2007-08-29  Glenn Morris  <rgm@gnu.org>
5845         * README: Increase version to 23.0.50.
5847 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
5849         * configure.in: New option: --without-xaw3d.
5851 2007-08-24  Glenn Morris  <rgm@gnu.org>
5853         * configure.in: Check for a suitably recent makeinfo.
5855 2007-08-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
5857         * configure.in (Check for required libraries): Typo.
5859 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5861         * configure.in: Check librsvg2 also for Mac Carbon.
5863 2007-08-22  Romain Francoise  <romain@orebokech.com>
5865         * make-dist: Follow reorganization of files in etc/.
5867 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
5869         * configure.in: Add support for SVG images through librsvg2.
5871 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
5873         * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5874         to avoid an error message if there is no DOC there.
5876 2007-07-25  Glenn Morris  <rgm@gnu.org>
5878         * Relicense all FSF files to GPLv3 or later.
5880         * COPYING, info/COPYING: Switch to GPLv3.
5882 2007-06-20  Jan Djärv  <jan.h.d@swipnet.se>
5884         * configure.in: Complain if X seems to be installed but no
5885         development files were found.
5887 2007-06-20  Glenn Morris  <rgm@gnu.org>
5889         * configure.in: Prefer libgif over libungif.
5891 2007-06-14  Jan Djärv  <jan.h.d@swipnet.se>
5893         * configure.in: Check for all image libraries before exiting.
5895 2007-06-13  Jan Djärv  <jan.h.d@swipnet.se>
5897         * configure.in: Exit with error if image libraries aren't found.
5899 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
5901         * configure.in: Merge xaw3d and libXaw checks.  Check xaw3d even
5902         when compiling without scrollbars.
5904 2007-06-12  Glenn Morris  <rgm@gnu.org>
5906         * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5908 2007-06-11  Jan Djärv  <jan.h.d@swipnet.se>
5910         * configure.in: Change wording about yes/gtk and lucid/athena
5911         being synonyms.
5913 2007-06-08  Glenn Morris  <rgm@gnu.org>
5915         * configure.in: Make gtk the default toolkit.
5917 2007-06-07  Glenn Morris  <rgm@gnu.org>
5919         * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5920         for a Sun C compiler.
5922         * Makefile.in (install-arch-indep): Install only the DOC- file
5923         specific to the build, if possible, rather than DOC-*.
5925 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5927         * Version 22.1 released.
5929 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
5931         * mkinstalldirs: Sync to version in automake CVS.
5933 2007-05-22  Andreas Schwab  <schwab@suse.de>
5935         * configure.in: Prefer build_alias over host when host_alias is not set.
5936         * configure: Regenerate.
5938 2007-05-20  Andreas Schwab  <schwab@suse.de>
5940         * configure.in: Remove empty AC_SUBST.
5941         * configure: Regenerate.
5943 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
5945         * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5946         it like others.
5947         * configure: Regenerate.
5949 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
5951         * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5952         (AC_CHECK_LIB): Add -lgpm.
5953         * configure: Regenerate.
5955 2007-05-03  Glenn Morris  <rgm@gnu.org>
5957         * configure: Tweak message about the absence of shell functions.
5959 2007-04-27  Andreas Schwab  <schwab@suse.de>
5961         * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5963 2007-04-26  Glenn Morris  <rgm@gnu.org>
5965         * README: Increase version to 22.1.50.
5967 2007-04-24  Juanma Barranquero  <lekktu@gmail.com>
5969         * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5971 2007-04-19  Glenn Morris  <rgm@gnu.org>
5973         * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5975 2007-04-18  Glenn Morris  <rgm@gnu.org>
5977         * INSTALL: Mention CPP.
5979 2007-04-15  Glenn Morris  <rgm@gnu.org>
5981         * FTP: Replace with a pointer to the web version.
5983 2007-04-13  Glenn Morris  <rgm@gnu.org>
5985         * INSTALL: In lib-src, timer, wakeup, yow are removed.
5987 2007-04-04  Glenn Morris  <rgm@gnu.org>
5989         * configure.in (NON_GNU_CPP): Use associated preprocessor when
5990         compiling with Sun Studio on Solaris.
5992 2007-03-23  Glenn Morris  <rgm@gnu.org>
5994         * configure.in: Restore support for hp800 (removed 2007-01-27)
5995         following clarification of legal status.
5997 2007-03-22  Joe Buehler  <jbuehler@spirentcom.com>  (tiny change)
5999         * configure.in: Add support for AIX4.3 on IBM RS6000.
6001         * configure: Regenerate.
6003 2007-03-20  Richard Stallman  <rms@gnu.org>
6005         * configure.in: Fix previous change.
6007 2007-03-19  Deanna Phillips  <deanna@sixbit.org>  (tiny change)
6009         * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
6010         (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6011         (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
6013 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6015         * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6016         user specifies "without".
6018         * configure: Regenerate.
6020 2007-03-18  Jan Djärv  <jan.h.d@swipnet.se>
6022         * configure.in: Warning for Gtk+ and Cygwin added.
6023         (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6025 2007-02-27  Glenn Morris  <rgm@gnu.org>
6027         * make-dist (oldXMenu): Remove Imakefile.
6028         (etc/images): Add README.
6030 2007-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
6032         * configure.in (xtensa-*-linux-gnu*): New configuration.
6034         * configure: Regenerate.
6036 2007-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
6038         * config.guess, config.sub: Updated from master source.
6040 2007-01-31  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6042         * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6044 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
6046         * configure.in: Restore support for hp800's not running HP-UX.
6048         * configure: Regenerate.
6050 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
6052         * configure.in: Remove support for hp800 and sr2k machine types.
6054         * configure: Regenerate.
6056 2007-01-26  Jan Djärv  <jan.h.d@swipnet.se>
6058         * configure.in: Add check for libXft.
6060 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
6062         * INSTALL: Info files moved to share/info.
6064 2007-01-02  Stephen C. Gilardi  <scgilardi@gmail.com>  (tiny change)
6066         * configure.in: Detect and use fink-installed in intel-based Mac
6067         builds; change Apple Darwin section to support both PowerPC and
6068         Intel-based Macs.
6070 2006-12-26  Andreas Schwab  <schwab@suse.de>
6072         * Makefile.in (datarootdir): Define.
6074 2006-12-24  Richard Stallman  <rms@gnu.org>
6076         * configure.in: Require Autoconf 2.61.
6078 2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
6080         * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6081         Remove redundant entry for powerpc-apple-netbsd.
6083         * configure: Regenerate.
6085 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
6087         * configure: Regenerate with autoconf 2.61.
6089 2006-12-20  Jan Djärv  <jan.h.d@swipnet.se>
6091         * configure.in: Detect alsa/asoundlib.h also.
6092         * configure: Regenerate.
6094 2006-12-19  Jan Djärv  <jan.h.d@swipnet.se>
6096         * configure.in: Check if GTK+ compiles at all.
6098 2006-12-10  Andreas Schwab  <schwab@suse.de>
6100         * configure.in: Remove check for struct timezone, its result is
6101         never used.
6103 2006-12-08  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6105         * configure.in: Add support for Solaris 10 on x86-64.
6107 2006-12-08  Jan Djärv  <jan.h.d@swipnet.se>
6109         * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6110         of PKG_CONFIG_PATH.
6112 2006-12-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6114         * configure.in (HAVE_SYNC): New test.
6116 2006-12-03  Glenn Morris  <rgm@gnu.org>
6118         * Makefile.in: Fix Copyright format.
6120         * configure.in (AH_TOP): Add missing Copyright year.
6122         * update-subdirs: Add missing Copyright years.
6124 2006-11-27  Chris Moore  <christopher.ian.moore@gmail.com>
6126         * Makefile.in: Touch only the parts of the share/emacs directory
6127         specific to this version.
6129 2006-11-26  Chong Yidong  <cyd@stupidchicken.com>
6131         * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6133 2006-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6135         * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6137 2006-11-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6139         * configure.in: Prefer X11 to Carbon only when some X-specific
6140         option is specified (Thanks to Jan Djärv and Andreas Schwab).
6142 2006-11-04  Romain Francoise  <romain@orebokech.com>
6144         * Makefile.in (bootstrap-clean-before): Fix typo.
6145         Use new target `bootstrap-clean' in the leim subdirectory.
6147 2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6149         * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6151 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6153         * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6154         directories.
6156 2006-10-29  Jeramey Crawford  <jeramey@jeramey.com>
6158         * configure.in: Enable x86-64 OpenBSD compilation.
6160 2006-10-28  Glenn Morris  <rgm@gnu.org>
6162         * AUTHORS: Add cal-html.el author.
6164 2006-10-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6166         * make-dist: Make links to mac/make-package and
6167         mac/Emacs.app/Contents/Resources/Emacs.icns.
6169 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6171         * README: Bump version number to 22.0.90.
6173 2006-10-23  Andreas Schwab  <schwab@suse.de>
6175         * configure.in: Make sure x_default_search_path is always set even
6176         when x_libraries is empty, and look in .../share as well for each
6177         library directory.
6179 2006-09-28  Kenichi Handa  <handa@m17n.org>
6181         * configure.in (locallisppath): Don't include leim dir.
6182         (lisppath): Include leim dir.
6184 2006-09-15  Jay Belanger  <belanger@truman.edu>
6186         * COPYING: Replace "Library Public License" by "Lesser Public
6187         License" throughout.
6189 2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
6191         * make-dist (EMACS): Exit and fail if the EMACS environment
6192         variable is set to something other than an absolute file name.
6194 2006-08-16  Andreas Schwab  <schwab@suse.de>
6196         * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6197         of hardcoding it.
6199 2006-08-16  Richard Stallman  <rms@gnu.org>
6201         * INSTALL.CVS: Clean up wording.
6203 2006-07-14  Eli Zaretskii  <eliz@gnu.org>
6205         * configure.in (PKG_CHECK_MODULES): Redirect the output of
6206         $PKG_CONFIG --exists "$2" to config.log.
6207         * configure: Regenerate.
6209 2006-07-09  Richard Stallman  <rms@gnu.org>
6211         * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6213 2006-07-09  Kim F. Storm  <storm@cua.dk>
6215         * CONTRIBUTE: Use outline format.
6216         Add section on copyright years (from admin/notes/years).
6218 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
6220         * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6221         to /dev/null, since we don't need the error message, just the
6222         exit status.
6224 2006-07-07  Eli Zaretskii  <eliz@gnu.org>
6226         * CONTRIBUTE: Slight formatting changes and typo fixes.
6227         Add description of NEWS markings.
6229 2006-07-07  Kim F. Storm  <storm@cua.dk>
6231         * CONTRIBUTE: Mention INSTALL.CVS.
6233 2006-07-05  Romain Francoise  <romain@orebokech.com>
6235         * make-dist (top-level): Add CONTRIBUTE.
6237 2006-07-04  Richard Stallman  <rms@gnu.org>
6239         * CONTRIBUTE: Much rewrite.
6241 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
6243         * CONTRIBUTE: New file.
6245 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
6247         * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6249 2006-05-18  Jan Djärv  <jan.h.d@swipnet.se>
6251         * configure.in: Add check for ALSA.
6253 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6255         * Makefile.in (INFO_FILES): Remove emacs-xtra.
6257         * info/dir: Remove the Emacs-Xtra entry.
6259 2006-04-20  Ramprasad B  <ramprasad_i82@yahoo.com>
6261         Update copyright year(s) in many files.
6263 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
6265         * configure: Regenerated.
6267 2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6269         * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6270         --without-toolkit-scroll-bars was specified.
6272 2006-04-01  Christoph Bauer  <Christoph.Bauer@lms-gmbh.de>  (tiny change)
6274         * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6275         to CFLAGS.  Update Copyright years written to src/config.in.
6277 2006-03-18  Claudio Fontana  <claudio@gnu.org>
6279         * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6280         (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6281         to be installed/uninstalled.
6282         (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6283         to Info files installed by Emacs.
6285 2006-03-03  Claudio Fontana  <claudio@gnu.org>
6287         * Makefile.in (install, uninstall): Add DESTDIR variable to
6288         support staged installations.
6290 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6292         * configure.in (s390x-*-linux-gnu*): New configuration.
6294 2006-01-31  Jan Djärv  <jan.h.d@swipnet.se>
6296         * configure.in: Require GTK 2.4 or newer.
6298 2006-01-29  Michael Olson  <mwolson@gnu.org>
6300         * Makefile.in (install-arch-indep, uninstall): Add ERC.
6301         * info/dir (ERC): New entry.
6303 2006-01-29  Eli Zaretskii  <eliz@gnu.org>
6305         * info/dir: Fix last change.
6307 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6309         * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6311 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6313         * info/dir: Untabify the whole file.
6314         (Rcirc): New entry.
6316 2006-01-12  Andreas Schwab  <schwab@suse.de>
6318         * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6319         check.
6321 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
6323         * configure.in: Use -Wno-pointer-sign if available.
6325 2005-12-29  Andreas Schwab  <schwab@suse.de>
6327         * config.guess, config.sub: Updated from master source.
6329 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6331         * configure.in: Use amdx86-64 for freebsd on x86_64.
6333 2005-11-22  Romain Francoise  <romain@orebokech.com>
6335         * make-dist: Add etc/images/icons.
6337 2005-11-03  Andreas Schwab  <schwab@suse.de>
6339         * configure.in: Use GZIP_PROG instead of GZIP.
6341         * Makefile.in (GZIP_PROG): Rename from GZIP.
6342         (install-arch-indep): Adjust.
6344 2005-11-01  Andreas Schwab  <schwab@suse.de>
6346         * Makefile.in (bootstrap): Fix dependencies for parallel build.
6347         (bootfast): Likewise.
6349 2005-11-01  Romain Francoise  <romain@orebokech.com>
6351         * configure.in: Check for gzip.
6353         * Makefile.in (install): Compress source files.
6355 2005-10-24  Steven Tamm  <steventamm@mac.com>
6357         * configure.in: Fix darwin386 configuration issue.
6359 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6361         * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6363 2005-10-17  Bill Wohler  <wohler@newt.com>
6365         * make-dist: Create and populate etc/images/low-color.
6367 2005-10-15  Bill Wohler  <wohler@newt.com>
6369         * make-dist: Create and populate etc/images/gud.
6371 2005-10-08  Richard M. Stallman  <rms@gnu.org>
6373         * make-dist (tempparent): Don't check for 14-char file name limit.
6375 2005-10-07  Romain Francoise  <romain@orebokech.com>
6377         * make-dist: Add etc/images/ezimage and etc/images/mail
6378         directories.  Install images in etc/images.
6380 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6382         * configure.in: Prefer Carbon if --enable-carbon-app or
6383         --with-carbon is explicitly specified even when X11 is detected.
6385 2005-09-15  Ulf Jasper  <ulf.jasper@web.de>
6387         * Makefile.in (install-arch-indep, uninstall):
6388         Handle newsticker manual.
6389         (info): Add - to commands.
6391 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
6393         Remove the MAXPATHLEN limitations:
6395         * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6397 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6399         * configure.in <lynxsos*>: Support for LynxOS on PPC.
6400         * configure: Regenerate.
6402 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6404         * config.guess, config.sub: Updated from master source.
6406 2005-08-03  Juanma Barranquero  <lekktu@gmail.com>
6408         * .cvsignore: Add `lock'.
6410 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
6412         * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6414 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
6416         Merge gnulib getopt implementation into Emacs.
6418         * Makefile.in (AUTOCONF_INPUTS): New macro.
6419         ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6420         so that these files also depend on m4/getopt.m4.
6421         * configure.in: Configure getopt by including m4/getopt.m4,
6422         and configuring a getopt replacement if necessary.
6423         * make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
6424         * m4/getopt.m4: New file.
6426 2005-07-06  Lute Kamstra  <lute@gnu.org>
6428         * configure.in: Fix capitalization.
6430 2005-07-04  Lute Kamstra  <lute@gnu.org>
6432         Update FSF's address in GPL notices.
6434 2005-06-19  Jérôme Marant  <jerome@marant.org>
6436         * Makefile.in (epaths-force): Protect both lisppath and
6437         buildlisppath from whitespace.
6439 2005-06-08  Steven Tamm  <steventamm@mac.com>
6441         * configure.in: Support Darwin/MacOSX on Intel.
6443 2005-06-06  Jan Djärv  <jan.h.d@swipnet.se>
6445         * configure.in (HAVE_CANCELMENUTRACKING): New test.
6447 2005-05-19  Jérôme Marant  <jmarant@marant.org>
6449         * configure.in: Add --enable-locallisppath.
6451 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6453         * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
6454         Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6455         Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
6457 2005-05-07  Jérôme Marant  <jerome@marant.org>
6459         * make-dist: Remove references to makefile.nt and makefile.def.
6460         Include widgets and images subdirectories of etc.  Do not exclude
6461         ldefs-boot.el.
6463 2005-04-23  Andreas Schwab  <schwab@suse.de>
6465         * configure.in: Remove duplicate match for powerpc configuration.
6467 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
6469         * configure.in: Check for <pwd.h>.
6471 2005-04-14  Lute Kamstra  <lute@gnu.org>
6473         * make-dist: Distribute all ChangeLog files in lisp/.
6474         Don't distribute ldefs-boot.el.
6475         lisp/makefile.nt no longer exists.
6477 2005-04-13  Lute Kamstra  <lute@gnu.org>
6479         * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6480         for "no-byte-compile: t" in the file instead.
6482 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6485         shadow the main Lesstif/Motif-2.1 libs and includes.
6487 2005-03-10  Jan Djärv  <jan.h.d@swipnet.se>
6489         * configure.in: Only add XASSERTS to cppflags.
6491 2005-03-04  Jan Djärv  <jan.h.d@swipnet.se>
6493         * configure.in: Added --enable-asserts.
6495 2005-02-09  Kim F. Storm  <storm@cua.dk>
6497         Change release version from 21.4 to 22.1 throughout.
6498         Change development version from 21.3.50 to 22.0.50.
6500 2005-01-19  Steven Tamm  <steventamm@mac.com>
6502         * configure.in: Check for <sys/utsname.h>.
6504 2004-12-11  Kim F. Storm  <storm@cua.dk>
6506         * Makefile.in (info): Undo 2004-12-05 change.
6508 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
6510         * info/dir (File): Add URL and Org Mode manuals.
6511         * Makefile.in (install-arch-indep, uninstall): Add url and org
6512         manuals.
6514 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6516         * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6517         committed to src/config.in.
6519 2004-12-07  Jan Djärv  <jan.h.d@swipnet.se>
6521         * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6522         pthreads and define HAVE_GTK_AND_PTHREAD.
6524 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6526         * Makefile.in (info): Ignore errors building info files.
6528 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
6530         * config.bat: If 8-byte alignment is not supported, define
6531         NO_DECL_ALIGN in src/config.h, instead of trivially defining
6532         DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
6533         filter through Sed to remove the quotes.
6535 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * info/.cvsignore: Ignore everything.  It's OK since .cvsignore does
6538         not apply to files explicitly `cvs add'ed.
6540 2004-11-12  Eli Zaretskii  <eliz@gnu.org>
6542         * config.bat: Don't require djecho.exe for the v1.x build.
6543         Add a test for DECL_ALIGN support, and add a trivial definition to
6544         src/config.h if 8-byte alignment is not supported.
6546 2004-11-08  Kim F. Storm  <storm@cua.dk>
6548         * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6549         files before building.
6550         (bootfast, bootstrap-clean-before-fast): New targets, like
6551         bootstrap but don't remove .elc files.
6553 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
6555         * configure.in: Add check for getrusage.
6557 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
6559         * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6560         New tests for new and old GTK file dialogs.
6561         (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6562         to no.
6564 2004-10-20  Jan Djärv  <jan.h.d@swipnet.se>
6566         * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6567         can be set.  Remove SETARCH test.
6569 2004-10-08  Steven Tamm  <steventamm@mac.com>
6571         * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
6573 2004-10-06  Jan Djärv  <jan.h.d@swipnet.se>
6575         * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6576         AC_MSG_WARN.  Move output of warning message to end of configure run.
6578 2004-10-05  Jan Djärv  <jan.h.d@swipnet.se>
6580         * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6581         Run test to see if heap start address is random.
6583 2004-09-29  Miles Bader  <miles@gnu.org>
6585         * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6586         if setarch is present.
6588 2004-09-25  Jan Djärv  <jan.h.d@swipnet.se>
6590         * configure.in (HAVE_EXECSHIELD): Only define on x86.
6592 2004-09-24  Jan Djärv  <jan.h.d@swipnet.se>
6594         * configure.in: Check for exec-shield.
6596 2004-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6598         * Makefile.in (install-arch-indep): Add pgg and sieve.
6600         * info/.cvsignore: Added pgg and sieve.
6602 2004-08-06  Andreas Schwab  <schwab@suse.de>
6604         * Makefile.in (install-arch-indep, uninstall): Add flymake.
6606 2004-07-31  Eli Zaretskii  <eliz@gnu.org>
6608         * config.bat: Update URLs in the comments.
6610 2004-07-05  Andreas Schwab  <schwab@suse.de>
6612         * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6614 2004-06-21  Kenichi Handa  <handa@m17n.org>
6616         * make-dist: Link leim-ext.el into tempdir.
6618 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6620         * info/dir (File): Add emacs-xtra.
6621         * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6623 2004-06-12  Juri Linkov  <juri@jurta.org>
6625         * info/dir: Move menu help lines from `* Menu:' to file header.
6626         Describe the purpose of a red *.
6628 2004-05-04  Dave Love  <fx@gnu.org>
6630         * configure.in: Don't use `extrasub'.
6632 2004-04-29  Dave Love  <fx@gnu.org>
6634         * configure.in: Don't forget to quote args to `test'.
6636 2004-04-24  Thien-Thi Nguyen  <ttn@gnu.org>
6638         * autogen.sh: Update filename in "please read" message.
6640 2004-04-17  Richard M. Stallman  <rms@gnu.org>
6642         * INSTALL: Move the info about site-lisp dirs,
6643         and say uninstalled Emacs looks there too.
6645 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
6647         * config.bat (lib-src): Recognize comment lines in Makefile.in
6648         that have a TAB after the #, to avoid errors in preprocessing with
6649         GCC 3.3.3.
6651 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6653         * Makefile.in: Mention in comment that `make maintainer-clean'
6654         deletes .elc files.
6656 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * update-subdirs: Add local variables to prevent byte-compiling.
6660 2004-03-21  Dave Love  <fx@gnu.org>
6662         * configure.in: Fix previous change.
6664 2004-03-18  Dave Love  <fx@gnu.org>
6666         * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6668 2004-03-15  Luc Teirlinck  <teirllm@auburn.edu>
6670         * info/dir (File): Add SMTP and SES.
6672 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6674         * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6675         (bootstrap): Use the new bootstrap-prepare target in lisp.
6677 2004-02-18  Kim F. Storm  <storm@cua.dk>
6679         * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6681 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
6683         * make-dist: Don't link index.*perm and permute-index into tempdir.
6685 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
6687         * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6688         to match previous changes by Eli Zaretskii.
6690 2004-02-09  Luc Teirlinck  <teirllm@auburn.edu>
6692         * Makefile.in: Set CDPATH to an empty string.
6694 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * configure.in <darwin>: Use fink packages if available.
6698 2004-01-25  Jérôme Marant  <jmarant@free.fr>  (tiny change)
6700         * make-dist (lispref): Do include lispref/index.texi.
6702 2004-01-06  Eric Hanchrow  <offby1@blarg.net>
6704         * make-dist (tempdir): Include cursors in nt/icons.
6706 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
6708         * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6709         clashes with install-sh on 8+3 filesystems.
6711 2003-12-24  Miles Bader  <miles@gnu.org>
6713         * .cvsignore: Add .arch-inventory.
6715 2003-12-24  Andreas Schwab  <schwab@suse.de>
6717         * configure.in: Check for <sys/socket.h>.  Include it before
6718         including <net/if.h>.  Move check for <net/if.h> before its use.
6720 2003-12-24  Jan Djärv  <jan.h.d@swipnet.se>
6722         * Makefile.in (install-arch-dep): Don't let cd output go into
6723         pipe for carbon_appdir.
6725 2003-12-24  Andreas Schwab  <schwab@suse.de>
6727         * configure.in (PKG_CHECK_MODULES): Fix quoting.
6729 2003-12-01  Andreas Schwab  <schwab@suse.de>
6731         * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6732         hardcoding gcc.
6734 2003-11-16  Jan Djärv  <jan.h.d@swipnet.se>
6736         * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6737         multiple displays.
6738         Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6740 2003-09-23  Dave Love  <fx@gnu.org>
6742         * configure.in: Check members of struct ifreq.
6744 2003-09-14  Kim F. Storm  <storm@cua.dk>
6746         * configure.in: Add checks for sys/ioctl.h and net/if.h.
6748 2003-09-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
6750         * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6752 2003-08-18  Lute Kamstra  <lute@gnu.org>
6754         * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6755         required anymore.
6757 2003-08-07  Andrew Choi  <akochoi@shaw.ca>
6759         * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6760         option instead of -traditional-cpp for CPP.
6762 2003-07-29  Richard M. Stallman  <rms@gnu.org>
6764         * configure.in (HAVE_XIM): Define if XIM is available.
6766 2003-07-29  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
6768         * configure.in: The function gtk_window_set_icon_from_file was
6769         introduced in GTK+ 2.2, so check for that release.
6771 2003-07-23  Andreas Schwab  <schwab@suse.de>
6773         * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6775         * Makefile.in (YACC): Remove, not used.
6776         (MAINT): Don't set.
6777         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6778         disable dependency on ${srcdir}/configure.in when maintainer mode
6779         is disabled.
6781 2003-07-22  Dave Love  <fx@gnu.org>
6783         * configure.in: Make XRegisterIMInstantiateCallback test depend on
6784         HAVE_X11, not with_xim.
6785         (HAVE_CRTIN): Provide template.
6786         <with_png>: Test for png.h and libpng/png.h.
6788 2003-07-15  Andreas Schwab  <schwab@suse.de>
6790         * configure.in: Temporarily leave quoting for AC_DEFINE.
6792 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
6794         * configure.in: Check for posix_memalign.
6796 2003-07-12  Richard M. Stallman  <rms@gnu.org>
6798         * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6800 2003-07-09  Kim F. Storm  <storm@cua.dk>
6802         * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6803         functionality of --without-xim.
6805 2003-06-29  Dave Love  <fx@gnu.org>
6807         * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6809 2003-06-23  Dave Love  <fx@gnu.org>
6811         * configure.in: Check for sys/_mbstate_t.h.
6812         Test XRegisterIMInstantiateCallback prototype.
6813         (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6815 2003-06-06  Dave Love  <fx@gnu.org>
6817         * configure.in: Check for locale.h.
6819 2003-06-05  Dave Love  <fx@gnu.org>
6821         * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6822         Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6823         (NLIST_STRUCT): Don't define.
6824         (AH_BOTTOM): Define my_strftime.
6826 2003-06-02  Richard M. Stallman  <rms@gnu.org>
6828         * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6830 2003-05-24  Andreas Schwab  <schwab@suse.de>
6832         * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6833         bzero, and bcmp.
6835 2003-05-22  Dave Love  <fx@gnu.org>
6837         * configure.in: Remove redundant test for term.h.  Test for difftime.
6839 2003-05-20  Dave Love  <fx@gnu.org>
6841         * configure.in: Append * to s390-*-linux-gnu case.
6842         (LIBMAIL) <lockfile>: Don't define.
6844 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
6846         * INSTALL (* GNU/Linux development packages): Mention Debian and
6847         RedHat package names.
6849 2003-04-30  Boyd Lynn Gerber  <gerberb@zenez.com>
6851         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6853 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
6855         * INSTALL (* GNU/Linux development packages): Tell people to
6856         install additional packages for compiling Emacs.
6858 2003-04-30  Richard M. Stallman  <rms@gnu.org>
6860         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6862 2003-04-28  Francesco Potortì  <pot@gnu.org>
6864         * configure.in: Undo last (RMS') change, as it is useless, per
6865         Dave Love.
6867 2003-04-08  Richard M. Stallman  <rms@gnu.org>
6869         * configure.in: Put #include of jpeglib.h at start of line.
6871 2003-04-06  Francesco Potortì  <pot@gnu.org>
6873         * configure.in: Use the same configuration for all aix5, not just
6874         aix5.1.
6876 2003-03-16  Nelson H. F. Beebe  <beebe@math.utah.edu>  (tiny change)
6878         * configure.in: Check for need for bigtoc support on IBM AIX for
6879         solving a linker table overflow problem.
6881 2003-03-03  Rob Browning  <rlb@defaultvalue.org>
6883         * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6884         (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6885         over bzero, bcmp, and bcopy.
6887 2003-02-23  Simon Josefsson  <jas@extundo.com>
6889         * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6891 2003-02-21  Klaus Zeitler  <kzeitler@lucent.com>
6893         * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6895 2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)
6897         * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6899 2003-02-08  Andreas Schwab  <schwab@suse.de>
6901         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6902         instead of the substitution.
6904 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
6906         * Makefile.in: Use @EXEEXT@ for Cygwin.
6907         Use USERNAME if LOGNAME is not set (for Cygwin).
6909         * configure.in: Add opsys=cygwin.
6911 2003-01-22  Andreas Schwab  <schwab@suse.de>
6913         * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6914         redefining it explicitly in src/config.in.
6916 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
6918         * Makefile.in (bootstrap): Make bootstrap-after.
6920 2003-01-20  Jan Djärv  <jan.h.d@swipnet.se>
6922         * configure.in: Fix --with-gtk.
6924 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
6926         * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
6928         * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6930 2003-01-14  Francesco Potortì  <pot@gnu.org>
6932         * configure.in (m68k-motorola-sysv): Remove (obsolete).
6934 2003-01-07  Steven Tamm  <steventamm@mac.com>
6936         * configure.in: New option, --enable-carbon-app, to specify
6937         that the application should be installed
6938         * Makefile.in (install-arch-dep): On Mac OS X, install the
6939         Emacs.app application if carbon-app is enabled.
6941 2003-01-06  Dave Love  <fx@gnu.org>
6943         * configure.in: Check for nl_langinfo.
6944         [!HAVE_SIZE_T]: Fix typedef.
6946 2003-01-06  David Kastrup  <dak@gnu.org>
6948         * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6950         * configure.in: Add tests for install-info.
6952 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
6954         * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6955         use again sol2-6 instead of sol2-8.
6957 2002-12-09  Dave Love  <fx@gnu.org>
6959         * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6961 2002-12-08  Andreas Schwab  <schwab@suse.de>
6963         * Makefile.in (install-arch-indep): Revert last change.
6965 2002-11-27  Dave Love  <fx@gnu.org>
6967         * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6968         Check for __sys_siglist too.  Check for memset.
6969         Use AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
6971 2002-11-22  Juanma Barranquero  <lektu@terra.es>
6973         * config.guess, config.sub: Updated from master source.
6975 2002-11-19  Karl Fogel  <kfogel@red-bean.com>
6977         * autogen.sh: New file.
6979 2002-11-18  Dave Love  <fx@gnu.org>
6981         * configure.in: Tidy up various quoting issues throughout.
6982         Use AC_GNU_SOURCE.
6983         (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
6984         alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6985         Maybe define bcopy, bzero, bcmp.
6986         (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6987         non-existent machine file).
6988         (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6989         (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6990         (nlist.h): Move test up.
6992 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
6994         * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6996 2002-11-14  Francesco Potortì  <pot@gnu.org>
6998         * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7000 2002-11-11  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
7002         * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7004 2002-11-08  Dave Love  <fx@gnu.org>
7006         * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7007         (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7009 2002-11-07  Miles Bader  <miles@gnu.org>
7011         * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7012         Handle separate-build-dir case.
7014 2002-11-06  Richard M. Stallman  <rms@gnu.org>
7016         * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7017         bulletproof.  $bar may be empty when there are no .elc files.
7019 2002-10-30  Dave Love  <fx@gnu.org>
7021         * configure.in: Require autoconf 2.53.  Test for pty.h,
7022         sys/mman.h, sys/param.h, mremap, memmove.
7023         (AH_BOTTOM): Maybe include strings.h.  Add local variables for mode.
7024         (AC_PROG_YACC): Delete.
7025         (size_t): Use AC_CHECK_TYPES.
7026         (AH_TOP): Up-date copyright.
7028 2002-10-01  Juanma Barranquero  <lektu@terra.es>
7030         * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7032 2002-09-19  Richard M. Stallman  <rms@gnu.org>
7034         * configure.in: Fix the LessTif-directory-finder for real.
7036 2002-09-14  Richard M. Stallman  <rms@gnu.org>
7038         * Makefile.in (maybe_bootstrap): Test for complete absence
7039         of compiled Lisp files.
7041 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
7043         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7044         (bootstrap-clean-after): Delete.
7045         (bootstrap): Make the sequencing explicit.
7047 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7049         * configure.in: Fix previous LessTif change.
7051 2002-09-09  Richard M. Stallman  <rms@gnu.org>
7053         * configure.in (powerpcle-*-solaris2.5*): New configuration.
7054         (powerpcle-*-solaris*): Use version 2.6 as default.
7055         (*-sunos5.6*, *-solaris2.6*): New alternative.
7056         (*-sunos5*): Use version 2.6 as default.
7058 2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7060         * configure.in: Fix typo.
7062 2002-09-05  Richard M. Stallman  <rms@gnu.org>
7064         * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7066         * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7067         $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7069 2002-08-26  Kim F. Storm  <storm@cua.dk>
7071         * Makefile.in (install-arch-indep): Do not remove DOC file
7072         when it is the only DOC file installed; this is the case when
7073         CANNOT_DUMP is defined.  From Joe Buehler (tiny change).
7075 2002-07-24  Markus Rost  <rost@math.ohio-state.edu>
7077         * configure.in: Fix typo.
7079 2002-07-24  Richard M. Stallman  <rms@gnu.org>
7081         * configure.in: Don't print anything special about gamedir.
7083         * configure.in: Delete nonstandard --with-game-user option.
7085 2002-07-21  Richard M. Stallman  <rms@gnu.org>
7087         * Makefile.in (gamedir, localstatedir): New variables.
7088         (epaths-force): Insert value of gamedir into PATH_GAME.
7090         * configure.in (gamedir): Handle it like lispdir.
7091         (--with-game-dir option): Delete.
7093 2002-06-21  Pavel Janík  <Pavel@Janik.cz>
7095         * configure.in: Add support for mipseb-*-netbsd* machines.
7097 2002-06-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7099         * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7101 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7103         * info/dir (File): Add an entry for Tramp.
7105 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7107         * INSTALL-CVS: New file.
7109 2002-06-07  Andreas Schwab  <schwab@suse.de>
7111         * configure.in (x86_64-*-linux-gnu*): New system.
7113 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
7115         * config.bat: Handle the case when lispintro is truncated to lispintr.
7117 2002-05-26  Paul Eggert  <eggert@twinsun.com>
7119         * config.guess, config.sub: Updated from master source.
7121 2002-05-09  Richard M. Stallman  <rms@gnu.org>
7123         * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7125 2002-05-04  Pavel Janík  <Pavel@Janik.cz>
7127         * make-dist: Do not distribute lock/ directory.
7129 2002-04-30  Andrew Choi  <akochoi@shaw.ca>
7131         * configure.in: Provide documentation string when defining
7132         variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7133         and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7135 2002-04-29  Colin Walters  <walters@verbum.org>
7137         * configure.in: Delete configure check for access to the game user.
7139 2002-04-29  Pavel Janík  <Pavel@Janik.cz>
7141         * make-dist: lwlib/Imakefile is removed.
7143 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
7145         * configure.in: Add support for powerpc-apple-darwin*.
7146         (HAVE_CARBON): Add.
7148         * make-dist: Create directories in mac/Emacs.app.
7150 2002-04-25  Pavel Janík  <Pavel@Janik.cz>
7152         * make-dist: lwlib-Xol* are removed.
7154 2002-04-23  Andreas Schwab  <schwab@suse.de>
7156         * Makefile.in (MAINT): New variable.
7157         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7158         instead of configure.in, to avoid running autoconf and autoheader
7159         unless explicitly requested.
7161 2002-04-16  Eli Zaretskii  <eliz@gnu.org>
7163         * config.bat: Update for msdos/sed2v2.inp.
7165 2002-04-15  Andreas Schwab  <schwab@suse.de>
7167         * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7168         * configure.in: Add config header templates to all AC_DEFINE and
7169         AC_DEFINE_UNQUOTED symbols.
7170         * make-dist: Run autoheader if necessary.
7172 2002-04-10  Colin Walters  <walters@verbum.org>
7174         * configure.in: Add --game-dir, --game-user.  Test to see if we
7175         can use them.
7177 2002-04-08  Pavel Janík  <Pavel@Janik.cz>
7179         * configure.in: Add --with-sound.
7181 2002-03-18  Kim F. Storm  <storm@cua.dk>
7183         * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7184         and getsockname functions.  Test for sys/un.h include file.
7186 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
7188         * configure.in: Support AIX 5.1.
7190 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
7192         * configure.in: Added test for X Session Management (HAVE_X_SM).
7194 2002-03-03  Richard M. Stallman  <rms@gnu.org>
7196         * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7197         Run chown $${LOGNAME} on files installed by tar xvf.
7199 2002-03-03  Kim F. Storm  <storm@cua.dk>
7201         * configure.in: Test for getpeername.
7203 2002-03-01  Richard M. Stallman  <rms@gnu.org>
7205         * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7206         (HAVE_GIF): Don't use old libungif versions that crash.
7208 2002-02-26  Richard M. Stallman  <rms@gnu.org>
7210         * configure.in <making srcdir absolute>: Verify that PWD is correct,
7211         not just well-formed and valid.
7212         (mips-compaq-nonstopux*): New configuration.
7214 2002-02-18  Paul Eggert  <eggert@twinsun.com>
7216         * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7217         "sed q" is a portable equivalent to plain "head -1".
7219 2002-02-13  Richard M. Stallman  <rms@gnu.org>
7221         * Makefile.in (maybe_bootstrap): Do `exit 1'.
7222         (all): Don't depend on maybe_bootstrap here.
7223         (${SUBDIR}): Depend on it here instead.
7225 2002-02-08  Richard M. Stallman  <rms@gnu.org>
7227         * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7229 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
7231         * configure.in: Recognize BSD/OS 5.0.
7233 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
7235         * make-dist: Make version checking in emacs.texi consistent with
7236         how we set it there.
7238 2001-12-29  Kim F. Storm  <storm@cua.dk>
7240         * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7242 2001-12-28  Richard M. Stallman  <rms@gnu.org>
7244         * configure.in: Test for mbsinit.
7246 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
7248         These changes make Leim part of the standard distribution:
7250         * README: Add info about the `leim' directory.
7252         * INSTALL: Remove text that describes Leim as a separate package.
7254         * noleim-Makefile.in: File removed.
7256         * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7257         Link Leim files to ${tempdir}/leim, not to real-leim.  Don't move
7258         Leim files out of the Emacs tree.  Don't prepare a separate tarball
7259         for Leim.
7261 2001-12-11  Richard M. Stallman  <rms@gnu.org>
7263         * configure.in (hppa*-*-linux-gnu*): New alternative.
7265 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
7267         * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7268         creating distribution.
7270 2001-12-06  Paul Eggert  <eggert@twinsun.com>
7272         * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7273         (AC_FUNC_VFORK): Remove.
7274         (AC_FUNC_FORK): Add.
7275         (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7276         this is required by recent Autoconf versions.
7278 2001-12-02  Pavel Janík  <Pavel@Janik.cz>
7280         * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7281         TODO, vms-pp.trans and others).
7283 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
7285         * make-dist: Use COPYING from the top-level directory.
7287 2001-11-29  Gerd Moellmann  <gerd@gnu.org>
7289         * configure.in: Add support for FreeBSD/Alpha.
7291 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
7293         * make-dist: Add COPYING to the top-level directory of the
7294         distribution.  Simplify the logic behind copying.
7296         * Makefile.in (maybe_bootstrap): Fix previous change.
7298 2001-11-28  Richard M. Stallman  <rms@gnu.org>
7300         * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7302 2001-11-26  Richard M. Stallman  <rms@gnu.org>
7304         * Makefile.in: bootstrap should not delete dumped executables.
7305         (bootstrap-clean-before): New target.
7306         (bootstrap): Use bootstrap-clean-before instead of clean.
7307         (bootstrap-clean-after): Rename from bootstrap-clean.  Calls changed.
7309 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
7311         These changes add the Emacs Lisp Introduction manual to the
7312         distribution:
7314         * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7316         * make-dist: Copy the files in lispintro directory.
7318         * config.bat: Configure in the lispintro directory.
7320         * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7322         * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7323         (lispintro/Makefile): New target.
7324         (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7325         (unlock, relock, info, dvi): Ditto.
7327 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
7329         * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7331         * make-dist (etc): Don't distribute gfdl.1.
7333 2001-11-22  Colin Walters  <walters@debian.org>
7335         * Makefile.in (install-arch-indep): Install the calc .info files.
7336         (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7338 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
7340         * make-dist (lispref): Add *.txt, *.el, permute-index, and
7341         tindex.pl to the list of those being put into the distribution.
7343 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
7345         * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7347 2001-11-15  Pavel Janík  <Pavel@Janik.cz>
7349         * Makefile.in (uninstall): Fix previous change.
7351         * configure.in, Makefile.in: Add support for --program-prefix,
7352         --program-suffix and --program-transform-name options.
7354 2001-11-13  Pavel Janík  <Pavel@Janik.cz>
7356         * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7357         (install-arch-indep): Install emacsclient manual page.
7358         (uninstall): Uninstall emacsclient manual page.
7360 2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
7362         * make-dist: Add lispref/index.*perm files to the distribution.
7363         From Pavel Janík <Pavel@Janik.cz>.
7365 2001-11-12  Pavel Janík  <Pavel@Janik.cz>
7367         * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7369 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
7371         * configure.in: AC_OUTPUT lispref/Makefile.
7373 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
7375         The following changes add the ELisp reference manual to the
7376         distribution.
7378         * make-dist: Add the lispref directory to the distribution.
7380         * Makefile.in (install-arch-indep): Add elisp* to the list of
7381         installed Info files.
7382         (SUBDIR_MAKEFILES): Add lispref/Makefile.
7383         (lispref/Makefile): New target.
7384         (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7385         Add commands for the lispref directory.
7386         (info, dvi): Ditto.
7388         * config.bat: Configure in `lispref'.
7390 2001-11-09  Richard M. Stallman  <rms@gnu.org>
7392         * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7394 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
7396         * make-dist (tempdir): Copy AUTHORS as well.
7398 2001-11-06  Sam Steingold  <sds@gnu.org>
7400         * configure.in: Added a check for <nlist.h>.
7402 2001-11-01  Pavel Janík  <Pavel@Janik.cz>
7404         * configure.in: Reindent --help output.
7405         From Per Starbäck (starback@ling.uu.se).
7407 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
7409         * configure.in: New entry for HP/UX-11.
7411         * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7412         From Eric S. Raymond <esr@golux.thyrsus.com>.
7414 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7416         * configure.in (s390-*-linux-gnu): New system.  From Adam Thornton
7417         <athornton@sinenomine.net>.
7419 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
7421         * Makefile.in (maybe_bootstrap): New target.
7422         (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7424 2001-10-24  Ken Raeburn  <raeburn@gnu.org>
7426         * configure.in: If --with-hesiod is given, look for
7427         hes_getmailhost and res_send or __res_send; check hesiod and
7428         resolv libraries respectively if system libraries don't supply them.
7430 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
7432         * configure.in: Use $MAKE for `make' if set.
7434 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
7436         * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7437         to tar options.
7439 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7441         * (Version 21.1 released).
7443 2001-10-20  Miles Bader  <miles@gnu.org>
7445         * configure.in (configuration): Set from `host' if `host_alias'
7446         isn't defined.
7448 2001-10-19  Andreas Schwab  <schwab@suse.de>
7450         * configure.in: Make ready for autoconf 2.5x.
7451         (AC_PREREQ): Require autoconf 2.50.
7452         * aclocal.m4: Removed.
7453         * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7455 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7457         * README: Bump Emacs version to 21.1.50.
7459 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
7461         * Branch for 21.1.
7463 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
7465         * configure.in: Avoid `$@' which is handled specially in
7466         Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
7468 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
7470         * make-dist (nt): Add subdirs.el to the list of distributed files.
7472 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
7474         * configure.in (machine): Add an entry for
7475         hppa1.1-hitachi-hiuxwe2*.
7477 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
7479         * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7480         LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.
7482 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
7484         * make-dist: Copy texinfo.tex unconditionally.
7486 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
7488         * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7489         that are installed.
7491 2001-04-06  Gerd Moellmann  <gerd@gnu.org>
7493         * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7494         Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7496         * make-dist: Handle leim/MISC-DIC.  Only include
7497         `[a-zA-Z]*.{el,elc}' from leim/quail.
7499 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
7501         * Makefile.in (install-arch-indep): Remove .cvsignore files.
7503 2001-03-30  Gerd Moellmann  <gerd@gnu.org>
7505         * Makefile.in (.PHONY): Add for bootstrap targets.
7506         (bootstrap-clean): New target.
7507         (bootstrap): Use it instead of `clean'.
7509 2001-03-29  Eli Zaretskii  <a34785@is.elta.co.il>
7511         * Makefile.in (SUBDIR): Remove leim.
7512         (all, .RECURSIVE, extraclean): Add leim explicitly.
7513         (leim): Provide separate rule which exports PARALLEL=0 into the
7514         environment.
7516 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
7518         * configure.in (HAVE_XPM): Don't print the result of the check for
7519         XpmReturnAllocPixels if we don't have an xpm.h.
7521 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
7523         * COPYING: New file.
7525 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
7527         * config.bat: Update the copyright.
7529 2001-02-23  Kenichi Handa  <handa@etl.go.jp>
7531         * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7532         converts `..' to `. .'.  If it converts, set CPP_NEED_TRADITIONAL
7533         to `yes'.  Later in AC_OUTPUT, check this variable.
7535 2001-02-09  Dave Love  <fx@gnu.org>
7537         * AUTHORS: Updated.
7539 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
7541         * info/dir (Ebrowse): Fix the entry (was missing a dot).
7543 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
7545         * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7547         * Makefile.in (uninstall): Ignore exit code of `rm'.
7549         * Makefile.in (uninstall): Remove more info files.
7550         Remove ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
7552 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
7554         * noleim-Makefile.in (extraclean): Add.
7556 2001-01-28  Gerd Moellmann  <gerd@gnu.org>
7558         * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
7559         it quiet.
7561 2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
7563         * Makefile.in (tags): Fix typo.
7565 2001-01-13  Kenichi Handa  <handa@etl.go.jp>
7567         * configure.in: Fix typo in the code setting x_search_path.
7569 2001-01-10  Dave Love  <fx@gnu.org>
7571         * configure.in: Don't reset LIBS at end of -lXmu test.  Test for
7572         -lXext.
7573         (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7574         (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7575         (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7576         Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
7577         (now in $LIBS).
7579 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
7581         * config.bat: Run the preprocessor with -traditional.
7583 2001-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
7585         * INSTALL: Move copying conditions to end of file.
7587 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
7589         * INSTALL: Add basic installation procedure which assumes
7590         `configure' does its job.  Elaborate on image support libraries.
7591         Add a pointer to Xaw3d library.  Add advice about solving
7592         configure-time problems by looking in config.log and setting
7593         variables in the environment.
7595 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
7597         * Makefile.in (install-arch-indep): If tar fails, exit with
7598         exit code 1.
7600 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
7602         * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7603         source file includes XKBlib.h.  On some broken Solaris systems,
7604         there is an XKBlib.h, reportedly, but header files included by
7605         XKBlib.h are missing.
7607 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
7609         * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7611 2000-12-11  Dave Love  <fx@gnu.org>
7613         * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7615 2000-12-11  Paul Eggert  <eggert@twinsun.com>
7617         * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7618         Merge fixes from latest GNU tar version.  These macros no longer
7619         futz with _XOPEN_SOURCE, as that was not portable in practice.
7620         (AC_FUNC_FSEEKO): New macro.
7622         * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7623         ftello.
7625 2000-12-05  Dave Love  <fx@gnu.org>
7627         * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7629 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
7631         * info/dir: Change the category to "Emacs".
7633 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
7635         * make-dist (tempdir): Remove epaths.h from the distribution
7636         instead of paths.h.
7638 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
7640         * config.bat: Check for existence of djecho.exe, and print an
7641         error message if it is not available.
7643         * INSTALL: Describe possible problem with djecho.exe in old
7644         versions of DJGPP v2.x.
7646 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
7648         * configure.in: Initialize HAVE_LIBXP to no.
7650 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7652         * configure.in: Use m/macppc.h instead of the non-existent
7653         m/powerpc.h.
7655 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
7657         * Makefile.in (install-arch-indep): Also install info/eshell*
7658         and info/speedbar*.
7660         * configure.in (HAVE_PNG): Check for the presence of
7661         png_get_channels to rule out older PNG libs.
7663         * configure.in (AC_OUTPUT): Arrange to emit definitions of
7664         GCC and NON_GNU_CPP into config.status.
7666 2000-11-20  Dave Love  <fx@gnu.org>
7668         * configure.in: Fix last change.
7670         * GETTING.GNU.SOFTWARE: Deleted.
7671         * FTP: New file to replace it.
7672         * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7674 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
7676         * configure.in: Use -traditional with GNU cpp.
7678 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
7680         * make-dist: Handle the Mac port.  Distribute all makefile.w32-in.
7681         Distribute more files from the nt/ subdir.  Distribute PBM
7682         image files from subdirs of lisp/.  Distribute old change logs
7683         from subdirs of lisp/.  Distribute play/5x5.el.
7685 2000-11-11  Dave Love  <fx@gnu.org>
7687         * config.sub, config.guess: Updated from master source.
7689 2000-11-07  Dave Love  <fx@gnu.org>
7691         * configure.in: Test for mkstemp.
7693 2000-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
7695         * info/dir (Top): Rearrange menu items more logically, and put
7696         them into a single category.  Add menu items for RefTeX and
7697         Widget.
7699 2000-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7701         * Makefile.in (install-arch-indep): Use --info-dir instead of
7702         --dir-file, and a simple argument instead of --info-file, so that
7703         the Debian version of install-info also works.
7705 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
7707         * info/dir (Speedbar): Add entry.
7709 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
7711         * INSTALL: Describe the new image-support options to the configure
7712         script.  List URLs where image support libraries can be found.
7714 2000-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
7716         * info/dir (Top): Add an entry for Eshell.
7718 2000-10-02  Dave Love  <fx@gnu.org>
7720         * configure.in: Check for gai_strerror.
7722 2000-10-01  Andreas Schwab  <schwab@suse.de>
7724         * Makefile.in (install-arch-indep): Update list of installed info files.
7726 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
7728         * configure.in: Support `sparc*-*-netbsd*'.
7730 2000-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
7732         * info/dir (MIME): Add entry for emacs-mime.
7734 2000-09-29  Dave Love  <fx@gnu.org>
7736         * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7738 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
7740         * make-dist: Adapt to the change of leim/Makefile which was
7741         necessary to ensure a reasonably working `make dist'.
7743         * leim-Makefile.in: Moved to leim/Makefile.in..
7745         * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7747 2000-09-21  Kenichi Handa  <handa@etl.go.jp>
7749         * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7750         (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7751         (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7752         files to .elc.
7753         (${TIT}): Adjust for the above change.
7754         (clean mostlyclean): Likewise.
7755         (.el.elc): New target.
7757 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7759         * make-dist: Include XPM and XBM files in lisp/ and subdirs
7760         in the distribution.
7762 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
7764         * make-dist (skk): Rename to `ja-dic' because the leim directory
7765         was renamed.
7767 2000-09-14  Dave Love  <fx@gnu.org>
7769         * configure.in: Fix spurion in last change.
7771 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
7773         * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7774         configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
7775         to `no' if defined.  Change result report.
7777 2000-09-08  Dave Love  <fx@gnu.org>
7779         * configure.in: Remove spurious `@'s.
7781         * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7782         autoconf.
7784 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
7786         * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7787         file and print informational message.
7789         * configure.in (AC_FUNC_MMAP): Add.
7791 2000-09-01  Gerd Moellmann  <gerd@gnu.org>
7793         * configure.in: Add ``checking'' messages for
7794         XpmReturnAllocPixels.
7796 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
7798         * configure.in: Check <strings.h>; check `index' and `rindex'
7799         functions.
7801 2000-08-26  Kenichi Handa  <handa@etl.go.jp>
7803         * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7804         "case "${canonical}" in".
7806 2000-08-25  Dave Love  <fx@gnu.org>
7808         * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7810 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
7812         * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7814 2000-08-24  Gerd Moellmann  <gerd@gnu.org>
7816         * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7817         contains a relative path.  Protect against unusable values of $PWD.
7819 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7821         * info/dir (WoMan): Add entry.
7823         * config.bat (maindir): Update src/_gdbinit even if it does
7824         already exist.
7826 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
7828         * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7830 2000-08-03  Gerd Moellmann  <gerd@gnu.org>
7832         * configure.in: Add support for ia64*-*-linux*.
7834 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
7836         * make-dist (aclocal.m4): Include in distribution.
7838 2000-07-26  Dave Love  <fx@gnu.org>
7840         * configure.in (AC_SYS_LARGEFILE): Move earlier.
7842 2000-07-24  Dave Love  <fx@gnu.org>
7844         * configure.in: Add AC_SIZE_T.
7846 2000-07-18  Dave Love  <fx@gnu.org>
7848         * configure.in: Reorder so that most tests are done after CPPFLAGS
7849         is set from the C_SWITCH_... definitions.
7851 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
7853         * configure.in (HAVE_XPM): Undo previous change.  Check for
7854         preprocessor define XpmReturnAllocPixels.
7856 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
7858         * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7859         instead of XpmReadFileToPixmap.
7861 2000-07-05  Ken Raeburn  <raeburn@gnu.org>
7863         * configure.in: Check for <soundcard.h>.  Look for ossaudio
7864         library, and set LIBSOUND accordingly.
7866 2000-07-05  Dave Love  <fx@gnu.org>
7868         * configure.in: Use AC_HEADER_SYS_WAIT.
7870 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7872         * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7873         lisp/Makefile.  Distribute lisp/Makefile.in instead of
7874         lisp/Makefile.
7876 2000-06-30  Ken Raeburn  <raeburn@gnu.org>
7878         * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7879         while searching for image-handling libraries.
7881 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
7883         * configure.in (--with-xim): New option.
7885 2000-06-23  Dave Love  <fx@gnu.org>
7887         * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7888         for struct timezone and test how we can call gettimeofday.
7889         Check for OSF 5+.  Check for term.h.
7891         * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7892         version.
7894 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
7896         * configure.in (HAVE_LIBXP): Change test for libXp.
7898 2000-06-21  Dave Love  <fx@gnu.org>
7900         * configure.in: Check for fcntl.h.  Use AC_FUNC_GETLOADAVG, not
7901         simple test for getloadavg and substitute GETLOADAVG_LIBS.
7902         Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7904 2000-06-19  Dave Love  <fx@gnu.org>
7906         * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7907         _XOPEN_SOURCE is defined.
7909 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
7911         * Makefile.in (distclean): Also make distclean in lisp/.
7913 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7915         * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7917 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
7919         * make-dist: Add --help and --snapshot options.
7921 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
7923         * configure.in: Generate lisp/Makefile.
7925         * configure.in: Add support for `*-lynxos*'.
7926         Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7927         recommended by <Karen.Dorhamer@compaq.com> to fix problems
7928         on Tru64 UNIX v5.0.
7930 2000-06-13  Ken Raeburn  <raeburn@gnu.org>
7932         * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7933         it's on a continuation line.
7935 2000-06-02  Dave Love  <fx@gnu.org>
7937         * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7938         files.
7940         * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7941         Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
7942         test.
7944         * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7945         (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7947 2000-05-26  Gerd Moellmann  <gerd@gnu.org>
7949         * configure.in: Add check for speed_t typedef.
7951 2000-05-25  Ken Raeburn  <raeburn@gnu.org>
7953         * Makefile.in (install-arch-dep): Install fns-*.el only if it
7954         exists; it won't in the CANNOT_DUMP case.
7956 2000-05-25  Gerd Moellmann  <gerd@gnu.org>
7958         * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7959         On FreeBSD, the exit status is 1 if CDPATH is not set.
7960         (install-arch-indep): Install ebrowse.info.
7962 2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>
7964         * configure.in: Check for grandpt and getpt.
7966 2000-05-09  Dave Love  <fx@gnu.org>
7968         * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7970 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
7972         * make-dist: Make a link for lib-src/grep-changelog.
7973         Copy install-sh.
7975 2000-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
7977         * config.bat: Identify the beginning of the cpp stuff in
7978         src/Makefile.in and lib-src/Makefile.in more accurately.
7980 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
7982         * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7984 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
7986         * configure.in: Add support for `powerpc-*-netbsd*'.
7988 2000-04-19  Dave Love  <fx@gnu.org>
7990         * configure.in: Don't use AC_FUNC_GETLOADAVG.
7992         * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7994 2000-04-16  Dave Love  <fx@gnu.org>
7996         * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7998 2000-04-14  Dave Love  <fx@gnu.org>
8000         * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8002         * aclocal.m4 (AC_FUNC_MKTIME): New.
8004 2000-03-28  Ken Raeburn  <raeburn@gnu.org>
8006         * configure.in: Line up "--help" output a little better.
8008 2000-03-26  Gerd Moellmann  <gerd@gnu.org>
8010         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8011         New targets.
8012         (bootstrap): Rewritten in terms of the new targets above.
8013         Make info files, too.
8015 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
8017         * config.guess, config.sub: Use the versions of the files from
8018         subversions.
8020 2000-03-08  Dave Love  <fx@gnu.org>
8022         * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8023         AC_C_VOLATILE.  Define POINTER_TYPE.
8025         * aclocal.m4: New file.
8027 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
8029         * configure.in (machine): Add `mipsel-*-netbsd*' and
8030         `arm-*-netbsd*'.
8032 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
8034         * configure.in (machine): Add support for `*-auspex-sunos*'.
8036 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
8038         * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8040 2000-02-18  Dave Love  <fx@gnu.org>
8042         * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8044 2000-02-18  Andreas Schwab  <schwab@suse.de>
8046         * Makefile.in (install-arch-indep): Add eudc to list of installed
8047         info files.
8049 2000-02-17  Ken Raeburn  <raeburn@gnu.org>
8051         * configure.in: Include -lz and -ljpeg (if it's available) when
8052         testing for the tiff library.
8054 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
8056         * configure.in: Remove LISP_FLOAT_TYPE.
8058 2000-02-12  Dave Love  <fx@gnu.org>
8060         * configure.in: Use AC_FUNC_VFORK.
8062 2000-02-01  Gerd Moellmann  <gerd@gnu.org>
8064         * make-dist: Various fixes for new development tree.
8066         * leim-Makefile.in: New file.
8068 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
8070         * Makefile.in (dist): Call ./make-dist.
8072 2000-01-24  Dave Love  <fx@gnu.org>
8074         * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8076 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
8078         * configure.in (HAVE_GIF): Check for DGifOpen instead of
8079         DGifOpenFileName.
8081 2000-01-11  Andreas Schwab  <schwab@suse.de>
8083         * Makefile.in (install-arch-indep): Update list of info files to
8084         be installed.
8086 2000-01-05  Dave Love  <fx@gnu.org>
8088         * configure.in: Check for jerror.h as well as libjpeg.
8090 2000-01-03  Andreas Schwab  <schwab@suse.de>
8092         * Makefile.in (install-arch-indep): Install autotype*.
8093         Run install-info on autotype and emacs-faq.info.
8095 1999-12-04  Dave Love  <fx@gnu.org>
8097         * Makefile.in (install-arch-indep): Depend on `info'.
8098         (install-strip): Use `install' as sub-make target.
8100 1999-11-23  Ken Raeburn  <raeburn@gnu.org>
8102         * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8103         didn't need to be deleted.  Check for the k5crypto library as well
8104         as the crypto library; MIT Kerberos 1.1 changed the name.
8106 1999-11-18  Dave Love  <fx@gnu.org>
8108         * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8110 1999-11-11  Erik Naggum  <erik@naggum.no>
8112         * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8114 1999-11-08  Dave Love  <fx@gnu.org>
8116         * configure.in: Fix change for --with-pop default.
8118 1999-11-04  Dave Love  <fx@gnu.org>
8120         * configure.in: Default to --with-pop.  Change sense of with-gcc
8121         and with-toolkit-scroll-bars messages to reflect the defaults.
8123 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
8125         * INSTALL: Mention the Emacs Lisp Reference.
8127 1999-10-27  Noah Friedman  <friedman@splode.com>
8129         * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8131 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
8133         * Makefile.in (bootstrap): New target.
8135 1999-10-19  Paul Eggert  <eggert@twinsun.com>
8137         Add support for large files.  Merge glibc 2.1.2.
8139         * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8140         (HAVE_TM_GMTOFF): New symbol.
8141         (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8142         mbrlen, strsignal.
8143         (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8145 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
8147         * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8148         than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8150 1999-10-09  Richard M. Stallman  <rms@gnu.org>
8152         * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8153         Unset CDPATH to prevent cd from generating output.
8155 1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8157         * update-subdirs: Also ignore CVS subdirs.
8159 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
8161         * Makefile.in (install-arch-indep): Add ada-mode.
8163 1999-10-06  Dave Love  <fx@gnu.org>
8165         * Makefile.in: Add rules for config.status, configure.
8167 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
8169         * configure.in (--with-sound): Remove.
8171 1999-08-30  Gerd Moellmann  <gerd@gnu.org>
8173         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8174         the test for Xaw3d.
8175         (HAVE_TIFF): Add -lm to library check.
8177 1999-08-28  Richard Stallman  <rms@gnu.org>
8179         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8180         -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8181         after the other X-related libraries.
8183 1999-08-21  Dave Love  <fx@gnu.org>
8185         * configure.in: Don't check for jpeglib.h.
8187 1999-08-20  Gerd Moellmann  <gerd@gnu.org>
8189         * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8190         (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8192 1999-08-18  Dave Love  <fx@gnu.org>
8194         * configure.in: Check for termcap.h.
8196 1999-08-15  Gerd Moellmann  <gerd@gnu.org>
8198         * configure.in: Add --with-toolkit-scroll-bars.  If "no",
8199         use Emacs' scroll bars, even if configured for Motif or when
8200         Xaw3d is available.
8202 1999-08-12  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8204         * configure.in: Check for getaddrinfo.
8206 1999-08-04  Eli Zaretskii  <eliz@gnu.org>
8208         * config.bat: Make --no-debug work again by removing -gcoff.
8210 1999-07-30  Dave Love  <fx@gnu.org>
8212         * configure.in: Check for stdlib.h.
8214 1999-07-19  Dave Love  <fx@gnu.org>
8216         * configure.in: Grok sparc64-*-linux-gnu*.
8218 1999-07-12  Richard Stallman  <rms@gnu.org>
8220         * Version 20.4 released.
8222 1999-06-23  Karl Heuer  <kwzh@gnu.org>
8224         * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8225         Quote $EMACS, in case it's a program with args.
8227 1999-06-15  Gerd Moellmann  <gerd@gnu.org>
8229         * configure.in (HAVE_GIF): Use libungif instead of libgif
8230         because the former doesn't contain patented compression code.
8232 1999-05-29  Richard M. Stallman  <rms@gnu.org>
8234         * configure.in: Delete the Kerberos stuff.
8236 1999-05-27  Greg Hudson  <ghudson@mit.edu>
8238         * configure.in: Prefer kerberos 5 names.
8240 1999-04-26  Richard M. Stallman  <rms@gnu.org>
8242         * configure.in: Check for libXp.
8244 1999-04-08  Richard Stallman  <rms@gnu.org>
8246         * make-dist: Include change logs in subdirs of `lisp'.
8248 1999-04-05  Richard Stallman  <rms@gnu.org>
8250         * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8251         (install-arch-indep): Make ${datadir}/emacs world-readable.
8253 1999-03-30  Eli Zaretskii  <eliz@gnu.org>
8255         * config.bat: Use epaths.* instead of paths.*.
8257 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
8259         * INSTALL: Add detailed instructions to unpack and install
8260         intlfonts on MS-DOS.
8262 1999-02-26  Richard Stallman  <rms@gnu.org>
8264         * configure.in: Use epaths.h and epaths-force instead of paths...
8266         * Makefile.in (epaths-force): Rename from paths-force;
8267         operate on epaths.in and produce epaths.h.
8269 1999-02-24  Richard Stallman  <rms@gnu.org>
8271         * make-dist: Fix nt/icons directory handling.
8273 1999-02-22  Simon Josefsson  <jas@pdc.kth.se>
8275         * configure.in (f301-fujitsu-uxpv4.1): New target.
8277 1999-02-20  Richard Stallman  <rms@gnu.org>
8279         * make-dist (tempparent): Fix command to update info files.
8281 1999-02-09  Richard Stallman  <rms@gnu.org>
8283         * configure.in (powerpc-apple-netbsd*): New alternative.
8285 1999-01-25  Geoff Voelker  <voelker@cs.washington.edu>
8287         * make-dist: Include the new directory nt/icons in distributions.
8289 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8291         * configure.in: Change message about HAVE_XFREE386.
8293 1999-01-07  Eli Zaretskii  <eliz@gnu.org>
8295         * config.bat: Support configuring with leim.
8297 1998-12-16  Petri Kaurinkoski  <Petri.Kaurinkoski@hut.fi>
8299         * configure.in (mips-sgi-irix6.5): New target.
8301 1998-12-16  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8303         * configure.in: Remove GSS-API support, since it has been removed
8304         from movemail.
8306 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
8308         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8310 1998-12-04  Andreas Schwab  <schwab@delysid.gnu.org>
8312         * Makefile.in: Don't install customize info file.
8313         Run install-info on viper info file.
8315 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
8317         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8319 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
8321         * configure.in (*-*-bsdi4*): New target.
8323 1998-11-13  Ehud Karni  <ehud@unix.simonwiesel.co.il>
8325         * configure.in: Fix previous change.
8327 1998-11-11  Richard Stallman  <rms@gnu.org>
8329         * configure.in (aviion-intel): New machine.
8331 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
8333         * configure.in (mips-nec-sysv4*): New target.
8335 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
8337         * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8338         from lisp.
8340 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
8342         * make-dist: Don't include fns*.el in dist.
8344 1998-10-30  Dave Love  <fx@gnu.org>
8346         * configure.in: Don't mkdir cpp.
8348 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
8350         * Makefile.in (install-arch-dep): Install src/fns-*.el in
8351         ${archlibdir}.
8353 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8355         * Version 20.3 released.
8357 1998-07-30  Paul Eggert  <eggert@twinsun.com>
8359         * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8360         (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8361         (lwlib/Makefile, leim/Makefile):
8362         Prepend $(srcdir)/ to rule dependencies outside this dir.
8364 1998-06-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8366         * configure.in: Use unset CDPATH instead of making it empty.
8368 1998-06-20  Karl Heuer  <kwzh@gnu.org>
8370         * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8372 1998-06-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8374         * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8375         and default.el.  Sort the results.
8377 1998-05-31  Karl Heuer  <kwzh@gnu.org>
8379         * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8380         writable.
8382 1998-05-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8384         * Makefile.in (install-arch-indep):
8385         Don't alter site-lisp/subdirs.el if it exists.
8387 1998-05-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8389         * Makefile.in (install-arch-indep): Put `-' on commands to create
8390         subdirs.el in site-lisp dirs.
8392 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
8394         * Makefile.in (install-arch-indep): Fix typo in previous change.
8396 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
8398         * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8400 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
8402         * Makefile.in (mkdir): Create the site-lisp dirs.
8403         (install-arch-indep): Make site-lisp/subdirs files world-readable.
8405 1998-04-26  Richard Stallman  <rms@psilocin.gnu.org>
8407         * Makefile.in (INSTALL_INFO): New variable.
8408         (install-arch-indep): Don't replace the dir file if it already exists.
8409         Use the install-info program, via INSTALL_INFO, to add entries.
8410         Make the `info' subdir and the Info files world-readable.
8412 1998-04-16  Eli Zaretskii  <eliz@delysid.gnu.org>
8414         * config.bat: Make sure the environment is large enough to support
8415         all the "set foo=bar" commands.  Update pointers to DJGPP FTP sites.
8417 1998-04-10  Karl Heuer  <kwzh@gnu.org>
8419         * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8421 1998-04-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8423         * configure.in: Add --with-gssapi to specify GSS-API
8424         authentication support for movemail.
8426 1998-04-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
8428         * Makefile.in (install-arch-indep): Fix previous change.
8430 1998-03-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8432         * Makefile.in (info): Run man in build dir, not srcdir.
8434 1998-03-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
8436         * Makefile.in (install-arch-indep): Fix previous change.
8438 1998-03-23  Kenichi Handa  <handa@etl.go.jp>
8440         * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8442 1998-03-22  Richard Stallman  <rms@gnu.org>
8444         * Makefile.in (install-arch-indep): Put special subdirs.el files
8445         in site-lisp dirs.  Use normal-top-level-add-subdirs-to-load-path.
8447 1998-03-21  Richard Stallman  <rms@psilocin.gnu.org>
8449         * make-dist: Fix shell syntax in check for missing .el or .elc files.
8451 1998-03-09  Richard Stallman  <rms@psilocin.gnu.org>
8453         * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8454         (m68*-hp-hpux*): Handle versions 1X like 10.
8456 1998-03-07  Richard Stallman  <rms@psilocin.gnu.org>
8458         * make-dist: PROBLEMS is now in etc, not top level dir.
8460         * Makefile.in (SOURCES): Delete PROBLEMS.
8462 1998-02-25  Richard Stallman  <rms@gnu.org>
8464         * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8466         * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8468 1998-01-17  Richard Stallman  <rms@gnu.org>
8470         * Makefile.in (install-arch-indep): Add semicolon before `else'.
8472 1998-01-02  Richard Stallman  <rms@psilocin.gnu.org>
8474         * make-dist (tempparent): New option --no-check.
8476         * make-dist: Don't do anything with cpp directory.
8478 1997-12-20  Richard Stallman  <rms@psilocin.gnu.org>
8480         * configure.in (sparc-fujitsu-sysv4*): New target.
8482 1997-12-17  Andreas Schwab  <schwab@gnu.org>
8484         * configure.in: Cache more tests.  Add missing quotes around
8485         message with embedded comma.
8487 1997-12-04  Karl Heuer  <kwzh@gnu.org>
8489         * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8491 1997-11-26  Joel N. Weber II  <devnull@gnu.org>
8493         * make-dist: Changed the comment about `umask 0' to say `Don't
8494         restrict access to any files.'; previously it said `Don't protect
8495         any files', which may have implied that we think fascism is good.
8497 1997-11-24  Paul Eggert  <eggert@twinsun.com>
8499         * configure.in (AC_CHECK_FUNCS): Add strftime.  The new GNU C library
8500         strftime needs the underlying host's strftime for locale dependent
8501         formats.
8503 1997-11-20  Abraham Nahum  <miko@uxsrvc.tti.co.il>
8505         * configure.in (i586-dg-dguxR4.*): New name in case branch.
8507 1997-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
8509         * config.bat: Configure the man subdirectory.
8511 1997-11-07  Paul Eggert  <eggert@twinsun.com>
8513         * configure.in (AC_CHECK_LIB): Add -lintl.
8515 1997-11-07  Karl Heuer  <kwzh@gnu.org>
8517         * make-dist (check for .elc files): Avoid bash-specific syntax.
8518         (check for overflow 14-char limit): Simplify.
8520 1997-11-07  Richard Stallman  <rms@gnu.org>
8522         * Makefile.in (install): Move blessmail last.
8524 1997-10-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8526         * configure.in (gettimeofday, one arg or two):
8527         Clarify messages by avoiding double negative.
8529 1997-09-30  Karl Eichwalder  <ke@suse.de>
8531         * Makefile.in (install-arch-indep): Install the widget info file.
8533 1997-09-24  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8535         * configure.in (with-pop, with-kerberos): Need to check Kerberos
8536         libraries in reverse order, so that libraries will appear in the
8537         correct dependency order on the link line (and so that the
8538         configure checks themselves will work properly when early
8539         libraries depend on later ones).
8541 1997-09-21  Erik Naggum  <erik@naggum.no>
8543         * make-dist (making links to `src'): Keep timestamp on copied files.
8545         * make-delta: New script to produce delta distributions.
8547 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8549         * Version 20.2 released.
8551 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8553         * Version 20.1 released.
8555         * Makefile.in (install-leim): Depend on mkdir.
8556         (leim): Depend on src.
8558 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8560         * configure.in: Recognize alpha* instead of just alpha.
8562 1997-09-12  Paul Eggert  <eggert@twinsun.com>
8564         * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8566 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8568         * update-subdirs: Use rm -f.
8570 1997-09-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8572         * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8573         Ignore subdirs named Old.
8575 1997-08-04  Kenneth Stailey  <kstailey@elbereth.disclosure.com>
8577         * configure.in: Add OpenBSD clause to set $machine.
8579 1997-09-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8581         * make-dist: Recompile everything after updating various Lisp files.
8582         Recompile in leim as well as lisp.
8583         Check in leim as well as lisp for mismatched files and too-long names.
8585 1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8587         * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8589 1997-08-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8591         * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8592         before trying to copy anything from it.
8594 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8596         * Makefile.in (man/Makefile): New target.
8597         (tags): Define env var EMACS and run Makefile from build dir.
8599 1997-08-27  Eli Zaretskii  <eliz@psilocin.gnu.ai.mit.edu>
8601         * config.bat: If src/_gdbinit doesn't exist, try using
8602         src/.gdbinit to create it (for building on Windows 95).
8604 1997-08-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8606         * Makefile.in (install-arch-indep):
8607         Discard extra data in tar | tar pipes.
8609 1997-08-24  NIIBE Yutaka  <gniibe@mri.co.jp>
8611         * configure.in (x_default_search_path):
8612         Corrected '${x_library}' to '${x_library}/X11'.
8614 1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8616         * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8618 1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8620         * configure.in: Support auto-configuration of both Kerberos V4 and
8621         Kerberos V5 for movemail, including detection of V4 and V5 header
8622         files and libraries.
8624 1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
8626         * configure.in: Compute x_default_search_path
8627         and substitute into makefiles.
8629         * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8631 1997-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8633         * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8635 1997-08-07  Erik Naggum  <erik@naggum.no>
8637         * configure.in: Remove lockdir, it is no longer needed.
8638         * Makefile.in (mkdir): Don't create lockdir.
8639         (lockdir): Variable deleted.
8640         (paths-force): Don't operate on PATH_LOCK.
8642 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8644         * leim-Makefile.in (clean, distclean): New targets.
8646         * make-dist: Include leim/ChangeLog in leim distribution.
8648 1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8650         * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8652 1997-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8654         * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8656 1997-07-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8658         * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8660 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8662         * make-dist: Update leim/leim-list.el.
8663         Pass along value of $EMACS when updating lisp dir.
8665 1997-07-25  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
8667         * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8668         prerequisite to the use of Doug Lea's malloc.
8670 1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8672         * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8674         * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8676 1997-07-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8678         * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8680 1997-07-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8682         * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8683         to news-r6.h.
8685 1997-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
8687         * config.bat: Use `sed' instead of `cp', which might not be
8688         installed.
8690 1997-07-09  Kenichi Handa  <handa@etl.go.jp>
8692         * Makefile.in (mostlyclean): Add cleaning leim directory.
8693         (clean, distclean, maintainer-clean): Likewise.
8695 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8697         * make-dist (bogosities): Check subdirs of `lisp' also.
8699 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8701         * make-dist (etc): Really avoid symlinks now.
8702         (lisp): Don't delete from subdirs the things we never copy.
8704 1997-07-07  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
8706         * Makefile.in (install-arch-indep): Correct the target name.
8707         The first letter `i' was dropped by the previous change of mine.
8709 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8711         * configure.in (leim/Makefile): Generate this.
8712         (*-sysv4.2uw*): Recognize new alternative.
8714         * leim-Makefile.in: Renamed from leim-Makefile.
8716         * make-dist: Set up real-leim subdirectory,
8717         with the real contents of leim; then move it to
8718         a separate top-level directory.
8720         * make-dist: Don't mention site-lisp, site-init, site-start
8721         or default, when listing files hat are not compiled and should be.
8723         * configure.in: Create src/config.stamp at the end.
8725 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8727         * Makefile.in (install-leim): Correct previous change.
8729 1997-07-02  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
8731         * Makefile.in (install-leim): New target.
8732         (install): Depend on install-leim.
8734 1997-07-01  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
8736         * Makefile.in (SUBDIR): Add leim.
8737         (SUBDIR_MAKEFILES): Add leim/Makefile.
8738         (leim/Makefile): New target.
8740 1997-07-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8742         * leim-Makefile: New file.
8743         * make-dist: Initialize a `leim' subdirectory with that makefile.
8745 1997-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8747         * configure.in (GNU_MALLOC_reason): Fix message text.
8749 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8751         * make-dist (lisp): Don't process subdirs that start with =.
8752         (etc): Copy symlinks, as in src.
8754 1997-06-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8756         * configure.in (i*86-*-unixware*): New alternative.
8758 1997-06-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8760         * Makefile.in (src/config.stamp): Target renamed from src/config.h
8761         and touch it explicitly.
8763         * configure.in (mips-sony-newsos6*): New alternative.
8764         (mips-*-linux-gnu*): New alternative.
8765         (*-*-bsdi*): New alternative.
8766         (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8768 1997-06-22  Dave Love  <d.love@dl.ac.uk>
8770         * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8771         (src/config.h): New target to re-configure if src/config.in is patched.
8773 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8775         * configure.in (shutdown): Check for `shutdown' function.
8777 1997-06-18  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
8779         * update-subdirs: Include the directory "language" in subdirs.
8781 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8783         * configure.in (m88k-dg-dgux4*): New alternative.
8784         (alpha-*-netbsd*): New alternative.
8785         (powerpcle-*-solaris2*): New alternative.
8787 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8789         * make-dist: Warn about .el files that are not compiled.
8791 1997-05-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8793         * Makefile.in (dist): Don't run update-subdirs here,
8794         since make-dist now gets that done.
8796         * make-dist: Use the new `updates' target in lisp/Makefile.
8798         * make-dist: Use new non-file targets in lisp/Makefile.
8800 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8802         * make-dist: Handle all subdirs of `lisp' uniformly.
8803         Don't handle `term' and `language' specially.
8804         Clear out umask at the beginning.
8806 1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8808         * make-dist: Use Make to update finder-inf.el and autoloads.
8809         Also update cus-load.el.
8811 1997-04-09  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
8813         * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8814         in case it is desirable to disable the GNU malloc features with glibc.
8816 1997-04-08  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
8818         * configure.in (DOUG_LEA_MALLOC):
8819         Define if malloc_{get,set}_state exist.
8821 1997-03-05  Kenichi Handa  <handa@etl.go.jp>
8823         * make-dist: Make links for files under lisp/language.
8825 1997-02-20  Kenichi Handa  <handa@etl.go.jp>
8827         * update-subdirs: Exclude the directory "language" from subdirs.
8829 1997-01-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8831         * configure.in: Check for rint and cbrt.
8833 1997-01-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8835         * make-dist: Use $EMACS to say where to run Emacs.
8836         Add --no-update option.
8838 1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8840         * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8842 1996-12-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8844         * make-dist (copying src): Check thoroughly for symlinks
8845         and copy them in all cases.  Regularize the linking of *.in
8846         and *.opt and ChangeLog files.
8847         (copying lib-src): Likewise.
8848         Don't rm getdate.c or y.tab.*--they don't exist any more.
8850 1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
8852         * configure.in: Check for libmail, maillock.h and
8853         touchlock (for movemail).
8855 1996-12-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8857         * configure.in (limits.h): Check for this file.
8859 1996-12-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8861         * configure.in (rs6000-ibm-aix4.2): New alternative.
8862         (rs6000-ibm-aix4.0): New alternative.
8863         (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8865 1996-11-22  Ben Harris  <bjh21@cam.ac.uk>
8867         * configure.in: Recognize vax-*-netbsd*.
8869 1996-11-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8871         * configure.in (locallisppath): Add leim directory.
8873 1996-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
8875         * config.bat: Make sure `mv' supports forward slashes and -f.
8877 1996-10-28  Christian Limpach  <chris@nice.ch>
8879         * configure.in (hppa*-next-nextstep*): * added after hppa
8880         to accept hppa1.0 and hppa1.1.
8882 1996-10-05  Marcus G. Daniels  <marcus@coulee.tdb.com>
8884         * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8885         * configure.in (ld_switch_machine): Fix typo.
8887 1996-09-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8889         * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8890         from config.h and use them in $ac_link.
8892 1996-09-28  Erik Naggum  <erik@psilocin.gnu.ai.mit.edu>
8894         * configure.in: Create a subdir named `lisp'.
8896 1996-09-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8898         * configure.in: Check for getcwd.
8900 1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8902         * configure.in: Check for termios.h.  Check for setpgid.
8904 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8906         * configure.in: Check for setrlimit.
8908 1996-08-31  Paul Eggert  <eggert@twinsun.com>
8910         * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8912 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8914         * configure.in: Check for utimes.
8916         * configure.in: Check for com_err library, but only
8917         if --with-kerberos was used.  Check for krb and des
8918         only if --with-kerberos.
8920 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8922         * Makefile.in (INSTALL_STRIP): New variable.
8923         (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8924         (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8926 1996-08-25  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8928         * configure.in: Check for krb and des libraries.
8930 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8932         * configure.in (*-sunos4.1.[3-9]*noshare):
8933         Use sunos413, not sunos4-1-3.
8934         (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8935         (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8937 1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8939         * Makefile.in (src/paths.h): Target deleted.
8940         (paths-force): Delete all dependencies on this target
8941         but don't delete the target.
8942         (install): Depend on `all'.
8943         (paths-force): Don't print a message.
8945         * configure.in: Generate src/paths.h here.
8947 1996-08-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8949         * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8950         New variables that affect linking only.
8951         (alpha-dec-osf*): Use those instead of previous change.
8953 1996-08-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8955         * Makefile.in (install-arch-indep): Install info/messages.
8957 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8959         * Version 19.33 released.
8961 1996-08-10  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
8963         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8964         Fix previous change.
8966 1996-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8968         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8969         New alternative.
8971 1996-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8973         * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8974         and NON_GCC_TEST_OPTIONS.
8976 1996-08-06  Paul Eggert  <eggert@twinsun.com>
8978         * configure.in (LOCALTIME_CACHE): Don't put a string literal
8979         "TZ=..." in environ.
8981 1996-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8983         * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8985 1996-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8987         * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8988         the more general *-sunos4.1.[3-9]* clause.
8990 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8992         * Version 19.32 released.
8994         * configure.in (*-sco3.2v5*):
8995         Set OVERRIDE_CPPFLAG to a string of one space.
8996         Fix the code that uses OVERRIDE_CPPFLAG.
8998 1996-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9000         * configure.in: Undo previous change.
9002 1996-07-16  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9004         * config.sub: Use `pc', not `unknown', when canonicalizing
9005         the vendor for ...86.
9007 1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
9009         * configure.in: Check for termios.h header.
9011 1996-07-11  Bill Mann  <dvmann@dvncr.praxisint.com>
9013         * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9015 1996-07-07  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9017         * configure.in: Split bsdos2 and bsdos2-1.
9019 1996-07-06  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9021         * config.sub: If last two words are not a recognized
9022         KERNEL-OS pair, use just the last word as OS, as in 19.31.
9023         Make conversion of gnu/linux to linux-gnu really work.
9025         * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9027 1996-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9029         * configure.in (check for using Lucid widgets by default):
9030         Eliminate indentation that confuses some compilers.
9032 1996-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9034         * config.sub: Convert linux and gnu/linux to linux-gnu.
9036         * make-dist: Don't update getdate.c.
9037         Ignore =... files when checking for too-long Lisp file names.
9039 1996-06-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9041         * configure.in (euidaccess): Check for that, not for eaccess.
9043 1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9045         * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9046         before `noshare'.
9047         (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9049 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9051         * configure.in: Rename lignux to linux-gnu in configuration names.
9052         Use gnu-linux as the opsys value (s/ file name).
9053         Allow i686 just like i386, i486, i586.
9055 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9057         * configure.in (i*86-*-sco3.2v5): New alternative.
9058         (OVERRIDE_CPPFLAG): New variable.
9059         (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9061         * configure.in: Specify vpath for .texi files.
9063 1996-06-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9065         * configure.in: Always check for HAVE_X11R5.
9066         Separately decide whether to use a toolkit by default.
9068 1996-06-04  Bill Mann  <dvmann@dvhpux1.praxisint.com>
9070         * configure.in: If X11R5 is missing the Xaw headers,
9071         default to --with-x-toolkit=no.
9073 1996-05-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9075         * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9077 1996-05-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9079         * Makefile.in (install-arch-indep): If cd etc makes output,
9080         don't treat that as part of the tar data.
9081         Check that ./lisp actually exists.
9083 1996-05-29  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9085         * make-dist: Check for long file names.
9087 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9089         * Version 19.31 released.
9091 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9093         * configure.in: Recognize sparc-*-lignux.
9095 1996-05-03  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
9097         * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9098         Don't include config.w95.
9100 1996-04-21  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
9102         * make-dist: Replace --no-clean-up and --no-tar options
9103         with --clean-up and --tar, so that the default is useful.
9105 1996-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
9107         * config.bat: Make sure the GDB init file is called src/_gdbinit;
9108         if not, tell the user to rename it and abort.
9110 1996-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9112         * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9113         test program.
9115 1996-04-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9117         * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9119         * make-dist (MANIFEST): Fix previous change.
9120         (msdos): Put mainmake.v2 into the dist.
9122 1996-04-10  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
9124         * make-dist: Exit if autoconf fails.
9126 1996-04-10  Eli Zaretskii  <eliz@is.elta.co.il>
9128         * config.bat: Set djgpp-ver, and unset it at the end.
9129         Add a number of conditionals for DJGPP version 2.
9130         Rename label libsrc2 to libsrc3.
9131         Substitute for LDFLAGS in src/Makefile.
9132         Substitute for ALL_CFLAGS in lib-src/Makefile.
9134 1996-04-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9136         * configure.in (ncurses): Check this after checking fns like strerror.
9138 1996-04-08  Erik Naggum  <erik@naggum.no>
9140         * make-dist (MANIFEST): Don't include lines from =files.
9142 1996-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9144         * make-dist: Don't put lisp/dired.todo in the dist.
9146 1996-04-05  Richard Stallman  <rms@lucy.gnu.ai.mit.edu>
9148         * configure.in (HAVE_NCURSES): Look for library named ncurses.
9150         * configure.in (setlocale): Check for it.
9152         * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9154 1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9156         * configure.in: Use lignux instead of linux as value of opsys.
9158 1996-03-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9160         * Makefile.in (install-strip): Fix whitespace.
9161         Get rid of continuation.
9163         * config.sub: Convert linux or gnu/linux to lignux.
9165 1996-03-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9167         * configure.in: Accept lignux in configuration name.
9169 1996-03-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9171         * Makefile.in (install-strip): New target.
9173 1996-03-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9175         * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9176         -f failed to do the job on Suns.
9178 1996-03-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9180         * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9182         * configure.in (linux/version.h): Check for this header.
9184 1996-03-12  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
9186         * configure.in: Remove -fno-builtin hackery from -lm check.
9188 1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
9190         * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9191         just this test.
9193         * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9195 1996-03-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9197         * configure.in: Check for ncurses.
9199 1996-02-28  Paul Eggert  <eggert@twinsun.com>
9201         * configure.in (LOCALTIME_CACHE):
9202         Also define if localtime mishandles unsetting TZ.
9203         This works around a localtime bug in mips-dec-ultrix.
9205 1996-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9207         * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9209         * configure.in: Improve messages about X versions.
9211 1996-02-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9213         * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9215 1996-02-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9217         * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9218         (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9220         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9221         (install): Put install-arch-indep before install-arch-dep.
9223 1996-02-20  Dave Love  <d.love@dl.ac.uk>
9225         * INSTALL: Clarify info about MS-DOS path handling.
9227 1996-02-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9229         * Makefile.in (install-arch-indep): Install info/ccmode*.
9230         In previous change, protect against /bin/pwd returning null string.
9232 1996-02-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9234         * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9235         to lispdir.
9237 1996-02-01  Paul Eggert  <eggert@twinsun.com>
9239         * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9241 1996-01-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9243         * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9245 1996-01-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9247         * Makefile.in (extraclean): Use ${top_distclean} to ensure
9248         we delete everything distclean deletes.
9250 1996-01-23  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9252         * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9254 1996-01-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9256         * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9257         into LDFLAGS instead of into LIBS.
9259 1996-01-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9261         * configure.in (HAVE_XMU): Fix typo in previous change.
9263 1996-01-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9265         * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9267 1996-01-10  Erik Naggum  <erik@naggum.no>
9269         * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9271 1996-01-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9273         * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9275 1996-01-10  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9277         * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9278         and use -lXt to link it.
9280 1996-01-08  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9282         * configure.in (locallisppath): Put version-specific dir first.
9284 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9286         * configure.in (hppa-*-nextstep*): New alternative.
9287         (USE_X_TOOLKIT): By default, set this to "maybe";
9288         and change that later to LUCID or "no" according to X11 version.
9290         * make-dist: Recompile outdated .elc files and update all autoloads.
9292 1996-01-05  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9294         * configure.in (locallisppath): Fix typo in last change: " -> '.
9296 1996-01-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9298         * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9300 1995-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9302         * Makefile.in (install-arch-indep): Give all files read permission.
9304 1995-12-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9306         * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9307         If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9309 1995-12-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9311         * configure.in: Determine HAVE_X11R6.
9312         (HAVE_MENUS): Rename from HAVE_X_MENU.
9314 1995-12-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9316         * configure.in: Just "solaris" now defaults to version 2.4.
9317         Add sunos4.1.n-noshare as alternative.
9319 1995-12-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9321         * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9323 1995-11-29  Erik Naggum  <erik@naggum.no>
9325         * Makefile.in (install-arch-indep): Add missing backslash.
9327 1995-11-29  Karl Eichwalder  <ke@ke.Central.DE>
9329         * Makefile.in (install-arch-indep): Don't install
9330         lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9332 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9334         * Makefile.in (install-arch-indep): Fix previous change.
9336         * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9338 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9340         * Version 19.30 released.
9342         * make-dist (lisp): Exclude subdirs.el.
9344 1995-11-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9346         * make-dist (etc): Delete *.orig and *.rej.
9348 1995-11-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9350         * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9352 1995-11-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9354         * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9356 1995-11-14  Geoff Voelker  <voelker@cs.washington.edu>
9358         * make-dist (nt): Rename install, readme, and todo to
9359         INSTALL, README, and TODO.
9361 1995-11-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9363         * make-dist (lisp): Don't distribute site-start.
9365 1995-11-06  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9367         * make-dist: Break the hard link on alloca.c.
9369 1995-11-04  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9371         * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9373 1995-11-02  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9375         * make-dist (src, lib-src): Don't distribute Makefile.c.
9376         (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9378 1995-10-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9380         * Makefile.in (mkdir): Create man1dir, not mandir.
9381         (uninstall): Use man1dir, not mandir.
9383 1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9385         * Makefile.in (man1dir): New variable.
9386         (install-arch-indep): Use man1dir.
9388         * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9390         * make-dist: Create lisp/MANIFEST.
9392 1995-10-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9394         * configure.in (m68k-*-linux*): New alternative.
9396 1995-10-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9398         * make-dist: Use new names config.in, paths.in, and
9399         {src,lib-src}/Makefile.in.
9401 1995-10-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9403         * configure.in: Don't bother checking for drem.
9405 1995-10-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9407         * Makefile.in (distclean): Delete line with just a tab in it.
9408         (install-arch-indep): Delete spaces that precede tabs.
9409         Delete spurious `fi' left from previous change.
9410         (install): Supply `true' as command, to avoid null command.
9412 1995-10-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9414         * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9416 1995-09-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9418         * configure.in (powerpc-*-solaris2): New alternative.
9420 1995-09-12  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9422         * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9423         of paths.h.tmp$$, to avoid going beyond 14 characters.
9425 1995-09-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9427         * configure.in: Improve error msg for invalid --with-x-toolkit value.
9429 1995-09-06  Paul Eggert  <eggert@twinsun.com>
9431         * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9432         if localtime caches TZ.  Check for tzset.
9434 1995-09-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9436         * config.bat: Simplify using new names file names src/makefile.in,
9437         config.in, paths.in.  Change Echo commands not to use `.
9439 1995-08-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9441         * Makefile.in (install-arch-indep): Always install the new dir file;
9442         rename the previous dir file to dir.bak or dir.old.
9444 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9446         * configure.in (RANLIB): Substitute this into makefiles.
9447         Set it specially on solaris; set it by default on other systems.
9449         * configure.in: Fix previous Alpha change.
9451 1995-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9453         * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9454         NON_GCC_TEST_OPTIONS.
9456 1995-08-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9458         * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9459         from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9461         * configure.in (alpha-*-linux*): New configuration.
9463 1995-08-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9465         * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9466         (m68k-next-nextstep*): New alias for that.
9467         (i*86-*-nextstep*): Use nextstep.h.
9468         (sparc-*-nextstep*): New configuration.
9470 1995-08-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9472         * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9473         And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9475 1995-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9477         * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9478         Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9480 1995-07-18  Mike Long  <mike.long@analog.com>
9482         * make-dist: Fix update of finder-inf.el, and byte-compile it.
9484 1995-07-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9486         * Makefile.in (src/paths.h, paths-force):
9487         Rename src/paths.h.in to src/paths.in.
9488         (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9490         * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9491         Use Makefile.c for intermediate file.
9492         Rename src/config.h.in to src/config.in.
9494 1995-07-17  Richard Stallman  <rms@gnu.ai.mit.edu>
9496         * configure.in (mips-dec-ultrix*): Assume version 4.3.
9497         (mips-dec-ultrix4.[12]): New alternative for old versions.
9499 1995-07-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9501         * make-dist: Don't break intra-tree links.
9503 1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9505         * configure.in: Put back archlibdir initialization.
9506         Require autoconf 2.4.1 or later.
9508 1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9510         * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9511         (mips-mips-riscos5*): New alternative.
9513 1995-06-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9515         * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9517 1995-06-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9519         * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9520         (mandir, infodir, archlibdir): Initializations deleted.
9522         * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9523         On hpux9shr, use hpux9shxr4.h.
9525 1995-06-24  Morten Welinder  <terra+@cs.cmu.edu>
9527         * configure.in: Added target mips-dec-mach_bsd4.3.
9528         * config.guess: Guess mips-dec-mach_bsd4.3.
9530 1995-06-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9532         * Makefile.in (mkdir): Use symbolic chmod.
9534 1995-06-22  Paul Eggert  <eggert@twinsun.com>
9536         * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.  (Likewise for
9537         SunOS 4.1.5 through 4.1.9, should they ever exist.)
9539 1995-06-22  Paul Eggert  <eggert@twinsun.com>
9541         * Makefile.in (SUBDIR_MAKEFILES):
9542         Add man/Makefile, so `make distclean' removes it.
9543         (top_distclean): Add config.log to the list of files to be removed.
9545 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9547         * Version 19.29 released.
9549 1995-06-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9551         * configure.in: Fix the previous change to verify that the -b
9552         option really solves the problem.
9554         * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9556 1995-06-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9558         * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9560 1995-06-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9562         * configure.in: Report more clearly when there is no special
9563         dir to search for X includes or libraries.
9565 1995-06-13  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9567         * configure.in: Check for -lpthreads, not -lpthread.
9569 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
9571         * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9573 1995-06-08  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9575         * configure.in: Check for -lpthread.
9577 1995-06-05  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9579         * Makefile.in (install-arch-indep): Install info files for mh-e.
9580         (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9582 1995-06-01  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9584         * configure.in (*-solaris2.5): New configuration.
9586         * make-dist: Copy new files config.nt and config.w95.
9588 1995-05-30  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9590         * configure.in: Use x_includes, not x_libraries, for -I.
9591         Make bitmapdir a colon-separated list.
9593 1995-05-27  Richard Stallman  <rms@gnu.ai.mit.edu>
9595         * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9597         * configure.in: Allow x_libraries and x_includes to be paths.
9599 1995-05-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9601         * configure.in: Fix typo.
9603 1995-05-24  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9605         * INSTALL: Clarify use of site-init.el.
9607 1995-05-22  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
9609         * configure.in: Pass arg to sqrt.
9611 1995-05-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9613         * make-dist: Fix May 6 change.
9615 1995-05-17  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9617         * vpath.sed: Delete reference to ymakefile.
9619 1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9621         * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9623 1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9625         * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9627         * update-subdirs: Specify /bin/sh to run the script.
9629 1995-05-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9631         * make-dist: Put src/makefile.nt in dist.
9633         * configure.in (i[345]86-*-bsdi2*): New configuration.
9634         (vax-dec-bsd386*): Delete.
9636 1995-05-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9638         * configure.in: Make sure CDPATH doesn't mess up PWD check.
9639         Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9640         Use fmod instead of logb in -lm check.
9642 1995-05-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9644         * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
9645         Use bsd4-3.  Don't set NON_GNU_CPP.
9647         * make-dist: Don't copy in src/s/*.inp.  Don't copy nt/src.
9648         In nt, copy various different things, but not *.cmd.
9649         Fix the ln commands for the subdirs of nt.
9651 1995-04-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9653         * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9655 1995-04-27  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9657         * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9658         since that's what the header file expects.
9660 1995-04-24  Francesco Potortì  (pot@cnuce.cnr.it)
9662         * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9663         and 68040 based machines when choosing options for gnucc.
9665 1995-04-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9667         * Makefile.in (top_distclean): Delete config.cache.
9669 1995-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9671         * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9673         * configure.in: Use m/ncr386.h.
9675 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9677         * Makefile.in (install-arch-indep): Undo Sep 23 change.
9679 1995-04-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9681         * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9682         (man): Don't copy texindex.c and getopt.c; they're deleted.
9683         (etc): Omit `e'; it's a subdirectory.
9684         (etc/e): Use `../..', not `..', to reference top level.
9686 1995-04-06  Simon Leinen  <simon@lia.di.epfl.ch>
9688         * Makefile.in (install-arch-indep, dist):
9689         Look for `update-subdir' in $(srcdir).
9691 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9693         * make-dist: Include mkinstalldirs in distribution.
9695 1995-04-05  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9697         * make-dist: Add missing close backquote.
9699 1995-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9701         * make-dist: Don't distribute shortnames directory.
9703 1995-03-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9705         * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9707 1995-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9709         * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9711 1995-02-23  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9713         * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9715 1995-02-13  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9717         * configure.in (mips-sgi-irix6): New configuration.
9719 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9721         * Makefile.in (maintainer-clean): Rename from realclean.
9723 1995-02-02  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9725         * configure.in: Create a .gdbinit that sources the real one,
9726         if using a different build directory.
9728 1995-01-23  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9730         * configure.in: Check for sys/select.h.
9732 1995-01-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9734         * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9736 1994-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9738         * configure.in: Handle isc 4.1 operating system.
9740 1994-12-10  Richard Stallman  <rms@kepa>
9742         * configure.in (rs6000-ibm-aix4.1*): New alternative.
9743         (rs6000-ibm-aix4*): New alternative.
9745 1994-12-06  Richard Stallman  <rms@kepa>
9747         * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9749 1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
9751         * configure.in: Don't try to make directories that are guaranteed
9752         to already exist.
9754 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9756         * configure.in: Generate man/Makefile from man/Makefile.in.
9757         Create the man subdir.
9759         * Makefile.in (dvi): Run Make in our man subdir.
9761         * make-dist: Create subdir etc/e.
9762         Make links to it.
9763         Put man/Makefile.in in dist, instead of man/Makefile.
9765 1994-11-21  David J. MacKenzie  (djm@mole.gnu.ai.mit.edu)
9767         * configure.in: Add --with-pop, --with-kerberos, and
9768         --with-hesiod for movemail.
9770 1994-11-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9772         * configure.in (m68*-apollo*): Use s/domain.h.
9774 1994-11-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9776         * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9778 1994-11-14  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
9780         * configure.in: Don't add -I, -L, -R options for cc if their
9781         arguments would be empty.
9783 1994-11-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9785         * configure.in (i860-intel-osf1*): New alternative.
9786         (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9787         (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9789 1994-11-09  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
9791         * configure.in: Make h_errno check not use nested functions.
9793 1994-11-09  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9795         * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9797 1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9799         * Makefile.in (install-arch-indep): Avoid continued comment
9800         swallowing target line.
9802 1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
9804         * configure.in: Protect a character class with `changequote'.
9806 1994-11-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9808         * configure.in: Accept `news' as a synonym for `newsos'.
9810 1994-11-03  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9812         * Makefile.in: Don't rm files if cd fails.
9814 1994-11-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9816         * make-dist: Put nt subdir and its subdirs in the dist.
9817         (lib-src): Put makefile.nt in the dist.
9818         (lisp): Put makefile.nt in the dist.
9820 1994-10-29  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
9822         * configure.in: Change a stray `[' to `test'.
9824 1994-10-28  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
9826         * configure.in: Adapt for Autoconf v2.  Use the standard argument
9827         parser, host type canonicalizer, X11 finder, and message
9828         printing macros.  Use the new macro names.  Use `test' instead of `['.
9830 1994-10-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9832         * configure.in: Check for getpagesize.
9834 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9836         * make-dist (msdos): Put sed* in the distribution.
9838 1994-10-17  Morten Welinder  <terra@mole.gnu.ai.mit.edu>
9840         * config.bat: New option, `--with-x', for configuring Emacs
9841         for use with the X11 system DesqView/X.
9842         New option, `--no-debug', for compiling Emacs without debug
9843         information thus saving disk space.
9844         (src/config.h, src/paths.h): Use `update' (which is like
9845         `move-if-changed') to change the file.
9846         (src/config.h): When configuring for X11 perform extra changes.
9847         (src/makefile): When configuring for X11 perform extra changes.
9848         (lib-src): Remove temporary files.
9849         (): Check that `sed', `rm', `mv', and `gcc' are available.
9851 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9853         * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9855         * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9857 1994-10-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9859         * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9861         * configure.in (canonical): Substitute var into makefiles.
9862         (bitmapdir): Likewise.
9864         * Makefile.in (bitmapdir): New variable.
9865         (src/paths.h, paths-force): Edit PATH_BITMAPS.
9867 1994-10-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9869         * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9871         * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9872         * update-subdirs: New shell script.
9874 1994-10-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9876         * Makefile.in (top_distclean): Don't rm build-install.
9877         (SOURCES): Delete build-install.in.
9879         * make-dist: Don't distribute build-ins.in.
9880         * build-ins.in: File deleted.
9882 1994-10-12  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
9884         * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9886 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9888         * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9890         * configure.in (libexecdir): Rename from libdir.  New default.
9891         (sharedstatedir): Rename from statedir.  New default.
9892         (datadir): New default.
9894         * make-dist: Don't distribute subdirs.el.
9896 1994-10-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9898         * configure.in (eaccess): Check for it.
9900 1994-10-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9902         * configure.in (mktime): Check for it.
9904 1994-10-02  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
9906         * configure.in (motif): Add support for usage and option checking.
9908 1994-09-24  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
9910         * configure.in (utimes): Check for it.
9912 1994-09-23  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
9914         * Makefile.in (install-arch-indep): Don't do mkdir here.
9916 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9918         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9919         riscix.h renamed to acorn.h.
9921 1994-09-21  Michael Ben-Gershon  (mybg@cs.huji.ac.il)
9923         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9924         New configurations.
9926 1994-09-21  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
9928         * configure.in: Remove trailing slashes from srcdir.
9930 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9932         * configure.in (i[345]86-sequent-ptx*): Handle.
9934 1994-09-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9936         * Makefile.in (paths-force): Depend on src/paths.h.
9938 1994-09-19  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9940         * configure.in (config_options): Save all arguments, not just some.
9942 1994-09-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
9944         * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
9946         * configure.in: Add AC_AIX.
9947         Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9949 1994-09-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9951         * configure.in (parsing options): Simplify sed command to delete -'s.
9953 1994-09-16  Karl Heuer  <kwzh@churchy.gnu.ai.mit.edu>
9955         * configure.in (config_options): New shell variable.
9956         Pass its value to C code in EMACS_CONFIG_OPTIONS.
9958 1994-09-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9960         * configure.in (alpha-dec-osf*): New target.
9962         * Makefile.in: Use just one FRC target.
9964 1994-09-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9966         * Makefile.in (removenullpaths, paths-force):
9967         Use name paths.h.tmp$$, which depends on the pid.
9969 1994-09-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9971         * Makefile.in (removenullpaths, paths-force):
9972         Put paths.h.tmp in top-level dir, not in src.
9974 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9976         * Version 19.27 released.
9978 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9980         * Version 19.26 released.
9982 1994-09-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9984         * configure.in: Check for lrand48, not rand48.
9986 1994-09-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9988         * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9989         (powerpc-ibm-aix*): New aliases.
9991 1994-08-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9993         * make-dist (src/m, src/s): Put *.inp in distribution.
9995 1994-08-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9997         * configure.in: Accept i586 and i486 along with i386.
9999 1994-08-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10001         * configure.in: Do compute unexec, LIBX, system_malloc, etc
10002         even if CPP env var was set by the user.
10004         * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10006 1994-08-14  Jonathan I. Kamens  (jik@gza-client1.aktis.com)
10008         * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10010 1994-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10012         * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10014 1994-08-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10016         * configure.in: Check more specifically for i*86-sun-sunos.
10018 1994-08-03  Caveh Jalali  (caveh@eng.sun.com)
10020         * configure.in: Handle solaris 2.4.
10022 1994-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10024         * configure.in (rand48): Check for it.
10026 1994-07-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10028         * make-dist: Update the info files.
10030 1994-07-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10032         * configure.in: Make "checking..." messages' style consistent.
10033         (HAVE_H_ERRNO): New test.
10035 1994-07-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10037         * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10039 1994-07-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10041         * configure.in (CFLAGS): If the envvar was specified, use that.
10042         And set REAL_CFLAGS from it too.
10044 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10046         * make-dist: Update finder-inf.el.
10048 1994-07-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10050         * make-dist (msdos): Include sed4.inp in dist.
10052         * Makefile.in (libsrc_libs): Var deleted.
10054 1994-07-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10056         * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10058 1994-06-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10060         * configure.in (mips-sony-newsos4*): New alias.
10062 1994-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10064         * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10065         (*-convex-convexos*): Accept this as alias.
10067 1994-06-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10069         * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10070         for two different uses.
10072 1994-06-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10074         * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10076 1994-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10078         * make-dist: Put ./BUGS into the distrib.
10080 1994-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10082         * configure.in: Handle 386 running Solaris 2.
10084 1994-06-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10086         * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10088 1994-06-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10090         * configure.in (mips-sony-newsos*): Use news-risc.h.
10092         * configure.in: Accept bsdi as opsys, like bsd386.
10094 1994-06-01  Morten Welinder  (terra@diku.dk)
10096         * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10098 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10100         * Version 19.25 released.
10102         * make-dist (shortversion): Don't assume another period follows.
10104 1994-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10106         * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10107         (uninstall): Use /bin/pwd.
10109         * Makefile.in (blessmail): Depend on src.
10110         (all): Don't depend on blessmail.
10112         * Makefile.in (src/paths.h): Don't force recomputation.
10113         (paths-force): New target; force recomputation of paths.h.
10114         (all): Depend on paths-force.
10115         (src, lib-src): Depend on src/paths.h.
10117         * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10118         NON_GCC_TEST_OPTIONS.
10120 1994-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10122         * configure.in: Don't insist on subversions for irix.
10124 1994-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10126         * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10128         * configure.in (i[34]86-next-*): New alternative.
10130 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10132         * Version 19.24 released.
10134         * configure.in: New config hppa*-hp-hpux9shr*.
10136 1994-05-22  Morten Welinder  (terra@tyr.diku.dk)
10138         * config.bat: Doc fix.
10140 1994-05-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10142         * Makefile.in (mostlyclean, clean, distclean, realclean)
10143         (extraclean): Don't act on man subdir if it doesn't exist.
10145 1994-05-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10147         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10148         Use them to set up CC.
10149         (*-sun-sunos4.1.3): Set them.
10151 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10153         * Makefile.in (lib-src): Don't depend on src/paths.h.
10155 1994-05-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10157         * build-ins.in (copydests): Get rid of spurious `-'s.
10159         * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10161 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10163         * Version 19.23 released.
10165         * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10166         for the Xlib and Xt checks; then restore old CFLAGS.
10168 1994-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10170         * configure.in (HAVE_X11XTR6): Add newline before #if.
10171         Add newline after #endif.
10173 1994-05-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10175         * configure.in (HAVE_X11XTR6): Arrange to define it.
10177 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10179         * Makefile.in (install): Depend on blessmail.
10181 1994-05-12  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
10183         * configure.in (mips-siemens-sysv*): Put quotes around value
10184         containing blanks.
10186 1994-05-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10188         * Makefile.in (TAGS): Use the makefile in src subdir.
10190 1994-05-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10192         * configure.in (opsys): Recognize `gnu'.
10194 1994-05-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10196         * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10198 1994-05-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
10200         * configure.in: Remove AC_LANG_C call.  Not needed with Autoconf
10201         version > 1.8.
10203 1994-05-08  Morten Welinder  (terra@diku.dk)
10205         * config.bat: Forcibly remove "# " style comments from makefiles.
10207 1994-05-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10209         * Makefile.in (uninstall): When processing lispdir and etcdir,
10210         do nothing unless it exists and is a directory.
10212 1994-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10214         * Makefile.in (install-arch-indep): Do install info/dired-x*.
10215         Merge code in from install-doc.
10216         (install-doc): Merge code back into install-arch-indep.
10217         (install-arch-dep): Don't depend on install-doc.
10219         * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10221 1994-05-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10223         * configure.in (making src/Makefile and lib-src/Makefile):
10224         Split off the autoconf substitutions and don't pass them thru cpp.
10225         (undefs): Use $canonical as well as $configuration.
10227         * make-dist: Distribute lisp/Makefile.
10229         * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10230         Use lower case names for the s files.
10232 1994-05-03  Morten Welinder  (terra@diku.dk)
10234         * config.bat: Added possibility for different file name
10235         transcriptions in lib-src.
10237 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10239         * Makefile.in (lib-src): Undo previous change.
10240         (blessmail): New target to run maybe-blessmail in lib-src.
10241         (all): Depend on blessmail.
10243         * Makefile.in (lib-src): Depend on src.
10245 1994-04-30  Paul Reilly  (pmr@churchy.gnu.ai.mit.edu)
10247         * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10248         (m88k-dg-dgux5.4R2): dgux5.4R2.
10250 1994-04-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10252         * configure.in (window_system): Restore accidentally deleted code
10253         that uses AC_FIND_X.
10255         * make-dist: Distribute config.bat.
10257 1994-04-29  Morten Welinder  (terra@diku.dk)
10259         * config.bat: Corrected the configuration of lib-src
10260         to keep up with configure.  Add note about dos version 3
10261         or better needed (djgpp needs that).  Add note explaining
10262         that either install in c:/emacs or edit the script.
10263         Don't change to c:/emacs, but assume we're there (to minimize
10264         the number of places to change).
10266         * config.bat: Build-in the first step towards X11 support with
10267         the X11 emulator that exists.  At this time it won't work,
10268         and several files are missing.
10270 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10272         * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10273         Don't look for -lresolv.
10275         * Makefile.in (lib-src): Depend on src/paths.h.
10277 1994-04-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10279         * configure.in: Restore deleted AC_SUBST of `configuration'.
10280         Improve error message for bad --with-x-toolkit value.
10282         * configure.in: Define CONFIGURATION in src/config.h
10283         rather than substituting in src/Makefile.in.
10285 1994-04-26  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10287         * Makefile.in (install-doc): New target.
10288         (install-arch-dep): Depend on install-doc.
10289         (mkdir): Create docdir.
10291 1994-04-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10293         * configure.in: Test for libresolv.a.
10294         Substitute machfile and opsysfile.
10296 1994-04-22  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10298         * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10299         (install-arch-dep): Install under the name $(EMACS).
10301 1994-04-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10303         * configure.in (version): Use entire value of emacs-version.
10304         (mips-siemens-sysv*): New alternative.
10306 1994-04-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10308         * Makefile.in (install-arch-indep): Don't install dired-x*.
10310 1994-04-18  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10312         * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10313         Fix definition of $undefs.
10315 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10317         * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10319         * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10321 1994-04-16  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
10323         * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10325 1994-04-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10327         * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10328         and run it thru cpp, as with src/Makefile.in.
10330         * configure.in: Use AC_SET_MAKE.
10332 1994-04-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10334         * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10336 1994-04-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10338         * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10340         * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10341         (printing the choices): Make the toolkit message unconditional.
10342         (USE_X_TOOLKIT): Use `none', not `no', if none.
10343         (include libsrc_libs): Include config.h, and specify -I for srcdir.
10344         Get rid of temp file foofoo1.
10346 1994-04-13  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10348         * configure.in (CFLAGS): Use shell syntax, not Makefile.
10350 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10352         * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10353         (printing the choices): State choice of toolkit.
10354         (libsrc_libs): Recalculate after writing config.h;
10355         then update lib-src/Makefile.
10357 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10359         * configure.in: Add sunos4shr as alternative for suns.
10360         Conditionals testing for null $CC were backwards.
10362 1994-04-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10364         * make-dist (msdos): Don't link patch1.  Link sed*.inp, not sed.in*.
10366 1994-04-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10368         * configure.in: Handle -isc4.0*.
10370 1994-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10372         * configure.in (esix5): Set NON_GNU_CPP.
10374 1994-03-24  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
10376         * Makefile.in (thisdir): Nonsensical variable removed.
10377         (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10378         back to $thisdir, rather than the directory `this_dir'.
10380 1994-03-17  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10382         * Makefile.in (install-arch-indep): Add missing backslash after a
10383         `then'.
10385 1994-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10387         * Makefile.in (thisdir): New variable.
10388         (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10390 1994-03-08  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10392         * configure.in: Add freebsd.
10394 1994-03-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10396         * configure.in: Check for fpathconf.
10398 1994-03-02  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10400         * configure.in (with_x_toolkit): Fix typo in previous change.
10402 1994-03-01  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10404         * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10406 1994-02-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10408         * configure.in (with_x_toolkit): Don't allow motif or open-look.
10410 1994-02-24  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10412         * configure.in: Fix value of docdir.
10413         * Makefile.in (install-arch-indep): Install DOC* in docdir.
10415 1994-02-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10417         * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10419 1994-02-22  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
10421         * configure.in: New variable docdir to control where the docstring
10422         file goes.
10423         Makefile.in: Use it to initialize PATH_DOC in paths.h.
10425 1994-02-22  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
10427         * configure.in: When --run-in-place, don't inherit archlibdir.
10429 1994-02-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10431         * Makefile.in (install-arch-dep, install-arch-indep):
10432         New targets split up former do-install rule.
10433         (do-install): Target deleted.
10435 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10437         * configure.in (mips-sony-newsos*): New configuration.
10439 1994-02-14  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
10441         * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
10443 1994-02-11  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
10445         * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10447 1994-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10449         * configure.in: Don't initialize CC.
10451 1994-02-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10453         * configure.in (creating src/Makefile): Also generate -U switches
10454         for symbols in the $configuration value.
10456         * configure.in: Check for sys_siglist being declared in system header.
10458 1994-02-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10460         * configure.in (creating src/Makefile): Delete blank lines
10461         along with lines of whitespace.
10462         (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10464 1994-02-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10466         * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10467         like C_SWITCH_SYSTEM.
10468         (m68*-motorola-sysv*): Set CC.  Require cpu type to be m68k or m68000.
10470 1994-02-04  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
10472         * configure.in (drem): Check for this function.
10474 1994-02-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10476         * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10477         If CPP was inherited from environment, don't use NON_GNU_CPP.
10478         (NON_GNU_CC): Likewise.
10479         (handling with_gcc): Use explicit if in the `no' case.
10480         (cc_specified): New variable; if set, don't use NON_GNU_CC.
10482 1994-02-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10484         * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10486 1994-02-01  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
10488         * configure.in: Check whether fmod exists.
10490 1994-01-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10492         * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10493         {src,lisp}/OChangeLog.
10495 1994-01-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10497         * configure.in: Restore Jan 8 and Jan 16 changes.  The -U hack is
10498         necessary for proper operation.  This code works with the current
10499         released version of Autoconf.
10501 1994-01-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10503         * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10504         (USE_X_TOOLKIT): Define it for all values except `no'.
10506         * configure.in: Undo first Jan 8 change and Jan 16 change.
10508 1994-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10510         * configure.in: Handle --with-x-toolkit.  Produce lwlib/Makefile.
10511         Substitute USE_X_TOOLKIT as both C macro and Make variable.
10513         * Makefile.in (lwlib/Makefile): New target.
10514         (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10515         (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10516         (unlock, relock): Handle lwlib subdir.
10518         * Makefile.in: Add some .PHONY targets.
10520         * make-dist: Handle lwlib subdir like oldXMenu subdir.
10522         * lwlib: New subdirectory.
10524 1994-01-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10526         * configure.in: If CPP has a value that is a directory,
10527         discard the value.
10529 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10531         * configure.in (srcdir_undefs): Add g flag to sed substitution to
10532         remove -U[0-9]*.
10534 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10536         * Makefile.in (do-install): Install the dired-x info files.
10538         * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10539         (See src/s/sol2.h.)
10541 1994-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10543         * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10545 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10547         * configure.in (creating src/Makefile): Put code inside 2nd arg to
10548         AC_OUTPUT as it should be; hopefully no one will again see fit to
10549         gratuitously break this and not make a change log entry.
10550         Optimized sed processing of Makefile.in and cpp output; now
10551         preserves comments previously removed from the cpp input.
10552         Eliminated temp file for cpp output.  Generate -U switches to
10553         undefine all identifiers that appear in the directory name
10554         ${srcdir}; pass these to cpp.
10556         * configure.in (version): Fix sed regexp to match two-elt version
10557         number.
10559         * configure.in: Check for strerror.
10561 1994-01-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10563         * configure.in: Test for bcmp.
10565 1994-01-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10567         * make-dist (tempdir): Put subdir msdos into the distribution.
10569 1993-01-07  Morten Welinder  (terra@diku.dk)
10571         * config.bat: New file.
10573 1994-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10575         * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10577 1994-01-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10579         * configure.in (m68*-next-*): Don't care about which os is specified.
10580         (i[34]86-*-*): Check for *-nextstop*.
10582 1993-12-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10584         * configure.in: Check for setsid.
10586 1993-12-17  Richard Stallman  (rms@srarc2)
10588         * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10590 1993-12-15  Richard Stallman  (rms@srarc2)
10592         * Makefile.in (mkdir): Make only the lockdir writable.
10594         * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
10596 1993-12-11  Richard Stallman  (rms@srarc2)
10598         * Makefile.in (libdir): Use @libdir@.
10600 1993-12-08  Richard Stallman  (rms@srarc2)
10602         * Makefile.in (install): Add empty command.
10604 1993-12-04  Richard Stallman  (rms@srarc2)
10606         * make-dist: Put man/getopt.c in the dist.
10608         * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10610         * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10612 1993-12-03  Richard Stallman  (rms@srarc2)
10614         * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10615         Set it for all solaris versions.
10616         (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10617         (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10618         Likewise for NON_GNU_CC and CC.
10620 1993-12-01  Richard Stallman  (rms@srarc2)
10622         * configure.in (mips-mips-riscos4*): Assign variable CC.
10623         (checking ${with_gcc}): If "no", don't override CC if already set.
10624         (CC): Initialize it as empty.
10626 1993-11-30  Richard Stallman  (rms@srarc2)
10628         * configure.in (Suns): Set CPP if *-solaris2.3*.
10630 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10632         * Version 19.22 released.
10634         * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10636 1993-11-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10638         * make-dist: When breaking links, use cp -p.
10639         Copy install.sh into distribution.
10640         Move the temp dir up into the parent dir;
10641         don't leave the staging dir make-dist.tmp... in existence.
10642         * install.sh: New file.
10644 1993-11-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10646         * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10648 1993-11-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10650         * configure.in (version): When --run-in-place, exclude
10651         ${datadir}/emacs/site-lisp from locallisppath.
10653 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10655         * configure.in: Delete jumk.c before writing it.
10657 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10659         * Version 19.21 released.
10661         * Makefile.in (mkdir): Ignore error from chmod.
10663 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10665         * make-dist: Don't put lisp/forms.README in the distribution.
10667 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10669         * configure.in (creating src/Makefile): Before running cpp,
10670         discard all lines that start with `# Generated' or /**/#.
10672 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10674         * Version 19.20 released.
10676         * make-dist: Use build-ins.in, not build-install.in.
10677         Don't bother updating TAGS since it's not included.
10679         * build-ins.in: Renamed from build-install.in.
10681 1993-11-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10683         * make-dist: Don't try to link *.texinfo--there are none now.
10684         When running make in lib-src, specify YACC var value.
10686 1993-10-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10688         * configure.in (extrasub): Add vpath patterns for %.[yls].
10690         * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10691         Instead just include the commands to make src/Makefile as the
10692         second arg to AC_OUTPUT.
10694         * configure.in: Use : instead of dnl for comment inside
10695         $makefile_command.
10697         * configure.in: No longer use vpath_sed.  Instead, when we notice
10698         srcdir already configured, set extrasub to hack vpath in the
10699         makefiles.
10701         * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10702         before moving it.
10703         * Makefile.in (VPATH): Define to @srcdir@.
10705 1993-09-28  Brian J. Fox  (bfox@cubit)
10707         * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
10708         doesn't exist.  Just copy src/Makefile.in instead.
10709         Touch all of the Makefiles after editing config.status.
10711         * INSTALL: Update documentation to match new configuration
10712         mechanism.
10714 1993-09-27  Brian J. Fox  (bfox@ai.mit.edu)
10716         * configure.in: Allow any of the path or directory Makefile
10717         variables to be set with flags to configure.  Create all Makefiles
10718         at configure time.  Edit special commands into config.status after
10719         src/Makefile.in is built from src/Makefile.
10721         * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10722         If these files are out of date, simply have config.status
10723         rebuild them; don't rebuild them explicitly.
10725 1993-09-25  Brian J. Fox  (bfox@ai.mit.edu)
10727         * build-install.in: Change src/xemacs to src/emacs.  We no longer
10728         create src/xemacs, so the file wouldn't be found.
10730         * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10732 1993-09-24  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
10734         * configure.in: Avoid forcing the search of /usr/include before
10735         fixed include files by resetting C_SWITCH_X_SITE if it is
10736         "-I/usr/include".
10738 1993-09-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10740         * Makefile.in (@rip_paths@locallisppath):
10741         Delete ${datadir}/emacs/site-lisp.
10743 1993-09-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10745         * configure.in:
10746         Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10747         Remove ${extra_output} from AC_OUTPUT call.
10749 1993-09-17  Brian J. Fox  (bfox@inferno)
10751         * make-dist: Quote backquotes found in strings to be echoed.
10753         * configure.in: Use "sh -c pwd" when we want to avoid having the
10754         shell fix up the value of $PWD.
10756 1993-09-13  Brian J. Fox  (bfox@inferno)
10758         * Makefile.in (do-install): Don't abort if ln or chmod at the end
10759         of the installation fail.  Suggested by Karl Berry.
10761 1993-08-30  Brian J. Fox  (bfox@inferno)
10763         * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10764         was used.  Set MAKEFLAGS from MFLAGS.
10766 1993-09-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10768         * configure.in: Test for res_init in libc.
10770 1993-09-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10772         * configure.in: In the file ${tempcname}, use configure___
10773         instead of @configure@.
10775 1993-09-12  Roland McGrath  (roland@sugar-bombs.gnu.ai.mit.edu)
10777         * make-dist: Dist vpath.sed.
10779         * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10780         Depend on vpath.sed.
10781         Replace sed command for VPATH with @vpath_sed@.
10783         * configure.in: Substitute variable `vpath_sed'.
10784         If not in $srcdir and $srcdir is configured,
10785         issue warning that GNU make is required,
10786         and set vpath_sed to use vpath.sed script.
10788 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10790         * configure.in: Remove check for $srcdir being configured.
10791         This pretty much works now.
10792         Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10793         Check for XFree86 (/usr/X386/include) independent of whether
10794         -lXbsd exists.
10796         * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10797         realclean, unlock, relock): Use `$(MAKE)' in place of plain
10798         `make'.
10800 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10802         * Version 19.19 released.
10804         * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10806 1993-08-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10808         * configure.in: Check for XScreenNumberOfScreen.
10810 1993-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10812         * configure.in: Add * to end of all configuration alternatives.
10813         (m68*-sony-newsos3*): New alternative.
10815 1993-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10817         * make-dist: Include getdate.c in distribution.
10819         * configure.in: For --help, use $PAGER if it is set.
10820         (LIB_X11_LIB): Default to -lX11.
10821         (mips-sgi-irix5.*): New alternative.
10823         * Makefile.in (do-install): Install info/gnus* and info/sc*.
10825         * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10826         Recognize *.B8.* as hpux version 8.
10827         (m68*-tektronix-bsd*): Fix typo in tek4300.
10828         (AC_HAVE_FUNCS): Add ftime.
10830 1993-08-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10832         * configure.in (m88k-tektronix-sysv3*): Add the missing *.
10833         Use tekxd88, not tekXD88.
10835 1993-08-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10837         * configure.in: Check for -lm.  Then can check for frexp and logb.
10839 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10841         * Version 19.18 released.
10843         * make-dist (src): Don't put gnu-hp300 in dist.
10844         (src, lisp): Include OChangeLog in dist.
10846 1993-08-08  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10848         * configure.in: Test for presence of logb and frexp functions.
10850 1993-08-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10852         * configure.in (machine): Add i370-ibm-aix*.
10854 1993-08-03  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10856         * configure.in (function checks): Test for mkdir and rmdir.
10858         * configure.in (function checks): Don't test for random and bcopy
10859         only when we're building with X; look for them all the time.
10861 1993-07-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10863         * configure.in: Test for availability of bcopy functions, searching
10864         the X libraries if we're using X.
10866         * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10867         and #define HAVE_AIX_SMT_EXP if we do.  This is present in some
10868         versions of AIX, and needs to be passed to the loader.
10870         * configure.in: Test for the availability of the
10871         XScreenResourceString function.
10873 1993-07-30  David J. MacKenzie  (djm@frob.eng.umd.edu)
10875         * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10876         LD_SWITCH_X_SITE and assume --with-x11.
10877         Only look for X11 files if we weren't told about a window system
10878         or if we were told to use X11 but not told where.
10879         Search the libraries from the s and/or m files when checking for
10880         functions.
10882         * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10884 1993-07-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10886         * make-dist: Include lisp/dired.todo in the distribution.
10888 1993-07-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10890         * configure.in: Add code to set HAVE_INET_SOCKETS.
10892 1993-07-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10894         * configure.in: If we do find x_includes and x_libraries
10895         via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10897 1993-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10899         * make-dist: Include src/gnu-hp300 in the dist.
10901         * configure.in (canonical): New variable holds the canonicalized
10902         configuration.  Don't alter `configuration'.  Use `configuration'
10903         for Makefile.in for file naming.
10904         (testing x_includes and x_libraries): Use =, not ==.
10906 1993-07-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10908         * Version 19.17 released.
10910         * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10911         directory's makefile.  This allows the invocation of CPP which
10912         builds xmakefile to receive these switches.  The SunSoft C
10913         preprocessor inserts spaces between tokens if it doesn't get the
10914         -Xs flag requested in src/s/sol2.h.
10916 1993-07-12  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
10918         * configure.in (m68k-bull-sysv3): New config.
10920 1993-07-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10922         * configure.in: Use the autoconf AC_FIND_X macro to try to find
10923         the X Windows libraries.
10925 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10927         * make-dist (tempdir): Don't create lisp/forms-mode directory in
10928         the distribution.  Those files aren't kept in their own
10929         subdirectory any more.
10931 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10933         * Version 19.16 released.
10935 1993-06-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10937         * configure.in: Add --verbose flag.
10939 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10941         * version 19.15 released.
10943 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10945         * Makefile.in (top_distclean): Use -f switch when cleaning out
10946         lock dir; it might be empty.
10948         * configure.in: Only check for -lXbsd once.
10950 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10952         * Version 19.14 released.
10954 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10956         * make-dist: If using gzip, create distribution with '.gz' extension.
10958         * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10959         (lisp/forms-mode): This doesn't exist anymore.
10961         * configure.in: Look for the closedir function.
10963 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10965         * configure.in (CPP): Autoconf sets this to a shell variable
10966         reference, which doesn't work when it's edited into a makefile.
10967         Expand that variable reference.
10969         * Makefile.in (CPP): New variable.
10970         (src/Makefile): Edit CPP into src/Makefile.
10972         * Makefile.in (src/Makefile): Don't bother exiting single quotes
10973         and entering double quotes to get the values of LD_SWITCH_X_SITE
10974         and the other make variables; make substitutes them in anyway.
10976         * Makefile.in (uninstall): Don't remove the lisp and etc
10977         directories if they're in the source tree.
10979         Bring mumbleclean targets into conformance with GNU coding standards.
10980         * Makefile.in (mostlyclean, clean): Separate these two; just have
10981         them pass the request to the subdirectory makefiles.
10982         (distclean): Pass the request down, and then get rid of the
10983         files configure built, and get rid of the Makefiles.
10984         (realclean): Pass the request down, and then do the same things
10985         distclean does.
10986         (uninstall, info, dvi): New targets.
10988         * configure.in: Move clause for PC-compatible i386 box to the end
10989         of the case statement, to avoid masking configurations below.
10991         * configure.in: Add case for m88k-motorola-sysv4.
10993         * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10994         the HP 68000 machines.
10996         * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10997         C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10998         preprocessor won't fiddle with them.
11000 1993-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11002         * Makefile.in (TAGS): cd to src to run etags.
11004 1993-06-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11006         * configure.in (version): Check the X libraries for XrmSetDatabase
11007         and random, and see if we have -lXbsd.
11009 1993-06-11  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11011         * configure.in: Pass "-Isrc" to the CPP we run to examine the
11012         s/*.h and m/*.h files.  Martin Tomes
11013         <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11015 1993-06-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11017         * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11018         above the general i386 alternative.
11020 1993-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11022         * configure.in: Recognize configuration name for Data General
11023         AViiON machines.
11025         * configure.in: Use AC_LONG_FILE_NAMES.
11027 1993-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11029         * configure.in: Test for bison.
11030         * Makefile.in (YACC): New variable.
11031         (lib-src/Makefile.in): Edit YACC into the makefile.
11033 1993-06-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11035         * Version 19.13 released.
11037         * configure.in (CFLAGS): Don't set this according to the value of
11038         the GCC shell variable.  Instead, consult the machine and system
11039         files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11040         test __GNUC__ while we're at it.
11042         * configure.in: Remove extra ;; from hpux cases.
11044 1993-06-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11046         * configure.in: Check to see if the system has -ldnet.
11048 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11050         * make-dist: Add clauses to distribute lisp/forms-mode.
11052 1993-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11054         * configure.in (machine): Fix the versions in hpux version number test.
11055         Do not guess based on cpu type.  Do check for explicit system version.
11057 1993-06-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11059         * configure.in: Do NOT look for `unknown' as company name.
11061 1993-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11063         * configure.in: Fix typo in message.
11065 1993-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11067         * Version 19.12 released.
11069         * Makefile.in (do-install): Correct previous etc-copying change.
11070         Partially rewrite using `if'.
11071         (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11073         * Version 19.11 released.
11075         * configure.in: Handle 386bsd.
11077 1993-05-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11079         * make-dist: Update getdate.c.
11081         * configure.in: Handle bsd386.
11083         * Makefile.in (do-install): Use `-' in tar options.
11085         * configure.in: Change  ! "${...}"  to  x"${...}" = x.
11087         * Makefile.in (do-install): Copy the DOC-* files from the build
11088         etc directory, as well as lots of things from ${srcdir}/etc.
11090         * make-dist: Copy config.guess.
11092         * configure.in: Handle AIX versions 1.2, 1.3.
11094 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11096         * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11097         the configuration name mips-mips-usg* to represent USG systems.
11099         * configure.in: Fix logic to detect if srcdir is already configured.
11101         * Makefile.in: Pass in LD_SWITCH_X_SITE.
11103         * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11104         foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11105         of a directory; cd might fail, and have pwd print out the current
11106         directory.
11108 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11110         * configure.in: When looking for sources, use '.', not `.`.  Also '..'.
11112 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11114         * configure.in: Complain if srcdir points at an already-configured
11115         tree.
11117 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11119         * Version 19.10 released.
11121 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11123         * Makefile.in: Use Makefile comments, not C comments.
11125         * configure.in: Add case for the Tektronix XD88.
11127 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11129         * configure.in: Handle sysv4.2 and sysvr4.2.
11131 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11133         * configure.in: Traverse the argument list without destroying it;
11134         don't use shift.  It turns out that "set - ${saved_arguments}"
11135         doesn't work portably.
11137         * configure.in: Add missing "fi".
11139         * make-dist: Rebuild configure if configure.in is newer.
11141         * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11142         targets to be executed even if make remembers that it has already
11143         satisfied FRC.
11145 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11147         * Makefile.in (do-install): Delete redundant code to copy etc twice.
11149         * configure.in (romp): Handle various version numbers with aos and bsd.
11151 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11153         * configure.in: Fix message text.
11155 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11157         * make-dist: Make a `site-lisp' directory in the distribution,
11158         instead of a `local-lisp' directory, which hasn't been the
11159         appropriate name for a long time.
11160         * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11161         from the distribution first, then /usr/local/lib/emacs/site-lisp.
11163         * Makefile.in (do-install): Correctly detect if ./etc and
11164         ${srcdir}/etc are the same.
11166         * configure.in: Extract UNEXEC from the system configuration
11167         files, compute the name of the source file corresponding to the
11168         object file, and #define it as UNEXEC_SRC in config.h.
11170         * configure.in: If srcdir is '.', then try using PWD to make it
11171         absolute.
11173         * configure.in: Include ${srcdir} in the printed report, to help
11174         people notice if it's an automounter path.
11176 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11178         * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11180 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11182         * Makefile.in (do-install): Delete the dest dir, not the source dir,
11183         when they are different.  Add  `shift' command.
11184         (COPYDESTS, COPYDIR): Delete external-lisp dir.
11185         (externallispdir): Var deleted.
11187         * configure.in: Delete spurious paren outputting short_usage.
11189 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11191         * Version 19.9 released.
11193 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11195         * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11196         subdirectory makes.
11198         * make-dist: Check for .elc files with no corresponding .el file.
11200         * Makefile.in (mkdir): Make all the directories in locallisppath.
11202         * config.guess: New file.
11203         * configure.in: Use it, tentatively.
11204         * INSTALL: Mention its usage.
11206         * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
11207         the former gives you the operating system rev directly.
11208         Use s/hpux.h if we don't recognize what we got.
11210         * Makefile.in (do-install): Don't remove a destination directory
11211         if it's the same as the source.  If ${srcdir}/info == ${infodir},
11212         don't try to copy the info files.
11214         * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11215         doesn't work if you're not using a separate source directory.
11216         (do-install): Copy the build tree's etc directory only after
11217         making sure it's not also the source tree's etc directory.
11219 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11221         * configure.in: Handle sunos4.1.3 specially.
11223 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11225         * Makefile.in (INSTALL): Add definition.
11227         * configure.in: Fix some messages.  Support -with-gnu-cc.
11228         At the end, use `set --', not `set -'.
11229         Delete spurious `.h' in hpux alternatives.
11231 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11233         * Version 19.8 released.
11235 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11237         * configure.in: When looking for source in the same directory as
11238         the configure script, make the path thus discovered absolute.
11239         If the user specifies the `--srcdir' switch, make that directory
11240         absolute too.
11242         * Makefile.in (srcdir): Remove comment saying this doesn't work.
11244         * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11245         too, as the value of the PATH_INFO macro.
11247         * configure.in: Check to see if the source lives in the same
11248         directory as the configure script.
11250 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11252         * Makefile.in (install): Split this into `install' and
11253         `do-install', to give people more control over exactly what gets
11254         done.
11255         (do-install): New target, containing the guts of `install'.
11256         Don't remove and recreate the directories inside the copying loop - do
11257         it all before the copying loop.  Pass more flags to the lib-src
11258         make.
11259         (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11260         avoid errors and warnings.
11262         * configure.in: For generic IBM PC boxes, insist on "unknown" for
11263         the manufacturer - the more general case was blocking other i386
11264         configuration names below, and that's how the names are written in
11265         MACHINES anyway.
11267         * make-dist: When breaking links, remove the link before moving
11268         the copy onto it, to avoid interactive behavior.
11270         * Makefile.in: Doc fix.
11272         * configure.in: Doc fix.
11274         * INSTALL: Mention --exec-prefix option.
11276         * configure.in: Add support for the `--exec-prefix' option.
11277         * Makefile.in: Accept that support.
11279         * configure.in: Use the AC_PROG_INSTALL macro.
11280         * Makefile.in (INSTALL): Variable removed.
11281         (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11283         * configure.in: Distinguish between hp800's and hp700's by calling
11284         "uname -m".
11286 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11288         * configure.in: Recognize configuration names for i860 boxes
11289         running SYSV.
11291 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11293         * configure.in: Distinguish between hp800's and hp700's by the
11294         version of HP/UX they run, since that's something people are more
11295         likely to know - hp700's run 8.0.
11296         Add HP 700 configuration.
11298         * configure.in: Test for the presence of the `rename' function.
11300         * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11301         configure.in.
11302         (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11304         * make-dist: Break intra-tree links.
11306         * configure.in: Explain that this is an autoconf script, and give
11307         instructions for rebuilding configure from it.  Arrange to put
11308         comments in configure explaining this too.
11310         * configure.in: Make the first line of the configure script be
11311         "#!/bin/sh".  Leaving the first line blank didn't work.
11313         * configure.in (long_usage): Remove; made short_usage describe
11314         the options briefly.
11316         * configure.in: Implement the --prefix option.
11317         * Makefile.in (prefix): Add support for it here.
11318         * INSTALL: Document it here.
11320         * Makefile.in (install): Don't assume that the files in the `info'
11321         subdirectory match  *.info.  They don't have that prefix.
11323 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11325         * configure.in: Add case for version 5 of Esix.
11327 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11329         * Version 19.7 released.
11331         * make-dist: There aren't any *.com files in lib-src anymore.
11333         * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11334         them; they're symlinks to other filesystems on the GNU machines.
11336         * make-dist: Check that the manual reflects the same version of
11337         Emacs as stated in lisp/version.el.  Edit that version number into
11338         the README file.
11340 1993-05-21  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11342         * configure.in: Remove the hack of AC_DEFINE; use
11343         AC_DEFINE_UNQUOTED.
11345 1993-05-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11347         * make-dist: Don't distribute precomp.com, compile.com, or
11348         link.com from ./src; they're in ./vms now.
11350         Some time-handling patches from Paul Eggert:
11351         * configure.in: Add AC_TIMEZONE.
11353 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11355         * configure.in: Recognize Linux as a valid operating system for
11356         the i386.
11358 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11360         * make-dist: Distribute some VMS files we got from Richard Levitte.
11362         * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11363         the source for the sed command, not oldXMenu/Makefile.
11365 1993-05-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11367         * INSTALL: Don't claim the srcdir option doesn't work.
11369 1993-05-16  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11371         * configure.in: Include remarks saying what order the autoconf
11372         tests should go in, and remind people to change config.h.in
11373         whenever they add autoconf tests which make #definitions.
11375         * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11377 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11379         * Makefile.in (oldXMenu/Makefile): Make this depend on
11380         ${srcdir}/oldXMenu/Makefile.in, not itself.
11382         * PROBLEMS: Some updates from David J. Mackenzie.
11384         More changes from David J. Mackenzie.
11385         * Makefile.in (install.sysv, install.xenix, install.aix):
11386         Targets removed; autoconf and config.h should specify all these
11387         differences.
11388         (buildlisppath): Make this path depend on ${srcdir}.
11389         (INSTALLFLAGS): Remove.
11390         (INSTALL): Include the -c flag.
11391         (install): Change the way we invoke install accordingly.
11393         Install ${srcdir} changes from DJM.
11394         * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11395         list.
11396         (COPYDIR, COPYDESTS): Install files from both the etc directory in
11397         the source tree and the etc directory in the object tree.
11398         (${SUBDIR}): Pass the prefix variable down to submakes.
11399         (everywhere): Use `sed', not `/bin/sed'.  Not all systems have sed
11400         in /bin.
11401         (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11402         values for srcdir and VPATH.
11403         (install): Add `v' flag to tar command.  Make sure that `dir'
11404         exists in ${srcdir}/info before copying it.  Remember that the man
11405         pages come from the source tree, not the object tree.
11406         * configure.in: Remove remarks saying that the --srcdir option
11407         doesn't work.
11408         Create the etc directory in the object tree.
11409         Recognize configuration names of the form *-sun-solaris*.
11410         Recognize sunos5 and solaris as operating system names.
11412         * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11413         lib-src/getdate.y and src/systime.h.
11415 1993-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11417         * make-dist: Make links in info subdir.
11419 1993-05-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11421         * configure.in: Call AC_STDC_HEADERS.
11423 1993-05-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11425         * configure.in: Sidestep autoconf's quoting of the second argument
11426         of AC_DEFINE, so we can specify the value to put there.  It would
11427         be nice if autoconf provided some way to specify computed values
11428         for macros.
11430 1993-05-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11432         * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
11433         this is always just -DHAVE_CONFIG_H.
11435         The GNU coding standards specify that CFLAGS should be left for
11436         users to set.
11437         * Makefile.in (CFLAGS): Let configure determine the default value
11438         for this.
11439         Don't have it default to DEFS.
11440         (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11441         (lib-src/Makefile, src/Makefile): Edit the default value for
11442         CFLAGS into these files, not DEFS.
11443         * configure.in (CFLAGS): Choose a default value for this - "-g"
11444         normally, or "-g -O" if we're using GCC.  Edit it into the
11445         top-level Makefile.
11447         * configure.in: When scanning the machine and system description
11448         #include files, write their names to conftest.c properly.
11450 1993-05-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11452         * configure.in: In configuration name case for Apallos running
11453         Domainios, set opsys, not opsysfile.
11455         * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11456         src/config.h, instead of AC_OUTPUT; the latter overwrites
11457         src/config.h even when it hasn't changed, puts a makefile-style
11458         comment at the top even though it's C code, and produces a
11459         config.status script which doesn't do the job right.
11461         * configure.in: Add AC_LN_S test, so we can tell whether or not we
11462         can use a symbolic link to get the X Menu library into src.
11463         * Makefile.in (LN_S): New variable.
11464         (src/Makefile): Edit the value of LN_S into this makefile.
11466 1993-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11468         * configure.in: Support *-sco3.2v4* as opsystem.
11470         * make-dist: Don't include calc directory.
11471         Exclude many files in the man directory; copy a few.
11473 1993-05-04  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11475         * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11476         call AC_STRUCT_TM to see what's in time.h.
11478         * configure.in: Employ quoting stupidity to get the value of CPP
11479         to expand properly.
11481 1993-04-27  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11483         * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11484         variable to scan the machine and system description files.
11486         * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11487         so that getdate.y builds correctly.
11489 1993-04-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11491         * configure.in (tempcname): Change this to "conftest.c", so it will
11492         work properly on systems with short filenames; this is the name
11493         autoconf uses.
11495         * configure.in: Also detect the availability of dup2 and
11496         gethostname.
11498         * configure.in: Use the AC_ALLOCA test.
11499         * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11500         (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11502 1993-04-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11504         * make-dist: Distribute configure, as well as configure.in.
11505         Oversight.
11507 1993-04-23  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11509         * Makefile.in (install): Print out the name of the directory we're
11510         copying, so people can have some idea of whether we're making
11511         progress.
11513         * Makefile.in (install.aix, install.xenix, install.sysv, install):
11514         Don't forget to re-create the COPYDESTS directories after we clear
11515         them out.
11517 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11519         * Makefile.in: Add autoconf cookies so that the configure
11520         script can comment out sections of path variable definitions to
11521         choose between the installable configuration and the run-in-place
11522         configuration.
11523         * configure.in: Add new option `--run-in-place', to select the
11524         run-in-place path definitions.
11526         * configure.in: Add a clause to the big configuration name case
11527         for the NeXT machine.
11529 1993-04-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11531         * Makefile.in (install, install.sysv, install.xenix, install.aix):
11532         Make sure that each source directory exists, and is different from
11533         the destination directory; then, delete the destination before
11534         copying over the source.
11536         * make-dist: Distribute configure.in, instead of configure.
11538 1993-04-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11540         * configure.in: Don't set CC to "gcc -O" if the user specifies
11541         `--with-gcc'.  Add -O to DEFS if GCC is set.
11543 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11545         * Makefile.in (clean mostlyclean): Missing right paren.
11547         * configure.in: When checking for X windows, search for an X11
11548         subdirectory of ${x_includes}.
11550         * configure.in: Check for gettimeofday function, for getdate.y.
11552         Change `configure' to a mixture of custom code and autoconf stuff.
11553         autoconf can't derive all the information we need, but we'd really
11554         like to be able to take advantage of some of its tests, and its
11555         file-editing facilities.
11556         * configure.in: Renamed from configure.
11557         Quote the sections of shell script we want copied literally to
11558         the configure script.
11559         (compile): Initialize this to make the autoconf macros' code happy.
11560         Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11561         code to do their jobs.
11562         Use autoconf to produce Makefile and src/config.h.
11563         Remove the Makefile-style comment that autoconf places at the top
11564         of src/config.h.
11565         (config_h_opts): Remove - no longer necessary.
11566         * Makefile.in (configname): Rename to configuration.
11567         (CONFIG_CFLAGS): Rename to DEFS.
11568         (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
11569         get values via autoload @cookies@.
11570         (libsrc_libs): Get this from autoconf.  We used to do nothing
11571         about this.
11572         (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11574         * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11575         Don't echo the move-if-change command.
11577 1993-04-08  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
11579         * make-dist: Distribute lib-src/rcs-checkin.
11581         * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11582         Don't try to make links to the RCS or Old subdirectories.
11583         Use the appropriate extension for the compression type in use.
11584         Create the tar file in the shell's initial default directory, not
11585         in ${tempparent}.
11586         Erase the whole ${tempparent} tree, not just ${tempdir}.
11588 1993-03-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11590         * Makefile.in (src/paths.h): Don't echo the huge sed command we
11591         use to build paths.h.
11592         (lib-src/Makefile, src/Makefile): Similarly.
11594         * configure: Extend test for working `const' keyword to handle AIX
11595         3.2 cc.
11597 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11599         * make-dist: Distribute lisp/term/ChangeLog.
11601         Arrange for C compilation throughout the tree to get
11602         C_SWITCH_SYSTEM from the configuration files.
11603         * configure: Extract C_SWITCH_SYSTEM from the machine and
11604         system-dependent files, and save it in the top-level Makefile.
11605         * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11606         (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11608         * make-dist: Include the VMS support files in oldXMenu in the
11609         distribution.
11611         * configure: Doc fix.
11613         * configure: Fix corrupted config_h_opts.
11615         * configure: Properly report option names in error messages.
11617         * configure: Properly recognize --x-includes and --x-libraries
11618         options.
11620         * configure: Fix syntax errors in code handling XFree386.
11622 1993-03-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11624         * configure: Add special code to detect XFree386, and tell
11625         config.h about it.
11627         * configure: Properly handle extracting values of LIBS_MACHINE and
11628         LIBS_SYSTEM that contain spaces.
11630         * configure: Add `--x-includes' and `--x-libraries' options.
11631         I think these are dopey, but no less than three alpha testers, at
11632         large sites, have said they have their X files installed in odd
11633         places.  Implement them by setting C_SWITCH_X_SITE and
11634         LD_SWITCH_X_SITE in src/config.h.
11636 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
11638         * make-dist: Don't distribute etc/Old files.
11640         * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11641         backups.
11643 1993-03-20  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11645         * make-dist: Fix typo.
11647 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
11649         * make-dist: Corrected typo, fixed it to discard = and TAGS files
11650         in some cases where it should but didn't seen to.
11652         * Makefile.in: Added unlock and relock productions.
11654 1993-03-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11656         * make-dist: Add a --compress option to force make-dist to use
11657         compress.
11659         * make-dist: Use gzip, if we can find it.
11661         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11662         make rs6000-ibm-aix default to -aix32.
11664 1993-03-17  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
11666         * Makefile.in: Added `Developer's configuration' section.
11668 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
11670         * Makefile.in: Add commented-out variable settings for developer's
11671         configuration.
11673 1993-03-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11675         * make-dist: Distribute `src/bitmaps' too.
11677 1993-03-14  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
11679         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11680         make rs6000-ibm-aix default to -aix32.
11682 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11684         * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11686         * Makefile.in (install.sysv): Add a second `$' in front of
11687         `${dest}', so that the shell will expand it, instead of Make.
11689         * configure: When processing the name of the configure script,
11690         collapse `././' to `./', but leave a single `./' prefix alone.
11692         * configure: Doc fix.
11694 1993-03-04  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11696         * configure: Handle isc3.0 correctly.
11698 1993-02-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11700         * make-dist: Don't try to copy the COPYING notice into
11701         external-lisp; we're not distributing that directory any more.
11703 1993-02-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11705         * Makefile.in (install, install.aix, install.xenix, install.sysv):
11706         Remove CVS subdirectories from the installed directory trees, as
11707         well as RCS directories.
11709 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11711         * make-dist: Only copy gmalloc.c if we couldn't link it.
11712         Don't try to copy man/{README,Makefile} unless they actually exist.
11714         * Makefile.in (lisppath): Don't include externallispdir in this.
11715         We're not sure whether we're even going to distribute the
11716         directory yet.
11718 1993-02-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11720         * make-dist: Don't distribute the external-lisp directory anymore.
11721         * INSTALL: Remove all references to external-lisp.
11723         * configure: Detect whether the compiler supports `const'
11724         properly, and edit src/config.h accordingly.
11726         * configure: Tweak layout of final report.
11728         * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11729         CFLAGS.
11731         * Makefile.in (locallisppath): Make this default to
11732         ${datadir}/emacs/site-lisp, instead of
11733         ${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
11734         the same thing, and local-lisp causes completion conflicts with
11735         lock.
11736         (lisppath): Add ${externallispdir} to this.
11737         * INSTALL: Adjust installation directions.
11739         * Makefile.in (externallispdir): New variable, to say where to
11740         install the externally-maintained lisp files.
11741         (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11742         the others.
11743         * INSTALL: Describe external-lisp and the new externallispdir
11744         variable.
11746 1993-02-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11748         * configure (progname): New option `--with-gcc'.  Make it clearer
11749         how we are trying to guess whether or not we have GCC.
11750         * INSTALL: Document the `--with-gcc' option, and improve
11751         description of `--with-x' options.
11753 1993-02-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11755         * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11756         ${infodir} from these variables; we have written out explicit code
11757         to install the info files.
11759 1993-01-25  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11761         * make-dist: Don't distributed the RCS files in the etc directory.
11763 1993-01-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11765         * Makefile.in: Some makes can't handle comments in the middle of
11766         commands; move them to before the whole rule.
11768 1993-01-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11770         * README: Mention what Emacs is.
11772 1993-01-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11774         * make-dist: Include `./lisp/calc-2.02' in the distribution.
11775         Add `./cpp' and `./man' back into the distribution.
11777 1993-01-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11779         * Makefile.in: Define MAKE, and use where appropriate.
11781 1993-01-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11783         * make-dist: Remember that the authoritative COPYING notice is
11784         `etc/COPYING', not `../etc/COPYING'.
11786 1992-12-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11788         * make-dist: Make sure that the COPYING notices in each directory
11789         are copies, not symlinks.
11791 1992-12-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11793         * INSTALL: The build process produces an executable called `emacs'
11794         now.  Change references.
11795         * Makefile.in: Adjust `install.mumble' targets to install
11796         `src/emacs', not `src/xemacs'.
11798         * configure: Start with a blank line; this keeps some old CSH's
11799         from thinking it's a CSH script.  Most systems will just use
11800         /bin/sh to run it, which is what we're expecting; the only other
11801         shells which might try to interpret it themselves are probably
11802         Bourne-compatible.
11804 1992-12-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11806         * INSTALL: Improvements suggested by David Mackenzie.
11808 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11810         * Makefile.in (install, install.sysv, install.xenix, install.aix):
11811         Don't try to copy the info files if there aren't any; the
11812         unexpanded globbing pattern disappoints `install'.  Ignore the
11813         return status of that command.
11815         * INSTALL: Updated for new configuration arrangement.
11817         * configure: Don't make the top-level Makefile read-only - people
11818         may want to edit the values of the path variables.
11820         * Makefile.in (install, install.sysv, install.xenix, install.aix):
11821         Install the info files in ${infodir}.  Install the executable
11822         under both `emacs' and `emacs-VERSION'.
11824         * Makefile.in: Doc fix.
11826         * Makefile.in (exec_prefix): New variable, as per latest version
11827         of coding standards.
11828         (bindir, libdir): Use it, instead of `prefix'.
11829         (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11831         * Makefile.in (mandir): Make the default value for this depend on
11832         $(prefix).
11834         * Makefile.in (datadir, statedir, libdir): Make these all default
11835         to ${prefix}/lib.
11836         (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11837         Adjust to compensate.
11839         * Makefile.in (install, install.sysv, install.xenix, install.aix):
11840         Install the etags and ctags man pages too.
11842         * Makefile.in (distclean): Don't delete backup files; that's the
11843         job of extraclean.
11844         (extraclean): Like distclean, but deletes backup and autosave files.
11846 1992-12-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11848         Make path specification conform to GNU coding standards.
11849         * configure (long_usage): Remove all traces of old arguments from
11850         usage messages, and document the options we do accept in more
11851         detail: -with-x... and --srcdir.
11852         (options, boolean_opts): Delete; we don't have enough options to
11853         make this worthwhile.
11854         (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11855         along with the code which supported them; these should be set as
11856         arguments to the top-level make.
11857         (config_h_opts): Since this no longer doubles as a list of option
11858         names, make them upper case; this simplifies the code which uses
11859         them to build the sed command to edit src/config.h.  Change the
11860         code which sets them.
11861         (cc, g, O): Don't allow the user to set these using options; they
11862         should be specified using `CC=' and `CFLAGS=' arguments to the
11863         top-level make.  Just choose reasonable default values for them,
11864         and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11865         values.
11866         (gnu_malloc, rel_alloc): Don't allow the user to set these using
11867         options; use them whenever the configuration files say they're
11868         possible.
11869         Simplify the argument processing loop.  Don't accept abbreviations
11870         for option names; these might conflict with other configuration
11871         options in the future.
11872         Add some support for the `--srcdir' option.  Check for the sources
11873         in . and .. if `--srcdir' is omitted.  If the directories we will
11874         compile in don't exist yet, create them under the current directory.
11875         Note that the rest of the build process doesn't really support
11876         this.
11877         Edit only the top Makefile.  That should edit the others.
11878         Edit into the makefile: `version', from lisp/version.el, `configname'
11879         and `srcdir' from the configuration arguments, `CC' and
11880         `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11881         the user's path, and LOADLIBES as gleaned from the system
11882         description files.
11883         Simplify the report generated; it doesn't need to include any
11884         description of paths now.
11885         Make `config.status' exec configure instead of just calling it, so
11886         there's no harm in overwriting `config.status'.
11887         * Makefile.in (version, configname): New variables, used to choose
11888         the default values for datadir and libdir.
11889         Path variables rearranged into two clearer groups:
11890         - In the first group are the variables specified by the GNU coding
11891           standards (prefix, bindir, datadir, statedir, libdir, mandir,
11892           manext, infodir, and srcdir).
11893         - In the second are the variables actually used for Emacs's paths
11894           (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11895           archlibdir), which depend on the first category.
11896         datadir and libdir default to directories under
11897         ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11898         demand.
11899         etcdir and lispdir default to subdirectories of datadir.
11900         archlibdir defaults to libdir.
11901         The new installation tree is a bit deeper than it used to be, so
11902         use the new make-path program in lib-src to build them all.
11903         Always build a new src/paths.h.tmp and then move-if-change it to
11904         src/paths.h, to avoid unnecessary rebuilds while responding to the
11905         right changes.
11906         Remove all mention of arch-lib.  Run utility commands from
11907         lib-src, and let the executables be copied into archlibdir when
11908         Emacs is installed.
11909         Add targets for src/Makefile, lib-src/Makefile, and
11910         oldXMenu/Makefile, editing the values of the path variables into
11911         them.
11912         Let lib-src do its own installation.
11913         (datadir): Default to putting data files under
11914         ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11915         (emacsdir): Variable deleted; it would only be confusing to use.
11916         (lispdir, etcdir): Default to ${datadir}/lisp.
11917         (mkdir): Use make-path for this.
11918         (lockdir): Do this in mkdir.
11919         (Makefile): New target.
11921         * configure (usage_message): Rename to long_usage.
11923         * make-dist: Don't bother creating an arch-lib directory; that's
11924         only for installation now.
11926 1992-11-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11928         * configure: Use GCC-style configuration names, using config.sub.
11929         Change the usage and help messages.
11931         * configure: Initialize window_system, not indow_system.
11933         * configure: Report which window system, compiler, and signal
11934         handler return type we decide to use.
11936         * make-dist: Explain what's going on if config.sub and gmalloc.c
11937         can't be linked.  Place the code which copies them near the code
11938         which links the rest of the files around them.
11940 1992-11-15  Jim Blandy  (jimb@apple-gunkies.gnu.ai.mit.edu)
11942         * make-dist: Don't bother to distribute src/*.com, or
11943         src/vmsbuild; those have all been moved to `../vms'.
11945 1992-11-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11947         * make-dist: Don't forget that the way to avoid filenames starting
11948         with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11949         `[a-zA-Z0-9].h'.  Add a new section for dealing with files that we
11950         couldn't make hard links to, since we have two already, and
11951         perhaps more to come.
11953 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11955         * configure: When editing parameters into lib-src/Makefile, change
11956         the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11957         needs some other flags too.
11959 1992-11-03  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11961         * configure: Remove spurious echo of the configuration name.
11963         * make-dist: Don't distribute files in src/m and src/s whose names
11964         begin with `='.
11966 1992-10-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11968         * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11969         Also LISP_FLOAT_TYPE.
11971 1992-10-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11973         * make-dist: Copy config.sub, since it's a symbolic link to a file
11974         on another file system.
11976 1992-10-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
11978         * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11979         distribution.
11981         * config.sub: New file, to help us recognize configuration names.
11982         * make-dist: Include it in the distribution.
11984 1992-09-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11986         * configure: Convert `-' to `_' in specified option names.
11987         Accept options with --.  Delete --highpri and --have-x-menu options.
11988         New options --with-x and --with-x10 replace -window-system.
11989         Don't mention options --gnu-malloc, --rel-alloc
11990         or --lisp-float-type in help message.
11992 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11994         * make-dist: Include the `vms' subdirectory in the distribution.
11996 1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11998         * configure: Remove lines starting with "# DIST: " when building
11999         lib-src/Makefile and src/Makefile.  This allows us to mark the
12000         "Makefile.in" files with explanatory comments which won't also get
12001         stuck in the Makefiles.
12003 1992-09-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12005         * make-dist: Don't use the '+' operator in the sed regular
12006         expression that extracts the version number from lisp/version.el;
12007         Ultrix sed doesn't seem support the operator.  Just double the
12008         operand and use *.
12010 1992-09-01  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12012         * Makefile.in: Doc fix.
12014 1992-08-31  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
12016         * configure: Rewrite sed command to remove at most one ./ prefix;
12017         Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12018         group.
12020 1992-08-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12022         * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12024 1992-08-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12026         * make-dist: Go ahead and build a new TAGS file, unless the
12027         --newer option was specified.  Don't try to delete a TAGS file
12028         from etc; it's not kept there, and shouldn't be deleted anyway.
12030 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12032         * make-dist: If the lisp directory contains a default.el, don't
12033         distribute it.
12035         * configure: When searching signal.h for the type of a signal
12036         return handler, make a copy of it, not a symbolic link to it; that
12037         way, it will work on systems that don't have symbolic links.
12039 1992-08-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
12041         * make-dist: Taught it about vcdiff and rcs2log, added --newer
12042         option for generating incremental distributions.  Stopped it from
12043         generating a TAGS file into the distribution; that sucker is
12044         *big*, and easily enough generated with the toplevel makefile.
12046 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12048         * configure: When writing config.status, don't prefix progname
12049         with a '.'; it might be absolute.
12051 1992-08-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12053         * configure: Choose to use X11 if either /usr/lib/libX11.a or
12054         /usr/include/X11 exist, not only if both exist.
12056 1992-07-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12058         * make-dist: Make the new external-lisp directory a duplicate of
12059         the external-lisp directory, not the lisp directory.
12061 1992-07-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12063         * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12064         clean' in arch-lib; it doesn't even have a Makefile.
12066         * Makefile.in (clean, mostlyclean): In the test which tries to
12067         distinguish between the build directory, which should be cleaned,
12068         and the installed directory, which shouldn't, cd to `${emacsdir}',
12069         not `${DESTDIR}${LIBDIR}'.
12071 1992-06-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12073         * make-dist: Be sure to delete the .c and .h files that YACC and
12074         BISON create from getdate.y.
12076         * external-lisp: New directory; see `external-lisp/README'.
12077         * make-dist: Added support for the external-lisp subdirectory.
12079         * make-dist: Changed message which complains that make-dist wasn't
12080         invoked in the right directory to indicate which files it was
12081         looking for.
12083 1992-06-29  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12085         * configure: Add comments explaining why we can't translate
12086         character ranges or control characters in `tr'.
12088 1992-06-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12090         * configure: When generating the configuration message, we used to
12091         build the message from the start so that each line began with "# "
12092         so that it would be a comment in `config.status'.  However, this
12093         causes trouble if any of the variables we use in the message
12094         expand to more than one line of text - as gnu_malloc_reason
12095         sometimes does.  So instead, we build the message as it should be
12096         printed to the user (i.e. without the "# " prefixes), and stick on
12097         the "# "s when we write it to `config.status'.
12099         * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12100         `lib-src' and `arch-lib'.
12102         * configure: When generating report and `config.status' file, note
12103         that bindir only determines where `make install' and
12104         `build-install' will place the executables; this should make it
12105         clear that the ordinary build process will not try to install
12106         things.
12108 1992-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12110         * make-dist: Change messages to say that we are 'making links to
12111         X', rather than 'copying X'.  And put `' quotes around file names.
12113         * make-dist: Include '.tmp' in the name of the staging directory.
12115         * make-dist: Pass the `-f' option to rm when you're not sure that
12116         the files you're removing actually exist.
12118         * make-dist: When setting up etc/COPYING, always nuke whatever is
12119         there, and then copy it in, to make sure we get a real file.
12121         * make-dist: Don't try to distribute *.defns files any more.
12122         The only such file was for simula.el, which has been superseded by a
12123         version which doesn't have a separate .defns file.
12125 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
12127         * make-dist: Don't distribute configured versions of config.h.in,
12128         paths.h.in, Makefile.in in src.
12130         * configure: Delete .tmp files before creating them; don't bother
12131         trying to make final targets writable first, since it won't
12132         matter to move-if-change.
12134 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12136         * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12137         mkdir and chmod in the center of all the conditionals.  GNU Make
12138         will strip these out, but other makes won't.
12140 1992-05-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12142         * make-dist: Include move-if-change in list of files to distribute.
12144 1992-05-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12146         * configure: Remove any "." elements from the program name.
12148         * configure: Don't record the values of all the possible arguments
12149         in config.status; only record the options that the user specified.
12151         * configure: Use move-if-change to move in the new src/config.h.
12153 1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)
12155         * move-if-change: New file, copied from gcc release.
12156         * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12157         a temp file, so we don't update paths.h if an error occurs or if
12158         it doesn't need changing.
12160 1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12162         * Makefile.in (src/paths.h): Do not install a value for the
12163         PATH_SUPERLOCK value; that macro doesn't exist anymore.
12164         * build-install.in: Same thing.
12166 1992-04-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12168         * make-dist: Check the flag called "make_tar", not "make_dir"; the
12169         latter, being a typo, is always false, resulting in a program
12170         whose default behavior is to painstakingly build a copy of the
12171         source tree, and then delete it.  Rah.
12173         * Makefile.in: Add dist target, and comment for it.
12175         * configure: When scanning <signal.h> for a declaration for
12176         signal, create a symbolic link with a name ending in .c, so the
12177         compiler won't complain that it's only been given .h files.
12179         * configure: Check whether there are any arguments available
12180         before shifting to get the value of a non-boolean parameter.
12182         * make-dist: Doc fix.
12184 1992-04-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12186         * configure: Instead of grepping /usr/include/signal.h for a
12187         signal declaration, run /usr/include/signal.h or
12188         /usr/include/sys/signal.h through cpp and grep for the
12189         declaration.
12191         * configure: Redirect the output of grep to /dev/null instead of
12192         using grep -s - that flag means different things on other systems.
12194         * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12195         since the former is recognizable even if you don't know what
12196         'dumping' is.
12197         * configure: Accommodate that change.
12199         * configure: Accept options for all of the directories you can
12200         change in the Makefile.
12202         * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12204         * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12205         FOO before you can use them.
12207         * build-install.in: Made the "Where To Install Things" section
12208         conform with the similar section from Makefile.in.  Copied section
12209         which builds src/paths.h from src/paths.h.in from the Makefile.
12211 1992-04-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12213         * configure: Write config.status to pass its command-line
12214         arguments on to configure, so that people can use it to recreate
12215         an old configuration, with minor changes.
12217 1992-04-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12219         * configure: Don't rely on option variables being unset if their
12220         values are the empty string.  In particular, when producing the
12221         English report, don't assume that highpri will be unset when no
12222         increased priority has been requested; -highpri='' should be the
12223         same as omitting -highpri altogether.
12225         * configure: Fix dumb bug: when running the system and machine
12226         description files through cpp, mark those lines that we want to
12227         evaluate with the string '@configure@', and then only evaluate
12228         them.  This way if the files include anything that actually
12229         generates text (type definitions or external declarations, say),
12230         we won't try to eval it.
12232 1992-04-11  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12234         * make-dist: New shell script.
12236         * configure: When creating foo from foo.in, make foo read-only to
12237         remind people to edit the .in file instead.
12239         * INSTALL: Changed references to config.h-dist to config.h.in.
12240         The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12241         to build src/paths.h from src/paths.h.in; added a paragraph to do
12242         this.
12243         * configure, Makefile, build-install: Changed filenames like
12244         FOO-dist to FOO.in.
12246 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12248         * Makefile, build-install: Renamed to Makefile.in and
12249         build-install.in; the configure script will edit these to produce
12250         the usable Makefile and build-install.
12251         * configure: Changed to produce ./Makefile, ./build-install,
12252         lib-src/Makefile, and src/Makefile from their *.in counterparts,
12253         instead of editing them in place.
12255 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12257         * Makefile: Re-arranged so that the undumped Emacs will search
12258         ../lisp *after* the site's local elisp files.
12259         (locallisppath, dumplisppath): New variables.
12260         (lisppath): This variable's default value is now chosen based on
12261         $(locallisppath) and $(lispdir); while it used to be the
12262         customization point for adding site-local elisp directories to
12263         load-path, that job is now handled mostly by locallisppath.
12264         (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12265         Check the values being assigned to the *LOADSEARCH macros for null
12266         path elements (like '::' in 'foo::bar').
12268         * configure: When checking if the machine- and system-dependent
12269         files define a particular macro or not, actually run them through
12270         CPP and test the macros with #ifs, instead of just grepping for
12271         the macros' names.  In particular, check for SYSTEM_MALLOC in this
12272         way.
12274 1992-04-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12276         * Makefile (install): Don't use -s in install.  (Keep the symbols.)
12278 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12280         * configure: Make the config.status file an executable shell
12281         script which will recreate the same configuration.  Include the
12282         verbal description of the current configuration as a comment in
12283         the script.
12284         * INSTALL: Doc fix.
12286         * Makefile: Brought the Makefile up to the GNU coding
12287         standards, as described in standards.text:
12288         (TAGS): New name for the target which rebuilds the tags table.
12289         (check): New target; doesn't do anything yet.
12290         (mostlyclean): New target, synonymous with clean.
12291         (realclean): New target.  Currently, this just calls the
12292         subdirectories's makefiles and then deletes config.status.
12293         (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12294         New variables.
12295         Installation directory variables changed to conform.
12296         (install, install.sysv, install.xenix, install.aix): Change the
12297         code which copies the directories into their installed location to
12298         allow the installed locations to be in several different
12299         directories; the old version assumed that they would all be in
12300         $(emacsdir).
12301         (mkdir, lockdir): Allow the installed locations to be in several
12302         different directories.
12303         * INSTALL: Doc fix.
12305         * build-install: Use the same variable names as the Makefile.
12306         Allow the installed locations to be in several different
12307         directories.
12309 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12311         * Makefile (src/paths.h): Instead of using a single sed command to
12312         edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12313         separately, and don't forget to append "/!!!SuperLock!!!" to the
12314         value of the PATH_SUPERLOCK macro.
12316         * config.emacs: Renamed to configure, for consistency with other
12317         GNU products.  Internal references changed.
12318         INSTALL, Makefile: References changed.
12320         * lock: New directory, which should always be empty.  If this
12321         directory doesn't exist, Emacs won't complain; it just won't lock.
12322         Having this here means that people can just unpack Emacs, build
12323         it, and have locking work.
12325         * share-lib: Re-renamed to etc, for the sake of tradition.
12326         * config.emacs: Changed default value for datadir to ../etc.
12327         * INSTALL, README: Adjusted.
12329 1992-03-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12331         * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12332         by running CPP on the appropriate s/*.h and m/*.h files.
12334 1992-03-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12336         * config.emacs: Make sure to set the "exit on error" flag once
12337         we've removed config.status; errors should abort the configuration.
12339 1992-02-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12341         * config.emacs: Added -distribute option, so that the Makefile
12342         paths are in their proper form.  I don't know why this matters.
12344 1992-02-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12346         * local-lisp: New directory, empty in the distribution, for people
12347         to put local elisp code in.
12348         * config.emacs: Include it in the default load path.
12349         * README: Document it.
12351 1992-01-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12353         * config.emacs: Guess the type of signal handling functions based
12354         on the contents of /usr/include/signal.h.
12356         * config.emacs: Print out progress report messages.
12358         * Makefile (src/paths.h): Don't generically replace
12359         /usr/local/lib/emacs with LIBROOT.  This can hide bugs in the
12360         editing of the other entries, and each entry should be dealt with
12361         explicitly anyway.
12363         * build-install: Converted from C-shell to Bourne shell.
12364         * config.emacs: Edit build-install properly.
12366         * config.emacs: Doc fix.
12368 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12370         * Makefile (install): Remove `B' from tar xf command.
12372 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
12374         * config.emacs: Removed support for the `maintain-environment'
12375         option; the only important difference between this and its absence
12376         has been removed.
12377         * INSTALL: Removed mention of `maintain-environment'.
12379         * config.emacs: Fix arguments to sed when processing boolean
12380         arguments.
12382 1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
12384         * config.emacs: New file, to help automate the installation
12385         process.
12387         * Makefile: Lots of changes to support the separation of etc into
12388         architecture-dependent and -independent files:
12389         (EMACSROOT): New variable, giving the directory under which all of
12390         Emacs's libraries should be installed.  Changed rest of file to
12391         use it.
12392         (LIBDIR): Now denotes only architecture-dependent dir.
12393         (DATADIR): New variable, denoting architecture-independent dir.
12394         (LOCKDIR): New variable, for completeness.
12395         (SUBDIR): No more etc, new lib-src.
12396         (COPYDIR): No more etc, new arch-lib and share-lib.
12397         (src/paths.h): Set PATH_DATA and the LOCK macros too.
12398         (src): Now depends on lib-src, not etc.
12399         * build-install: Changes parallel to the above.
12400         * README: Describe the new arrangement.
12402         * vms: New subdirectory for all the VMS stuff.
12404 1991-12-03  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
12406         * Makefile (LISPPATH): New variable.
12407         (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12409 1990-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
12411         * Makefile (install, install.sysv, install.xenix):
12412         Install wakeup instead of loadst.  No need for setuid or setgid.
12414 1990-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12416         * Makefile (clean): Clean etc if that's not the installation dir.
12418 1990-04-26  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12420         * Makefile (paths.h): Make sed alter each name in the path.
12422 1988-08-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12424         * Makefile (install.sysv): Use cpio, not tar.
12426 1988-08-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12428         * Makefile (lockdir): Rename `lock' target.
12429         Depend on it from install*, not from `all'.
12431 1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
12433         * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12434         to match build-install and paths.h.
12436 ;; Local Variables:
12437 ;; coding: utf-8
12438 ;; End:
12440   Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
12442   This file is part of GNU Emacs.
12444   GNU Emacs is free software: you can redistribute it and/or modify
12445   it under the terms of the GNU General Public License as published by
12446   the Free Software Foundation, either version 3 of the License, or
12447   (at your option) any later version.
12449   GNU Emacs is distributed in the hope that it will be useful,
12450   but WITHOUT ANY WARRANTY; without even the implied warranty of
12451   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12452   GNU General Public License for more details.
12454   You should have received a copy of the GNU General Public License
12455   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.