Merge from gnulib.
[emacs.git] / ChangeLog
blob4a531145e2067ca4ce1720d665901c17215130d1
1 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3         Merge from gnulib, incorporating:
4         2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
5         2012-08-19 mktime, sys_select: avoid 'static inline'
6         2012-08-19 gnulib-tool: Fix indentation.
8 2012-08-18  Paul Eggert  <eggert@cs.ucla.edu>
10         * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
11         These files have been unused since the 2012-06-22 patch that
12         introduced high-resolution time stamps.
14 2012-08-17  Jan Beich  <jbeich@tormail.org>  (tiny change)
16         * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
17         gnu-kfreebsd, freebsd, and netbsd.  (Bug#12040)
19 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21         Merge from gnulib, incorporating:
22         2012-08-05 extern-inline: also ignore -Wmissing-declarations
24 2012-08-10  Juanma Barranquero  <lekktu@gmail.com>
26         * lib/makefile.w32-in (STAT_TIME_H): New macro.
27         (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
28         ($(BLD)/u64.$(O)): Update dependencies.
30 2012-08-10  Glenn Morris  <rgm@gnu.org>
32         * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
34 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
36         * configure.ac (--disable-features): Rename to --without-all.
37         (OPTION_DEFAULT_ON): Change to use with_features.
38         * INSTALL: Fix description.
40 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
42         * configure.ac: New option --disable-features.
43         (OPTION_DEFAULT_ON): Change to use enable_features.
44         * INSTALL: Explain --disable-features.
46 2012-08-07  Glenn Morris  <rgm@gnu.org>
48         * configure.ac: Require automake 1.11 (fairly arbitrarily).
49         * autogen.sh (automake_min): Get it from configure.ac.
51 2012-08-06  Glenn Morris  <rgm@gnu.org>
53         * configure.ac (BROKEN_GETWD) [unixware]: New define.
55         * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
56         (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
57         (DISPNEW_NEEDS_STDIO_EXT): New define.
59 2012-08-05  Michael Albinus  <michael.albinus@gmx.de>
61         * INSTALL: Explain how to completely disable D-Bus.  (Bug#12112)
63 2012-08-05  Ulrich Müller  <ulm@gentoo.org>
65         * configure.ac: Disable paxctl if binaries don't have a
66         PT_PAX_FLAGS program header.  (Bug#11979)
68 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
70         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
71         $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
72         (SHA512_H): Don't mention u64.h twice.
73         ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
74         New targets.
76 2012-08-03  Paul Eggert  <eggert@cs.ucla.edu>
78         Merge from gnulib, incorporating:
79         2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
81 2012-08-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
83         * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
84         out-of-tree build.
86 2012-08-02  Glenn Morris  <rgm@gnu.org>
88         * make-dist: Remove src/s.
90         * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
92 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
94         Merge from gnulib (Bug#12116), incorporating:
95         2012-08-01 extern-inline: new module
96         2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
97         * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
98         New files.  The new .c files are for instantiating extern inline
99         functions.
101         Port to Solaris 8.
102         Without this change, 'configure' fails because the recently-added
103         wait3 prototype in config.h messes up later 'configure' tests.
104         Fix this problem by droping wait3 and WRETCODE, as they're
105         no longer needed on hosts that are current porting targets.
106         * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
107         All uses changed to waitpid and WEXITSTATUS.
109         Avoid needless autoheader after autogen.sh.
110         * src/stamp-h.in: Remove from bzr repository; no longer needed there.
111         * .bzrignore: Add it.
112         * autogen.sh: Create it.
114 2012-08-01  Glenn Morris  <rgm@gnu.org>
116         * configure.ac (DOS_NT, MSDOS): New system type templates.
118 2012-08-01  Ulrich Müller  <ulm@gentoo.org>
120         * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
121         Don't include crtbegin.o and crtend.o.  (Bug#12047)
123 2012-08-01  Glenn Morris  <rgm@gnu.org>
125         * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
126         (INTERNAL_TERMINAL): New.
128         * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
129         (IS_ANY_SEP): Move here from src/lisp.h.
131 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
133         * lib/makefile.w32-in (CONFIG_H): Update dependencies.
134         (CONF_POST_H): New macro.
136 2012-07-31  Glenn Morris  <rgm@gnu.org>
138         * configure.ac (S_FILE): Remove output variable.
140         * configure.ac (opsysfile): Use AH_TEMPLATE.  Doc fix.
142         * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
143         Move here from src.
145         * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
146         Move here from conf_post.h.
148 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
150         Improve OpenMotif detection on GNU/Linux systems.
151         * configure.ac (MOTIF): Check for /usr/include/openmotif
152         and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
154 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
156         * Makefile.in (install-arch-indep): Avoid eval.
158 2012-07-31  Glenn Morris  <rgm@gnu.org>
160         * configure.ac (opsysfile, S_FILE): Now they are always empty.
162         * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
163         when removing src/s/sol2-6.h yesterday.
165         * configure.ac (USG5_4): Reintroduce this.
166         (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
168         * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
170         * configure.ac (opsysfile): Set to empty on hpux*, darwin;
171         and to s/usg5-4-common.h on irix6-5.
173 2012-07-30  Glenn Morris  <rgm@gnu.org>
175         * configure.ac (AH_BOTTOM): Use an include file, so that the
176         contents do not get processed by autoheader.
178 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
180         Do not overwrite config.status while executing it (Bug#11214).
181         * Makefile.in (MAKEFILE_NAME): New macro.
182         ($(MAKEFILE_NAME)): Rename rule from Makefile.
183         * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
184         so that GNU 'make' isn't tempted to make the Makefile and then
185         regenerate config.status while config.status is running.
187         Update .PHONY listings in makefiles.
188         * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
189         FRC, install-arch-dep, install-arch-indep, install-doc,
190         install-info, install-man, install-etc, install-strip, uninstall,
191         bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
192         (.RECURSIVE): Remove; hasn't been needed for years.
194 2012-07-30  Glenn Morris  <rgm@gnu.org>
196         * configure.ac (SIGNAL_H_AHB): New hack macro.
197         (opsysfile): Set to empty on netbsd, openbsd.
198         (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
200         * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
202 2012-07-30  Jan Djärv  <jan.h.d@swipnet.se>
204         * Makefile.in (install-arch-indep): Remove sh -x.
206 2012-07-30  Glenn Morris  <rgm@gnu.org>
208         * configure.ac (opsysfile): Tweak message for null case.
210         * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
211         gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
213 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
215         Merge from gnulib, incorporating:
216         * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
218 2012-07-29  Jan Djärv  <jan.h.d@swipnet.se>
220         * Makefile.in (install-arch-indep): Handle space in locallisppath.
222 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
224         Use Gnulib environ module (Bug#9772).
225         * m4/environ.m4: New file, from gnulib.
226         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
228         Use Gnulib stdalign module (Bug#9772, Bug#9960).
229         This should improve portability of macros like alignof and DECL_ALIGN.
230         * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
231         * .bzrignore: Add lib/stdalign.h.
232         * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
233         Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
234         * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
235         fiddles with this, as gnulib now does this for us.
237 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
239         Fix toolkit configuration report.
240         * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
241         --with-x-toolkit=gtk3 is used.
243 2012-07-17  Paul Eggert  <eggert@cs.ucla.edu>
245         Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
246         * configure.ac: Configure gnulib at the end, not before running
247         pkg-config.  This restores the behavior before 2012-06-22, when
248         higher-resolution time stamps were added, and fixes a bug whereby
249         LIB_PTHREAD was not used and gnulib's part of 'configure'
250         therefore incorrectly assumed that pthread_sigmask wasn't working.
251         Fix the problem with -lrt and clock_gettime a different way.
252         This should complete the fix for Bug#11884.
253         (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
255 2012-07-15  Paul Eggert  <eggert@cs.ucla.edu>
257         Merge from gnulib, incorporating:
258         2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
259         2012-07-11 gettext: do not assume '#define ... defined ...' behavior
261 2012-07-14  Glenn Morris  <rgm@gnu.org>
263         * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
264         (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
266 2012-07-13  Glenn Morris  <rgm@gnu.org>
268         * configure.ac (opsysfile): Set to empty on gnu, cygwin.
270         * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
271         (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
272         Move "system type" macros here from src/s.
273         (BSD_SYSTEM_AHB): New hack macro.
274         (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
276         * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
277         (GC_MARK_SECONDARY_STACK): Move here from src/s.
279 2012-07-12  Glenn Morris  <rgm@gnu.org>
281         * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
282         setting here from src/s/darwin.h.
284         * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
285         as src/s/darwin.h used to.
287         * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
288         (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
289         (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
290         (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
291         (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
292         (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
293         (XOS_NEEDS_TIME_H): Move here from src/s.
295 2012-07-11  Glenn Morris  <rgm@gnu.org>
297         * configure.ac (INTERRUPT_INPUT): Move here from src/s.
298         (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
300 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
302         * configure.ac (tzset): Remove check that's redundant with gnulib.
304 2012-07-11  Glenn Morris  <rgm@gnu.org>
306         * configure.ac (CLASH_DETECTION): Define unconditionally.
308         * configure.ac (opsysfile): Use bsd-common on gnu systems.
310         * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
311         (SIGNALS_VIA_CHARACTERS): Move here from src/s.
313 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
315         Assume mkdir, rename, rmdir, strerror.
316         * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
318 2012-07-11  Glenn Morris  <rgm@gnu.org>
320         * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
322         * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
324 2012-07-10  Paul Eggert  <eggert@cs.ucla.edu>
326         Remove "#define unix" that is no longer needed (Bug#11905).
327         Merge from gnulib to make "#define unix" unnecessary, incorporating:
328         2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
329         2012-07-09 getopt: Simplify after Emacs changed.
331 2012-07-10  Glenn Morris  <rgm@gnu.org>
333         * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
334         Move here from src/s.
336 2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
338         * configure.ac (PNG_DEPSTRUCT): Define this instead of
339         PNG_DEPRECATED.
341 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
343         Add GCC-style 'const' attribute to functions that can use it.
344         * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
345         (ATTRIBUTE_CONST): New macro, in config.h.
347 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
349         * lib/makefile.w32-in: Rework dependencies.
350         (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
351         (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
352         (U64_H, SHA512_H): New macros.
353         (SRC): Redefine to point to src/, not current directory.
354         ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
355         ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
356         ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
357         ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
358         ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
359         ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
360         ($(BLD)/filemode.$(O)): Update dependencies.
362 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
364         Merge from gnulib, incorporating:
365         2012-07-09 timespec: mark functions with const attributes
367         Rename configure.in to configure.ac (Bug#11603).
368         The name 'configure.in' has been obsolescent for quite some time,
369         and the next release of Autoconf will generate warnings for it.
370         See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
371         'configure.in' as autoconf input" in the Autoconf git repository.
372         * configure.ac: Rename from configure.in.
373         * INSTALL, INSTALL.BZR, README, make-dist:
374         * Makefile.in (AUTOCONF_INPUTS):
375         * autogen.sh (autoconf_min):
376         * autogen/update_autogen (sources):
377         Adjust to reflect new name.
379 2012-07-08  Paul Eggert  <eggert@cs.ucla.edu>
381         Restore deprecation warnings, except for older libpng.
382         * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
383         (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
384         (PNG_DEPRECATED): Define when compiling with older PNG versions.
386 2012-07-07  Andreas Schwab  <schwab@linux-m68k.org>
388         * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
390 2012-07-07  Paul Eggert  <eggert@cs.ucla.edu>
392         Improve static checking when configured --with-ns.
393         See Samuel Bronson's remarks in
394         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
395         * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
396         a no-op with recent GCC and harmful in earlier ones.
397         Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
398         warning when compiling with ObjC.  Always omit
399         -Wunsafe-loop-optimizations, as we don't mind when optimization is
400         being done correctly.
402 2012-07-07  Glenn Morris  <rgm@gnu.org>
404         * configure.in (BROKEN_SA_RESTART): Doc fix.
406         * configure.in: Rather than checking for things then undef'ing
407         them on some platforms, simply don't check for them.
408         (getwd): Don't check for it on unixware.
409         (random, rint): Don't check for these on hpux.
410         (res_init, libresolv): Don't check for these on darwin.
412 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
414         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
415         $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
416         ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
417         ($(BLD)/c-strncasecmp.$(O)): New dependencies.
419 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
421         * configure.in: Document --enable-gcc-warnings better.
423         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
424         This is safer than strcasecmp, which has unspecified behavior
425         outside the POSIX locale and in practice sometimes does not work
426         in multibyte locales.  Similarly for c_strncasecmp and strncasecmp.
427         * configure.in (strcasecmp, strncasecmp): Remove checks.
429         * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
430         * lib/c-strncasecmp.c: New files, taken from gnulib.
431         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
433         Merge from gnulib, incorporating:
434         2012-07-06 timespec-sub: avoid duplicate include
435         Reported by Juanma Barranquero.
437 2012-07-06  Glenn Morris  <rgm@gnu.org>
439         * make-dist [update]: Let autoreconf figure out what needs updating.
440         Use `make info-real'.  leim/leim-list.el should always exist.
441         Check cd return value.
443 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
445         Merge from gnulib.  This is for OpenBSD 5.1 amd64.
446         * m4/sys_time_h.m4: New version from gnulib, incorporating:
447         2012-07-05 sys_time: allow too-wide tv_sec
449 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
451         Merge from gnulib.
452         * lib/alloca.in.h: New version from gnulib, incorporating:
453         2012-07-03 alloca: add support for HP NonStop TNS/E native
455 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
457         * configure.in: If --enable-gcc-warnings, disable
458         -Wunsafe-loop-optimizations for -O1 optimization level.
460 2012-06-30  Glenn Morris  <rgm@gnu.org>
462         * configure.in (standardlisppath): New output variable.
463         (lisppath): Use standardlisppath.
464         * Makefile.in (standardlisppath): New, set by configure.
465         (epaths-force): Use standardlisppath and locallisppath rather than
466         lisppath.
468 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
470         * configure.in: Fix previous change. Remove --enable-asserts.
471         (CPPFLAGS): Remove conditional -DXASSERTS=1.
472         Add --enable-link-time-optimization.
473         * INSTALL: Mention this.
475 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
477         * configure.in: Add glyphs category to --enable-checking option.
478         (GLYPH_DEBUG): Define if glyphs debugging is enabled.
480 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
482         * configure.in (ENABLE_CHECKING): Update comment.
484 2012-06-28  Paul Eggert  <eggert@cs.ucla.edu>
486         * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
487         Emacs proper no longer uses these headers, and can rely on Gnulib
488         for these checks.
490         Merge from gnulib.
491         * m4/getopt.m4: Copy new version from gnulib, incorporating:
492         getopt-posix: No longer guarantee that option processing is resettable.
494 2012-06-27  Glenn Morris  <rgm@gnu.org>
496         * configure.in: Only check for paxctl on gnu-linux.  (Bug#11398#26)
498         * INSTALL: Remove references to paths.el.
500 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
502         * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.  This
503         replaces separate dependency for each object file, which required
504         the same object file to be mentioned twice, causing failures in
505         parallel builds.
507 2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
509         Clean out last vestiges of the old HAVE_CONFIG_H stuff.
510         * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
512 2012-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
514         * configure.in (AC_CHECK_FUNCS): Detect library functions
515         strcasecmp and strncasecmp.
517 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
519         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
520         We might as well use the spelling standardized by C11,
521         as in the long run that should simplify maintenance.
522         * configure.in (NO_RETURN): Remove.  All uses replaced by _Noreturn.
524 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
526         * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
527         ($(BLD)/timespec-add.$(O)):
528         ($(BLD)/timespec-sub.$(O)): Don't depend on
529         $(EMACS_ROOT)/nt/inc/sys/time.h.
531         * lib/stat-time.h:
532         * lib/timespec.h:
533         * lib/utimens.h: Revert last change.
535 2012-06-23  Paul Eggert  <eggert@cs.ucla.edu>
537         Merge from gnulib.
538         * m4/getopt.m4: Copy new version from gnulib, incorporating:
539         getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
541 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
543         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
544         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
545         $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
546         $(BLD)/timespec-sub.$(O).
547         ($(BLD)/dtotimespec.$(O)):
548         ($(BLD)/gettime.$(O)):
549         ($(BLD)/timespec-add.$(O)):
550         ($(BLD)/timespec-sub.$(O)): New dependencies.
552         * lib/stat-time.h:
553         * lib/timespec.h:
554         * lib/utimens.h: Include sys/time.h.
556 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
558         * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
559         the correct CFLAGS and LIBS.
561 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
563         Support higher-resolution time stamps (Bug#9000).
564         * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
565         (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
566         that the new clock stuff doesn't clash with RSVG_LIBS.
567         (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
568         as gnulib does that for us now.
569         (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
570         (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
571         (AC_CHECK_FUNCS): Remove utimes; no longer needed.
572         * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
573         * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
574         * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
575         * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
576         * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
577         * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
578         * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
579         New files, copied automatically from gnulib.
580         * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
582 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
584         Merge from gnulib.
585         * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
586         * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
587         * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
588         * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
589         Copy new versions from gnulib, incorporating the following changes:
590         2012-06-22 time_r: fix typo that always overrode localtime_r decl
591         2012-06-22 Write "Mac OS X" instead of "MacOS X".
592         2012-06-21 mktime: fix integer overflow in 'configure'-time test
593         2012-06-21 nonblocking: Avoid compilation error on mingw64.
594         2012-06-19 stat, fstat: Avoid warnings on mingw64.
595         2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
597 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
599         * configure.in: Rename --enable-use-lisp-union-type to
600         --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
601         instead of USE_LISP_UNION_TYPE.
603 2012-06-12  Glenn Morris  <rgm@gnu.org>
605         * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
606         (opsysfile): Set specially for sol2-10.
608         * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
609         New AC_DEFINEs, for hpux11.
610         (opsysfile): Set specially for hpux11.
612 2012-06-12  Paul Eggert  <eggert@cs.ucla.edu>
614         * configure.in: Coalesce some function checking.
615         This makes 'configure' a bit smaller.
616         Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
618 2012-06-12  Glenn Morris  <rgm@gnu.org>
620         * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
622         * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
624         * configure.in: Anticipate platforms with no src/s file.
626 2012-06-12  Chong Yidong  <cyd@gnu.org>
628         * configure.in: Check for MagickMergeImageLayers (Bug#11678).
630 2012-06-11  Glenn Morris  <rgm@gnu.org>
632         * configure.in (SYSTEM_TYPE): New AC_DEFINE.
634 2012-06-09  Michael Albinus  <michael.albinus@gmx.de>
636         * configure.in (dbus_type_is_valid): Check for library function.
638 2012-06-06  Glenn Morris  <rgm@gnu.org>
640         * INSTALL, make-dist: Remove vcdiff.
642 2012-06-03  Glenn Morris  <rgm@gnu.org>
644         * INSTALL, make-dist: Remove rcs-checkin.
646 2012-06-03  Ulrich Müller  <ulm@gentoo.org>
648         * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
650 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
652         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
653         It is confusingly named and rarely useful.  See, for example,
654         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
655         * INSTALL.BZR: Don't mention --disable-maintainer-mode.
656         * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
657         * configure.in: Remove --disable-maintainer-mode.
658         (USE_MAINTAINER_MODE, MAINT): Remove.
660 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
662         Make 'configure' a bit smaller and faster.
663         * configure.in (INSTALL_INFO): Set it with one call to
664         AC_PATH_PROG, not three.
665         (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
666         so likely that it'll be needed.
667         (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
668         (AC_PROG_MAKE_SET): Remove; Automake does this.
669         (sysinfo): Do not check for this function, as it's never used.
670         (tzset): Check for this function just once.
671         * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
672         2012-05-27 manywarnings: remove duplicate -Wmultichar entry
674 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
676         * config.bat (lib): Create/update lib/stdalign.in-h and
677         lib/sys_types.in-h.
679         * lib/makefile.w32-in ($(BLD)/md5.$(O)):
680         ($(BLD)/sha1.$(O)):
681         ($(BLD)/sha256.$(O)):
682         ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
683         Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
685         * lib/getopt_.h: Regenerate.
687 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
689         Assume gnulib does largefile.
690         Gnulib does the largefile configuration anyway, so when configure.in
691         invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
692         * configure.in (AC_SYS_LARGEFILE): Remove.
693         * lib/gnulib.mk: Autoupdate.
695 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
697         Merge from gnulib.  (Bug#11527)
699         The build procedure now creates <stdalign.h> and <sys/types.h> for
700         older hosts that lack a working <stdalign.h> or whose
701         <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.  New
702         symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
703         msdos and nt builds.
705         Here is a precis of gnulib changes that seem relevant; please see
706         the gnulib ChangeLog for details.
708         2012-05-18 crypto: fix bug in large buffer handling
709         2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
710         2012-05-10 _Noreturn: port config.h to gcc -Wundef
711         2012-05-08 warnings.m4: give a means to specify the program to compile
712         2012-05-07 stdint: be more consistent with glibc, SunOS libc
713         2012-04-21 Large File Support for native Windows platforms.
714         2012-04-14 stat: Bypass buggy override in mingw64.
715         2012-03-29 stdio: don't assume gets any more
716         2012-03-24 Enable common subexpression optimization in GCC.
717         2012-02-09 maint: replace FSF snail-mail addresses with URLs
718         2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
719         2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
720         2012-01-21 stdint: Add support for Android.
721         2012-01-15 Improve support for MSVC 9.
722         2012-01-08 mktime: Avoid compilation error on Solaris 11.
723         2012-01-05 Use ', not `, for quoting output.
724         2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
725         2012-01-05 strtoimax: Work around AIX 5.1 bug.
726         2012-01-05 inttypes: Modernize.
727         2011-12-13 inttypes, stdint: add C++11 support
728         2011-11-26 Fix conflict between two instantiations of module 'unistd'.
729         2011-11-21 _Noreturn: Check that _MSC_VER is defined
730         2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
731         2011-11-09 raise: fix mingw handling of SIGPIPE
732         2011-10-27 Add stdalign module and use it in other modules.
734         * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
735         * m4/sys_types_h.m4:
736         New files.
737         * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
738         * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
739         * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
740         * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
741         * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
742         * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
743         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
744         * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
745         * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
746         * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
747         * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
748         * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
749         * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
750         * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
751         * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
752         * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
753         * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
754         * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
755         * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
756         * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
757         * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
758         * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
759         * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
760         * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
761         * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
762         * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
763         * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
764         * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
765         * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
766         * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
767         Update from gnulib.
769 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
771         Remove src/m/*.
772         * configure.in: Remove all mention of src/m/*.
773         (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
774         All uses removed.
775         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
776         (BITS_PER_LONG_LONG): Move to src/lisp.h.
777         * lib/makefile.w32-in: Remove dependencies on
778         $(EMACS_ROOT)/src/m/intel386.h.
779         * make-dist: Don't make links to src/m.
781 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
783         * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name.  (Bug#11529)
784         Without this further fix, aclocal was being invoked unnecessarily.
786 2012-05-22  Glenn Morris  <rgm@gnu.org>
788         * Makefile.in (blessmail, install-arch-dep, uninstall):
789         Check cd lib-src works.
790         (install-arch-dep, uninstall): Remove unneeded subshells.
792 2012-05-21  Glenn Morris  <rgm@gnu.org>
794         * update-subdirs: Move to build-aux/.
795         * make-dist, Makefile.in (install-arch-indep): Update for this change.
797         * Makefile.in (leimdir): New, set by configure.
798         (COPYDIR, COPYDESTS): Add leim directories.
799         (install-leim): Remove.
800         (install-arch-indep): Handle leim installation directly.
802         * vpath.sed: Remove unused file.
803         * make-dist: No more vpath.sed.
805 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
807         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
808         Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
809         even though the file's name in gnulib is m4/gnulib-comp.m4.
810         This had a problem when merging from gnulib, as the code temporarily
811         renamed it to the full name, causing problems when interrupted.
812         Now the file has its full name, with the idea that we will find
813         a solution for MS-DOS that does not affect the rest of Emacs.
814         * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
816         Assume C89 or later.
817         * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
818         (POINTER_TYPE, PROTOTYPES): Remove.
820         Make merging from gnulib a script, not a makefile action.
821         Putting it in a makefile has some problems with reflection, as
822         merging from gnulib updates 'configure', which can update the makefile.
823         Putting it in a standalone script breaks this loop.
824         * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
825         (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
826         Remove, moving the actions to the script admin/merge-gnulib.
828 2012-05-21  Glenn Morris  <rgm@gnu.org>
830         * configure.in (LEIM_INSTALLDIR):
831         Rename to leimdir, treat like lispdir.
833 2012-05-21  Glenn Morris  <rgm@gnu.org>
835         * Makefile.in (install-arch-indep, install-doc, install-info)
836         (uninstall): Scrap superfluous subshells.
838 2012-05-19  Ulrich Mueller  <ulm@gentoo.org>
840         * Makefile.in (install-etc): Respect DESTDIR.  (Bug#11518)
842 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
844         * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
845         getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
846         getsockopt, setsockopt, mremap, mempcpy.
848         * configure.in (machine): Do not set to 'vax', since src/m/vax.h
849         is being removed.
850         (AC_CHECK_FUNCS): Remove ftime.
852 2012-05-19  Glenn Morris  <rgm@gnu.org>
854         * Makefile.in (install-arch-indep): Remove unneeded subshell.
856         * Makefile.in (install-arch-indep): Remove unneeded chmod.
857         Set permissions of lisp/subdirs.el.
859         * Makefile.in (SUBDIR): Add leim.  Update users.
861         * Makefile.in (lib, lib-src, lisp): Check cd return value.
863         * Makefile.in (leim): No need to set PARALLEL.
865 2012-05-18  Glenn Morris  <rgm@gnu.org>
867         * Makefile.in (install-arch-indep, install-info, install-man):
868         Simplify some one-sided ifs.
870         * Makefile.in: Install only the relevant DOC file.
871         (install-arch-indep): Delete etc/DOC*.
872         (install-doc): No more need to delete etc/DOC.
874         * Makefile.in (install-arch-indep): Split into several rules.
875         (install-doc, innstall-info, install-man): New rules.
877         * configure.in (mandir): May as well include it in the NS app bundle.
879         * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
880         * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
881         (install-arch-indep): Don't install-etc for self-contained ns builds.
883         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
884         No longer unconditonally add /sw directories.  (Bug#2280)
886         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
887         (install-arch-indep): Depend on install-leim.
888         (install): Remove explicit install-leim dependence.
890         * Makefile.in (install-arch-indep):
891         Move last element of mkdir rule here.
892         (mkdir): Remove rule.
894         * Makefile.in (install-arch-indep): Remove unneeded chmods.
895         INSTALL_DATA does this for us.
897         * Makefile.in (install-arch-dep): Ensure bindir exists.
898         Drop mkdir dependency.
899         (install-arch-indep): Ensure docdir, infodir, mandir exist.
900         (install-leim): Drop mkdir dependency.
901         (mkdir): Remove most directories, now made in relevant rules.
903         * Makefile.in (install-arch-indep): Combine adjacent loops.
905 2012-05-17  Glenn Morris  <rgm@gnu.org>
907         * Makefile.in (install-etc, mkdir):
908         Make relevant directories in install-etc rather than mkdir.
910         * Makefile.in (write_subdir): Create the directory if needed.
911         (install-arch-dep, mkdir): No need to make site-lisp directories.
913         * Makefile.in (write_subdir): New.
914         (install-arch-indep, install-arch-dep): Use $write_subdir.
916         * configure.in (docdir, etcdir, infodir, lispdir):
917         For a self-contained ns build, set these to the appropriate values.
918         * Makefile.in (install-arch-dep): No need to move info/ any more.
920         * configure.in (ns_self_contained): New output variable.
921         * Makefile.in (ns_self_contained): New, set by configure.
922         (install-arch-dep): For a self-contained ns build,
923         don't bother installing binaries then immediately deleting them.
925         * Makefile.in (ns_appbindir, ns_appresdir):
926         Move them before things that may refer to them.
927         (install-arch-dep): No need to relocate self-contained ns libexec.
929         * configure.in (archlibdir): Set it for self-contained ns builds.
930         (libexecdir): Don't expand it now (this is mainly cosmetic).
932 2012-05-16  Paul Eggert  <eggert@cs.ucla.edu>
934         * configure.in: Simplify by removing CPP etc.
935         (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
936         (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
937         In particular we no longer need to fiddle with CPP, since we don't
938         use CPP specially any more.
939         (gl_EARLY): Invoke this after adjusting CC, so that it uses the
940         adjusted compiler.
941         (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
942         since gl_EARLY and/or Autoconf already does these.
944 2012-05-16  Glenn Morris  <rgm@gnu.org>
946         * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
947         (CPP): Do not unconditionally set it on Darwin.
948         Instead, try to test if -no-cpp-precomp is accepted.
949         (CPP_TEST_OPTIONS, SPECIFIED_CPP): New.  (Bug#9755)
951 2012-05-15  Glenn Morris  <rgm@gnu.org>
953         * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
955         * Makefile.in (install-arch-dep): Do not hard-code version number.
957         * Makefile.in (install-arch-dep): NS install no longer needs to
958         symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
960 2012-05-12  Glenn Morris  <rgm@gnu.org>
962         * configure.in (ns_appbindir): Remove trailing "/".
964         * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
965         (MKDEPDIR): Use $MKDIR_P.
966         * Makefile.in (MKDIR_P): New, set by configure.
967         (mkdir): Use $MKDIR_P.
969 2012-05-11  Glenn Morris  <rgm@gnu.org>
971         * Makefile.in (install-arch-indep): There are no more Makefile.c files.
972         Use INSTALL_DATA for the DOC file.
973         Remove dead code for ./lisp that never executes.
975 2012-05-10  Glenn Morris  <rgm@gnu.org>
977         * configure.in (LEIM_INSTALLDIR): New output variable.
979 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
981         * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
983 2012-05-08  Glenn Morris  <rgm@gnu.org>
985         * make-dist: No more doc/lispref/*.el.
987 2012-05-05  Andreas Schwab  <schwab@linux-m68k.org>
989         * configure.in: Fix quoting bugs.
991 2012-05-04  Glenn Morris  <rgm@gnu.org>
993         * configure.in (INFO_EXT, INFO_OPTS): New output variables.
995 2012-05-02  Glenn Morris  <rgm@gnu.org>
997         * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
998         the choices made by FreeBSD and NetBSD.  (Bug#10313)
1000         * Makefile.in (INFO_FILES): Remove variable.
1001         (INFO_NONMISC): New variable.
1002         (install-arch-indep, uninstall): Don't use $INFO_FILES.
1004         * Makefile.in (uninstall): Remove useless-use-of-for; that for
1005         some reason caused problems on an old Solaris.
1007         * Makefile.in (install-arch-indep, uninstall):
1008         Ensure that INSTALL-type commands are run from top-level.
1010         * info/dir: Make some entries consistent with the source texi files.
1012         * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1014 2012-05-02  Glenn Morris  <rgm@gnu.org>
1016         * Makefile.in (install-arch-indep):
1017         Combine adjacent install-data and install-info loops.
1019 2012-05-01  Glenn Morris  <rgm@gnu.org>
1021         * Makefile.in (MAN_PAGES): Remove.
1022         (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1024         * configure.in: Try libtinfo for tputs.
1025         (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found.  (Bug#9741)
1027         * configure.in: Combine adjacent $opsys case blocks.
1029         * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1031         * configure.in: Invert the TERMINFO logic,
1032         since "yes" is far more common than "no".
1034         * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1036         * configure.in (LD_SWITCH_X_SITE_RPATH):
1037         Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1039         * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1041 2012-04-26  Glenn Morris  <rgm@gnu.org>
1043         * make-dist: No more doc/lispref/tindex.pl.
1045 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
1047         * configure.in (dbus_validate_bus_name, dbus_validate_path)
1048         (dbus_validate_interface, dbus_validate_member): Check also for
1049         these library functions.
1051 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
1053         * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1054         With glibc 2.14 or later, when compiled with GCC 4.7.0's
1055         -Werror=deprecated-declarations flag, use of hooks like
1056         __malloc_initialize_hook causes compilation to fail because these
1057         hooks are deprecated.  Modify 'configure' to check for these hooks too.
1058         Simplify the 'configure' code to test for all the hooks at once.
1059         (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1060         (emacs_cv_var_doug_lea_malloc): ... this new var.
1062 2012-04-21  Paul Eggert  <eggert@cs.ucla.edu>
1064         Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1065         dated 2011-10-07.  Regenerating from current gnulib would be a
1066         pervasive change, and currently the trunk isn't open to such changes.
1067         * configure.in (WARN_CFLAGS): Remove; no longer needed now
1068         that gnulib does it.
1069         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1071 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
1073         * m4/gl-comp.m4: Update.  (Bug#11285)
1075 2012-04-20  Ludovic Courtès  <ludo@gnu.org>
1077         * configure.in: Don't use the -R option (Bug#11251).
1079 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1081         configure: new option --enable-gcc-warnings (Bug#11207)
1082         I have been using this change for many months in my private copy
1083         of Emacs, and have used it to find several bugs.  It's mature
1084         enough to publish now.
1085         * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1086         * configure.in: Support --enable-gcc-warnings, in the style of
1087         other GNU packages such as coreutils.
1088         (C_WARNINGS_SWITCH): Remove, replacing with...
1089         (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1090         (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1091         when including system files with GCC.
1092         * etc/NEWS: Mention --enable-gcc-warnings.
1093         * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
1094         * lib/Makefile.am (AM_CFLAGS): New macro.
1095         * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1097 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
1099         * configure.in (AC_CHECK_FUNCS):
1100         Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1102 2012-04-16  Glenn Morris  <rgm@gnu.org>
1104         * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1106         * configure.in: Remove X libs workaround for old autoconf.
1108 2012-04-12  Ken Brown  <kbrown@cornell.edu>
1110         * configure.in: Warn that Cygwin 1.5 is unsupported.  (Bug#10398)
1112 2012-04-11  Glenn Morris  <rgm@gnu.org>
1114         * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1116 2012-04-10  Glenn Morris  <rgm@gnu.org>
1118         * configure.in: Conditionally generate admin/unidata/Makefile.
1120 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1122         * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
1124 2012-04-09  Glenn Morris  <rgm@gnu.org>
1126         * Makefile.in (leim): Check cd return value.  Pass fewer variables.
1127         (install-leim): Check cd return value.  Pass $MFLAGS.
1128         (install-strip): Pass $MFLAGS.
1130         * configure.in: Require makeinfo >= 4.7.  (Bug#10910)
1131         Eg org.texi has been using 4.7 functions for some time.
1133 2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
1135         Check pkg-config exit status when configuring (Bug#10626).
1136         * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1137         works; check its exit status.  Problem reported by Jordi Gutiérrez
1138         Hermoso in
1139         <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1141 2012-04-07  Glenn Morris  <rgm@gnu.org>
1143         * README, configure.in (AC_INIT): Bump version to 24.1.50.
1145 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1147         * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1149 2012-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1151         configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1152         * configure.in (LIBS_TERMCAP): Default this to the result of
1153         the tputs library search.  Do a run-time test for the linkability
1154         of tputs unless cross-compiling, as that's more reliable if the
1155         link flags and libraries are messed up.  Don't change LIBS as
1156         a result of the test, as that may mess up later tests.
1158 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
1160         * make-dist (README.W32): Include file in source tarball. (Bug#9750)
1162         * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1163         specific makefiles to support getopt_.h generation with MSVC.
1165 2012-02-04  Glenn Morris  <rgm@gnu.org>
1167         * Makefile.in (uninstall):
1168         Handle compressed info files and man pages.  (Bug#10718)
1170 2012-02-02  Glenn Morris  <rgm@gnu.org>
1172         * configure.in [HAVE_NS]:
1173         Error if use --without-toolkit-scroll-bars.  (Bug#10673)
1175 2012-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1177         Port to older Solaris 10 versions (Bug#10677).
1178         Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1179         I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1180         possibly this is because Sun fixed the 'stat' bug in my version.
1181         * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1182         * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1183         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1184         These changes are based on gnulib version
1185         4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1186         because Emacs is in feature freeze and we do not want to merge any
1187         more-recent changes from gnulib.
1189 2012-01-31  Glenn Morris  <rgm@gnu.org>
1191         * configure.in: Throw an explicit error if Motif toolkit was
1192         requested but requirements could not be found.
1194         * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1196 2012-01-30  Eli Zaretskii  <eliz@gnu.org>
1198         * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1199         $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
1200         with "make -j3".
1202 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
1204         * .bzrignore: Ignore etc/__pycache__.
1206 2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
1208         Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1209         * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1210         to gmalloc.c.  This should prevent a MirBSD 10 build failure reported
1211         by Nelson H. F. Beebe in
1212         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1214 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
1216         * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1218 2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
1220         * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1221         instead of LDFLAGS (Bug#10230).
1223 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1225         * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1227         Propagate configure flags to sub-configures.
1228         * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1229         New macros.
1230         (config.status, bootstrap): Use them to propagate configure flags
1231         to sub-configures.
1232         * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1234 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1236         * .bzrignore: Add config.cache.
1238 2011-11-27  Jan Djärv  <jan.h.d@swipnet.se>
1240         * configure.in: Check for gtk_window_set_has_resize_grip.
1242 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1244         * configure.in (HAVE_XPM): Fix typo.
1246 2011-11-22  Glenn Morris  <rgm@gnu.org>
1248         * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1249         have confusing effects on the build.  (Bug#6401)
1251         * Makefile.in (install-arch-dep): Tweak previous change.
1253 2011-11-22  Yavor Doganov  <yavor@gnu.org>
1255         Do not install arch-dependent files in the app bundle if
1256         --disable-ns-self-contained is requested.  (Bug#1335)
1257         * configure.in (exec_prefix, libexecdir): Define relative to
1258         `ns_appbindir' only if configured for a self-contained app.
1259         * Makefile.in (install-arch-dep): Test for the existence of
1260         libexec in the Emacs.app bundle before executing commands.
1262 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
1264         * configure.in: Remove reference to src/m/ibms390.h.
1266 2011-11-13  Glenn Morris  <rgm@gnu.org>
1268         * INSTALL: Tiny updates for disk space used during installation.
1270 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
1272         * lib/makefile.w32-in (FRC): New dummy target.
1273         (TAGS): Depend on FRC.
1275 2011-11-04  Glenn Morris  <rgm@gnu.org>
1277         * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1278         Do not include GnuTLS version info in final summary message.
1280 2011-10-31  Eli Zaretskii  <eliz@gnu.org>
1282         * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1283         they exist there, else from autogen/.
1285         * make-dist (msdos): Add depfiles.bat and inttypes.h.
1287 2011-10-25  Nali Toja  <nalitoja@gmail.com>  (tiny change)
1289         * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var.  (Bug#9868)
1291 2011-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1293         * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1294         if the library is found.  Otherwise, later configure-time tests,
1295         such as the test for pthread_sigmask, generate the wrong results
1296         on some platforms.  Problem reported for FreeBSD by Nali Toja.
1298 2011-10-20  Paul Eggert  <eggert@cs.ucla.edu>
1300         Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1301         * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1302         Remove; no longer needed, now that we defer to strftime for time
1303         zone names.
1305 2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
1307         * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1309 2011-10-18  Chong Yidong  <cyd@gnu.org>
1311         * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1313 2011-10-13  Glenn Morris  <rgm@gnu.org>
1315         * configure.in: Also look for tputs in libcurses.  (Bug#9736)
1317 2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1319         * configure.in: Remove check for -lintl (Bug#9713).
1320         The check could break 'configure' on GNU/Linux with a (broken) libintl.
1321         The check was helpful but not essential in Solaris 2.6 (1997),
1322         and is no longer needed in Solaris 8 (2000).  Solaris 2.6 is
1323         obsolete -- Sun dropped support for it in 2006 -- and without
1324         access to that Silurian platform we can't maintain the code anyway.
1326 2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
1328         Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1329         * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1330         * m4/gnulib-common.m4: Merge from gnulib.
1331         Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1332         command not found" on powerpc-apple-darwin9.8.0.
1334         * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1335         This is now done by src/alloc.c.
1337 2011-10-02  Richard Stallman  <rms@gnu.org>
1339         * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1340         and xlinux_second_failure to xgnu_linux_second_failure.
1342 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
1344         * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1345         lib/signal.in-h.
1347         * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1348         Rename signal.in.h and alloca.in.h.
1350 2011-09-28  Eli Zaretskii  <eliz@gnu.org>
1352         * INSTALL: Mention that m17n libraries and libotf are needed for
1353         Arabic shaping.
1355 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1357         Merge from gnulib, improving some licensing wording.
1358         This clarifies and fixes some licensing issues raised by Glenn Morris
1359         <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1360         It also merges the latest version of texinfo.tex and has some
1361         MSVC-related changes that don't affect Emacs.
1362         * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1363         pathmax, and raise, since these are needed only to address
1364         MSVC-related issues that Emacs doesn't have.
1365         * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1366         * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1367         * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1368         * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1369         * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1370         * m4/unistd_h.m4: Merge from gnulib.
1372 2011-09-26  Andreas Schwab  <schwab@linux-m68k.org>
1374         * configure.in: Initialize HAVE_LIBXML2.
1376 2011-09-26  Glenn Morris  <rgm@gnu.org>
1378         * make-dist: Add lib/makefile.w32-in.
1380 2011-09-24  Glenn Morris  <rgm@gnu.org>
1382         * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1384 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386         * .dir-locals.el: Change the debbugs regexp to allow having the
1387         bug number as the first thing on a line.
1389 2011-09-15  Glenn Morris  <rgm@gnu.org>
1391         * configure.in: Make configure work with recent GNUsteps.
1392         (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1393         (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1394         (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1396 2011-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1398         Merge from gnulib, porting to Tru64.
1399         * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1400         * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1401         Merge from gnulib.  This fixes a compilation error on Tru64 UNIX
1402         aka OSF/1 5.1 DTK cc.  There is also some mingw stuff here that
1403         doesn't affect Emacs.
1405 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1407         * configure.in (isnan): Remove now-unnecessary check.
1409 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1411         Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1412         This is to fix the following problems:
1413          . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1414            configured not to use gtk or any other thread-using library,
1415            signals aren't blocked correctly.
1416          . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1417            and IRIX's signal handling.
1418          . On Cygwin 1.7.5 it works around an incompatibility with
1419            the system pthread_sigmask.
1420          . On MacOS X 10.5 (32-bit), files whose inode numbers
1421            exceed 2**31 cannot be read or manipulated.
1422          . pthread_sigmask: Actually use results of gl_THREADLIB.
1423          . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1424          . find 'ar' program that fits with --host argument.
1425          . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1426         * autogen/README: Update destination list.
1427         * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1428         The autogenerated files compile, config.guess,
1429         config.sub, depcomp, install-sh, and missing are now in build-aux.
1430         * m4/largefile.m4: New file, so that Emacs does not mess up when
1431         accessing files with large inode numbers in MacOS X 10.5 and later.
1432         * m4/nocrash.m4: New file, to avoid triggering background debugger
1433         and/or create core dumps during 'configure'.
1434         * build-aux/move-if-change: Renamed from move-if-change.
1435         * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1436         * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1437         * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1438         * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1439         * Makefile.in (epaths-force, sync-from-gnulib):
1440         move-if-change is now in build-aux.
1441         (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1442         of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1443         (mkdir): install-sh is now in build-aux.
1444         * config.bat: c++defs.h is now in build-aux/snippets.
1445         * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1446         usual parameter).
1447         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1448         * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1449         to build-aux/snippet.
1450         * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1451         * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1452         Merge from gnuilib.  This fixes porting bugs on Cygwin, Irix, and
1453         Solaris, enables MacOS extensions, and enables nocrash during
1454         'configure'.
1455         * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1457 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1459         * configure.in (snprintf): New check.
1461 2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1463         * configure.in (opsys): Change pattern to *-*-linux*
1464         to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1465         Remove unreachable pattern hppa*-*-linux-gnu*.
1466         Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1467         and that can't possibly work now that src/m/hp800.h no longer exists.
1469 2011-08-26  Jan Djärv  <jan.h.d@swipnet.se>
1471         * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1473 2011-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1475         * configure.in: Add header check: sys/socket.h (Bug#8477),
1476         ifaddrs.h, net/if_dl.h.  Check for getifaddrs and freeifaddrs.
1477         Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1479 2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
1481         * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1482         (HAVE_GTK_AND_PTHREAD): Remove.
1484 2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
1486         * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1487         build, not just GNUstep (Bug#9177).
1489 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1491         Assume freestanding C89 headers, string.h, stdlib.h.
1492         Again, this simplifies the code, and all current platforms have these.
1493         * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1494         (AC_HEADER_STDC): Remove.
1495         (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1496         (strchr, strrchr): Remove fallback macros.
1498         Assume support for memcmp, memcpy, memmove, memset.
1499         This simplifies the code a bit.  All current platforms have these,
1500         as they are required for C89.  If this turns into a problem we
1501         can add the gnulib modules for these (a 1-line change to Makefile.in).
1502         * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1504 2011-07-27  Paul Eggert  <eggert@cs.ucla.edu>
1506         * GNUmakefile: New file.
1507         This is for convenience, so that one can run GNU make in an
1508         unconfigured source tree, and get a default build.
1510 2011-07-13  Jan Djärv  <jan.h.d@swipnet.se>
1512         * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1514 2011-07-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1516         * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1517         so as to suppress address randomization (Bug#8395).
1519 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1521         * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1522         This fixes a build problem on older Mac OS X hosts.
1524         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1525         test, which runs afoul of Automake installations where, for example,
1526         /usr/share/aclocal contains a copy of gl_THREADLIB.
1527         Problem reported by Sven Joachim in
1528         <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1529         This is just a quick temporary fix, specific to Emacs; I'll work
1530         with the other gnulib maintainers to get a more-permanent fix.
1532         Add gnulib's strtoimax module, needed on Solaris 8.
1533         * Makefile.in (GNULIB_MODULES): Add strtoimax.
1534         * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1535         automatically imported from gnulib.
1536         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1538 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
1540         Add gnulib support for pthread_sigmask (Bug#9010).
1541         * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1542         * configure.in (AC_TYPE_UID_T): New dummy macro.
1543         Configure gnulib after adjusting LIBS,
1544         so that gnulib can assume the libraries in LIBS.
1545         * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1546         * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1547         * lib/pthread_sigmask.c:
1548         New files, automatically imported from gnulib.
1549         * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1550         due to the above changes.
1551         * .bzrignore: Add lib/signal.h.
1553         * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1555 2011-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1557         * configure.in (maintainer-mode): Reflect default in help string.
1559 2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1561         * configure.in: Remove reference to iris4d.h.
1563 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
1565         * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1567 2011-07-01  Glenn Morris  <rgm@gnu.org>
1569         * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1571 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573         * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1574         which made ./configure infloop.
1576 2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
1578         * configure.in (gsettings): New option and check for GSettings.
1580 2011-06-29  Glenn Morris  <rgm@gnu.org>
1582         * configure.in: Try to test for the required crt*.o files.
1584 2011-06-27  Bill Wohler  <wohler@newt.com>
1586         * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1588 2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
1590         Use gnulib's dup2 module instead of rolling our own.
1591         * Makefile.in (GNULIB_MODULES): Add dup2.
1592         * configure.in: Do not check for dup2; gnulib does that now.
1593         * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1595 2011-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1597         * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1599 2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1601         Use gnulib's alloca-opt module.
1602         * .bzrignore: Add lib/alloca.h.
1603         * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1604         * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1605         as gnulib now does that for us.  Put alloca check in config.h.
1606         Include <alloca.h> before any other include file, for AIX 3.
1607         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1608         * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1610 2011-06-21  Leo Liu  <sdl.web@gmail.com>
1612         * m4/sha256.m4:
1613         * m4/sha512.m4:
1614         * m4/gl-comp.m4:
1615         * lib/u64.h:
1616         * lib/sha256.c:
1617         * lib/sha256.h:
1618         * lib/sha512.c:
1619         * lib/sha512.h:
1620         * lib/makefile.w32-in (GNULIBOBJS):
1621         * lib/gnulib.mk:
1622         * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1623         crypto/sha512 modules from gnulib.
1625 2011-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1627         * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1629 2011-06-17  Glenn Morris  <rgm@gnu.org>
1631         * configure.in: Restore the behavior of checking crt-dir only
1632         when the user specified it (not all platforms use it).
1634 2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1636         * m4/lstat.m4: Merge from gnulib (Bug#8878).
1638 2011-06-16  Miles Bader  <miles@gnu.org>
1640         * configure.in: Try to determine CRT_DIR automatically when
1641         using gcc.
1643 2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1645         * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1646         * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1647         * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1648         * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1649         * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1650         Merge from gnulib.
1652 2011-06-14  Jan Djärv  <jan.h.d@swipnet.se>
1654         * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1656 2011-06-08  Paul Eggert  <eggert@cs.ucla.edu>
1658         * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1660 2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1662         * configure.in: Add --with-wide-int.
1663         * INSTALL: Mention this.
1665 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1667         Merge from gnulib.
1668         * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1670 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1672         * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1674 2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1676         Use 'inline', not 'INLINE'.
1677         * configure.in (INLINE): Remove.
1679 2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1681         Adjust to recent gnulib change for @GUARD_PREFIX@.
1682         * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1683         All uses of _GL_ for guard prefixes in lib/*.h replaced with
1684         _@GUARD_PREFIX@_.
1686 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1688         * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1690 2011-05-24  Glenn Morris  <rgm@gnu.org>
1692         * Makefile.in (check): Just give a message if no test/ directory.
1694         * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1696         * configure.in (OPT_MAKEFILES_IN): Remove.
1697         (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1698         (SUBDIR_MAKEFILES_IN): New output variable.
1699         * Makefile.in (OPT_MAKEFILES_IN): Remove.
1700         (SUBDIR_MAKEFILES_IN): Let configure set it.
1702 2011-05-24  Leo Liu  <sdl.web@gmail.com>
1704         * m4/sha1.m4:
1705         * m4/gl-comp.m4:
1706         * lib/sha1.h:
1707         * lib/sha1.c:
1708         * lib/makefile.w32-in (GNULIBOBJS):
1709         * lib/gnulib.mk:
1710         * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1712 2011-05-24  Glenn Morris  <rgm@gnu.org>
1714         * configure.in: Remove test for already configured source directory.
1715         AM_INIT_AUTOMAKE has already done a more stringent test.  (Bug#953)
1717         * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1719 2011-05-24  Glenn Morris  <rgm@gnu.org>
1721         * make-dist: Don't distribute test/.  (Bug#8107)
1722         * configure.in (OPT_MAKEFILES_IN): New output variable.
1723         (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1724         * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1725         (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1726         (check): Give an explicit error if test/ is not present.
1728         * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1729         (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1730         (Makefile): Use $SUBDIR_MAKEFILES_IN.
1732 2011-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1734         * lib/verify.h: Merge from gnulib.
1736 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1738         * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1739         Merge from gnulib.
1741 2011-05-21  Andreas Schwab  <schwab@linux-m68k.org>
1743         * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1745 2011-05-20  Eli Zaretskii  <eliz@gnu.org>
1747         * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1749         * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1751 2011-05-20  Glenn Morris  <rgm@gnu.org>
1753         * configure.in (lisp_frag): New output file.
1755 2011-05-19  Glenn Morris  <rgm@gnu.org>
1757         * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1758         (WINDOW_SUPPORT): Remove output variables that are no longer used.
1760 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1762         * lib/gnulib.mk:
1763         * lib/intprops.h:
1764         * lib/unistd.in.h:
1765         * m4/inttypes.m4:
1766         * m4/stdint.m4:
1767         * m4/unistd_h.m4: Sync from gnulib.
1769 2011-05-14  Glenn Morris  <rgm@gnu.org>
1771         * configure.in: Treat failure to find an X toolkit the same way we treat
1772         failure to find X and image support.
1774 2011-05-12  Glenn Morris  <rgm@gnu.org>
1776         * Makefile.in (src, install-arch-indep, bootstrap-clean)
1777         (check-declare): Shell portability fixes.  (Bug#8642)
1779 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1781         * configure.in: Require GnuTLS 2.6.x or higher.
1783 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1785         Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1786         * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1787         * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1789         * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1790         This new gnulib-tool option saves 'configure' the trouble of
1791         checking for strtoull when strtoumax exists.
1793         * configure.in (BITS_PER_LONG_LONG): New macro.
1795 2011-05-05  Glenn Morris  <rgm@gnu.org>
1797         * Makefile.in (bootstrap-clean): Save config.log.  (Bug#765)
1798         (top_distclean): Delete config.log~.
1800 2011-04-27  Ben Key  <bkey76@gmail.com>
1802         * configure.in: Fixed a bug that caused configure with
1803         --enable-checking=stringoverrun to have no effect.
1805 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1807         * configure.in: Suppress unnecessary checks for size_t.
1808         (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1809         (size_t): Do not check for this, and do not typedef.  This code
1810         is never exercised now.
1812         * Makefile.in (GNULIB_MODULES): Add strtoumax.
1813         This is needed for the new integer-reading code in lread.c.
1814         It automatically pulls in the following gnulib files, which
1815         are used on old-fashioned platforms that don't have strtoumax:
1816         lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1817         lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1818         m4/strtoull.m4, m4/strtoumax.m4.
1819         * .bzrignore: Add lib/inttypes.h.
1821 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1823         * configure.in: Check for GnuTLS certificate verify callbacks.
1825 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1827         * Makefile.in (config.status): Don't erase in case of error.
1828         In case it disappeared, rebuild it with `configure'.
1830 2011-04-20  Ken Brown  <kbrown@cornell.edu>
1832         * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1834 2011-04-12  Glenn Morris  <rgm@gnu.org>
1836         * configure.in: Require ImageMagick >= 6.2.8.  (Bug#7955)
1838 2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
1840         * lib/allocator.c: New file, automatically generated by gnulib.
1842 2011-04-07  Glenn Morris  <rgm@gnu.org>
1844         * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1846 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1848         * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1849         Revert last change.
1851 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
1853         * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1854         ($(BLD)/careadlinkat.$(O)): New target.
1855         ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1856         ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1857         Update dependencies.
1859 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1861         Fix more problems found by GCC 4.6.0's static checks.
1863         * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1865         Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1866         * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1867         * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1868         * m4/ssize_t.m4: New files, automatically generated from gnulib.
1870 2011-04-06  Glenn Morris  <rgm@gnu.org>
1872         * autogen/update_autogen: Handle loaddefs-like files as well.
1873         (usage): Add -l, -C.
1874         (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1875         With -l, check status of lisp/ as well.
1876         With -C, clean before building.
1877         (autoreconf): Only pass -f in the `clean' case.
1878         (commit): New function.
1880 2011-03-28  Glenn Morris  <rgm@gnu.org>
1882         * autogen/update_autogen: Pass -f to autoreconf.
1884         * autogen.sh (get_version): Discard "not found" lines.
1885         (check_version): Respect $AUTOCONF etc environment variables.
1887 2011-03-27  Glenn Morris  <rgm@gnu.org>
1889         * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1890         (AH_BOTTOM): Do not define SIGTYPE.
1892 2011-03-26  Glenn Morris  <rgm@gnu.org>
1894         * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1895         AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1897 2011-03-25  Andreas Schwab  <schwab@linux-m68k.org>
1899         * autogen/update_autogen: Remove useless function keyword.
1901 2011-03-25  Eli Zaretskii  <eliz@gnu.org>
1903         * config.bat: Generate src/config.h and lib/Makefile from
1904         autogen/config.in and autogen/Makefile.in.
1906 2011-03-25  Glenn Morris  <rgm@gnu.org>
1908         * compile, config.guess, config.sub, depcomp, install-sh, missing:
1909         Remove; autoreconf can supply them.
1910         * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1911         config.guess, install-sh.  Pass -i to autoreconf.
1912         * autogen/update_autogen (genfiles): Add compile, config.guess,
1913         config.sub, depcomp, install-sh, missing.  Pass -i to autoreconf.
1914         Discard non-error output from autoreconf in -q case.
1915         * autogen/compile, autogen/config.guess, autogen/config.sub:
1916         * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1917         * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1918         install-sh, missing.
1920 2011-03-23  Glenn Morris  <rgm@gnu.org>
1922         * autogen/update_autogen: Fix typo.
1923         (msg): Remove function; use `exec' instead.
1925         * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1926         (sync-from-gnulib): Don't sync mkinstalldirs.
1927         * make-dist: Don't distribute mkinstalldirs.
1929 2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1931         Fix more problems found by GCC 4.5.2's static checks.
1932         * Makefile.in (GNULIB_MODULES): Add socklen.
1933         * configure.in: Do not check for sys/socket.h, since socklen does that.
1934         * m4/socklen.m4: New automatically-generated file, from gnulib.
1936         fakemail: Remove dependency on ignore-value.
1937         * Makefile.in (GNULIB_MODULES): Add stdio.
1938         * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1939         imported from gnulib.
1940         * .bzrignore: Add lib/stdio.h.
1942 2011-03-22  Glenn Morris  <rgm@gnu.org>
1944         * autogen/copy_autogen: Work from ./ or ../.
1945         Fix time-stamps.
1946         * autogen.sh: Doc fix.
1948 2011-03-20  Glenn Morris  <rgm@gnu.org>
1950         * autogen/: New directory, to be excluded from releases.
1951         * autogen/copy_autogen, autogen/update_autogen: New scripts.
1952         * autogen/README: New file.
1953         * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1954         * autogen/Makefile.in: Add auto-updated generated files.
1955         * autogen.sh: No longer a no-op, now it tests for autotools
1956         and runs them as necessary.
1957         * configure.in: Default maintainer-mode to on.
1958         * aclocal.m4, configure, lib/Makefile.in: Remove files.
1960 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1962         Update for gnulib.
1963         * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1964         includes <intprops.h> directly.
1965         * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1966         when building Emacs on Solaris 9 and running it on Solaris 10.
1968 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
1970         * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
1972 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1974         * Version 23.3 released.
1976 2011-03-06  Glenn Morris  <rgm@gnu.org>
1978         * configure.in (FREETYPE_LIBS): Actually set it to something.
1980 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1982         Work around some portability problems with symlinks.
1984         * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1985         * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1986         * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1987         * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1988         * m4/symlink.m4:
1989         New files, automatically generated from gnulib.
1990         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1991         * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1993 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
1995         * .bzrignore: Ignore new lib/*.in-h files.
1997         * config.bat: Rename stdint.in.h and sys_stat.in.h.  Call
1998         depfiles.bat even if lib/deps already exist.
2000 2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2002         * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
2003         * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2004         recent changes to configure.in and to gnulib.
2006 2011-02-24  Glenn Morris  <rgm@gnu.org>
2008         * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2009         AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2011 2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2013         Assume S_ISLNK etc. work, since gnulib supports this.
2014         * Makefile.in (GNULIB_MODULES): Add sys_stat.
2015         * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2016         Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2017         * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2019 2011-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2021         * lib/min-max.h: New file, for "min" and "max".
2023 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
2025         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
2026         $(EMACS_ROOT)/nt/inc/stdint.h.
2028 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
2030         * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2031         src/makefile.w32-in and adapt.  Depend on stamp_BLD.
2032         (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2034 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2036         Import filemode module from gnulib.
2037         * .bzrignore: Add lib/sys/.
2038         * Makefile.in (GNULIB_MODULES): Add filemode.
2039         * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2040         * lib/filemode.c: Renamed from src/filemode.c and regenerated
2041         from gnulib.  This adds support for some more file types, e.g.,
2042         Cray DMF migrated files.
2043         * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2044         * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2045         * m4/sys_stat_h.m4: New files, generated from gnulib.
2046         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2047         Regenerate.
2049 2011-02-20  Eli Zaretskii  <eliz@gnu.org>
2051         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2052         $(EMACS_ROOT)/nt/inc/sys/stat.h.
2054 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2056         * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2057         This undoes the 2006-01-02 change.  The -Wno-pointer-sign option
2058         is no longer needed, due to the recent SSDATA and related changes.
2059         Perhaps -Wno-pointer-sign should also be removed from
2060         nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2061         way to test this so I left it alone.
2062         * configure: Regenerate.
2064 2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
2066         * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2067         src/makefile.w32-in.
2069 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2071         Import crypto/md5 and stdint modules from gnulib.
2072         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2073         Regenerate.
2074         * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2075         Import the new versions from gnulib; they assume a C99-style
2076         <stdint.h>, supplied by the stdint module.
2077         * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2078         imported from gnulib.
2079         * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2080         * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2081         special cases.
2083 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
2085         * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
2086         Add lib/deps/.
2088         * config.bat: Configure in `lib'.
2089         Generate *.Po files in lib/deps.
2091 2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
2093         Import IRIX 6.5 getloadavg fixes from gnulib.
2094         * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2096 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2098         Import getloadavg module from gnulib.
2099         * .bzrignore: Add lib/stdlib.h.
2100         * Makefile.in (GNULIB_MODULES): Add getloadavg.
2101         * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2102         * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2103         (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2104         Remove; gnulib does this now.
2105         * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2106         from gnulib.  This adds support for several other systems, such
2107         as Tru64 4.0D, QNX, AIX perfstat, etc.  It also fixes a potential
2108         buffer overrun on Linux hosts under very high load, and on hosts
2109         that maintain a channel to the load average file it makes sure
2110         the file descriptor is close-on-exec (on hosts that support this)
2111         and is not stdin, stdout, or stderr.
2112         * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2113         from gnulib.
2114         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2115         * src/config.in: Regenerate.
2117 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2119         Merge from gnulib.
2121         * install-sh: Update to scriptversion 2011-01-19.21.
2123         2011-02-13  Bruno Haible  <bruno@clisp.org>
2125         Consistent macro naming for macros that use GCC __attribute__.
2126         * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
2127         ATTRIBUTE_DEPRECATED.
2129         2011-02-12  Bruno Haible  <bruno@clisp.org>
2131         setlocale: Prefer gnulib's override over libintl's override.
2132         * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2133         GNULIB_defined_setlocale is set.
2135 2011-02-13  Glenn Morris  <rgm@gnu.org>
2137         * make-dist: Exclude generated file src/globals.h.
2139 2011-02-10  Paul Eggert  <eggert@cs.ucla.edu>
2141         * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2142         Sync from gnulib, which has been patched to fix the problem
2143         with the license notices.  Problem reported by Glenn Morris in
2144         <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2146 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2148         * .bzrignore: Ignore globals.h and related stamp.
2150 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
2152         * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2153         This merges the following fix from gnulib:
2155         2011-02-08  Bruno Haible  <bruno@clisp.org>
2157         Split large sed scripts, for HP-UX sed.
2159 2011-02-08  Tom Tromey  <tromey@redhat.com>
2161         * configure: Rebuild.
2162         * configure.in (NS_OBJC_OBJ): New subst.
2164 2011-02-06  Paul Eggert  <eggert@cs.ucla.edu>
2166         gnulib: allow multiple gnulib generated replacements to coexist
2167         This defines a few preprocessor symbols that should not affect Emacs.
2168         * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2169         via "make sync-from-gnulib".
2171         gnulib: undo previous change
2172         The upstream _HEADERS change was backed out of gnulib (see the
2173         same thread).  Stay in sync with gnulib.
2175         gnulib: adjust to upstream _HEADERS change
2176         * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2177         New empty macros, to accommodate recent changes to gnulib.  See
2178         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2179         * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2180         * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2181         * lib/time.in.h, lib/unistd.in.h:
2182         Regenerate.
2184 2011-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2186         sync from gnulib to remove HAVE_STDBOOL_H
2187         * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2188         AC_HEADER_STDBOOL.  All uses changed.  Do not define
2189         HAVE_STDBOOL_H, as gnulib does not need this.  This change is
2190         imported from the latest Autoconf git.  It was motivated by Emacs,
2191         which uses gnulib but does not need HAVE_STDBOOL_H.
2192         * configure, src/config.in: Regenerate.
2193         * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2195 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2197         allow C code to suppress warnings about ignored return values
2198         * Makefile.in (GNULIB_MODULES): Add ignore-value.
2199         * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2200         * lib/ignore-value.h: New file.
2202 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
2204         * configure.in: Test existence of xaw3d library, not just the
2205         header (Bug#7642).
2207 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
2209         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2210         $(BLD)/time_r.$(O).
2211         ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2212         $(EMACS_ROOT)/src/m/intel386.h.
2213         ($(BLD)/strftime.$(O)):
2214         ($(BLD)/time_r.$(O)): Define prerequisites.
2216 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2218         src/emacs.c now gets version number from configure.in
2219         * configure.in (version): Set this from $PACKAGE_VERSION,
2220         which is set from AC_INIT, rather than scouting through src/emacs.c.
2221         * configure: Regenerate.
2222         * make-dist (version): Get it from configure.in, not src/emacs.c.
2224 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2226         strftime: import from gnulib
2227         * Makefile.in (GNULIB_MODULES): Add strftime.
2228         * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2229         needed.
2230         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2231         Regenerate.
2232         * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2233         imported from gnulib.
2234         * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2235         This incorporates many changes from gnulib, including simpler
2236         handling of multibyte formats, porting to mingw32 and other
2237         platforms, and support for higher-resolution time stamps.
2238         Emacs does not yet use the higher-resolution interface.
2240 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2242         gnulib: import mktime and move-if-change fixes from gnulib
2244         * configure: Regenerate from the following.
2246         2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2248         mktime: clarify long_int width checking
2249         * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2250         the top level, to make it clearer that the assumption about
2251         long_int width is being checked.  See
2252         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2254         2011-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2256         TYPE_MAXIMUM: avoid theoretically undefined behavior
2257         * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2258         negative number, which the C Standard says has undefined behavior.
2259         In practice this is not a problem, but might as well do it by the book.
2260         Reported by Rich Felker and Eric Blake; see
2261         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2262         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2263         * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2265         mktime: #undef mktime before #defining it
2266         * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2268         mktime: systematically normalize tm_isdst comparisons
2269         * lib/mktime.c (isdst_differ): New function.
2270         (__mktime_internal): Use it systematically for all isdst comparisons.
2271         This completes the fix for libc BZ #6723, and removes the need for
2272         normalizing tm_isdst.  See
2273         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2274         (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2276         mktime: fix some integer overflow issues and sidestep the rest
2278         This was prompted by a bug report by Benjamin Lindner for MinGW
2279         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2280         His bug is due to signed integer overflow (0 - INT_MIN), and I
2281         I scanned through mktime.c looking for other integer overflow
2282         problems, fixing all the bugs I found.
2284         Although the C Standard says the resulting code is still not safe
2285         in the presence of integer overflow, in practice it should be good
2286         enough for all real-world two's-complement implementations, except
2287         for debugging environments that deliberately trap on integer
2288         overflow (e.g., gcc -ftrapv).
2290         * lib/mktime.c (WRAPV): New macro.
2291         (SHR): Also check that long_int and time_t shift right in the
2292         usual way, before using the fast-but-unportable method.
2293         (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2294         used.  The code already assumed two's complement, so there's
2295         no need to test for alternatives.  All uses removed.
2296         (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2297         the C standard.  Problem reported by Rich Felker in
2298         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2299         (twos_complement_arithmetic): Also check long_int and time_t.
2300         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2301         (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2302         (__mktime_internal): Avoid integer overflow with unary subtraction
2303         in two instances where -1 - X is an adequate replacement for -X,
2304         since the calculations are approximate.
2306         2011-01-29  Eric Blake  <eblake@redhat.com>
2308         mktime: avoid infinite loop
2309         * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2310         type; behavior is still undefined but portable to all known targets.
2311         Reported by Rich Felker.
2313         2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2315         mktime: avoid problems on NetBSD 5 / i386
2316         * lib/mktime.c (long_int): New type.  This works around a problem
2317         on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2318         but time_t is 64 bits, and where I expect the existing code is
2319         wrong in some cases.
2320         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2321         (ydhms_diff): Bring back the compile-time check for wide-enough
2322         year and yday.
2324         mktime: fix misspelling in comment
2325         * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2326         This merges all recent glibc changes of importance.
2328         2011-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2330         move-if-change: cope with concurrent mv of identical file.
2331         * move-if-change (CMPPROG): Accept environment
2332         variable as an override for `cmp'.
2333         (usage): Document CMPPROG.
2334         Adjust comparison to drop stdout.  Cope with failure of mv if
2335         the target file exists and is identical to the source, for
2336         parallel builds.
2337         Report from H.J. Lu against binutils in PR binutils/12283.
2339 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2341         * lib/makefile.w32-in:
2342         * lib/getopt_.h: New files.
2344 2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2346         improve fix for MS-DOS file name clash
2347         * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2348         for portability to POSIX make.  Reported by Bruno Haible.
2349         (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2350         gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2351         files from accumulating as garbage.  Also reported by Bruno Haible.
2353 2011-01-27  Paul Eggert  <eggert@cs.ucla.edu>
2355         fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2356         * Makefile.in (DOS-gnulib-comp.m4): New macro.
2357         (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2358         problems with MS-DOS 8+3 file name restrictions.
2359         Remove m4/gnulib-cache.m4, as we can live without it.  If we kept
2360         it, it would also cause problems when extracting Emacs distribution
2361         tarballs on MS-DOS hosts.
2362         (ACLOCAL_INPUTS): Adjust to file renaming.
2363         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2364         * config.guess, config.sub: Sync from gnulib.
2365         * m4/gnulib-cache.m4: Remove from repository.
2366         * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2368 2011-01-25  Glenn Morris  <rgm@gnu.org>
2370         * README: Add a note about ranges in copyright years.
2372         * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2374 2011-01-25  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
2376         * configure.in: Add HP-UX on IA64 (Bug#6811).
2378 2011-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2380         Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2381         * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2382         as it is no longer needed.
2383         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2384         * configure.in: Invoke the new gnulib macro
2385         gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2386         warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2387         * m4/getopt.m4: Sync from gnulib; this removes the need for
2388         HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2389         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2390         New macro, synced from gnulib.
2391         * m4/warn-on-use.m4: Remove.
2393 2011-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2395         aclocal.m4: put this file back into repository
2396         This way, we don't have to assume that the maintainer has
2397         the automake package installed.  See
2398         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2399         * .bzrignore: Remove aclocal.m4, undoing the previous change.
2400         * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2401         undoing the previous change.
2402         * aclocal.m4: New file (actually, resurrected).
2404 2011-01-22  Miles Bader  <miles@gnu.org>
2406         * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2407         FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2408         Emacs directly uses fontconfig, and breaks building when using a
2409         strict linker).
2411 2011-01-21  Paul Eggert  <eggert@cs.ucla.edu>
2413         src/config.in: shrink slightly
2414         * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2415         This makes src/config.in a bit smaller, by removing identifiers
2416         like GNULIB_TEST_MKTIME that Emacs does not need.
2417         * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2418         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2419         Sync from gnulib.  This removes a few more unnecessary symbols from
2420         src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2421         * configure, src/config.in: Regenerate.
2423         aclocal.m4: tweaks to regenerate more conveniently
2424         This attempts to act better when the source is in a weird state.  See
2425         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2426         * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2427         * .bzrignore: Add aclocal.m4.
2429 2011-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2431         aclocal.m4: omit auto-generated file from repository
2432         * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2433         the most recent change here.
2434         * aclocal.m4: Remove from bzr repository.  This file is
2435         auto-generated and isn't needed to run 'configure'.  See
2436         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2438 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2440         Minor Makefile.in tweaks to build from gnulib better.
2441         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2442         * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2443         (top_maintainer_clean): Don't remove aclocal.m4.
2445 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2447         Minor cleanups for 'bzr status'
2448         * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2449         the output of config.guess.
2450         * Makefile.in (top_distclean): Remove stamp-h1 too.
2452         * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2453         defined if the compiler supports GCC-style __attribute__
2454         ((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
2455         this syntax.
2457 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2459         Makefile.in: tidy up the building of lib
2460         * Makefile.in (am--refresh): Mark as .PHONY.
2461         (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2462         as they're not rebuilt unless you do a "make sync-from-gnulib"
2463         and the former is needed for "configure".
2464         (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2465         has already removed lib/Makefile.
2467         * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2468         This avoids building ftoastr and ldtoastr, which aren't needed.  See
2469         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2471         * .bzrignore: Add .h files that are host-dependent.
2472         Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2473         lib/time.h, lib/unistd.h, lib/warn-on-use.h.  These are
2474         host-dependent and are built as part of an ordinary 'make', and
2475         should not be checked in.
2477         * lib/Makefile.in: Regenerate.
2478         * lib/COPYING: New file, a copy of COPYING.
2480         * configure: Regenerate.
2481         * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2483         Regenerate.
2484         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2485         * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2486         New files, copied from gnulib by gnulib-tool.
2487         * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2488         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2489         Regenerate.
2491         Use gnulib's getopt-gnu module.
2492         * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2493         (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2494         representative of the dependencies.
2495         * configure.in: Do not configure getopt, as gnulib does that now.
2496         * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2497         getopt now, in lib.
2499         Regenerate.
2500         * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2501         * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2502         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2503         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2504         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2505         * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2506         * m4/wchar_t.m4, warn-on-use.h:
2507         New files, copied from gnulib by gnulib-tool.
2508         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2509         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2510         Regenerate.
2512         Use gnulib's mktime module.
2513         * Makefile.in (GNULIB_MODULES): Add mktime.
2514         * configure.in: Remove code no longer needed, as gnulib now does it.
2515         (AC_CHECK_FUNCS): Remove mktime.
2516         (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2517         (__restrict): Remove, as this now gets in the way of the C99
2518         support for 'restrict' pulled in by the gnulib mktime module.
2519         Code should now use 'restrict' and not '__restrict".
2520         (mktime): Remove.
2521         * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2522         and warn-on-use.h into the distribution.
2524         Regenerate.
2525         * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2526         * lib/ldtoastr.c, m4/c-strtod.m4:
2527         New files, copied from gnulib by gnulib-tool.
2528         * lib/dummy.c: Remove.
2529         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2530         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2531         Regenerate.
2533         Use gnulib's ftoastr module.
2534         * Makefile.in (GNULIB_MODULES): Add ftoastr.  Remove dummy.
2536         Regenerate.
2537         * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2538         * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2539         * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2540         New files, generated automatically, with 'make sync-from-gnulib'
2541         followed by 'make'.
2542         * configure, lisp/dired.el, src/config.in: Regenerate.
2544         Automate syncing from gnulib.
2545         * INSTALL, README: Document new subdirectory 'lib'.
2546         * Makefile.in (SUBDIR): Add lib.
2547         (SUBDIR_MAKEFILES): Add lib/Makefile.
2548         (lib-src, src, TAGS, tags): Depend on lib.
2549         (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2550         ($(gnulib_srcdir)): New rule.
2551         (sync-from-gnulib): New rule, which is .PHONY.
2552         (lib): New rule, which is like lib-src.
2553         (Makefile): Depend on lib/Makefile.in.
2554         (AUTOCONF_INPUTS): Depend on aclocal.m4.
2555         (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2556         ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2557         (am--refresh): New rule, to pacify Automake.
2558         (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2559         Clean lib, too.
2560         (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2561         droppings.
2562         (maintainer-clean, extraclean): Use it.
2563         * configure.in: Initialize for automake and gnulib, by invoking
2564         AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT.  Output
2565         lib/Makefile, too.  Use automake to build gnulib, as gnulib works
2566         more conveniently with automake.
2567         * lib/Makefile.am: New file.
2568         * make-dist: Also put into the distribution aclocal.m4,
2569         compile, depcomp, missing, and the files under lib/.
2571 2011-01-15  Glenn Morris  <rgm@gnu.org>
2573         * Makefile.in (epaths-force): No more arch-tag to edit.
2575 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2577         * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2579 2011-01-14  Paul Eggert  <eggert@cs.ucla.edu>
2581         * make-dist: Distribute test/ files too.
2582         Distribute every file under test/ that is under version control,
2583         using patterns like *.el to capture files that are added later.
2584         Without this change, "configure" would fail, because it would
2585         attempt to build from a Makefile.in that was not distributed.
2587 2011-01-13  Christian Ohler  <ohler@gnu.org>
2589         * Makefile.in (INFO_FILES): Add ERT.
2591         * Makefile.in (check): Run tests in test/automated.
2593         * Makefile.in:
2594         * configure.in: Add test/automated/Makefile.
2596 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2598         * install-sh, mkinstalldirs, move-if-change: Update from master
2599         source in gnulib.
2601         * config.guess, config.sub: Updated from master source.
2603 2011-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2605         * configure.in: Check for __builtin_unwind_init.
2607 2011-01-05  Glenn Morris  <rgm@gnu.org>
2609         * configure.in (HAVE_MAKEINFO): New output variable.
2610         (MAKEINFO): Reset to "makeinfo" if not found.
2611         * Makefile.in (install-arch-indep, info):
2612         Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2614 2010-12-29  Ulrich Mueller  <ulm@gentoo.org>
2616         * configure.in: Make gameuser configurable (Bug#7717).
2618 2010-12-15  Glenn Morris  <rgm@gnu.org>
2620         * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2621         long absent lib-src/fns-*.el.
2623 2010-12-11  Glenn Morris  <rgm@gnu.org>
2625         * make-dist: Exclude etc/*.pyc.
2627 2010-12-10  Andreas Schwab  <schwab@linux-m68k.org>
2629         * configure.in: Don't double machfile in final message.
2631 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
2633         * configure.in: Fix last change.
2635 2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
2637         * configure.in: Remove reference to removed machine description
2638         files and allow $machine and $machfile to be empty.  Substitute
2639         M_FILE/S_FILE instead of machfile/opsysfile.
2641 2010-12-03  Glenn Morris  <rgm@gnu.org>
2643         * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2645 2010-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
2647         * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2648         (EXTERNALLY_VISIBLE): New definition.
2650 2010-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2652         * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2654 2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2656         * configure.in: Do not check for unconditionally included headers.
2658 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2662 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
2664         * configure.in: Don't write a warning for D-Bus anymore.
2666 2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
2668         * configure.in: Fix indentation.
2670 2010-10-31  Ken Brown  <kbrown@cornell.edu>
2672         * configure.in (checking whether localtime caches TZ): Use
2673         unsetenv instead of modifying environment directly.
2675 2010-10-25  Andreas Schwab  <schwab@linux-m68k.org>
2677         * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2678         to avoid warning.
2680 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682         * configure.in: Remove the BROKEN annotation from GnuTLS.
2684 2010-10-22  Glenn Morris  <rgm@gnu.org>
2686         * make-dist: Avoid listing .el files twice.  Don't try to run
2687         autoconf if --no-update.
2689 2010-10-20  Glenn Morris  <rgm@gnu.org>
2691         * make-dist: No longer create lisp/MANIFEST.
2693 2010-10-14  Glenn Morris  <rgm@gnu.org>
2695         * BUGS, INSTALL.BZR, README: Updates.
2697 2010-10-13  Glenn Morris  <rgm@gnu.org>
2699         * make-dist: Remove --compress.  Check for the appropriate
2700         gzip-like executable, and if not found, don't compress.
2701         Check version number in README, don't change it.
2702         Use find for nt/inc/*.h.
2704 2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
2706         * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2707         trailing / from directory names.
2709 2010-10-12  Glenn Morris  <rgm@gnu.org>
2711         * make-dist: Update and simplify.
2713 2010-10-12  Eli Zaretskii  <eliz@gnu.org>
2715         * make-dist: Don't distribute src/buildobj.h.  (Bug#7167)
2717 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2719         * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2721 2010-10-09  Glenn Morris  <rgm@gnu.org>
2723         * make-dist: No more doc/emacs/*.texi.in.
2725         * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2727 2010-10-09  Glenn Morris  <rgm@gnu.org>
2729         * configure.in: Combine some conditionals.
2731         * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2732         * make-dist: Include doc/emacs/*.texi.in.
2734         * INSTALL, make-dist: Remove references to b2m.
2735         * Makefile.in (MAN_PAGES): Remove b2m.1.
2737 2010-10-05  Glenn Morris  <rgm@gnu.org>
2739         * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2741 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2743         * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2745 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
2747         * configure.in: Include stdlib.h and string.h unconditionally.
2749 2010-09-29  Romain Francoise  <romain@orebokech.com>
2751         * configure.in: Don't enable ImageMagick unless HAVE_X11.
2753 2010-09-28  Glenn Morris  <rgm@gnu.org>
2755         * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2756         happy.
2758 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760         * configure.in: Enable imagemagick by default.
2762 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764         * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2765         GnuTLS libraries.
2767 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2769         * configure.in: Set up GnuTLS.
2771 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
2773         * configure.in: Announce whether libxml2 is linked to.
2775 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2777         * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2779 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2781         * config.bat: Detect that libxml2 is installed and if so, build
2782         with it.
2784 2010-09-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786         * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2787         be used.  This fixes a conf problem on Mac OS X.
2789 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791         * configure.in: Check for libxml2.
2793 2010-09-09  Glenn Morris  <rgm@gnu.org>
2795         * make-dist: No more TODO files under lisp/.
2797 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
2799         * config.bat: Produce lisp/gnus/_dir-locals.el from
2800         lisp/gnus/.dir-locals.el.
2802 2010-08-23  Andreas Schwab  <schwab@linux-m68k.org>
2804         * configure.in: Fix check for librsvg, imagemagick and
2805         MagickExportImagePixels.
2807 2010-08-18  Joakim Verona  <joakim@verona.se>
2809         * Makefile.in, configure.in: Checks for ImageMagick.
2811 2010-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
2813         * configure.in (AC_PREREQ): Require autoconf 2.65.
2815 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
2817         * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2819 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
2821         * configure.in: Add AC_C_BIGENDIAN.
2823 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
2825         * configure.in (ORDINARY_LINK): Use on hpux* too.
2827 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
2829         * configure.in: Check for util.h.
2830         Use -Wimplicit-function-declaration if compiler supports it.
2832 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2834         * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2836 2010-08-04  Andreas Schwab  <schwab@linux-m68k.org>
2838         * configure.in: Restore accidentally removed use of
2839         GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2841 2010-07-29  Chad Brown  <yandros@mit.edu>
2843         * configure.in: Check for dirent.h.
2845 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2847         * configure.in: Remove reference to usg5-4, unused.
2849 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2851         * configure.in: Check for __executable_start.
2853 2010-07-24  Ken Brown  <kbrown@cornell.edu>
2855         * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2857 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
2859         * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2861 2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2863         * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2865 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2867         * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2868         (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2869         (C_OPTIMIZE_SWITCH): Remove.
2870         (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2872 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2874         * configure.in: Don't check for index and rindex, check for strchr
2875         and strrchr.  Define strchr and strrchr as index and rindex,
2876         resp., in src/config.h if not available.
2878 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
2880         * configure.in: Use -Wold-style-definition if available.
2881         This helps with the transition to standard C code, it can be
2882         removed when done.
2884         * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2886         * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2887         and MSWindows.
2889 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
2891         * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
2892         <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2894 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2896         * configure.in (getenv): Remove K&R declaration.
2898 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2900         * configure.in: Remove define __P.
2902 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
2904         * configure.in (--enable-use-lisp-union-type): New flag.
2906 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2908         Fix CFLAGS for non-GCC compilers.
2909         * configure.in (CFLAGS): Always use -g like it was done before the
2910         2010-03-30 change.
2911         (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2912         (Bug#6538)
2914 2010-06-30  Glenn Morris  <rgm@gnu.org>
2916         * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2917         Set with AC_DEFINE rather than AH_BOTTOM.
2919         * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2920         (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2921         Set with shell, not cpp.
2922         (LIBX): Remove, just use -lX11 in the one place this was used.
2923         (cannot_dump): Replace with CANNOT_DUMP.
2925 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2927         * configure.in: Add --with-x-toolkit=gtk3.  Remove HAVE_GTK_MULTIDISPLAY,
2928         check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2929         by minimum required Gtk+ 2.6).  Add checks for functions introduced
2930         in Gtk+ 2.14 or newer (bug#6505).
2932 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2934         * config.bat: Remove white space around "+" in COPY commands.
2936 2010-06-23  Glenn Morris  <rgm@gnu.org>
2938         * info/dir: Start descriptions in column 32, per Texinfo convention.
2940 2010-06-16  Chong Yidong  <cyd@stupidchicken.com>
2942         * INSTALL: Update font information (Bug#6389).
2944 2010-06-16  Glenn Morris  <rgm@gnu.org>
2946         * INSTALL: General update.
2948 2010-06-12  Glenn Morris  <rgm@gnu.org>
2950         * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2952 2010-06-11  Glenn Morris  <rgm@gnu.org>
2954         * configure.in (--without-compress-info): New option.
2955         (GZIP_INFO): New output variable.
2957         * Makefile.in (GZIP_INFO): New, set by configure.
2958         (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2959         Handle man pages in the same way.
2961 2010-06-10  Glenn Morris  <rgm@gnu.org>
2963         * Makefile.in (install-arch-indep): Gzip the info files too.
2965         * make-dist: Remove references to non-existent directories and files.
2967 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
2969         * configure.in: Include <strings.h> and <string.h> instead of
2970         "strings.h" and "string.h".
2972 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
2974         * configure.in: Remove code dealing with BSTRING.
2976 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
2978         * configure.in (AC_PREREQ): Require autoconf 2.65.
2980         * configure.in (unxec): Do not define and substitute.
2981         (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2983 2010-06-03  Glenn Morris  <rgm@gnu.org>
2985         * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2987 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2989         Fix alloca definition when using gcc on non-gnu systems.
2990         * configure.in: Use the code sequence indicated by "info autoconf"
2991         for alloca (bug#6170).
2993 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2995         * .bzrignore: Ignore new files from trunk, which appear if you use
2996         colocated branches (i.e. "bzr switch").
2998 2010-05-28  Glenn Morris  <rgm@gnu.org>
3000         * configure.in: Simplify some of the $canonical tests.
3002 2010-05-27  Glenn Morris  <rgm@gnu.org>
3004         * config.bat: Do not preprocess src/Makefile.in.
3006         * configure.in: Do not preprocess src/Makefile.in.
3007         (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3008         (AC_EGREP_CPP): Test no longer needed.
3010         * make-dist: No more Makefile.c files.
3012 2010-05-26  Glenn Morris  <rgm@gnu.org>
3014         * configure.in (YMF_PASS_LDFLAGS): Remove.
3015         (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3017         * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3018         Add $GNUSTEP_LOCAL_HEADERS.
3019         (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3021         * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3022         (GNUSTEP_MAKEFILES): Remove.
3023         (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3024         stuff to here.
3026 2010-05-25  Glenn Morris  <rgm@gnu.org>
3028         * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3029         (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3031         * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3032         (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3033         here instead.
3035 2010-05-24  Romain Francoise  <romain@orebokech.com>
3037         * make-dist: Look for version in src/emacs.c.
3038         Use lisp/subr.el rather than lisp/version.el for location check.
3040 2010-05-21  Glenn Morris  <rgm@gnu.org>
3042         * configure.in (MKDEPDIR): Parallel build tweak.
3044         * configure.in (ns_frag): New output file.
3046         * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3047         (OLDXMENU_TARGET): Set to empty if USE_GTK.
3049         * configure.in (cannot_dump): New output variable.
3051 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
3053         * configure.in: On NetBSD, if terminfo is found, use it in
3054         preference to termcap.  (Bug#6190)
3056 2010-05-20  Glenn Morris  <rgm@gnu.org>
3058         * make-dist (src): Include *.mk.
3059         * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3060         * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3061         (deps_frag): New output file.
3062         (AUTO_DEPEND): Remove this definition.
3064         * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3066 2010-05-19  Glenn Morris  <rgm@gnu.org>
3068         * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3069         (ORDINARY_LINK): New AC_DEFINE.
3070         (LIB_GCC): No need to set if ORDINARY_LINK.
3072 2010-05-18  Glenn Morris  <rgm@gnu.org>
3074         * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3075         (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3077         * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3078         * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3079         (RALLOC_OBJ): New output variable.
3081         * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3082         * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3084 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3086         * Makefile.in (src): Provide the name of the VCS file that witnesses
3087         a pull.
3088         ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3090 2010-05-17  Glenn Morris  <rgm@gnu.org>
3092         * configure.in (OLDXMENU_DEPS): New output variable.
3094 2010-05-16  Glenn Morris  <rgm@gnu.org>
3096         * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3098         * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3099         * Makefile.in (install-arch-dep): Update for above change.
3101         * Makefile.in (ns_appdir): Remove.
3102         (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3104         * configure.in (TEMACS_LDFLAGS2): New output variable.
3106         * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3107         (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3108         (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3109         nothing uses.
3111 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
3113         * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3114         does not use them.
3115         (X11R5_INHIBIT_I18N): Remove, unused.
3117 2010-05-15  Glenn Morris  <rgm@gnu.org>
3119         * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3121         * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3123 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
3125         * configure.in: Look for version string in its new location.
3127 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
3129         * config.bat: Remove support for DJGPP v1.x.
3131 2010-05-15  Glenn Morris  <rgm@gnu.org>
3133         * configure.in (OLDXMENU_TARGET): New output variable.
3135         * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3137         * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3138         and other files that no longer exist.
3140 2010-05-14  Glenn Morris  <rgm@gnu.org>
3142         * configure.in (cpp_undefs): Add mktime, register, X11.
3144         * configure.in (GPM_MOUSE_SUPPORT): Remove.
3145         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3146         (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3148         * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3149         (GNUSTEP_MAKEFILES): Do not output.
3151 2010-05-13  Glenn Morris  <rgm@gnu.org>
3153         * configure.in: Fix some paren typos.
3155         * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3157         * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3159 2010-05-12  Glenn Morris  <rgm@gnu.org>
3161         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3163         * configure.in (LIB_GCC): New output variable.
3165 2010-05-11  Glenn Morris  <rgm@gnu.org>
3167         * make-dist (msdos): No more mainmake.
3169         * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3170         * config.bat: Do not run cpp on lib-src/Makefile.in.
3172         * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3174 2010-05-10  Glenn Morris  <rgm@gnu.org>
3176         * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3178         * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3179         (BLESSMAIL_TARGET): New output variable.
3181 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3183         * INSTALL: Fix typos.
3185 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3187         * configure.in: Add check for buggy version of GCC (Bug#6031).
3189 2010-05-08  Glenn Morris  <rgm@gnu.org>
3191         * configure.in (HAVE_LIBNCURSES): New local variable.
3192         (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3193         replacing cpp in src/s/*.h and src/Makefile.in.
3195 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3197         * Version 23.2 released.
3199 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * configure.in: Add tests for `isnan' and `copysign'.
3203 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
3205         * config.bat: Allow for 2 leading `#'s in comments in
3206         src/Makefile.in.
3208 2010-05-07  Glenn Morris  <rgm@gnu.org>
3210         * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3211         Merges logic from src/s/* and src/Makefile.in.
3212         (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3214 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
3216         Define START_FILES and LIB_STANDARD using autoconf.
3217         * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3218         here from src/s/*.h.
3219         (HAVE_CRTIN): Remove, inline logic in the netbsd
3220         START_FILES/LIB_STANDARD computation.
3222 2010-05-06  Glenn Morris  <rgm@gnu.org>
3224         * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3226         * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3227         (LD_SWITCH_X_SITE): Remove unused variables.
3229 2010-05-04  Glenn Morris  <rgm@gnu.org>
3231         * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3232         as well.
3233         (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3235         * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3237         * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3238         variables, replacing c_switch_machine, c_switch_system.
3239         * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3240         @c_switch_system@.
3242 2010-05-03  Glenn Morris  <rgm@gnu.org>
3244         * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3246         * make-dist: There are no more src/m/*.inp files.
3248 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
3250         * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3251         (ac_link): Do not use ld_switch_machine.
3253 2010-05-01  Glenn Morris  <rgm@gnu.org>
3255         * configure.in (OTHER_OBJ): Remove.
3256         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3258 2010-04-30  Glenn Morris  <rgm@gnu.org>
3260         * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3261         Elsewhere, maybe include it.
3263         * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3264         (OLDXMENU, LIBXMENU): New output variables.
3266         * configure.in (OTHER_OBJ): New output variable.
3268 2010-04-28  Glenn Morris  <rgm@gnu.org>
3270         * configure.in (CYGWIN_OBJ): New output variable.
3272         * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3274         * configure.in (FONT_OBJ): New output variable.
3276         * configure.in (LIBXMU): New output variable.
3278         * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3280         * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3281         userland and maybe change values to i386 (move test from s/amdx86-64.h).
3283 2010-04-27  Glenn Morris  <rgm@gnu.org>
3285         * configure.in (LIBXTR6): New output variable.  Move unixware special
3286         case here from src/s/unixware.h.
3288         * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3289         in Makefiles.
3290         (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3292         * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3293         (LIBXP): No longer substitute in Makefiles.
3294         (MOTIF_LIBW): New output variable.  Move system-specific settings here
3295         from src/s files.
3297 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
3299         Reduce CPP usage.
3300         * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3301         (unexec): Define unconditionally, all platforms define
3302         UNEXEC.  AC_SUBST it.
3303         (UNEXEC_SRC): Remove, unused.
3304         (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3306 2010-04-27  Glenn Morris  <rgm@gnu.org>
3308         * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3309         replaced by LIBXP.
3311         * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3312         (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3313         On hpux10-20, default to /lib.
3315         * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3317 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
3319         * configure.in (LIBS_MACHINE): Remove, unused.
3321         * configure.in (LIB_MATH): New output variable.  Set it for some systems.
3323 2010-04-24  Glenn Morris  <rgm@gnu.org>
3325         * configure.in (CRT_DIR): New output variable.
3326         (--with-crt-dir): New option.  (Bug#5655)
3327         (HAVE_LIB64_DIR): Remove.
3329 2010-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
3331         * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3333 2010-04-22  Miles Bader  <miles@gnu.org>
3335         * configure.in: Get rid of "unix" pre-defined macro when
3336         preprocessing Makefile.  (Bug#5857)
3338 2010-04-21  Andreas Schwab  <schwab@linux-m68k.org>
3340         Avoid non-portable shell command negation
3341         * configure.in: Revert last change.
3343 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3345         * configure.in: Change "if test ! -f" to "if ! test -f".
3347 2010-04-21  Glenn Morris  <rgm@gnu.org>
3349         * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3350         (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3352 2010-04-21  Karel Klíč  <kklic@redhat.com>
3354         * configure.in: New option: --with(out)-selinux, on by default.
3355         Set HAVE_LIBSELINUX if we find libselinux, and substitute
3356         LIBSELINUX_LIBS in Makefiles.
3358 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
3360         * configure.in: Remove all references to LIBX11_SYSTEM.
3362 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
3364         * configure.in: Remove all references to C_DEBUG_SWITCH.
3366 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
3368         * config.bat <lib-src>: Edit out lines that begin with several #
3369         characters.
3371 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3373         * configure.in: Remove support for old UNIX System V systems and
3374         for Unixware on non-x86 machines.
3376         * configure.in: Remove support for Solaris on PPC and for old versions.
3378         * configure.in: Remove non-working lynxos port.
3380 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3382         * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3384 2010-03-19  Glenn Morris  <rgm@gnu.org>
3386         * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3387         happy.
3389 2010-03-18  Jan Djärv  <jan.h.d@swipnet.se>
3391         * configure.in: Check for tputs and friends, abort if not
3392         found (bug#5735).
3394 2010-03-18  Glenn Morris  <rgm@gnu.org>
3396         * configure.in (--with-x-toolkit): In the help text, say which options
3397         are synonyms.
3399         * configure.in (--with-mmdf, --with-mail-unlink):
3400         New options, off by default.
3401         (--with-mailhost): New option to set default POP host.
3402         (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3403         (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3404         New variables, substituted in Makefiles.
3405         (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3406         (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3407         (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3408         (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3409         (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3411 2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3413         * Makefile.in (uninstall): Handle the case where archlibdir does not
3414         exist.  (Bug#5720)
3416 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
3418         These changes remove termcap.c from the build on POSIX platforms.
3419         * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3421         * configure: Regenerated.
3423 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3425         * Branch for 23.2.
3427 2010-01-31  Juri Linkov  <juri@jurta.org>
3429         * .bzrignore: Add TAGS-LISP.
3431 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3433         * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3434         this header file).
3436 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3438         * .bzrignore: Ignore all .exe, instead of individual files.
3440 2010-01-12  Chong Yidong  <cyd@stupidchicken.com>
3442         * configure.in: Explicitly check for and link to -lXrender.
3444 2010-01-12  Glenn Morris  <rgm@gnu.org>
3446         * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3447         for bug reports for development versions.
3449 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3451         * .bzrignore: Add more ignored patterns, including for the MS-DOS
3452         build.
3454 2009-12-27  Karl Fogel  <kfogel@red-bean>
3456         * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3457         * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3459 2009-12-17  Glenn Morris  <rgm@gnu.org>
3461         * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3463 2009-12-15  Glenn Morris  <rgm@gnu.org>
3465         * info/dir: Add EDT entry.
3466         * Makefile.in (INFO_FILES): Add edt.
3468 2009-12-10  Jan Djärv  <jan.h.d@swipnet.se>
3470         * configure.in: Check for RSVG if GNUstep is used.
3472 2009-12-09  Jan Djärv  <jan.h.d@swipnet.se>
3474         * configure.in: Don't check for RSVG or GConf unless X11 is used.
3476 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3478         * configure.in: Allow compiling Emacs with GTK on Cygwin.
3480 2009-12-01  Glenn Morris  <rgm@gnu.org>
3482         * make-dist: Add etc/images/mpc directory.
3484 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3486         * configure.in: Don't check for GConf unless X is used.
3488 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3490         * configure.in: Use -Wdeclaration-after-statement if available.
3492 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3494         * configure.in: New option: --with(out)-gconf.
3495         Set HAVE_GCONF if we find gconf.
3497 2009-11-17  Glenn Morris  <rgm@gnu.org>
3499         * Makefile.in (INFO_FILES): Add semantic.
3501 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3503         * info/dir: Add Semantic.
3505 2009-11-16  Glenn Morris  <rgm@gnu.org>
3507         * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3508         pattern, so as not to exclude makefile*.el.  (Bug#4912)
3510 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
3512         * configure.in: --enable-autodepend is new.  Check for GNU Make
3513         and that gcc supports -MMD -MF.  Define AUTO_DEPEND if we can use
3514         gcc and GNU make to generate dependencies.
3516 2009-10-27  Glenn Morris  <rgm@gnu.org>
3518         * make-dist: Make links to doc/lispintro/*.pdf.
3520 2009-10-23  Jim Meyering  <meyering@redhat.com>
3522         * configure.in: Invoke $CPP with -P when creating Makefile and
3523         src/Makefile.  Without this, gcc 4.4.2 converts each
3524         backslash-newline pair in the input to a bare newline, yielding
3525         invalid Makefiles.
3527         * configure: Regenerate.
3529 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3531         * configure.in (vax-dec-vms): Remove, not supported anymore.
3533 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3535         * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3536         (*-apple-darwin*): Add x86_64 architecture.
3538 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3540         * config.guess, config.sub: Updated from master source.
3542 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
3544         * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3546 2009-10-07  Edward Trumbo  <etrumbo@comcast.net>  (tiny change)
3548         * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3550 2009-09-29  Glenn Morris  <rgm@gnu.org>
3552         * make-dist (check): Update for two new levels of subdirectory in lisp/.
3554 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3556         * config.guess, config.sub: Updated from master source.
3558         * configure.in (OTHER_FILES): Define using autoconf not cpp.
3560 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3562         * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3564 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3566         * INSTALL: Update URL for GNU FreeFont.
3568 2009-09-09  Glenn Morris  <rgm@gnu.org>
3570         * Makefile.in (install-arch-indep): Don't recursively change perms of
3571         site-lisp and infodir.  There may be non-Emacs files in here, and the
3572         files supplied by Emacs are all handled explicitly already.  (Bug#3800)
3573         (mkdir): Set umask to world-readable before creating directories.
3574         mkinstalldirs already checks if dirs exist, don't duplicate this test.
3576 2009-08-29  Glenn Morris  <rgm@gnu.org>
3578         * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3579         (info): Don't give an error in the absence of makeinfo - let the doc
3580         Makefiles do that, if the info files need rebuilding.  (Bug#3982)
3582 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
3584         * Makefile.in (install-arch-indep): If the versioned DOC-####
3585         generated during loadup+dump isn't found, install the plain DOC
3586         file that always gets generated, in case CANNOT_DUMP is set.
3588         * configure.in: Warn if package version specified here doesn't
3589         match the version in version.el.
3590         * configure: Regenerate.
3592 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
3594         * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3596         * configure: Regenerate.
3598 2009-08-19  Glenn Morris  <rgm@gnu.org>
3600         * INSTALL: Remove reference to cvtmail.
3602 2009-08-15  CHENG Gao  <chenggao@gmail.com>
3604         * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3606 2009-08-02  Kevin Ryde  <user42@zip.com.au>
3608         * INSTALL: Fix free fonts URL.
3610 2009-07-22  Glenn Morris  <rgm@gnu.org>
3612         * configure.in (AC_PREREQ): Require autoconf 2.62.
3614 2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
3616         * configure.in (--enable-checking, --enable-profiling):
3617         Use AS_HELP_STRING.
3619 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3621         * configure.in (--enable-profiling): New option.
3622         (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3624 2009-06-27  Glenn Morris  <rgm@gnu.org>
3626         * configure.in: Restore netbsd on mips, mipsel, mipseb.
3628 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3630         * configure.in (--enable-checking): New option.
3632 2009-06-24  Glenn Morris  <rgm@gnu.org>
3634         * make-dist: Warn if subdir does not exist in source.
3635         (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3636         (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3637         No longer make links.
3639 2009-06-24  Yavor Doganov  <yavor@gnu.org>
3641         * make-dist (tempdir): Don't create directories preferences.gorm
3642         and preferences.nib, they are no longer required.
3644 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3646         * Branch for 23.1.
3648 2009-06-12  Chong Yidong  <cyd@stupidchicken.com>
3650         * configure.in: Delete mac-fix-env target, which has been
3651         removed (Bug#3531).
3653 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3657 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
3659         * BUGS: Use new binding of view-emacs-problems.
3661 2009-05-04  Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
3663         * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3664         for Solaris compatibility.
3666 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
3668         * configure: Regenerate.
3670         * configure.in: Disable use of FreeType without libXft.
3672 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
3674         * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3675         Check if it is declared in gtk.h.
3677 2009-04-12  Andreas Schwab  <schwab@linux-m68k.org>
3679         * Makefile.in (install-arch-indep): Remove .gitignore files.
3681 2009-04-03  Kenichi Handa  <handa@m17n.org>
3683         * INSTALL: Make the section "Complex Text Layout support
3684         libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3686 2009-03-06  Dan Nicolaescu  <dann@ics.uci.edu>
3688         * configure.in (rs6000-ibm-aix6*): Fix typo.
3690 2009-03-04  Glenn Morris  <rgm@gnu.org>
3692         * Makefile.in (INFO_FILES): Add auth.
3694 2009-03-03  Glenn Morris  <rgm@gnu.org>
3696         * info/dir: Add Auth-source.
3698 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3701         the second.
3703 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
3705         * config.bat: Copy .dbxinit to _dbxinit.
3707         * make-dist (Making links to `info'): Remove .gitignore.
3709 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3711         * Makefile.in (lib-src, lisp): Use simpler rule.
3712         (src): Be more specific to avoid recompiling all the .elc files just
3713         because the bootstrap-emacs is missing.
3715 2009-02-26  Chong Yidong  <cyd@stupidchicken.com>
3717         * configure.in: Require librsvg >= 2.11.
3719 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3721         * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3722         (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3724 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
3726         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3728 2009-02-03  Glenn Morris  <rgm@gnu.org>
3730         * make-dist: Add some missing files, remove some that are no longer
3731         present.
3733 2009-02-02  Glenn Morris  <rgm@gnu.org>
3735         * make-dist: Add some missing nextstep/ files.
3737 2009-01-22  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3739         * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also.  (Bug#616)
3741 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3743         * configure.in: Add support for m68k-*-netbsd.
3745 2009-01-14  Juri Linkov  <juri@jurta.org>
3747         * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3749         * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3750         and bug-reference-mode.
3752 2009-01-11  Juri Linkov  <juri@jurta.org>
3754         * INSTALL.CVS: Move configuration explicitly to the first step.
3756 2009-01-09  Glenn Morris  <rgm@gnu.org>
3758         * .dir-locals.el: Don't set indent-tabs-mode.
3760 2008-12-30  Kenichi Handa  <handa@m17n.org>
3762         * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3763         the function OTF_get_variation_glyphs.
3765 2008-12-30  Jan Djärv  <jan.h.d@swipnet.se>
3767         * Makefile.in (install-arch-dep): Remove old directories in
3768         ns_app* before moving new directories there.
3770 2008-12-27  Dan Nicolaescu  <dann@ics.uci.edu>
3772         * .dir-locals.el: Remove non-working entry for pmail.
3773         (fill-column): Fix typo.
3774         (change-log-mode): Add fill column.
3776 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3778         * config.bat: Produce _dir-locals.el from .dir-locals.el.
3780 2008-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
3782         * make-dist (tempdir): Distribute .dir-locals.el.
3784         * .dir-locals.el: New file.
3786 2008-12-19  Eli Zaretskii  <eliz@gnu.org>
3788         * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3789         for rationale.
3791 2008-12-13  Glenn Morris  <rgm@gnu.org>
3793         * Makefile.in (install-arch-indep): Add new man-pages.
3794         (manext): Remove variable.
3795         (MAN_PAGES): New variable.
3796         (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3797         and remove.
3798         (uninstall): Remove desktop file and icons, game scores if empty.
3800 2008-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3802         * config.guess, config.sub: Updated from master source.
3804 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3806         * Makefile.in (install-arch-indep): Install ebrowse.1.
3808 2008-12-09  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
3810         * configure.in: Add Solaris on x86_64.
3812 2008-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3814         * config.guess, config.sub: Updated from master source.
3816 2008-12-08  Eli Zaretskii  <eliz@gnu.org>
3818         * info/dir: Fix last change.
3820 2008-12-07  Eli Zaretskii  <eliz@gnu.org>
3822         * info/dir: Untabify.
3824 2008-11-28  Ulrich Mueller  <ulm@gentoo.org>
3826         * configure.in: Fix last change.
3828 2008-11-28  Richard M Stallman  <rms@gnu.org>
3830         * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3831         New configurations.
3833 2008-11-20  Josh Elsasser  <josh@elsasser.org>  (tiny change)
3835         * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3836         removed while misclassified as now unsupported hp9000s300.  (Bug#1365)
3838 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
3840         * Makefile.in (INFO_FILES): Remove ns-emacs.
3842         * info/dir (NS-Emacs): Remove entry.
3844 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3846         * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3848 2008-11-07  Glenn Morris  <rgm@gnu.org>
3850         * configure.in (HAVE_LIB64_DIR): Check for crtn.o.  (Bug#1287)
3852 2008-10-31  Eli Zaretskii  <eliz@gnu.org>
3854         * config.bat: Tell user to expect one "File not found" message
3855         while the `doc' directory is being configured.
3857 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3859         * update-subdirs: Put obsolete directory last.
3861 2008-10-30  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
3863         * configure.in: Check fontconfig always.
3865 2008-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3867         * configure (*-solaris2.[7-9]*): Fix typo.
3869 2008-10-24  Glenn Morris  <rgm@gnu.org>
3871         * configure.in (--without-sync-input, --with-pkg-config-prog):
3872         Help strings start with lower case.
3873         (--with-gnustep-conf): New option.
3874         (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3876 2008-10-24  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3878         * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3879         Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3880         is not found.  (Bug#1230)
3882 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
3884         * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3885         Use sol2-6.h for Solaris 7-9.
3887 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
3889         * configure.in: Add support for GNU/Linux on SuperH.
3891 2008-10-12  Andreas Schwab  <schwab@suse.de>
3893         * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3895 2008-10-03  Adrian Robert  <Adrian.B.Robert@gmail.com>
3897         * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3898         "X") to avoid confusion.
3900         * configure: Regenerate.
3902 2008-09-07  Romain Francoise  <romain@orebokech.com>
3904         * make-dist: Distribute doc/man/ChangeLog.
3906 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3908         * configure.in: Disable XFT and Freetype when without X.
3910         * configure: Regenerate.
3912 2008-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3914         * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3916 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
3918         * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3919         GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3921         * configure: Regenerate.
3923 2008-08-20  Eli Zaretskii  <eliz@gnu.org>
3925         * configure.in: Move "#define subprocesses" before
3926         config_opsysfile is included.
3928 2008-08-19  Kenichi Handa  <handa@m17n.org>
3930         * INSTALL (Extra fonts): Mention local fonts, don't mention
3931         mule-unicode.
3933 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
3935         * make-dist: Omit info/.arch-inventory.
3937 2008-08-16  Jason Rumney  <jasonr@gnu.org>
3939         * make-dist (tempdir/nt): Link emacsclient.rc.
3941 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3943         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3944         AC_SUBST it.
3945         (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3946         AC_SUBST it.
3947         (OTHER_FILES): Always define for HAVE_NS.
3948         (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3949         * configure: Regenerate.
3951 2008-08-07  Andreas Schwab  <schwab@suse.de>
3953         * configure.in: Correctly handle
3954         --enable-cocoa-experimental-ctrl-g=no and
3955         --enable-ns-self-contained=yes.
3957 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3959         * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3960         (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
3961         bother undef'ing since won't have desired effect.
3963 2008-08-06  Andreas Schwab  <schwab@suse.de>
3965         * configure.in: Fix quoting.
3967 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
3969         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3971 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
3973         * configure.in: Add checks for krb5_error.text and
3974         krb5_error.e_text struct members.
3976 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
3978         * configure.in: Test for existence of NSInteger.
3979         Suggested by Yavor Doganov.
3981 2008-08-02  Romain Francoise  <romain@orebokech.com>
3983         * Makefile.in (INFO_FILES): Add mairix-el.
3985 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3987         * make-dist:
3988         * README: Remove VMS support.
3989         * vms: Remove directory.
3991 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3993         * configure.in (MULTI_KBOARD): Remove.
3995 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3997         * configure.in (DO_BLOCK_INPUT): Remove, unused.
3999 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4001         * info/dir (File): Add mairix-el.
4003 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4005         Remove support for Mac Carbon.
4006         * mac: Remove directory.
4007         * make-dist:
4008         * configure.in:
4009         * README:
4010         * Makefile.in:
4011         * INSTALL: Remove code for Carbon.
4012         * configure: Regenerate.
4014 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4016         * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4018 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4020         * configure.in: Check for getrlimit.
4022         * configure: Regenerate.
4024 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4026         * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4027         in src/Makefile.in.
4028         (static): Remove, autoconf would always comment it out anyway.
4029         (subprocesses): Define unconditionally.
4031 2008-07-19  Yavor Doganov  <yavor@gnu.org>  (tiny change)
4033         * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4034         compilation under GNUstep.
4036 2008-07-18  Kenichi Handa  <handa@m17n.org>
4038         * INSTALL (Complex Text Layout support libraries): Delete the
4039         paragraph about --enable-font-backend.
4041 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
4043         * configure.in: Print out some info to user for NeXTstep builds.
4044         (ns-app): Remove enable option.
4045         (ns-self-contained): Add enable option.
4046         (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4047         GNUstep, use to set install prefixes, and substitute in Makefiles.
4048         * configure: Regenerate.
4049         * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4050         NS app bundle.
4052 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4056 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4058         * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4059         NS_IMPL_COCOA.
4061 2008-07-16  Glenn Morris  <rgm@gnu.org>
4063         * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4064         Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4065         (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4066         never unset.
4068         * make-dist: Add nextstep/ directories.
4069         (src, lib-src): Add .m files.
4071 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4073         * configure.in (freebsd, kfreebsd): Undo part of previous change.
4074         (USER_FULL_NAME): Remove, not used anymore.
4075         * configure: Regenerate.
4077 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4079         Changes and additions for NeXTstep windowing system (Cocoa and
4080         GNUstep) support.
4082         * configure.in: Add support for NS window system: --with-ns (default
4083         off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4084         sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4085         disable font backend if window system is "none", not if !HAVE_X11.
4086         * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4087         (install-arch-dep): Add commands to assemble NS .app package.
4089 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
4091         * configure.in: Use macppc for Darwin.  Remove references to
4092         desupported systems.
4093         * configure: Regenerate.
4095 2008-07-05  Glenn Morris  <rgm@gnu.org>
4097         * make-dist (EMACS): Doc fix.
4098         (lisp): There are no *.dat or image files here any more.
4099         (src): There are no *.s files here any more.
4100         (etc/images, etc/images/*): Link to most regular files.
4102 2008-07-04  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4104         * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4106 2008-07-01  Glenn Morris  <rgm@gnu.org>
4108         * configure.in (cpp_undefs): Rename from `undefs', update uses.
4109         Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
4110         and explicitly export there.  (Bug#507.)
4112 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4114         * configure.in:
4115         * configure: Remove references to obsolete systems.
4117 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * Makefile.in (Makefile): Use it for its timestamp value as well, and
4120         make it depend on all other */.in files.
4121         (src/Makefile, src/config.stamp, lib-src/Makefile)
4122         (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4123         (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4124         (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4125         (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4127         * configure.in: Don't create src/config.stamp any more.
4129 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4131         * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4133 2008-06-22  Glenn Morris  <rgm@gnu.org>
4135         * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4137 2008-06-21  Romain Francoise  <romain@orebokech.com>
4139         * Makefile.in (INFO_FILES): Add sasl.
4141 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4143         * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4144         (bootstrap-build): Remove.
4145         (top_bootclean): New var.
4146         (top_distclean, bootstrap-clean): Use it.
4147         (bootstrap): Don't recheck config.  Make normally.
4149 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * Makefile.in (SUBDIR): Include `lisp'.
4152         (lisp): Depend on `src'.
4153         (top_distclean): Don't remove config.status.
4154         (bootstrap-clean): New target.
4155         (maintainer-clean): Use it.
4156         (bootstrap): Use bootstrap-clean.  Re-run config.status.
4157         (src/bootstrap-emacs${EXEEXT}): New target.
4158         (bootstrap-build): Use it.  Don't use bootstrap-prepare because
4159         src/Makefile now takes care of it.
4160         (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4162 2008-06-15  Glenn Morris  <rgm@gnu.org>
4164         * info/dir: Add sasl.
4166 2008-06-09  Alan Mackenzie  <acm@muc.de>
4168         * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4170 2008-06-08  Eric S. Raymond  <esr@snark.thyrsus.com>
4172         * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4174 2008-06-07  Glenn Morris  <rgm@gnu.org>
4176         * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4177         serve no purpose.
4179 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
4181         * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4182         * configure: Regenerate.
4184 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4186         * update-subdirs: Don't touch subdirs.el if it is unchanged.
4188 2008-05-14  Kenichi Handa  <handa@m17n.org>
4190         * configure: Regenerate.
4192         * configure.in: Don't handle --disable-font-backend.  Don't print
4193         a message about a font backend.
4195 2008-05-09  Glenn Morris  <rgm@gnu.org>
4197         * configure.in: Make absence of makeinfo a fatal error only if the info
4198         files don't exist.
4199         * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4201 2008-05-07  Eli Zaretskii  <eliz@gnu.org>
4203         * config.bat: Fix last change: don't use < and > in "rem" lines,
4204         they are interpreted as redirection by DOS shells.
4206 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4208         * configure.in: Check availability of AvailabilityMacros.h
4209         if HAVE_CARBON.
4211         * configure: Regenerate.
4213 2008-05-03  Glenn Morris  <rgm@gnu.org>
4215         * configure.in (x_libraries): Remove standard 64-bit directories -
4216         experimental workaround for minor autoconf bug.
4218         * configure.in (--without-makeinfo): New option.  If set,
4219         absence of suitable makeinfo is not a fatal error.
4220         * Makefile.in (MAKEINFO): New, set by configure.
4221         (install-arch-indep): Without makeinfo, ignore any missing manuals.
4222         (info-real): New target.
4223         (info): Without makeinfo, do nothing, else call `info-real'.
4225 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
4227         * configure.in: Remove hpux10.20 from the desupported list.
4229 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4233 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4236         rather than change CPPFLAGS.
4237         (HAVE_GTK): Rename to USE_GTK.
4239 2008-04-16  Yavor Doganov  <yavor@gnu.org>  (tiny change)
4241         * configure.in: Replace the obsolete macros AC_AIX and
4242         AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4244 2008-04-05  Andreas Schwab  <schwab@suse.de>
4246         * configure.in: No longer create admin/unidata/Makefile.
4248 2008-03-28  Andreas Schwab  <schwab@suse.de>
4250         * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4251         (lisp/Makefile): New rule.
4253 2008-03-13  Glenn Morris  <rgm@gnu.org>
4255         * configure.in (AC_INIT): Fix version number.
4256         (sync-input): Reword the option, since it's on by default.
4258 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
4260         * configure.in: Add --enable-sync-input, default yes.
4262 2008-03-11  Glenn Morris  <rgm@gnu.org>
4264         * Makefile.in (install-etc, mkdir): Handle directory
4265         etc/images/icons/hicolor/*/mimetypes/.
4267         * make-dist: Handle icons/hicolor/scalable directory.
4269 2008-03-05  Glenn Morris  <rgm@gnu.org>
4271         * configure.in: Enable font-backend by default.
4272         (USE_FONT_BACKEND): Set to "no" in absence of X.
4273         (PKG_CONFIG): Don't set multiple times, once is enough.
4274         (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4276 2008-03-03  Glenn Morris  <rgm@gnu.org>
4278         * Makefile.in (iconsrcdir): New variable.
4279         (install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon
4280         directory.
4282 2008-02-29  Glenn Morris  <rgm@gnu.org>
4284         * test/: New directory.
4286 2008-02-27  Jan Djärv  <jan.h.d@swipnet.se>
4288         * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4290 2008-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
4292         * configure.in: Print an error for systems that we think are obsolete
4293         and are proposed to be removed.  Remove some more unused systems.
4294         Add support for powerpc-ibm-aix6*.
4296 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4298         * configure.in: Remove references to obsolete variables and systems.
4300 2008-02-21  Glenn Morris  <rgm@gnu.org>
4302         * Makefile.in (set_installuser): New.
4303         (install-arch-indep): Use set_installuser to avoid duplicate code.
4305         * README.unicode: Split into admin/notes/unicode,font-backend and
4306         remove.
4308 2008-02-10  Matthew Luckie  <mjl@luckie.org.nz>  (tiny change)
4310         * configure.in (arm*-*-freebsd*): Add.
4312 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
4314         * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4315         dealing with obsolete variables.
4317 2008-02-08  Glenn Morris  <rgm@gnu.org>
4319         * Makefile.in (check-info-dir): New target.
4321 2008-02-08  Michael Olson  <mwolson@gnu.org>
4323         * Makefile.in (INFO_FILES): Add epa.
4325         * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4326         features" section.
4328 2008-02-06  Glenn Morris  <rgm@gnu.org>
4330         * configure.in (--with-gcc): Give an error saying this option has
4331         been removed.
4332         (--with-gtk): Remove this option.
4334 2008-02-06  Tom Tromey  <tromey@redhat.com>
4336         * configure.in (--with-gcc): Remove.
4337         * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4339 2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
4341         * INSTALL: Recommend giflib, not libungif.
4343 2008-02-05  Tom Tromey  <tromey@redhat.com>
4345         * configure.in (--with-dbus): Default to enabled.
4347 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
4349         * INSTALL (Complex Text Layout support libraries): New section.
4351 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
4353         * make-dist: Remove references to files in mac/ that have been
4354         deleted.
4356 2008-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
4358         * configure.in: For libotf and m17n-flt checks, set shell vars
4359         HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4360         pkg_check_m17n_flt, respectively, for the sake of the summary output.
4361         Reported by Ulrich Mueller.
4363 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
4365         * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4366         admin/unidata/Makefile.in to Makefile.
4368 2008-02-02  Glenn Morris  <rgm@gnu.org>
4370         * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4371         (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4372         (HAVE_XFT): Add "Does Emacs use..." messages at end.
4374 2008-02-01  Miles Bader  <miles@gnu.org>
4376         * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4377         [libotf], and [m17n-flt] options.
4379 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4381         * configure.in: Add EMACS_ARG_N([libotf]...), and
4382         EMACS_ARG_N([m17n-flt].  Set back OLD_CPPFLAGS to CPPFLAGS (not
4383         CFLAGS) in XFT checking part.  Don't alter C_SWITCH_X_SITE,
4384         CFLAGS, and LIBS in checking of m17n-flt.
4386 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4388         * configure.in: Check the availability of m17n-flt library.
4390 2008-02-01  Kenichi Handa  <handa@m17n.org>
4392         * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4393         not available.
4395 2008-02-01  Kenichi Handa  <handa@m17n.org>
4397         * configure.in: New args --enable-font-backend, --with-xft,
4398         --with-freetyp.  New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4399         HAVE_FREETYPE, HAVE_LIBOTF.  New AC_SUBSTs XFT_LIBS,
4400         FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4401         FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4403 2008-02-01  Kenichi Handa  <handa@m17n.org>
4405         * make-dist: Include etc/charsets in tarball.
4407 2008-02-01  Kenichi Handa  <handa@m17n.org>
4409         * configure.in: While running cpp on junk.c, include
4410         -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4411         exists.
4413 2008-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4415         * configure.in (xtensa): Match more configurations.
4417 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
4419         * configure.in: Update comment.
4421 2008-01-26  Glenn Morris  <rgm@gnu.org>
4423         * configure.in (--without-gcc): By default, neither off nor on.
4424         (--with-carbon): Tone down rhetoric in help text.
4426 2008-01-25  Glenn Morris  <rgm@gnu.org>
4428         * configure.in: Correct usage of OPTION_DEFAULT_ON,
4429         OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4430         Default `Carbon' to off (it's unsupported).
4432 2008-01-24  Glenn Morris  <rgm@gnu.org>
4434         * configure.in: Standardize dbus-related messages.
4436 2008-01-23  Michael Olson  <mwolson@gnu.org>
4438         * configure.in (pkg-config-prog): Remove initial whitespace.
4440 2008-01-23  Tom Tromey  <tromey@redhat.com>
4442         * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4443         (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4444         Update all users.
4446 2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
4448         * config.guess, config.sub: Updated from master source.
4450 2008-01-17  Andreas Schwab  <schwab@suse.de>
4452         * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4454 2008-01-17  Glenn Morris  <rgm@gnu.org>
4456         * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4458 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
4460         * configure.in: Remove more references to unsupported systems.
4462 2008-01-16  Sven Joachim  <svenjoac@gmx.de>
4464         * make-dist: Add --lzma.
4466 2008-01-16  Glenn Morris  <rgm@gnu.org>
4468         * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4469         configure checks for this.
4471 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
4473         * configure.in: Remove more references to unsupported systems.
4475 2008-01-06  Romain Francoise  <romain@orebokech.com>
4477         * configure.in: Delete extra semicolons.
4479 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4481         * configure.in: Remove references to unsupported systems.
4483 2008-01-05  Romain Francoise  <romain@orebokech.com>
4485         * make-dist: Add --bzip2.  Update copyright.
4487 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4489         * configure.in: Remove support for Masscomp.
4491 2008-01-05  Glenn Morris  <rgm@gnu.org>
4493         * Makefile.in (desktopdir, icondir): New variables.
4494         (install-arch-indep): Also depend on `install-etc'.
4495         (install-etc): New target.
4496         (mkdir): Also create the `applications' and `icons' directories.
4498 2008-01-04  Glenn Morris  <rgm@gnu.org>
4500         * make-dist: Update for new etc/images/icons/hicolor directory.
4502 2007-12-09  Andreas Schwab  <schwab@suse.de>
4504         * configure.in: D-Bus is not enabled by default.
4506 2007-12-06  Jan Djärv  <jan.h.d@swipnet.se>
4508         * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4509         change.
4511 2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
4513         * configure.in: Give package name and version to AC_INIT.
4515 2007-12-03  Magnus Henoch  <mange@freemail.hu>
4517         * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4519 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
4521         * configure.in: No need for DBUS_INFO anymore.
4523         * Makefile.in (INFO_FILES): Use dbus unconditionally.
4525 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
4527         * configure.in: Add D-Bus checks.  D-Bus is disabled by default.
4529         * Makefile.in (INFO_FILES): Add dbus.
4531 2007-12-02  Romain Francoise  <romain@orebokech.com>
4533         * make-dist: Fix last change.
4535 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4537         * configure.in: Add support for gnu-kfreebsd.
4539 2007-11-28  Glenn Morris  <rgm@gnu.org>
4541         * make-dist: Add etc/nxml.
4543 2007-11-24  Romain Francoise  <romain@orebokech.com>
4545         * Makefile.in (INFO_FILES): Add nxml-mode.
4547 2007-11-23  Romain Francoise  <romain@orebokech.com>
4549         * make-dist: Include nXML.  Don't try to copy FTP, it was removed on
4550         2007/10/17.  Don't special-case alloca.c which is no longer in CVS.
4552 2007-11-20  Andreas Schwab  <schwab@suse.de>
4554         * configure.in: Always include <resolv.h> when checking for res_init.
4556 2007-11-17  Andreas Schwab  <schwab@suse.de>
4558         * update-subdirs: Atomically update subdirs.el.
4560 2007-11-17  Glenn Morris  <rgm@gnu.org>
4562         * Makefile.in (check-declare): New target.
4564 2007-11-07  Glenn Morris  <rgm@gnu.org>
4566         * configure.in: Deprecate Mac Carbon port.
4568 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
4570         * configure.in: Remove HAVE_X11R5 check.
4572 2007-10-31  Glenn Morris  <rgm@gnu.org>
4574         * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4575         when changing ownership of installed files.
4577 2007-10-30  Glenn Morris  <rgm@gnu.org>
4579         * make-dist: Add new directory etc/gnus.
4581 2007-10-30  Michael Olson  <mwolson@gnu.org>
4583         * Makefile.in (INFO_FILES): Alphabetize.  Add remember.
4585 2007-10-29  Glenn Morris  <rgm@gnu.org>
4587         * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4589 2007-10-23  Glenn Morris  <rgm@gnu.org>
4591         * MAINTAINERS: Move to admin/.
4593 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
4595         * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4596         (HAVE_LIBRESOLV): Also define if we are using res_init().
4598 2007-10-17  Glenn Morris  <rgm@gnu.org>
4600         * FTP: Remove file, since it's just a duplicate of one in etc/.
4602 2007-10-05  Eli Zaretskii  <eliz@gnu.org>
4604         * config.bat: Fix configuring `doc' due to changes in the
4605         directory structure.
4607 2007-09-16  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
4609         * configure.in: Don't use -lpthread on HP-UX.
4611 2007-09-16  Glenn Morris  <rgm@gnu.org>
4613         * make-dist: File gfdl.1 has been removed.
4615 2007-09-15  Glenn Morris  <rgm@gnu.org>
4617         * configure.in: Fix makeinfo version regexp.
4619 2007-09-12  Glenn Morris  <rgm@gnu.org>
4621         * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4622         implementation of alloca is not found.
4624         * Makefile.in (SOURCES, unlock, relock): Delete.
4625         (install-arch-indep): Do not exclude the etc/ Makefiles.
4627 2007-09-09  Juri Linkov  <juri@jurta.org>
4629         * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4631         * README: Add doc/ to documentation directories.
4633 2007-09-08  Michael Olson  <mwolson@gnu.org>
4635         * MAINTAINERS: Add myself for ERC and tq.el.
4636         Update for new doc/ directory layout.
4638 2007-09-06  Romain Francoise  <romain@orebokech.com>
4640         * make-dist: Update for new doc/ directory layout.
4642 2007-09-06  Glenn Morris  <rgm@gnu.org>
4644         * Makefile.in (mansrcdir): New variable.
4645         (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4646         (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4647         update these targets for new doc/ directory layout.
4648         (doc/misc/Makefile): New target.
4649         (install-arch-indep): Use mansrcdir for new location of manpages.
4650         (mostlyclean, clean, distclean, maintainer-clean, unlock)
4651         (relock, info, dvi): Update targets for new doc/ directory layout.
4653         * configure.in (AC_OUTPUT): Update names of generated Makefiles
4654         for new doc/ directory layout.
4656 2007-09-02  Andreas Schwab  <schwab@suse.de>
4658         * configure.in: Use AS_HELP_STRING throughout.
4659         * configure: Regenerate.
4661 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4663         * configure.in: Require Gtk/Glib 2.6.
4665 2007-09-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
4667         * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4668         Use them throughout in place of AC_ARG_WITH calls.
4669         * configure: Regenerate.
4671 2007-09-01  Andreas Schwab  <schwab@suse.de>
4673         * configure.in: Put quotes around nested macro calls.
4675 2007-08-31  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4677         * configure.in: Fix typo.
4678         * configure: Regenerate.
4680 2007-08-30  Glenn Morris  <rgm@gnu.org>
4682         * configure.in (AH_BOTTOM): Copy some manual changes made to
4683         src/config.in here so they are not lost when it regenerates.
4685         * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4687 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
4689         * README.multi-tty: New file.
4691 2007-08-29  Glenn Morris  <rgm@gnu.org>
4693         * README: Increase version to 23.0.50.
4695 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
4697         * configure.in: New option: --without-xaw3d.
4699 2007-08-24  Glenn Morris  <rgm@gnu.org>
4701         * configure.in: Check for a suitably recent makeinfo.
4703 2007-08-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
4705         * configure.in (Check for required libraries): Typo.
4707 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4709         * configure.in: Check librsvg2 also for Mac Carbon.
4711 2007-08-22  Romain Francoise  <romain@orebokech.com>
4713         * make-dist: Follow reorganization of files in etc/.
4715 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
4717         * configure.in: Add support for SVG images through librsvg2.
4719 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4721         * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4722         to avoid an error message if there is no DOC there.
4724 2007-07-25  Glenn Morris  <rgm@gnu.org>
4726         * Relicense all FSF files to GPLv3 or later.
4728         * COPYING, info/COPYING: Switch to GPLv3.
4730 2007-06-20  Jan Djärv  <jan.h.d@swipnet.se>
4732         * configure.in: Complain if X seems to be installed but no
4733         development files were found.
4735 2007-06-20  Glenn Morris  <rgm@gnu.org>
4737         * configure.in: Prefer libgif over libungif.
4739 2007-06-14  Jan Djärv  <jan.h.d@swipnet.se>
4741         * configure.in: Check for all image libraries before exiting.
4743 2007-06-13  Jan Djärv  <jan.h.d@swipnet.se>
4745         * configure.in: Exit with error if image libraries aren't found.
4747 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
4749         * configure.in: Merge xaw3d and libXaw checks.  Check xaw3d even
4750         when compiling without scrollbars.
4752 2007-06-12  Glenn Morris  <rgm@gnu.org>
4754         * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4756 2007-06-11  Jan Djärv  <jan.h.d@swipnet.se>
4758         * configure.in: Change wording about yes/gtk and lucid/athena
4759         being synonyms.
4761 2007-06-08  Glenn Morris  <rgm@gnu.org>
4763         * configure.in: Make gtk the default toolkit.
4765 2007-06-07  Glenn Morris  <rgm@gnu.org>
4767         * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4768         for a Sun C compiler.
4770         * Makefile.in (install-arch-indep): Install only the DOC- file
4771         specific to the build, if possible, rather than DOC-*.
4773 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4775         * Version 22.1 released.
4777 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
4779         * mkinstalldirs: Sync to version in automake CVS.
4781 2007-05-22  Andreas Schwab  <schwab@suse.de>
4783         * configure.in: Prefer build_alias over host when host_alias is not set.
4784         * configure: Regenerate.
4786 2007-05-20  Andreas Schwab  <schwab@suse.de>
4788         * configure.in: Remove empty AC_SUBST.
4789         * configure: Regenerate.
4791 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4793         * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4794         it like others.
4795         * configure: Regenerate.
4797 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4799         * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4800         (AC_CHECK_LIB): Add -lgpm.
4801         * configure: Regenerate.
4803 2007-05-03  Glenn Morris  <rgm@gnu.org>
4805         * configure: Tweak message about the absence of shell functions.
4807 2007-04-27  Andreas Schwab  <schwab@suse.de>
4809         * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4811 2007-04-26  Glenn Morris  <rgm@gnu.org>
4813         * README: Increase version to 22.1.50.
4815 2007-04-24  Juanma Barranquero  <lekktu@gmail.com>
4817         * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4819 2007-04-19  Glenn Morris  <rgm@gnu.org>
4821         * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4823 2007-04-18  Glenn Morris  <rgm@gnu.org>
4825         * INSTALL: Mention CPP.
4827 2007-04-15  Glenn Morris  <rgm@gnu.org>
4829         * FTP: Replace with a pointer to the web version.
4831 2007-04-13  Glenn Morris  <rgm@gnu.org>
4833         * INSTALL: In lib-src, timer, wakeup, yow are removed.
4835 2007-04-04  Glenn Morris  <rgm@gnu.org>
4837         * configure.in (NON_GNU_CPP): Use associated preprocessor when
4838         compiling with Sun Studio on Solaris.
4840 2007-03-23  Glenn Morris  <rgm@gnu.org>
4842         * configure.in: Restore support for hp800 (removed 2007-01-27)
4843         following clarification of legal status.
4845 2007-03-22  Joe Buehler  <jbuehler@spirentcom.com>  (tiny change)
4847         * configure.in: Add support for AIX4.3 on IBM RS6000.
4849         * configure: Regenerate.
4851 2007-03-20  Richard Stallman  <rms@gnu.org>
4853         * configure.in: Fix previous change.
4855 2007-03-19  Deanna Phillips  <deanna@sixbit.org>  (tiny change)
4857         * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4858         (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4859         (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4861 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
4863         * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4864         user specifies "without".
4866         * configure: Regenerate.
4868 2007-03-18  Jan Djärv  <jan.h.d@swipnet.se>
4870         * configure.in: Warning for Gtk+ and Cygwin added.
4871         (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4873 2007-02-27  Glenn Morris  <rgm@gnu.org>
4875         * make-dist (oldXMenu): Remove Imakefile.
4876         (etc/images): Add README.
4878 2007-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
4880         * configure.in (xtensa-*-linux-gnu*): New configuration.
4882         * configure: Regenerate.
4884 2007-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
4886         * config.guess, config.sub: Updated from master source.
4888 2007-01-31  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
4890         * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4892 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4894         * configure.in: Restore support for hp800's not running HP-UX.
4896         * configure: Regenerate.
4898 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4900         * configure.in: Remove support for hp800 and sr2k machine types.
4902         * configure: Regenerate.
4904 2007-01-26  Jan Djärv  <jan.h.d@swipnet.se>
4906         * configure.in: Add check for libXft.
4908 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4910         * INSTALL: Info files moved to share/info.
4912 2007-01-02  Stephen C. Gilardi  <scgilardi@gmail.com>  (tiny change)
4914         * configure.in: Detect and use fink-installed in intel-based Mac
4915         builds; change Apple Darwin section to support both PowerPC and
4916         Intel-based Macs.
4918 2006-12-26  Andreas Schwab  <schwab@suse.de>
4920         * Makefile.in (datarootdir): Define.
4922 2006-12-24  Richard Stallman  <rms@gnu.org>
4924         * configure.in: Require Autoconf 2.61.
4926 2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
4928         * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4929         Remove redundant entry for powerpc-apple-netbsd.
4931         * configure: Regenerate.
4933 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4935         * configure: Regenerate with autoconf 2.61.
4937 2006-12-20  Jan Djärv  <jan.h.d@swipnet.se>
4939         * configure.in: Detect alsa/asoundlib.h also.
4940         * configure: Regenerate.
4942 2006-12-19  Jan Djärv  <jan.h.d@swipnet.se>
4944         * configure.in: Check if GTK+ compiles at all.
4946 2006-12-10  Andreas Schwab  <schwab@suse.de>
4948         * configure.in: Remove check for struct timezone, its result is
4949         never used.
4951 2006-12-08  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4953         * configure.in: Add support for Solaris 10 on x86-64.
4955 2006-12-08  Jan Djärv  <jan.h.d@swipnet.se>
4957         * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4958         of PKG_CONFIG_PATH.
4960 2006-12-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4962         * configure.in (HAVE_SYNC): New test.
4964 2006-12-03  Glenn Morris  <rgm@gnu.org>
4966         * Makefile.in: Fix Copyright format.
4968         * configure.in (AH_TOP): Add missing Copyright year.
4970         * update-subdirs: Add missing Copyright years.
4972 2006-11-27  Chris Moore  <christopher.ian.moore@gmail.com>
4974         * Makefile.in: Touch only the parts of the share/emacs directory
4975         specific to this version.
4977 2006-11-26  Chong Yidong  <cyd@stupidchicken.com>
4979         * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4981 2006-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4983         * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4985 2006-11-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4987         * configure.in: Prefer X11 to Carbon only when some X-specific
4988         option is specified (Thanks to Jan Djärv and Andreas Schwab).
4990 2006-11-04  Romain Francoise  <romain@orebokech.com>
4992         * Makefile.in (bootstrap-clean-before): Fix typo.
4993         Use new target `bootstrap-clean' in the leim subdirectory.
4995 2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4997         * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4999 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
5001         * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5002         directories.
5004 2006-10-29  Jeramey Crawford  <jeramey@jeramey.com>
5006         * configure.in: Enable x86-64 OpenBSD compilation.
5008 2006-10-28  Glenn Morris  <rgm@gnu.org>
5010         * AUTHORS: Add cal-html.el author.
5012 2006-10-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5014         * make-dist: Make links to mac/make-package and
5015         mac/Emacs.app/Contents/Resources/Emacs.icns.
5017 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
5019         * README: Bump version number to 22.0.90.
5021 2006-10-23  Andreas Schwab  <schwab@suse.de>
5023         * configure.in: Make sure x_default_search_path is always set even
5024         when x_libraries is empty, and look in .../share as well for each
5025         library directory.
5027 2006-09-28  Kenichi Handa  <handa@m17n.org>
5029         * configure.in (locallisppath): Don't include leim dir.
5030         (lisppath): Include leim dir.
5032 2006-09-15  Jay Belanger  <belanger@truman.edu>
5034         * COPYING: Replace "Library Public License" by "Lesser Public
5035         License" throughout.
5037 2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
5039         * make-dist (EMACS): Exit and fail if the EMACS environment
5040         variable is set to something other than an absolute file name.
5042 2006-08-16  Andreas Schwab  <schwab@suse.de>
5044         * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5045         of hardcoding it.
5047 2006-08-16  Richard Stallman  <rms@gnu.org>
5049         * INSTALL.CVS: Clean up wording.
5051 2006-07-14  Eli Zaretskii  <eliz@gnu.org>
5053         * configure.in (PKG_CHECK_MODULES): Redirect the output of
5054         $PKG_CONFIG --exists "$2" to config.log.
5055         * configure: Regenerate.
5057 2006-07-09  Richard Stallman  <rms@gnu.org>
5059         * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5061 2006-07-09  Kim F. Storm  <storm@cua.dk>
5063         * CONTRIBUTE: Use outline format.
5064         Add section on copyright years (from admin/notes/years).
5066 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5068         * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5069         to /dev/null, since we don't need the error message, just the
5070         exit status.
5072 2006-07-07  Eli Zaretskii  <eliz@gnu.org>
5074         * CONTRIBUTE: Slight formatting changes and typo fixes.
5075         Add description of NEWS markings.
5077 2006-07-07  Kim F. Storm  <storm@cua.dk>
5079         * CONTRIBUTE: Mention INSTALL.CVS.
5081 2006-07-05  Romain Francoise  <romain@orebokech.com>
5083         * make-dist (top-level): Add CONTRIBUTE.
5085 2006-07-04  Richard Stallman  <rms@gnu.org>
5087         * CONTRIBUTE: Much rewrite.
5089 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5091         * CONTRIBUTE: New file.
5093 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5095         * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5097 2006-05-18  Jan Djärv  <jan.h.d@swipnet.se>
5099         * configure.in: Add check for ALSA.
5101 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5103         * Makefile.in (INFO_FILES): Remove emacs-xtra.
5105         * info/dir: Remove the Emacs-Xtra entry.
5107 2006-04-20  Ramprasad B  <ramprasad_i82@yahoo.com>
5109         Update copyright year(s) in many files.
5111 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
5113         * configure: Regenerated.
5115 2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5117         * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5118         --without-toolkit-scroll-bars was specified.
5120 2006-04-01  Christoph Bauer  <Christoph.Bauer@lms-gmbh.de>  (tiny change)
5122         * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5123         to CFLAGS.  Update Copyright years written to src/config.in.
5125 2006-03-18  Claudio Fontana  <claudio@gnu.org>
5127         * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5128         (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5129         to be installed/uninstalled.
5130         (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5131         to Info files installed by Emacs.
5133 2006-03-03  Claudio Fontana  <claudio@gnu.org>
5135         * Makefile.in (install, uninstall): Add DESTDIR variable to
5136         support staged installations.
5138 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5140         * configure.in (s390x-*-linux-gnu*): New configuration.
5142 2006-01-31  Jan Djärv  <jan.h.d@swipnet.se>
5144         * configure.in: Require GTK 2.4 or newer.
5146 2006-01-29  Michael Olson  <mwolson@gnu.org>
5148         * Makefile.in (install-arch-indep, uninstall): Add ERC.
5149         * info/dir (ERC): New entry.
5151 2006-01-29  Eli Zaretskii  <eliz@gnu.org>
5153         * info/dir: Fix last change.
5155 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5157         * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5159 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5161         * info/dir: Untabify the whole file.
5162         (Rcirc): New entry.
5164 2006-01-12  Andreas Schwab  <schwab@suse.de>
5166         * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5167         check.
5169 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
5171         * configure.in: Use -Wno-pointer-sign if available.
5173 2005-12-29  Andreas Schwab  <schwab@suse.de>
5175         * config.guess, config.sub: Updated from master source.
5177 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5179         * configure.in: Use amdx86-64 for freebsd on x86_64.
5181 2005-11-22  Romain Francoise  <romain@orebokech.com>
5183         * make-dist: Add etc/images/icons.
5185 2005-11-03  Andreas Schwab  <schwab@suse.de>
5187         * configure.in: Use GZIP_PROG instead of GZIP.
5189         * Makefile.in (GZIP_PROG): Renamed from GZIP.
5190         (install-arch-indep): Adjust.
5192 2005-11-01  Andreas Schwab  <schwab@suse.de>
5194         * Makefile.in (bootstrap): Fix dependencies for parallel build.
5195         (bootfast): Likewise.
5197 2005-11-01  Romain Francoise  <romain@orebokech.com>
5199         * configure.in: Check for gzip.
5201         * Makefile.in (install): Compress source files.
5203 2005-10-24  Steven Tamm  <steventamm@mac.com>
5205         * configure.in: Fix darwin386 configuration issue.
5207 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5209         * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5211 2005-10-17  Bill Wohler  <wohler@newt.com>
5213         * make-dist: Create and populate etc/images/low-color.
5215 2005-10-15  Bill Wohler  <wohler@newt.com>
5217         * make-dist: Create and populate etc/images/gud.
5219 2005-10-08  Richard M. Stallman  <rms@gnu.org>
5221         * make-dist (tempparent): Don't check for 14-char file name limit.
5223 2005-10-07  Romain Francoise  <romain@orebokech.com>
5225         * make-dist: Add etc/images/ezimage and etc/images/mail
5226         directories.  Install images in etc/images.
5228 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5230         * configure.in: Prefer Carbon if --enable-carbon-app or
5231         --with-carbon is explicitly specified even when X11 is detected.
5233 2005-09-15  Ulf Jasper  <ulf.jasper@web.de>
5235         * Makefile.in (install-arch-indep, uninstall):
5236         Handle newsticker manual.
5237         (info): Add - to commands.
5239 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
5241         Remove the MAXPATHLEN limitations:
5243         * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5245 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
5247         * configure.in <lynxsos*>: Support for LynxOS on PPC.
5248         * configure: Regenerate.
5250 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5252         * config.guess, config.sub: Updated from master source.
5254 2005-08-03  Juanma Barranquero  <lekktu@gmail.com>
5256         * .cvsignore: Add `lock'.
5258 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5260         * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5262 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
5264         Merge gnulib getopt implementation into Emacs.
5266         * Makefile.in (AUTOCONF_INPUTS): New macro.
5267         ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5268         so that these files also depend on m4/getopt.m4.
5269         * configure.in: Configure getopt by including m4/getopt.m4,
5270         and configuring a getopt replacement if necessary.
5271         * make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
5272         * m4/getopt.m4: New file.
5274 2005-07-06  Lute Kamstra  <lute@gnu.org>
5276         * configure.in: Fix capitalization.
5278 2005-07-04  Lute Kamstra  <lute@gnu.org>
5280         Update FSF's address in GPL notices.
5282 2005-06-19  Jérôme Marant  <jerome@marant.org>
5284         * Makefile.in (epaths-force): Protect both lisppath and
5285         buildlisppath from whitespace.
5287 2005-06-08  Steven Tamm  <steventamm@mac.com>
5289         * configure.in: Support Darwin/MacOSX on Intel.
5291 2005-06-06  Jan Djärv  <jan.h.d@swipnet.se>
5293         * configure.in (HAVE_CANCELMENUTRACKING): New test.
5295 2005-05-19  Jérôme Marant  <jmarant@marant.org>
5297         * configure.in: Add --enable-locallisppath.
5299 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5301         * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5302         Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.  Define
5303         USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5305 2005-05-07  Jérôme Marant  <jerome@marant.org>
5307         * make-dist: Remove references to makefile.nt and makefile.def.
5308         Include widgets and images subdirectories of etc.  Do not exclude
5309         ldefs-boot.el.
5311 2005-04-23  Andreas Schwab  <schwab@suse.de>
5313         * configure.in: Remove duplicate match for powerpc configuration.
5315 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
5317         * configure.in: Check for <pwd.h>.
5319 2005-04-14  Lute Kamstra  <lute@gnu.org>
5321         * make-dist: Distribute all ChangeLog files in lisp/.
5322         Don't distribute ldefs-boot.el.
5323         lisp/makefile.nt no longer exists.
5325 2005-04-13  Lute Kamstra  <lute@gnu.org>
5327         * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5328         for "no-byte-compile: t" in the file instead.
5330 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5333         shadow the main Lesstif/Motif-2.1 libs and includes.
5335 2005-03-10  Jan Djärv  <jan.h.d@swipnet.se>
5337         * configure.in: Only add XASSERTS to cppflags.
5339 2005-03-04  Jan Djärv  <jan.h.d@swipnet.se>
5341         * configure.in: Added --enable-asserts.
5343 2005-02-09  Kim F. Storm  <storm@cua.dk>
5345         Change release version from 21.4 to 22.1 throughout.
5346         Change development version from 21.3.50 to 22.0.50.
5348 2005-01-19  Steven Tamm  <steventamm@mac.com>
5350         * configure.in: Check for <sys/utsname.h>.
5352 2004-12-11  Kim F. Storm  <storm@cua.dk>
5354         * Makefile.in (info): Undo 2004-12-05 change.
5356 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5358         * info/dir (File): Add URL and Org Mode manuals.
5359         * Makefile.in (install-arch-indep, uninstall): Add url and org
5360         manuals.
5362 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5365         committed to src/config.in.
5367 2004-12-07  Jan Djärv  <jan.h.d@swipnet.se>
5369         * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5370         pthreads and define HAVE_GTK_AND_PTHREAD.
5372 2004-12-05  Richard M. Stallman  <rms@gnu.org>
5374         * Makefile.in (info): Ignore errors building info files.
5376 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
5378         * config.bat: If 8-byte alignment is not supported, define
5379         NO_DECL_ALIGN in src/config.h, instead of trivially defining
5380         DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
5381         filter through Sed to remove the quotes.
5383 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5385         * info/.cvsignore: Ignore everything.  It's OK since .cvsignore does
5386         not apply to files explicitly `cvs add'ed.
5388 2004-11-12  Eli Zaretskii  <eliz@gnu.org>
5390         * config.bat: Don't require djecho.exe for the v1.x build.
5391         Add a test for DECL_ALIGN support, and add a trivial definition to
5392         src/config.h if 8-byte alignment is not supported.
5394 2004-11-08  Kim F. Storm  <storm@cua.dk>
5396         * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5397         files before building.
5398         (bootfast, bootstrap-clean-before-fast): New targets, like
5399         bootstrap but don't remove .elc files.
5401 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
5403         * configure.in: Add check for getrusage.
5405 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
5407         * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5408         New tests for new and old GTK file dialogs.
5409         (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5410         to no.
5412 2004-10-20  Jan Djärv  <jan.h.d@swipnet.se>
5414         * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5415         can be set.  Remove SETARCH test.
5417 2004-10-08  Steven Tamm  <steventamm@mac.com>
5419         * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5421 2004-10-06  Jan Djärv  <jan.h.d@swipnet.se>
5423         * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5424         AC_MSG_WARN.  Move output of warning message to end of configure run.
5426 2004-10-05  Jan Djärv  <jan.h.d@swipnet.se>
5428         * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5429         Run test to see if heap start address is random.
5431 2004-09-29  Miles Bader  <miles@gnu.org>
5433         * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5434         if setarch is present.
5436 2004-09-25  Jan Djärv  <jan.h.d@swipnet.se>
5438         * configure.in (HAVE_EXECSHIELD): Only define on x86.
5440 2004-09-24  Jan Djärv  <jan.h.d@swipnet.se>
5442         * configure.in: Check for exec-shield.
5444 2004-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5446         * Makefile.in (install-arch-indep): Add pgg and sieve.
5448         * info/.cvsignore: Added pgg and sieve.
5450 2004-08-06  Andreas Schwab  <schwab@suse.de>
5452         * Makefile.in (install-arch-indep, uninstall): Add flymake.
5454 2004-07-31  Eli Zaretskii  <eliz@gnu.org>
5456         * config.bat: Update URLs in the comments.
5458 2004-07-05  Andreas Schwab  <schwab@suse.de>
5460         * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5462 2004-06-21  Kenichi Handa  <handa@m17n.org>
5464         * make-dist: Link leim-ext.el into tempdir.
5466 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5468         * info/dir (File): Add emacs-xtra.
5469         * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5471 2004-06-12  Juri Linkov  <juri@jurta.org>
5473         * info/dir: Move menu help lines from `* Menu:' to file header.
5474         Describe the purpose of a red *.
5476 2004-05-04  Dave Love  <fx@gnu.org>
5478         * configure.in: Don't use `extrasub'.
5480 2004-04-29  Dave Love  <fx@gnu.org>
5482         * configure.in: Don't forget to quote args to `test'.
5484 2004-04-24  Thien-Thi Nguyen  <ttn@gnu.org>
5486         * autogen.sh: Update filename in "please read" message.
5488 2004-04-17  Richard M. Stallman  <rms@gnu.org>
5490         * INSTALL: Move the info about site-lisp dirs,
5491         and say uninstalled Emacs looks there too.
5493 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
5495         * config.bat (lib-src): Recognize comment lines in Makefile.in
5496         that have a TAB after the #, to avoid errors in preprocessing with
5497         GCC 3.3.3.
5499 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5501         * Makefile.in: Mention in comment that `make maintainer-clean'
5502         deletes .elc files.
5504 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * update-subdirs: Add local variables to prevent byte-compiling.
5508 2004-03-21  Dave Love  <fx@gnu.org>
5510         * configure.in: Fix previous change.
5512 2004-03-18  Dave Love  <fx@gnu.org>
5514         * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5516 2004-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5518         * info/dir (File): Add SMTP and SES.
5520 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5522         * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5523         (bootstrap): Use the new bootstrap-prepare target in lisp.
5525 2004-02-18  Kim F. Storm  <storm@cua.dk>
5527         * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5529 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5531         * make-dist: Don't link index.*perm and permute-index into tempdir.
5533 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
5535         * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5536         to match previous changes by Eli Zaretskii.
5538 2004-02-09  Luc Teirlinck  <teirllm@auburn.edu>
5540         * Makefile.in: Set CDPATH to an empty string.
5542 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         * configure.in <darwin>: Use fink packages if available.
5546 2004-01-25  Jérôme Marant  <jmarant@free.fr>  (tiny change)
5548         * make-dist (lispref): Do include lispref/index.texi.
5550 2004-01-06  Eric Hanchrow  <offby1@blarg.net>
5552         * make-dist (tempdir): Include cursors in nt/icons.
5554 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5556         * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5557         clashes with install-sh on 8+3 filesystems.
5559 2003-12-24  Miles Bader  <miles@gnu.org>
5561         * .cvsignore: Add .arch-inventory.
5563 2003-12-24  Andreas Schwab  <schwab@suse.de>
5565         * configure.in: Check for <sys/socket.h>.  Include it before
5566         including <net/if.h>.  Move check for <net/if.h> before its use.
5568 2003-12-24  Jan Djärv  <jan.h.d@swipnet.se>
5570         * Makefile.in (install-arch-dep): Don't let cd output go into
5571         pipe for carbon_appdir.
5573 2003-12-24  Andreas Schwab  <schwab@suse.de>
5575         * configure.in (PKG_CHECK_MODULES): Fix quoting.
5577 2003-12-01  Andreas Schwab  <schwab@suse.de>
5579         * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5580         hardcoding gcc.
5582 2003-11-16  Jan Djärv  <jan.h.d@swipnet.se>
5584         * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5585         multiple displays.
5586         Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5588 2003-09-23  Dave Love  <fx@gnu.org>
5590         * configure.in: Check members of struct ifreq.
5592 2003-09-14  Kim F. Storm  <storm@cua.dk>
5594         * configure.in: Add checks for sys/ioctl.h and net/if.h.
5596 2003-09-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
5598         * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5600 2003-08-18  Lute Kamstra  <lute@gnu.org>
5602         * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5603         required anymore.
5605 2003-08-07  Andrew Choi  <akochoi@shaw.ca>
5607         * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5608         option instead of -traditional-cpp for CPP.
5610 2003-07-29  Richard M. Stallman  <rms@gnu.org>
5612         * configure.in (HAVE_XIM): Define if XIM is available.
5614 2003-07-29  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5616         * configure.in: The function gtk_window_set_icon_from_file was
5617         introduced in GTK+ 2.2, so check for that release.
5619 2003-07-23  Andreas Schwab  <schwab@suse.de>
5621         * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5623         * Makefile.in (YACC): Remove, not used.
5624         (MAINT): Don't set.
5625         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5626         disable dependency on ${srcdir}/configure.in when maintainer mode
5627         is disabled.
5629 2003-07-22  Dave Love  <fx@gnu.org>
5631         * configure.in: Make XRegisterIMInstantiateCallback test depend on
5632         HAVE_X11, not with_xim.
5633         (HAVE_CRTIN): Provide template.
5634         <with_png>: Test for png.h and libpng/png.h.
5636 2003-07-15  Andreas Schwab  <schwab@suse.de>
5638         * configure.in: Temporarily leave quoting for AC_DEFINE.
5640 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
5642         * configure.in: Check for posix_memalign.
5644 2003-07-12  Richard M. Stallman  <rms@gnu.org>
5646         * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5648 2003-07-09  Kim F. Storm  <storm@cua.dk>
5650         * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5651         functionality of --without-xim.
5653 2003-06-29  Dave Love  <fx@gnu.org>
5655         * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5657 2003-06-23  Dave Love  <fx@gnu.org>
5659         * configure.in: Check for sys/_mbstate_t.h.
5660         Test XRegisterIMInstantiateCallback prototype.
5661         (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5663 2003-06-06  Dave Love  <fx@gnu.org>
5665         * configure.in: Check for locale.h.
5667 2003-06-05  Dave Love  <fx@gnu.org>
5669         * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5670         Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5671         (NLIST_STRUCT): Don't define.
5672         (AH_BOTTOM): Define my_strftime.
5674 2003-06-02  Richard M. Stallman  <rms@gnu.org>
5676         * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5678 2003-05-24  Andreas Schwab  <schwab@suse.de>
5680         * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5681         bzero, and bcmp.
5683 2003-05-22  Dave Love  <fx@gnu.org>
5685         * configure.in: Remove redundant test for term.h.  Test for difftime.
5687 2003-05-20  Dave Love  <fx@gnu.org>
5689         * configure.in: Append * to s390-*-linux-gnu case.
5690         (LIBMAIL) <lockfile>: Don't define.
5692 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
5694         * INSTALL (* GNU/Linux development packages): Mention Debian and
5695         RedHat package names.
5697 2003-04-30  Boyd Lynn Gerber  <gerberb@zenez.com>
5699         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5701 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
5703         * INSTALL (* GNU/Linux development packages): Tell people to
5704         install additional packages for compiling Emacs.
5706 2003-04-30  Richard M. Stallman  <rms@gnu.org>
5708         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5710 2003-04-28  Francesco Potortì  <pot@gnu.org>
5712         * configure.in: Undo last (RMS') change, as it is useless, per
5713         Dave Love.
5715 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5717         * configure.in: Put #include of jpeglib.h at start of line.
5719 2003-04-06  Francesco Potortì  <pot@gnu.org>
5721         * configure.in: Use the same configuration for all aix5, not just
5722         aix5.1.
5724 2003-03-16  Nelson H. F. Beebe  <beebe@math.utah.edu>  (tiny change)
5726         * configure.in: Check for need for bigtoc support on IBM AIX for
5727         solving a linker table overflow problem.
5729 2003-03-03  Rob Browning  <rlb@defaultvalue.org>
5731         * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5732         (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5733         over bzero, bcmp, and bcopy.
5735 2003-02-23  Simon Josefsson  <jas@extundo.com>
5737         * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5739 2003-02-21  Klaus Zeitler  <kzeitler@lucent.com>
5741         * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5743 2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)
5745         * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5747 2003-02-08  Andreas Schwab  <schwab@suse.de>
5749         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5750         instead of the substitution.
5752 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5754         * Makefile.in: Use @EXEEXT@ for Cygwin.
5755         Use USERNAME if LOGNAME is not set (for Cygwin).
5757         * configure.in: Add opsys=cygwin.
5759 2003-01-22  Andreas Schwab  <schwab@suse.de>
5761         * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5762         redefining it explicitly in src/config.in.
5764 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
5766         * Makefile.in (bootstrap): Make bootstrap-after.
5768 2003-01-20  Jan Djärv  <jan.h.d@swipnet.se>
5770         * configure.in: Fix --with-gtk.
5772 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
5774         * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5776         * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5778 2003-01-14  Francesco Potortì  <pot@gnu.org>
5780         * configure.in (m68k-motorola-sysv): Remove (obsolete).
5782 2003-01-07  Steven Tamm  <steventamm@mac.com>
5784         * configure.in: New option, --enable-carbon-app, to specify
5785         that the application should be installed
5786         * Makefile.in (install-arch-dep): On Mac OS X, install the
5787         Emacs.app application if carbon-app is enabled.
5789 2003-01-06  Dave Love  <fx@gnu.org>
5791         * configure.in: Check for nl_langinfo.
5792         [!HAVE_SIZE_T]: Fix typedef.
5794 2003-01-06  David Kastrup  <dak@gnu.org>
5796         * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5798         * configure.in: Add tests for install-info.
5800 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
5802         * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5803         use again sol2-6 instead of sol2-8.
5805 2002-12-09  Dave Love  <fx@gnu.org>
5807         * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5809 2002-12-08  Andreas Schwab  <schwab@suse.de>
5811         * Makefile.in (install-arch-indep): Revert last change.
5813 2002-11-27  Dave Love  <fx@gnu.org>
5815         * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5816         Check for __sys_siglist too.  Check for memset.
5817         Use AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
5819 2002-11-22  Juanma Barranquero  <lektu@terra.es>
5821         * config.guess, config.sub: Updated from master source.
5823 2002-11-19  Karl Fogel  <kfogel@red-bean.com>
5825         * autogen.sh: New file.
5827 2002-11-18  Dave Love  <fx@gnu.org>
5829         * configure.in: Tidy up various quoting issues throughout.
5830         Use AC_GNU_SOURCE.
5831         (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
5832         alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5833         Maybe define bcopy, bzero, bcmp.
5834         (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5835         non-existent machine file).
5836         (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5837         (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5838         (nlist.h): Move test up.
5840 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
5842         * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5844 2002-11-14  Francesco Potortì  <pot@gnu.org>
5846         * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5848 2002-11-11  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5850         * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5852 2002-11-08  Dave Love  <fx@gnu.org>
5854         * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5855         (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5857 2002-11-07  Miles Bader  <miles@gnu.org>
5859         * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5860         Handle separate-build-dir case.
5862 2002-11-06  Richard M. Stallman  <rms@gnu.org>
5864         * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5865         bulletproof.  $bar may be empty when there are no .elc files.
5867 2002-10-30  Dave Love  <fx@gnu.org>
5869         * configure.in: Require autoconf 2.53.  Test for pty.h,
5870         sys/mman.h, sys/param.h, mremap, memmove.
5871         (AH_BOTTOM): Maybe include strings.h.  Add local variables for mode.
5872         (AC_PROG_YACC): Delete.
5873         (size_t): Use AC_CHECK_TYPES.
5874         (AH_TOP): Up-date copyright.
5876 2002-10-01  Juanma Barranquero  <lektu@terra.es>
5878         * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5880 2002-09-19  Richard M. Stallman  <rms@gnu.org>
5882         * configure.in: Fix the LessTif-directory-finder for real.
5884 2002-09-14  Richard M. Stallman  <rms@gnu.org>
5886         * Makefile.in (maybe_bootstrap): Test for complete absence
5887         of compiled Lisp files.
5889 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
5891         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5892         (bootstrap-clean-after): Delete.
5893         (bootstrap): Make the sequencing explicit.
5895 2002-09-10  Richard M. Stallman  <rms@gnu.org>
5897         * configure.in: Fix previous LessTif change.
5899 2002-09-09  Richard M. Stallman  <rms@gnu.org>
5901         * configure.in (powerpcle-*-solaris2.5*): New configuration.
5902         (powerpcle-*-solaris*): Use version 2.6 as default.
5903         (*-sunos5.6*, *-solaris2.6*): New alternative.
5904         (*-sunos5*): Use version 2.6 as default.
5906 2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5908         * configure.in: Fix typo.
5910 2002-09-05  Richard M. Stallman  <rms@gnu.org>
5912         * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5914         * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5915         $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5917 2002-08-26  Kim F. Storm  <storm@cua.dk>
5919         * Makefile.in (install-arch-indep): Do not remove DOC file
5920         when it is the only DOC file installed; this is the case when
5921         CANNOT_DUMP is defined.  From Joe Buehler (tiny change).
5923 2002-07-24  Markus Rost  <rost@math.ohio-state.edu>
5925         * configure.in: Fix typo.
5927 2002-07-24  Richard M. Stallman  <rms@gnu.org>
5929         * configure.in: Don't print anything special about gamedir.
5931         * configure.in: Delete nonstandard --with-game-user option.
5933 2002-07-21  Richard M. Stallman  <rms@gnu.org>
5935         * Makefile.in (gamedir, localstatedir): New variables.
5936         (epaths-force): Insert value of gamedir into PATH_GAME.
5938         * configure.in (gamedir): Handle it like lispdir.
5939         (--with-game-dir option): Delete.
5941 2002-06-21  Pavel Janík  <Pavel@Janik.cz>
5943         * configure.in: Add support for mipseb-*-netbsd* machines.
5945 2002-06-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5947         * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5949 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5951         * info/dir (File): Add an entry for Tramp.
5953 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
5955         * INSTALL-CVS: New file.
5957 2002-06-07  Andreas Schwab  <schwab@suse.de>
5959         * configure.in (x86_64-*-linux-gnu*): New system.
5961 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
5963         * config.bat: Handle the case when lispintro is truncated to lispintr.
5965 2002-05-26  Paul Eggert  <eggert@twinsun.com>
5967         * config.guess, config.sub: Updated from master source.
5969 2002-05-09  Richard M. Stallman  <rms@gnu.org>
5971         * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5973 2002-05-04  Pavel Janík  <Pavel@Janik.cz>
5975         * make-dist: Do not distribute lock/ directory.
5977 2002-04-30  Andrew Choi  <akochoi@shaw.ca>
5979         * configure.in: Provide documentation string when defining
5980         variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5981         and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5983 2002-04-29  Colin Walters  <walters@verbum.org>
5985         * configure.in: Delete configure check for access to the game user.
5987 2002-04-29  Pavel Janík  <Pavel@Janik.cz>
5989         * make-dist: lwlib/Imakefile is removed.
5991 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
5993         * configure.in: Add support for powerpc-apple-darwin*.
5994         (HAVE_CARBON): Add.
5996         * make-dist: Create directories in mac/Emacs.app.
5998 2002-04-25  Pavel Janík  <Pavel@Janik.cz>
6000         * make-dist: lwlib-Xol* are removed.
6002 2002-04-23  Andreas Schwab  <schwab@suse.de>
6004         * Makefile.in (MAINT): New variable.
6005         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6006         instead of configure.in, to avoid running autoconf and autoheader
6007         unless explicitly requested.
6009 2002-04-16  Eli Zaretskii  <eliz@gnu.org>
6011         * config.bat: Update for msdos/sed2v2.inp.
6013 2002-04-15  Andreas Schwab  <schwab@suse.de>
6015         * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6016         * configure.in: Add config header templates to all AC_DEFINE and
6017         AC_DEFINE_UNQUOTED symbols.
6018         * make-dist: Run autoheader if necessary.
6020 2002-04-10  Colin Walters  <walters@verbum.org>
6022         * configure.in: Add --game-dir, --game-user.  Test to see if we
6023         can use them.
6025 2002-04-08  Pavel Janík  <Pavel@Janik.cz>
6027         * configure.in: Add --with-sound.
6029 2002-03-18  Kim F. Storm  <storm@cua.dk>
6031         * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6032         and getsockname functions.  Test for sys/un.h include file.
6034 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
6036         * configure.in: Support AIX 5.1.
6038 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
6040         * configure.in: Added test for X Session Management (HAVE_X_SM).
6042 2002-03-03  Richard M. Stallman  <rms@gnu.org>
6044         * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6045         Run chown $${LOGNAME} on files installed by tar xvf.
6047 2002-03-03  Kim F. Storm  <storm@cua.dk>
6049         * configure.in: Test for getpeername.
6051 2002-03-01  Richard M. Stallman  <rms@gnu.org>
6053         * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6054         (HAVE_GIF): Don't use old libungif versions that crash.
6056 2002-02-26  Richard M. Stallman  <rms@gnu.org>
6058         * configure.in <making srcdir absolute>: Verify that PWD is correct,
6059         not just well-formed and valid.
6060         (mips-compaq-nonstopux*): New configuration.
6062 2002-02-18  Paul Eggert  <eggert@twinsun.com>
6064         * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6065         "sed q" is a portable equivalent to plain "head -1".
6067 2002-02-13  Richard M. Stallman  <rms@gnu.org>
6069         * Makefile.in (maybe_bootstrap): Do `exit 1'.
6070         (all): Don't depend on maybe_bootstrap here.
6071         (${SUBDIR}): Depend on it here instead.
6073 2002-02-08  Richard M. Stallman  <rms@gnu.org>
6075         * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6077 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
6079         * configure.in: Recognize BSD/OS 5.0.
6081 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
6083         * make-dist: Make version checking in emacs.texi consistent with
6084         how we set it there.
6086 2001-12-29  Kim F. Storm  <storm@cua.dk>
6088         * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6090 2001-12-28  Richard M. Stallman  <rms@gnu.org>
6092         * configure.in: Test for mbsinit.
6094 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
6096         These changes make Leim part of the standard distribution:
6098         * README: Add info about the `leim' directory.
6100         * INSTALL: Remove text that describes Leim as a separate package.
6102         * noleim-Makefile.in: File removed.
6104         * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6105         Link Leim files to ${tempdir}/leim, not to real-leim.  Don't move
6106         Leim files out of the Emacs tree.  Don't prepare a separate tarball
6107         for Leim.
6109 2001-12-11  Richard M. Stallman  <rms@gnu.org>
6111         * configure.in (hppa*-*-linux-gnu*): New alternative.
6113 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
6115         * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6116         creating distribution.
6118 2001-12-06  Paul Eggert  <eggert@twinsun.com>
6120         * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6121         (AC_FUNC_VFORK): Remove.
6122         (AC_FUNC_FORK): Add.
6123         (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6124         this is required by recent Autoconf versions.
6126 2001-12-02  Pavel Janík  <Pavel@Janik.cz>
6128         * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6129         TODO, vms-pp.trans and others).
6131 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
6133         * make-dist: Use COPYING from the top-level directory.
6135 2001-11-29  Gerd Moellmann  <gerd@gnu.org>
6137         * configure.in: Add support for FreeBSD/Alpha.
6139 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
6141         * make-dist: Add COPYING to the top-level directory of the
6142         distribution.  Simplify the logic behind copying.
6144         * Makefile.in (maybe_bootstrap): Fix previous change.
6146 2001-11-28  Richard M. Stallman  <rms@gnu.org>
6148         * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6150 2001-11-26  Richard M. Stallman  <rms@gnu.org>
6152         * Makefile.in: bootstrap should not delete dumped executables.
6153         (bootstrap-clean-before): New target.
6154         (bootstrap): Use bootstrap-clean-before instead of clean.
6155         (bootstrap-clean-after): Rename from bootstrap-clean.  Calls changed.
6157 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
6159         These changes add the Emacs Lisp Introduction manual to the
6160         distribution:
6162         * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6164         * make-dist: Copy the files in lispintro directory.
6166         * config.bat: Configure in the lispintro directory.
6168         * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6170         * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6171         (lispintro/Makefile): New target.
6172         (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6173         (unlock, relock, info, dvi): Ditto.
6175 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6177         * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6179         * make-dist (etc): Don't distribute gfdl.1.
6181 2001-11-22  Colin Walters  <walters@debian.org>
6183         * Makefile.in (install-arch-indep): Install the calc .info files.
6184         (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6186 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
6188         * make-dist (lispref): Add *.txt, *.el, permute-index, and
6189         tindex.pl to the list of those being put into the distribution.
6191 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
6193         * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6195 2001-11-15  Pavel Janík  <Pavel@Janik.cz>
6197         * Makefile.in (uninstall): Fix previous change.
6199         * configure.in, Makefile.in: Add support for --program-prefix,
6200         --program-suffix and --program-transform-name options.
6202 2001-11-13  Pavel Janík  <Pavel@Janik.cz>
6204         * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6205         (install-arch-indep): Install emacsclient manual page.
6206         (uninstall): Uninstall emacsclient manual page.
6208 2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
6210         * make-dist: Add lispref/index.*perm files to the distribution.
6211         From Pavel Janík <Pavel@Janik.cz>.
6213 2001-11-12  Pavel Janík  <Pavel@Janik.cz>
6215         * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6217 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6219         * configure.in: AC_OUTPUT lispref/Makefile.
6221 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6223         The following changes add the ELisp reference manual to the
6224         distribution.
6226         * make-dist: Add the lispref directory to the distribution.
6228         * Makefile.in (install-arch-indep): Add elisp* to the list of
6229         installed Info files.
6230         (SUBDIR_MAKEFILES): Add lispref/Makefile.
6231         (lispref/Makefile): New target.
6232         (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6233         Add commands for the lispref directory.
6234         (info, dvi): Ditto.
6236         * config.bat: Configure in `lispref'.
6238 2001-11-09  Richard M. Stallman  <rms@gnu.org>
6240         * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6242 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
6244         * make-dist (tempdir): Copy AUTHORS as well.
6246 2001-11-06  Sam Steingold  <sds@gnu.org>
6248         * configure.in: Added a check for <nlist.h>.
6250 2001-11-01  Pavel Janík  <Pavel@Janik.cz>
6252         * configure.in: Reindent --help output.
6253         From Per Starbäck (starback@ling.uu.se).
6255 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
6257         * configure.in: New entry for HP/UX-11.
6259         * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6260         From Eric S. Raymond <esr@golux.thyrsus.com>.
6262 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
6264         * configure.in (s390-*-linux-gnu): New system.  From Adam Thornton
6265         <athornton@sinenomine.net>.
6267 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
6269         * Makefile.in (maybe_bootstrap): New target.
6270         (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6272 2001-10-24  Ken Raeburn  <raeburn@gnu.org>
6274         * configure.in: If --with-hesiod is given, look for
6275         hes_getmailhost and res_send or __res_send; check hesiod and
6276         resolv libraries respectively if system libraries don't supply them.
6278 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
6280         * configure.in: Use $MAKE for `make' if set.
6282 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6284         * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6285         to tar options.
6287 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
6289         * (Version 21.1 released).
6291 2001-10-20  Miles Bader  <miles@gnu.org>
6293         * configure.in (configuration): Set from `host' if `host_alias'
6294         isn't defined.
6296 2001-10-19  Andreas Schwab  <schwab@suse.de>
6298         * configure.in: Make ready for autoconf 2.5x.
6299         (AC_PREREQ): Require autoconf 2.50.
6300         * aclocal.m4: Removed.
6301         * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6303 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6305         * README: Bump Emacs version to 21.1.50.
6307 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
6309         * Branch for 21.1.
6311 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
6313         * configure.in: Avoid `$@' which is handled specially in
6314         Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
6316 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
6318         * make-dist (nt): Add subdirs.el to the list of distributed files.
6320 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6322         * configure.in (machine): Add an entry for
6323         hppa1.1-hitachi-hiuxwe2*.
6325 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
6327         * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6328         LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.
6330 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
6332         * make-dist: Copy texinfo.tex unconditionally.
6334 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
6336         * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6337         that are installed.
6339 2001-04-06  Gerd Moellmann  <gerd@gnu.org>
6341         * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6342         Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6344         * make-dist: Handle leim/MISC-DIC.  Only include
6345         `[a-zA-Z]*.{el,elc}' from leim/quail.
6347 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
6349         * Makefile.in (install-arch-indep): Remove .cvsignore files.
6351 2001-03-30  Gerd Moellmann  <gerd@gnu.org>
6353         * Makefile.in (.PHONY): Add for bootstrap targets.
6354         (bootstrap-clean): New target.
6355         (bootstrap): Use it instead of `clean'.
6357 2001-03-29  Eli Zaretskii  <a34785@is.elta.co.il>
6359         * Makefile.in (SUBDIR): Remove leim.
6360         (all, .RECURSIVE, extraclean): Add leim explicitly.
6361         (leim): Provide separate rule which exports PARALLEL=0 into the
6362         environment.
6364 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
6366         * configure.in (HAVE_XPM): Don't print the result of the check for
6367         XpmReturnAllocPixels if we don't have an xpm.h.
6369 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
6371         * COPYING: New file.
6373 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
6375         * config.bat: Update the copyright.
6377 2001-02-23  Kenichi Handa  <handa@etl.go.jp>
6379         * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6380         converts `..' to `. .'.  If it converts, set CPP_NEED_TRADITIONAL
6381         to `yes'.  Later in AC_OUTPUT, check this variable.
6383 2001-02-09  Dave Love  <fx@gnu.org>
6385         * AUTHORS: Updated.
6387 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6389         * info/dir (Ebrowse): Fix the entry (was missing a dot).
6391 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
6393         * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6395         * Makefile.in (uninstall): Ignore exit code of `rm'.
6397         * Makefile.in (uninstall): Remove more info files.  Remove
6398         ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
6400 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
6402         * noleim-Makefile.in (extraclean): Add.
6404 2001-01-28  Gerd Moellmann  <gerd@gnu.org>
6406         * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6407         it quiet.
6409 2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
6411         * Makefile.in (tags): Fix typo.
6413 2001-01-13  Kenichi Handa  <handa@etl.go.jp>
6415         * configure.in: Fix typo in the code setting x_search_path.
6417 2001-01-10  Dave Love  <fx@gnu.org>
6419         * configure.in: Don't reset LIBS at end of -lXmu test.  Test for
6420         -lXext.
6421         (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6422         (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6423         (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6424         Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
6425         (now in $LIBS).
6427 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
6429         * config.bat: Run the preprocessor with -traditional.
6431 2001-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
6433         * INSTALL: Move copying conditions to end of file.
6435 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
6437         * INSTALL: Add basic installation procedure which assumes
6438         `configure' does its job.  Elaborate on image support libraries.
6439         Add a pointer to Xaw3d library.  Add advice about solving
6440         configure-time problems by looking in config.log and setting
6441         variables in the environment.
6443 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
6445         * Makefile.in (install-arch-indep): If tar fails, exit with
6446         exit code 1.
6448 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
6450         * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6451         source file includes XKBlib.h.  On some broken Solaris systems,
6452         there is an XKBlib.h, reportedly, but header files included by
6453         XKBlib.h are missing.
6455 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
6457         * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6459 2000-12-11  Dave Love  <fx@gnu.org>
6461         * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6463 2000-12-11  Paul Eggert  <eggert@twinsun.com>
6465         * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6466         Merge fixes from latest GNU tar version.  These macros no longer
6467         futz with _XOPEN_SOURCE, as that was not portable in practice.
6468         (AC_FUNC_FSEEKO): New macro.
6470         * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6471         ftello.
6473 2000-12-05  Dave Love  <fx@gnu.org>
6475         * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6477 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6479         * info/dir: Change the category to "Emacs".
6481 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6483         * make-dist (tempdir): Remove epaths.h from the distribution
6484         instead of paths.h.
6486 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6488         * config.bat: Check for existence of djecho.exe, and print an
6489         error message if it is not available.
6491         * INSTALL: Describe possible problem with djecho.exe in old
6492         versions of DJGPP v2.x.
6494 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6496         * configure.in: Initialize HAVE_LIBXP to no.
6498 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6500         * configure.in: Use m/macppc.h instead of the non-existent
6501         m/powerpc.h.
6503 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6505         * Makefile.in (install-arch-indep): Also install info/eshell*
6506         and info/speedbar*.
6508         * configure.in (HAVE_PNG): Check for the presence of
6509         png_get_channels to rule out older PNG libs.
6511         * configure.in (AC_OUTPUT): Arrange to emit definitions of
6512         GCC and NON_GNU_CPP into config.status.
6514 2000-11-20  Dave Love  <fx@gnu.org>
6516         * configure.in: Fix last change.
6518         * GETTING.GNU.SOFTWARE: Deleted.
6519         * FTP: New file to replace it.
6520         * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6522 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6524         * configure.in: Use -traditional with GNU cpp.
6526 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
6528         * make-dist: Handle the Mac port.  Distribute all makefile.w32-in.
6529         Distribute more files from the nt/ subdir.  Distribute PBM
6530         image files from subdirs of lisp/.  Distribute old change logs
6531         from subdirs of lisp/.  Distribute play/5x5.el.
6533 2000-11-11  Dave Love  <fx@gnu.org>
6535         * config.sub, config.guess: Updated from master source.
6537 2000-11-07  Dave Love  <fx@gnu.org>
6539         * configure.in: Test for mkstemp.
6541 2000-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
6543         * info/dir (Top): Rearrange menu items more logically, and put
6544         them into a single category.  Add menu items for RefTeX and
6545         Widget.
6547 2000-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6549         * Makefile.in (install-arch-indep): Use --info-dir instead of
6550         --dir-file, and a simple argument instead of --info-file, so that
6551         the Debian version of install-info also works.
6553 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
6555         * info/dir (Speedbar): Add entry.
6557 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
6559         * INSTALL: Describe the new image-support options to the configure
6560         script.  List URLs where image support libraries can be found.
6562 2000-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
6564         * info/dir (Top): Add an entry for Eshell.
6566 2000-10-02  Dave Love  <fx@gnu.org>
6568         * configure.in: Check for gai_strerror.
6570 2000-10-01  Andreas Schwab  <schwab@suse.de>
6572         * Makefile.in (install-arch-indep): Update list of installed info files.
6574 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
6576         * configure.in: Support `sparc*-*-netbsd*'.
6578 2000-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
6580         * info/dir (MIME): Add entry for emacs-mime.
6582 2000-09-29  Dave Love  <fx@gnu.org>
6584         * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6586 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
6588         * make-dist: Adapt to the change of leim/Makefile which was
6589         necessary to ensure a reasonably working `make dist'.
6591         * leim-Makefile.in: Moved to leim/Makefile.in..
6593         * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6595 2000-09-21  Kenichi Handa  <handa@etl.go.jp>
6597         * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6598         (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6599         (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6600         files to .elc.
6601         (${TIT}): Adjusted for the above change.
6602         (clean mostlyclean): Likewise.
6603         (.el.elc): New target.
6605 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6607         * make-dist: Include XPM and XBM files in lisp/ and subdirs
6608         in the distribution.
6610 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6612         * make-dist (skk): Rename to `ja-dic' because the leim directory
6613         was renamed.
6615 2000-09-14  Dave Love  <fx@gnu.org>
6617         * configure.in: Fix spurion in last change.
6619 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6621         * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6622         configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
6623         to `no' if defined.  Change result report.
6625 2000-09-08  Dave Love  <fx@gnu.org>
6627         * configure.in: Remove spurious `@'s.
6629         * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6630         autoconf.
6632 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6634         * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6635         file and print informational message.
6637         * configure.in (AC_FUNC_MMAP): Add.
6639 2000-09-01  Gerd Moellmann  <gerd@gnu.org>
6641         * configure.in: Add ``checking'' messages for
6642         XpmReturnAllocPixels.
6644 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6646         * configure.in: Check <strings.h>; check `index' and `rindex'
6647         functions.
6649 2000-08-26  Kenichi Handa  <handa@etl.go.jp>
6651         * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6652         "case "${canonical}" in".
6654 2000-08-25  Dave Love  <fx@gnu.org>
6656         * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6658 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
6660         * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6662 2000-08-24  Gerd Moellmann  <gerd@gnu.org>
6664         * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6665         contains a relative path.  Protect against unusable values of $PWD.
6667 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
6669         * info/dir (WoMan): Add entry.
6671         * config.bat (maindir): Update src/_gdbinit even if it does
6672         already exist.
6674 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
6676         * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6678 2000-08-03  Gerd Moellmann  <gerd@gnu.org>
6680         * configure.in: Add support for ia64*-*-linux*.
6682 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
6684         * make-dist (aclocal.m4): Include in distribution.
6686 2000-07-26  Dave Love  <fx@gnu.org>
6688         * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6690 2000-07-24  Dave Love  <fx@gnu.org>
6692         * configure.in: Add AC_SIZE_T.
6694 2000-07-18  Dave Love  <fx@gnu.org>
6696         * configure.in: Reorder so that most tests are done after CPPFLAGS
6697         is set from the C_SWITCH_... definitions.
6699 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6701         * configure.in (HAVE_XPM): Undo previous change.  Check for
6702         preprocessor define XpmReturnAllocPixels.
6704 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6706         * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6707         instead of XpmReadFileToPixmap.
6709 2000-07-05  Ken Raeburn  <raeburn@gnu.org>
6711         * configure.in: Check for <soundcard.h>.  Look for ossaudio
6712         library, and set LIBSOUND accordingly.
6714 2000-07-05  Dave Love  <fx@gnu.org>
6716         * configure.in: Use AC_HEADER_SYS_WAIT.
6718 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6720         * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6721         lisp/Makefile.  Distribute lisp/Makefile.in instead of
6722         lisp/Makefile.
6724 2000-06-30  Ken Raeburn  <raeburn@gnu.org>
6726         * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6727         while searching for image-handling libraries.
6729 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6731         * configure.in (--with-xim): New option.
6733 2000-06-23  Dave Love  <fx@gnu.org>
6735         * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6736         for struct timezone and test how we can call gettimeofday.
6737         Check for OSF 5+.  Check for term.h.
6739         * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6740         version.
6742 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6744         * configure.in (HAVE_LIBXP): Change test for libXp.
6746 2000-06-21  Dave Love  <fx@gnu.org>
6748         * configure.in: Check for fcntl.h.  Use AC_FUNC_GETLOADAVG, not
6749         simple test for getloadavg and substitute GETLOADAVG_LIBS.
6750         Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6752 2000-06-19  Dave Love  <fx@gnu.org>
6754         * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6755         _XOPEN_SOURCE is defined.
6757 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6759         * Makefile.in (distclean): Also make distclean in lisp/.
6761 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6763         * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6765 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6767         * make-dist: Add --help and --snapshot options.
6769 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
6771         * configure.in: Generate lisp/Makefile.
6773         * configure.in: Add support for `*-lynxos*'.
6774         Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6775         recommended by <Karen.Dorhamer@compaq.com> to fix problems
6776         on Tru64 UNIX v5.0.
6778 2000-06-13  Ken Raeburn  <raeburn@gnu.org>
6780         * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6781         it's on a continuation line.
6783 2000-06-02  Dave Love  <fx@gnu.org>
6785         * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6786         files.
6788         * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6789         Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
6790         test.
6792         * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6793         (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6795 2000-05-26  Gerd Moellmann  <gerd@gnu.org>
6797         * configure.in: Add check for speed_t typedef.
6799 2000-05-25  Ken Raeburn  <raeburn@gnu.org>
6801         * Makefile.in (install-arch-dep): Install fns-*.el only if it
6802         exists; it won't in the CANNOT_DUMP case.
6804 2000-05-25  Gerd Moellmann  <gerd@gnu.org>
6806         * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6807         On FreeBSD, the exit status is 1 if CDPATH is not set.
6808         (install-arch-indep): Install ebrowse.info.
6810 2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>
6812         * configure.in: Check for grandpt and getpt.
6814 2000-05-09  Dave Love  <fx@gnu.org>
6816         * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6818 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
6820         * make-dist: Make a link for lib-src/grep-changelog.
6821         Copy install-sh.
6823 2000-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
6825         * config.bat: Identify the beginning of the cpp stuff in
6826         src/Makefile.in and lib-src/Makefile.in more accurately.
6828 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
6830         * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6832 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
6834         * configure.in: Add support for `powerpc-*-netbsd*'.
6836 2000-04-19  Dave Love  <fx@gnu.org>
6838         * configure.in: Don't use AC_FUNC_GETLOADAVG.
6840         * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6842 2000-04-16  Dave Love  <fx@gnu.org>
6844         * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6846 2000-04-14  Dave Love  <fx@gnu.org>
6848         * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6850         * aclocal.m4 (AC_FUNC_MKTIME): New.
6852 2000-03-28  Ken Raeburn  <raeburn@gnu.org>
6854         * configure.in: Line up "--help" output a little better.
6856 2000-03-26  Gerd Moellmann  <gerd@gnu.org>
6858         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6859         New targets.
6860         (bootstrap): Rewritten in terms of the new targets above.  Make
6861         info files, too.
6863 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
6865         * config.guess, config.sub: Use the versions of the files from
6866         subversions.
6868 2000-03-08  Dave Love  <fx@gnu.org>
6870         * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6871         AC_C_VOLATILE.  Define POINTER_TYPE.
6873         * aclocal.m4: New file.
6875 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
6877         * configure.in (machine): Add `mipsel-*-netbsd*' and
6878         `arm-*-netbsd*'.
6880 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
6882         * configure.in (machine): Add support for `*-auspex-sunos*'.
6884 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
6886         * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6888 2000-02-18  Dave Love  <fx@gnu.org>
6890         * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6892 2000-02-18  Andreas Schwab  <schwab@suse.de>
6894         * Makefile.in (install-arch-indep): Add eudc to list of installed
6895         info files.
6897 2000-02-17  Ken Raeburn  <raeburn@gnu.org>
6899         * configure.in: Include -lz and -ljpeg (if it's available) when
6900         testing for the tiff library.
6902 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
6904         * configure.in: Remove LISP_FLOAT_TYPE.
6906 2000-02-12  Dave Love  <fx@gnu.org>
6908         * configure.in: Use AC_FUNC_VFORK.
6910 2000-02-01  Gerd Moellmann  <gerd@gnu.org>
6912         * make-dist: Various fixes for new development tree.
6914         * leim-Makefile.in: New file.
6916 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
6918         * Makefile.in (dist): Call ./make-dist.
6920 2000-01-24  Dave Love  <fx@gnu.org>
6922         * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6924 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6926         * configure.in (HAVE_GIF): Check for DGifOpen instead of
6927         DGifOpenFileName.
6929 2000-01-11  Andreas Schwab  <schwab@suse.de>
6931         * Makefile.in (install-arch-indep): Update list of info files to
6932         be installed.
6934 2000-01-05  Dave Love  <fx@gnu.org>
6936         * configure.in: Check for jerror.h as well as libjpeg.
6938 2000-01-03  Andreas Schwab  <schwab@suse.de>
6940         * Makefile.in (install-arch-indep): Install autotype*.  Run
6941         install-info on autotype and emacs-faq.info.
6943 1999-12-04  Dave Love  <fx@gnu.org>
6945         * Makefile.in (install-arch-indep): Depend on `info'.
6946         (install-strip): Use `install' as sub-make target.
6948 1999-11-23  Ken Raeburn  <raeburn@gnu.org>
6950         * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6951         didn't need to be deleted.  Check for the k5crypto library as well
6952         as the crypto library; MIT Kerberos 1.1 changed the name.
6954 1999-11-18  Dave Love  <fx@gnu.org>
6956         * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6958 1999-11-11  Erik Naggum  <erik@naggum.no>
6960         * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6962 1999-11-08  Dave Love  <fx@gnu.org>
6964         * configure.in: Fix change for --with-pop default.
6966 1999-11-04  Dave Love  <fx@gnu.org>
6968         * configure.in: Default to --with-pop.  Change sense of with-gcc
6969         and with-toolkit-scroll-bars messages to reflect the defaults.
6971 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6973         * INSTALL: Mention the Emacs Lisp Reference.
6975 1999-10-27  Noah Friedman  <friedman@splode.com>
6977         * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6979 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6981         * Makefile.in (bootstrap): New target.
6983 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6985         Add support for large files.  Merge glibc 2.1.2.
6987         * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6988         (HAVE_TM_GMTOFF): New symbol.
6989         (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6990         mbrlen, strsignal.
6991         (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6993 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
6995         * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6996         than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6998 1999-10-09  Richard M. Stallman  <rms@gnu.org>
7000         * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7001         Unset CDPATH to prevent cd from generating output.
7003 1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>
7005         * update-subdirs: Also ignore CVS subdirs.
7007 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7009         * Makefile.in (install-arch-indep): Add ada-mode.
7011 1999-10-06  Dave Love  <fx@gnu.org>
7013         * Makefile.in: Add rules for config.status, configure.
7015 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7017         * configure.in (--with-sound): Removed.
7019 1999-08-30  Gerd Moellmann  <gerd@gnu.org>
7021         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7022         the test for Xaw3d.
7023         (HAVE_TIFF): Add -lm to library check.
7025 1999-08-28  Richard Stallman  <rms@gnu.org>
7027         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7028         -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7029         after the other X-related libraries.
7031 1999-08-21  Dave Love  <fx@gnu.org>
7033         * configure.in: Don't check for jpeglib.h.
7035 1999-08-20  Gerd Moellmann  <gerd@gnu.org>
7037         * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7038         (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7040 1999-08-18  Dave Love  <fx@gnu.org>
7042         * configure.in: Check for termcap.h.
7044 1999-08-15  Gerd Moellmann  <gerd@gnu.org>
7046         * configure.in: Add --with-toolkit-scroll-bars.  If "no",
7047         use Emacs' scroll bars, even if configured for Motif or when
7048         Xaw3d is available.
7050 1999-08-12  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7052         * configure.in: Check for getaddrinfo.
7054 1999-08-04  Eli Zaretskii  <eliz@gnu.org>
7056         * config.bat: Make --no-debug work again by removing -gcoff.
7058 1999-07-30  Dave Love  <fx@gnu.org>
7060         * configure.in: Check for stdlib.h.
7062 1999-07-19  Dave Love  <fx@gnu.org>
7064         * configure.in: Grok sparc64-*-linux-gnu*.
7066 1999-07-12  Richard Stallman  <rms@gnu.org>
7068         * Version 20.4 released.
7070 1999-06-23  Karl Heuer  <kwzh@gnu.org>
7072         * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7073         Quote $EMACS, in case it's a program with args.
7075 1999-06-15  Gerd Moellmann  <gerd@gnu.org>
7077         * configure.in (HAVE_GIF): Use libungif instead of libgif
7078         because the former doesn't contain patented compression code.
7080 1999-05-29  Richard M. Stallman  <rms@gnu.org>
7082         * configure.in: Delete the Kerberos stuff.
7084 1999-05-27  Greg Hudson  <ghudson@mit.edu>
7086         * configure.in: Prefer kerberos 5 names.
7088 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7090         * configure.in: Check for libXp.
7092 1999-04-08  Richard Stallman  <rms@gnu.org>
7094         * make-dist: Include change logs in subdirs of `lisp'.
7096 1999-04-05  Richard Stallman  <rms@gnu.org>
7098         * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7099         (install-arch-indep): Make ${datadir}/emacs world-readable.
7101 1999-03-30  Eli Zaretskii  <eliz@gnu.org>
7103         * config.bat: Use epaths.* instead of paths.*.
7105 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7107         * INSTALL: Add detailed instructions to unpack and install
7108         intlfonts on MS-DOS.
7110 1999-02-26  Richard Stallman  <rms@gnu.org>
7112         * configure.in: Use epaths.h and epaths-force instead of paths...
7114         * Makefile.in (epaths-force): Renamed from paths-force;
7115         operate on epaths.in and produce epaths.h.
7117 1999-02-24  Richard Stallman  <rms@gnu.org>
7119         * make-dist: Fix nt/icons directory handling.
7121 1999-02-22  Simon Josefsson  <jas@pdc.kth.se>
7123         * configure.in (f301-fujitsu-uxpv4.1): New target.
7125 1999-02-20  Richard Stallman  <rms@gnu.org>
7127         * make-dist (tempparent): Fix command to update info files.
7129 1999-02-09  Richard Stallman  <rms@gnu.org>
7131         * configure.in (powerpc-apple-netbsd*): New alternative.
7133 1999-01-25  Geoff Voelker  <voelker@cs.washington.edu>
7135         * make-dist: Include the new directory nt/icons in distributions.
7137 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7139         * configure.in: Change message about HAVE_XFREE386.
7141 1999-01-07  Eli Zaretskii  <eliz@gnu.org>
7143         * config.bat: Support configuring with leim.
7145 1998-12-16  Petri Kaurinkoski  <Petri.Kaurinkoski@hut.fi>
7147         * configure.in (mips-sgi-irix6.5): New target.
7149 1998-12-16  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7151         * configure.in: Remove GSS-API support, since it has been removed
7152         from movemail.
7154 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
7156         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7158 1998-12-04  Andreas Schwab  <schwab@delysid.gnu.org>
7160         * Makefile.in: Don't install customize info file.
7161         Run install-info on viper info file.
7163 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
7165         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7167 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
7169         * configure.in (*-*-bsdi4*): New target.
7171 1998-11-13  Ehud Karni  <ehud@unix.simonwiesel.co.il>
7173         * configure.in: Fix previous change.
7175 1998-11-11  Richard Stallman  <rms@gnu.org>
7177         * configure.in (aviion-intel): New machine.
7179 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7181         * configure.in (mips-nec-sysv4*): New target.
7183 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7185         * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7186         from lisp.
7188 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7190         * make-dist: Don't include fns*.el in dist.
7192 1998-10-30  Dave Love  <fx@gnu.org>
7194         * configure.in: Don't mkdir cpp.
7196 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7198         * Makefile.in (install-arch-dep): Install src/fns-*.el in
7199         ${archlibdir}.
7201 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7203         * Version 20.3 released.
7205 1998-07-30  Paul Eggert  <eggert@twinsun.com>
7207         * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7208         (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7209         (lwlib/Makefile, leim/Makefile):
7210         Prepend $(srcdir)/ to rule dependencies outside this dir.
7212 1998-06-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7214         * configure.in: Use unset CDPATH instead of making it empty.
7216 1998-06-20  Karl Heuer  <kwzh@gnu.org>
7218         * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7220 1998-06-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
7222         * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7223         and default.el.  Sort the results.
7225 1998-05-31  Karl Heuer  <kwzh@gnu.org>
7227         * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7228         writable.
7230 1998-05-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7232         * Makefile.in (install-arch-indep):
7233         Don't alter site-lisp/subdirs.el if it exists.
7235 1998-05-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7237         * Makefile.in (install-arch-indep): Put `-' on commands to create
7238         subdirs.el in site-lisp dirs.
7240 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
7242         * Makefile.in (install-arch-indep): Fix typo in previous change.
7244 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
7246         * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7248 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
7250         * Makefile.in (mkdir): Create the site-lisp dirs.
7251         (install-arch-indep): Make site-lisp/subdirs files world-readable.
7253 1998-04-26  Richard Stallman  <rms@psilocin.gnu.org>
7255         * Makefile.in (INSTALL_INFO): New variable.
7256         (install-arch-indep): Don't replace the dir file if it already exists.
7257         Use the install-info program, via INSTALL_INFO, to add entries.
7258         Make the `info' subdir and the Info files world-readable.
7260 1998-04-16  Eli Zaretskii  <eliz@delysid.gnu.org>
7262         * config.bat: Make sure the environment is large enough to support
7263         all the "set foo=bar" commands.  Update pointers to DJGPP FTP sites.
7265 1998-04-10  Karl Heuer  <kwzh@gnu.org>
7267         * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7269 1998-04-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7271         * configure.in: Add --with-gssapi to specify GSS-API
7272         authentication support for movemail.
7274 1998-04-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
7276         * Makefile.in (install-arch-indep): Fix previous change.
7278 1998-03-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7280         * Makefile.in (info): Run man in build dir, not srcdir.
7282 1998-03-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
7284         * Makefile.in (install-arch-indep): Fix previous change.
7286 1998-03-23  Kenichi Handa  <handa@etl.go.jp>
7288         * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7290 1998-03-22  Richard Stallman  <rms@gnu.org>
7292         * Makefile.in (install-arch-indep): Put special subdirs.el files
7293         in site-lisp dirs.  Use normal-top-level-add-subdirs-to-load-path.
7295 1998-03-21  Richard Stallman  <rms@psilocin.gnu.org>
7297         * make-dist: Fix shell syntax in check for missing .el or .elc files.
7299 1998-03-09  Richard Stallman  <rms@psilocin.gnu.org>
7301         * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7302         (m68*-hp-hpux*): Handle versions 1X like 10.
7304 1998-03-07  Richard Stallman  <rms@psilocin.gnu.org>
7306         * make-dist: PROBLEMS is now in etc, not top level dir.
7308         * Makefile.in (SOURCES): Delete PROBLEMS.
7310 1998-02-25  Richard Stallman  <rms@gnu.org>
7312         * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7314         * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7316 1998-01-17  Richard Stallman  <rms@gnu.org>
7318         * Makefile.in (install-arch-indep): Add semicolon before `else'.
7320 1998-01-02  Richard Stallman  <rms@psilocin.gnu.org>
7322         * make-dist (tempparent): New option --no-check.
7324         * make-dist: Don't do anything with cpp directory.
7326 1997-12-20  Richard Stallman  <rms@psilocin.gnu.org>
7328         * configure.in (sparc-fujitsu-sysv4*): New target.
7330 1997-12-17  Andreas Schwab  <schwab@gnu.org>
7332         * configure.in: Cache more tests.  Add missing quotes around
7333         message with embedded comma.
7335 1997-12-04  Karl Heuer  <kwzh@gnu.org>
7337         * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7339 1997-11-26  Joel N. Weber II  <devnull@gnu.org>
7341         * make-dist: Changed the comment about `umask 0' to say `Don't
7342         restrict access to any files.'; previously it said `Don't protect
7343         any files', which may have implied that we think fascism is good.
7345 1997-11-24  Paul Eggert  <eggert@twinsun.com>
7347         * configure.in (AC_CHECK_FUNCS): Add strftime.  The new GNU C library
7348         strftime needs the underlying host's strftime for locale dependent
7349         formats.
7351 1997-11-20  Abraham Nahum  <miko@uxsrvc.tti.co.il>
7353         * configure.in (i586-dg-dguxR4.*): New name in case branch.
7355 1997-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
7357         * config.bat: Configure the man subdirectory.
7359 1997-11-07  Paul Eggert  <eggert@twinsun.com>
7361         * configure.in (AC_CHECK_LIB): Add -lintl.
7363 1997-11-07  Karl Heuer  <kwzh@gnu.org>
7365         * make-dist (check for .elc files): Avoid bash-specific syntax.
7366         (check for overflow 14-char limit): Simplify.
7368 1997-11-07  Richard Stallman  <rms@gnu.org>
7370         * Makefile.in (install): Move blessmail last.
7372 1997-10-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7374         * configure.in (gettimeofday, one arg or two):
7375         Clarify messages by avoiding double negative.
7377 1997-09-30  Karl Eichwalder  <ke@suse.de>
7379         * Makefile.in (install-arch-indep): Install the widget info file.
7381 1997-09-24  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7383         * configure.in (with-pop, with-kerberos): Need to check Kerberos
7384         libraries in reverse order, so that libraries will appear in the
7385         correct dependency order on the link line (and so that the
7386         configure checks themselves will work properly when early
7387         libraries depend on later ones).
7389 1997-09-21  Erik Naggum  <erik@naggum.no>
7391         * make-dist (making links to `src'): Keep timestamp on copied files.
7393         * make-delta: New script to produce delta distributions.
7395 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7397         * Version 20.2 released.
7399 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7401         * Version 20.1 released.
7403         * Makefile.in (install-leim): Depend on mkdir.
7404         (leim): Depend on src.
7406 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7408         * configure.in: Recognize alpha* instead of just alpha.
7410 1997-09-12  Paul Eggert  <eggert@twinsun.com>
7412         * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7414 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7416         * update-subdirs: Use rm -f.
7418 1997-09-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7420         * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7421         Ignore subdirs named Old.
7423 1997-08-04  Kenneth Stailey  <kstailey@elbereth.disclosure.com>
7425         * configure.in: Add OpenBSD clause to set $machine.
7427 1997-09-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7429         * make-dist: Recompile everything after updating various Lisp files.
7430         Recompile in leim as well as lisp.
7431         Check in leim as well as lisp for mismatched files and too-long names.
7433 1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7435         * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7437 1997-08-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7439         * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7440         before trying to copy anything from it.
7442 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7444         * Makefile.in (man/Makefile): New target.
7445         (tags): Define env var EMACS and run Makefile from build dir.
7447 1997-08-27  Eli Zaretskii  <eliz@psilocin.gnu.ai.mit.edu>
7449         * config.bat: If src/_gdbinit doesn't exist, try using
7450         src/.gdbinit to create it (for building on Windows 95).
7452 1997-08-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7454         * Makefile.in (install-arch-indep):
7455         Discard extra data in tar | tar pipes.
7457 1997-08-24  NIIBE Yutaka  <gniibe@mri.co.jp>
7459         * configure.in (x_default_search_path): Corrected
7460         '${x_library}' to '${x_library}/X11'.
7462 1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7464         * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7466 1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7468         * configure.in: Support auto-configuration of both Kerberos V4 and
7469         Kerberos V5 for movemail, including detection of V4 and V5 header
7470         files and libraries.
7472 1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
7474         * configure.in: Compute x_default_search_path
7475         and substitute into makefiles.
7477         * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7479 1997-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7481         * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7483 1997-08-07  Erik Naggum  <erik@naggum.no>
7485         * configure.in: Remove lockdir, it is no longer needed.
7486         * Makefile.in (mkdir): Don't create lockdir.
7487         (lockdir): Variable deleted.
7488         (paths-force): Don't operate on PATH_LOCK.
7490 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7492         * leim-Makefile.in (clean, distclean): New targets.
7494         * make-dist: Include leim/ChangeLog in leim distribution.
7496 1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7498         * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7500 1997-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7502         * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7504 1997-07-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7506         * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7508 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7510         * make-dist: Update leim/leim-list.el.
7511         Pass along value of $EMACS when updating lisp dir.
7513 1997-07-25  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7515         * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7516         prerequisite to the use of Doug Lea's malloc.
7518 1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7520         * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7522         * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7524 1997-07-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7526         * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7528 1997-07-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7530         * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7531         to news-r6.h.
7533 1997-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7535         * config.bat: Use `sed' instead of `cp', which might not be
7536         installed.
7538 1997-07-09  Kenichi Handa  <handa@etl.go.jp>
7540         * Makefile.in (mostlyclean): Add cleaning leim directory.
7541         (clean, distclean, maintainer-clean): Likewise.
7543 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7545         * make-dist (bogosities): Check subdirs of `lisp' also.
7547 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7549         * make-dist (etc): Really avoid symlinks now.
7550         (lisp): Don't delete from subdirs the things we never copy.
7552 1997-07-07  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7554         * Makefile.in (install-arch-indep): Correct the target name.
7555         The first letter `i' was dropped by the previous change of mine.
7557 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7559         * configure.in (leim/Makefile): Generate this.
7560         (*-sysv4.2uw*): Recognize new alternative.
7562         * leim-Makefile.in: Renamed from leim-Makefile.
7564         * make-dist: Set up real-leim subdirectory,
7565         with the real contents of leim; then move it to
7566         a separate top-level directory.
7568         * make-dist: Don't mention site-lisp, site-init, site-start
7569         or default, when listing files hat are not compiled and should be.
7571         * configure.in: Create src/config.stamp at the end.
7573 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7575         * Makefile.in (install-leim): Correct previous change.
7577 1997-07-02  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7579         * Makefile.in (install-leim): New target.
7580         (install): Depend on install-leim.
7582 1997-07-01  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7584         * Makefile.in (SUBDIR): Add leim.
7585         (SUBDIR_MAKEFILES): Add leim/Makefile.
7586         (leim/Makefile): New target.
7588 1997-07-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7590         * leim-Makefile: New file.
7591         * make-dist: Initialize a `leim' subdirectory with that makefile.
7593 1997-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7595         * configure.in (GNU_MALLOC_reason): Fix message text.
7597 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7599         * make-dist (lisp): Don't process subdirs that start with =.
7600         (etc): Copy symlinks, as in src.
7602 1997-06-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7604         * configure.in (i*86-*-unixware*): New alternative.
7606 1997-06-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7608         * Makefile.in (src/config.stamp): Target renamed from src/config.h
7609         and touch it explicitly.
7611         * configure.in (mips-sony-newsos6*): New alternative.
7612         (mips-*-linux-gnu*): New alternative.
7613         (*-*-bsdi*): New alternative.
7614         (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7616 1997-06-22  Dave Love  <d.love@dl.ac.uk>
7618         * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7619         (src/config.h): New target to re-configure if src/config.in is patched.
7621 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7623         * configure.in (shutdown): Check for `shutdown' function.
7625 1997-06-18  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7627         * update-subdirs: Include the directory "language" in subdirs.
7629 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7631         * configure.in (m88k-dg-dgux4*): New alternative.
7632         (alpha-*-netbsd*): New alternative.
7633         (powerpcle-*-solaris2*): New alternative.
7635 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7637         * make-dist: Warn about .el files that are not compiled.
7639 1997-05-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7641         * Makefile.in (dist): Don't run update-subdirs here,
7642         since make-dist now gets that done.
7644         * make-dist: Use the new `updates' target in lisp/Makefile.
7646         * make-dist: Use new non-file targets in lisp/Makefile.
7648 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7650         * make-dist: Handle all subdirs of `lisp' uniformly.
7651         Don't handle `term' and `language' specially.
7652         Clear out umask at the beginning.
7654 1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7656         * make-dist: Use Make to update finder-inf.el and autoloads.
7657         Also update cus-load.el.
7659 1997-04-09  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7661         * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7662         in case it is desirable to disable the GNU malloc features with glibc.
7664 1997-04-08  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7666         * configure.in (DOUG_LEA_MALLOC):
7667         Define if malloc_{get,set}_state exist.
7669 1997-03-05  Kenichi Handa  <handa@etl.go.jp>
7671         * make-dist: Make links for files under lisp/language.
7673 1997-02-20  Kenichi Handa  <handa@etl.go.jp>
7675         * update-subdirs: Exclude the directory "language" from subdirs.
7677 1997-01-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7679         * configure.in: Check for rint and cbrt.
7681 1997-01-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7683         * make-dist: Use $EMACS to say where to run Emacs.
7684         Add --no-update option.
7686 1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7688         * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7690 1996-12-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7692         * make-dist (copying src): Check thoroughly for symlinks
7693         and copy them in all cases.  Regularize the linking of *.in
7694         and *.opt and ChangeLog files.
7695         (copying lib-src): Likewise.
7696         Don't rm getdate.c or y.tab.*--they don't exist any more.
7698 1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
7700         * configure.in: Check for libmail, maillock.h and
7701         touchlock (for movemail).
7703 1996-12-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7705         * configure.in (limits.h): Check for this file.
7707 1996-12-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7709         * configure.in (rs6000-ibm-aix4.2): New alternative.
7710         (rs6000-ibm-aix4.0): New alternative.
7711         (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7713 1996-11-22  Ben Harris  <bjh21@cam.ac.uk>
7715         * configure.in: Recognize vax-*-netbsd*.
7717 1996-11-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7719         * configure.in (locallisppath): Add leim directory.
7721 1996-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
7723         * config.bat: Make sure `mv' supports forward slashes and -f.
7725 1996-10-28  Christian Limpach  <chris@nice.ch>
7727         * configure.in (hppa*-next-nextstep*): * added after hppa
7728         to accept hppa1.0 and hppa1.1.
7730 1996-10-05  Marcus G. Daniels  <marcus@coulee.tdb.com>
7732         * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7733         * configure.in (ld_switch_machine): Fix typo.
7735 1996-09-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7737         * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7738         from config.h and use them in $ac_link.
7740 1996-09-28  Erik Naggum  <erik@psilocin.gnu.ai.mit.edu>
7742         * configure.in: Create a subdir named `lisp'.
7744 1996-09-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7746         * configure.in: Check for getcwd.
7748 1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7750         * configure.in: Check for termios.h.  Check for setpgid.
7752 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7754         * configure.in: Check for setrlimit.
7756 1996-08-31  Paul Eggert  <eggert@twinsun.com>
7758         * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7760 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7762         * configure.in: Check for utimes.
7764         * configure.in: Check for com_err library, but only
7765         if --with-kerberos was used.  Check for krb and des
7766         only if --with-kerberos.
7768 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7770         * Makefile.in (INSTALL_STRIP): New variable.
7771         (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7772         (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7774 1996-08-25  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7776         * configure.in: Check for krb and des libraries.
7778 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7780         * configure.in (*-sunos4.1.[3-9]*noshare):
7781         Use sunos413, not sunos4-1-3.
7782         (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7783         (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7785 1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7787         * Makefile.in (src/paths.h): Target deleted.
7788         (paths-force): Delete all dependencies on this target
7789         but don't delete the target.
7790         (install): Depend on `all'.
7791         (paths-force): Don't print a message.
7793         * configure.in: Generate src/paths.h here.
7795 1996-08-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7797         * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7798         New variables that affect linking only.
7799         (alpha-dec-osf*): Use those instead of previous change.
7801 1996-08-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7803         * Makefile.in (install-arch-indep): Install info/messages.
7805 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7807         * Version 19.33 released.
7809 1996-08-10  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
7811         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7812         Fix previous change.
7814 1996-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7816         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7817         New alternative.
7819 1996-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7821         * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7822         and NON_GCC_TEST_OPTIONS.
7824 1996-08-06  Paul Eggert  <eggert@twinsun.com>
7826         * configure.in (LOCALTIME_CACHE): Don't put a string literal
7827         "TZ=..." in environ.
7829 1996-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7831         * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7833 1996-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7835         * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7836         the more general *-sunos4.1.[3-9]* clause.
7838 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7840         * Version 19.32 released.
7842         * configure.in (*-sco3.2v5*):
7843         Set OVERRIDE_CPPFLAG to a string of one space.
7844         Fix the code that uses OVERRIDE_CPPFLAG.
7846 1996-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7848         * configure.in: Undo previous change.
7850 1996-07-16  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7852         * config.sub: Use `pc', not `unknown', when canonicalizing
7853         the vendor for ...86.
7855 1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
7857         * configure.in: Check for termios.h header.
7859 1996-07-11  Bill Mann  <dvmann@dvncr.praxisint.com>
7861         * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7863 1996-07-07  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7865         * configure.in: Split bsdos2 and bsdos2-1.
7867 1996-07-06  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7869         * config.sub: If last two words are not a recognized
7870         KERNEL-OS pair, use just the last word as OS, as in 19.31.
7871         Make conversion of gnu/linux to linux-gnu really work.
7873         * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7875 1996-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7877         * configure.in (check for using Lucid widgets by default):
7878         Eliminate indentation that confuses some compilers.
7880 1996-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7882         * config.sub: Convert linux and gnu/linux to linux-gnu.
7884         * make-dist: Don't update getdate.c.
7885         Ignore =... files when checking for too-long Lisp file names.
7887 1996-06-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7889         * configure.in (euidaccess): Check for that, not for eaccess.
7891 1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7893         * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7894         before `noshare'.
7895         (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7897 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7899         * configure.in: Rename lignux to linux-gnu in configuration names.
7900         Use gnu-linux as the opsys value (s/ file name).
7901         Allow i686 just like i386, i486, i586.
7903 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7905         * configure.in (i*86-*-sco3.2v5): New alternative.
7906         (OVERRIDE_CPPFLAG): New variable.
7907         (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7909         * configure.in: Specify vpath for .texi files.
7911 1996-06-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7913         * configure.in: Always check for HAVE_X11R5.
7914         Separately decide whether to use a toolkit by default.
7916 1996-06-04  Bill Mann  <dvmann@dvhpux1.praxisint.com>
7918         * configure.in: If X11R5 is missing the Xaw headers,
7919         default to --with-x-toolkit=no.
7921 1996-05-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7923         * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7925 1996-05-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7927         * Makefile.in (install-arch-indep): If cd etc makes output,
7928         don't treat that as part of the tar data.
7929         Check that ./lisp actually exists.
7931 1996-05-29  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7933         * make-dist: Check for long file names.
7935 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7937         * Version 19.31 released.
7939 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7941         * configure.in: Recognize sparc-*-lignux.
7943 1996-05-03  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
7945         * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7946         Don't include config.w95.
7948 1996-04-21  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
7950         * make-dist: Replace --no-clean-up and --no-tar options
7951         with --clean-up and --tar, so that the default is useful.
7953 1996-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
7955         * config.bat: Make sure the GDB init file is called src/_gdbinit;
7956         if not, tell the user to rename it and abort.
7958 1996-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
7960         * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7961         test program.
7963 1996-04-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7965         * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7967         * make-dist (MANIFEST): Fix previous change.
7968         (msdos): Put mainmake.v2 into the dist.
7970 1996-04-10  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
7972         * make-dist: Exit if autoconf fails.
7974 1996-04-10  Eli Zaretskii  <eliz@is.elta.co.il>
7976         * config.bat: Set djgpp-ver, and unset it at the end.
7977         Add a number of conditionals for DJGPP version 2.
7978         Rename label libsrc2 to libsrc3.
7979         Substitute for LDFLAGS in src/Makefile.
7980         Substitute for ALL_CFLAGS in lib-src/Makefile.
7982 1996-04-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7984         * configure.in (ncurses): Check this after checking fns like strerror.
7986 1996-04-08  Erik Naggum  <erik@naggum.no>
7988         * make-dist (MANIFEST): Don't include lines from =files.
7990 1996-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7992         * make-dist: Don't put lisp/dired.todo in the dist.
7994 1996-04-05  Richard Stallman  <rms@lucy.gnu.ai.mit.edu>
7996         * configure.in (HAVE_NCURSES): Look for library named ncurses.
7998         * configure.in (setlocale): Check for it.
8000         * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8002 1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8004         * configure.in: Use lignux instead of linux as value of opsys.
8006 1996-03-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8008         * Makefile.in (install-strip): Fix whitespace.
8009         Get rid of continuation.
8011         * config.sub: Convert linux or gnu/linux to lignux.
8013 1996-03-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8015         * configure.in: Accept lignux in configuration name.
8017 1996-03-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8019         * Makefile.in (install-strip): New target.
8021 1996-03-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8023         * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8024         -f failed to do the job on Suns.
8026 1996-03-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8028         * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8030         * configure.in (linux/version.h): Check for this header.
8032 1996-03-12  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
8034         * configure.in: Remove -fno-builtin hackery from -lm check.
8036 1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
8038         * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8039         just this test.
8041         * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8043 1996-03-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8045         * configure.in: Check for ncurses.
8047 1996-02-28  Paul Eggert  <eggert@twinsun.com>
8049         * configure.in (LOCALTIME_CACHE):
8050         Also define if localtime mishandles unsetting TZ.
8051         This works around a localtime bug in mips-dec-ultrix.
8053 1996-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8055         * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8057         * configure.in: Improve messages about X versions.
8059 1996-02-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8061         * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8063 1996-02-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8065         * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8066         (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8068         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8069         (install): Put install-arch-indep before install-arch-dep.
8071 1996-02-20  Dave Love  <d.love@dl.ac.uk>
8073         * INSTALL: Clarify info about MS-DOS path handling.
8075 1996-02-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8077         * Makefile.in (install-arch-indep): Install info/ccmode*.
8078         In previous change, protect against /bin/pwd returning null string.
8080 1996-02-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8082         * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8083         to lispdir.
8085 1996-02-01  Paul Eggert  <eggert@twinsun.com>
8087         * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8089 1996-01-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8091         * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8093 1996-01-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8095         * Makefile.in (extraclean): Use ${top_distclean} to ensure
8096         we delete everything distclean deletes.
8098 1996-01-23  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8100         * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8102 1996-01-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8104         * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8105         into LDFLAGS instead of into LIBS.
8107 1996-01-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8109         * configure.in (HAVE_XMU): Fix typo in previous change.
8111 1996-01-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8113         * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8115 1996-01-10  Erik Naggum  <erik@naggum.no>
8117         * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8119 1996-01-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8121         * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8123 1996-01-10  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8125         * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8126         and use -lXt to link it.
8128 1996-01-08  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8130         * configure.in (locallisppath): Put version-specific dir first.
8132 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8134         * configure.in (hppa-*-nextstep*): New alternative.
8135         (USE_X_TOOLKIT): By default, set this to "maybe";
8136         and change that later to LUCID or "no" according to X11 version.
8138         * make-dist: Recompile outdated .elc files and update all autoloads.
8140 1996-01-05  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8142         * configure.in (locallisppath): Fix typo in last change: " -> '.
8144 1996-01-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8146         * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8148 1995-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8150         * Makefile.in (install-arch-indep): Give all files read permission.
8152 1995-12-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8154         * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8155         If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8157 1995-12-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8159         * configure.in: Determine HAVE_X11R6.
8160         (HAVE_MENUS): Renamed from HAVE_X_MENU.
8162 1995-12-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8164         * configure.in: Just "solaris" now defaults to version 2.4.
8165         Add sunos4.1.n-noshare as alternative.
8167 1995-12-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8169         * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8171 1995-11-29  Erik Naggum  <erik@naggum.no>
8173         * Makefile.in (install-arch-indep): Add missing backslash.
8175 1995-11-29  Karl Eichwalder  <ke@ke.Central.DE>
8177         * Makefile.in (install-arch-indep): Don't install
8178         lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8180 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8182         * Makefile.in (install-arch-indep): Fix previous change.
8184         * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8186 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8188         * Version 19.30 released.
8190         * make-dist (lisp): Exclude subdirs.el.
8192 1995-11-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8194         * make-dist (etc): Delete *.orig and *.rej.
8196 1995-11-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8198         * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8200 1995-11-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8202         * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8204 1995-11-14  Geoff Voelker  <voelker@cs.washington.edu>
8206         * make-dist (nt): Rename install, readme, and todo to
8207         INSTALL, README, and TODO.
8209 1995-11-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8211         * make-dist (lisp): Don't distribute site-start.
8213 1995-11-06  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8215         * make-dist: Break the hard link on alloca.c.
8217 1995-11-04  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8219         * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8221 1995-11-02  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8223         * make-dist (src, lib-src): Don't distribute Makefile.c.
8224         (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8226 1995-10-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8228         * Makefile.in (mkdir): Create man1dir, not mandir.
8229         (uninstall): Use man1dir, not mandir.
8231 1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8233         * Makefile.in (man1dir): New variable.
8234         (install-arch-indep): Use man1dir.
8236         * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8238         * make-dist: Create lisp/MANIFEST.
8240 1995-10-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8242         * configure.in (m68k-*-linux*): New alternative.
8244 1995-10-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8246         * make-dist: Use new names config.in, paths.in, and
8247         {src,lib-src}/Makefile.in.
8249 1995-10-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8251         * configure.in: Don't bother checking for drem.
8253 1995-10-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8255         * Makefile.in (distclean): Delete line with just a tab in it.
8256         (install-arch-indep): Delete spaces that precede tabs.
8257         Delete spurious `fi' left from previous change.
8258         (install): Supply `true' as command, to avoid null command.
8260 1995-10-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8262         * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8264 1995-09-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8266         * configure.in (powerpc-*-solaris2): New alternative.
8268 1995-09-12  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8270         * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8271         of paths.h.tmp$$, to avoid going beyond 14 characters.
8273 1995-09-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8275         * configure.in: Improve error msg for invalid --with-x-toolkit value.
8277 1995-09-06  Paul Eggert  <eggert@twinsun.com>
8279         * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8280         if localtime caches TZ.  Check for tzset.
8282 1995-09-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8284         * config.bat: Simplify using new names file names src/makefile.in,
8285         config.in, paths.in.  Change Echo commands not to use `.
8287 1995-08-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8289         * Makefile.in (install-arch-indep): Always install the new dir file;
8290         rename the previous dir file to dir.bak or dir.old.
8292 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8294         * configure.in (RANLIB): Substitute this into makefiles.
8295         Set it specially on solaris; set it by default on other systems.
8297         * configure.in: Fix previous Alpha change.
8299 1995-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8301         * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8302         NON_GCC_TEST_OPTIONS.
8304 1995-08-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8306         * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8307         from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8309         * configure.in (alpha-*-linux*): New configuration.
8311 1995-08-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8313         * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8314         (m68k-next-nextstep*): New alias for that.
8315         (i*86-*-nextstep*): Use nextstep.h.
8316         (sparc-*-nextstep*): New configuration.
8318 1995-08-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8320         * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8321         And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8323 1995-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8325         * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8326         Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8328 1995-07-18  Mike Long  <mike.long@analog.com>
8330         * make-dist: Fix update of finder-inf.el, and byte-compile it.
8332 1995-07-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8334         * Makefile.in (src/paths.h, paths-force):
8335         Rename src/paths.h.in to src/paths.in.
8336         (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8338         * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8339         Use Makefile.c for intermediate file.
8340         Rename src/config.h.in to src/config.in.
8342 1995-07-17  Richard Stallman  <rms@gnu.ai.mit.edu>
8344         * configure.in (mips-dec-ultrix*): Assume version 4.3.
8345         (mips-dec-ultrix4.[12]): New alternative for old versions.
8347 1995-07-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8349         * make-dist: Don't break intra-tree links.
8351 1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8353         * configure.in: Put back archlibdir initialization.  Require
8354         autoconf 2.4.1 or later.
8356 1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8358         * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8359         (mips-mips-riscos5*): New alternative.
8361 1995-06-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8363         * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8365 1995-06-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8367         * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8368         (mandir, infodir, archlibdir): Initializations deleted.
8370         * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8371         On hpux9shr, use hpux9shxr4.h.
8373 1995-06-24  Morten Welinder  <terra+@cs.cmu.edu>
8375         * configure.in: Added target mips-dec-mach_bsd4.3.
8376         * config.guess: Guess mips-dec-mach_bsd4.3.
8378 1995-06-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8380         * Makefile.in (mkdir): Use symbolic chmod.
8382 1995-06-22  Paul Eggert  <eggert@twinsun.com>
8384         * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.  (Likewise for
8385         SunOS 4.1.5 through 4.1.9, should they ever exist.)
8387 1995-06-22  Paul Eggert  <eggert@twinsun.com>
8389         * Makefile.in (SUBDIR_MAKEFILES):
8390         Add man/Makefile, so `make distclean' removes it.
8391         (top_distclean): Add config.log to the list of files to be removed.
8393 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8395         * Version 19.29 released.
8397 1995-06-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8399         * configure.in: Fix the previous change to verify that the -b
8400         option really solves the problem.
8402         * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8404 1995-06-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8406         * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8408 1995-06-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8410         * configure.in: Report more clearly when there is no special
8411         dir to search for X includes or libraries.
8413 1995-06-13  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8415         * configure.in: Check for -lpthreads, not -lpthread.
8417 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
8419         * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8421 1995-06-08  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8423         * configure.in: Check for -lpthread.
8425 1995-06-05  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8427         * Makefile.in (install-arch-indep): Install info files for mh-e.
8428         (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8430 1995-06-01  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8432         * configure.in (*-solaris2.5): New configuration.
8434         * make-dist: Copy new files config.nt and config.w95.
8436 1995-05-30  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8438         * configure.in: Use x_includes, not x_libraries, for -I.
8439         Make bitmapdir a colon-separated list.
8441 1995-05-27  Richard Stallman  <rms@gnu.ai.mit.edu>
8443         * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8445         * configure.in: Allow x_libraries and x_includes to be paths.
8447 1995-05-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8449         * configure.in: Fix typo.
8451 1995-05-24  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8453         * INSTALL: Clarify use of site-init.el.
8455 1995-05-22  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
8457         * configure.in: Pass arg to sqrt.
8459 1995-05-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8461         * make-dist: Fix May 6 change.
8463 1995-05-17  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8465         * vpath.sed: Delete reference to ymakefile.
8467 1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8469         * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8471 1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8473         * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8475         * update-subdirs: Specify /bin/sh to run the script.
8477 1995-05-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8479         * make-dist: Put src/makefile.nt in dist.
8481         * configure.in (i[345]86-*-bsdi2*): New configuration.
8482         (vax-dec-bsd386*): Deleted.
8484 1995-05-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8486         * configure.in: Make sure CDPATH doesn't mess up PWD check.
8487         Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8488         Use fmod instead of logb in -lm check.
8490 1995-05-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8492         * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8493         Use bsd4-3.  Don't set NON_GNU_CPP.
8495         * make-dist: Don't copy in src/s/*.inp.  Don't copy nt/src.
8496         In nt, copy various different things, but not *.cmd.
8497         Fix the ln commands for the subdirs of nt.
8499 1995-04-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8501         * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8503 1995-04-27  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8505         * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8506         since that's what the header file expects.
8508 1995-04-24  Francesco Potortì  (pot@cnuce.cnr.it)
8510         * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8511         and 68040 based machines when choosing options for gnucc.
8513 1995-04-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8515         * Makefile.in (top_distclean): Delete config.cache.
8517 1995-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8519         * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8521         * configure.in: Use m/ncr386.h.
8523 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8525         * Makefile.in (install-arch-indep): Undo Sep 23 change.
8527 1995-04-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8529         * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8530         (man): Don't copy texindex.c and getopt.c; they're deleted.
8531         (etc): Omit `e'; it's a subdirectory.
8532         (etc/e): Use `../..', not `..', to reference top level.
8534 1995-04-06  Simon Leinen  <simon@lia.di.epfl.ch>
8536         * Makefile.in (install-arch-indep, dist):
8537         Look for `update-subdir' in $(srcdir).
8539 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8541         * make-dist: Include mkinstalldirs in distribution.
8543 1995-04-05  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8545         * make-dist: Add missing close backquote.
8547 1995-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8549         * make-dist: Don't distribute shortnames directory.
8551 1995-03-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8553         * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8555 1995-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8557         * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8559 1995-02-23  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8561         * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8563 1995-02-13  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8565         * configure.in (mips-sgi-irix6): New configuration.
8567 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8569         * Makefile.in (maintainer-clean): Renamed from realclean.
8571 1995-02-02  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8573         * configure.in: Create a .gdbinit that sources the real one,
8574         if using a different build directory.
8576 1995-01-23  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8578         * configure.in: Check for sys/select.h.
8580 1995-01-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8582         * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8584 1994-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8586         * configure.in: Handle isc 4.1 operating system.
8588 1994-12-10  Richard Stallman  <rms@kepa>
8590         * configure.in (rs6000-ibm-aix4.1*): New alternative.
8591         (rs6000-ibm-aix4*): New alternative.
8593 1994-12-06  Richard Stallman  <rms@kepa>
8595         * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8597 1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8599         * configure.in: Don't try to make directories that are guaranteed
8600         to already exist.
8602 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8604         * configure.in: Generate man/Makefile from man/Makefile.in.
8605         Create the man subdir.
8607         * Makefile.in (dvi): Run Make in our man subdir.
8609         * make-dist: Create subdir etc/e.
8610         Make links to it.
8611         Put man/Makefile.in in dist, instead of man/Makefile.
8613 1994-11-21  David J. MacKenzie  (djm@mole.gnu.ai.mit.edu)
8615         * configure.in: Add --with-pop, --with-kerberos, and
8616         --with-hesiod for movemail.
8618 1994-11-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8620         * configure.in (m68*-apollo*): Use s/domain.h.
8622 1994-11-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8624         * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8626 1994-11-14  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8628         * configure.in: Don't add -I, -L, -R options for cc if their
8629         arguments would be empty.
8631 1994-11-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8633         * configure.in (i860-intel-osf1*): New alternative.
8634         (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8635         (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8637 1994-11-09  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8639         * configure.in: Make h_errno check not use nested functions.
8641 1994-11-09  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8643         * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8645 1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8647         * Makefile.in (install-arch-indep): Avoid continued comment
8648         swallowing target line.
8650 1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
8652         * configure.in: Protect a character class with `changequote'.
8654 1994-11-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8656         * configure.in: Accept `news' as a synonym for `newsos'.
8658 1994-11-03  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8660         * Makefile.in: Don't rm files if cd fails.
8662 1994-11-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8664         * make-dist: Put nt subdir and its subdirs in the dist.
8665         (lib-src): Put makefile.nt in the dist.
8666         (lisp): Put makefile.nt in the dist.
8668 1994-10-29  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8670         * configure.in: Change a stray `[' to `test'.
8672 1994-10-28  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8674         * configure.in: Adapt for Autoconf v2.  Use the standard argument
8675         parser, host type canonicalizer, X11 finder, and message
8676         printing macros.  Use the new macro names.  Use `test' instead of `['.
8678 1994-10-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8680         * configure.in: Check for getpagesize.
8682 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8684         * make-dist (msdos): Put sed* in the distribution.
8686 1994-10-17  Morten Welinder  <terra@mole.gnu.ai.mit.edu>
8688         * config.bat: New option, `--with-x', for configuring Emacs
8689         for use with the X11 system DesqView/X.
8690         New option, `--no-debug', for compiling Emacs without debug
8691         information thus saving disk space.
8692         (src/config.h, src/paths.h): Use `update' (which is like
8693         `move-if-changed') to change the file.
8694         (src/config.h): When configuring for X11 perform extra changes.
8695         (src/makefile): When configuring for X11 perform extra changes.
8696         (lib-src): Remove temporary files.
8697         (): Check that `sed', `rm', `mv', and `gcc' are available.
8699 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8701         * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8703         * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8705 1994-10-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8707         * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8709         * configure.in (canonical): Substitute var into makefiles.
8710         (bitmapdir): Likewise.
8712         * Makefile.in (bitmapdir): New variable.
8713         (src/paths.h, paths-force): Edit PATH_BITMAPS.
8715 1994-10-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8717         * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8719         * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8720         * update-subdirs: New shell script.
8722 1994-10-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8724         * Makefile.in (top_distclean): Don't rm build-install.
8725         (SOURCES): Delete build-install.in.
8727         * make-dist: Don't distribute build-ins.in.
8728         * build-ins.in: File deleted.
8730 1994-10-12  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
8732         * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8734 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8736         * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8738         * configure.in (libexecdir): Renamed from libdir.  New default.
8739         (sharedstatedir): Renamed from statedir.  New default.
8740         (datadir): New default.
8742         * make-dist: Don't distribute subdirs.el.
8744 1994-10-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8746         * configure.in (eaccess): Check for it.
8748 1994-10-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8750         * configure.in (mktime): Check for it.
8752 1994-10-02  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
8754         * configure.in (motif): Add support for usage and option checking.
8756 1994-09-24  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
8758         * configure.in (utimes): Check for it.
8760 1994-09-23  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
8762         * Makefile.in (install-arch-indep): Don't do mkdir here.
8764 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8766         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8767         riscix.h renamed to acorn.h.
8769 1994-09-21  Michael Ben-Gershon  (mybg@cs.huji.ac.il)
8771         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8772         New configurations.
8774 1994-09-21  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8776         * configure.in: Remove trailing slashes from srcdir.
8778 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8780         * configure.in (i[345]86-sequent-ptx*): Handle.
8782 1994-09-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8784         * Makefile.in (paths-force): Depend on src/paths.h.
8786 1994-09-19  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8788         * configure.in (config_options): Save all arguments, not just some.
8790 1994-09-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8792         * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8794         * configure.in: Add AC_AIX.
8795         Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8797 1994-09-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8799         * configure.in (parsing options): Simplify sed command to delete -'s.
8801 1994-09-16  Karl Heuer  <kwzh@churchy.gnu.ai.mit.edu>
8803         * configure.in (config_options): New shell variable.
8804         Pass its value to C code in EMACS_CONFIG_OPTIONS.
8806 1994-09-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8808         * configure.in (alpha-dec-osf*): New target.
8810         * Makefile.in: Use just one FRC target.
8812 1994-09-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8814         * Makefile.in (removenullpaths, paths-force):
8815         Use name paths.h.tmp$$, which depends on the pid.
8817 1994-09-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8819         * Makefile.in (removenullpaths, paths-force):
8820         Put paths.h.tmp in top-level dir, not in src.
8822 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8824         * Version 19.27 released.
8826 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8828         * Version 19.26 released.
8830 1994-09-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8832         * configure.in: Check for lrand48, not rand48.
8834 1994-09-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8836         * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8837         (powerpc-ibm-aix*): New aliases.
8839 1994-08-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8841         * make-dist (src/m, src/s): Put *.inp in distribution.
8843 1994-08-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8845         * configure.in: Accept i586 and i486 along with i386.
8847 1994-08-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8849         * configure.in: Do compute unexec, LIBX, system_malloc, etc
8850         even if CPP env var was set by the user.
8852         * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8854 1994-08-14  Jonathan I. Kamens  (jik@gza-client1.aktis.com)
8856         * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8858 1994-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8860         * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8862 1994-08-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8864         * configure.in: Check more specifically for i*86-sun-sunos.
8866 1994-08-03  Caveh Jalali  (caveh@eng.sun.com)
8868         * configure.in: Handle solaris 2.4.
8870 1994-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8872         * configure.in (rand48): Check for it.
8874 1994-07-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8876         * make-dist: Update the info files.
8878 1994-07-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8880         * configure.in: Make "checking..." messages' style consistent.
8881         (HAVE_H_ERRNO): New test.
8883 1994-07-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8885         * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8887 1994-07-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8889         * configure.in (CFLAGS): If the envvar was specified, use that.
8890         And set REAL_CFLAGS from it too.
8892 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8894         * make-dist: Update finder-inf.el.
8896 1994-07-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8898         * make-dist (msdos): Include sed4.inp in dist.
8900         * Makefile.in (libsrc_libs): Var deleted.
8902 1994-07-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8904         * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8906 1994-06-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8908         * configure.in (mips-sony-newsos4*): New alias.
8910 1994-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8912         * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8913         (*-convex-convexos*): Accept this as alias.
8915 1994-06-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8917         * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8918         for two different uses.
8920 1994-06-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8922         * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8924 1994-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8926         * make-dist: Put ./BUGS into the distrib.
8928 1994-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8930         * configure.in: Handle 386 running Solaris 2.
8932 1994-06-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8934         * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8936 1994-06-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8938         * configure.in (mips-sony-newsos*): Use news-risc.h.
8940         * configure.in: Accept bsdi as opsys, like bsd386.
8942 1994-06-01  Morten Welinder  (terra@diku.dk)
8944         * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8946 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8948         * Version 19.25 released.
8950         * make-dist (shortversion): Don't assume another period follows.
8952 1994-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8954         * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8955         (uninstall): Use /bin/pwd.
8957         * Makefile.in (blessmail): Depend on src.
8958         (all): Don't depend on blessmail.
8960         * Makefile.in (src/paths.h): Don't force recomputation.
8961         (paths-force): New target; force recomputation of paths.h.
8962         (all): Depend on paths-force.
8963         (src, lib-src): Depend on src/paths.h.
8965         * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8966         NON_GCC_TEST_OPTIONS.
8968 1994-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8970         * configure.in: Don't insist on subversions for irix.
8972 1994-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8974         * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8976         * configure.in (i[34]86-next-*): New alternative.
8978 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8980         * Version 19.24 released.
8982         * configure.in: New config hppa*-hp-hpux9shr*.
8984 1994-05-22  Morten Welinder  (terra@tyr.diku.dk)
8986         * config.bat: Doc fix.
8988 1994-05-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8990         * Makefile.in (mostlyclean, clean, distclean, realclean)
8991         (extraclean): Don't act on man subdir if it doesn't exist.
8993 1994-05-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8995         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8996         Use them to set up CC.
8997         (*-sun-sunos4.1.3): Set them.
8999 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9001         * Makefile.in (lib-src): Don't depend on src/paths.h.
9003 1994-05-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9005         * build-ins.in (copydests): Get rid of spurious `-'s.
9007         * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9009 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9011         * Version 19.23 released.
9013         * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9014         for the Xlib and Xt checks; then restore old CFLAGS.
9016 1994-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9018         * configure.in (HAVE_X11XTR6): Add newline before #if.
9019         Add newline after #endif.
9021 1994-05-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9023         * configure.in (HAVE_X11XTR6): Arrange to define it.
9025 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9027         * Makefile.in (install): Depend on blessmail.
9029 1994-05-12  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
9031         * configure.in (mips-siemens-sysv*): Put quotes around value
9032         containing blanks.
9034 1994-05-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9036         * Makefile.in (TAGS): Use the makefile in src subdir.
9038 1994-05-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9040         * configure.in (opsys): Recognize `gnu'.
9042 1994-05-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9044         * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9046 1994-05-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
9048         * configure.in: Remove AC_LANG_C call.  Not needed with Autoconf
9049         version > 1.8.
9051 1994-05-08  Morten Welinder  (terra@diku.dk)
9053         * config.bat: Forcibly remove "# " style comments from makefiles.
9055 1994-05-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9057         * Makefile.in (uninstall): When processing lispdir and etcdir,
9058         do nothing unless it exists and is a directory.
9060 1994-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9062         * Makefile.in (install-arch-indep): Do install info/dired-x*.
9063         Merge code in from install-doc.
9064         (install-doc): Merge code back into install-arch-indep.
9065         (install-arch-dep): Don't depend on install-doc.
9067         * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9069 1994-05-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9071         * configure.in (making src/Makefile and lib-src/Makefile):
9072         Split off the autoconf substitutions and don't pass them thru cpp.
9073         (undefs): Use $canonical as well as $configuration.
9075         * make-dist: Distribute lisp/Makefile.
9077         * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9078         Use lower case names for the s files.
9080 1994-05-03  Morten Welinder  (terra@diku.dk)
9082         * config.bat: Added possibility for different file name
9083         transcriptions in lib-src.
9085 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9087         * Makefile.in (lib-src): Undo previous change.
9088         (blessmail): New target to run maybe-blessmail in lib-src.
9089         (all): Depend on blessmail.
9091         * Makefile.in (lib-src): Depend on src.
9093 1994-04-30  Paul Reilly  (pmr@churchy.gnu.ai.mit.edu)
9095         * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9096         (m88k-dg-dgux5.4R2): dgux5.4R2.
9098 1994-04-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9100         * configure.in (window_system): Restore accidentally deleted code
9101         that uses AC_FIND_X.
9103         * make-dist: Distribute config.bat.
9105 1994-04-29  Morten Welinder  (terra@diku.dk)
9107         * config.bat: Corrected the configuration of lib-src
9108         to keep up with configure.  Add note about dos version 3
9109         or better needed (djgpp needs that).  Add note explaining
9110         that either install in c:/emacs or edit the script.
9111         Don't change to c:/emacs, but assume we're there (to minimize
9112         the number of places to change).
9114         * config.bat: Build-in the first step towards X11 support with
9115         the X11 emulator that exists.  At this time it won't work,
9116         and several files are missing.
9118 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9120         * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9121         Don't look for -lresolv.
9123         * Makefile.in (lib-src): Depend on src/paths.h.
9125 1994-04-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9127         * configure.in: Restore deleted AC_SUBST of `configuration'.
9128         Improve error message for bad --with-x-toolkit value.
9130         * configure.in: Define CONFIGURATION in src/config.h
9131         rather than substituting in src/Makefile.in.
9133 1994-04-26  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9135         * Makefile.in (install-doc): New target.
9136         (install-arch-dep): Depend on install-doc.
9137         (mkdir): Create docdir.
9139 1994-04-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9141         * configure.in: Test for libresolv.a.
9142         Substitute machfile and opsysfile.
9144 1994-04-22  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9146         * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9147         (install-arch-dep): Install under the name $(EMACS).
9149 1994-04-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9151         * configure.in (version): Use entire value of emacs-version.
9152         (mips-siemens-sysv*): New alternative.
9154 1994-04-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9156         * Makefile.in (install-arch-indep): Don't install dired-x*.
9158 1994-04-18  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9160         * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9161         Fix definition of $undefs.
9163 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9165         * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9167         * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9169 1994-04-16  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
9171         * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9173 1994-04-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9175         * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9176         and run it thru cpp, as with src/Makefile.in.
9178         * configure.in: Use AC_SET_MAKE.
9180 1994-04-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9182         * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9184 1994-04-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9186         * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9188         * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9189         (printing the choices): Make the toolkit message unconditional.
9190         (USE_X_TOOLKIT): Use `none', not `no', if none.
9191         (include libsrc_libs): Include config.h, and specify -I for srcdir.
9192         Get rid of temp file foofoo1.
9194 1994-04-13  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9196         * configure.in (CFLAGS): Use shell syntax, not Makefile.
9198 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9200         * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9201         (printing the choices): State choice of toolkit.
9202         (libsrc_libs): Recalculate after writing config.h;
9203         then update lib-src/Makefile.
9205 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9207         * configure.in: Add sunos4shr as alternative for suns.
9208         Conditionals testing for null $CC were backwards.
9210 1994-04-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9212         * make-dist (msdos): Don't link patch1.  Link sed*.inp, not sed.in*.
9214 1994-04-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9216         * configure.in: Handle -isc4.0*.
9218 1994-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9220         * configure.in (esix5): Set NON_GNU_CPP.
9222 1994-03-24  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
9224         * Makefile.in (thisdir): Nonsensical variable removed.
9225         (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9226         back to $thisdir, rather than the directory `this_dir'.
9228 1994-03-17  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9230         * Makefile.in (install-arch-indep): Add missing backslash after a
9231         `then'.
9233 1994-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9235         * Makefile.in (thisdir): New variable.
9236         (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9238 1994-03-08  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9240         * configure.in: Add freebsd.
9242 1994-03-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9244         * configure.in: Check for fpathconf.
9246 1994-03-02  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9248         * configure.in (with_x_toolkit): Fix typo in previous change.
9250 1994-03-01  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9252         * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9254 1994-02-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9256         * configure.in (with_x_toolkit): Don't allow motif or open-look.
9258 1994-02-24  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9260         * configure.in: Fix value of docdir.
9261         * Makefile.in (install-arch-indep): Install DOC* in docdir.
9263 1994-02-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9265         * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9267 1994-02-22  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
9269         * configure.in: New variable docdir to control where the docstring
9270         file goes.
9271         Makefile.in: Use it to initialize PATH_DOC in paths.h.
9273 1994-02-22  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9275         * configure.in: When --run-in-place, don't inherit archlibdir.
9277 1994-02-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9279         * Makefile.in (install-arch-dep, install-arch-indep):
9280         New targets split up former do-install rule.
9281         (do-install): Target deleted.
9283 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9285         * configure.in (mips-sony-newsos*): New configuration.
9287 1994-02-14  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
9289         * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9291 1994-02-11  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9293         * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9295 1994-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9297         * configure.in: Don't initialize CC.
9299 1994-02-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9301         * configure.in (creating src/Makefile): Also generate -U switches
9302         for symbols in the $configuration value.
9304         * configure.in: Check for sys_siglist being declared in system header.
9306 1994-02-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9308         * configure.in (creating src/Makefile): Delete blank lines
9309         along with lines of whitespace.
9310         (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9312 1994-02-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9314         * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9315         like C_SWITCH_SYSTEM.
9316         (m68*-motorola-sysv*): Set CC.  Require cpu type to be m68k or m68000.
9318 1994-02-04  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9320         * configure.in (drem): Check for this function.
9322 1994-02-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9324         * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9325         If CPP was inherited from environment, don't use NON_GNU_CPP.
9326         (NON_GNU_CC): Likewise.
9327         (handling with_gcc): Use explicit if in the `no' case.
9328         (cc_specified): New variable; if set, don't use NON_GNU_CC.
9330 1994-02-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9332         * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9334 1994-02-01  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9336         * configure.in: Check whether fmod exists.
9338 1994-01-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9340         * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9341         {src,lisp}/OChangeLog.
9343 1994-01-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9345         * configure.in: Restore Jan 8 and Jan 16 changes.  The -U hack is
9346         necessary for proper operation.  This code works with the current
9347         released version of Autoconf.
9349 1994-01-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9351         * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9352         (USE_X_TOOLKIT): Define it for all values except `no'.
9354         * configure.in: Undo first Jan 8 change and Jan 16 change.
9356 1994-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9358         * configure.in: Handle --with-x-toolkit.  Produce lwlib/Makefile.
9359         Substitute USE_X_TOOLKIT as both C macro and Make variable.
9361         * Makefile.in (lwlib/Makefile): New target.
9362         (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9363         (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9364         (unlock, relock): Handle lwlib subdir.
9366         * Makefile.in: Add some .PHONY targets.
9368         * make-dist: Handle lwlib subdir like oldXMenu subdir.
9370         * lwlib: New subdirectory.
9372 1994-01-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9374         * configure.in: If CPP has a value that is a directory,
9375         discard the value.
9377 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9379         * configure.in (srcdir_undefs): Add g flag to sed substitution to
9380         remove -U[0-9]*.
9382 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9384         * Makefile.in (do-install): Install the dired-x info files.
9386         * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9387         (See src/s/sol2.h.)
9389 1994-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9391         * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9393 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9395         * configure.in (creating src/Makefile): Put code inside 2nd arg to
9396         AC_OUTPUT as it should be; hopefully no one will again see fit to
9397         gratuitously break this and not make a change log entry.
9398         Optimized sed processing of Makefile.in and cpp output; now
9399         preserves comments previously removed from the cpp input.
9400         Eliminated temp file for cpp output.  Generate -U switches to
9401         undefine all identifiers that appear in the directory name
9402         ${srcdir}; pass these to cpp.
9404         * configure.in (version): Fix sed regexp to match two-elt version
9405         number.
9407         * configure.in: Check for strerror.
9409 1994-01-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9411         * configure.in: Test for bcmp.
9413 1994-01-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9415         * make-dist (tempdir): Put subdir msdos into the distribution.
9417 1993-01-07  Morten Welinder  (terra@diku.dk)
9419         * config.bat: New file.
9421 1994-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9423         * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9425 1994-01-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9427         * configure.in (m68*-next-*): Don't care about which os is specified.
9428         (i[34]86-*-*): Check for *-nextstop*.
9430 1993-12-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9432         * configure.in: Check for setsid.
9434 1993-12-17  Richard Stallman  (rms@srarc2)
9436         * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9438 1993-12-15  Richard Stallman  (rms@srarc2)
9440         * Makefile.in (mkdir): Make only the lockdir writable.
9442         * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9444 1993-12-11  Richard Stallman  (rms@srarc2)
9446         * Makefile.in (libdir): Use @libdir@.
9448 1993-12-08  Richard Stallman  (rms@srarc2)
9450         * Makefile.in (install): Add empty command.
9452 1993-12-04  Richard Stallman  (rms@srarc2)
9454         * make-dist: Put man/getopt.c in the dist.
9456         * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9458         * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9460 1993-12-03  Richard Stallman  (rms@srarc2)
9462         * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9463         Set it for all solaris versions.
9464         (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9465         (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9466         Likewise for NON_GNU_CC and CC.
9468 1993-12-01  Richard Stallman  (rms@srarc2)
9470         * configure.in (mips-mips-riscos4*): Assign variable CC.
9471         (checking ${with_gcc}): If "no", don't override CC if already set.
9472         (CC): Initialize it as empty.
9474 1993-11-30  Richard Stallman  (rms@srarc2)
9476         * configure.in (Suns): Set CPP if *-solaris2.3*.
9478 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9480         * Version 19.22 released.
9482         * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9484 1993-11-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9486         * make-dist: When breaking links, use cp -p.
9487         Copy install.sh into distribution.
9488         Move the temp dir up into the parent dir;
9489         don't leave the staging dir make-dist.tmp... in existence.
9490         * install.sh: New file.
9492 1993-11-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9494         * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9496 1993-11-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9498         * configure.in (version): When --run-in-place, exclude
9499         ${datadir}/emacs/site-lisp from locallisppath.
9501 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9503         * configure.in: Delete jumk.c before writing it.
9505 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9507         * Version 19.21 released.
9509         * Makefile.in (mkdir): Ignore error from chmod.
9511 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9513         * make-dist: Don't put lisp/forms.README in the distribution.
9515 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9517         * configure.in (creating src/Makefile): Before running cpp,
9518         discard all lines that start with `# Generated' or /**/#.
9520 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9522         * Version 19.20 released.
9524         * make-dist: Use build-ins.in, not build-install.in.
9525         Don't bother updating TAGS since it's not included.
9527         * build-ins.in: Renamed from build-install.in.
9529 1993-11-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9531         * make-dist: Don't try to link *.texinfo--there are none now.
9532         When running make in lib-src, specify YACC var value.
9534 1993-10-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9536         * configure.in (extrasub): Add vpath patterns for %.[yls].
9538         * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9539         Instead just include the commands to make src/Makefile as the
9540         second arg to AC_OUTPUT.
9542         * configure.in: Use : instead of dnl for comment inside
9543         $makefile_command.
9545         * configure.in: No longer use vpath_sed.  Instead, when we notice
9546         srcdir already configured, set extrasub to hack vpath in the
9547         makefiles.
9549         * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9550         before moving it.
9551         * Makefile.in (VPATH): Define to @srcdir@.
9553 1993-09-28  Brian J. Fox  (bfox@cubit)
9555         * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9556         doesn't exist.  Just copy src/Makefile.in instead.  Touch
9557         all of the Makefiles after editing config.status.
9559         * INSTALL: Update documentation to match new configuration
9560         mechanism.
9562 1993-09-27  Brian J. Fox  (bfox@ai.mit.edu)
9564         * configure.in: Allow any of the path or directory Makefile
9565         variables to be set with flags to configure.  Create all Makefiles
9566         at configure time.  Edit special commands into config.status after
9567         src/Makefile.in is built from src/Makefile.
9569         * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9570         If these files are out of date, simply have config.status
9571         rebuild them; don't rebuild them explicitly.
9573 1993-09-25  Brian J. Fox  (bfox@ai.mit.edu)
9575         * build-install.in: Change src/xemacs to src/emacs.  We no longer
9576         create src/xemacs, so the file wouldn't be found.
9578         * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9580 1993-09-24  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9582         * configure.in: Avoid forcing the search of /usr/include before
9583         fixed include files by resetting C_SWITCH_X_SITE if it is
9584         "-I/usr/include".
9586 1993-09-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9588         * Makefile.in (@rip_paths@locallisppath):
9589         Delete ${datadir}/emacs/site-lisp.
9591 1993-09-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9593         * configure.in:
9594         Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9595         Remove ${extra_output} from AC_OUTPUT call.
9597 1993-09-17  Brian J. Fox  (bfox@inferno)
9599         * make-dist: Quote backquotes found in strings to be echoed.
9601         * configure.in: Use "sh -c pwd" when we want to avoid having the
9602         shell fix up the value of $PWD.
9604 1993-09-13  Brian J. Fox  (bfox@inferno)
9606         * Makefile.in (do-install): Don't abort if ln or chmod at the end
9607         of the installation fail.  Suggested by Karl Berry.
9609 1993-08-30  Brian J. Fox  (bfox@inferno)
9611         * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9612         was used.  Set MAKEFLAGS from MFLAGS.
9614 1993-09-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9616         * configure.in: Test for res_init in libc.
9618 1993-09-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9620         * configure.in: In the file ${tempcname}, use configure___
9621         instead of @configure@.
9623 1993-09-12  Roland McGrath  (roland@sugar-bombs.gnu.ai.mit.edu)
9625         * make-dist: Dist vpath.sed.
9627         * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9628         Depend on vpath.sed.
9629         Replace sed command for VPATH with @vpath_sed@.
9631         * configure.in: Substitute variable `vpath_sed'.
9632         If not in $srcdir and $srcdir is configured,
9633         issue warning that GNU make is required,
9634         and set vpath_sed to use vpath.sed script.
9636 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9638         * configure.in: Remove check for $srcdir being configured.  This
9639         pretty much works now.
9640         Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9641         Check for XFree86 (/usr/X386/include) independent of whether
9642         -lXbsd exists.
9644         * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9645         realclean, unlock, relock): Use `$(MAKE)' in place of plain
9646         `make'.
9648 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9650         * Version 19.19 released.
9652         * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9654 1993-08-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9656         * configure.in: Check for XScreenNumberOfScreen.
9658 1993-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9660         * configure.in: Add * to end of all configuration alternatives.
9661         (m68*-sony-newsos3*): New alternative.
9663 1993-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9665         * make-dist: Include getdate.c in distribution.
9667         * configure.in: For --help, use $PAGER if it is set.
9668         (LIB_X11_LIB): Default to -lX11.
9669         (mips-sgi-irix5.*): New alternative.
9671         * Makefile.in (do-install): Install info/gnus* and info/sc*.
9673         * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9674         Recognize *.B8.* as hpux version 8.
9675         (m68*-tektronix-bsd*): Fix typo in tek4300.
9676         (AC_HAVE_FUNCS): Add ftime.
9678 1993-08-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9680         * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9681         Use tekxd88, not tekXD88.
9683 1993-08-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9685         * configure.in: Check for -lm.  Then can check for frexp and logb.
9687 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9689         * Version 19.18 released.
9691         * make-dist (src): Don't put gnu-hp300 in dist.
9692         (src, lisp): Include OChangeLog in dist.
9694 1993-08-08  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9696         * configure.in: Test for presence of logb and frexp functions.
9698 1993-08-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9700         * configure.in (machine): Add i370-ibm-aix*.
9702 1993-08-03  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9704         * configure.in (function checks): Test for mkdir and rmdir.
9706         * configure.in (function checks): Don't test for random and bcopy
9707         only when we're building with X; look for them all the time.
9709 1993-07-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9711         * configure.in: Test for availability of bcopy functions, searching
9712         the X libraries if we're using X.
9714         * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9715         and #define HAVE_AIX_SMT_EXP if we do.  This is present in some
9716         versions of AIX, and needs to be passed to the loader.
9718         * configure.in: Test for the availability of the
9719         XScreenResourceString function.
9721 1993-07-30  David J. MacKenzie  (djm@frob.eng.umd.edu)
9723         * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9724         LD_SWITCH_X_SITE and assume --with-x11.
9725         Only look for X11 files if we weren't told about a window system
9726         or if we were told to use X11 but not told where.
9727         Search the libraries from the s and/or m files when checking for
9728         functions.
9730         * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9732 1993-07-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9734         * make-dist: Include lisp/dired.todo in the distribution.
9736 1993-07-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9738         * configure.in: Add code to set HAVE_INET_SOCKETS.
9740 1993-07-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9742         * configure.in: If we do find x_includes and x_libraries
9743         via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9745 1993-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9747         * make-dist: Include src/gnu-hp300 in the dist.
9749         * configure.in (canonical): New variable holds the canonicalized
9750         configuration.  Don't alter `configuration'.  Use `configuration'
9751         for Makefile.in for file naming.
9752         (testing x_includes and x_libraries): Use =, not ==.
9754 1993-07-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9756         * Version 19.17 released.
9758         * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9759         directory's makefile.  This allows the invocation of CPP which
9760         builds xmakefile to receive these switches.  The SunSoft C
9761         preprocessor inserts spaces between tokens if it doesn't get the
9762         -Xs flag requested in src/s/sol2.h.
9764 1993-07-12  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
9766         * configure.in (m68k-bull-sysv3): New config.
9768 1993-07-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9770         * configure.in: Use the autoconf AC_FIND_X macro to try to find
9771         the X Windows libraries.
9773 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9775         * make-dist (tempdir): Don't create lisp/forms-mode directory in
9776         the distribution.  Those files aren't kept in their own
9777         subdirectory any more.
9779 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9781         * Version 19.16 released.
9783 1993-06-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9785         * configure.in: Add --verbose flag.
9787 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9789         * version 19.15 released.
9791 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9793         * Makefile.in (top_distclean): Use -f switch when cleaning out
9794         lock dir; it might be empty.
9796         * configure.in: Only check for -lXbsd once.
9798 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9800         * Version 19.14 released.
9802 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9804         * make-dist: If using gzip, create distribution with '.gz' extension.
9806         * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9807         (lisp/forms-mode): This doesn't exist anymore.
9809         * configure.in: Look for the closedir function.
9811 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9813         * configure.in (CPP): Autoconf sets this to a shell variable
9814         reference, which doesn't work when it's edited into a makefile.
9815         Expand that variable reference.
9817         * Makefile.in (CPP): New variable.
9818         (src/Makefile): Edit CPP into src/Makefile.
9820         * Makefile.in (src/Makefile): Don't bother exiting single quotes
9821         and entering double quotes to get the values of LD_SWITCH_X_SITE
9822         and the other make variables; make substitutes them in anyway.
9824         * Makefile.in (uninstall): Don't remove the lisp and etc
9825         directories if they're in the source tree.
9827         Bring mumbleclean targets into conformance with GNU coding standards.
9828         * Makefile.in (mostlyclean, clean): Separate these two; just have
9829         them pass the request to the subdirectory makefiles.
9830         (distclean): Pass the request down, and then get rid of the
9831         files configure built, and get rid of the Makefiles.
9832         (realclean): Pass the request down, and then do the same things
9833         distclean does.
9834         (uninstall, info, dvi): New targets.
9836         * configure.in: Move clause for PC-compatible i386 box to the end
9837         of the case statement, to avoid masking configurations below.
9839         * configure.in: Add case for m88k-motorola-sysv4.
9841         * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9842         the HP 68000 machines.
9844         * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9845         C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9846         preprocessor won't fiddle with them.
9848 1993-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9850         * Makefile.in (TAGS): cd to src to run etags.
9852 1993-06-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9854         * configure.in (version): Check the X libraries for XrmSetDatabase
9855         and random, and see if we have -lXbsd.
9857 1993-06-11  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9859         * configure.in: Pass "-Isrc" to the CPP we run to examine the
9860         s/*.h and m/*.h files.  Martin Tomes
9861         <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9863 1993-06-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9865         * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9866         above the general i386 alternative.
9868 1993-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9870         * configure.in: Recognize configuration name for Data General
9871         AViiON machines.
9873         * configure.in: Use AC_LONG_FILE_NAMES.
9875 1993-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9877         * configure.in: Test for bison.
9878         * Makefile.in (YACC): New variable.
9879         (lib-src/Makefile.in): Edit YACC into the makefile.
9881 1993-06-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9883         * Version 19.13 released.
9885         * configure.in (CFLAGS): Don't set this according to the value of
9886         the GCC shell variable.  Instead, consult the machine and system
9887         files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9888         test __GNUC__ while we're at it.
9890         * configure.in: Remove extra ;; from hpux cases.
9892 1993-06-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9894         * configure.in: Check to see if the system has -ldnet.
9896 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9898         * make-dist: Add clauses to distribute lisp/forms-mode.
9900 1993-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9902         * configure.in (machine): Fix the versions in hpux version number test.
9903         Do not guess based on cpu type.  Do check for explicit system version.
9905 1993-06-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9907         * configure.in: Do NOT look for `unknown' as company name.
9909 1993-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9911         * configure.in: Fix typo in message.
9913 1993-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9915         * Version 19.12 released.
9917         * Makefile.in (do-install): Correct previous etc-copying change.
9918         Partially rewrite using `if'.
9919         (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9921         * Version 19.11 released.
9923         * configure.in: Handle 386bsd.
9925 1993-05-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9927         * make-dist: Update getdate.c.
9929         * configure.in: Handle bsd386.
9931         * Makefile.in (do-install): Use `-' in tar options.
9933         * configure.in: Change  ! "${...}"  to  x"${...}" = x.
9935         * Makefile.in (do-install): Copy the DOC-* files from the build
9936         etc directory, as well as lots of things from ${srcdir}/etc.
9938         * make-dist: Copy config.guess.
9940         * configure.in: Handle AIX versions 1.2, 1.3.
9942 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9944         * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9945         the configuration name mips-mips-usg* to represent USG systems.
9947         * configure.in: Fix logic to detect if srcdir is already configured.
9949         * Makefile.in: Pass in LD_SWITCH_X_SITE.
9951         * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9952         foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9953         of a directory; cd might fail, and have pwd print out the current
9954         directory.
9956 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9958         * configure.in: When looking for sources, use '.', not `.`.  Also '..'.
9960 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9962         * configure.in: Complain if srcdir points at an already-configured
9963         tree.
9965 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9967         * Version 19.10 released.
9969 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9971         * Makefile.in: Use Makefile comments, not C comments.
9973         * configure.in: Add case for the Tektronix XD88.
9975 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9977         * configure.in: Handle sysv4.2 and sysvr4.2.
9979 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9981         * configure.in: Traverse the argument list without destroying it;
9982         don't use shift.  It turns out that "set - ${saved_arguments}"
9983         doesn't work portably.
9985         * configure.in: Add missing "fi".
9987         * make-dist: Rebuild configure if configure.in is newer.
9989         * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9990         targets to be executed even if make remembers that it has already
9991         satisfied FRC.
9993 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9995         * Makefile.in (do-install): Delete redundant code to copy etc twice.
9997         * configure.in (romp): Handle various version numbers with aos and bsd.
9999 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10001         * configure.in: Fix message text.
10003 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10005         * make-dist: Make a `site-lisp' directory in the distribution,
10006         instead of a `local-lisp' directory, which hasn't been the
10007         appropriate name for a long time.
10008         * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10009         from the distribution first, then /usr/local/lib/emacs/site-lisp.
10011         * Makefile.in (do-install): Correctly detect if ./etc and
10012         ${srcdir}/etc are the same.
10014         * configure.in: Extract UNEXEC from the system configuration
10015         files, compute the name of the source file corresponding to the
10016         object file, and #define it as UNEXEC_SRC in config.h.
10018         * configure.in: If srcdir is '.', then try using PWD to make it
10019         absolute.
10021         * configure.in: Include ${srcdir} in the printed report, to help
10022         people notice if it's an automounter path.
10024 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10026         * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10028 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10030         * Makefile.in (do-install): Delete the dest dir, not the source dir,
10031         when they are different.  Add  `shift' command.
10032         (COPYDESTS, COPYDIR): Delete external-lisp dir.
10033         (externallispdir): Var deleted.
10035         * configure.in: Delete spurious paren outputting short_usage.
10037 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10039         * Version 19.9 released.
10041 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10043         * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10044         subdirectory makes.
10046         * make-dist: Check for .elc files with no corresponding .el file.
10048         * Makefile.in (mkdir): Make all the directories in locallisppath.
10050         * config.guess: New file.
10051         * configure.in: Use it, tentatively.
10052         * INSTALL: Mention its usage.
10054         * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
10055         the former gives you the operating system rev directly.  Use
10056         s/hpux.h if we don't recognize what we got.
10058         * Makefile.in (do-install): Don't remove a destination directory
10059         if it's the same as the source.  If ${srcdir}/info == ${infodir},
10060         don't try to copy the info files.
10062         * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10063         doesn't work if you're not using a separate source directory.
10064         (do-install): Copy the build tree's etc directory only after
10065         making sure it's not also the source tree's etc directory.
10067 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10069         * configure.in: Handle sunos4.1.3 specially.
10071 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10073         * Makefile.in (INSTALL): Add definition.
10075         * configure.in: Fix some messages.  Support -with-gnu-cc.
10076         At the end, use `set --', not `set -'.
10077         Delete spurious `.h' in hpux alternatives.
10079 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10081         * Version 19.8 released.
10083 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10085         * configure.in: When looking for source in the same directory as
10086         the configure script, make the path thus discovered absolute.
10087         If the user specifies the `--srcdir' switch, make that directory
10088         absolute too.
10090         * Makefile.in (srcdir): Remove comment saying this doesn't work.
10092         * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10093         too, as the value of the PATH_INFO macro.
10095         * configure.in: Check to see if the source lives in the same
10096         directory as the configure script.
10098 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10100         * Makefile.in (install): Split this into `install' and
10101         `do-install', to give people more control over exactly what gets
10102         done.
10103         (do-install): New target, containing the guts of `install'.  Don't
10104         remove and recreate the directories inside the copying loop - do
10105         it all before the copying loop.  Pass more flags to the lib-src
10106         make.
10107         (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10108         avoid errors and warnings.
10110         * configure.in: For generic IBM PC boxes, insist on "unknown" for
10111         the manufacturer - the more general case was blocking other i386
10112         configuration names below, and that's how the names are written in
10113         MACHINES anyway.
10115         * make-dist: When breaking links, remove the link before moving
10116         the copy onto it, to avoid interactive behavior.
10118         * Makefile.in: Doc fix.
10120         * configure.in: Doc fix.
10122         * INSTALL: Mention --exec-prefix option.
10124         * configure.in: Add support for the `--exec-prefix' option.
10125         * Makefile.in: Accept that support.
10127         * configure.in: Use the AC_PROG_INSTALL macro.
10128         * Makefile.in (INSTALL): Variable removed.
10129         (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10131         * configure.in: Distinguish between hp800's and hp700's by calling
10132         "uname -m".
10134 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10136         * configure.in: Recognize configuration names for i860 boxes
10137         running SYSV.
10139 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10141         * configure.in: Distinguish between hp800's and hp700's by the
10142         version of HP/UX they run, since that's something people are more
10143         likely to know - hp700's run 8.0.
10144         Add HP 700 configuration.
10146         * configure.in: Test for the presence of the `rename' function.
10148         * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10149         configure.in.
10150         (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10152         * make-dist: Break intra-tree links.
10154         * configure.in: Explain that this is an autoconf script, and give
10155         instructions for rebuilding configure from it.  Arrange to put
10156         comments in configure explaining this too.
10158         * configure.in: Make the first line of the configure script be
10159         "#!/bin/sh".  Leaving the first line blank didn't work.
10161         * configure.in (long_usage): Removed; made short_usage describe
10162         the options briefly.
10164         * configure.in: Implement the --prefix option.
10165         * Makefile.in (prefix): Add support for it here.
10166         * INSTALL: Document it here.
10168         * Makefile.in (install): Don't assume that the files in the `info'
10169         subdirectory match  *.info.  They don't have that prefix.
10171 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10173         * configure.in: Add case for version 5 of Esix.
10175 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10177         * Version 19.7 released.
10179         * make-dist: There aren't any *.com files in lib-src anymore.
10181         * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10182         them; they're symlinks to other filesystems on the GNU machines.
10184         * make-dist: Check that the manual reflects the same version of
10185         Emacs as stated in lisp/version.el.  Edit that version number into
10186         the README file.
10188 1993-05-21  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10190         * configure.in: Remove the hack of AC_DEFINE; use
10191         AC_DEFINE_UNQUOTED.
10193 1993-05-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10195         * make-dist: Don't distribute precomp.com, compile.com, or
10196         link.com from ./src; they're in ./vms now.
10198         Some time-handling patches from Paul Eggert:
10199         * configure.in: Add AC_TIMEZONE.
10201 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10203         * configure.in: Recognize Linux as a valid operating system for
10204         the i386.
10206 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10208         * make-dist: Distribute some VMS files we got from Richard Levitte.
10210         * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10211         the source for the sed command, not oldXMenu/Makefile.
10213 1993-05-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10215         * INSTALL: Don't claim the srcdir option doesn't work.
10217 1993-05-16  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10219         * configure.in: Include remarks saying what order the autoconf
10220         tests should go in, and remind people to change config.h.in
10221         whenever they add autoconf tests which make #definitions.
10223         * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10225 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10227         * Makefile.in (oldXMenu/Makefile): Make this depend on
10228         ${srcdir}/oldXMenu/Makefile.in, not itself.
10230         * PROBLEMS: Some updates from David J. Mackenzie.
10232         More changes from David J. Mackenzie.
10233         * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10234         removed; autoconf and config.h should specify all these
10235         differences.
10236         (buildlisppath): Make this path depend on ${srcdir}.
10237         (INSTALLFLAGS): Removed.
10238         (INSTALL): Include the -c flag.
10239         (install): Change the way we invoke install accordingly.
10241         Install ${srcdir} changes from DJM.
10242         * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10243         list.
10244         (COPYDIR, COPYDESTS): Install files from both the etc directory in
10245         the source tree and the etc directory in the object tree.
10246         (${SUBDIR}): Pass the prefix variable down to submakes.
10247         (everywhere): Use `sed', not `/bin/sed'.  Not all systems have sed
10248         in /bin.
10249         (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10250         values for srcdir and VPATH.
10251         (install): Add `v' flag to tar command.  Make sure that `dir'
10252         exists in ${srcdir}/info before copying it.  Remember that the man
10253         pages come from the source tree, not the object tree.
10254         * configure.in: Remove remarks saying that the --srcdir option
10255         doesn't work.
10256         Create the etc directory in the object tree.
10257         Recognize configuration names of the form *-sun-solaris*.
10258         Recognize sunos5 and solaris as operating system names.
10260         * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10261         lib-src/getdate.y and src/systime.h.
10263 1993-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10265         * make-dist: Make links in info subdir.
10267 1993-05-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10269         * configure.in: Call AC_STDC_HEADERS.
10271 1993-05-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10273         * configure.in: Sidestep autoconf's quoting of the second argument
10274         of AC_DEFINE, so we can specify the value to put there.  It would
10275         be nice if autoconf provided some way to specify computed values
10276         for macros.
10278 1993-05-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10280         * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10281         this is always just -DHAVE_CONFIG_H.
10283         The GNU coding standards specify that CFLAGS should be left for
10284         users to set.
10285         * Makefile.in (CFLAGS): Let configure determine the default value
10286         for this.  Don't
10287         have it default to DEFS.
10288         (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10289         (lib-src/Makefile, src/Makefile): Edit the default value for
10290         CFLAGS into these files, not DEFS.
10291         * configure.in (CFLAGS): Choose a default value for this - "-g"
10292         normally, or "-g -O" if we're using GCC.  Edit it into the
10293         top-level Makefile.
10295         * configure.in: When scanning the machine and system description
10296         #include files, write their names to conftest.c properly.
10298 1993-05-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10300         * configure.in: In configuration name case for Apallos running
10301         Domainios, set opsys, not opsysfile.
10303         * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10304         src/config.h, instead of AC_OUTPUT; the latter overwrites
10305         src/config.h even when it hasn't changed, puts a makefile-style
10306         comment at the top even though it's C code, and produces a
10307         config.status script which doesn't do the job right.
10309         * configure.in: Add AC_LN_S test, so we can tell whether or not we
10310         can use a symbolic link to get the X Menu library into src.
10311         * Makefile.in (LN_S): New variable.
10312         (src/Makefile): Edit the value of LN_S into this makefile.
10314 1993-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10316         * configure.in: Support *-sco3.2v4* as opsystem.
10318         * make-dist: Don't include calc directory.
10319         Exclude many files in the man directory; copy a few.
10321 1993-05-04  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10323         * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10324         call AC_STRUCT_TM to see what's in time.h.
10326         * configure.in: Employ quoting stupidity to get the value of CPP
10327         to expand properly.
10329 1993-04-27  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10331         * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10332         variable to scan the machine and system description files.
10334         * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10335         so that getdate.y builds correctly.
10337 1993-04-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10339         * configure.in (tempcname): Change this to "conftest.c", so it will
10340         work properly on systems with short filenames; this is the name
10341         autoconf uses.
10343         * configure.in: Also detect the availability of dup2 and
10344         gethostname.
10346         * configure.in: Use the AC_ALLOCA test.
10347         * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10348         (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10350 1993-04-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10352         * make-dist: Distribute configure, as well as configure.in.
10353         Oversight.
10355 1993-04-23  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10357         * Makefile.in (install): Print out the name of the directory we're
10358         copying, so people can have some idea of whether we're making
10359         progress.
10361         * Makefile.in (install.aix, install.xenix, install.sysv, install):
10362         Don't forget to re-create the COPYDESTS directories after we clear
10363         them out.
10365 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10367         * Makefile.in: Add autoconf cookies so that the configure
10368         script can comment out sections of path variable definitions to
10369         choose between the installable configuration and the run-in-place
10370         configuration.
10371         * configure.in: Add new option `--run-in-place', to select the
10372         run-in-place path definitions.
10374         * configure.in: Add a clause to the big configuration name case
10375         for the NeXT machine.
10377 1993-04-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10379         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10380         Make sure that each source directory exists, and is different from
10381         the destination directory; then, delete the destination before
10382         copying over the source.
10384         * make-dist: Distribute configure.in, instead of configure.
10386 1993-04-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10388         * configure.in: Don't set CC to "gcc -O" if the user specifies
10389         `--with-gcc'.  Add -O to DEFS if GCC is set.
10391 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10393         * Makefile.in (clean mostlyclean): Missing right paren.
10395         * configure.in: When checking for X windows, search for an X11
10396         subdirectory of ${x_includes}.
10398         * configure.in: Check for gettimeofday function, for getdate.y.
10400         Change `configure' to a mixture of custom code and autoconf stuff.
10401         autoconf can't derive all the information we need, but we'd really
10402         like to be able to take advantage of some of its tests, and its
10403         file-editing facilities.
10404         * configure.in: Renamed from configure.
10405         Quote the sections of shell script we want copied literally to
10406         the configure script.
10407         (compile): Initialize this to make the autoconf macros' code happy.
10408         Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10409         code to do their jobs.
10410         Use autoconf to produce Makefile and src/config.h.
10411         Remove the Makefile-style comment that autoconf places at the top
10412         of src/config.h.
10413         (config_h_opts): Removed - no longer necessary.
10414         * Makefile.in (configname): Renamed to configuration.
10415         (CONFIG_CFLAGS): Renamed to DEFS.
10416         (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10417         get values via autoload @cookies@.
10418         (libsrc_libs): Get this from autoconf.  We used to do nothing
10419         about this.
10420         (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10422         * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10423         echo the move-if-change command.
10425 1993-04-08  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
10427         * make-dist: Distribute lib-src/rcs-checkin.
10429         * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10430         Don't try to make links to the RCS or Old subdirectories.
10431         Use the appropriate extension for the compression type in use.
10432         Create the tar file in the shell's initial default directory, not
10433         in ${tempparent}.
10434         Erase the whole ${tempparent} tree, not just ${tempdir}.
10436 1993-03-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10438         * Makefile.in (src/paths.h): Don't echo the huge sed command we
10439         use to build paths.h.
10440         (lib-src/Makefile, src/Makefile): Similarly.
10442         * configure: Extend test for working `const' keyword to handle AIX
10443         3.2 cc.
10445 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10447         * make-dist: Distribute lisp/term/ChangeLog.
10449         Arrange for C compilation throughout the tree to get
10450         C_SWITCH_SYSTEM from the configuration files.
10451         * configure: Extract C_SWITCH_SYSTEM from the machine and
10452         system-dependent files, and save it in the top-level Makefile.
10453         * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10454         (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10456         * make-dist: Include the VMS support files in oldXMenu in the
10457         distribution.
10459         * configure: Doc fix.
10461         * configure: Fix corrupted config_h_opts.
10463         * configure: Properly report option names in error messages.
10465         * configure: Properly recognize --x-includes and --x-libraries
10466         options.
10468         * configure: Fix syntax errors in code handling XFree386.
10470 1993-03-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10472         * configure: Add special code to detect XFree386, and tell
10473         config.h about it.
10475         * configure: Properly handle extracting values of LIBS_MACHINE and
10476         LIBS_SYSTEM that contain spaces.
10478         * configure: Add `--x-includes' and `--x-libraries' options.  I
10479         think these are dopey, but no less than three alpha testers, at
10480         large sites, have said they have their X files installed in odd
10481         places.  Implement them by setting C_SWITCH_X_SITE and
10482         LD_SWITCH_X_SITE in src/config.h.
10484 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10486         * make-dist: Don't distribute etc/Old files.
10488         * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10489         backups.
10491 1993-03-20  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10493         * make-dist: Fix typo.
10495 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10497         * make-dist: Corrected typo, fixed it to discard = and TAGS files
10498         in some cases where it should but didn't seen to.
10500         * Makefile.in: Added unlock and relock productions.
10502 1993-03-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10504         * make-dist: Add a --compress option to force make-dist to use
10505         compress.
10507         * make-dist: Use gzip, if we can find it.
10509         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10510         make rs6000-ibm-aix default to -aix32.
10512 1993-03-17  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10514         * Makefile.in: Added `Developer's configuration' section.
10516 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10518         * Makefile.in: Add commented-out variable settings for developer's
10519         configuration.
10521 1993-03-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10523         * make-dist: Distribute `src/bitmaps' too.
10525 1993-03-14  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
10527         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10528         make rs6000-ibm-aix default to -aix32.
10530 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10532         * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10534         * Makefile.in (install.sysv): Add a second `$' in front of
10535         `${dest}', so that the shell will expand it, instead of Make.
10537         * configure: When processing the name of the configure script,
10538         collapse `././' to `./', but leave a single `./' prefix alone.
10540         * configure: Doc fix.
10542 1993-03-04  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10544         * configure: Handle isc3.0 correctly.
10546 1993-02-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10548         * make-dist: Don't try to copy the COPYING notice into
10549         external-lisp; we're not distributing that directory any more.
10551 1993-02-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10553         * Makefile.in (install, install.aix, install.xenix, install.sysv):
10554         Remove CVS subdirectories from the installed directory trees, as
10555         well as RCS directories.
10557 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10559         * make-dist: Only copy gmalloc.c if we couldn't link it.
10560         Don't try to copy man/{README,Makefile} unless they actually exist.
10562         * Makefile.in (lisppath): Don't include externallispdir in this.
10563         We're not sure whether we're even going to distribute the
10564         directory yet.
10566 1993-02-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10568         * make-dist: Don't distribute the external-lisp directory anymore.
10569         * INSTALL: Remove all references to external-lisp.
10571         * configure: Detect whether the compiler supports `const'
10572         properly, and edit src/config.h accordingly.
10574         * configure: Tweak layout of final report.
10576         * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10577         CFLAGS.
10579         * Makefile.in (locallisppath): Make this default to
10580         ${datadir}/emacs/site-lisp, instead of
10581         ${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
10582         the same thing, and local-lisp causes completion conflicts with
10583         lock.
10584         (lisppath): Add ${externallispdir} to this.
10585         * INSTALL: Adjust installation directions.
10587         * Makefile.in (externallispdir): New variable, to say where to
10588         install the externally-maintained lisp files.
10589         (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10590         the others.
10591         * INSTALL: Describe external-lisp and the new externallispdir
10592         variable.
10594 1993-02-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10596         * configure (progname): New option `--with-gcc'.  Make it clearer
10597         how we are trying to guess whether or not we have GCC.
10598         * INSTALL: Document the `--with-gcc' option, and improve
10599         description of `--with-x' options.
10601 1993-02-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10603         * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10604         ${infodir} from these variables; we have written out explicit code
10605         to install the info files.
10607 1993-01-25  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10609         * make-dist: Don't distributed the RCS files in the etc directory.
10611 1993-01-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10613         * Makefile.in: Some makes can't handle comments in the middle of
10614         commands; move them to before the whole rule.
10616 1993-01-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10618         * README: Mention what Emacs is.
10620 1993-01-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10622         * make-dist: Include `./lisp/calc-2.02' in the distribution.
10623         Add `./cpp' and `./man' back into the distribution.
10625 1993-01-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10627         * Makefile.in: Define MAKE, and use where appropriate.
10629 1993-01-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10631         * make-dist: Remember that the authoritative COPYING notice is
10632         `etc/COPYING', not `../etc/COPYING'.
10634 1992-12-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10636         * make-dist: Make sure that the COPYING notices in each directory
10637         are copies, not symlinks.
10639 1992-12-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10641         * INSTALL: The build process produces an executable called `emacs'
10642         now.  Change references.
10643         * Makefile.in: Adjust `install.mumble' targets to install
10644         `src/emacs', not `src/xemacs'.
10646         * configure: Start with a blank line; this keeps some old CSH's
10647         from thinking it's a CSH script.  Most systems will just use
10648         /bin/sh to run it, which is what we're expecting; the only other
10649         shells which might try to interpret it themselves are probably
10650         Bourne-compatible.
10652 1992-12-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10654         * INSTALL: Improvements suggested by David Mackenzie.
10656 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10658         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10659         Don't try to copy the info files if there aren't any; the
10660         unexpanded globbing pattern disappoints `install'.  Ignore the
10661         return status of that command.
10663         * INSTALL: Updated for new configuration arrangement.
10665         * configure: Don't make the top-level Makefile read-only - people
10666         may want to edit the values of the path variables.
10668         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10669         Install the info files in ${infodir}.  Install the executable
10670         under both `emacs' and `emacs-VERSION'.
10672         * Makefile.in: Doc fix.
10674         * Makefile.in (exec_prefix): New variable, as per latest version
10675         of coding standards.
10676         (bindir, libdir): Use it, instead of `prefix'.
10677         (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10679         * Makefile.in (mandir): Make the default value for this depend on
10680         $(prefix).
10682         * Makefile.in (datadir, statedir, libdir): Make these all default
10683         to ${prefix}/lib.
10684         (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10685         to compensate.
10687         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10688         Install the etags and ctags man pages too.
10690         * Makefile.in (distclean): Don't delete backup files; that's the
10691         job of extraclean.
10692         (extraclean): Like distclean, but deletes backup and autosave files.
10694 1992-12-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10696         Make path specification conform to GNU coding standards.
10697         * configure (long_usage): Remove all traces of old arguments from
10698         usage messages, and document the options we do accept in more
10699         detail: -with-x... and --srcdir.
10700         (options, boolean_opts): Deleted; we don't have enough options to
10701         make this worthwhile.
10702         (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10703         along with the code which supported them; these should be set as
10704         arguments to the top-level make.
10705         (config_h_opts): Since this no longer doubles as a list of option
10706         names, make them upper case; this simplifies the code which uses
10707         them to build the sed command to edit src/config.h.  Change the
10708         code which sets them.
10709         (cc, g, O): Don't allow the user to set these using options; they
10710         should be specified using `CC=' and `CFLAGS=' arguments to the
10711         top-level make.  Just choose reasonable default values for them,
10712         and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10713         values.
10714         (gnu_malloc, rel_alloc): Don't allow the user to set these using
10715         options; use them whenever the configuration files say they're
10716         possible.
10717         Simplify the argument processing loop.  Don't accept abbreviations
10718         for option names; these might conflict with other configuration
10719         options in the future.
10720         Add some support for the `--srcdir' option.  Check for the sources
10721         in . and .. if `--srcdir' is omitted.  If the directories we will
10722         compile in don't exist yet, create them under the current directory.
10723         Note that the rest of the build process doesn't really support
10724         this.
10725         Edit only the top Makefile.  That should edit the others.  Edit
10726         into the makefile: `version', from lisp/version.el, `configname'
10727         and `srcdir' from the configuration arguments, `CC' and
10728         `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10729         the user's path, and LOADLIBES as gleaned from the system
10730         description files.
10731         Simplify the report generated; it doesn't need to include any
10732         description of paths now.
10733         Make `config.status' exec configure instead of just calling it, so
10734         there's no harm in overwriting `config.status'.
10735         * Makefile.in (version, configname): New variables, used to choose
10736         the default values for datadir and libdir.
10737         Path variables rearranged into two clearer groups:
10738         - In the first group are the variables specified by the GNU coding
10739           standards (prefix, bindir, datadir, statedir, libdir, mandir,
10740           manext, infodir, and srcdir).
10741         - In the second are the variables actually used for Emacs's paths
10742           (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10743           archlibdir), which depend on the first category.
10744         datadir and libdir default to directories under
10745         ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10746         demand.
10747         etcdir and lispdir default to subdirectories of datadir.
10748         archlibdir defaults to libdir.
10749         The new installation tree is a bit deeper than it used to be, so
10750         use the new make-path program in lib-src to build them all.
10751         Always build a new src/paths.h.tmp and then move-if-change it to
10752         src/paths.h, to avoid unnecessary rebuilds while responding to the
10753         right changes.
10754         Remove all mention of arch-lib.  Run utility commands from
10755         lib-src, and let the executables be copied into archlibdir when
10756         Emacs is installed.
10757         Add targets for src/Makefile, lib-src/Makefile, and
10758         oldXMenu/Makefile, editing the values of the path variables into
10759         them.
10760         Let lib-src do its own installation.
10761         (datadir): Default to putting data files under
10762         ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10763         (emacsdir): Variable deleted; it would only be confusing to use.
10764         (lispdir, etcdir): Default to ${datadir}/lisp.
10765         (mkdir): Use make-path for this.
10766         (lockdir): Do this in mkdir.
10767         (Makefile): New target.
10769         * configure (usage_message): Rename to long_usage.
10771         * make-dist: Don't bother creating an arch-lib directory; that's
10772         only for installation now.
10774 1992-11-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10776         * configure: Use GCC-style configuration names, using config.sub.
10777         Change the usage and help messages.
10779         * configure: Initialize window_system, not indow_system.
10781         * configure: Report which window system, compiler, and signal
10782         handler return type we decide to use.
10784         * make-dist: Explain what's going on if config.sub and gmalloc.c
10785         can't be linked.  Place the code which copies them near the code
10786         which links the rest of the files around them.
10788 1992-11-15  Jim Blandy  (jimb@apple-gunkies.gnu.ai.mit.edu)
10790         * make-dist: Don't bother to distribute src/*.com, or
10791         src/vmsbuild; those have all been moved to `../vms'.
10793 1992-11-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10795         * make-dist: Don't forget that the way to avoid filenames starting
10796         with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10797         `[a-zA-Z0-9].h'.  Add a new section for dealing with files that we
10798         couldn't make hard links to, since we have two already, and
10799         perhaps more to come.
10801 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10803         * configure: When editing parameters into lib-src/Makefile, change
10804         the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10805         needs some other flags too.
10807 1992-11-03  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10809         * configure: Remove spurious echo of the configuration name.
10811         * make-dist: Don't distribute files in src/m and src/s whose names
10812         begin with `='.
10814 1992-10-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10816         * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10817         Also LISP_FLOAT_TYPE.
10819 1992-10-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10821         * make-dist: Copy config.sub, since it's a symbolic link to a file
10822         on another file system.
10824 1992-10-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10826         * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10827         distribution.
10829         * config.sub: New file, to help us recognize configuration names.
10830         * make-dist: Include it in the distribution.
10832 1992-09-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10834         * configure: Convert `-' to `_' in specified option names.
10835         Accept options with --.  Delete --highpri and --have-x-menu options.
10836         New options --with-x and --with-x10 replace -window-system.
10837         Don't mention options --gnu-malloc, --rel-alloc
10838         or --lisp-float-type in help message.
10840 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10842         * make-dist: Include the `vms' subdirectory in the distribution.
10844 1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10846         * configure: Remove lines starting with "# DIST: " when building
10847         lib-src/Makefile and src/Makefile.  This allows us to mark the
10848         "Makefile.in" files with explanatory comments which won't also get
10849         stuck in the Makefiles.
10851 1992-09-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10853         * make-dist: Don't use the '+' operator in the sed regular
10854         expression that extracts the version number from lisp/version.el;
10855         Ultrix sed doesn't seem support the operator.  Just double the
10856         operand and use *.
10858 1992-09-01  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10860         * Makefile.in: Doc fix.
10862 1992-08-31  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10864         * configure: Rewrite sed command to remove at most one ./ prefix;
10865         Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10866         group.
10868 1992-08-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10870         * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10872 1992-08-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10874         * make-dist: Go ahead and build a new TAGS file, unless the
10875         --newer option was specified.  Don't try to delete a TAGS file
10876         from etc; it's not kept there, and shouldn't be deleted anyway.
10878 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10880         * make-dist: If the lisp directory contains a default.el, don't
10881         distribute it.
10883         * configure: When searching signal.h for the type of a signal
10884         return handler, make a copy of it, not a symbolic link to it; that
10885         way, it will work on systems that don't have symbolic links.
10887 1992-08-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10889         * make-dist: Taught it about vcdiff and rcs2log, added --newer
10890         option for generating incremental distributions.  Stopped it from
10891         generating a TAGS file into the distribution; that sucker is
10892         *big*, and easily enough generated with the toplevel makefile.
10894 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10896         * configure: When writing config.status, don't prefix progname
10897         with a '.'; it might be absolute.
10899 1992-08-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10901         * configure: Choose to use X11 if either /usr/lib/libX11.a or
10902         /usr/include/X11 exist, not only if both exist.
10904 1992-07-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10906         * make-dist: Make the new external-lisp directory a duplicate of
10907         the external-lisp directory, not the lisp directory.
10909 1992-07-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10911         * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10912         clean' in arch-lib; it doesn't even have a Makefile.
10914         * Makefile.in (clean, mostlyclean): In the test which tries to
10915         distinguish between the build directory, which should be cleaned,
10916         and the installed directory, which shouldn't, cd to `${emacsdir}',
10917         not `${DESTDIR}${LIBDIR}'.
10919 1992-06-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10921         * make-dist: Be sure to delete the .c and .h files that YACC and
10922         BISON create from getdate.y.
10924         * external-lisp: New directory; see `external-lisp/README'.
10925         * make-dist: Added support for the external-lisp subdirectory.
10927         * make-dist: Changed message which complains that make-dist wasn't
10928         invoked in the right directory to indicate which files it was
10929         looking for.
10931 1992-06-29  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10933         * configure: Add comments explaining why we can't translate
10934         character ranges or control characters in `tr'.
10936 1992-06-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10938         * configure: When generating the configuration message, we used to
10939         build the message from the start so that each line began with "# "
10940         so that it would be a comment in `config.status'.  However, this
10941         causes trouble if any of the variables we use in the message
10942         expand to more than one line of text - as gnu_malloc_reason
10943         sometimes does.  So instead, we build the message as it should be
10944         printed to the user (i.e. without the "# " prefixes), and stick on
10945         the "# "s when we write it to `config.status'.
10947         * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10948         `lib-src' and `arch-lib'.
10950         * configure: When generating report and `config.status' file, note
10951         that bindir only determines where `make install' and
10952         `build-install' will place the executables; this should make it
10953         clear that the ordinary build process will not try to install
10954         things.
10956 1992-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10958         * make-dist: Change messages to say that we are 'making links to
10959         X', rather than 'copying X'.  And put `' quotes around file names.
10961         * make-dist: Include '.tmp' in the name of the staging directory.
10963         * make-dist: Pass the `-f' option to rm when you're not sure that
10964         the files you're removing actually exist.
10966         * make-dist: When setting up etc/COPYING, always nuke whatever is
10967         there, and then copy it in, to make sure we get a real file.
10969         * make-dist: Don't try to distribute *.defns files any more.  The
10970         only such file was for simula.el, which has been superseded by a
10971         version which doesn't have a separate .defns file.
10973 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
10975         * make-dist: Don't distribute configured versions of config.h.in,
10976         paths.h.in, Makefile.in in src.
10978         * configure: Delete .tmp files before creating them; don't bother
10979         trying to make final targets writable first, since it won't
10980         matter to move-if-change.
10982 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10984         * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10985         mkdir and chmod in the center of all the conditionals.  GNU Make
10986         will strip these out, but other makes won't.
10988 1992-05-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10990         * make-dist: Include move-if-change in list of files to distribute.
10992 1992-05-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10994         * configure: Remove any "." elements from the program name.
10996         * configure: Don't record the values of all the possible arguments
10997         in config.status; only record the options that the user specified.
10999         * configure: Use move-if-change to move in the new src/config.h.
11001 1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)
11003         * move-if-change: New file, copied from gcc release.
11004         * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11005         a temp file, so we don't update paths.h if an error occurs or if
11006         it doesn't need changing.
11008 1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11010         * Makefile.in (src/paths.h): Do not install a value for the
11011         PATH_SUPERLOCK value; that macro doesn't exist anymore.
11012         * build-install.in: Same thing.
11014 1992-04-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11016         * make-dist: Check the flag called "make_tar", not "make_dir"; the
11017         latter, being a typo, is always false, resulting in a program
11018         whose default behavior is to painstakingly build a copy of the
11019         source tree, and then delete it.  Rah.
11021         * Makefile.in: Add dist target, and comment for it.
11023         * configure: When scanning <signal.h> for a declaration for
11024         signal, create a symbolic link with a name ending in .c, so the
11025         compiler won't complain that it's only been given .h files.
11027         * configure: Check whether there are any arguments available
11028         before shifting to get the value of a non-boolean parameter.
11030         * make-dist: Doc fix.
11032 1992-04-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11034         * configure: Instead of grepping /usr/include/signal.h for a
11035         signal declaration, run /usr/include/signal.h or
11036         /usr/include/sys/signal.h through cpp and grep for the
11037         declaration.
11039         * configure: Redirect the output of grep to /dev/null instead of
11040         using grep -s - that flag means different things on other systems.
11042         * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11043         since the former is recognizable even if you don't know what
11044         'dumping' is.
11045         * configure: Accommodate that change.
11047         * configure: Accept options for all of the directories you can
11048         change in the Makefile.
11050         * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11052         * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11053         FOO before you can use them.
11055         * build-install.in: Made the "Where To Install Things" section
11056         conform with the similar section from Makefile.in.  Copied section
11057         which builds src/paths.h from src/paths.h.in from the Makefile.
11059 1992-04-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11061         * configure: Write config.status to pass its command-line
11062         arguments on to configure, so that people can use it to recreate
11063         an old configuration, with minor changes.
11065 1992-04-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11067         * configure: Don't rely on option variables being unset if their
11068         values are the empty string.  In particular, when producing the
11069         English report, don't assume that highpri will be unset when no
11070         increased priority has been requested; -highpri='' should be the
11071         same as omitting -highpri altogether.
11073         * configure: Fix dumb bug: when running the system and machine
11074         description files through cpp, mark those lines that we want to
11075         evaluate with the string '@configure@', and then only evaluate
11076         them.  This way if the files include anything that actually
11077         generates text (type definitions or external declarations, say),
11078         we won't try to eval it.
11080 1992-04-11  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11082         * make-dist: New shell script.
11084         * configure: When creating foo from foo.in, make foo read-only to
11085         remind people to edit the .in file instead.
11087         * INSTALL: Changed references to config.h-dist to config.h.in.
11088         The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11089         to build src/paths.h from src/paths.h.in; added a paragraph to do
11090         this.
11091         * configure, Makefile, build-install: Changed filenames like
11092         FOO-dist to FOO.in.
11094 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11096         * Makefile, build-install: Renamed to Makefile.in and
11097         build-install.in; the configure script will edit these to produce
11098         the usable Makefile and build-install.
11099         * configure: Changed to produce ./Makefile, ./build-install,
11100         lib-src/Makefile, and src/Makefile from their *.in counterparts,
11101         instead of editing them in place.
11103 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11105         * Makefile: Re-arranged so that the undumped Emacs will search
11106         ../lisp *after* the site's local elisp files.
11107         (locallisppath, dumplisppath): New variables.
11108         (lisppath): This variable's default value is now chosen based on
11109         $(locallisppath) and $(lispdir); while it used to be the
11110         customization point for adding site-local elisp directories to
11111         load-path, that job is now handled mostly by locallisppath.
11112         (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11113         Check the values being assigned to the *LOADSEARCH macros for null
11114         path elements (like '::' in 'foo::bar').
11116         * configure: When checking if the machine- and system-dependent
11117         files define a particular macro or not, actually run them through
11118         CPP and test the macros with #ifs, instead of just grepping for
11119         the macros' names.  In particular, check for SYSTEM_MALLOC in this
11120         way.
11122 1992-04-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11124         * Makefile (install): Don't use -s in install.  (Keep the symbols.)
11126 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11128         * configure: Make the config.status file an executable shell
11129         script which will recreate the same configuration.  Include the
11130         verbal description of the current configuration as a comment in
11131         the script.
11132         * INSTALL: Doc fix.
11134         * Makefile: Brought the Makefile up to the GNU coding
11135         standards, as described in standards.text:
11136         (TAGS): New name for the target which rebuilds the tags table.
11137         (check): New target; doesn't do anything yet.
11138         (mostlyclean): New target, synonymous with clean.
11139         (realclean): New target.  Currently, this just calls the
11140         subdirectories's makefiles and then deletes config.status.
11141         (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
11142         variables.
11143         Installation directory variables changed to conform.
11144         (install, install.sysv, install.xenix, install.aix): Changed the
11145         code which copies the directories into their installed location to
11146         allow the installed locations to be in several different
11147         directories; the old version assumed that they would all be in
11148         $(emacsdir).
11149         (mkdir, lockdir): Allow the installed locations to be in several
11150         different directories.
11151         * INSTALL: Doc fix.
11153         * build-install: Use the same variable names as the Makefile.
11154         Allow the installed locations to be in several different
11155         directories.
11157 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11159         * Makefile (src/paths.h): Instead of using a single sed command to
11160         edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11161         separately, and don't forget to append "/!!!SuperLock!!!" to the
11162         value of the PATH_SUPERLOCK macro.
11164         * config.emacs: Renamed to configure, for consistency with other
11165         GNU products.  Internal references changed.
11166         INSTALL, Makefile: References changed.
11168         * lock: New directory, which should always be empty.  If this
11169         directory doesn't exist, Emacs won't complain; it just won't lock.
11170         Having this here means that people can just unpack Emacs, build
11171         it, and have locking work.
11173         * share-lib: Re-renamed to etc, for the sake of tradition.
11174         * config.emacs: Changed default value for datadir to ../etc.
11175         * INSTALL, README: Adjusted.
11177 1992-03-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11179         * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11180         by running CPP on the appropriate s/*.h and m/*.h files.
11182 1992-03-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11184         * config.emacs: Make sure to set the "exit on error" flag once
11185         we've removed config.status; errors should abort the configuration.
11187 1992-02-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11189         * config.emacs: Added -distribute option, so that the Makefile
11190         paths are in their proper form.  I don't know why this matters.
11192 1992-02-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11194         * local-lisp: New directory, empty in the distribution, for people
11195         to put local elisp code in.
11196         * config.emacs: Include it in the default load path.
11197         * README: Document it.
11199 1992-01-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11201         * config.emacs: Guess the type of signal handling functions based
11202         on the contents of /usr/include/signal.h.
11204         * config.emacs: Print out progress report messages.
11206         * Makefile (src/paths.h): Don't generically replace
11207         /usr/local/lib/emacs with LIBROOT.  This can hide bugs in the
11208         editing of the other entries, and each entry should be dealt with
11209         explicitly anyway.
11211         * build-install: Converted from C-shell to Bourne shell.
11212         * config.emacs: Edit build-install properly.
11214         * config.emacs: Doc fix.
11216 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11218         * Makefile (install): Remove `B' from tar xf command.
11220 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11222         * config.emacs: Removed support for the `maintain-environment'
11223         option; the only important difference between this and its absence
11224         has been removed.
11225         * INSTALL: Removed mention of `maintain-environment'.
11227         * config.emacs: Fix arguments to sed when processing boolean
11228         arguments.
11230 1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
11232         * config.emacs: New file, to help automate the installation
11233         process.
11235         * Makefile: Lots of changes to support the separation of etc into
11236         architecture-dependent and -independent files:
11237         (EMACSROOT): New variable, giving the directory under which all of
11238         Emacs's libraries should be installed.  Changed rest of file to
11239         use it.
11240         (LIBDIR): Now denotes only architecture-dependent dir.
11241         (DATADIR): New variable, denoting architecture-independent dir.
11242         (LOCKDIR): New variable, for completeness.
11243         (SUBDIR): No more etc, new lib-src.
11244         (COPYDIR): No more etc, new arch-lib and share-lib.
11245         (src/paths.h): Set PATH_DATA and the LOCK macros too.
11246         (src): Now depends on lib-src, not etc.
11247         * build-install: Changes parallel to the above.
11248         * README: Describe the new arrangement.
11250         * vms: New subdirectory for all the VMS stuff.
11252 1991-12-03  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
11254         * Makefile (LISPPATH): New variable.
11255         (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11257 1990-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
11259         * Makefile (install, install.sysv, install.xenix):
11260         Install wakeup instead of loadst.  No need for setuid or setgid.
11262 1990-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11264         * Makefile (clean): Clean etc if that's not the installation dir.
11266 1990-04-26  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11268         * Makefile (paths.h): Make sed alter each name in the path.
11270 1988-08-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11272         * Makefile (install.sysv): Use cpio, not tar.
11274 1988-08-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11276         * Makefile (lockdir): Rename `lock' target.
11277         Depend on it from install*, not from `all'.
11279 1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
11281         * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11282         to match build-install and paths.h.
11284 ;; Local Variables:
11285 ;; coding: utf-8
11286 ;; End:
11288   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11290   This file is part of GNU Emacs.
11292   GNU Emacs is free software: you can redistribute it and/or modify
11293   it under the terms of the GNU General Public License as published by
11294   the Free Software Foundation, either version 3 of the License, or
11295   (at your option) any later version.
11297   GNU Emacs is distributed in the hope that it will be useful,
11298   but WITHOUT ANY WARRANTY; without even the implied warranty of
11299   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11300   GNU General Public License for more details.
11302   You should have received a copy of the GNU General Public License
11303   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.