* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
[emacs.git] / ChangeLog
blobf4426fa36da3059ea861fbc7b11329fd0801e919
1 2012-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * .dir-locals.el (indent-tabs-mode): Remove personal preference.
5 2012-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7         Merge from gnulib, incorporating:
8         2012-08-20 extern-inline: support old GCC 'inline'
10 2012-08-20  Glenn Morris  <rgm@gnu.org>
12         * configure.ac (AC_PROG_LN_S): Test for ln.
13         * Makefile.in (LN_S): New, set by configure.
14         (install-arch-dep): Use $LN_S.
16 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18         Merge from gnulib, incorporating:
19         2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
20         2012-08-19 mktime, sys_select: avoid 'static inline'
21         2012-08-19 gnulib-tool: Fix indentation.
23 2012-08-18  Paul Eggert  <eggert@cs.ucla.edu>
25         * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
26         These files have been unused since the 2012-06-22 patch that
27         introduced high-resolution time stamps.
29 2012-08-17  Jan Beich  <jbeich@tormail.org>  (tiny change)
31         * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
32         gnu-kfreebsd, freebsd, and netbsd.  (Bug#12040)
34 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36         Merge from gnulib, incorporating:
37         2012-08-05 extern-inline: also ignore -Wmissing-declarations
39 2012-08-10  Juanma Barranquero  <lekktu@gmail.com>
41         * lib/makefile.w32-in (STAT_TIME_H): New macro.
42         (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
43         ($(BLD)/u64.$(O)): Update dependencies.
45 2012-08-10  Glenn Morris  <rgm@gnu.org>
47         * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
49 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
51         * configure.ac (--disable-features): Rename to --without-all.
52         (OPTION_DEFAULT_ON): Change to use with_features.
53         * INSTALL: Fix description.
55 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
57         * configure.ac: New option --disable-features.
58         (OPTION_DEFAULT_ON): Change to use enable_features.
59         * INSTALL: Explain --disable-features.
61 2012-08-07  Glenn Morris  <rgm@gnu.org>
63         * configure.ac: Require automake 1.11 (fairly arbitrarily).
64         * autogen.sh (automake_min): Get it from configure.ac.
66 2012-08-06  Glenn Morris  <rgm@gnu.org>
68         * configure.ac (BROKEN_GETWD) [unixware]: New define.
70         * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
71         (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
72         (DISPNEW_NEEDS_STDIO_EXT): New define.
74 2012-08-05  Michael Albinus  <michael.albinus@gmx.de>
76         * INSTALL: Explain how to completely disable D-Bus.  (Bug#12112)
78 2012-08-05  Ulrich Müller  <ulm@gentoo.org>
80         * configure.ac: Disable paxctl if binaries don't have a
81         PT_PAX_FLAGS program header.  (Bug#11979)
83 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
85         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
86         $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
87         (SHA512_H): Don't mention u64.h twice.
88         ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
89         New targets.
91 2012-08-03  Paul Eggert  <eggert@cs.ucla.edu>
93         Merge from gnulib, incorporating:
94         2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
96 2012-08-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
98         * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
99         out-of-tree build.
101 2012-08-02  Glenn Morris  <rgm@gnu.org>
103         * make-dist: Remove src/s.
105         * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
107 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
109         Merge from gnulib (Bug#12116), incorporating:
110         2012-08-01 extern-inline: new module
111         2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
112         * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
113         New files.  The new .c files are for instantiating extern inline
114         functions.
116         Port to Solaris 8.
117         Without this change, 'configure' fails because the recently-added
118         wait3 prototype in config.h messes up later 'configure' tests.
119         Fix this problem by droping wait3 and WRETCODE, as they're
120         no longer needed on hosts that are current porting targets.
121         * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
122         All uses changed to waitpid and WEXITSTATUS.
124         Avoid needless autoheader after autogen.sh.
125         * src/stamp-h.in: Remove from bzr repository; no longer needed there.
126         * .bzrignore: Add it.
127         * autogen.sh: Create it.
129 2012-08-01  Glenn Morris  <rgm@gnu.org>
131         * configure.ac (DOS_NT, MSDOS): New system type templates.
133 2012-08-01  Ulrich Müller  <ulm@gentoo.org>
135         * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
136         Don't include crtbegin.o and crtend.o.  (Bug#12047)
138 2012-08-01  Glenn Morris  <rgm@gnu.org>
140         * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
141         (INTERNAL_TERMINAL): New.
143         * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
144         (IS_ANY_SEP): Move here from src/lisp.h.
146 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
148         * lib/makefile.w32-in (CONFIG_H): Update dependencies.
149         (CONF_POST_H): New macro.
151 2012-07-31  Glenn Morris  <rgm@gnu.org>
153         * configure.ac (S_FILE): Remove output variable.
155         * configure.ac (opsysfile): Use AH_TEMPLATE.  Doc fix.
157         * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
158         Move here from src.
160         * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
161         Move here from conf_post.h.
163 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
165         Improve OpenMotif detection on GNU/Linux systems.
166         * configure.ac (MOTIF): Check for /usr/include/openmotif
167         and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
169 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
171         * Makefile.in (install-arch-indep): Avoid eval.
173 2012-07-31  Glenn Morris  <rgm@gnu.org>
175         * configure.ac (opsysfile, S_FILE): Now they are always empty.
177         * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
178         when removing src/s/sol2-6.h yesterday.
180         * configure.ac (USG5_4): Reintroduce this.
181         (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
183         * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
185         * configure.ac (opsysfile): Set to empty on hpux*, darwin;
186         and to s/usg5-4-common.h on irix6-5.
188 2012-07-30  Glenn Morris  <rgm@gnu.org>
190         * configure.ac (AH_BOTTOM): Use an include file, so that the
191         contents do not get processed by autoheader.
193 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
195         Do not overwrite config.status while executing it (Bug#11214).
196         * Makefile.in (MAKEFILE_NAME): New macro.
197         ($(MAKEFILE_NAME)): Rename rule from Makefile.
198         * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
199         so that GNU 'make' isn't tempted to make the Makefile and then
200         regenerate config.status while config.status is running.
202         Update .PHONY listings in makefiles.
203         * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
204         FRC, install-arch-dep, install-arch-indep, install-doc,
205         install-info, install-man, install-etc, install-strip, uninstall,
206         bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
207         (.RECURSIVE): Remove; hasn't been needed for years.
209 2012-07-30  Glenn Morris  <rgm@gnu.org>
211         * configure.ac (SIGNAL_H_AHB): New hack macro.
212         (opsysfile): Set to empty on netbsd, openbsd.
213         (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
215         * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
217 2012-07-30  Jan Djärv  <jan.h.d@swipnet.se>
219         * Makefile.in (install-arch-indep): Remove sh -x.
221 2012-07-30  Glenn Morris  <rgm@gnu.org>
223         * configure.ac (opsysfile): Tweak message for null case.
225         * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
226         gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
228 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
230         Merge from gnulib, incorporating:
231         * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
233 2012-07-29  Jan Djärv  <jan.h.d@swipnet.se>
235         * Makefile.in (install-arch-indep): Handle space in locallisppath.
237 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
239         Use Gnulib environ module (Bug#9772).
240         * m4/environ.m4: New file, from gnulib.
241         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
243         Use Gnulib stdalign module (Bug#9772, Bug#9960).
244         This should improve portability of macros like alignof and DECL_ALIGN.
245         * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
246         * .bzrignore: Add lib/stdalign.h.
247         * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
248         Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
249         * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
250         fiddles with this, as gnulib now does this for us.
252 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
254         Fix toolkit configuration report.
255         * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
256         --with-x-toolkit=gtk3 is used.
258 2012-07-17  Paul Eggert  <eggert@cs.ucla.edu>
260         Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
261         * configure.ac: Configure gnulib at the end, not before running
262         pkg-config.  This restores the behavior before 2012-06-22, when
263         higher-resolution time stamps were added, and fixes a bug whereby
264         LIB_PTHREAD was not used and gnulib's part of 'configure'
265         therefore incorrectly assumed that pthread_sigmask wasn't working.
266         Fix the problem with -lrt and clock_gettime a different way.
267         This should complete the fix for Bug#11884.
268         (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
270 2012-07-15  Paul Eggert  <eggert@cs.ucla.edu>
272         Merge from gnulib, incorporating:
273         2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
274         2012-07-11 gettext: do not assume '#define ... defined ...' behavior
276 2012-07-14  Glenn Morris  <rgm@gnu.org>
278         * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
279         (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
281 2012-07-13  Glenn Morris  <rgm@gnu.org>
283         * configure.ac (opsysfile): Set to empty on gnu, cygwin.
285         * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
286         (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
287         Move "system type" macros here from src/s.
288         (BSD_SYSTEM_AHB): New hack macro.
289         (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
291         * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
292         (GC_MARK_SECONDARY_STACK): Move here from src/s.
294 2012-07-12  Glenn Morris  <rgm@gnu.org>
296         * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
297         setting here from src/s/darwin.h.
299         * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
300         as src/s/darwin.h used to.
302         * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
303         (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
304         (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
305         (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
306         (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
307         (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
308         (XOS_NEEDS_TIME_H): Move here from src/s.
310 2012-07-11  Glenn Morris  <rgm@gnu.org>
312         * configure.ac (INTERRUPT_INPUT): Move here from src/s.
313         (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
315 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
317         * configure.ac (tzset): Remove check that's redundant with gnulib.
319 2012-07-11  Glenn Morris  <rgm@gnu.org>
321         * configure.ac (CLASH_DETECTION): Define unconditionally.
323         * configure.ac (opsysfile): Use bsd-common on gnu systems.
325         * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
326         (SIGNALS_VIA_CHARACTERS): Move here from src/s.
328 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
330         Assume mkdir, rename, rmdir, strerror.
331         * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
333 2012-07-11  Glenn Morris  <rgm@gnu.org>
335         * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
337         * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
339 2012-07-10  Paul Eggert  <eggert@cs.ucla.edu>
341         Remove "#define unix" that is no longer needed (Bug#11905).
342         Merge from gnulib to make "#define unix" unnecessary, incorporating:
343         2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
344         2012-07-09 getopt: Simplify after Emacs changed.
346 2012-07-10  Glenn Morris  <rgm@gnu.org>
348         * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
349         Move here from src/s.
351 2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
353         * configure.ac (PNG_DEPSTRUCT): Define this instead of
354         PNG_DEPRECATED.
356 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
358         Add GCC-style 'const' attribute to functions that can use it.
359         * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
360         (ATTRIBUTE_CONST): New macro, in config.h.
362 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
364         * lib/makefile.w32-in: Rework dependencies.
365         (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
366         (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
367         (U64_H, SHA512_H): New macros.
368         (SRC): Redefine to point to src/, not current directory.
369         ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
370         ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
371         ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
372         ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
373         ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
374         ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
375         ($(BLD)/filemode.$(O)): Update dependencies.
377 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
379         Merge from gnulib, incorporating:
380         2012-07-09 timespec: mark functions with const attributes
382         Rename configure.in to configure.ac (Bug#11603).
383         The name 'configure.in' has been obsolescent for quite some time,
384         and the next release of Autoconf will generate warnings for it.
385         See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
386         'configure.in' as autoconf input" in the Autoconf git repository.
387         * configure.ac: Rename from configure.in.
388         * INSTALL, INSTALL.BZR, README, make-dist:
389         * Makefile.in (AUTOCONF_INPUTS):
390         * autogen.sh (autoconf_min):
391         * autogen/update_autogen (sources):
392         Adjust to reflect new name.
394 2012-07-08  Paul Eggert  <eggert@cs.ucla.edu>
396         Restore deprecation warnings, except for older libpng.
397         * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
398         (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
399         (PNG_DEPRECATED): Define when compiling with older PNG versions.
401 2012-07-07  Andreas Schwab  <schwab@linux-m68k.org>
403         * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
405 2012-07-07  Paul Eggert  <eggert@cs.ucla.edu>
407         Improve static checking when configured --with-ns.
408         See Samuel Bronson's remarks in
409         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
410         * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
411         a no-op with recent GCC and harmful in earlier ones.
412         Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
413         warning when compiling with ObjC.  Always omit
414         -Wunsafe-loop-optimizations, as we don't mind when optimization is
415         being done correctly.
417 2012-07-07  Glenn Morris  <rgm@gnu.org>
419         * configure.in (BROKEN_SA_RESTART): Doc fix.
421         * configure.in: Rather than checking for things then undef'ing
422         them on some platforms, simply don't check for them.
423         (getwd): Don't check for it on unixware.
424         (random, rint): Don't check for these on hpux.
425         (res_init, libresolv): Don't check for these on darwin.
427 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
429         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
430         $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
431         ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
432         ($(BLD)/c-strncasecmp.$(O)): New dependencies.
434 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
436         * configure.in: Document --enable-gcc-warnings better.
438         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
439         This is safer than strcasecmp, which has unspecified behavior
440         outside the POSIX locale and in practice sometimes does not work
441         in multibyte locales.  Similarly for c_strncasecmp and strncasecmp.
442         * configure.in (strcasecmp, strncasecmp): Remove checks.
444         * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
445         * lib/c-strncasecmp.c: New files, taken from gnulib.
446         * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
448         Merge from gnulib, incorporating:
449         2012-07-06 timespec-sub: avoid duplicate include
450         Reported by Juanma Barranquero.
452 2012-07-06  Glenn Morris  <rgm@gnu.org>
454         * make-dist [update]: Let autoreconf figure out what needs updating.
455         Use `make info-real'.  leim/leim-list.el should always exist.
456         Check cd return value.
458 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
460         Merge from gnulib.  This is for OpenBSD 5.1 amd64.
461         * m4/sys_time_h.m4: New version from gnulib, incorporating:
462         2012-07-05 sys_time: allow too-wide tv_sec
464 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
466         Merge from gnulib.
467         * lib/alloca.in.h: New version from gnulib, incorporating:
468         2012-07-03 alloca: add support for HP NonStop TNS/E native
470 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
472         * configure.in: If --enable-gcc-warnings, disable
473         -Wunsafe-loop-optimizations for -O1 optimization level.
475 2012-06-30  Glenn Morris  <rgm@gnu.org>
477         * configure.in (standardlisppath): New output variable.
478         (lisppath): Use standardlisppath.
479         * Makefile.in (standardlisppath): New, set by configure.
480         (epaths-force): Use standardlisppath and locallisppath rather than
481         lisppath.
483 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
485         * configure.in: Fix previous change. Remove --enable-asserts.
486         (CPPFLAGS): Remove conditional -DXASSERTS=1.
487         Add --enable-link-time-optimization.
488         * INSTALL: Mention this.
490 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
492         * configure.in: Add glyphs category to --enable-checking option.
493         (GLYPH_DEBUG): Define if glyphs debugging is enabled.
495 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
497         * configure.in (ENABLE_CHECKING): Update comment.
499 2012-06-28  Paul Eggert  <eggert@cs.ucla.edu>
501         * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
502         Emacs proper no longer uses these headers, and can rely on Gnulib
503         for these checks.
505         Merge from gnulib.
506         * m4/getopt.m4: Copy new version from gnulib, incorporating:
507         getopt-posix: No longer guarantee that option processing is resettable.
509 2012-06-27  Glenn Morris  <rgm@gnu.org>
511         * configure.in: Only check for paxctl on gnu-linux.  (Bug#11398#26)
513         * INSTALL: Remove references to paths.el.
515 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
517         * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.  This
518         replaces separate dependency for each object file, which required
519         the same object file to be mentioned twice, causing failures in
520         parallel builds.
522 2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
524         Clean out last vestiges of the old HAVE_CONFIG_H stuff.
525         * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
527 2012-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
529         * configure.in (AC_CHECK_FUNCS): Detect library functions
530         strcasecmp and strncasecmp.
532 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
534         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
535         We might as well use the spelling standardized by C11,
536         as in the long run that should simplify maintenance.
537         * configure.in (NO_RETURN): Remove.  All uses replaced by _Noreturn.
539 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
541         * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
542         ($(BLD)/timespec-add.$(O)):
543         ($(BLD)/timespec-sub.$(O)): Don't depend on
544         $(EMACS_ROOT)/nt/inc/sys/time.h.
546         * lib/stat-time.h:
547         * lib/timespec.h:
548         * lib/utimens.h: Revert last change.
550 2012-06-23  Paul Eggert  <eggert@cs.ucla.edu>
552         Merge from gnulib.
553         * m4/getopt.m4: Copy new version from gnulib, incorporating:
554         getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
556 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
558         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
559         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
560         $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
561         $(BLD)/timespec-sub.$(O).
562         ($(BLD)/dtotimespec.$(O)):
563         ($(BLD)/gettime.$(O)):
564         ($(BLD)/timespec-add.$(O)):
565         ($(BLD)/timespec-sub.$(O)): New dependencies.
567         * lib/stat-time.h:
568         * lib/timespec.h:
569         * lib/utimens.h: Include sys/time.h.
571 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
573         * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
574         the correct CFLAGS and LIBS.
576 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
578         Support higher-resolution time stamps (Bug#9000).
579         * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
580         (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
581         that the new clock stuff doesn't clash with RSVG_LIBS.
582         (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
583         as gnulib does that for us now.
584         (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
585         (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
586         (AC_CHECK_FUNCS): Remove utimes; no longer needed.
587         * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
588         * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
589         * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
590         * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
591         * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
592         * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
593         * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
594         New files, copied automatically from gnulib.
595         * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
597 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
599         Merge from gnulib.
600         * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
601         * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
602         * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
603         * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
604         Copy new versions from gnulib, incorporating the following changes:
605         2012-06-22 time_r: fix typo that always overrode localtime_r decl
606         2012-06-22 Write "Mac OS X" instead of "MacOS X".
607         2012-06-21 mktime: fix integer overflow in 'configure'-time test
608         2012-06-21 nonblocking: Avoid compilation error on mingw64.
609         2012-06-19 stat, fstat: Avoid warnings on mingw64.
610         2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
612 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
614         * configure.in: Rename --enable-use-lisp-union-type to
615         --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
616         instead of USE_LISP_UNION_TYPE.
618 2012-06-12  Glenn Morris  <rgm@gnu.org>
620         * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
621         (opsysfile): Set specially for sol2-10.
623         * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
624         New AC_DEFINEs, for hpux11.
625         (opsysfile): Set specially for hpux11.
627 2012-06-12  Paul Eggert  <eggert@cs.ucla.edu>
629         * configure.in: Coalesce some function checking.
630         This makes 'configure' a bit smaller.
631         Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
633 2012-06-12  Glenn Morris  <rgm@gnu.org>
635         * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
637         * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
639         * configure.in: Anticipate platforms with no src/s file.
641 2012-06-12  Chong Yidong  <cyd@gnu.org>
643         * configure.in: Check for MagickMergeImageLayers (Bug#11678).
645 2012-06-11  Glenn Morris  <rgm@gnu.org>
647         * configure.in (SYSTEM_TYPE): New AC_DEFINE.
649 2012-06-09  Michael Albinus  <michael.albinus@gmx.de>
651         * configure.in (dbus_type_is_valid): Check for library function.
653 2012-06-06  Glenn Morris  <rgm@gnu.org>
655         * INSTALL, make-dist: Remove vcdiff.
657 2012-06-03  Glenn Morris  <rgm@gnu.org>
659         * INSTALL, make-dist: Remove rcs-checkin.
661 2012-06-03  Ulrich Müller  <ulm@gentoo.org>
663         * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
665 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
667         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
668         It is confusingly named and rarely useful.  See, for example,
669         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
670         * INSTALL.BZR: Don't mention --disable-maintainer-mode.
671         * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
672         * configure.in: Remove --disable-maintainer-mode.
673         (USE_MAINTAINER_MODE, MAINT): Remove.
675 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
677         Make 'configure' a bit smaller and faster.
678         * configure.in (INSTALL_INFO): Set it with one call to
679         AC_PATH_PROG, not three.
680         (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
681         so likely that it'll be needed.
682         (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
683         (AC_PROG_MAKE_SET): Remove; Automake does this.
684         (sysinfo): Do not check for this function, as it's never used.
685         (tzset): Check for this function just once.
686         * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
687         2012-05-27 manywarnings: remove duplicate -Wmultichar entry
689 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
691         * config.bat (lib): Create/update lib/stdalign.in-h and
692         lib/sys_types.in-h.
694         * lib/makefile.w32-in ($(BLD)/md5.$(O)):
695         ($(BLD)/sha1.$(O)):
696         ($(BLD)/sha256.$(O)):
697         ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
698         Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
700         * lib/getopt_.h: Regenerate.
702 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
704         Assume gnulib does largefile.
705         Gnulib does the largefile configuration anyway, so when configure.in
706         invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
707         * configure.in (AC_SYS_LARGEFILE): Remove.
708         * lib/gnulib.mk: Autoupdate.
710 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
712         Merge from gnulib.  (Bug#11527)
714         The build procedure now creates <stdalign.h> and <sys/types.h> for
715         older hosts that lack a working <stdalign.h> or whose
716         <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.  New
717         symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
718         msdos and nt builds.
720         Here is a precis of gnulib changes that seem relevant; please see
721         the gnulib ChangeLog for details.
723         2012-05-18 crypto: fix bug in large buffer handling
724         2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
725         2012-05-10 _Noreturn: port config.h to gcc -Wundef
726         2012-05-08 warnings.m4: give a means to specify the program to compile
727         2012-05-07 stdint: be more consistent with glibc, SunOS libc
728         2012-04-21 Large File Support for native Windows platforms.
729         2012-04-14 stat: Bypass buggy override in mingw64.
730         2012-03-29 stdio: don't assume gets any more
731         2012-03-24 Enable common subexpression optimization in GCC.
732         2012-02-09 maint: replace FSF snail-mail addresses with URLs
733         2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
734         2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
735         2012-01-21 stdint: Add support for Android.
736         2012-01-15 Improve support for MSVC 9.
737         2012-01-08 mktime: Avoid compilation error on Solaris 11.
738         2012-01-05 Use ', not `, for quoting output.
739         2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
740         2012-01-05 strtoimax: Work around AIX 5.1 bug.
741         2012-01-05 inttypes: Modernize.
742         2011-12-13 inttypes, stdint: add C++11 support
743         2011-11-26 Fix conflict between two instantiations of module 'unistd'.
744         2011-11-21 _Noreturn: Check that _MSC_VER is defined
745         2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
746         2011-11-09 raise: fix mingw handling of SIGPIPE
747         2011-10-27 Add stdalign module and use it in other modules.
749         * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
750         * m4/sys_types_h.m4:
751         New files.
752         * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
753         * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
754         * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
755         * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
756         * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
757         * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
758         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
759         * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
760         * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
761         * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
762         * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
763         * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
764         * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
765         * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
766         * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
767         * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
768         * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
769         * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
770         * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
771         * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
772         * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
773         * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
774         * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
775         * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
776         * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
777         * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
778         * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
779         * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
780         * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
781         * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
782         Update from gnulib.
784 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
786         Remove src/m/*.
787         * configure.in: Remove all mention of src/m/*.
788         (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
789         All uses removed.
790         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
791         (BITS_PER_LONG_LONG): Move to src/lisp.h.
792         * lib/makefile.w32-in: Remove dependencies on
793         $(EMACS_ROOT)/src/m/intel386.h.
794         * make-dist: Don't make links to src/m.
796 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
798         * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name.  (Bug#11529)
799         Without this further fix, aclocal was being invoked unnecessarily.
801 2012-05-22  Glenn Morris  <rgm@gnu.org>
803         * Makefile.in (blessmail, install-arch-dep, uninstall):
804         Check cd lib-src works.
805         (install-arch-dep, uninstall): Remove unneeded subshells.
807 2012-05-21  Glenn Morris  <rgm@gnu.org>
809         * update-subdirs: Move to build-aux/.
810         * make-dist, Makefile.in (install-arch-indep): Update for this change.
812         * Makefile.in (leimdir): New, set by configure.
813         (COPYDIR, COPYDESTS): Add leim directories.
814         (install-leim): Remove.
815         (install-arch-indep): Handle leim installation directly.
817         * vpath.sed: Remove unused file.
818         * make-dist: No more vpath.sed.
820 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
822         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
823         Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
824         even though the file's name in gnulib is m4/gnulib-comp.m4.
825         This had a problem when merging from gnulib, as the code temporarily
826         renamed it to the full name, causing problems when interrupted.
827         Now the file has its full name, with the idea that we will find
828         a solution for MS-DOS that does not affect the rest of Emacs.
829         * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
831         Assume C89 or later.
832         * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
833         (POINTER_TYPE, PROTOTYPES): Remove.
835         Make merging from gnulib a script, not a makefile action.
836         Putting it in a makefile has some problems with reflection, as
837         merging from gnulib updates 'configure', which can update the makefile.
838         Putting it in a standalone script breaks this loop.
839         * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
840         (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
841         Remove, moving the actions to the script admin/merge-gnulib.
843 2012-05-21  Glenn Morris  <rgm@gnu.org>
845         * configure.in (LEIM_INSTALLDIR):
846         Rename to leimdir, treat like lispdir.
848 2012-05-21  Glenn Morris  <rgm@gnu.org>
850         * Makefile.in (install-arch-indep, install-doc, install-info)
851         (uninstall): Scrap superfluous subshells.
853 2012-05-19  Ulrich Mueller  <ulm@gentoo.org>
855         * Makefile.in (install-etc): Respect DESTDIR.  (Bug#11518)
857 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
859         * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
860         getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
861         getsockopt, setsockopt, mremap, mempcpy.
863         * configure.in (machine): Do not set to 'vax', since src/m/vax.h
864         is being removed.
865         (AC_CHECK_FUNCS): Remove ftime.
867 2012-05-19  Glenn Morris  <rgm@gnu.org>
869         * Makefile.in (install-arch-indep): Remove unneeded subshell.
871         * Makefile.in (install-arch-indep): Remove unneeded chmod.
872         Set permissions of lisp/subdirs.el.
874         * Makefile.in (SUBDIR): Add leim.  Update users.
876         * Makefile.in (lib, lib-src, lisp): Check cd return value.
878         * Makefile.in (leim): No need to set PARALLEL.
880 2012-05-18  Glenn Morris  <rgm@gnu.org>
882         * Makefile.in (install-arch-indep, install-info, install-man):
883         Simplify some one-sided ifs.
885         * Makefile.in: Install only the relevant DOC file.
886         (install-arch-indep): Delete etc/DOC*.
887         (install-doc): No more need to delete etc/DOC.
889         * Makefile.in (install-arch-indep): Split into several rules.
890         (install-doc, innstall-info, install-man): New rules.
892         * configure.in (mandir): May as well include it in the NS app bundle.
894         * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
895         * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
896         (install-arch-indep): Don't install-etc for self-contained ns builds.
898         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
899         No longer unconditonally add /sw directories.  (Bug#2280)
901         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
902         (install-arch-indep): Depend on install-leim.
903         (install): Remove explicit install-leim dependence.
905         * Makefile.in (install-arch-indep):
906         Move last element of mkdir rule here.
907         (mkdir): Remove rule.
909         * Makefile.in (install-arch-indep): Remove unneeded chmods.
910         INSTALL_DATA does this for us.
912         * Makefile.in (install-arch-dep): Ensure bindir exists.
913         Drop mkdir dependency.
914         (install-arch-indep): Ensure docdir, infodir, mandir exist.
915         (install-leim): Drop mkdir dependency.
916         (mkdir): Remove most directories, now made in relevant rules.
918         * Makefile.in (install-arch-indep): Combine adjacent loops.
920 2012-05-17  Glenn Morris  <rgm@gnu.org>
922         * Makefile.in (install-etc, mkdir):
923         Make relevant directories in install-etc rather than mkdir.
925         * Makefile.in (write_subdir): Create the directory if needed.
926         (install-arch-dep, mkdir): No need to make site-lisp directories.
928         * Makefile.in (write_subdir): New.
929         (install-arch-indep, install-arch-dep): Use $write_subdir.
931         * configure.in (docdir, etcdir, infodir, lispdir):
932         For a self-contained ns build, set these to the appropriate values.
933         * Makefile.in (install-arch-dep): No need to move info/ any more.
935         * configure.in (ns_self_contained): New output variable.
936         * Makefile.in (ns_self_contained): New, set by configure.
937         (install-arch-dep): For a self-contained ns build,
938         don't bother installing binaries then immediately deleting them.
940         * Makefile.in (ns_appbindir, ns_appresdir):
941         Move them before things that may refer to them.
942         (install-arch-dep): No need to relocate self-contained ns libexec.
944         * configure.in (archlibdir): Set it for self-contained ns builds.
945         (libexecdir): Don't expand it now (this is mainly cosmetic).
947 2012-05-16  Paul Eggert  <eggert@cs.ucla.edu>
949         * configure.in: Simplify by removing CPP etc.
950         (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
951         (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
952         In particular we no longer need to fiddle with CPP, since we don't
953         use CPP specially any more.
954         (gl_EARLY): Invoke this after adjusting CC, so that it uses the
955         adjusted compiler.
956         (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
957         since gl_EARLY and/or Autoconf already does these.
959 2012-05-16  Glenn Morris  <rgm@gnu.org>
961         * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
962         (CPP): Do not unconditionally set it on Darwin.
963         Instead, try to test if -no-cpp-precomp is accepted.
964         (CPP_TEST_OPTIONS, SPECIFIED_CPP): New.  (Bug#9755)
966 2012-05-15  Glenn Morris  <rgm@gnu.org>
968         * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
970         * Makefile.in (install-arch-dep): Do not hard-code version number.
972         * Makefile.in (install-arch-dep): NS install no longer needs to
973         symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
975 2012-05-12  Glenn Morris  <rgm@gnu.org>
977         * configure.in (ns_appbindir): Remove trailing "/".
979         * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
980         (MKDEPDIR): Use $MKDIR_P.
981         * Makefile.in (MKDIR_P): New, set by configure.
982         (mkdir): Use $MKDIR_P.
984 2012-05-11  Glenn Morris  <rgm@gnu.org>
986         * Makefile.in (install-arch-indep): There are no more Makefile.c files.
987         Use INSTALL_DATA for the DOC file.
988         Remove dead code for ./lisp that never executes.
990 2012-05-10  Glenn Morris  <rgm@gnu.org>
992         * configure.in (LEIM_INSTALLDIR): New output variable.
994 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
998 2012-05-08  Glenn Morris  <rgm@gnu.org>
1000         * make-dist: No more doc/lispref/*.el.
1002 2012-05-05  Andreas Schwab  <schwab@linux-m68k.org>
1004         * configure.in: Fix quoting bugs.
1006 2012-05-04  Glenn Morris  <rgm@gnu.org>
1008         * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1010 2012-05-02  Glenn Morris  <rgm@gnu.org>
1012         * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1013         the choices made by FreeBSD and NetBSD.  (Bug#10313)
1015         * Makefile.in (INFO_FILES): Remove variable.
1016         (INFO_NONMISC): New variable.
1017         (install-arch-indep, uninstall): Don't use $INFO_FILES.
1019         * Makefile.in (uninstall): Remove useless-use-of-for; that for
1020         some reason caused problems on an old Solaris.
1022         * Makefile.in (install-arch-indep, uninstall):
1023         Ensure that INSTALL-type commands are run from top-level.
1025         * info/dir: Make some entries consistent with the source texi files.
1027         * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1029 2012-05-02  Glenn Morris  <rgm@gnu.org>
1031         * Makefile.in (install-arch-indep):
1032         Combine adjacent install-data and install-info loops.
1034 2012-05-01  Glenn Morris  <rgm@gnu.org>
1036         * Makefile.in (MAN_PAGES): Remove.
1037         (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1039         * configure.in: Try libtinfo for tputs.
1040         (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found.  (Bug#9741)
1042         * configure.in: Combine adjacent $opsys case blocks.
1044         * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1046         * configure.in: Invert the TERMINFO logic,
1047         since "yes" is far more common than "no".
1049         * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1051         * configure.in (LD_SWITCH_X_SITE_RPATH):
1052         Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1054         * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1056 2012-04-26  Glenn Morris  <rgm@gnu.org>
1058         * make-dist: No more doc/lispref/tindex.pl.
1060 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
1062         * configure.in (dbus_validate_bus_name, dbus_validate_path)
1063         (dbus_validate_interface, dbus_validate_member): Check also for
1064         these library functions.
1066 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
1068         * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1069         With glibc 2.14 or later, when compiled with GCC 4.7.0's
1070         -Werror=deprecated-declarations flag, use of hooks like
1071         __malloc_initialize_hook causes compilation to fail because these
1072         hooks are deprecated.  Modify 'configure' to check for these hooks too.
1073         Simplify the 'configure' code to test for all the hooks at once.
1074         (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1075         (emacs_cv_var_doug_lea_malloc): ... this new var.
1077 2012-04-21  Paul Eggert  <eggert@cs.ucla.edu>
1079         Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1080         dated 2011-10-07.  Regenerating from current gnulib would be a
1081         pervasive change, and currently the trunk isn't open to such changes.
1082         * configure.in (WARN_CFLAGS): Remove; no longer needed now
1083         that gnulib does it.
1084         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1086 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
1088         * m4/gl-comp.m4: Update.  (Bug#11285)
1090 2012-04-20  Ludovic Courtès  <ludo@gnu.org>
1092         * configure.in: Don't use the -R option (Bug#11251).
1094 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1096         configure: new option --enable-gcc-warnings (Bug#11207)
1097         I have been using this change for many months in my private copy
1098         of Emacs, and have used it to find several bugs.  It's mature
1099         enough to publish now.
1100         * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1101         * configure.in: Support --enable-gcc-warnings, in the style of
1102         other GNU packages such as coreutils.
1103         (C_WARNINGS_SWITCH): Remove, replacing with...
1104         (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1105         (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1106         when including system files with GCC.
1107         * etc/NEWS: Mention --enable-gcc-warnings.
1108         * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
1109         * lib/Makefile.am (AM_CFLAGS): New macro.
1110         * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1112 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
1114         * configure.in (AC_CHECK_FUNCS):
1115         Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1117 2012-04-16  Glenn Morris  <rgm@gnu.org>
1119         * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1121         * configure.in: Remove X libs workaround for old autoconf.
1123 2012-04-12  Ken Brown  <kbrown@cornell.edu>
1125         * configure.in: Warn that Cygwin 1.5 is unsupported.  (Bug#10398)
1127 2012-04-11  Glenn Morris  <rgm@gnu.org>
1129         * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1131 2012-04-10  Glenn Morris  <rgm@gnu.org>
1133         * configure.in: Conditionally generate admin/unidata/Makefile.
1135 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1137         * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
1139 2012-04-09  Glenn Morris  <rgm@gnu.org>
1141         * Makefile.in (leim): Check cd return value.  Pass fewer variables.
1142         (install-leim): Check cd return value.  Pass $MFLAGS.
1143         (install-strip): Pass $MFLAGS.
1145         * configure.in: Require makeinfo >= 4.7.  (Bug#10910)
1146         Eg org.texi has been using 4.7 functions for some time.
1148 2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
1150         Check pkg-config exit status when configuring (Bug#10626).
1151         * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1152         works; check its exit status.  Problem reported by Jordi Gutiérrez
1153         Hermoso in
1154         <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1156 2012-04-07  Glenn Morris  <rgm@gnu.org>
1158         * README, configure.in (AC_INIT): Bump version to 24.1.50.
1160 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1162         * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1164 2012-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1166         configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1167         * configure.in (LIBS_TERMCAP): Default this to the result of
1168         the tputs library search.  Do a run-time test for the linkability
1169         of tputs unless cross-compiling, as that's more reliable if the
1170         link flags and libraries are messed up.  Don't change LIBS as
1171         a result of the test, as that may mess up later tests.
1173 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
1175         * make-dist (README.W32): Include file in source tarball. (Bug#9750)
1177         * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1178         specific makefiles to support getopt_.h generation with MSVC.
1180 2012-02-04  Glenn Morris  <rgm@gnu.org>
1182         * Makefile.in (uninstall):
1183         Handle compressed info files and man pages.  (Bug#10718)
1185 2012-02-02  Glenn Morris  <rgm@gnu.org>
1187         * configure.in [HAVE_NS]:
1188         Error if use --without-toolkit-scroll-bars.  (Bug#10673)
1190 2012-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1192         Port to older Solaris 10 versions (Bug#10677).
1193         Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1194         I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1195         possibly this is because Sun fixed the 'stat' bug in my version.
1196         * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1197         * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1198         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1199         These changes are based on gnulib version
1200         4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1201         because Emacs is in feature freeze and we do not want to merge any
1202         more-recent changes from gnulib.
1204 2012-01-31  Glenn Morris  <rgm@gnu.org>
1206         * configure.in: Throw an explicit error if Motif toolkit was
1207         requested but requirements could not be found.
1209         * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1211 2012-01-30  Eli Zaretskii  <eliz@gnu.org>
1213         * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1214         $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
1215         with "make -j3".
1217 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
1219         * .bzrignore: Ignore etc/__pycache__.
1221 2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
1223         Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1224         * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1225         to gmalloc.c.  This should prevent a MirBSD 10 build failure reported
1226         by Nelson H. F. Beebe in
1227         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1229 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
1231         * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1233 2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
1235         * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1236         instead of LDFLAGS (Bug#10230).
1238 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1240         * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1242         Propagate configure flags to sub-configures.
1243         * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1244         New macros.
1245         (config.status, bootstrap): Use them to propagate configure flags
1246         to sub-configures.
1247         * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1249 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1251         * .bzrignore: Add config.cache.
1253 2011-11-27  Jan Djärv  <jan.h.d@swipnet.se>
1255         * configure.in: Check for gtk_window_set_has_resize_grip.
1257 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1259         * configure.in (HAVE_XPM): Fix typo.
1261 2011-11-22  Glenn Morris  <rgm@gnu.org>
1263         * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1264         have confusing effects on the build.  (Bug#6401)
1266         * Makefile.in (install-arch-dep): Tweak previous change.
1268 2011-11-22  Yavor Doganov  <yavor@gnu.org>
1270         Do not install arch-dependent files in the app bundle if
1271         --disable-ns-self-contained is requested.  (Bug#1335)
1272         * configure.in (exec_prefix, libexecdir): Define relative to
1273         `ns_appbindir' only if configured for a self-contained app.
1274         * Makefile.in (install-arch-dep): Test for the existence of
1275         libexec in the Emacs.app bundle before executing commands.
1277 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
1279         * configure.in: Remove reference to src/m/ibms390.h.
1281 2011-11-13  Glenn Morris  <rgm@gnu.org>
1283         * INSTALL: Tiny updates for disk space used during installation.
1285 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
1287         * lib/makefile.w32-in (FRC): New dummy target.
1288         (TAGS): Depend on FRC.
1290 2011-11-04  Glenn Morris  <rgm@gnu.org>
1292         * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1293         Do not include GnuTLS version info in final summary message.
1295 2011-10-31  Eli Zaretskii  <eliz@gnu.org>
1297         * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1298         they exist there, else from autogen/.
1300         * make-dist (msdos): Add depfiles.bat and inttypes.h.
1302 2011-10-25  Nali Toja  <nalitoja@gmail.com>  (tiny change)
1304         * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var.  (Bug#9868)
1306 2011-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1308         * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1309         if the library is found.  Otherwise, later configure-time tests,
1310         such as the test for pthread_sigmask, generate the wrong results
1311         on some platforms.  Problem reported for FreeBSD by Nali Toja.
1313 2011-10-20  Paul Eggert  <eggert@cs.ucla.edu>
1315         Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1316         * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1317         Remove; no longer needed, now that we defer to strftime for time
1318         zone names.
1320 2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
1322         * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1324 2011-10-18  Chong Yidong  <cyd@gnu.org>
1326         * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1328 2011-10-13  Glenn Morris  <rgm@gnu.org>
1330         * configure.in: Also look for tputs in libcurses.  (Bug#9736)
1332 2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1334         * configure.in: Remove check for -lintl (Bug#9713).
1335         The check could break 'configure' on GNU/Linux with a (broken) libintl.
1336         The check was helpful but not essential in Solaris 2.6 (1997),
1337         and is no longer needed in Solaris 8 (2000).  Solaris 2.6 is
1338         obsolete -- Sun dropped support for it in 2006 -- and without
1339         access to that Silurian platform we can't maintain the code anyway.
1341 2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
1343         Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1344         * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1345         * m4/gnulib-common.m4: Merge from gnulib.
1346         Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1347         command not found" on powerpc-apple-darwin9.8.0.
1349         * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1350         This is now done by src/alloc.c.
1352 2011-10-02  Richard Stallman  <rms@gnu.org>
1354         * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1355         and xlinux_second_failure to xgnu_linux_second_failure.
1357 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
1359         * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1360         lib/signal.in-h.
1362         * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1363         Rename signal.in.h and alloca.in.h.
1365 2011-09-28  Eli Zaretskii  <eliz@gnu.org>
1367         * INSTALL: Mention that m17n libraries and libotf are needed for
1368         Arabic shaping.
1370 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1372         Merge from gnulib, improving some licensing wording.
1373         This clarifies and fixes some licensing issues raised by Glenn Morris
1374         <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1375         It also merges the latest version of texinfo.tex and has some
1376         MSVC-related changes that don't affect Emacs.
1377         * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1378         pathmax, and raise, since these are needed only to address
1379         MSVC-related issues that Emacs doesn't have.
1380         * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1381         * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1382         * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1383         * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1384         * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1385         * m4/unistd_h.m4: Merge from gnulib.
1387 2011-09-26  Andreas Schwab  <schwab@linux-m68k.org>
1389         * configure.in: Initialize HAVE_LIBXML2.
1391 2011-09-26  Glenn Morris  <rgm@gnu.org>
1393         * make-dist: Add lib/makefile.w32-in.
1395 2011-09-24  Glenn Morris  <rgm@gnu.org>
1397         * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1399 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401         * .dir-locals.el: Change the debbugs regexp to allow having the
1402         bug number as the first thing on a line.
1404 2011-09-15  Glenn Morris  <rgm@gnu.org>
1406         * configure.in: Make configure work with recent GNUsteps.
1407         (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1408         (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1409         (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1411 2011-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1413         Merge from gnulib, porting to Tru64.
1414         * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1415         * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1416         Merge from gnulib.  This fixes a compilation error on Tru64 UNIX
1417         aka OSF/1 5.1 DTK cc.  There is also some mingw stuff here that
1418         doesn't affect Emacs.
1420 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1422         * configure.in (isnan): Remove now-unnecessary check.
1424 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1426         Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1427         This is to fix the following problems:
1428          . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1429            configured not to use gtk or any other thread-using library,
1430            signals aren't blocked correctly.
1431          . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1432            and IRIX's signal handling.
1433          . On Cygwin 1.7.5 it works around an incompatibility with
1434            the system pthread_sigmask.
1435          . On MacOS X 10.5 (32-bit), files whose inode numbers
1436            exceed 2**31 cannot be read or manipulated.
1437          . pthread_sigmask: Actually use results of gl_THREADLIB.
1438          . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1439          . find 'ar' program that fits with --host argument.
1440          . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1441         * autogen/README: Update destination list.
1442         * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1443         The autogenerated files compile, config.guess,
1444         config.sub, depcomp, install-sh, and missing are now in build-aux.
1445         * m4/largefile.m4: New file, so that Emacs does not mess up when
1446         accessing files with large inode numbers in MacOS X 10.5 and later.
1447         * m4/nocrash.m4: New file, to avoid triggering background debugger
1448         and/or create core dumps during 'configure'.
1449         * build-aux/move-if-change: Renamed from move-if-change.
1450         * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1451         * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1452         * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1453         * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1454         * Makefile.in (epaths-force, sync-from-gnulib):
1455         move-if-change is now in build-aux.
1456         (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1457         of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1458         (mkdir): install-sh is now in build-aux.
1459         * config.bat: c++defs.h is now in build-aux/snippets.
1460         * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1461         usual parameter).
1462         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1463         * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1464         to build-aux/snippet.
1465         * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1466         * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1467         Merge from gnuilib.  This fixes porting bugs on Cygwin, Irix, and
1468         Solaris, enables MacOS extensions, and enables nocrash during
1469         'configure'.
1470         * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1472 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1474         * configure.in (snprintf): New check.
1476 2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1478         * configure.in (opsys): Change pattern to *-*-linux*
1479         to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1480         Remove unreachable pattern hppa*-*-linux-gnu*.
1481         Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1482         and that can't possibly work now that src/m/hp800.h no longer exists.
1484 2011-08-26  Jan Djärv  <jan.h.d@swipnet.se>
1486         * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1488 2011-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1490         * configure.in: Add header check: sys/socket.h (Bug#8477),
1491         ifaddrs.h, net/if_dl.h.  Check for getifaddrs and freeifaddrs.
1492         Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1494 2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
1496         * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1497         (HAVE_GTK_AND_PTHREAD): Remove.
1499 2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
1501         * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1502         build, not just GNUstep (Bug#9177).
1504 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1506         Assume freestanding C89 headers, string.h, stdlib.h.
1507         Again, this simplifies the code, and all current platforms have these.
1508         * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1509         (AC_HEADER_STDC): Remove.
1510         (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1511         (strchr, strrchr): Remove fallback macros.
1513         Assume support for memcmp, memcpy, memmove, memset.
1514         This simplifies the code a bit.  All current platforms have these,
1515         as they are required for C89.  If this turns into a problem we
1516         can add the gnulib modules for these (a 1-line change to Makefile.in).
1517         * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1519 2011-07-27  Paul Eggert  <eggert@cs.ucla.edu>
1521         * GNUmakefile: New file.
1522         This is for convenience, so that one can run GNU make in an
1523         unconfigured source tree, and get a default build.
1525 2011-07-13  Jan Djärv  <jan.h.d@swipnet.se>
1527         * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1529 2011-07-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1531         * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1532         so as to suppress address randomization (Bug#8395).
1534 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1536         * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1537         This fixes a build problem on older Mac OS X hosts.
1539         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1540         test, which runs afoul of Automake installations where, for example,
1541         /usr/share/aclocal contains a copy of gl_THREADLIB.
1542         Problem reported by Sven Joachim in
1543         <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1544         This is just a quick temporary fix, specific to Emacs; I'll work
1545         with the other gnulib maintainers to get a more-permanent fix.
1547         Add gnulib's strtoimax module, needed on Solaris 8.
1548         * Makefile.in (GNULIB_MODULES): Add strtoimax.
1549         * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1550         automatically imported from gnulib.
1551         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1553 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
1555         Add gnulib support for pthread_sigmask (Bug#9010).
1556         * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1557         * configure.in (AC_TYPE_UID_T): New dummy macro.
1558         Configure gnulib after adjusting LIBS,
1559         so that gnulib can assume the libraries in LIBS.
1560         * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1561         * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1562         * lib/pthread_sigmask.c:
1563         New files, automatically imported from gnulib.
1564         * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1565         due to the above changes.
1566         * .bzrignore: Add lib/signal.h.
1568         * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1570 2011-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1572         * configure.in (maintainer-mode): Reflect default in help string.
1574 2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1576         * configure.in: Remove reference to iris4d.h.
1578 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
1580         * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1582 2011-07-01  Glenn Morris  <rgm@gnu.org>
1584         * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1586 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588         * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1589         which made ./configure infloop.
1591 2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
1593         * configure.in (gsettings): New option and check for GSettings.
1595 2011-06-29  Glenn Morris  <rgm@gnu.org>
1597         * configure.in: Try to test for the required crt*.o files.
1599 2011-06-27  Bill Wohler  <wohler@newt.com>
1601         * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1603 2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
1605         Use gnulib's dup2 module instead of rolling our own.
1606         * Makefile.in (GNULIB_MODULES): Add dup2.
1607         * configure.in: Do not check for dup2; gnulib does that now.
1608         * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1610 2011-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1612         * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1614 2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1616         Use gnulib's alloca-opt module.
1617         * .bzrignore: Add lib/alloca.h.
1618         * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1619         * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1620         as gnulib now does that for us.  Put alloca check in config.h.
1621         Include <alloca.h> before any other include file, for AIX 3.
1622         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1623         * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1625 2011-06-21  Leo Liu  <sdl.web@gmail.com>
1627         * m4/sha256.m4:
1628         * m4/sha512.m4:
1629         * m4/gl-comp.m4:
1630         * lib/u64.h:
1631         * lib/sha256.c:
1632         * lib/sha256.h:
1633         * lib/sha512.c:
1634         * lib/sha512.h:
1635         * lib/makefile.w32-in (GNULIBOBJS):
1636         * lib/gnulib.mk:
1637         * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1638         crypto/sha512 modules from gnulib.
1640 2011-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1642         * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1644 2011-06-17  Glenn Morris  <rgm@gnu.org>
1646         * configure.in: Restore the behavior of checking crt-dir only
1647         when the user specified it (not all platforms use it).
1649 2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1651         * m4/lstat.m4: Merge from gnulib (Bug#8878).
1653 2011-06-16  Miles Bader  <miles@gnu.org>
1655         * configure.in: Try to determine CRT_DIR automatically when
1656         using gcc.
1658 2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1660         * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1661         * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1662         * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1663         * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1664         * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1665         Merge from gnulib.
1667 2011-06-14  Jan Djärv  <jan.h.d@swipnet.se>
1669         * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1671 2011-06-08  Paul Eggert  <eggert@cs.ucla.edu>
1673         * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1675 2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1677         * configure.in: Add --with-wide-int.
1678         * INSTALL: Mention this.
1680 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1682         Merge from gnulib.
1683         * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1685 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1687         * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1689 2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1691         Use 'inline', not 'INLINE'.
1692         * configure.in (INLINE): Remove.
1694 2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1696         Adjust to recent gnulib change for @GUARD_PREFIX@.
1697         * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1698         All uses of _GL_ for guard prefixes in lib/*.h replaced with
1699         _@GUARD_PREFIX@_.
1701 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1703         * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1705 2011-05-24  Glenn Morris  <rgm@gnu.org>
1707         * Makefile.in (check): Just give a message if no test/ directory.
1709         * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1711         * configure.in (OPT_MAKEFILES_IN): Remove.
1712         (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1713         (SUBDIR_MAKEFILES_IN): New output variable.
1714         * Makefile.in (OPT_MAKEFILES_IN): Remove.
1715         (SUBDIR_MAKEFILES_IN): Let configure set it.
1717 2011-05-24  Leo Liu  <sdl.web@gmail.com>
1719         * m4/sha1.m4:
1720         * m4/gl-comp.m4:
1721         * lib/sha1.h:
1722         * lib/sha1.c:
1723         * lib/makefile.w32-in (GNULIBOBJS):
1724         * lib/gnulib.mk:
1725         * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1727 2011-05-24  Glenn Morris  <rgm@gnu.org>
1729         * configure.in: Remove test for already configured source directory.
1730         AM_INIT_AUTOMAKE has already done a more stringent test.  (Bug#953)
1732         * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1734 2011-05-24  Glenn Morris  <rgm@gnu.org>
1736         * make-dist: Don't distribute test/.  (Bug#8107)
1737         * configure.in (OPT_MAKEFILES_IN): New output variable.
1738         (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1739         * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1740         (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1741         (check): Give an explicit error if test/ is not present.
1743         * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1744         (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1745         (Makefile): Use $SUBDIR_MAKEFILES_IN.
1747 2011-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1749         * lib/verify.h: Merge from gnulib.
1751 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1753         * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1754         Merge from gnulib.
1756 2011-05-21  Andreas Schwab  <schwab@linux-m68k.org>
1758         * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1760 2011-05-20  Eli Zaretskii  <eliz@gnu.org>
1762         * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1764         * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1766 2011-05-20  Glenn Morris  <rgm@gnu.org>
1768         * configure.in (lisp_frag): New output file.
1770 2011-05-19  Glenn Morris  <rgm@gnu.org>
1772         * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1773         (WINDOW_SUPPORT): Remove output variables that are no longer used.
1775 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1777         * lib/gnulib.mk:
1778         * lib/intprops.h:
1779         * lib/unistd.in.h:
1780         * m4/inttypes.m4:
1781         * m4/stdint.m4:
1782         * m4/unistd_h.m4: Sync from gnulib.
1784 2011-05-14  Glenn Morris  <rgm@gnu.org>
1786         * configure.in: Treat failure to find an X toolkit the same way we treat
1787         failure to find X and image support.
1789 2011-05-12  Glenn Morris  <rgm@gnu.org>
1791         * Makefile.in (src, install-arch-indep, bootstrap-clean)
1792         (check-declare): Shell portability fixes.  (Bug#8642)
1794 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1796         * configure.in: Require GnuTLS 2.6.x or higher.
1798 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1800         Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1801         * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1802         * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1804         * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1805         This new gnulib-tool option saves 'configure' the trouble of
1806         checking for strtoull when strtoumax exists.
1808         * configure.in (BITS_PER_LONG_LONG): New macro.
1810 2011-05-05  Glenn Morris  <rgm@gnu.org>
1812         * Makefile.in (bootstrap-clean): Save config.log.  (Bug#765)
1813         (top_distclean): Delete config.log~.
1815 2011-04-27  Ben Key  <bkey76@gmail.com>
1817         * configure.in: Fixed a bug that caused configure with
1818         --enable-checking=stringoverrun to have no effect.
1820 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1822         * configure.in: Suppress unnecessary checks for size_t.
1823         (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1824         (size_t): Do not check for this, and do not typedef.  This code
1825         is never exercised now.
1827         * Makefile.in (GNULIB_MODULES): Add strtoumax.
1828         This is needed for the new integer-reading code in lread.c.
1829         It automatically pulls in the following gnulib files, which
1830         are used on old-fashioned platforms that don't have strtoumax:
1831         lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1832         lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1833         m4/strtoull.m4, m4/strtoumax.m4.
1834         * .bzrignore: Add lib/inttypes.h.
1836 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1838         * configure.in: Check for GnuTLS certificate verify callbacks.
1840 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * Makefile.in (config.status): Don't erase in case of error.
1843         In case it disappeared, rebuild it with `configure'.
1845 2011-04-20  Ken Brown  <kbrown@cornell.edu>
1847         * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1849 2011-04-12  Glenn Morris  <rgm@gnu.org>
1851         * configure.in: Require ImageMagick >= 6.2.8.  (Bug#7955)
1853 2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
1855         * lib/allocator.c: New file, automatically generated by gnulib.
1857 2011-04-07  Glenn Morris  <rgm@gnu.org>
1859         * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1861 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1863         * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1864         Revert last change.
1866 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
1868         * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1869         ($(BLD)/careadlinkat.$(O)): New target.
1870         ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1871         ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1872         Update dependencies.
1874 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1876         Fix more problems found by GCC 4.6.0's static checks.
1878         * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1880         Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1881         * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1882         * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1883         * m4/ssize_t.m4: New files, automatically generated from gnulib.
1885 2011-04-06  Glenn Morris  <rgm@gnu.org>
1887         * autogen/update_autogen: Handle loaddefs-like files as well.
1888         (usage): Add -l, -C.
1889         (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1890         With -l, check status of lisp/ as well.
1891         With -C, clean before building.
1892         (autoreconf): Only pass -f in the `clean' case.
1893         (commit): New function.
1895 2011-03-28  Glenn Morris  <rgm@gnu.org>
1897         * autogen/update_autogen: Pass -f to autoreconf.
1899         * autogen.sh (get_version): Discard "not found" lines.
1900         (check_version): Respect $AUTOCONF etc environment variables.
1902 2011-03-27  Glenn Morris  <rgm@gnu.org>
1904         * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1905         (AH_BOTTOM): Do not define SIGTYPE.
1907 2011-03-26  Glenn Morris  <rgm@gnu.org>
1909         * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1910         AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1912 2011-03-25  Andreas Schwab  <schwab@linux-m68k.org>
1914         * autogen/update_autogen: Remove useless function keyword.
1916 2011-03-25  Eli Zaretskii  <eliz@gnu.org>
1918         * config.bat: Generate src/config.h and lib/Makefile from
1919         autogen/config.in and autogen/Makefile.in.
1921 2011-03-25  Glenn Morris  <rgm@gnu.org>
1923         * compile, config.guess, config.sub, depcomp, install-sh, missing:
1924         Remove; autoreconf can supply them.
1925         * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1926         config.guess, install-sh.  Pass -i to autoreconf.
1927         * autogen/update_autogen (genfiles): Add compile, config.guess,
1928         config.sub, depcomp, install-sh, missing.  Pass -i to autoreconf.
1929         Discard non-error output from autoreconf in -q case.
1930         * autogen/compile, autogen/config.guess, autogen/config.sub:
1931         * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1932         * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1933         install-sh, missing.
1935 2011-03-23  Glenn Morris  <rgm@gnu.org>
1937         * autogen/update_autogen: Fix typo.
1938         (msg): Remove function; use `exec' instead.
1940         * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1941         (sync-from-gnulib): Don't sync mkinstalldirs.
1942         * make-dist: Don't distribute mkinstalldirs.
1944 2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1946         Fix more problems found by GCC 4.5.2's static checks.
1947         * Makefile.in (GNULIB_MODULES): Add socklen.
1948         * configure.in: Do not check for sys/socket.h, since socklen does that.
1949         * m4/socklen.m4: New automatically-generated file, from gnulib.
1951         fakemail: Remove dependency on ignore-value.
1952         * Makefile.in (GNULIB_MODULES): Add stdio.
1953         * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1954         imported from gnulib.
1955         * .bzrignore: Add lib/stdio.h.
1957 2011-03-22  Glenn Morris  <rgm@gnu.org>
1959         * autogen/copy_autogen: Work from ./ or ../.
1960         Fix time-stamps.
1961         * autogen.sh: Doc fix.
1963 2011-03-20  Glenn Morris  <rgm@gnu.org>
1965         * autogen/: New directory, to be excluded from releases.
1966         * autogen/copy_autogen, autogen/update_autogen: New scripts.
1967         * autogen/README: New file.
1968         * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1969         * autogen/Makefile.in: Add auto-updated generated files.
1970         * autogen.sh: No longer a no-op, now it tests for autotools
1971         and runs them as necessary.
1972         * configure.in: Default maintainer-mode to on.
1973         * aclocal.m4, configure, lib/Makefile.in: Remove files.
1975 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1977         Update for gnulib.
1978         * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1979         includes <intprops.h> directly.
1980         * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1981         when building Emacs on Solaris 9 and running it on Solaris 10.
1983 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
1985         * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
1987 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1989         * Version 23.3 released.
1991 2011-03-06  Glenn Morris  <rgm@gnu.org>
1993         * configure.in (FREETYPE_LIBS): Actually set it to something.
1995 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1997         Work around some portability problems with symlinks.
1999         * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2000         * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2001         * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2002         * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2003         * m4/symlink.m4:
2004         New files, automatically generated from gnulib.
2005         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2006         * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2008 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
2010         * .bzrignore: Ignore new lib/*.in-h files.
2012         * config.bat: Rename stdint.in.h and sys_stat.in.h.  Call
2013         depfiles.bat even if lib/deps already exist.
2015 2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2017         * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
2018         * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2019         recent changes to configure.in and to gnulib.
2021 2011-02-24  Glenn Morris  <rgm@gnu.org>
2023         * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2024         AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2026 2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2028         Assume S_ISLNK etc. work, since gnulib supports this.
2029         * Makefile.in (GNULIB_MODULES): Add sys_stat.
2030         * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2031         Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2032         * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2034 2011-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2036         * lib/min-max.h: New file, for "min" and "max".
2038 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
2040         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
2041         $(EMACS_ROOT)/nt/inc/stdint.h.
2043 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
2045         * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2046         src/makefile.w32-in and adapt.  Depend on stamp_BLD.
2047         (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2049 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2051         Import filemode module from gnulib.
2052         * .bzrignore: Add lib/sys/.
2053         * Makefile.in (GNULIB_MODULES): Add filemode.
2054         * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2055         * lib/filemode.c: Renamed from src/filemode.c and regenerated
2056         from gnulib.  This adds support for some more file types, e.g.,
2057         Cray DMF migrated files.
2058         * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2059         * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2060         * m4/sys_stat_h.m4: New files, generated from gnulib.
2061         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2062         Regenerate.
2064 2011-02-20  Eli Zaretskii  <eliz@gnu.org>
2066         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2067         $(EMACS_ROOT)/nt/inc/sys/stat.h.
2069 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2071         * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2072         This undoes the 2006-01-02 change.  The -Wno-pointer-sign option
2073         is no longer needed, due to the recent SSDATA and related changes.
2074         Perhaps -Wno-pointer-sign should also be removed from
2075         nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2076         way to test this so I left it alone.
2077         * configure: Regenerate.
2079 2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
2081         * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2082         src/makefile.w32-in.
2084 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2086         Import crypto/md5 and stdint modules from gnulib.
2087         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2088         Regenerate.
2089         * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2090         Import the new versions from gnulib; they assume a C99-style
2091         <stdint.h>, supplied by the stdint module.
2092         * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2093         imported from gnulib.
2094         * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2095         * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2096         special cases.
2098 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
2100         * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
2101         Add lib/deps/.
2103         * config.bat: Configure in `lib'.
2104         Generate *.Po files in lib/deps.
2106 2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
2108         Import IRIX 6.5 getloadavg fixes from gnulib.
2109         * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2111 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2113         Import getloadavg module from gnulib.
2114         * .bzrignore: Add lib/stdlib.h.
2115         * Makefile.in (GNULIB_MODULES): Add getloadavg.
2116         * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2117         * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2118         (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2119         Remove; gnulib does this now.
2120         * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2121         from gnulib.  This adds support for several other systems, such
2122         as Tru64 4.0D, QNX, AIX perfstat, etc.  It also fixes a potential
2123         buffer overrun on Linux hosts under very high load, and on hosts
2124         that maintain a channel to the load average file it makes sure
2125         the file descriptor is close-on-exec (on hosts that support this)
2126         and is not stdin, stdout, or stderr.
2127         * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2128         from gnulib.
2129         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2130         * src/config.in: Regenerate.
2132 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2134         Merge from gnulib.
2136         * install-sh: Update to scriptversion 2011-01-19.21.
2138         2011-02-13  Bruno Haible  <bruno@clisp.org>
2140         Consistent macro naming for macros that use GCC __attribute__.
2141         * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
2142         ATTRIBUTE_DEPRECATED.
2144         2011-02-12  Bruno Haible  <bruno@clisp.org>
2146         setlocale: Prefer gnulib's override over libintl's override.
2147         * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2148         GNULIB_defined_setlocale is set.
2150 2011-02-13  Glenn Morris  <rgm@gnu.org>
2152         * make-dist: Exclude generated file src/globals.h.
2154 2011-02-10  Paul Eggert  <eggert@cs.ucla.edu>
2156         * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2157         Sync from gnulib, which has been patched to fix the problem
2158         with the license notices.  Problem reported by Glenn Morris in
2159         <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2161 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * .bzrignore: Ignore globals.h and related stamp.
2165 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
2167         * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2168         This merges the following fix from gnulib:
2170         2011-02-08  Bruno Haible  <bruno@clisp.org>
2172         Split large sed scripts, for HP-UX sed.
2174 2011-02-08  Tom Tromey  <tromey@redhat.com>
2176         * configure: Rebuild.
2177         * configure.in (NS_OBJC_OBJ): New subst.
2179 2011-02-06  Paul Eggert  <eggert@cs.ucla.edu>
2181         gnulib: allow multiple gnulib generated replacements to coexist
2182         This defines a few preprocessor symbols that should not affect Emacs.
2183         * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2184         via "make sync-from-gnulib".
2186         gnulib: undo previous change
2187         The upstream _HEADERS change was backed out of gnulib (see the
2188         same thread).  Stay in sync with gnulib.
2190         gnulib: adjust to upstream _HEADERS change
2191         * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2192         New empty macros, to accommodate recent changes to gnulib.  See
2193         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2194         * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2195         * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2196         * lib/time.in.h, lib/unistd.in.h:
2197         Regenerate.
2199 2011-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2201         sync from gnulib to remove HAVE_STDBOOL_H
2202         * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2203         AC_HEADER_STDBOOL.  All uses changed.  Do not define
2204         HAVE_STDBOOL_H, as gnulib does not need this.  This change is
2205         imported from the latest Autoconf git.  It was motivated by Emacs,
2206         which uses gnulib but does not need HAVE_STDBOOL_H.
2207         * configure, src/config.in: Regenerate.
2208         * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2210 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2212         allow C code to suppress warnings about ignored return values
2213         * Makefile.in (GNULIB_MODULES): Add ignore-value.
2214         * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2215         * lib/ignore-value.h: New file.
2217 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
2219         * configure.in: Test existence of xaw3d library, not just the
2220         header (Bug#7642).
2222 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
2224         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2225         $(BLD)/time_r.$(O).
2226         ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2227         $(EMACS_ROOT)/src/m/intel386.h.
2228         ($(BLD)/strftime.$(O)):
2229         ($(BLD)/time_r.$(O)): Define prerequisites.
2231 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2233         src/emacs.c now gets version number from configure.in
2234         * configure.in (version): Set this from $PACKAGE_VERSION,
2235         which is set from AC_INIT, rather than scouting through src/emacs.c.
2236         * configure: Regenerate.
2237         * make-dist (version): Get it from configure.in, not src/emacs.c.
2239 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2241         strftime: import from gnulib
2242         * Makefile.in (GNULIB_MODULES): Add strftime.
2243         * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2244         needed.
2245         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2246         Regenerate.
2247         * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2248         imported from gnulib.
2249         * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2250         This incorporates many changes from gnulib, including simpler
2251         handling of multibyte formats, porting to mingw32 and other
2252         platforms, and support for higher-resolution time stamps.
2253         Emacs does not yet use the higher-resolution interface.
2255 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2257         gnulib: import mktime and move-if-change fixes from gnulib
2259         * configure: Regenerate from the following.
2261         2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2263         mktime: clarify long_int width checking
2264         * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2265         the top level, to make it clearer that the assumption about
2266         long_int width is being checked.  See
2267         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2269         2011-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2271         TYPE_MAXIMUM: avoid theoretically undefined behavior
2272         * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2273         negative number, which the C Standard says has undefined behavior.
2274         In practice this is not a problem, but might as well do it by the book.
2275         Reported by Rich Felker and Eric Blake; see
2276         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2277         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2278         * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2280         mktime: #undef mktime before #defining it
2281         * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2283         mktime: systematically normalize tm_isdst comparisons
2284         * lib/mktime.c (isdst_differ): New function.
2285         (__mktime_internal): Use it systematically for all isdst comparisons.
2286         This completes the fix for libc BZ #6723, and removes the need for
2287         normalizing tm_isdst.  See
2288         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2289         (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2291         mktime: fix some integer overflow issues and sidestep the rest
2293         This was prompted by a bug report by Benjamin Lindner for MinGW
2294         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2295         His bug is due to signed integer overflow (0 - INT_MIN), and I
2296         I scanned through mktime.c looking for other integer overflow
2297         problems, fixing all the bugs I found.
2299         Although the C Standard says the resulting code is still not safe
2300         in the presence of integer overflow, in practice it should be good
2301         enough for all real-world two's-complement implementations, except
2302         for debugging environments that deliberately trap on integer
2303         overflow (e.g., gcc -ftrapv).
2305         * lib/mktime.c (WRAPV): New macro.
2306         (SHR): Also check that long_int and time_t shift right in the
2307         usual way, before using the fast-but-unportable method.
2308         (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2309         used.  The code already assumed two's complement, so there's
2310         no need to test for alternatives.  All uses removed.
2311         (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2312         the C standard.  Problem reported by Rich Felker in
2313         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2314         (twos_complement_arithmetic): Also check long_int and time_t.
2315         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2316         (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2317         (__mktime_internal): Avoid integer overflow with unary subtraction
2318         in two instances where -1 - X is an adequate replacement for -X,
2319         since the calculations are approximate.
2321         2011-01-29  Eric Blake  <eblake@redhat.com>
2323         mktime: avoid infinite loop
2324         * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2325         type; behavior is still undefined but portable to all known targets.
2326         Reported by Rich Felker.
2328         2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2330         mktime: avoid problems on NetBSD 5 / i386
2331         * lib/mktime.c (long_int): New type.  This works around a problem
2332         on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2333         but time_t is 64 bits, and where I expect the existing code is
2334         wrong in some cases.
2335         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2336         (ydhms_diff): Bring back the compile-time check for wide-enough
2337         year and yday.
2339         mktime: fix misspelling in comment
2340         * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2341         This merges all recent glibc changes of importance.
2343         2011-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2345         move-if-change: cope with concurrent mv of identical file.
2346         * move-if-change (CMPPROG): Accept environment
2347         variable as an override for `cmp'.
2348         (usage): Document CMPPROG.
2349         Adjust comparison to drop stdout.  Cope with failure of mv if
2350         the target file exists and is identical to the source, for
2351         parallel builds.
2352         Report from H.J. Lu against binutils in PR binutils/12283.
2354 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2356         * lib/makefile.w32-in:
2357         * lib/getopt_.h: New files.
2359 2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2361         improve fix for MS-DOS file name clash
2362         * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2363         for portability to POSIX make.  Reported by Bruno Haible.
2364         (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2365         gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2366         files from accumulating as garbage.  Also reported by Bruno Haible.
2368 2011-01-27  Paul Eggert  <eggert@cs.ucla.edu>
2370         fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2371         * Makefile.in (DOS-gnulib-comp.m4): New macro.
2372         (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2373         problems with MS-DOS 8+3 file name restrictions.
2374         Remove m4/gnulib-cache.m4, as we can live without it.  If we kept
2375         it, it would also cause problems when extracting Emacs distribution
2376         tarballs on MS-DOS hosts.
2377         (ACLOCAL_INPUTS): Adjust to file renaming.
2378         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2379         * config.guess, config.sub: Sync from gnulib.
2380         * m4/gnulib-cache.m4: Remove from repository.
2381         * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2383 2011-01-25  Glenn Morris  <rgm@gnu.org>
2385         * README: Add a note about ranges in copyright years.
2387         * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2389 2011-01-25  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
2391         * configure.in: Add HP-UX on IA64 (Bug#6811).
2393 2011-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2395         Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2396         * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2397         as it is no longer needed.
2398         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2399         * configure.in: Invoke the new gnulib macro
2400         gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2401         warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2402         * m4/getopt.m4: Sync from gnulib; this removes the need for
2403         HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2404         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2405         New macro, synced from gnulib.
2406         * m4/warn-on-use.m4: Remove.
2408 2011-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2410         aclocal.m4: put this file back into repository
2411         This way, we don't have to assume that the maintainer has
2412         the automake package installed.  See
2413         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2414         * .bzrignore: Remove aclocal.m4, undoing the previous change.
2415         * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2416         undoing the previous change.
2417         * aclocal.m4: New file (actually, resurrected).
2419 2011-01-22  Miles Bader  <miles@gnu.org>
2421         * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2422         FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2423         Emacs directly uses fontconfig, and breaks building when using a
2424         strict linker).
2426 2011-01-21  Paul Eggert  <eggert@cs.ucla.edu>
2428         src/config.in: shrink slightly
2429         * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2430         This makes src/config.in a bit smaller, by removing identifiers
2431         like GNULIB_TEST_MKTIME that Emacs does not need.
2432         * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2433         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2434         Sync from gnulib.  This removes a few more unnecessary symbols from
2435         src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2436         * configure, src/config.in: Regenerate.
2438         aclocal.m4: tweaks to regenerate more conveniently
2439         This attempts to act better when the source is in a weird state.  See
2440         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2441         * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2442         * .bzrignore: Add aclocal.m4.
2444 2011-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2446         aclocal.m4: omit auto-generated file from repository
2447         * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2448         the most recent change here.
2449         * aclocal.m4: Remove from bzr repository.  This file is
2450         auto-generated and isn't needed to run 'configure'.  See
2451         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2453 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2455         Minor Makefile.in tweaks to build from gnulib better.
2456         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2457         * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2458         (top_maintainer_clean): Don't remove aclocal.m4.
2460 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2462         Minor cleanups for 'bzr status'
2463         * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2464         the output of config.guess.
2465         * Makefile.in (top_distclean): Remove stamp-h1 too.
2467         * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2468         defined if the compiler supports GCC-style __attribute__
2469         ((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
2470         this syntax.
2472 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2474         Makefile.in: tidy up the building of lib
2475         * Makefile.in (am--refresh): Mark as .PHONY.
2476         (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2477         as they're not rebuilt unless you do a "make sync-from-gnulib"
2478         and the former is needed for "configure".
2479         (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2480         has already removed lib/Makefile.
2482         * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2483         This avoids building ftoastr and ldtoastr, which aren't needed.  See
2484         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2486         * .bzrignore: Add .h files that are host-dependent.
2487         Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2488         lib/time.h, lib/unistd.h, lib/warn-on-use.h.  These are
2489         host-dependent and are built as part of an ordinary 'make', and
2490         should not be checked in.
2492         * lib/Makefile.in: Regenerate.
2493         * lib/COPYING: New file, a copy of COPYING.
2495         * configure: Regenerate.
2496         * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2498         Regenerate.
2499         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2500         * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2501         New files, copied from gnulib by gnulib-tool.
2502         * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2503         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2504         Regenerate.
2506         Use gnulib's getopt-gnu module.
2507         * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2508         (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2509         representative of the dependencies.
2510         * configure.in: Do not configure getopt, as gnulib does that now.
2511         * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2512         getopt now, in lib.
2514         Regenerate.
2515         * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2516         * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2517         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2518         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2519         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2520         * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2521         * m4/wchar_t.m4, warn-on-use.h:
2522         New files, copied from gnulib by gnulib-tool.
2523         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2524         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2525         Regenerate.
2527         Use gnulib's mktime module.
2528         * Makefile.in (GNULIB_MODULES): Add mktime.
2529         * configure.in: Remove code no longer needed, as gnulib now does it.
2530         (AC_CHECK_FUNCS): Remove mktime.
2531         (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2532         (__restrict): Remove, as this now gets in the way of the C99
2533         support for 'restrict' pulled in by the gnulib mktime module.
2534         Code should now use 'restrict' and not '__restrict".
2535         (mktime): Remove.
2536         * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2537         and warn-on-use.h into the distribution.
2539         Regenerate.
2540         * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2541         * lib/ldtoastr.c, m4/c-strtod.m4:
2542         New files, copied from gnulib by gnulib-tool.
2543         * lib/dummy.c: Remove.
2544         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2545         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2546         Regenerate.
2548         Use gnulib's ftoastr module.
2549         * Makefile.in (GNULIB_MODULES): Add ftoastr.  Remove dummy.
2551         Regenerate.
2552         * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2553         * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2554         * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2555         New files, generated automatically, with 'make sync-from-gnulib'
2556         followed by 'make'.
2557         * configure, lisp/dired.el, src/config.in: Regenerate.
2559         Automate syncing from gnulib.
2560         * INSTALL, README: Document new subdirectory 'lib'.
2561         * Makefile.in (SUBDIR): Add lib.
2562         (SUBDIR_MAKEFILES): Add lib/Makefile.
2563         (lib-src, src, TAGS, tags): Depend on lib.
2564         (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2565         ($(gnulib_srcdir)): New rule.
2566         (sync-from-gnulib): New rule, which is .PHONY.
2567         (lib): New rule, which is like lib-src.
2568         (Makefile): Depend on lib/Makefile.in.
2569         (AUTOCONF_INPUTS): Depend on aclocal.m4.
2570         (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2571         ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2572         (am--refresh): New rule, to pacify Automake.
2573         (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2574         Clean lib, too.
2575         (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2576         droppings.
2577         (maintainer-clean, extraclean): Use it.
2578         * configure.in: Initialize for automake and gnulib, by invoking
2579         AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT.  Output
2580         lib/Makefile, too.  Use automake to build gnulib, as gnulib works
2581         more conveniently with automake.
2582         * lib/Makefile.am: New file.
2583         * make-dist: Also put into the distribution aclocal.m4,
2584         compile, depcomp, missing, and the files under lib/.
2586 2011-01-15  Glenn Morris  <rgm@gnu.org>
2588         * Makefile.in (epaths-force): No more arch-tag to edit.
2590 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2592         * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2594 2011-01-14  Paul Eggert  <eggert@cs.ucla.edu>
2596         * make-dist: Distribute test/ files too.
2597         Distribute every file under test/ that is under version control,
2598         using patterns like *.el to capture files that are added later.
2599         Without this change, "configure" would fail, because it would
2600         attempt to build from a Makefile.in that was not distributed.
2602 2011-01-13  Christian Ohler  <ohler@gnu.org>
2604         * Makefile.in (INFO_FILES): Add ERT.
2606         * Makefile.in (check): Run tests in test/automated.
2608         * Makefile.in:
2609         * configure.in: Add test/automated/Makefile.
2611 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2613         * install-sh, mkinstalldirs, move-if-change: Update from master
2614         source in gnulib.
2616         * config.guess, config.sub: Updated from master source.
2618 2011-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2620         * configure.in: Check for __builtin_unwind_init.
2622 2011-01-05  Glenn Morris  <rgm@gnu.org>
2624         * configure.in (HAVE_MAKEINFO): New output variable.
2625         (MAKEINFO): Reset to "makeinfo" if not found.
2626         * Makefile.in (install-arch-indep, info):
2627         Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2629 2010-12-29  Ulrich Mueller  <ulm@gentoo.org>
2631         * configure.in: Make gameuser configurable (Bug#7717).
2633 2010-12-15  Glenn Morris  <rgm@gnu.org>
2635         * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2636         long absent lib-src/fns-*.el.
2638 2010-12-11  Glenn Morris  <rgm@gnu.org>
2640         * make-dist: Exclude etc/*.pyc.
2642 2010-12-10  Andreas Schwab  <schwab@linux-m68k.org>
2644         * configure.in: Don't double machfile in final message.
2646 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
2648         * configure.in: Fix last change.
2650 2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
2652         * configure.in: Remove reference to removed machine description
2653         files and allow $machine and $machfile to be empty.  Substitute
2654         M_FILE/S_FILE instead of machfile/opsysfile.
2656 2010-12-03  Glenn Morris  <rgm@gnu.org>
2658         * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2660 2010-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
2662         * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2663         (EXTERNALLY_VISIBLE): New definition.
2665 2010-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2667         * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2669 2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2671         * configure.in: Do not check for unconditionally included headers.
2673 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2675         * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2677 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
2679         * configure.in: Don't write a warning for D-Bus anymore.
2681 2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
2683         * configure.in: Fix indentation.
2685 2010-10-31  Ken Brown  <kbrown@cornell.edu>
2687         * configure.in (checking whether localtime caches TZ): Use
2688         unsetenv instead of modifying environment directly.
2690 2010-10-25  Andreas Schwab  <schwab@linux-m68k.org>
2692         * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2693         to avoid warning.
2695 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697         * configure.in: Remove the BROKEN annotation from GnuTLS.
2699 2010-10-22  Glenn Morris  <rgm@gnu.org>
2701         * make-dist: Avoid listing .el files twice.  Don't try to run
2702         autoconf if --no-update.
2704 2010-10-20  Glenn Morris  <rgm@gnu.org>
2706         * make-dist: No longer create lisp/MANIFEST.
2708 2010-10-14  Glenn Morris  <rgm@gnu.org>
2710         * BUGS, INSTALL.BZR, README: Updates.
2712 2010-10-13  Glenn Morris  <rgm@gnu.org>
2714         * make-dist: Remove --compress.  Check for the appropriate
2715         gzip-like executable, and if not found, don't compress.
2716         Check version number in README, don't change it.
2717         Use find for nt/inc/*.h.
2719 2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
2721         * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2722         trailing / from directory names.
2724 2010-10-12  Glenn Morris  <rgm@gnu.org>
2726         * make-dist: Update and simplify.
2728 2010-10-12  Eli Zaretskii  <eliz@gnu.org>
2730         * make-dist: Don't distribute src/buildobj.h.  (Bug#7167)
2732 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2734         * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2736 2010-10-09  Glenn Morris  <rgm@gnu.org>
2738         * make-dist: No more doc/emacs/*.texi.in.
2740         * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2742 2010-10-09  Glenn Morris  <rgm@gnu.org>
2744         * configure.in: Combine some conditionals.
2746         * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2747         * make-dist: Include doc/emacs/*.texi.in.
2749         * INSTALL, make-dist: Remove references to b2m.
2750         * Makefile.in (MAN_PAGES): Remove b2m.1.
2752 2010-10-05  Glenn Morris  <rgm@gnu.org>
2754         * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2756 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2758         * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2760 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
2762         * configure.in: Include stdlib.h and string.h unconditionally.
2764 2010-09-29  Romain Francoise  <romain@orebokech.com>
2766         * configure.in: Don't enable ImageMagick unless HAVE_X11.
2768 2010-09-28  Glenn Morris  <rgm@gnu.org>
2770         * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2771         happy.
2773 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775         * configure.in: Enable imagemagick by default.
2777 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779         * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2780         GnuTLS libraries.
2782 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2784         * configure.in: Set up GnuTLS.
2786 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
2788         * configure.in: Announce whether libxml2 is linked to.
2790 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2792         * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2794 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2796         * config.bat: Detect that libxml2 is installed and if so, build
2797         with it.
2799 2010-09-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2802         be used.  This fixes a conf problem on Mac OS X.
2804 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806         * configure.in: Check for libxml2.
2808 2010-09-09  Glenn Morris  <rgm@gnu.org>
2810         * make-dist: No more TODO files under lisp/.
2812 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
2814         * config.bat: Produce lisp/gnus/_dir-locals.el from
2815         lisp/gnus/.dir-locals.el.
2817 2010-08-23  Andreas Schwab  <schwab@linux-m68k.org>
2819         * configure.in: Fix check for librsvg, imagemagick and
2820         MagickExportImagePixels.
2822 2010-08-18  Joakim Verona  <joakim@verona.se>
2824         * Makefile.in, configure.in: Checks for ImageMagick.
2826 2010-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
2828         * configure.in (AC_PREREQ): Require autoconf 2.65.
2830 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
2832         * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2834 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
2836         * configure.in: Add AC_C_BIGENDIAN.
2838 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
2840         * configure.in (ORDINARY_LINK): Use on hpux* too.
2842 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
2844         * configure.in: Check for util.h.
2845         Use -Wimplicit-function-declaration if compiler supports it.
2847 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2849         * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2851 2010-08-04  Andreas Schwab  <schwab@linux-m68k.org>
2853         * configure.in: Restore accidentally removed use of
2854         GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2856 2010-07-29  Chad Brown  <yandros@mit.edu>
2858         * configure.in: Check for dirent.h.
2860 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2862         * configure.in: Remove reference to usg5-4, unused.
2864 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2866         * configure.in: Check for __executable_start.
2868 2010-07-24  Ken Brown  <kbrown@cornell.edu>
2870         * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2872 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
2874         * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2876 2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2878         * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2880 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2882         * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2883         (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2884         (C_OPTIMIZE_SWITCH): Remove.
2885         (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2887 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2889         * configure.in: Don't check for index and rindex, check for strchr
2890         and strrchr.  Define strchr and strrchr as index and rindex,
2891         resp., in src/config.h if not available.
2893 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
2895         * configure.in: Use -Wold-style-definition if available.
2896         This helps with the transition to standard C code, it can be
2897         removed when done.
2899         * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2901         * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2902         and MSWindows.
2904 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
2906         * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
2907         <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2909 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2911         * configure.in (getenv): Remove K&R declaration.
2913 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2915         * configure.in: Remove define __P.
2917 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
2919         * configure.in (--enable-use-lisp-union-type): New flag.
2921 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2923         Fix CFLAGS for non-GCC compilers.
2924         * configure.in (CFLAGS): Always use -g like it was done before the
2925         2010-03-30 change.
2926         (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2927         (Bug#6538)
2929 2010-06-30  Glenn Morris  <rgm@gnu.org>
2931         * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2932         Set with AC_DEFINE rather than AH_BOTTOM.
2934         * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2935         (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2936         Set with shell, not cpp.
2937         (LIBX): Remove, just use -lX11 in the one place this was used.
2938         (cannot_dump): Replace with CANNOT_DUMP.
2940 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2942         * configure.in: Add --with-x-toolkit=gtk3.  Remove HAVE_GTK_MULTIDISPLAY,
2943         check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2944         by minimum required Gtk+ 2.6).  Add checks for functions introduced
2945         in Gtk+ 2.14 or newer (bug#6505).
2947 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2949         * config.bat: Remove white space around "+" in COPY commands.
2951 2010-06-23  Glenn Morris  <rgm@gnu.org>
2953         * info/dir: Start descriptions in column 32, per Texinfo convention.
2955 2010-06-16  Chong Yidong  <cyd@stupidchicken.com>
2957         * INSTALL: Update font information (Bug#6389).
2959 2010-06-16  Glenn Morris  <rgm@gnu.org>
2961         * INSTALL: General update.
2963 2010-06-12  Glenn Morris  <rgm@gnu.org>
2965         * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2967 2010-06-11  Glenn Morris  <rgm@gnu.org>
2969         * configure.in (--without-compress-info): New option.
2970         (GZIP_INFO): New output variable.
2972         * Makefile.in (GZIP_INFO): New, set by configure.
2973         (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2974         Handle man pages in the same way.
2976 2010-06-10  Glenn Morris  <rgm@gnu.org>
2978         * Makefile.in (install-arch-indep): Gzip the info files too.
2980         * make-dist: Remove references to non-existent directories and files.
2982 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
2984         * configure.in: Include <strings.h> and <string.h> instead of
2985         "strings.h" and "string.h".
2987 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
2989         * configure.in: Remove code dealing with BSTRING.
2991 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
2993         * configure.in (AC_PREREQ): Require autoconf 2.65.
2995         * configure.in (unxec): Do not define and substitute.
2996         (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2998 2010-06-03  Glenn Morris  <rgm@gnu.org>
3000         * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3002 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3004         Fix alloca definition when using gcc on non-gnu systems.
3005         * configure.in: Use the code sequence indicated by "info autoconf"
3006         for alloca (bug#6170).
3008 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * .bzrignore: Ignore new files from trunk, which appear if you use
3011         colocated branches (i.e. "bzr switch").
3013 2010-05-28  Glenn Morris  <rgm@gnu.org>
3015         * configure.in: Simplify some of the $canonical tests.
3017 2010-05-27  Glenn Morris  <rgm@gnu.org>
3019         * config.bat: Do not preprocess src/Makefile.in.
3021         * configure.in: Do not preprocess src/Makefile.in.
3022         (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3023         (AC_EGREP_CPP): Test no longer needed.
3025         * make-dist: No more Makefile.c files.
3027 2010-05-26  Glenn Morris  <rgm@gnu.org>
3029         * configure.in (YMF_PASS_LDFLAGS): Remove.
3030         (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3032         * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3033         Add $GNUSTEP_LOCAL_HEADERS.
3034         (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3036         * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3037         (GNUSTEP_MAKEFILES): Remove.
3038         (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3039         stuff to here.
3041 2010-05-25  Glenn Morris  <rgm@gnu.org>
3043         * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3044         (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3046         * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3047         (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3048         here instead.
3050 2010-05-24  Romain Francoise  <romain@orebokech.com>
3052         * make-dist: Look for version in src/emacs.c.
3053         Use lisp/subr.el rather than lisp/version.el for location check.
3055 2010-05-21  Glenn Morris  <rgm@gnu.org>
3057         * configure.in (MKDEPDIR): Parallel build tweak.
3059         * configure.in (ns_frag): New output file.
3061         * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3062         (OLDXMENU_TARGET): Set to empty if USE_GTK.
3064         * configure.in (cannot_dump): New output variable.
3066 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
3068         * configure.in: On NetBSD, if terminfo is found, use it in
3069         preference to termcap.  (Bug#6190)
3071 2010-05-20  Glenn Morris  <rgm@gnu.org>
3073         * make-dist (src): Include *.mk.
3074         * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3075         * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3076         (deps_frag): New output file.
3077         (AUTO_DEPEND): Remove this definition.
3079         * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3081 2010-05-19  Glenn Morris  <rgm@gnu.org>
3083         * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3084         (ORDINARY_LINK): New AC_DEFINE.
3085         (LIB_GCC): No need to set if ORDINARY_LINK.
3087 2010-05-18  Glenn Morris  <rgm@gnu.org>
3089         * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3090         (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3092         * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3093         * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3094         (RALLOC_OBJ): New output variable.
3096         * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3097         * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3099 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3101         * Makefile.in (src): Provide the name of the VCS file that witnesses
3102         a pull.
3103         ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3105 2010-05-17  Glenn Morris  <rgm@gnu.org>
3107         * configure.in (OLDXMENU_DEPS): New output variable.
3109 2010-05-16  Glenn Morris  <rgm@gnu.org>
3111         * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3113         * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3114         * Makefile.in (install-arch-dep): Update for above change.
3116         * Makefile.in (ns_appdir): Remove.
3117         (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3119         * configure.in (TEMACS_LDFLAGS2): New output variable.
3121         * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3122         (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3123         (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3124         nothing uses.
3126 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
3128         * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3129         does not use them.
3130         (X11R5_INHIBIT_I18N): Remove, unused.
3132 2010-05-15  Glenn Morris  <rgm@gnu.org>
3134         * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3136         * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3138 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
3140         * configure.in: Look for version string in its new location.
3142 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
3144         * config.bat: Remove support for DJGPP v1.x.
3146 2010-05-15  Glenn Morris  <rgm@gnu.org>
3148         * configure.in (OLDXMENU_TARGET): New output variable.
3150         * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3152         * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3153         and other files that no longer exist.
3155 2010-05-14  Glenn Morris  <rgm@gnu.org>
3157         * configure.in (cpp_undefs): Add mktime, register, X11.
3159         * configure.in (GPM_MOUSE_SUPPORT): Remove.
3160         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3161         (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3163         * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3164         (GNUSTEP_MAKEFILES): Do not output.
3166 2010-05-13  Glenn Morris  <rgm@gnu.org>
3168         * configure.in: Fix some paren typos.
3170         * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3172         * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3174 2010-05-12  Glenn Morris  <rgm@gnu.org>
3176         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3178         * configure.in (LIB_GCC): New output variable.
3180 2010-05-11  Glenn Morris  <rgm@gnu.org>
3182         * make-dist (msdos): No more mainmake.
3184         * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3185         * config.bat: Do not run cpp on lib-src/Makefile.in.
3187         * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3189 2010-05-10  Glenn Morris  <rgm@gnu.org>
3191         * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3193         * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3194         (BLESSMAIL_TARGET): New output variable.
3196 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3198         * INSTALL: Fix typos.
3200 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3202         * configure.in: Add check for buggy version of GCC (Bug#6031).
3204 2010-05-08  Glenn Morris  <rgm@gnu.org>
3206         * configure.in (HAVE_LIBNCURSES): New local variable.
3207         (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3208         replacing cpp in src/s/*.h and src/Makefile.in.
3210 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3212         * Version 23.2 released.
3214 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * configure.in: Add tests for `isnan' and `copysign'.
3218 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
3220         * config.bat: Allow for 2 leading `#'s in comments in
3221         src/Makefile.in.
3223 2010-05-07  Glenn Morris  <rgm@gnu.org>
3225         * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3226         Merges logic from src/s/* and src/Makefile.in.
3227         (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3229 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
3231         Define START_FILES and LIB_STANDARD using autoconf.
3232         * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3233         here from src/s/*.h.
3234         (HAVE_CRTIN): Remove, inline logic in the netbsd
3235         START_FILES/LIB_STANDARD computation.
3237 2010-05-06  Glenn Morris  <rgm@gnu.org>
3239         * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3241         * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3242         (LD_SWITCH_X_SITE): Remove unused variables.
3244 2010-05-04  Glenn Morris  <rgm@gnu.org>
3246         * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3247         as well.
3248         (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3250         * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3252         * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3253         variables, replacing c_switch_machine, c_switch_system.
3254         * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3255         @c_switch_system@.
3257 2010-05-03  Glenn Morris  <rgm@gnu.org>
3259         * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3261         * make-dist: There are no more src/m/*.inp files.
3263 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
3265         * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3266         (ac_link): Do not use ld_switch_machine.
3268 2010-05-01  Glenn Morris  <rgm@gnu.org>
3270         * configure.in (OTHER_OBJ): Remove.
3271         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3273 2010-04-30  Glenn Morris  <rgm@gnu.org>
3275         * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3276         Elsewhere, maybe include it.
3278         * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3279         (OLDXMENU, LIBXMENU): New output variables.
3281         * configure.in (OTHER_OBJ): New output variable.
3283 2010-04-28  Glenn Morris  <rgm@gnu.org>
3285         * configure.in (CYGWIN_OBJ): New output variable.
3287         * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3289         * configure.in (FONT_OBJ): New output variable.
3291         * configure.in (LIBXMU): New output variable.
3293         * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3295         * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3296         userland and maybe change values to i386 (move test from s/amdx86-64.h).
3298 2010-04-27  Glenn Morris  <rgm@gnu.org>
3300         * configure.in (LIBXTR6): New output variable.  Move unixware special
3301         case here from src/s/unixware.h.
3303         * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3304         in Makefiles.
3305         (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3307         * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3308         (LIBXP): No longer substitute in Makefiles.
3309         (MOTIF_LIBW): New output variable.  Move system-specific settings here
3310         from src/s files.
3312 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
3314         Reduce CPP usage.
3315         * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3316         (unexec): Define unconditionally, all platforms define
3317         UNEXEC.  AC_SUBST it.
3318         (UNEXEC_SRC): Remove, unused.
3319         (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3321 2010-04-27  Glenn Morris  <rgm@gnu.org>
3323         * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3324         replaced by LIBXP.
3326         * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3327         (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3328         On hpux10-20, default to /lib.
3330         * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3332 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
3334         * configure.in (LIBS_MACHINE): Remove, unused.
3336         * configure.in (LIB_MATH): New output variable.  Set it for some systems.
3338 2010-04-24  Glenn Morris  <rgm@gnu.org>
3340         * configure.in (CRT_DIR): New output variable.
3341         (--with-crt-dir): New option.  (Bug#5655)
3342         (HAVE_LIB64_DIR): Remove.
3344 2010-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
3346         * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3348 2010-04-22  Miles Bader  <miles@gnu.org>
3350         * configure.in: Get rid of "unix" pre-defined macro when
3351         preprocessing Makefile.  (Bug#5857)
3353 2010-04-21  Andreas Schwab  <schwab@linux-m68k.org>
3355         Avoid non-portable shell command negation
3356         * configure.in: Revert last change.
3358 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3360         * configure.in: Change "if test ! -f" to "if ! test -f".
3362 2010-04-21  Glenn Morris  <rgm@gnu.org>
3364         * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3365         (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3367 2010-04-21  Karel Klíč  <kklic@redhat.com>
3369         * configure.in: New option: --with(out)-selinux, on by default.
3370         Set HAVE_LIBSELINUX if we find libselinux, and substitute
3371         LIBSELINUX_LIBS in Makefiles.
3373 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
3375         * configure.in: Remove all references to LIBX11_SYSTEM.
3377 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
3379         * configure.in: Remove all references to C_DEBUG_SWITCH.
3381 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
3383         * config.bat <lib-src>: Edit out lines that begin with several #
3384         characters.
3386 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3388         * configure.in: Remove support for old UNIX System V systems and
3389         for Unixware on non-x86 machines.
3391         * configure.in: Remove support for Solaris on PPC and for old versions.
3393         * configure.in: Remove non-working lynxos port.
3395 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3397         * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3399 2010-03-19  Glenn Morris  <rgm@gnu.org>
3401         * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3402         happy.
3404 2010-03-18  Jan Djärv  <jan.h.d@swipnet.se>
3406         * configure.in: Check for tputs and friends, abort if not
3407         found (bug#5735).
3409 2010-03-18  Glenn Morris  <rgm@gnu.org>
3411         * configure.in (--with-x-toolkit): In the help text, say which options
3412         are synonyms.
3414         * configure.in (--with-mmdf, --with-mail-unlink):
3415         New options, off by default.
3416         (--with-mailhost): New option to set default POP host.
3417         (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3418         (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3419         New variables, substituted in Makefiles.
3420         (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3421         (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3422         (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3423         (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3424         (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3426 2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3428         * Makefile.in (uninstall): Handle the case where archlibdir does not
3429         exist.  (Bug#5720)
3431 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
3433         These changes remove termcap.c from the build on POSIX platforms.
3434         * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3436         * configure: Regenerated.
3438 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3440         * Branch for 23.2.
3442 2010-01-31  Juri Linkov  <juri@jurta.org>
3444         * .bzrignore: Add TAGS-LISP.
3446 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3448         * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3449         this header file).
3451 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3453         * .bzrignore: Ignore all .exe, instead of individual files.
3455 2010-01-12  Chong Yidong  <cyd@stupidchicken.com>
3457         * configure.in: Explicitly check for and link to -lXrender.
3459 2010-01-12  Glenn Morris  <rgm@gnu.org>
3461         * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3462         for bug reports for development versions.
3464 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3466         * .bzrignore: Add more ignored patterns, including for the MS-DOS
3467         build.
3469 2009-12-27  Karl Fogel  <kfogel@red-bean>
3471         * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3472         * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3474 2009-12-17  Glenn Morris  <rgm@gnu.org>
3476         * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3478 2009-12-15  Glenn Morris  <rgm@gnu.org>
3480         * info/dir: Add EDT entry.
3481         * Makefile.in (INFO_FILES): Add edt.
3483 2009-12-10  Jan Djärv  <jan.h.d@swipnet.se>
3485         * configure.in: Check for RSVG if GNUstep is used.
3487 2009-12-09  Jan Djärv  <jan.h.d@swipnet.se>
3489         * configure.in: Don't check for RSVG or GConf unless X11 is used.
3491 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3493         * configure.in: Allow compiling Emacs with GTK on Cygwin.
3495 2009-12-01  Glenn Morris  <rgm@gnu.org>
3497         * make-dist: Add etc/images/mpc directory.
3499 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3501         * configure.in: Don't check for GConf unless X is used.
3503 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3505         * configure.in: Use -Wdeclaration-after-statement if available.
3507 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3509         * configure.in: New option: --with(out)-gconf.
3510         Set HAVE_GCONF if we find gconf.
3512 2009-11-17  Glenn Morris  <rgm@gnu.org>
3514         * Makefile.in (INFO_FILES): Add semantic.
3516 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3518         * info/dir: Add Semantic.
3520 2009-11-16  Glenn Morris  <rgm@gnu.org>
3522         * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3523         pattern, so as not to exclude makefile*.el.  (Bug#4912)
3525 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
3527         * configure.in: --enable-autodepend is new.  Check for GNU Make
3528         and that gcc supports -MMD -MF.  Define AUTO_DEPEND if we can use
3529         gcc and GNU make to generate dependencies.
3531 2009-10-27  Glenn Morris  <rgm@gnu.org>
3533         * make-dist: Make links to doc/lispintro/*.pdf.
3535 2009-10-23  Jim Meyering  <meyering@redhat.com>
3537         * configure.in: Invoke $CPP with -P when creating Makefile and
3538         src/Makefile.  Without this, gcc 4.4.2 converts each
3539         backslash-newline pair in the input to a bare newline, yielding
3540         invalid Makefiles.
3542         * configure: Regenerate.
3544 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3546         * configure.in (vax-dec-vms): Remove, not supported anymore.
3548 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3550         * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3551         (*-apple-darwin*): Add x86_64 architecture.
3553 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3555         * config.guess, config.sub: Updated from master source.
3557 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
3559         * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3561 2009-10-07  Edward Trumbo  <etrumbo@comcast.net>  (tiny change)
3563         * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3565 2009-09-29  Glenn Morris  <rgm@gnu.org>
3567         * make-dist (check): Update for two new levels of subdirectory in lisp/.
3569 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3571         * config.guess, config.sub: Updated from master source.
3573         * configure.in (OTHER_FILES): Define using autoconf not cpp.
3575 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3577         * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3579 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3581         * INSTALL: Update URL for GNU FreeFont.
3583 2009-09-09  Glenn Morris  <rgm@gnu.org>
3585         * Makefile.in (install-arch-indep): Don't recursively change perms of
3586         site-lisp and infodir.  There may be non-Emacs files in here, and the
3587         files supplied by Emacs are all handled explicitly already.  (Bug#3800)
3588         (mkdir): Set umask to world-readable before creating directories.
3589         mkinstalldirs already checks if dirs exist, don't duplicate this test.
3591 2009-08-29  Glenn Morris  <rgm@gnu.org>
3593         * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3594         (info): Don't give an error in the absence of makeinfo - let the doc
3595         Makefiles do that, if the info files need rebuilding.  (Bug#3982)
3597 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
3599         * Makefile.in (install-arch-indep): If the versioned DOC-####
3600         generated during loadup+dump isn't found, install the plain DOC
3601         file that always gets generated, in case CANNOT_DUMP is set.
3603         * configure.in: Warn if package version specified here doesn't
3604         match the version in version.el.
3605         * configure: Regenerate.
3607 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
3609         * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3611         * configure: Regenerate.
3613 2009-08-19  Glenn Morris  <rgm@gnu.org>
3615         * INSTALL: Remove reference to cvtmail.
3617 2009-08-15  CHENG Gao  <chenggao@gmail.com>
3619         * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3621 2009-08-02  Kevin Ryde  <user42@zip.com.au>
3623         * INSTALL: Fix free fonts URL.
3625 2009-07-22  Glenn Morris  <rgm@gnu.org>
3627         * configure.in (AC_PREREQ): Require autoconf 2.62.
3629 2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
3631         * configure.in (--enable-checking, --enable-profiling):
3632         Use AS_HELP_STRING.
3634 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3636         * configure.in (--enable-profiling): New option.
3637         (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3639 2009-06-27  Glenn Morris  <rgm@gnu.org>
3641         * configure.in: Restore netbsd on mips, mipsel, mipseb.
3643 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3645         * configure.in (--enable-checking): New option.
3647 2009-06-24  Glenn Morris  <rgm@gnu.org>
3649         * make-dist: Warn if subdir does not exist in source.
3650         (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3651         (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3652         No longer make links.
3654 2009-06-24  Yavor Doganov  <yavor@gnu.org>
3656         * make-dist (tempdir): Don't create directories preferences.gorm
3657         and preferences.nib, they are no longer required.
3659 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3661         * Branch for 23.1.
3663 2009-06-12  Chong Yidong  <cyd@stupidchicken.com>
3665         * configure.in: Delete mac-fix-env target, which has been
3666         removed (Bug#3531).
3668 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3672 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
3674         * BUGS: Use new binding of view-emacs-problems.
3676 2009-05-04  Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
3678         * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3679         for Solaris compatibility.
3681 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
3683         * configure: Regenerate.
3685         * configure.in: Disable use of FreeType without libXft.
3687 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
3689         * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3690         Check if it is declared in gtk.h.
3692 2009-04-12  Andreas Schwab  <schwab@linux-m68k.org>
3694         * Makefile.in (install-arch-indep): Remove .gitignore files.
3696 2009-04-03  Kenichi Handa  <handa@m17n.org>
3698         * INSTALL: Make the section "Complex Text Layout support
3699         libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3701 2009-03-06  Dan Nicolaescu  <dann@ics.uci.edu>
3703         * configure.in (rs6000-ibm-aix6*): Fix typo.
3705 2009-03-04  Glenn Morris  <rgm@gnu.org>
3707         * Makefile.in (INFO_FILES): Add auth.
3709 2009-03-03  Glenn Morris  <rgm@gnu.org>
3711         * info/dir: Add Auth-source.
3713 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3715         * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3716         the second.
3718 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
3720         * config.bat: Copy .dbxinit to _dbxinit.
3722         * make-dist (Making links to `info'): Remove .gitignore.
3724 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * Makefile.in (lib-src, lisp): Use simpler rule.
3727         (src): Be more specific to avoid recompiling all the .elc files just
3728         because the bootstrap-emacs is missing.
3730 2009-02-26  Chong Yidong  <cyd@stupidchicken.com>
3732         * configure.in: Require librsvg >= 2.11.
3734 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3736         * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3737         (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3739 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
3741         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3743 2009-02-03  Glenn Morris  <rgm@gnu.org>
3745         * make-dist: Add some missing files, remove some that are no longer
3746         present.
3748 2009-02-02  Glenn Morris  <rgm@gnu.org>
3750         * make-dist: Add some missing nextstep/ files.
3752 2009-01-22  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3754         * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also.  (Bug#616)
3756 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3758         * configure.in: Add support for m68k-*-netbsd.
3760 2009-01-14  Juri Linkov  <juri@jurta.org>
3762         * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3764         * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3765         and bug-reference-mode.
3767 2009-01-11  Juri Linkov  <juri@jurta.org>
3769         * INSTALL.CVS: Move configuration explicitly to the first step.
3771 2009-01-09  Glenn Morris  <rgm@gnu.org>
3773         * .dir-locals.el: Don't set indent-tabs-mode.
3775 2008-12-30  Kenichi Handa  <handa@m17n.org>
3777         * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3778         the function OTF_get_variation_glyphs.
3780 2008-12-30  Jan Djärv  <jan.h.d@swipnet.se>
3782         * Makefile.in (install-arch-dep): Remove old directories in
3783         ns_app* before moving new directories there.
3785 2008-12-27  Dan Nicolaescu  <dann@ics.uci.edu>
3787         * .dir-locals.el: Remove non-working entry for pmail.
3788         (fill-column): Fix typo.
3789         (change-log-mode): Add fill column.
3791 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3793         * config.bat: Produce _dir-locals.el from .dir-locals.el.
3795 2008-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
3797         * make-dist (tempdir): Distribute .dir-locals.el.
3799         * .dir-locals.el: New file.
3801 2008-12-19  Eli Zaretskii  <eliz@gnu.org>
3803         * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3804         for rationale.
3806 2008-12-13  Glenn Morris  <rgm@gnu.org>
3808         * Makefile.in (install-arch-indep): Add new man-pages.
3809         (manext): Remove variable.
3810         (MAN_PAGES): New variable.
3811         (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3812         and remove.
3813         (uninstall): Remove desktop file and icons, game scores if empty.
3815 2008-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3817         * config.guess, config.sub: Updated from master source.
3819 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3821         * Makefile.in (install-arch-indep): Install ebrowse.1.
3823 2008-12-09  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
3825         * configure.in: Add Solaris on x86_64.
3827 2008-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3829         * config.guess, config.sub: Updated from master source.
3831 2008-12-08  Eli Zaretskii  <eliz@gnu.org>
3833         * info/dir: Fix last change.
3835 2008-12-07  Eli Zaretskii  <eliz@gnu.org>
3837         * info/dir: Untabify.
3839 2008-11-28  Ulrich Mueller  <ulm@gentoo.org>
3841         * configure.in: Fix last change.
3843 2008-11-28  Richard M Stallman  <rms@gnu.org>
3845         * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3846         New configurations.
3848 2008-11-20  Josh Elsasser  <josh@elsasser.org>  (tiny change)
3850         * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3851         removed while misclassified as now unsupported hp9000s300.  (Bug#1365)
3853 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
3855         * Makefile.in (INFO_FILES): Remove ns-emacs.
3857         * info/dir (NS-Emacs): Remove entry.
3859 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3861         * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3863 2008-11-07  Glenn Morris  <rgm@gnu.org>
3865         * configure.in (HAVE_LIB64_DIR): Check for crtn.o.  (Bug#1287)
3867 2008-10-31  Eli Zaretskii  <eliz@gnu.org>
3869         * config.bat: Tell user to expect one "File not found" message
3870         while the `doc' directory is being configured.
3872 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3874         * update-subdirs: Put obsolete directory last.
3876 2008-10-30  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
3878         * configure.in: Check fontconfig always.
3880 2008-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3882         * configure (*-solaris2.[7-9]*): Fix typo.
3884 2008-10-24  Glenn Morris  <rgm@gnu.org>
3886         * configure.in (--without-sync-input, --with-pkg-config-prog):
3887         Help strings start with lower case.
3888         (--with-gnustep-conf): New option.
3889         (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3891 2008-10-24  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3893         * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3894         Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3895         is not found.  (Bug#1230)
3897 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
3899         * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3900         Use sol2-6.h for Solaris 7-9.
3902 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
3904         * configure.in: Add support for GNU/Linux on SuperH.
3906 2008-10-12  Andreas Schwab  <schwab@suse.de>
3908         * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3910 2008-10-03  Adrian Robert  <Adrian.B.Robert@gmail.com>
3912         * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3913         "X") to avoid confusion.
3915         * configure: Regenerate.
3917 2008-09-07  Romain Francoise  <romain@orebokech.com>
3919         * make-dist: Distribute doc/man/ChangeLog.
3921 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3923         * configure.in: Disable XFT and Freetype when without X.
3925         * configure: Regenerate.
3927 2008-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3929         * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3931 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
3933         * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3934         GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3936         * configure: Regenerate.
3938 2008-08-20  Eli Zaretskii  <eliz@gnu.org>
3940         * configure.in: Move "#define subprocesses" before
3941         config_opsysfile is included.
3943 2008-08-19  Kenichi Handa  <handa@m17n.org>
3945         * INSTALL (Extra fonts): Mention local fonts, don't mention
3946         mule-unicode.
3948 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
3950         * make-dist: Omit info/.arch-inventory.
3952 2008-08-16  Jason Rumney  <jasonr@gnu.org>
3954         * make-dist (tempdir/nt): Link emacsclient.rc.
3956 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3958         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3959         AC_SUBST it.
3960         (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3961         AC_SUBST it.
3962         (OTHER_FILES): Always define for HAVE_NS.
3963         (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3964         * configure: Regenerate.
3966 2008-08-07  Andreas Schwab  <schwab@suse.de>
3968         * configure.in: Correctly handle
3969         --enable-cocoa-experimental-ctrl-g=no and
3970         --enable-ns-self-contained=yes.
3972 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3974         * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3975         (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
3976         bother undef'ing since won't have desired effect.
3978 2008-08-06  Andreas Schwab  <schwab@suse.de>
3980         * configure.in: Fix quoting.
3982 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
3984         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3986 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
3988         * configure.in: Add checks for krb5_error.text and
3989         krb5_error.e_text struct members.
3991 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
3993         * configure.in: Test for existence of NSInteger.
3994         Suggested by Yavor Doganov.
3996 2008-08-02  Romain Francoise  <romain@orebokech.com>
3998         * Makefile.in (INFO_FILES): Add mairix-el.
4000 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4002         * make-dist:
4003         * README: Remove VMS support.
4004         * vms: Remove directory.
4006 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4008         * configure.in (MULTI_KBOARD): Remove.
4010 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4012         * configure.in (DO_BLOCK_INPUT): Remove, unused.
4014 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4016         * info/dir (File): Add mairix-el.
4018 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4020         Remove support for Mac Carbon.
4021         * mac: Remove directory.
4022         * make-dist:
4023         * configure.in:
4024         * README:
4025         * Makefile.in:
4026         * INSTALL: Remove code for Carbon.
4027         * configure: Regenerate.
4029 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4031         * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4033 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4035         * configure.in: Check for getrlimit.
4037         * configure: Regenerate.
4039 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4041         * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4042         in src/Makefile.in.
4043         (static): Remove, autoconf would always comment it out anyway.
4044         (subprocesses): Define unconditionally.
4046 2008-07-19  Yavor Doganov  <yavor@gnu.org>  (tiny change)
4048         * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4049         compilation under GNUstep.
4051 2008-07-18  Kenichi Handa  <handa@m17n.org>
4053         * INSTALL (Complex Text Layout support libraries): Delete the
4054         paragraph about --enable-font-backend.
4056 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
4058         * configure.in: Print out some info to user for NeXTstep builds.
4059         (ns-app): Remove enable option.
4060         (ns-self-contained): Add enable option.
4061         (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4062         GNUstep, use to set install prefixes, and substitute in Makefiles.
4063         * configure: Regenerate.
4064         * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4065         NS app bundle.
4067 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4069         * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4071 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4073         * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4074         NS_IMPL_COCOA.
4076 2008-07-16  Glenn Morris  <rgm@gnu.org>
4078         * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4079         Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4080         (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4081         never unset.
4083         * make-dist: Add nextstep/ directories.
4084         (src, lib-src): Add .m files.
4086 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4088         * configure.in (freebsd, kfreebsd): Undo part of previous change.
4089         (USER_FULL_NAME): Remove, not used anymore.
4090         * configure: Regenerate.
4092 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4094         Changes and additions for NeXTstep windowing system (Cocoa and
4095         GNUstep) support.
4097         * configure.in: Add support for NS window system: --with-ns (default
4098         off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4099         sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4100         disable font backend if window system is "none", not if !HAVE_X11.
4101         * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4102         (install-arch-dep): Add commands to assemble NS .app package.
4104 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
4106         * configure.in: Use macppc for Darwin.  Remove references to
4107         desupported systems.
4108         * configure: Regenerate.
4110 2008-07-05  Glenn Morris  <rgm@gnu.org>
4112         * make-dist (EMACS): Doc fix.
4113         (lisp): There are no *.dat or image files here any more.
4114         (src): There are no *.s files here any more.
4115         (etc/images, etc/images/*): Link to most regular files.
4117 2008-07-04  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4119         * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4121 2008-07-01  Glenn Morris  <rgm@gnu.org>
4123         * configure.in (cpp_undefs): Rename from `undefs', update uses.
4124         Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
4125         and explicitly export there.  (Bug#507.)
4127 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4129         * configure.in:
4130         * configure: Remove references to obsolete systems.
4132 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * Makefile.in (Makefile): Use it for its timestamp value as well, and
4135         make it depend on all other */.in files.
4136         (src/Makefile, src/config.stamp, lib-src/Makefile)
4137         (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4138         (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4139         (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4140         (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4142         * configure.in: Don't create src/config.stamp any more.
4144 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4146         * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4148 2008-06-22  Glenn Morris  <rgm@gnu.org>
4150         * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4152 2008-06-21  Romain Francoise  <romain@orebokech.com>
4154         * Makefile.in (INFO_FILES): Add sasl.
4156 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4159         (bootstrap-build): Remove.
4160         (top_bootclean): New var.
4161         (top_distclean, bootstrap-clean): Use it.
4162         (bootstrap): Don't recheck config.  Make normally.
4164 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * Makefile.in (SUBDIR): Include `lisp'.
4167         (lisp): Depend on `src'.
4168         (top_distclean): Don't remove config.status.
4169         (bootstrap-clean): New target.
4170         (maintainer-clean): Use it.
4171         (bootstrap): Use bootstrap-clean.  Re-run config.status.
4172         (src/bootstrap-emacs${EXEEXT}): New target.
4173         (bootstrap-build): Use it.  Don't use bootstrap-prepare because
4174         src/Makefile now takes care of it.
4175         (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4177 2008-06-15  Glenn Morris  <rgm@gnu.org>
4179         * info/dir: Add sasl.
4181 2008-06-09  Alan Mackenzie  <acm@muc.de>
4183         * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4185 2008-06-08  Eric S. Raymond  <esr@snark.thyrsus.com>
4187         * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4189 2008-06-07  Glenn Morris  <rgm@gnu.org>
4191         * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4192         serve no purpose.
4194 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
4196         * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4197         * configure: Regenerate.
4199 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * update-subdirs: Don't touch subdirs.el if it is unchanged.
4203 2008-05-14  Kenichi Handa  <handa@m17n.org>
4205         * configure: Regenerate.
4207         * configure.in: Don't handle --disable-font-backend.  Don't print
4208         a message about a font backend.
4210 2008-05-09  Glenn Morris  <rgm@gnu.org>
4212         * configure.in: Make absence of makeinfo a fatal error only if the info
4213         files don't exist.
4214         * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4216 2008-05-07  Eli Zaretskii  <eliz@gnu.org>
4218         * config.bat: Fix last change: don't use < and > in "rem" lines,
4219         they are interpreted as redirection by DOS shells.
4221 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4223         * configure.in: Check availability of AvailabilityMacros.h
4224         if HAVE_CARBON.
4226         * configure: Regenerate.
4228 2008-05-03  Glenn Morris  <rgm@gnu.org>
4230         * configure.in (x_libraries): Remove standard 64-bit directories -
4231         experimental workaround for minor autoconf bug.
4233         * configure.in (--without-makeinfo): New option.  If set,
4234         absence of suitable makeinfo is not a fatal error.
4235         * Makefile.in (MAKEINFO): New, set by configure.
4236         (install-arch-indep): Without makeinfo, ignore any missing manuals.
4237         (info-real): New target.
4238         (info): Without makeinfo, do nothing, else call `info-real'.
4240 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
4242         * configure.in: Remove hpux10.20 from the desupported list.
4244 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4246         * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4248 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4250         * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4251         rather than change CPPFLAGS.
4252         (HAVE_GTK): Rename to USE_GTK.
4254 2008-04-16  Yavor Doganov  <yavor@gnu.org>  (tiny change)
4256         * configure.in: Replace the obsolete macros AC_AIX and
4257         AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4259 2008-04-05  Andreas Schwab  <schwab@suse.de>
4261         * configure.in: No longer create admin/unidata/Makefile.
4263 2008-03-28  Andreas Schwab  <schwab@suse.de>
4265         * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4266         (lisp/Makefile): New rule.
4268 2008-03-13  Glenn Morris  <rgm@gnu.org>
4270         * configure.in (AC_INIT): Fix version number.
4271         (sync-input): Reword the option, since it's on by default.
4273 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
4275         * configure.in: Add --enable-sync-input, default yes.
4277 2008-03-11  Glenn Morris  <rgm@gnu.org>
4279         * Makefile.in (install-etc, mkdir): Handle directory
4280         etc/images/icons/hicolor/*/mimetypes/.
4282         * make-dist: Handle icons/hicolor/scalable directory.
4284 2008-03-05  Glenn Morris  <rgm@gnu.org>
4286         * configure.in: Enable font-backend by default.
4287         (USE_FONT_BACKEND): Set to "no" in absence of X.
4288         (PKG_CONFIG): Don't set multiple times, once is enough.
4289         (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4291 2008-03-03  Glenn Morris  <rgm@gnu.org>
4293         * Makefile.in (iconsrcdir): New variable.
4294         (install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon
4295         directory.
4297 2008-02-29  Glenn Morris  <rgm@gnu.org>
4299         * test/: New directory.
4301 2008-02-27  Jan Djärv  <jan.h.d@swipnet.se>
4303         * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4305 2008-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
4307         * configure.in: Print an error for systems that we think are obsolete
4308         and are proposed to be removed.  Remove some more unused systems.
4309         Add support for powerpc-ibm-aix6*.
4311 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4313         * configure.in: Remove references to obsolete variables and systems.
4315 2008-02-21  Glenn Morris  <rgm@gnu.org>
4317         * Makefile.in (set_installuser): New.
4318         (install-arch-indep): Use set_installuser to avoid duplicate code.
4320         * README.unicode: Split into admin/notes/unicode,font-backend and
4321         remove.
4323 2008-02-10  Matthew Luckie  <mjl@luckie.org.nz>  (tiny change)
4325         * configure.in (arm*-*-freebsd*): Add.
4327 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
4329         * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4330         dealing with obsolete variables.
4332 2008-02-08  Glenn Morris  <rgm@gnu.org>
4334         * Makefile.in (check-info-dir): New target.
4336 2008-02-08  Michael Olson  <mwolson@gnu.org>
4338         * Makefile.in (INFO_FILES): Add epa.
4340         * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4341         features" section.
4343 2008-02-06  Glenn Morris  <rgm@gnu.org>
4345         * configure.in (--with-gcc): Give an error saying this option has
4346         been removed.
4347         (--with-gtk): Remove this option.
4349 2008-02-06  Tom Tromey  <tromey@redhat.com>
4351         * configure.in (--with-gcc): Remove.
4352         * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4354 2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
4356         * INSTALL: Recommend giflib, not libungif.
4358 2008-02-05  Tom Tromey  <tromey@redhat.com>
4360         * configure.in (--with-dbus): Default to enabled.
4362 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
4364         * INSTALL (Complex Text Layout support libraries): New section.
4366 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
4368         * make-dist: Remove references to files in mac/ that have been
4369         deleted.
4371 2008-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
4373         * configure.in: For libotf and m17n-flt checks, set shell vars
4374         HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4375         pkg_check_m17n_flt, respectively, for the sake of the summary output.
4376         Reported by Ulrich Mueller.
4378 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
4380         * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4381         admin/unidata/Makefile.in to Makefile.
4383 2008-02-02  Glenn Morris  <rgm@gnu.org>
4385         * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4386         (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4387         (HAVE_XFT): Add "Does Emacs use..." messages at end.
4389 2008-02-01  Miles Bader  <miles@gnu.org>
4391         * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4392         [libotf], and [m17n-flt] options.
4394 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4396         * configure.in: Add EMACS_ARG_N([libotf]...), and
4397         EMACS_ARG_N([m17n-flt].  Set back OLD_CPPFLAGS to CPPFLAGS (not
4398         CFLAGS) in XFT checking part.  Don't alter C_SWITCH_X_SITE,
4399         CFLAGS, and LIBS in checking of m17n-flt.
4401 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4403         * configure.in: Check the availability of m17n-flt library.
4405 2008-02-01  Kenichi Handa  <handa@m17n.org>
4407         * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4408         not available.
4410 2008-02-01  Kenichi Handa  <handa@m17n.org>
4412         * configure.in: New args --enable-font-backend, --with-xft,
4413         --with-freetyp.  New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4414         HAVE_FREETYPE, HAVE_LIBOTF.  New AC_SUBSTs XFT_LIBS,
4415         FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4416         FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4418 2008-02-01  Kenichi Handa  <handa@m17n.org>
4420         * make-dist: Include etc/charsets in tarball.
4422 2008-02-01  Kenichi Handa  <handa@m17n.org>
4424         * configure.in: While running cpp on junk.c, include
4425         -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4426         exists.
4428 2008-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4430         * configure.in (xtensa): Match more configurations.
4432 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
4434         * configure.in: Update comment.
4436 2008-01-26  Glenn Morris  <rgm@gnu.org>
4438         * configure.in (--without-gcc): By default, neither off nor on.
4439         (--with-carbon): Tone down rhetoric in help text.
4441 2008-01-25  Glenn Morris  <rgm@gnu.org>
4443         * configure.in: Correct usage of OPTION_DEFAULT_ON,
4444         OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4445         Default `Carbon' to off (it's unsupported).
4447 2008-01-24  Glenn Morris  <rgm@gnu.org>
4449         * configure.in: Standardize dbus-related messages.
4451 2008-01-23  Michael Olson  <mwolson@gnu.org>
4453         * configure.in (pkg-config-prog): Remove initial whitespace.
4455 2008-01-23  Tom Tromey  <tromey@redhat.com>
4457         * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4458         (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4459         Update all users.
4461 2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
4463         * config.guess, config.sub: Updated from master source.
4465 2008-01-17  Andreas Schwab  <schwab@suse.de>
4467         * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4469 2008-01-17  Glenn Morris  <rgm@gnu.org>
4471         * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4473 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
4475         * configure.in: Remove more references to unsupported systems.
4477 2008-01-16  Sven Joachim  <svenjoac@gmx.de>
4479         * make-dist: Add --lzma.
4481 2008-01-16  Glenn Morris  <rgm@gnu.org>
4483         * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4484         configure checks for this.
4486 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
4488         * configure.in: Remove more references to unsupported systems.
4490 2008-01-06  Romain Francoise  <romain@orebokech.com>
4492         * configure.in: Delete extra semicolons.
4494 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4496         * configure.in: Remove references to unsupported systems.
4498 2008-01-05  Romain Francoise  <romain@orebokech.com>
4500         * make-dist: Add --bzip2.  Update copyright.
4502 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4504         * configure.in: Remove support for Masscomp.
4506 2008-01-05  Glenn Morris  <rgm@gnu.org>
4508         * Makefile.in (desktopdir, icondir): New variables.
4509         (install-arch-indep): Also depend on `install-etc'.
4510         (install-etc): New target.
4511         (mkdir): Also create the `applications' and `icons' directories.
4513 2008-01-04  Glenn Morris  <rgm@gnu.org>
4515         * make-dist: Update for new etc/images/icons/hicolor directory.
4517 2007-12-09  Andreas Schwab  <schwab@suse.de>
4519         * configure.in: D-Bus is not enabled by default.
4521 2007-12-06  Jan Djärv  <jan.h.d@swipnet.se>
4523         * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4524         change.
4526 2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
4528         * configure.in: Give package name and version to AC_INIT.
4530 2007-12-03  Magnus Henoch  <mange@freemail.hu>
4532         * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4534 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
4536         * configure.in: No need for DBUS_INFO anymore.
4538         * Makefile.in (INFO_FILES): Use dbus unconditionally.
4540 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
4542         * configure.in: Add D-Bus checks.  D-Bus is disabled by default.
4544         * Makefile.in (INFO_FILES): Add dbus.
4546 2007-12-02  Romain Francoise  <romain@orebokech.com>
4548         * make-dist: Fix last change.
4550 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4552         * configure.in: Add support for gnu-kfreebsd.
4554 2007-11-28  Glenn Morris  <rgm@gnu.org>
4556         * make-dist: Add etc/nxml.
4558 2007-11-24  Romain Francoise  <romain@orebokech.com>
4560         * Makefile.in (INFO_FILES): Add nxml-mode.
4562 2007-11-23  Romain Francoise  <romain@orebokech.com>
4564         * make-dist: Include nXML.  Don't try to copy FTP, it was removed on
4565         2007/10/17.  Don't special-case alloca.c which is no longer in CVS.
4567 2007-11-20  Andreas Schwab  <schwab@suse.de>
4569         * configure.in: Always include <resolv.h> when checking for res_init.
4571 2007-11-17  Andreas Schwab  <schwab@suse.de>
4573         * update-subdirs: Atomically update subdirs.el.
4575 2007-11-17  Glenn Morris  <rgm@gnu.org>
4577         * Makefile.in (check-declare): New target.
4579 2007-11-07  Glenn Morris  <rgm@gnu.org>
4581         * configure.in: Deprecate Mac Carbon port.
4583 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
4585         * configure.in: Remove HAVE_X11R5 check.
4587 2007-10-31  Glenn Morris  <rgm@gnu.org>
4589         * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4590         when changing ownership of installed files.
4592 2007-10-30  Glenn Morris  <rgm@gnu.org>
4594         * make-dist: Add new directory etc/gnus.
4596 2007-10-30  Michael Olson  <mwolson@gnu.org>
4598         * Makefile.in (INFO_FILES): Alphabetize.  Add remember.
4600 2007-10-29  Glenn Morris  <rgm@gnu.org>
4602         * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4604 2007-10-23  Glenn Morris  <rgm@gnu.org>
4606         * MAINTAINERS: Move to admin/.
4608 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
4610         * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4611         (HAVE_LIBRESOLV): Also define if we are using res_init().
4613 2007-10-17  Glenn Morris  <rgm@gnu.org>
4615         * FTP: Remove file, since it's just a duplicate of one in etc/.
4617 2007-10-05  Eli Zaretskii  <eliz@gnu.org>
4619         * config.bat: Fix configuring `doc' due to changes in the
4620         directory structure.
4622 2007-09-16  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
4624         * configure.in: Don't use -lpthread on HP-UX.
4626 2007-09-16  Glenn Morris  <rgm@gnu.org>
4628         * make-dist: File gfdl.1 has been removed.
4630 2007-09-15  Glenn Morris  <rgm@gnu.org>
4632         * configure.in: Fix makeinfo version regexp.
4634 2007-09-12  Glenn Morris  <rgm@gnu.org>
4636         * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4637         implementation of alloca is not found.
4639         * Makefile.in (SOURCES, unlock, relock): Delete.
4640         (install-arch-indep): Do not exclude the etc/ Makefiles.
4642 2007-09-09  Juri Linkov  <juri@jurta.org>
4644         * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4646         * README: Add doc/ to documentation directories.
4648 2007-09-08  Michael Olson  <mwolson@gnu.org>
4650         * MAINTAINERS: Add myself for ERC and tq.el.
4651         Update for new doc/ directory layout.
4653 2007-09-06  Romain Francoise  <romain@orebokech.com>
4655         * make-dist: Update for new doc/ directory layout.
4657 2007-09-06  Glenn Morris  <rgm@gnu.org>
4659         * Makefile.in (mansrcdir): New variable.
4660         (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4661         (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4662         update these targets for new doc/ directory layout.
4663         (doc/misc/Makefile): New target.
4664         (install-arch-indep): Use mansrcdir for new location of manpages.
4665         (mostlyclean, clean, distclean, maintainer-clean, unlock)
4666         (relock, info, dvi): Update targets for new doc/ directory layout.
4668         * configure.in (AC_OUTPUT): Update names of generated Makefiles
4669         for new doc/ directory layout.
4671 2007-09-02  Andreas Schwab  <schwab@suse.de>
4673         * configure.in: Use AS_HELP_STRING throughout.
4674         * configure: Regenerate.
4676 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4678         * configure.in: Require Gtk/Glib 2.6.
4680 2007-09-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
4682         * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4683         Use them throughout in place of AC_ARG_WITH calls.
4684         * configure: Regenerate.
4686 2007-09-01  Andreas Schwab  <schwab@suse.de>
4688         * configure.in: Put quotes around nested macro calls.
4690 2007-08-31  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4692         * configure.in: Fix typo.
4693         * configure: Regenerate.
4695 2007-08-30  Glenn Morris  <rgm@gnu.org>
4697         * configure.in (AH_BOTTOM): Copy some manual changes made to
4698         src/config.in here so they are not lost when it regenerates.
4700         * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4702 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
4704         * README.multi-tty: New file.
4706 2007-08-29  Glenn Morris  <rgm@gnu.org>
4708         * README: Increase version to 23.0.50.
4710 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
4712         * configure.in: New option: --without-xaw3d.
4714 2007-08-24  Glenn Morris  <rgm@gnu.org>
4716         * configure.in: Check for a suitably recent makeinfo.
4718 2007-08-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
4720         * configure.in (Check for required libraries): Typo.
4722 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4724         * configure.in: Check librsvg2 also for Mac Carbon.
4726 2007-08-22  Romain Francoise  <romain@orebokech.com>
4728         * make-dist: Follow reorganization of files in etc/.
4730 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
4732         * configure.in: Add support for SVG images through librsvg2.
4734 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4736         * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4737         to avoid an error message if there is no DOC there.
4739 2007-07-25  Glenn Morris  <rgm@gnu.org>
4741         * Relicense all FSF files to GPLv3 or later.
4743         * COPYING, info/COPYING: Switch to GPLv3.
4745 2007-06-20  Jan Djärv  <jan.h.d@swipnet.se>
4747         * configure.in: Complain if X seems to be installed but no
4748         development files were found.
4750 2007-06-20  Glenn Morris  <rgm@gnu.org>
4752         * configure.in: Prefer libgif over libungif.
4754 2007-06-14  Jan Djärv  <jan.h.d@swipnet.se>
4756         * configure.in: Check for all image libraries before exiting.
4758 2007-06-13  Jan Djärv  <jan.h.d@swipnet.se>
4760         * configure.in: Exit with error if image libraries aren't found.
4762 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
4764         * configure.in: Merge xaw3d and libXaw checks.  Check xaw3d even
4765         when compiling without scrollbars.
4767 2007-06-12  Glenn Morris  <rgm@gnu.org>
4769         * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4771 2007-06-11  Jan Djärv  <jan.h.d@swipnet.se>
4773         * configure.in: Change wording about yes/gtk and lucid/athena
4774         being synonyms.
4776 2007-06-08  Glenn Morris  <rgm@gnu.org>
4778         * configure.in: Make gtk the default toolkit.
4780 2007-06-07  Glenn Morris  <rgm@gnu.org>
4782         * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4783         for a Sun C compiler.
4785         * Makefile.in (install-arch-indep): Install only the DOC- file
4786         specific to the build, if possible, rather than DOC-*.
4788 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4790         * Version 22.1 released.
4792 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
4794         * mkinstalldirs: Sync to version in automake CVS.
4796 2007-05-22  Andreas Schwab  <schwab@suse.de>
4798         * configure.in: Prefer build_alias over host when host_alias is not set.
4799         * configure: Regenerate.
4801 2007-05-20  Andreas Schwab  <schwab@suse.de>
4803         * configure.in: Remove empty AC_SUBST.
4804         * configure: Regenerate.
4806 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4808         * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4809         it like others.
4810         * configure: Regenerate.
4812 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4814         * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4815         (AC_CHECK_LIB): Add -lgpm.
4816         * configure: Regenerate.
4818 2007-05-03  Glenn Morris  <rgm@gnu.org>
4820         * configure: Tweak message about the absence of shell functions.
4822 2007-04-27  Andreas Schwab  <schwab@suse.de>
4824         * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4826 2007-04-26  Glenn Morris  <rgm@gnu.org>
4828         * README: Increase version to 22.1.50.
4830 2007-04-24  Juanma Barranquero  <lekktu@gmail.com>
4832         * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4834 2007-04-19  Glenn Morris  <rgm@gnu.org>
4836         * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4838 2007-04-18  Glenn Morris  <rgm@gnu.org>
4840         * INSTALL: Mention CPP.
4842 2007-04-15  Glenn Morris  <rgm@gnu.org>
4844         * FTP: Replace with a pointer to the web version.
4846 2007-04-13  Glenn Morris  <rgm@gnu.org>
4848         * INSTALL: In lib-src, timer, wakeup, yow are removed.
4850 2007-04-04  Glenn Morris  <rgm@gnu.org>
4852         * configure.in (NON_GNU_CPP): Use associated preprocessor when
4853         compiling with Sun Studio on Solaris.
4855 2007-03-23  Glenn Morris  <rgm@gnu.org>
4857         * configure.in: Restore support for hp800 (removed 2007-01-27)
4858         following clarification of legal status.
4860 2007-03-22  Joe Buehler  <jbuehler@spirentcom.com>  (tiny change)
4862         * configure.in: Add support for AIX4.3 on IBM RS6000.
4864         * configure: Regenerate.
4866 2007-03-20  Richard Stallman  <rms@gnu.org>
4868         * configure.in: Fix previous change.
4870 2007-03-19  Deanna Phillips  <deanna@sixbit.org>  (tiny change)
4872         * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4873         (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4874         (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4876 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
4878         * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4879         user specifies "without".
4881         * configure: Regenerate.
4883 2007-03-18  Jan Djärv  <jan.h.d@swipnet.se>
4885         * configure.in: Warning for Gtk+ and Cygwin added.
4886         (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4888 2007-02-27  Glenn Morris  <rgm@gnu.org>
4890         * make-dist (oldXMenu): Remove Imakefile.
4891         (etc/images): Add README.
4893 2007-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
4895         * configure.in (xtensa-*-linux-gnu*): New configuration.
4897         * configure: Regenerate.
4899 2007-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
4901         * config.guess, config.sub: Updated from master source.
4903 2007-01-31  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
4905         * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4907 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4909         * configure.in: Restore support for hp800's not running HP-UX.
4911         * configure: Regenerate.
4913 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4915         * configure.in: Remove support for hp800 and sr2k machine types.
4917         * configure: Regenerate.
4919 2007-01-26  Jan Djärv  <jan.h.d@swipnet.se>
4921         * configure.in: Add check for libXft.
4923 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4925         * INSTALL: Info files moved to share/info.
4927 2007-01-02  Stephen C. Gilardi  <scgilardi@gmail.com>  (tiny change)
4929         * configure.in: Detect and use fink-installed in intel-based Mac
4930         builds; change Apple Darwin section to support both PowerPC and
4931         Intel-based Macs.
4933 2006-12-26  Andreas Schwab  <schwab@suse.de>
4935         * Makefile.in (datarootdir): Define.
4937 2006-12-24  Richard Stallman  <rms@gnu.org>
4939         * configure.in: Require Autoconf 2.61.
4941 2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
4943         * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4944         Remove redundant entry for powerpc-apple-netbsd.
4946         * configure: Regenerate.
4948 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4950         * configure: Regenerate with autoconf 2.61.
4952 2006-12-20  Jan Djärv  <jan.h.d@swipnet.se>
4954         * configure.in: Detect alsa/asoundlib.h also.
4955         * configure: Regenerate.
4957 2006-12-19  Jan Djärv  <jan.h.d@swipnet.se>
4959         * configure.in: Check if GTK+ compiles at all.
4961 2006-12-10  Andreas Schwab  <schwab@suse.de>
4963         * configure.in: Remove check for struct timezone, its result is
4964         never used.
4966 2006-12-08  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4968         * configure.in: Add support for Solaris 10 on x86-64.
4970 2006-12-08  Jan Djärv  <jan.h.d@swipnet.se>
4972         * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4973         of PKG_CONFIG_PATH.
4975 2006-12-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4977         * configure.in (HAVE_SYNC): New test.
4979 2006-12-03  Glenn Morris  <rgm@gnu.org>
4981         * Makefile.in: Fix Copyright format.
4983         * configure.in (AH_TOP): Add missing Copyright year.
4985         * update-subdirs: Add missing Copyright years.
4987 2006-11-27  Chris Moore  <christopher.ian.moore@gmail.com>
4989         * Makefile.in: Touch only the parts of the share/emacs directory
4990         specific to this version.
4992 2006-11-26  Chong Yidong  <cyd@stupidchicken.com>
4994         * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4996 2006-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4998         * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5000 2006-11-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5002         * configure.in: Prefer X11 to Carbon only when some X-specific
5003         option is specified (Thanks to Jan Djärv and Andreas Schwab).
5005 2006-11-04  Romain Francoise  <romain@orebokech.com>
5007         * Makefile.in (bootstrap-clean-before): Fix typo.
5008         Use new target `bootstrap-clean' in the leim subdirectory.
5010 2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5012         * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5014 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
5016         * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5017         directories.
5019 2006-10-29  Jeramey Crawford  <jeramey@jeramey.com>
5021         * configure.in: Enable x86-64 OpenBSD compilation.
5023 2006-10-28  Glenn Morris  <rgm@gnu.org>
5025         * AUTHORS: Add cal-html.el author.
5027 2006-10-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5029         * make-dist: Make links to mac/make-package and
5030         mac/Emacs.app/Contents/Resources/Emacs.icns.
5032 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
5034         * README: Bump version number to 22.0.90.
5036 2006-10-23  Andreas Schwab  <schwab@suse.de>
5038         * configure.in: Make sure x_default_search_path is always set even
5039         when x_libraries is empty, and look in .../share as well for each
5040         library directory.
5042 2006-09-28  Kenichi Handa  <handa@m17n.org>
5044         * configure.in (locallisppath): Don't include leim dir.
5045         (lisppath): Include leim dir.
5047 2006-09-15  Jay Belanger  <belanger@truman.edu>
5049         * COPYING: Replace "Library Public License" by "Lesser Public
5050         License" throughout.
5052 2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
5054         * make-dist (EMACS): Exit and fail if the EMACS environment
5055         variable is set to something other than an absolute file name.
5057 2006-08-16  Andreas Schwab  <schwab@suse.de>
5059         * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5060         of hardcoding it.
5062 2006-08-16  Richard Stallman  <rms@gnu.org>
5064         * INSTALL.CVS: Clean up wording.
5066 2006-07-14  Eli Zaretskii  <eliz@gnu.org>
5068         * configure.in (PKG_CHECK_MODULES): Redirect the output of
5069         $PKG_CONFIG --exists "$2" to config.log.
5070         * configure: Regenerate.
5072 2006-07-09  Richard Stallman  <rms@gnu.org>
5074         * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5076 2006-07-09  Kim F. Storm  <storm@cua.dk>
5078         * CONTRIBUTE: Use outline format.
5079         Add section on copyright years (from admin/notes/years).
5081 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5083         * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5084         to /dev/null, since we don't need the error message, just the
5085         exit status.
5087 2006-07-07  Eli Zaretskii  <eliz@gnu.org>
5089         * CONTRIBUTE: Slight formatting changes and typo fixes.
5090         Add description of NEWS markings.
5092 2006-07-07  Kim F. Storm  <storm@cua.dk>
5094         * CONTRIBUTE: Mention INSTALL.CVS.
5096 2006-07-05  Romain Francoise  <romain@orebokech.com>
5098         * make-dist (top-level): Add CONTRIBUTE.
5100 2006-07-04  Richard Stallman  <rms@gnu.org>
5102         * CONTRIBUTE: Much rewrite.
5104 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
5106         * CONTRIBUTE: New file.
5108 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5110         * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5112 2006-05-18  Jan Djärv  <jan.h.d@swipnet.se>
5114         * configure.in: Add check for ALSA.
5116 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5118         * Makefile.in (INFO_FILES): Remove emacs-xtra.
5120         * info/dir: Remove the Emacs-Xtra entry.
5122 2006-04-20  Ramprasad B  <ramprasad_i82@yahoo.com>
5124         Update copyright year(s) in many files.
5126 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
5128         * configure: Regenerated.
5130 2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5132         * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5133         --without-toolkit-scroll-bars was specified.
5135 2006-04-01  Christoph Bauer  <Christoph.Bauer@lms-gmbh.de>  (tiny change)
5137         * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5138         to CFLAGS.  Update Copyright years written to src/config.in.
5140 2006-03-18  Claudio Fontana  <claudio@gnu.org>
5142         * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5143         (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5144         to be installed/uninstalled.
5145         (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5146         to Info files installed by Emacs.
5148 2006-03-03  Claudio Fontana  <claudio@gnu.org>
5150         * Makefile.in (install, uninstall): Add DESTDIR variable to
5151         support staged installations.
5153 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5155         * configure.in (s390x-*-linux-gnu*): New configuration.
5157 2006-01-31  Jan Djärv  <jan.h.d@swipnet.se>
5159         * configure.in: Require GTK 2.4 or newer.
5161 2006-01-29  Michael Olson  <mwolson@gnu.org>
5163         * Makefile.in (install-arch-indep, uninstall): Add ERC.
5164         * info/dir (ERC): New entry.
5166 2006-01-29  Eli Zaretskii  <eliz@gnu.org>
5168         * info/dir: Fix last change.
5170 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5172         * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5174 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5176         * info/dir: Untabify the whole file.
5177         (Rcirc): New entry.
5179 2006-01-12  Andreas Schwab  <schwab@suse.de>
5181         * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5182         check.
5184 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
5186         * configure.in: Use -Wno-pointer-sign if available.
5188 2005-12-29  Andreas Schwab  <schwab@suse.de>
5190         * config.guess, config.sub: Updated from master source.
5192 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5194         * configure.in: Use amdx86-64 for freebsd on x86_64.
5196 2005-11-22  Romain Francoise  <romain@orebokech.com>
5198         * make-dist: Add etc/images/icons.
5200 2005-11-03  Andreas Schwab  <schwab@suse.de>
5202         * configure.in: Use GZIP_PROG instead of GZIP.
5204         * Makefile.in (GZIP_PROG): Renamed from GZIP.
5205         (install-arch-indep): Adjust.
5207 2005-11-01  Andreas Schwab  <schwab@suse.de>
5209         * Makefile.in (bootstrap): Fix dependencies for parallel build.
5210         (bootfast): Likewise.
5212 2005-11-01  Romain Francoise  <romain@orebokech.com>
5214         * configure.in: Check for gzip.
5216         * Makefile.in (install): Compress source files.
5218 2005-10-24  Steven Tamm  <steventamm@mac.com>
5220         * configure.in: Fix darwin386 configuration issue.
5222 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5224         * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5226 2005-10-17  Bill Wohler  <wohler@newt.com>
5228         * make-dist: Create and populate etc/images/low-color.
5230 2005-10-15  Bill Wohler  <wohler@newt.com>
5232         * make-dist: Create and populate etc/images/gud.
5234 2005-10-08  Richard M. Stallman  <rms@gnu.org>
5236         * make-dist (tempparent): Don't check for 14-char file name limit.
5238 2005-10-07  Romain Francoise  <romain@orebokech.com>
5240         * make-dist: Add etc/images/ezimage and etc/images/mail
5241         directories.  Install images in etc/images.
5243 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5245         * configure.in: Prefer Carbon if --enable-carbon-app or
5246         --with-carbon is explicitly specified even when X11 is detected.
5248 2005-09-15  Ulf Jasper  <ulf.jasper@web.de>
5250         * Makefile.in (install-arch-indep, uninstall):
5251         Handle newsticker manual.
5252         (info): Add - to commands.
5254 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
5256         Remove the MAXPATHLEN limitations:
5258         * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5260 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
5262         * configure.in <lynxsos*>: Support for LynxOS on PPC.
5263         * configure: Regenerate.
5265 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5267         * config.guess, config.sub: Updated from master source.
5269 2005-08-03  Juanma Barranquero  <lekktu@gmail.com>
5271         * .cvsignore: Add `lock'.
5273 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5275         * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5277 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
5279         Merge gnulib getopt implementation into Emacs.
5281         * Makefile.in (AUTOCONF_INPUTS): New macro.
5282         ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5283         so that these files also depend on m4/getopt.m4.
5284         * configure.in: Configure getopt by including m4/getopt.m4,
5285         and configuring a getopt replacement if necessary.
5286         * make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
5287         * m4/getopt.m4: New file.
5289 2005-07-06  Lute Kamstra  <lute@gnu.org>
5291         * configure.in: Fix capitalization.
5293 2005-07-04  Lute Kamstra  <lute@gnu.org>
5295         Update FSF's address in GPL notices.
5297 2005-06-19  Jérôme Marant  <jerome@marant.org>
5299         * Makefile.in (epaths-force): Protect both lisppath and
5300         buildlisppath from whitespace.
5302 2005-06-08  Steven Tamm  <steventamm@mac.com>
5304         * configure.in: Support Darwin/MacOSX on Intel.
5306 2005-06-06  Jan Djärv  <jan.h.d@swipnet.se>
5308         * configure.in (HAVE_CANCELMENUTRACKING): New test.
5310 2005-05-19  Jérôme Marant  <jmarant@marant.org>
5312         * configure.in: Add --enable-locallisppath.
5314 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5316         * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5317         Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.  Define
5318         USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5320 2005-05-07  Jérôme Marant  <jerome@marant.org>
5322         * make-dist: Remove references to makefile.nt and makefile.def.
5323         Include widgets and images subdirectories of etc.  Do not exclude
5324         ldefs-boot.el.
5326 2005-04-23  Andreas Schwab  <schwab@suse.de>
5328         * configure.in: Remove duplicate match for powerpc configuration.
5330 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
5332         * configure.in: Check for <pwd.h>.
5334 2005-04-14  Lute Kamstra  <lute@gnu.org>
5336         * make-dist: Distribute all ChangeLog files in lisp/.
5337         Don't distribute ldefs-boot.el.
5338         lisp/makefile.nt no longer exists.
5340 2005-04-13  Lute Kamstra  <lute@gnu.org>
5342         * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5343         for "no-byte-compile: t" in the file instead.
5345 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5347         * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5348         shadow the main Lesstif/Motif-2.1 libs and includes.
5350 2005-03-10  Jan Djärv  <jan.h.d@swipnet.se>
5352         * configure.in: Only add XASSERTS to cppflags.
5354 2005-03-04  Jan Djärv  <jan.h.d@swipnet.se>
5356         * configure.in: Added --enable-asserts.
5358 2005-02-09  Kim F. Storm  <storm@cua.dk>
5360         Change release version from 21.4 to 22.1 throughout.
5361         Change development version from 21.3.50 to 22.0.50.
5363 2005-01-19  Steven Tamm  <steventamm@mac.com>
5365         * configure.in: Check for <sys/utsname.h>.
5367 2004-12-11  Kim F. Storm  <storm@cua.dk>
5369         * Makefile.in (info): Undo 2004-12-05 change.
5371 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5373         * info/dir (File): Add URL and Org Mode manuals.
5374         * Makefile.in (install-arch-indep, uninstall): Add url and org
5375         manuals.
5377 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5380         committed to src/config.in.
5382 2004-12-07  Jan Djärv  <jan.h.d@swipnet.se>
5384         * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5385         pthreads and define HAVE_GTK_AND_PTHREAD.
5387 2004-12-05  Richard M. Stallman  <rms@gnu.org>
5389         * Makefile.in (info): Ignore errors building info files.
5391 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
5393         * config.bat: If 8-byte alignment is not supported, define
5394         NO_DECL_ALIGN in src/config.h, instead of trivially defining
5395         DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
5396         filter through Sed to remove the quotes.
5398 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * info/.cvsignore: Ignore everything.  It's OK since .cvsignore does
5401         not apply to files explicitly `cvs add'ed.
5403 2004-11-12  Eli Zaretskii  <eliz@gnu.org>
5405         * config.bat: Don't require djecho.exe for the v1.x build.
5406         Add a test for DECL_ALIGN support, and add a trivial definition to
5407         src/config.h if 8-byte alignment is not supported.
5409 2004-11-08  Kim F. Storm  <storm@cua.dk>
5411         * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5412         files before building.
5413         (bootfast, bootstrap-clean-before-fast): New targets, like
5414         bootstrap but don't remove .elc files.
5416 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
5418         * configure.in: Add check for getrusage.
5420 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
5422         * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5423         New tests for new and old GTK file dialogs.
5424         (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5425         to no.
5427 2004-10-20  Jan Djärv  <jan.h.d@swipnet.se>
5429         * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5430         can be set.  Remove SETARCH test.
5432 2004-10-08  Steven Tamm  <steventamm@mac.com>
5434         * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5436 2004-10-06  Jan Djärv  <jan.h.d@swipnet.se>
5438         * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5439         AC_MSG_WARN.  Move output of warning message to end of configure run.
5441 2004-10-05  Jan Djärv  <jan.h.d@swipnet.se>
5443         * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5444         Run test to see if heap start address is random.
5446 2004-09-29  Miles Bader  <miles@gnu.org>
5448         * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5449         if setarch is present.
5451 2004-09-25  Jan Djärv  <jan.h.d@swipnet.se>
5453         * configure.in (HAVE_EXECSHIELD): Only define on x86.
5455 2004-09-24  Jan Djärv  <jan.h.d@swipnet.se>
5457         * configure.in: Check for exec-shield.
5459 2004-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5461         * Makefile.in (install-arch-indep): Add pgg and sieve.
5463         * info/.cvsignore: Added pgg and sieve.
5465 2004-08-06  Andreas Schwab  <schwab@suse.de>
5467         * Makefile.in (install-arch-indep, uninstall): Add flymake.
5469 2004-07-31  Eli Zaretskii  <eliz@gnu.org>
5471         * config.bat: Update URLs in the comments.
5473 2004-07-05  Andreas Schwab  <schwab@suse.de>
5475         * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5477 2004-06-21  Kenichi Handa  <handa@m17n.org>
5479         * make-dist: Link leim-ext.el into tempdir.
5481 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5483         * info/dir (File): Add emacs-xtra.
5484         * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5486 2004-06-12  Juri Linkov  <juri@jurta.org>
5488         * info/dir: Move menu help lines from `* Menu:' to file header.
5489         Describe the purpose of a red *.
5491 2004-05-04  Dave Love  <fx@gnu.org>
5493         * configure.in: Don't use `extrasub'.
5495 2004-04-29  Dave Love  <fx@gnu.org>
5497         * configure.in: Don't forget to quote args to `test'.
5499 2004-04-24  Thien-Thi Nguyen  <ttn@gnu.org>
5501         * autogen.sh: Update filename in "please read" message.
5503 2004-04-17  Richard M. Stallman  <rms@gnu.org>
5505         * INSTALL: Move the info about site-lisp dirs,
5506         and say uninstalled Emacs looks there too.
5508 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
5510         * config.bat (lib-src): Recognize comment lines in Makefile.in
5511         that have a TAB after the #, to avoid errors in preprocessing with
5512         GCC 3.3.3.
5514 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5516         * Makefile.in: Mention in comment that `make maintainer-clean'
5517         deletes .elc files.
5519 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         * update-subdirs: Add local variables to prevent byte-compiling.
5523 2004-03-21  Dave Love  <fx@gnu.org>
5525         * configure.in: Fix previous change.
5527 2004-03-18  Dave Love  <fx@gnu.org>
5529         * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5531 2004-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5533         * info/dir (File): Add SMTP and SES.
5535 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5537         * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5538         (bootstrap): Use the new bootstrap-prepare target in lisp.
5540 2004-02-18  Kim F. Storm  <storm@cua.dk>
5542         * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5544 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5546         * make-dist: Don't link index.*perm and permute-index into tempdir.
5548 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
5550         * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5551         to match previous changes by Eli Zaretskii.
5553 2004-02-09  Luc Teirlinck  <teirllm@auburn.edu>
5555         * Makefile.in: Set CDPATH to an empty string.
5557 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * configure.in <darwin>: Use fink packages if available.
5561 2004-01-25  Jérôme Marant  <jmarant@free.fr>  (tiny change)
5563         * make-dist (lispref): Do include lispref/index.texi.
5565 2004-01-06  Eric Hanchrow  <offby1@blarg.net>
5567         * make-dist (tempdir): Include cursors in nt/icons.
5569 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5571         * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5572         clashes with install-sh on 8+3 filesystems.
5574 2003-12-24  Miles Bader  <miles@gnu.org>
5576         * .cvsignore: Add .arch-inventory.
5578 2003-12-24  Andreas Schwab  <schwab@suse.de>
5580         * configure.in: Check for <sys/socket.h>.  Include it before
5581         including <net/if.h>.  Move check for <net/if.h> before its use.
5583 2003-12-24  Jan Djärv  <jan.h.d@swipnet.se>
5585         * Makefile.in (install-arch-dep): Don't let cd output go into
5586         pipe for carbon_appdir.
5588 2003-12-24  Andreas Schwab  <schwab@suse.de>
5590         * configure.in (PKG_CHECK_MODULES): Fix quoting.
5592 2003-12-01  Andreas Schwab  <schwab@suse.de>
5594         * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5595         hardcoding gcc.
5597 2003-11-16  Jan Djärv  <jan.h.d@swipnet.se>
5599         * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5600         multiple displays.
5601         Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5603 2003-09-23  Dave Love  <fx@gnu.org>
5605         * configure.in: Check members of struct ifreq.
5607 2003-09-14  Kim F. Storm  <storm@cua.dk>
5609         * configure.in: Add checks for sys/ioctl.h and net/if.h.
5611 2003-09-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
5613         * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5615 2003-08-18  Lute Kamstra  <lute@gnu.org>
5617         * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5618         required anymore.
5620 2003-08-07  Andrew Choi  <akochoi@shaw.ca>
5622         * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5623         option instead of -traditional-cpp for CPP.
5625 2003-07-29  Richard M. Stallman  <rms@gnu.org>
5627         * configure.in (HAVE_XIM): Define if XIM is available.
5629 2003-07-29  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5631         * configure.in: The function gtk_window_set_icon_from_file was
5632         introduced in GTK+ 2.2, so check for that release.
5634 2003-07-23  Andreas Schwab  <schwab@suse.de>
5636         * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5638         * Makefile.in (YACC): Remove, not used.
5639         (MAINT): Don't set.
5640         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5641         disable dependency on ${srcdir}/configure.in when maintainer mode
5642         is disabled.
5644 2003-07-22  Dave Love  <fx@gnu.org>
5646         * configure.in: Make XRegisterIMInstantiateCallback test depend on
5647         HAVE_X11, not with_xim.
5648         (HAVE_CRTIN): Provide template.
5649         <with_png>: Test for png.h and libpng/png.h.
5651 2003-07-15  Andreas Schwab  <schwab@suse.de>
5653         * configure.in: Temporarily leave quoting for AC_DEFINE.
5655 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
5657         * configure.in: Check for posix_memalign.
5659 2003-07-12  Richard M. Stallman  <rms@gnu.org>
5661         * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5663 2003-07-09  Kim F. Storm  <storm@cua.dk>
5665         * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5666         functionality of --without-xim.
5668 2003-06-29  Dave Love  <fx@gnu.org>
5670         * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5672 2003-06-23  Dave Love  <fx@gnu.org>
5674         * configure.in: Check for sys/_mbstate_t.h.
5675         Test XRegisterIMInstantiateCallback prototype.
5676         (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5678 2003-06-06  Dave Love  <fx@gnu.org>
5680         * configure.in: Check for locale.h.
5682 2003-06-05  Dave Love  <fx@gnu.org>
5684         * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5685         Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5686         (NLIST_STRUCT): Don't define.
5687         (AH_BOTTOM): Define my_strftime.
5689 2003-06-02  Richard M. Stallman  <rms@gnu.org>
5691         * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5693 2003-05-24  Andreas Schwab  <schwab@suse.de>
5695         * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5696         bzero, and bcmp.
5698 2003-05-22  Dave Love  <fx@gnu.org>
5700         * configure.in: Remove redundant test for term.h.  Test for difftime.
5702 2003-05-20  Dave Love  <fx@gnu.org>
5704         * configure.in: Append * to s390-*-linux-gnu case.
5705         (LIBMAIL) <lockfile>: Don't define.
5707 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
5709         * INSTALL (* GNU/Linux development packages): Mention Debian and
5710         RedHat package names.
5712 2003-04-30  Boyd Lynn Gerber  <gerberb@zenez.com>
5714         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5716 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
5718         * INSTALL (* GNU/Linux development packages): Tell people to
5719         install additional packages for compiling Emacs.
5721 2003-04-30  Richard M. Stallman  <rms@gnu.org>
5723         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5725 2003-04-28  Francesco Potortì  <pot@gnu.org>
5727         * configure.in: Undo last (RMS') change, as it is useless, per
5728         Dave Love.
5730 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5732         * configure.in: Put #include of jpeglib.h at start of line.
5734 2003-04-06  Francesco Potortì  <pot@gnu.org>
5736         * configure.in: Use the same configuration for all aix5, not just
5737         aix5.1.
5739 2003-03-16  Nelson H. F. Beebe  <beebe@math.utah.edu>  (tiny change)
5741         * configure.in: Check for need for bigtoc support on IBM AIX for
5742         solving a linker table overflow problem.
5744 2003-03-03  Rob Browning  <rlb@defaultvalue.org>
5746         * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5747         (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5748         over bzero, bcmp, and bcopy.
5750 2003-02-23  Simon Josefsson  <jas@extundo.com>
5752         * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5754 2003-02-21  Klaus Zeitler  <kzeitler@lucent.com>
5756         * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5758 2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)
5760         * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5762 2003-02-08  Andreas Schwab  <schwab@suse.de>
5764         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5765         instead of the substitution.
5767 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5769         * Makefile.in: Use @EXEEXT@ for Cygwin.
5770         Use USERNAME if LOGNAME is not set (for Cygwin).
5772         * configure.in: Add opsys=cygwin.
5774 2003-01-22  Andreas Schwab  <schwab@suse.de>
5776         * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5777         redefining it explicitly in src/config.in.
5779 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
5781         * Makefile.in (bootstrap): Make bootstrap-after.
5783 2003-01-20  Jan Djärv  <jan.h.d@swipnet.se>
5785         * configure.in: Fix --with-gtk.
5787 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
5789         * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5791         * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5793 2003-01-14  Francesco Potortì  <pot@gnu.org>
5795         * configure.in (m68k-motorola-sysv): Remove (obsolete).
5797 2003-01-07  Steven Tamm  <steventamm@mac.com>
5799         * configure.in: New option, --enable-carbon-app, to specify
5800         that the application should be installed
5801         * Makefile.in (install-arch-dep): On Mac OS X, install the
5802         Emacs.app application if carbon-app is enabled.
5804 2003-01-06  Dave Love  <fx@gnu.org>
5806         * configure.in: Check for nl_langinfo.
5807         [!HAVE_SIZE_T]: Fix typedef.
5809 2003-01-06  David Kastrup  <dak@gnu.org>
5811         * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5813         * configure.in: Add tests for install-info.
5815 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
5817         * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5818         use again sol2-6 instead of sol2-8.
5820 2002-12-09  Dave Love  <fx@gnu.org>
5822         * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5824 2002-12-08  Andreas Schwab  <schwab@suse.de>
5826         * Makefile.in (install-arch-indep): Revert last change.
5828 2002-11-27  Dave Love  <fx@gnu.org>
5830         * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5831         Check for __sys_siglist too.  Check for memset.
5832         Use AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
5834 2002-11-22  Juanma Barranquero  <lektu@terra.es>
5836         * config.guess, config.sub: Updated from master source.
5838 2002-11-19  Karl Fogel  <kfogel@red-bean.com>
5840         * autogen.sh: New file.
5842 2002-11-18  Dave Love  <fx@gnu.org>
5844         * configure.in: Tidy up various quoting issues throughout.
5845         Use AC_GNU_SOURCE.
5846         (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
5847         alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5848         Maybe define bcopy, bzero, bcmp.
5849         (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5850         non-existent machine file).
5851         (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5852         (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5853         (nlist.h): Move test up.
5855 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
5857         * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5859 2002-11-14  Francesco Potortì  <pot@gnu.org>
5861         * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5863 2002-11-11  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5865         * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5867 2002-11-08  Dave Love  <fx@gnu.org>
5869         * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5870         (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5872 2002-11-07  Miles Bader  <miles@gnu.org>
5874         * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5875         Handle separate-build-dir case.
5877 2002-11-06  Richard M. Stallman  <rms@gnu.org>
5879         * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5880         bulletproof.  $bar may be empty when there are no .elc files.
5882 2002-10-30  Dave Love  <fx@gnu.org>
5884         * configure.in: Require autoconf 2.53.  Test for pty.h,
5885         sys/mman.h, sys/param.h, mremap, memmove.
5886         (AH_BOTTOM): Maybe include strings.h.  Add local variables for mode.
5887         (AC_PROG_YACC): Delete.
5888         (size_t): Use AC_CHECK_TYPES.
5889         (AH_TOP): Up-date copyright.
5891 2002-10-01  Juanma Barranquero  <lektu@terra.es>
5893         * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5895 2002-09-19  Richard M. Stallman  <rms@gnu.org>
5897         * configure.in: Fix the LessTif-directory-finder for real.
5899 2002-09-14  Richard M. Stallman  <rms@gnu.org>
5901         * Makefile.in (maybe_bootstrap): Test for complete absence
5902         of compiled Lisp files.
5904 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
5906         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5907         (bootstrap-clean-after): Delete.
5908         (bootstrap): Make the sequencing explicit.
5910 2002-09-10  Richard M. Stallman  <rms@gnu.org>
5912         * configure.in: Fix previous LessTif change.
5914 2002-09-09  Richard M. Stallman  <rms@gnu.org>
5916         * configure.in (powerpcle-*-solaris2.5*): New configuration.
5917         (powerpcle-*-solaris*): Use version 2.6 as default.
5918         (*-sunos5.6*, *-solaris2.6*): New alternative.
5919         (*-sunos5*): Use version 2.6 as default.
5921 2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5923         * configure.in: Fix typo.
5925 2002-09-05  Richard M. Stallman  <rms@gnu.org>
5927         * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5929         * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5930         $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5932 2002-08-26  Kim F. Storm  <storm@cua.dk>
5934         * Makefile.in (install-arch-indep): Do not remove DOC file
5935         when it is the only DOC file installed; this is the case when
5936         CANNOT_DUMP is defined.  From Joe Buehler (tiny change).
5938 2002-07-24  Markus Rost  <rost@math.ohio-state.edu>
5940         * configure.in: Fix typo.
5942 2002-07-24  Richard M. Stallman  <rms@gnu.org>
5944         * configure.in: Don't print anything special about gamedir.
5946         * configure.in: Delete nonstandard --with-game-user option.
5948 2002-07-21  Richard M. Stallman  <rms@gnu.org>
5950         * Makefile.in (gamedir, localstatedir): New variables.
5951         (epaths-force): Insert value of gamedir into PATH_GAME.
5953         * configure.in (gamedir): Handle it like lispdir.
5954         (--with-game-dir option): Delete.
5956 2002-06-21  Pavel Janík  <Pavel@Janik.cz>
5958         * configure.in: Add support for mipseb-*-netbsd* machines.
5960 2002-06-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5962         * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5964 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5966         * info/dir (File): Add an entry for Tramp.
5968 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
5970         * INSTALL-CVS: New file.
5972 2002-06-07  Andreas Schwab  <schwab@suse.de>
5974         * configure.in (x86_64-*-linux-gnu*): New system.
5976 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
5978         * config.bat: Handle the case when lispintro is truncated to lispintr.
5980 2002-05-26  Paul Eggert  <eggert@twinsun.com>
5982         * config.guess, config.sub: Updated from master source.
5984 2002-05-09  Richard M. Stallman  <rms@gnu.org>
5986         * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5988 2002-05-04  Pavel Janík  <Pavel@Janik.cz>
5990         * make-dist: Do not distribute lock/ directory.
5992 2002-04-30  Andrew Choi  <akochoi@shaw.ca>
5994         * configure.in: Provide documentation string when defining
5995         variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5996         and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5998 2002-04-29  Colin Walters  <walters@verbum.org>
6000         * configure.in: Delete configure check for access to the game user.
6002 2002-04-29  Pavel Janík  <Pavel@Janik.cz>
6004         * make-dist: lwlib/Imakefile is removed.
6006 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
6008         * configure.in: Add support for powerpc-apple-darwin*.
6009         (HAVE_CARBON): Add.
6011         * make-dist: Create directories in mac/Emacs.app.
6013 2002-04-25  Pavel Janík  <Pavel@Janik.cz>
6015         * make-dist: lwlib-Xol* are removed.
6017 2002-04-23  Andreas Schwab  <schwab@suse.de>
6019         * Makefile.in (MAINT): New variable.
6020         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6021         instead of configure.in, to avoid running autoconf and autoheader
6022         unless explicitly requested.
6024 2002-04-16  Eli Zaretskii  <eliz@gnu.org>
6026         * config.bat: Update for msdos/sed2v2.inp.
6028 2002-04-15  Andreas Schwab  <schwab@suse.de>
6030         * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6031         * configure.in: Add config header templates to all AC_DEFINE and
6032         AC_DEFINE_UNQUOTED symbols.
6033         * make-dist: Run autoheader if necessary.
6035 2002-04-10  Colin Walters  <walters@verbum.org>
6037         * configure.in: Add --game-dir, --game-user.  Test to see if we
6038         can use them.
6040 2002-04-08  Pavel Janík  <Pavel@Janik.cz>
6042         * configure.in: Add --with-sound.
6044 2002-03-18  Kim F. Storm  <storm@cua.dk>
6046         * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6047         and getsockname functions.  Test for sys/un.h include file.
6049 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
6051         * configure.in: Support AIX 5.1.
6053 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
6055         * configure.in: Added test for X Session Management (HAVE_X_SM).
6057 2002-03-03  Richard M. Stallman  <rms@gnu.org>
6059         * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6060         Run chown $${LOGNAME} on files installed by tar xvf.
6062 2002-03-03  Kim F. Storm  <storm@cua.dk>
6064         * configure.in: Test for getpeername.
6066 2002-03-01  Richard M. Stallman  <rms@gnu.org>
6068         * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6069         (HAVE_GIF): Don't use old libungif versions that crash.
6071 2002-02-26  Richard M. Stallman  <rms@gnu.org>
6073         * configure.in <making srcdir absolute>: Verify that PWD is correct,
6074         not just well-formed and valid.
6075         (mips-compaq-nonstopux*): New configuration.
6077 2002-02-18  Paul Eggert  <eggert@twinsun.com>
6079         * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6080         "sed q" is a portable equivalent to plain "head -1".
6082 2002-02-13  Richard M. Stallman  <rms@gnu.org>
6084         * Makefile.in (maybe_bootstrap): Do `exit 1'.
6085         (all): Don't depend on maybe_bootstrap here.
6086         (${SUBDIR}): Depend on it here instead.
6088 2002-02-08  Richard M. Stallman  <rms@gnu.org>
6090         * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6092 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
6094         * configure.in: Recognize BSD/OS 5.0.
6096 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
6098         * make-dist: Make version checking in emacs.texi consistent with
6099         how we set it there.
6101 2001-12-29  Kim F. Storm  <storm@cua.dk>
6103         * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6105 2001-12-28  Richard M. Stallman  <rms@gnu.org>
6107         * configure.in: Test for mbsinit.
6109 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
6111         These changes make Leim part of the standard distribution:
6113         * README: Add info about the `leim' directory.
6115         * INSTALL: Remove text that describes Leim as a separate package.
6117         * noleim-Makefile.in: File removed.
6119         * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6120         Link Leim files to ${tempdir}/leim, not to real-leim.  Don't move
6121         Leim files out of the Emacs tree.  Don't prepare a separate tarball
6122         for Leim.
6124 2001-12-11  Richard M. Stallman  <rms@gnu.org>
6126         * configure.in (hppa*-*-linux-gnu*): New alternative.
6128 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
6130         * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6131         creating distribution.
6133 2001-12-06  Paul Eggert  <eggert@twinsun.com>
6135         * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6136         (AC_FUNC_VFORK): Remove.
6137         (AC_FUNC_FORK): Add.
6138         (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6139         this is required by recent Autoconf versions.
6141 2001-12-02  Pavel Janík  <Pavel@Janik.cz>
6143         * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6144         TODO, vms-pp.trans and others).
6146 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
6148         * make-dist: Use COPYING from the top-level directory.
6150 2001-11-29  Gerd Moellmann  <gerd@gnu.org>
6152         * configure.in: Add support for FreeBSD/Alpha.
6154 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
6156         * make-dist: Add COPYING to the top-level directory of the
6157         distribution.  Simplify the logic behind copying.
6159         * Makefile.in (maybe_bootstrap): Fix previous change.
6161 2001-11-28  Richard M. Stallman  <rms@gnu.org>
6163         * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6165 2001-11-26  Richard M. Stallman  <rms@gnu.org>
6167         * Makefile.in: bootstrap should not delete dumped executables.
6168         (bootstrap-clean-before): New target.
6169         (bootstrap): Use bootstrap-clean-before instead of clean.
6170         (bootstrap-clean-after): Rename from bootstrap-clean.  Calls changed.
6172 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
6174         These changes add the Emacs Lisp Introduction manual to the
6175         distribution:
6177         * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6179         * make-dist: Copy the files in lispintro directory.
6181         * config.bat: Configure in the lispintro directory.
6183         * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6185         * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6186         (lispintro/Makefile): New target.
6187         (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6188         (unlock, relock, info, dvi): Ditto.
6190 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6192         * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6194         * make-dist (etc): Don't distribute gfdl.1.
6196 2001-11-22  Colin Walters  <walters@debian.org>
6198         * Makefile.in (install-arch-indep): Install the calc .info files.
6199         (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6201 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
6203         * make-dist (lispref): Add *.txt, *.el, permute-index, and
6204         tindex.pl to the list of those being put into the distribution.
6206 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
6208         * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6210 2001-11-15  Pavel Janík  <Pavel@Janik.cz>
6212         * Makefile.in (uninstall): Fix previous change.
6214         * configure.in, Makefile.in: Add support for --program-prefix,
6215         --program-suffix and --program-transform-name options.
6217 2001-11-13  Pavel Janík  <Pavel@Janik.cz>
6219         * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6220         (install-arch-indep): Install emacsclient manual page.
6221         (uninstall): Uninstall emacsclient manual page.
6223 2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
6225         * make-dist: Add lispref/index.*perm files to the distribution.
6226         From Pavel Janík <Pavel@Janik.cz>.
6228 2001-11-12  Pavel Janík  <Pavel@Janik.cz>
6230         * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6232 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6234         * configure.in: AC_OUTPUT lispref/Makefile.
6236 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6238         The following changes add the ELisp reference manual to the
6239         distribution.
6241         * make-dist: Add the lispref directory to the distribution.
6243         * Makefile.in (install-arch-indep): Add elisp* to the list of
6244         installed Info files.
6245         (SUBDIR_MAKEFILES): Add lispref/Makefile.
6246         (lispref/Makefile): New target.
6247         (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6248         Add commands for the lispref directory.
6249         (info, dvi): Ditto.
6251         * config.bat: Configure in `lispref'.
6253 2001-11-09  Richard M. Stallman  <rms@gnu.org>
6255         * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6257 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
6259         * make-dist (tempdir): Copy AUTHORS as well.
6261 2001-11-06  Sam Steingold  <sds@gnu.org>
6263         * configure.in: Added a check for <nlist.h>.
6265 2001-11-01  Pavel Janík  <Pavel@Janik.cz>
6267         * configure.in: Reindent --help output.
6268         From Per Starbäck (starback@ling.uu.se).
6270 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
6272         * configure.in: New entry for HP/UX-11.
6274         * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6275         From Eric S. Raymond <esr@golux.thyrsus.com>.
6277 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
6279         * configure.in (s390-*-linux-gnu): New system.  From Adam Thornton
6280         <athornton@sinenomine.net>.
6282 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
6284         * Makefile.in (maybe_bootstrap): New target.
6285         (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6287 2001-10-24  Ken Raeburn  <raeburn@gnu.org>
6289         * configure.in: If --with-hesiod is given, look for
6290         hes_getmailhost and res_send or __res_send; check hesiod and
6291         resolv libraries respectively if system libraries don't supply them.
6293 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
6295         * configure.in: Use $MAKE for `make' if set.
6297 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6299         * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6300         to tar options.
6302 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
6304         * (Version 21.1 released).
6306 2001-10-20  Miles Bader  <miles@gnu.org>
6308         * configure.in (configuration): Set from `host' if `host_alias'
6309         isn't defined.
6311 2001-10-19  Andreas Schwab  <schwab@suse.de>
6313         * configure.in: Make ready for autoconf 2.5x.
6314         (AC_PREREQ): Require autoconf 2.50.
6315         * aclocal.m4: Removed.
6316         * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6318 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6320         * README: Bump Emacs version to 21.1.50.
6322 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
6324         * Branch for 21.1.
6326 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
6328         * configure.in: Avoid `$@' which is handled specially in
6329         Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
6331 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
6333         * make-dist (nt): Add subdirs.el to the list of distributed files.
6335 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6337         * configure.in (machine): Add an entry for
6338         hppa1.1-hitachi-hiuxwe2*.
6340 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
6342         * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6343         LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.
6345 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
6347         * make-dist: Copy texinfo.tex unconditionally.
6349 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
6351         * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6352         that are installed.
6354 2001-04-06  Gerd Moellmann  <gerd@gnu.org>
6356         * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6357         Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6359         * make-dist: Handle leim/MISC-DIC.  Only include
6360         `[a-zA-Z]*.{el,elc}' from leim/quail.
6362 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
6364         * Makefile.in (install-arch-indep): Remove .cvsignore files.
6366 2001-03-30  Gerd Moellmann  <gerd@gnu.org>
6368         * Makefile.in (.PHONY): Add for bootstrap targets.
6369         (bootstrap-clean): New target.
6370         (bootstrap): Use it instead of `clean'.
6372 2001-03-29  Eli Zaretskii  <a34785@is.elta.co.il>
6374         * Makefile.in (SUBDIR): Remove leim.
6375         (all, .RECURSIVE, extraclean): Add leim explicitly.
6376         (leim): Provide separate rule which exports PARALLEL=0 into the
6377         environment.
6379 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
6381         * configure.in (HAVE_XPM): Don't print the result of the check for
6382         XpmReturnAllocPixels if we don't have an xpm.h.
6384 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
6386         * COPYING: New file.
6388 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
6390         * config.bat: Update the copyright.
6392 2001-02-23  Kenichi Handa  <handa@etl.go.jp>
6394         * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6395         converts `..' to `. .'.  If it converts, set CPP_NEED_TRADITIONAL
6396         to `yes'.  Later in AC_OUTPUT, check this variable.
6398 2001-02-09  Dave Love  <fx@gnu.org>
6400         * AUTHORS: Updated.
6402 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6404         * info/dir (Ebrowse): Fix the entry (was missing a dot).
6406 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
6408         * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6410         * Makefile.in (uninstall): Ignore exit code of `rm'.
6412         * Makefile.in (uninstall): Remove more info files.  Remove
6413         ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
6415 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
6417         * noleim-Makefile.in (extraclean): Add.
6419 2001-01-28  Gerd Moellmann  <gerd@gnu.org>
6421         * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6422         it quiet.
6424 2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
6426         * Makefile.in (tags): Fix typo.
6428 2001-01-13  Kenichi Handa  <handa@etl.go.jp>
6430         * configure.in: Fix typo in the code setting x_search_path.
6432 2001-01-10  Dave Love  <fx@gnu.org>
6434         * configure.in: Don't reset LIBS at end of -lXmu test.  Test for
6435         -lXext.
6436         (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6437         (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6438         (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6439         Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
6440         (now in $LIBS).
6442 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
6444         * config.bat: Run the preprocessor with -traditional.
6446 2001-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
6448         * INSTALL: Move copying conditions to end of file.
6450 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
6452         * INSTALL: Add basic installation procedure which assumes
6453         `configure' does its job.  Elaborate on image support libraries.
6454         Add a pointer to Xaw3d library.  Add advice about solving
6455         configure-time problems by looking in config.log and setting
6456         variables in the environment.
6458 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
6460         * Makefile.in (install-arch-indep): If tar fails, exit with
6461         exit code 1.
6463 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
6465         * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6466         source file includes XKBlib.h.  On some broken Solaris systems,
6467         there is an XKBlib.h, reportedly, but header files included by
6468         XKBlib.h are missing.
6470 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
6472         * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6474 2000-12-11  Dave Love  <fx@gnu.org>
6476         * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6478 2000-12-11  Paul Eggert  <eggert@twinsun.com>
6480         * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6481         Merge fixes from latest GNU tar version.  These macros no longer
6482         futz with _XOPEN_SOURCE, as that was not portable in practice.
6483         (AC_FUNC_FSEEKO): New macro.
6485         * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6486         ftello.
6488 2000-12-05  Dave Love  <fx@gnu.org>
6490         * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6492 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6494         * info/dir: Change the category to "Emacs".
6496 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6498         * make-dist (tempdir): Remove epaths.h from the distribution
6499         instead of paths.h.
6501 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6503         * config.bat: Check for existence of djecho.exe, and print an
6504         error message if it is not available.
6506         * INSTALL: Describe possible problem with djecho.exe in old
6507         versions of DJGPP v2.x.
6509 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6511         * configure.in: Initialize HAVE_LIBXP to no.
6513 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6515         * configure.in: Use m/macppc.h instead of the non-existent
6516         m/powerpc.h.
6518 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6520         * Makefile.in (install-arch-indep): Also install info/eshell*
6521         and info/speedbar*.
6523         * configure.in (HAVE_PNG): Check for the presence of
6524         png_get_channels to rule out older PNG libs.
6526         * configure.in (AC_OUTPUT): Arrange to emit definitions of
6527         GCC and NON_GNU_CPP into config.status.
6529 2000-11-20  Dave Love  <fx@gnu.org>
6531         * configure.in: Fix last change.
6533         * GETTING.GNU.SOFTWARE: Deleted.
6534         * FTP: New file to replace it.
6535         * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6537 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6539         * configure.in: Use -traditional with GNU cpp.
6541 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
6543         * make-dist: Handle the Mac port.  Distribute all makefile.w32-in.
6544         Distribute more files from the nt/ subdir.  Distribute PBM
6545         image files from subdirs of lisp/.  Distribute old change logs
6546         from subdirs of lisp/.  Distribute play/5x5.el.
6548 2000-11-11  Dave Love  <fx@gnu.org>
6550         * config.sub, config.guess: Updated from master source.
6552 2000-11-07  Dave Love  <fx@gnu.org>
6554         * configure.in: Test for mkstemp.
6556 2000-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
6558         * info/dir (Top): Rearrange menu items more logically, and put
6559         them into a single category.  Add menu items for RefTeX and
6560         Widget.
6562 2000-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6564         * Makefile.in (install-arch-indep): Use --info-dir instead of
6565         --dir-file, and a simple argument instead of --info-file, so that
6566         the Debian version of install-info also works.
6568 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
6570         * info/dir (Speedbar): Add entry.
6572 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
6574         * INSTALL: Describe the new image-support options to the configure
6575         script.  List URLs where image support libraries can be found.
6577 2000-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
6579         * info/dir (Top): Add an entry for Eshell.
6581 2000-10-02  Dave Love  <fx@gnu.org>
6583         * configure.in: Check for gai_strerror.
6585 2000-10-01  Andreas Schwab  <schwab@suse.de>
6587         * Makefile.in (install-arch-indep): Update list of installed info files.
6589 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
6591         * configure.in: Support `sparc*-*-netbsd*'.
6593 2000-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
6595         * info/dir (MIME): Add entry for emacs-mime.
6597 2000-09-29  Dave Love  <fx@gnu.org>
6599         * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6601 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
6603         * make-dist: Adapt to the change of leim/Makefile which was
6604         necessary to ensure a reasonably working `make dist'.
6606         * leim-Makefile.in: Moved to leim/Makefile.in..
6608         * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6610 2000-09-21  Kenichi Handa  <handa@etl.go.jp>
6612         * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6613         (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6614         (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6615         files to .elc.
6616         (${TIT}): Adjusted for the above change.
6617         (clean mostlyclean): Likewise.
6618         (.el.elc): New target.
6620 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
6622         * make-dist: Include XPM and XBM files in lisp/ and subdirs
6623         in the distribution.
6625 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6627         * make-dist (skk): Rename to `ja-dic' because the leim directory
6628         was renamed.
6630 2000-09-14  Dave Love  <fx@gnu.org>
6632         * configure.in: Fix spurion in last change.
6634 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6636         * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6637         configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
6638         to `no' if defined.  Change result report.
6640 2000-09-08  Dave Love  <fx@gnu.org>
6642         * configure.in: Remove spurious `@'s.
6644         * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6645         autoconf.
6647 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6649         * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6650         file and print informational message.
6652         * configure.in (AC_FUNC_MMAP): Add.
6654 2000-09-01  Gerd Moellmann  <gerd@gnu.org>
6656         * configure.in: Add ``checking'' messages for
6657         XpmReturnAllocPixels.
6659 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6661         * configure.in: Check <strings.h>; check `index' and `rindex'
6662         functions.
6664 2000-08-26  Kenichi Handa  <handa@etl.go.jp>
6666         * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6667         "case "${canonical}" in".
6669 2000-08-25  Dave Love  <fx@gnu.org>
6671         * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6673 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
6675         * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6677 2000-08-24  Gerd Moellmann  <gerd@gnu.org>
6679         * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6680         contains a relative path.  Protect against unusable values of $PWD.
6682 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
6684         * info/dir (WoMan): Add entry.
6686         * config.bat (maindir): Update src/_gdbinit even if it does
6687         already exist.
6689 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
6691         * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6693 2000-08-03  Gerd Moellmann  <gerd@gnu.org>
6695         * configure.in: Add support for ia64*-*-linux*.
6697 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
6699         * make-dist (aclocal.m4): Include in distribution.
6701 2000-07-26  Dave Love  <fx@gnu.org>
6703         * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6705 2000-07-24  Dave Love  <fx@gnu.org>
6707         * configure.in: Add AC_SIZE_T.
6709 2000-07-18  Dave Love  <fx@gnu.org>
6711         * configure.in: Reorder so that most tests are done after CPPFLAGS
6712         is set from the C_SWITCH_... definitions.
6714 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6716         * configure.in (HAVE_XPM): Undo previous change.  Check for
6717         preprocessor define XpmReturnAllocPixels.
6719 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6721         * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6722         instead of XpmReadFileToPixmap.
6724 2000-07-05  Ken Raeburn  <raeburn@gnu.org>
6726         * configure.in: Check for <soundcard.h>.  Look for ossaudio
6727         library, and set LIBSOUND accordingly.
6729 2000-07-05  Dave Love  <fx@gnu.org>
6731         * configure.in: Use AC_HEADER_SYS_WAIT.
6733 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6735         * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6736         lisp/Makefile.  Distribute lisp/Makefile.in instead of
6737         lisp/Makefile.
6739 2000-06-30  Ken Raeburn  <raeburn@gnu.org>
6741         * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6742         while searching for image-handling libraries.
6744 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6746         * configure.in (--with-xim): New option.
6748 2000-06-23  Dave Love  <fx@gnu.org>
6750         * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6751         for struct timezone and test how we can call gettimeofday.
6752         Check for OSF 5+.  Check for term.h.
6754         * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6755         version.
6757 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6759         * configure.in (HAVE_LIBXP): Change test for libXp.
6761 2000-06-21  Dave Love  <fx@gnu.org>
6763         * configure.in: Check for fcntl.h.  Use AC_FUNC_GETLOADAVG, not
6764         simple test for getloadavg and substitute GETLOADAVG_LIBS.
6765         Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6767 2000-06-19  Dave Love  <fx@gnu.org>
6769         * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6770         _XOPEN_SOURCE is defined.
6772 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6774         * Makefile.in (distclean): Also make distclean in lisp/.
6776 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6778         * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6780 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6782         * make-dist: Add --help and --snapshot options.
6784 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
6786         * configure.in: Generate lisp/Makefile.
6788         * configure.in: Add support for `*-lynxos*'.
6789         Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6790         recommended by <Karen.Dorhamer@compaq.com> to fix problems
6791         on Tru64 UNIX v5.0.
6793 2000-06-13  Ken Raeburn  <raeburn@gnu.org>
6795         * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6796         it's on a continuation line.
6798 2000-06-02  Dave Love  <fx@gnu.org>
6800         * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6801         files.
6803         * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6804         Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
6805         test.
6807         * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6808         (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6810 2000-05-26  Gerd Moellmann  <gerd@gnu.org>
6812         * configure.in: Add check for speed_t typedef.
6814 2000-05-25  Ken Raeburn  <raeburn@gnu.org>
6816         * Makefile.in (install-arch-dep): Install fns-*.el only if it
6817         exists; it won't in the CANNOT_DUMP case.
6819 2000-05-25  Gerd Moellmann  <gerd@gnu.org>
6821         * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6822         On FreeBSD, the exit status is 1 if CDPATH is not set.
6823         (install-arch-indep): Install ebrowse.info.
6825 2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>
6827         * configure.in: Check for grandpt and getpt.
6829 2000-05-09  Dave Love  <fx@gnu.org>
6831         * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6833 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
6835         * make-dist: Make a link for lib-src/grep-changelog.
6836         Copy install-sh.
6838 2000-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
6840         * config.bat: Identify the beginning of the cpp stuff in
6841         src/Makefile.in and lib-src/Makefile.in more accurately.
6843 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
6845         * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6847 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
6849         * configure.in: Add support for `powerpc-*-netbsd*'.
6851 2000-04-19  Dave Love  <fx@gnu.org>
6853         * configure.in: Don't use AC_FUNC_GETLOADAVG.
6855         * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6857 2000-04-16  Dave Love  <fx@gnu.org>
6859         * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6861 2000-04-14  Dave Love  <fx@gnu.org>
6863         * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6865         * aclocal.m4 (AC_FUNC_MKTIME): New.
6867 2000-03-28  Ken Raeburn  <raeburn@gnu.org>
6869         * configure.in: Line up "--help" output a little better.
6871 2000-03-26  Gerd Moellmann  <gerd@gnu.org>
6873         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6874         New targets.
6875         (bootstrap): Rewritten in terms of the new targets above.  Make
6876         info files, too.
6878 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
6880         * config.guess, config.sub: Use the versions of the files from
6881         subversions.
6883 2000-03-08  Dave Love  <fx@gnu.org>
6885         * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6886         AC_C_VOLATILE.  Define POINTER_TYPE.
6888         * aclocal.m4: New file.
6890 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
6892         * configure.in (machine): Add `mipsel-*-netbsd*' and
6893         `arm-*-netbsd*'.
6895 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
6897         * configure.in (machine): Add support for `*-auspex-sunos*'.
6899 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
6901         * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6903 2000-02-18  Dave Love  <fx@gnu.org>
6905         * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6907 2000-02-18  Andreas Schwab  <schwab@suse.de>
6909         * Makefile.in (install-arch-indep): Add eudc to list of installed
6910         info files.
6912 2000-02-17  Ken Raeburn  <raeburn@gnu.org>
6914         * configure.in: Include -lz and -ljpeg (if it's available) when
6915         testing for the tiff library.
6917 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
6919         * configure.in: Remove LISP_FLOAT_TYPE.
6921 2000-02-12  Dave Love  <fx@gnu.org>
6923         * configure.in: Use AC_FUNC_VFORK.
6925 2000-02-01  Gerd Moellmann  <gerd@gnu.org>
6927         * make-dist: Various fixes for new development tree.
6929         * leim-Makefile.in: New file.
6931 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
6933         * Makefile.in (dist): Call ./make-dist.
6935 2000-01-24  Dave Love  <fx@gnu.org>
6937         * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6939 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6941         * configure.in (HAVE_GIF): Check for DGifOpen instead of
6942         DGifOpenFileName.
6944 2000-01-11  Andreas Schwab  <schwab@suse.de>
6946         * Makefile.in (install-arch-indep): Update list of info files to
6947         be installed.
6949 2000-01-05  Dave Love  <fx@gnu.org>
6951         * configure.in: Check for jerror.h as well as libjpeg.
6953 2000-01-03  Andreas Schwab  <schwab@suse.de>
6955         * Makefile.in (install-arch-indep): Install autotype*.  Run
6956         install-info on autotype and emacs-faq.info.
6958 1999-12-04  Dave Love  <fx@gnu.org>
6960         * Makefile.in (install-arch-indep): Depend on `info'.
6961         (install-strip): Use `install' as sub-make target.
6963 1999-11-23  Ken Raeburn  <raeburn@gnu.org>
6965         * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6966         didn't need to be deleted.  Check for the k5crypto library as well
6967         as the crypto library; MIT Kerberos 1.1 changed the name.
6969 1999-11-18  Dave Love  <fx@gnu.org>
6971         * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6973 1999-11-11  Erik Naggum  <erik@naggum.no>
6975         * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6977 1999-11-08  Dave Love  <fx@gnu.org>
6979         * configure.in: Fix change for --with-pop default.
6981 1999-11-04  Dave Love  <fx@gnu.org>
6983         * configure.in: Default to --with-pop.  Change sense of with-gcc
6984         and with-toolkit-scroll-bars messages to reflect the defaults.
6986 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6988         * INSTALL: Mention the Emacs Lisp Reference.
6990 1999-10-27  Noah Friedman  <friedman@splode.com>
6992         * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6994 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6996         * Makefile.in (bootstrap): New target.
6998 1999-10-19  Paul Eggert  <eggert@twinsun.com>
7000         Add support for large files.  Merge glibc 2.1.2.
7002         * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7003         (HAVE_TM_GMTOFF): New symbol.
7004         (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7005         mbrlen, strsignal.
7006         (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7008 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
7010         * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7011         than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7013 1999-10-09  Richard M. Stallman  <rms@gnu.org>
7015         * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7016         Unset CDPATH to prevent cd from generating output.
7018 1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>
7020         * update-subdirs: Also ignore CVS subdirs.
7022 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7024         * Makefile.in (install-arch-indep): Add ada-mode.
7026 1999-10-06  Dave Love  <fx@gnu.org>
7028         * Makefile.in: Add rules for config.status, configure.
7030 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7032         * configure.in (--with-sound): Removed.
7034 1999-08-30  Gerd Moellmann  <gerd@gnu.org>
7036         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7037         the test for Xaw3d.
7038         (HAVE_TIFF): Add -lm to library check.
7040 1999-08-28  Richard Stallman  <rms@gnu.org>
7042         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7043         -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7044         after the other X-related libraries.
7046 1999-08-21  Dave Love  <fx@gnu.org>
7048         * configure.in: Don't check for jpeglib.h.
7050 1999-08-20  Gerd Moellmann  <gerd@gnu.org>
7052         * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7053         (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7055 1999-08-18  Dave Love  <fx@gnu.org>
7057         * configure.in: Check for termcap.h.
7059 1999-08-15  Gerd Moellmann  <gerd@gnu.org>
7061         * configure.in: Add --with-toolkit-scroll-bars.  If "no",
7062         use Emacs' scroll bars, even if configured for Motif or when
7063         Xaw3d is available.
7065 1999-08-12  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7067         * configure.in: Check for getaddrinfo.
7069 1999-08-04  Eli Zaretskii  <eliz@gnu.org>
7071         * config.bat: Make --no-debug work again by removing -gcoff.
7073 1999-07-30  Dave Love  <fx@gnu.org>
7075         * configure.in: Check for stdlib.h.
7077 1999-07-19  Dave Love  <fx@gnu.org>
7079         * configure.in: Grok sparc64-*-linux-gnu*.
7081 1999-07-12  Richard Stallman  <rms@gnu.org>
7083         * Version 20.4 released.
7085 1999-06-23  Karl Heuer  <kwzh@gnu.org>
7087         * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7088         Quote $EMACS, in case it's a program with args.
7090 1999-06-15  Gerd Moellmann  <gerd@gnu.org>
7092         * configure.in (HAVE_GIF): Use libungif instead of libgif
7093         because the former doesn't contain patented compression code.
7095 1999-05-29  Richard M. Stallman  <rms@gnu.org>
7097         * configure.in: Delete the Kerberos stuff.
7099 1999-05-27  Greg Hudson  <ghudson@mit.edu>
7101         * configure.in: Prefer kerberos 5 names.
7103 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7105         * configure.in: Check for libXp.
7107 1999-04-08  Richard Stallman  <rms@gnu.org>
7109         * make-dist: Include change logs in subdirs of `lisp'.
7111 1999-04-05  Richard Stallman  <rms@gnu.org>
7113         * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7114         (install-arch-indep): Make ${datadir}/emacs world-readable.
7116 1999-03-30  Eli Zaretskii  <eliz@gnu.org>
7118         * config.bat: Use epaths.* instead of paths.*.
7120 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7122         * INSTALL: Add detailed instructions to unpack and install
7123         intlfonts on MS-DOS.
7125 1999-02-26  Richard Stallman  <rms@gnu.org>
7127         * configure.in: Use epaths.h and epaths-force instead of paths...
7129         * Makefile.in (epaths-force): Renamed from paths-force;
7130         operate on epaths.in and produce epaths.h.
7132 1999-02-24  Richard Stallman  <rms@gnu.org>
7134         * make-dist: Fix nt/icons directory handling.
7136 1999-02-22  Simon Josefsson  <jas@pdc.kth.se>
7138         * configure.in (f301-fujitsu-uxpv4.1): New target.
7140 1999-02-20  Richard Stallman  <rms@gnu.org>
7142         * make-dist (tempparent): Fix command to update info files.
7144 1999-02-09  Richard Stallman  <rms@gnu.org>
7146         * configure.in (powerpc-apple-netbsd*): New alternative.
7148 1999-01-25  Geoff Voelker  <voelker@cs.washington.edu>
7150         * make-dist: Include the new directory nt/icons in distributions.
7152 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7154         * configure.in: Change message about HAVE_XFREE386.
7156 1999-01-07  Eli Zaretskii  <eliz@gnu.org>
7158         * config.bat: Support configuring with leim.
7160 1998-12-16  Petri Kaurinkoski  <Petri.Kaurinkoski@hut.fi>
7162         * configure.in (mips-sgi-irix6.5): New target.
7164 1998-12-16  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7166         * configure.in: Remove GSS-API support, since it has been removed
7167         from movemail.
7169 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
7171         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7173 1998-12-04  Andreas Schwab  <schwab@delysid.gnu.org>
7175         * Makefile.in: Don't install customize info file.
7176         Run install-info on viper info file.
7178 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
7180         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7182 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
7184         * configure.in (*-*-bsdi4*): New target.
7186 1998-11-13  Ehud Karni  <ehud@unix.simonwiesel.co.il>
7188         * configure.in: Fix previous change.
7190 1998-11-11  Richard Stallman  <rms@gnu.org>
7192         * configure.in (aviion-intel): New machine.
7194 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7196         * configure.in (mips-nec-sysv4*): New target.
7198 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7200         * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7201         from lisp.
7203 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7205         * make-dist: Don't include fns*.el in dist.
7207 1998-10-30  Dave Love  <fx@gnu.org>
7209         * configure.in: Don't mkdir cpp.
7211 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7213         * Makefile.in (install-arch-dep): Install src/fns-*.el in
7214         ${archlibdir}.
7216 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7218         * Version 20.3 released.
7220 1998-07-30  Paul Eggert  <eggert@twinsun.com>
7222         * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7223         (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7224         (lwlib/Makefile, leim/Makefile):
7225         Prepend $(srcdir)/ to rule dependencies outside this dir.
7227 1998-06-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7229         * configure.in: Use unset CDPATH instead of making it empty.
7231 1998-06-20  Karl Heuer  <kwzh@gnu.org>
7233         * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7235 1998-06-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
7237         * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7238         and default.el.  Sort the results.
7240 1998-05-31  Karl Heuer  <kwzh@gnu.org>
7242         * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7243         writable.
7245 1998-05-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7247         * Makefile.in (install-arch-indep):
7248         Don't alter site-lisp/subdirs.el if it exists.
7250 1998-05-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7252         * Makefile.in (install-arch-indep): Put `-' on commands to create
7253         subdirs.el in site-lisp dirs.
7255 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
7257         * Makefile.in (install-arch-indep): Fix typo in previous change.
7259 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
7261         * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7263 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
7265         * Makefile.in (mkdir): Create the site-lisp dirs.
7266         (install-arch-indep): Make site-lisp/subdirs files world-readable.
7268 1998-04-26  Richard Stallman  <rms@psilocin.gnu.org>
7270         * Makefile.in (INSTALL_INFO): New variable.
7271         (install-arch-indep): Don't replace the dir file if it already exists.
7272         Use the install-info program, via INSTALL_INFO, to add entries.
7273         Make the `info' subdir and the Info files world-readable.
7275 1998-04-16  Eli Zaretskii  <eliz@delysid.gnu.org>
7277         * config.bat: Make sure the environment is large enough to support
7278         all the "set foo=bar" commands.  Update pointers to DJGPP FTP sites.
7280 1998-04-10  Karl Heuer  <kwzh@gnu.org>
7282         * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7284 1998-04-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7286         * configure.in: Add --with-gssapi to specify GSS-API
7287         authentication support for movemail.
7289 1998-04-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
7291         * Makefile.in (install-arch-indep): Fix previous change.
7293 1998-03-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7295         * Makefile.in (info): Run man in build dir, not srcdir.
7297 1998-03-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
7299         * Makefile.in (install-arch-indep): Fix previous change.
7301 1998-03-23  Kenichi Handa  <handa@etl.go.jp>
7303         * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7305 1998-03-22  Richard Stallman  <rms@gnu.org>
7307         * Makefile.in (install-arch-indep): Put special subdirs.el files
7308         in site-lisp dirs.  Use normal-top-level-add-subdirs-to-load-path.
7310 1998-03-21  Richard Stallman  <rms@psilocin.gnu.org>
7312         * make-dist: Fix shell syntax in check for missing .el or .elc files.
7314 1998-03-09  Richard Stallman  <rms@psilocin.gnu.org>
7316         * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7317         (m68*-hp-hpux*): Handle versions 1X like 10.
7319 1998-03-07  Richard Stallman  <rms@psilocin.gnu.org>
7321         * make-dist: PROBLEMS is now in etc, not top level dir.
7323         * Makefile.in (SOURCES): Delete PROBLEMS.
7325 1998-02-25  Richard Stallman  <rms@gnu.org>
7327         * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7329         * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7331 1998-01-17  Richard Stallman  <rms@gnu.org>
7333         * Makefile.in (install-arch-indep): Add semicolon before `else'.
7335 1998-01-02  Richard Stallman  <rms@psilocin.gnu.org>
7337         * make-dist (tempparent): New option --no-check.
7339         * make-dist: Don't do anything with cpp directory.
7341 1997-12-20  Richard Stallman  <rms@psilocin.gnu.org>
7343         * configure.in (sparc-fujitsu-sysv4*): New target.
7345 1997-12-17  Andreas Schwab  <schwab@gnu.org>
7347         * configure.in: Cache more tests.  Add missing quotes around
7348         message with embedded comma.
7350 1997-12-04  Karl Heuer  <kwzh@gnu.org>
7352         * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7354 1997-11-26  Joel N. Weber II  <devnull@gnu.org>
7356         * make-dist: Changed the comment about `umask 0' to say `Don't
7357         restrict access to any files.'; previously it said `Don't protect
7358         any files', which may have implied that we think fascism is good.
7360 1997-11-24  Paul Eggert  <eggert@twinsun.com>
7362         * configure.in (AC_CHECK_FUNCS): Add strftime.  The new GNU C library
7363         strftime needs the underlying host's strftime for locale dependent
7364         formats.
7366 1997-11-20  Abraham Nahum  <miko@uxsrvc.tti.co.il>
7368         * configure.in (i586-dg-dguxR4.*): New name in case branch.
7370 1997-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
7372         * config.bat: Configure the man subdirectory.
7374 1997-11-07  Paul Eggert  <eggert@twinsun.com>
7376         * configure.in (AC_CHECK_LIB): Add -lintl.
7378 1997-11-07  Karl Heuer  <kwzh@gnu.org>
7380         * make-dist (check for .elc files): Avoid bash-specific syntax.
7381         (check for overflow 14-char limit): Simplify.
7383 1997-11-07  Richard Stallman  <rms@gnu.org>
7385         * Makefile.in (install): Move blessmail last.
7387 1997-10-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7389         * configure.in (gettimeofday, one arg or two):
7390         Clarify messages by avoiding double negative.
7392 1997-09-30  Karl Eichwalder  <ke@suse.de>
7394         * Makefile.in (install-arch-indep): Install the widget info file.
7396 1997-09-24  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7398         * configure.in (with-pop, with-kerberos): Need to check Kerberos
7399         libraries in reverse order, so that libraries will appear in the
7400         correct dependency order on the link line (and so that the
7401         configure checks themselves will work properly when early
7402         libraries depend on later ones).
7404 1997-09-21  Erik Naggum  <erik@naggum.no>
7406         * make-dist (making links to `src'): Keep timestamp on copied files.
7408         * make-delta: New script to produce delta distributions.
7410 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7412         * Version 20.2 released.
7414 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7416         * Version 20.1 released.
7418         * Makefile.in (install-leim): Depend on mkdir.
7419         (leim): Depend on src.
7421 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7423         * configure.in: Recognize alpha* instead of just alpha.
7425 1997-09-12  Paul Eggert  <eggert@twinsun.com>
7427         * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7429 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7431         * update-subdirs: Use rm -f.
7433 1997-09-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7435         * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7436         Ignore subdirs named Old.
7438 1997-08-04  Kenneth Stailey  <kstailey@elbereth.disclosure.com>
7440         * configure.in: Add OpenBSD clause to set $machine.
7442 1997-09-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7444         * make-dist: Recompile everything after updating various Lisp files.
7445         Recompile in leim as well as lisp.
7446         Check in leim as well as lisp for mismatched files and too-long names.
7448 1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7450         * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7452 1997-08-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7454         * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7455         before trying to copy anything from it.
7457 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7459         * Makefile.in (man/Makefile): New target.
7460         (tags): Define env var EMACS and run Makefile from build dir.
7462 1997-08-27  Eli Zaretskii  <eliz@psilocin.gnu.ai.mit.edu>
7464         * config.bat: If src/_gdbinit doesn't exist, try using
7465         src/.gdbinit to create it (for building on Windows 95).
7467 1997-08-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7469         * Makefile.in (install-arch-indep):
7470         Discard extra data in tar | tar pipes.
7472 1997-08-24  NIIBE Yutaka  <gniibe@mri.co.jp>
7474         * configure.in (x_default_search_path): Corrected
7475         '${x_library}' to '${x_library}/X11'.
7477 1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7479         * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7481 1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7483         * configure.in: Support auto-configuration of both Kerberos V4 and
7484         Kerberos V5 for movemail, including detection of V4 and V5 header
7485         files and libraries.
7487 1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
7489         * configure.in: Compute x_default_search_path
7490         and substitute into makefiles.
7492         * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7494 1997-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7496         * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7498 1997-08-07  Erik Naggum  <erik@naggum.no>
7500         * configure.in: Remove lockdir, it is no longer needed.
7501         * Makefile.in (mkdir): Don't create lockdir.
7502         (lockdir): Variable deleted.
7503         (paths-force): Don't operate on PATH_LOCK.
7505 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7507         * leim-Makefile.in (clean, distclean): New targets.
7509         * make-dist: Include leim/ChangeLog in leim distribution.
7511 1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7513         * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7515 1997-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7517         * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7519 1997-07-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7521         * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7523 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7525         * make-dist: Update leim/leim-list.el.
7526         Pass along value of $EMACS when updating lisp dir.
7528 1997-07-25  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7530         * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7531         prerequisite to the use of Doug Lea's malloc.
7533 1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7535         * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7537         * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7539 1997-07-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7541         * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7543 1997-07-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7545         * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7546         to news-r6.h.
7548 1997-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7550         * config.bat: Use `sed' instead of `cp', which might not be
7551         installed.
7553 1997-07-09  Kenichi Handa  <handa@etl.go.jp>
7555         * Makefile.in (mostlyclean): Add cleaning leim directory.
7556         (clean, distclean, maintainer-clean): Likewise.
7558 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7560         * make-dist (bogosities): Check subdirs of `lisp' also.
7562 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7564         * make-dist (etc): Really avoid symlinks now.
7565         (lisp): Don't delete from subdirs the things we never copy.
7567 1997-07-07  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7569         * Makefile.in (install-arch-indep): Correct the target name.
7570         The first letter `i' was dropped by the previous change of mine.
7572 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7574         * configure.in (leim/Makefile): Generate this.
7575         (*-sysv4.2uw*): Recognize new alternative.
7577         * leim-Makefile.in: Renamed from leim-Makefile.
7579         * make-dist: Set up real-leim subdirectory,
7580         with the real contents of leim; then move it to
7581         a separate top-level directory.
7583         * make-dist: Don't mention site-lisp, site-init, site-start
7584         or default, when listing files hat are not compiled and should be.
7586         * configure.in: Create src/config.stamp at the end.
7588 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7590         * Makefile.in (install-leim): Correct previous change.
7592 1997-07-02  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7594         * Makefile.in (install-leim): New target.
7595         (install): Depend on install-leim.
7597 1997-07-01  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7599         * Makefile.in (SUBDIR): Add leim.
7600         (SUBDIR_MAKEFILES): Add leim/Makefile.
7601         (leim/Makefile): New target.
7603 1997-07-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7605         * leim-Makefile: New file.
7606         * make-dist: Initialize a `leim' subdirectory with that makefile.
7608 1997-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7610         * configure.in (GNU_MALLOC_reason): Fix message text.
7612 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7614         * make-dist (lisp): Don't process subdirs that start with =.
7615         (etc): Copy symlinks, as in src.
7617 1997-06-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7619         * configure.in (i*86-*-unixware*): New alternative.
7621 1997-06-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7623         * Makefile.in (src/config.stamp): Target renamed from src/config.h
7624         and touch it explicitly.
7626         * configure.in (mips-sony-newsos6*): New alternative.
7627         (mips-*-linux-gnu*): New alternative.
7628         (*-*-bsdi*): New alternative.
7629         (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7631 1997-06-22  Dave Love  <d.love@dl.ac.uk>
7633         * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7634         (src/config.h): New target to re-configure if src/config.in is patched.
7636 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7638         * configure.in (shutdown): Check for `shutdown' function.
7640 1997-06-18  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7642         * update-subdirs: Include the directory "language" in subdirs.
7644 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7646         * configure.in (m88k-dg-dgux4*): New alternative.
7647         (alpha-*-netbsd*): New alternative.
7648         (powerpcle-*-solaris2*): New alternative.
7650 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7652         * make-dist: Warn about .el files that are not compiled.
7654 1997-05-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7656         * Makefile.in (dist): Don't run update-subdirs here,
7657         since make-dist now gets that done.
7659         * make-dist: Use the new `updates' target in lisp/Makefile.
7661         * make-dist: Use new non-file targets in lisp/Makefile.
7663 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7665         * make-dist: Handle all subdirs of `lisp' uniformly.
7666         Don't handle `term' and `language' specially.
7667         Clear out umask at the beginning.
7669 1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7671         * make-dist: Use Make to update finder-inf.el and autoloads.
7672         Also update cus-load.el.
7674 1997-04-09  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7676         * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7677         in case it is desirable to disable the GNU malloc features with glibc.
7679 1997-04-08  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7681         * configure.in (DOUG_LEA_MALLOC):
7682         Define if malloc_{get,set}_state exist.
7684 1997-03-05  Kenichi Handa  <handa@etl.go.jp>
7686         * make-dist: Make links for files under lisp/language.
7688 1997-02-20  Kenichi Handa  <handa@etl.go.jp>
7690         * update-subdirs: Exclude the directory "language" from subdirs.
7692 1997-01-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7694         * configure.in: Check for rint and cbrt.
7696 1997-01-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7698         * make-dist: Use $EMACS to say where to run Emacs.
7699         Add --no-update option.
7701 1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7703         * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7705 1996-12-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7707         * make-dist (copying src): Check thoroughly for symlinks
7708         and copy them in all cases.  Regularize the linking of *.in
7709         and *.opt and ChangeLog files.
7710         (copying lib-src): Likewise.
7711         Don't rm getdate.c or y.tab.*--they don't exist any more.
7713 1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
7715         * configure.in: Check for libmail, maillock.h and
7716         touchlock (for movemail).
7718 1996-12-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7720         * configure.in (limits.h): Check for this file.
7722 1996-12-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7724         * configure.in (rs6000-ibm-aix4.2): New alternative.
7725         (rs6000-ibm-aix4.0): New alternative.
7726         (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7728 1996-11-22  Ben Harris  <bjh21@cam.ac.uk>
7730         * configure.in: Recognize vax-*-netbsd*.
7732 1996-11-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7734         * configure.in (locallisppath): Add leim directory.
7736 1996-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
7738         * config.bat: Make sure `mv' supports forward slashes and -f.
7740 1996-10-28  Christian Limpach  <chris@nice.ch>
7742         * configure.in (hppa*-next-nextstep*): * added after hppa
7743         to accept hppa1.0 and hppa1.1.
7745 1996-10-05  Marcus G. Daniels  <marcus@coulee.tdb.com>
7747         * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7748         * configure.in (ld_switch_machine): Fix typo.
7750 1996-09-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7752         * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7753         from config.h and use them in $ac_link.
7755 1996-09-28  Erik Naggum  <erik@psilocin.gnu.ai.mit.edu>
7757         * configure.in: Create a subdir named `lisp'.
7759 1996-09-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7761         * configure.in: Check for getcwd.
7763 1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7765         * configure.in: Check for termios.h.  Check for setpgid.
7767 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7769         * configure.in: Check for setrlimit.
7771 1996-08-31  Paul Eggert  <eggert@twinsun.com>
7773         * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7775 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7777         * configure.in: Check for utimes.
7779         * configure.in: Check for com_err library, but only
7780         if --with-kerberos was used.  Check for krb and des
7781         only if --with-kerberos.
7783 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7785         * Makefile.in (INSTALL_STRIP): New variable.
7786         (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7787         (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7789 1996-08-25  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7791         * configure.in: Check for krb and des libraries.
7793 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7795         * configure.in (*-sunos4.1.[3-9]*noshare):
7796         Use sunos413, not sunos4-1-3.
7797         (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7798         (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7800 1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7802         * Makefile.in (src/paths.h): Target deleted.
7803         (paths-force): Delete all dependencies on this target
7804         but don't delete the target.
7805         (install): Depend on `all'.
7806         (paths-force): Don't print a message.
7808         * configure.in: Generate src/paths.h here.
7810 1996-08-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7812         * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7813         New variables that affect linking only.
7814         (alpha-dec-osf*): Use those instead of previous change.
7816 1996-08-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7818         * Makefile.in (install-arch-indep): Install info/messages.
7820 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7822         * Version 19.33 released.
7824 1996-08-10  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
7826         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7827         Fix previous change.
7829 1996-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7831         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7832         New alternative.
7834 1996-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7836         * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7837         and NON_GCC_TEST_OPTIONS.
7839 1996-08-06  Paul Eggert  <eggert@twinsun.com>
7841         * configure.in (LOCALTIME_CACHE): Don't put a string literal
7842         "TZ=..." in environ.
7844 1996-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7846         * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7848 1996-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7850         * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7851         the more general *-sunos4.1.[3-9]* clause.
7853 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7855         * Version 19.32 released.
7857         * configure.in (*-sco3.2v5*):
7858         Set OVERRIDE_CPPFLAG to a string of one space.
7859         Fix the code that uses OVERRIDE_CPPFLAG.
7861 1996-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7863         * configure.in: Undo previous change.
7865 1996-07-16  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7867         * config.sub: Use `pc', not `unknown', when canonicalizing
7868         the vendor for ...86.
7870 1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
7872         * configure.in: Check for termios.h header.
7874 1996-07-11  Bill Mann  <dvmann@dvncr.praxisint.com>
7876         * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7878 1996-07-07  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7880         * configure.in: Split bsdos2 and bsdos2-1.
7882 1996-07-06  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7884         * config.sub: If last two words are not a recognized
7885         KERNEL-OS pair, use just the last word as OS, as in 19.31.
7886         Make conversion of gnu/linux to linux-gnu really work.
7888         * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7890 1996-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7892         * configure.in (check for using Lucid widgets by default):
7893         Eliminate indentation that confuses some compilers.
7895 1996-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7897         * config.sub: Convert linux and gnu/linux to linux-gnu.
7899         * make-dist: Don't update getdate.c.
7900         Ignore =... files when checking for too-long Lisp file names.
7902 1996-06-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7904         * configure.in (euidaccess): Check for that, not for eaccess.
7906 1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7908         * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7909         before `noshare'.
7910         (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7912 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7914         * configure.in: Rename lignux to linux-gnu in configuration names.
7915         Use gnu-linux as the opsys value (s/ file name).
7916         Allow i686 just like i386, i486, i586.
7918 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7920         * configure.in (i*86-*-sco3.2v5): New alternative.
7921         (OVERRIDE_CPPFLAG): New variable.
7922         (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7924         * configure.in: Specify vpath for .texi files.
7926 1996-06-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7928         * configure.in: Always check for HAVE_X11R5.
7929         Separately decide whether to use a toolkit by default.
7931 1996-06-04  Bill Mann  <dvmann@dvhpux1.praxisint.com>
7933         * configure.in: If X11R5 is missing the Xaw headers,
7934         default to --with-x-toolkit=no.
7936 1996-05-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7938         * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7940 1996-05-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7942         * Makefile.in (install-arch-indep): If cd etc makes output,
7943         don't treat that as part of the tar data.
7944         Check that ./lisp actually exists.
7946 1996-05-29  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7948         * make-dist: Check for long file names.
7950 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7952         * Version 19.31 released.
7954 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7956         * configure.in: Recognize sparc-*-lignux.
7958 1996-05-03  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
7960         * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7961         Don't include config.w95.
7963 1996-04-21  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
7965         * make-dist: Replace --no-clean-up and --no-tar options
7966         with --clean-up and --tar, so that the default is useful.
7968 1996-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
7970         * config.bat: Make sure the GDB init file is called src/_gdbinit;
7971         if not, tell the user to rename it and abort.
7973 1996-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
7975         * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7976         test program.
7978 1996-04-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7980         * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7982         * make-dist (MANIFEST): Fix previous change.
7983         (msdos): Put mainmake.v2 into the dist.
7985 1996-04-10  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
7987         * make-dist: Exit if autoconf fails.
7989 1996-04-10  Eli Zaretskii  <eliz@is.elta.co.il>
7991         * config.bat: Set djgpp-ver, and unset it at the end.
7992         Add a number of conditionals for DJGPP version 2.
7993         Rename label libsrc2 to libsrc3.
7994         Substitute for LDFLAGS in src/Makefile.
7995         Substitute for ALL_CFLAGS in lib-src/Makefile.
7997 1996-04-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7999         * configure.in (ncurses): Check this after checking fns like strerror.
8001 1996-04-08  Erik Naggum  <erik@naggum.no>
8003         * make-dist (MANIFEST): Don't include lines from =files.
8005 1996-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8007         * make-dist: Don't put lisp/dired.todo in the dist.
8009 1996-04-05  Richard Stallman  <rms@lucy.gnu.ai.mit.edu>
8011         * configure.in (HAVE_NCURSES): Look for library named ncurses.
8013         * configure.in (setlocale): Check for it.
8015         * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8017 1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8019         * configure.in: Use lignux instead of linux as value of opsys.
8021 1996-03-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8023         * Makefile.in (install-strip): Fix whitespace.
8024         Get rid of continuation.
8026         * config.sub: Convert linux or gnu/linux to lignux.
8028 1996-03-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8030         * configure.in: Accept lignux in configuration name.
8032 1996-03-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8034         * Makefile.in (install-strip): New target.
8036 1996-03-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8038         * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8039         -f failed to do the job on Suns.
8041 1996-03-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8043         * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8045         * configure.in (linux/version.h): Check for this header.
8047 1996-03-12  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
8049         * configure.in: Remove -fno-builtin hackery from -lm check.
8051 1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
8053         * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8054         just this test.
8056         * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8058 1996-03-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8060         * configure.in: Check for ncurses.
8062 1996-02-28  Paul Eggert  <eggert@twinsun.com>
8064         * configure.in (LOCALTIME_CACHE):
8065         Also define if localtime mishandles unsetting TZ.
8066         This works around a localtime bug in mips-dec-ultrix.
8068 1996-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8070         * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8072         * configure.in: Improve messages about X versions.
8074 1996-02-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8076         * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8078 1996-02-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8080         * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8081         (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8083         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8084         (install): Put install-arch-indep before install-arch-dep.
8086 1996-02-20  Dave Love  <d.love@dl.ac.uk>
8088         * INSTALL: Clarify info about MS-DOS path handling.
8090 1996-02-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8092         * Makefile.in (install-arch-indep): Install info/ccmode*.
8093         In previous change, protect against /bin/pwd returning null string.
8095 1996-02-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8097         * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8098         to lispdir.
8100 1996-02-01  Paul Eggert  <eggert@twinsun.com>
8102         * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8104 1996-01-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8106         * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8108 1996-01-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8110         * Makefile.in (extraclean): Use ${top_distclean} to ensure
8111         we delete everything distclean deletes.
8113 1996-01-23  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8115         * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8117 1996-01-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8119         * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8120         into LDFLAGS instead of into LIBS.
8122 1996-01-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8124         * configure.in (HAVE_XMU): Fix typo in previous change.
8126 1996-01-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8128         * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8130 1996-01-10  Erik Naggum  <erik@naggum.no>
8132         * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8134 1996-01-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8136         * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8138 1996-01-10  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8140         * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8141         and use -lXt to link it.
8143 1996-01-08  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8145         * configure.in (locallisppath): Put version-specific dir first.
8147 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8149         * configure.in (hppa-*-nextstep*): New alternative.
8150         (USE_X_TOOLKIT): By default, set this to "maybe";
8151         and change that later to LUCID or "no" according to X11 version.
8153         * make-dist: Recompile outdated .elc files and update all autoloads.
8155 1996-01-05  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8157         * configure.in (locallisppath): Fix typo in last change: " -> '.
8159 1996-01-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8161         * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8163 1995-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8165         * Makefile.in (install-arch-indep): Give all files read permission.
8167 1995-12-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8169         * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8170         If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8172 1995-12-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8174         * configure.in: Determine HAVE_X11R6.
8175         (HAVE_MENUS): Renamed from HAVE_X_MENU.
8177 1995-12-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8179         * configure.in: Just "solaris" now defaults to version 2.4.
8180         Add sunos4.1.n-noshare as alternative.
8182 1995-12-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8184         * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8186 1995-11-29  Erik Naggum  <erik@naggum.no>
8188         * Makefile.in (install-arch-indep): Add missing backslash.
8190 1995-11-29  Karl Eichwalder  <ke@ke.Central.DE>
8192         * Makefile.in (install-arch-indep): Don't install
8193         lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8195 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8197         * Makefile.in (install-arch-indep): Fix previous change.
8199         * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8201 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8203         * Version 19.30 released.
8205         * make-dist (lisp): Exclude subdirs.el.
8207 1995-11-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8209         * make-dist (etc): Delete *.orig and *.rej.
8211 1995-11-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8213         * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8215 1995-11-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8217         * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8219 1995-11-14  Geoff Voelker  <voelker@cs.washington.edu>
8221         * make-dist (nt): Rename install, readme, and todo to
8222         INSTALL, README, and TODO.
8224 1995-11-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8226         * make-dist (lisp): Don't distribute site-start.
8228 1995-11-06  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8230         * make-dist: Break the hard link on alloca.c.
8232 1995-11-04  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8234         * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8236 1995-11-02  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8238         * make-dist (src, lib-src): Don't distribute Makefile.c.
8239         (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8241 1995-10-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8243         * Makefile.in (mkdir): Create man1dir, not mandir.
8244         (uninstall): Use man1dir, not mandir.
8246 1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8248         * Makefile.in (man1dir): New variable.
8249         (install-arch-indep): Use man1dir.
8251         * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8253         * make-dist: Create lisp/MANIFEST.
8255 1995-10-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8257         * configure.in (m68k-*-linux*): New alternative.
8259 1995-10-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8261         * make-dist: Use new names config.in, paths.in, and
8262         {src,lib-src}/Makefile.in.
8264 1995-10-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8266         * configure.in: Don't bother checking for drem.
8268 1995-10-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8270         * Makefile.in (distclean): Delete line with just a tab in it.
8271         (install-arch-indep): Delete spaces that precede tabs.
8272         Delete spurious `fi' left from previous change.
8273         (install): Supply `true' as command, to avoid null command.
8275 1995-10-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8277         * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8279 1995-09-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8281         * configure.in (powerpc-*-solaris2): New alternative.
8283 1995-09-12  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8285         * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8286         of paths.h.tmp$$, to avoid going beyond 14 characters.
8288 1995-09-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8290         * configure.in: Improve error msg for invalid --with-x-toolkit value.
8292 1995-09-06  Paul Eggert  <eggert@twinsun.com>
8294         * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8295         if localtime caches TZ.  Check for tzset.
8297 1995-09-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8299         * config.bat: Simplify using new names file names src/makefile.in,
8300         config.in, paths.in.  Change Echo commands not to use `.
8302 1995-08-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8304         * Makefile.in (install-arch-indep): Always install the new dir file;
8305         rename the previous dir file to dir.bak or dir.old.
8307 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8309         * configure.in (RANLIB): Substitute this into makefiles.
8310         Set it specially on solaris; set it by default on other systems.
8312         * configure.in: Fix previous Alpha change.
8314 1995-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8316         * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8317         NON_GCC_TEST_OPTIONS.
8319 1995-08-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8321         * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8322         from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8324         * configure.in (alpha-*-linux*): New configuration.
8326 1995-08-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8328         * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8329         (m68k-next-nextstep*): New alias for that.
8330         (i*86-*-nextstep*): Use nextstep.h.
8331         (sparc-*-nextstep*): New configuration.
8333 1995-08-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8335         * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8336         And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8338 1995-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8340         * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8341         Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8343 1995-07-18  Mike Long  <mike.long@analog.com>
8345         * make-dist: Fix update of finder-inf.el, and byte-compile it.
8347 1995-07-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8349         * Makefile.in (src/paths.h, paths-force):
8350         Rename src/paths.h.in to src/paths.in.
8351         (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8353         * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8354         Use Makefile.c for intermediate file.
8355         Rename src/config.h.in to src/config.in.
8357 1995-07-17  Richard Stallman  <rms@gnu.ai.mit.edu>
8359         * configure.in (mips-dec-ultrix*): Assume version 4.3.
8360         (mips-dec-ultrix4.[12]): New alternative for old versions.
8362 1995-07-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8364         * make-dist: Don't break intra-tree links.
8366 1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8368         * configure.in: Put back archlibdir initialization.  Require
8369         autoconf 2.4.1 or later.
8371 1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8373         * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8374         (mips-mips-riscos5*): New alternative.
8376 1995-06-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8378         * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8380 1995-06-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8382         * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8383         (mandir, infodir, archlibdir): Initializations deleted.
8385         * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8386         On hpux9shr, use hpux9shxr4.h.
8388 1995-06-24  Morten Welinder  <terra+@cs.cmu.edu>
8390         * configure.in: Added target mips-dec-mach_bsd4.3.
8391         * config.guess: Guess mips-dec-mach_bsd4.3.
8393 1995-06-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8395         * Makefile.in (mkdir): Use symbolic chmod.
8397 1995-06-22  Paul Eggert  <eggert@twinsun.com>
8399         * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.  (Likewise for
8400         SunOS 4.1.5 through 4.1.9, should they ever exist.)
8402 1995-06-22  Paul Eggert  <eggert@twinsun.com>
8404         * Makefile.in (SUBDIR_MAKEFILES):
8405         Add man/Makefile, so `make distclean' removes it.
8406         (top_distclean): Add config.log to the list of files to be removed.
8408 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8410         * Version 19.29 released.
8412 1995-06-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8414         * configure.in: Fix the previous change to verify that the -b
8415         option really solves the problem.
8417         * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8419 1995-06-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8421         * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8423 1995-06-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8425         * configure.in: Report more clearly when there is no special
8426         dir to search for X includes or libraries.
8428 1995-06-13  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8430         * configure.in: Check for -lpthreads, not -lpthread.
8432 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
8434         * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8436 1995-06-08  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8438         * configure.in: Check for -lpthread.
8440 1995-06-05  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8442         * Makefile.in (install-arch-indep): Install info files for mh-e.
8443         (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8445 1995-06-01  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8447         * configure.in (*-solaris2.5): New configuration.
8449         * make-dist: Copy new files config.nt and config.w95.
8451 1995-05-30  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8453         * configure.in: Use x_includes, not x_libraries, for -I.
8454         Make bitmapdir a colon-separated list.
8456 1995-05-27  Richard Stallman  <rms@gnu.ai.mit.edu>
8458         * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8460         * configure.in: Allow x_libraries and x_includes to be paths.
8462 1995-05-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8464         * configure.in: Fix typo.
8466 1995-05-24  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8468         * INSTALL: Clarify use of site-init.el.
8470 1995-05-22  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
8472         * configure.in: Pass arg to sqrt.
8474 1995-05-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8476         * make-dist: Fix May 6 change.
8478 1995-05-17  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8480         * vpath.sed: Delete reference to ymakefile.
8482 1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8484         * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8486 1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8488         * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8490         * update-subdirs: Specify /bin/sh to run the script.
8492 1995-05-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8494         * make-dist: Put src/makefile.nt in dist.
8496         * configure.in (i[345]86-*-bsdi2*): New configuration.
8497         (vax-dec-bsd386*): Deleted.
8499 1995-05-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8501         * configure.in: Make sure CDPATH doesn't mess up PWD check.
8502         Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8503         Use fmod instead of logb in -lm check.
8505 1995-05-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8507         * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8508         Use bsd4-3.  Don't set NON_GNU_CPP.
8510         * make-dist: Don't copy in src/s/*.inp.  Don't copy nt/src.
8511         In nt, copy various different things, but not *.cmd.
8512         Fix the ln commands for the subdirs of nt.
8514 1995-04-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8516         * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8518 1995-04-27  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8520         * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8521         since that's what the header file expects.
8523 1995-04-24  Francesco Potortì  (pot@cnuce.cnr.it)
8525         * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8526         and 68040 based machines when choosing options for gnucc.
8528 1995-04-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8530         * Makefile.in (top_distclean): Delete config.cache.
8532 1995-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8534         * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8536         * configure.in: Use m/ncr386.h.
8538 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8540         * Makefile.in (install-arch-indep): Undo Sep 23 change.
8542 1995-04-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8544         * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8545         (man): Don't copy texindex.c and getopt.c; they're deleted.
8546         (etc): Omit `e'; it's a subdirectory.
8547         (etc/e): Use `../..', not `..', to reference top level.
8549 1995-04-06  Simon Leinen  <simon@lia.di.epfl.ch>
8551         * Makefile.in (install-arch-indep, dist):
8552         Look for `update-subdir' in $(srcdir).
8554 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8556         * make-dist: Include mkinstalldirs in distribution.
8558 1995-04-05  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8560         * make-dist: Add missing close backquote.
8562 1995-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8564         * make-dist: Don't distribute shortnames directory.
8566 1995-03-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8568         * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8570 1995-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8572         * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8574 1995-02-23  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8576         * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8578 1995-02-13  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8580         * configure.in (mips-sgi-irix6): New configuration.
8582 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8584         * Makefile.in (maintainer-clean): Renamed from realclean.
8586 1995-02-02  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8588         * configure.in: Create a .gdbinit that sources the real one,
8589         if using a different build directory.
8591 1995-01-23  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8593         * configure.in: Check for sys/select.h.
8595 1995-01-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8597         * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8599 1994-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8601         * configure.in: Handle isc 4.1 operating system.
8603 1994-12-10  Richard Stallman  <rms@kepa>
8605         * configure.in (rs6000-ibm-aix4.1*): New alternative.
8606         (rs6000-ibm-aix4*): New alternative.
8608 1994-12-06  Richard Stallman  <rms@kepa>
8610         * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8612 1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8614         * configure.in: Don't try to make directories that are guaranteed
8615         to already exist.
8617 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8619         * configure.in: Generate man/Makefile from man/Makefile.in.
8620         Create the man subdir.
8622         * Makefile.in (dvi): Run Make in our man subdir.
8624         * make-dist: Create subdir etc/e.
8625         Make links to it.
8626         Put man/Makefile.in in dist, instead of man/Makefile.
8628 1994-11-21  David J. MacKenzie  (djm@mole.gnu.ai.mit.edu)
8630         * configure.in: Add --with-pop, --with-kerberos, and
8631         --with-hesiod for movemail.
8633 1994-11-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8635         * configure.in (m68*-apollo*): Use s/domain.h.
8637 1994-11-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8639         * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8641 1994-11-14  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8643         * configure.in: Don't add -I, -L, -R options for cc if their
8644         arguments would be empty.
8646 1994-11-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8648         * configure.in (i860-intel-osf1*): New alternative.
8649         (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8650         (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8652 1994-11-09  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8654         * configure.in: Make h_errno check not use nested functions.
8656 1994-11-09  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8658         * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8660 1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8662         * Makefile.in (install-arch-indep): Avoid continued comment
8663         swallowing target line.
8665 1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
8667         * configure.in: Protect a character class with `changequote'.
8669 1994-11-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8671         * configure.in: Accept `news' as a synonym for `newsos'.
8673 1994-11-03  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8675         * Makefile.in: Don't rm files if cd fails.
8677 1994-11-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8679         * make-dist: Put nt subdir and its subdirs in the dist.
8680         (lib-src): Put makefile.nt in the dist.
8681         (lisp): Put makefile.nt in the dist.
8683 1994-10-29  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8685         * configure.in: Change a stray `[' to `test'.
8687 1994-10-28  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8689         * configure.in: Adapt for Autoconf v2.  Use the standard argument
8690         parser, host type canonicalizer, X11 finder, and message
8691         printing macros.  Use the new macro names.  Use `test' instead of `['.
8693 1994-10-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8695         * configure.in: Check for getpagesize.
8697 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8699         * make-dist (msdos): Put sed* in the distribution.
8701 1994-10-17  Morten Welinder  <terra@mole.gnu.ai.mit.edu>
8703         * config.bat: New option, `--with-x', for configuring Emacs
8704         for use with the X11 system DesqView/X.
8705         New option, `--no-debug', for compiling Emacs without debug
8706         information thus saving disk space.
8707         (src/config.h, src/paths.h): Use `update' (which is like
8708         `move-if-changed') to change the file.
8709         (src/config.h): When configuring for X11 perform extra changes.
8710         (src/makefile): When configuring for X11 perform extra changes.
8711         (lib-src): Remove temporary files.
8712         (): Check that `sed', `rm', `mv', and `gcc' are available.
8714 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8716         * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8718         * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8720 1994-10-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8722         * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8724         * configure.in (canonical): Substitute var into makefiles.
8725         (bitmapdir): Likewise.
8727         * Makefile.in (bitmapdir): New variable.
8728         (src/paths.h, paths-force): Edit PATH_BITMAPS.
8730 1994-10-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8732         * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8734         * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8735         * update-subdirs: New shell script.
8737 1994-10-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8739         * Makefile.in (top_distclean): Don't rm build-install.
8740         (SOURCES): Delete build-install.in.
8742         * make-dist: Don't distribute build-ins.in.
8743         * build-ins.in: File deleted.
8745 1994-10-12  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
8747         * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8749 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8751         * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8753         * configure.in (libexecdir): Renamed from libdir.  New default.
8754         (sharedstatedir): Renamed from statedir.  New default.
8755         (datadir): New default.
8757         * make-dist: Don't distribute subdirs.el.
8759 1994-10-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8761         * configure.in (eaccess): Check for it.
8763 1994-10-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8765         * configure.in (mktime): Check for it.
8767 1994-10-02  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
8769         * configure.in (motif): Add support for usage and option checking.
8771 1994-09-24  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
8773         * configure.in (utimes): Check for it.
8775 1994-09-23  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
8777         * Makefile.in (install-arch-indep): Don't do mkdir here.
8779 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8781         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8782         riscix.h renamed to acorn.h.
8784 1994-09-21  Michael Ben-Gershon  (mybg@cs.huji.ac.il)
8786         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8787         New configurations.
8789 1994-09-21  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8791         * configure.in: Remove trailing slashes from srcdir.
8793 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8795         * configure.in (i[345]86-sequent-ptx*): Handle.
8797 1994-09-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8799         * Makefile.in (paths-force): Depend on src/paths.h.
8801 1994-09-19  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8803         * configure.in (config_options): Save all arguments, not just some.
8805 1994-09-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8807         * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8809         * configure.in: Add AC_AIX.
8810         Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8812 1994-09-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8814         * configure.in (parsing options): Simplify sed command to delete -'s.
8816 1994-09-16  Karl Heuer  <kwzh@churchy.gnu.ai.mit.edu>
8818         * configure.in (config_options): New shell variable.
8819         Pass its value to C code in EMACS_CONFIG_OPTIONS.
8821 1994-09-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8823         * configure.in (alpha-dec-osf*): New target.
8825         * Makefile.in: Use just one FRC target.
8827 1994-09-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8829         * Makefile.in (removenullpaths, paths-force):
8830         Use name paths.h.tmp$$, which depends on the pid.
8832 1994-09-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8834         * Makefile.in (removenullpaths, paths-force):
8835         Put paths.h.tmp in top-level dir, not in src.
8837 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8839         * Version 19.27 released.
8841 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8843         * Version 19.26 released.
8845 1994-09-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8847         * configure.in: Check for lrand48, not rand48.
8849 1994-09-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8851         * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8852         (powerpc-ibm-aix*): New aliases.
8854 1994-08-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8856         * make-dist (src/m, src/s): Put *.inp in distribution.
8858 1994-08-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8860         * configure.in: Accept i586 and i486 along with i386.
8862 1994-08-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8864         * configure.in: Do compute unexec, LIBX, system_malloc, etc
8865         even if CPP env var was set by the user.
8867         * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8869 1994-08-14  Jonathan I. Kamens  (jik@gza-client1.aktis.com)
8871         * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8873 1994-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8875         * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8877 1994-08-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8879         * configure.in: Check more specifically for i*86-sun-sunos.
8881 1994-08-03  Caveh Jalali  (caveh@eng.sun.com)
8883         * configure.in: Handle solaris 2.4.
8885 1994-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8887         * configure.in (rand48): Check for it.
8889 1994-07-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8891         * make-dist: Update the info files.
8893 1994-07-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8895         * configure.in: Make "checking..." messages' style consistent.
8896         (HAVE_H_ERRNO): New test.
8898 1994-07-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8900         * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8902 1994-07-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8904         * configure.in (CFLAGS): If the envvar was specified, use that.
8905         And set REAL_CFLAGS from it too.
8907 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8909         * make-dist: Update finder-inf.el.
8911 1994-07-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8913         * make-dist (msdos): Include sed4.inp in dist.
8915         * Makefile.in (libsrc_libs): Var deleted.
8917 1994-07-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8919         * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8921 1994-06-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8923         * configure.in (mips-sony-newsos4*): New alias.
8925 1994-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8927         * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8928         (*-convex-convexos*): Accept this as alias.
8930 1994-06-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8932         * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8933         for two different uses.
8935 1994-06-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8937         * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8939 1994-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8941         * make-dist: Put ./BUGS into the distrib.
8943 1994-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8945         * configure.in: Handle 386 running Solaris 2.
8947 1994-06-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8949         * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8951 1994-06-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8953         * configure.in (mips-sony-newsos*): Use news-risc.h.
8955         * configure.in: Accept bsdi as opsys, like bsd386.
8957 1994-06-01  Morten Welinder  (terra@diku.dk)
8959         * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8961 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8963         * Version 19.25 released.
8965         * make-dist (shortversion): Don't assume another period follows.
8967 1994-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8969         * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8970         (uninstall): Use /bin/pwd.
8972         * Makefile.in (blessmail): Depend on src.
8973         (all): Don't depend on blessmail.
8975         * Makefile.in (src/paths.h): Don't force recomputation.
8976         (paths-force): New target; force recomputation of paths.h.
8977         (all): Depend on paths-force.
8978         (src, lib-src): Depend on src/paths.h.
8980         * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8981         NON_GCC_TEST_OPTIONS.
8983 1994-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8985         * configure.in: Don't insist on subversions for irix.
8987 1994-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8989         * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8991         * configure.in (i[34]86-next-*): New alternative.
8993 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8995         * Version 19.24 released.
8997         * configure.in: New config hppa*-hp-hpux9shr*.
8999 1994-05-22  Morten Welinder  (terra@tyr.diku.dk)
9001         * config.bat: Doc fix.
9003 1994-05-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9005         * Makefile.in (mostlyclean, clean, distclean, realclean)
9006         (extraclean): Don't act on man subdir if it doesn't exist.
9008 1994-05-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9010         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9011         Use them to set up CC.
9012         (*-sun-sunos4.1.3): Set them.
9014 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9016         * Makefile.in (lib-src): Don't depend on src/paths.h.
9018 1994-05-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9020         * build-ins.in (copydests): Get rid of spurious `-'s.
9022         * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9024 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9026         * Version 19.23 released.
9028         * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9029         for the Xlib and Xt checks; then restore old CFLAGS.
9031 1994-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9033         * configure.in (HAVE_X11XTR6): Add newline before #if.
9034         Add newline after #endif.
9036 1994-05-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9038         * configure.in (HAVE_X11XTR6): Arrange to define it.
9040 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9042         * Makefile.in (install): Depend on blessmail.
9044 1994-05-12  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
9046         * configure.in (mips-siemens-sysv*): Put quotes around value
9047         containing blanks.
9049 1994-05-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9051         * Makefile.in (TAGS): Use the makefile in src subdir.
9053 1994-05-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9055         * configure.in (opsys): Recognize `gnu'.
9057 1994-05-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9059         * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9061 1994-05-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
9063         * configure.in: Remove AC_LANG_C call.  Not needed with Autoconf
9064         version > 1.8.
9066 1994-05-08  Morten Welinder  (terra@diku.dk)
9068         * config.bat: Forcibly remove "# " style comments from makefiles.
9070 1994-05-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9072         * Makefile.in (uninstall): When processing lispdir and etcdir,
9073         do nothing unless it exists and is a directory.
9075 1994-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9077         * Makefile.in (install-arch-indep): Do install info/dired-x*.
9078         Merge code in from install-doc.
9079         (install-doc): Merge code back into install-arch-indep.
9080         (install-arch-dep): Don't depend on install-doc.
9082         * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9084 1994-05-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9086         * configure.in (making src/Makefile and lib-src/Makefile):
9087         Split off the autoconf substitutions and don't pass them thru cpp.
9088         (undefs): Use $canonical as well as $configuration.
9090         * make-dist: Distribute lisp/Makefile.
9092         * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9093         Use lower case names for the s files.
9095 1994-05-03  Morten Welinder  (terra@diku.dk)
9097         * config.bat: Added possibility for different file name
9098         transcriptions in lib-src.
9100 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9102         * Makefile.in (lib-src): Undo previous change.
9103         (blessmail): New target to run maybe-blessmail in lib-src.
9104         (all): Depend on blessmail.
9106         * Makefile.in (lib-src): Depend on src.
9108 1994-04-30  Paul Reilly  (pmr@churchy.gnu.ai.mit.edu)
9110         * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9111         (m88k-dg-dgux5.4R2): dgux5.4R2.
9113 1994-04-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9115         * configure.in (window_system): Restore accidentally deleted code
9116         that uses AC_FIND_X.
9118         * make-dist: Distribute config.bat.
9120 1994-04-29  Morten Welinder  (terra@diku.dk)
9122         * config.bat: Corrected the configuration of lib-src
9123         to keep up with configure.  Add note about dos version 3
9124         or better needed (djgpp needs that).  Add note explaining
9125         that either install in c:/emacs or edit the script.
9126         Don't change to c:/emacs, but assume we're there (to minimize
9127         the number of places to change).
9129         * config.bat: Build-in the first step towards X11 support with
9130         the X11 emulator that exists.  At this time it won't work,
9131         and several files are missing.
9133 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9135         * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9136         Don't look for -lresolv.
9138         * Makefile.in (lib-src): Depend on src/paths.h.
9140 1994-04-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9142         * configure.in: Restore deleted AC_SUBST of `configuration'.
9143         Improve error message for bad --with-x-toolkit value.
9145         * configure.in: Define CONFIGURATION in src/config.h
9146         rather than substituting in src/Makefile.in.
9148 1994-04-26  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9150         * Makefile.in (install-doc): New target.
9151         (install-arch-dep): Depend on install-doc.
9152         (mkdir): Create docdir.
9154 1994-04-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9156         * configure.in: Test for libresolv.a.
9157         Substitute machfile and opsysfile.
9159 1994-04-22  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9161         * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9162         (install-arch-dep): Install under the name $(EMACS).
9164 1994-04-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9166         * configure.in (version): Use entire value of emacs-version.
9167         (mips-siemens-sysv*): New alternative.
9169 1994-04-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9171         * Makefile.in (install-arch-indep): Don't install dired-x*.
9173 1994-04-18  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9175         * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9176         Fix definition of $undefs.
9178 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9180         * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9182         * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9184 1994-04-16  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
9186         * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9188 1994-04-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9190         * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9191         and run it thru cpp, as with src/Makefile.in.
9193         * configure.in: Use AC_SET_MAKE.
9195 1994-04-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9197         * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9199 1994-04-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9201         * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9203         * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9204         (printing the choices): Make the toolkit message unconditional.
9205         (USE_X_TOOLKIT): Use `none', not `no', if none.
9206         (include libsrc_libs): Include config.h, and specify -I for srcdir.
9207         Get rid of temp file foofoo1.
9209 1994-04-13  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9211         * configure.in (CFLAGS): Use shell syntax, not Makefile.
9213 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9215         * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9216         (printing the choices): State choice of toolkit.
9217         (libsrc_libs): Recalculate after writing config.h;
9218         then update lib-src/Makefile.
9220 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9222         * configure.in: Add sunos4shr as alternative for suns.
9223         Conditionals testing for null $CC were backwards.
9225 1994-04-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9227         * make-dist (msdos): Don't link patch1.  Link sed*.inp, not sed.in*.
9229 1994-04-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9231         * configure.in: Handle -isc4.0*.
9233 1994-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9235         * configure.in (esix5): Set NON_GNU_CPP.
9237 1994-03-24  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
9239         * Makefile.in (thisdir): Nonsensical variable removed.
9240         (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9241         back to $thisdir, rather than the directory `this_dir'.
9243 1994-03-17  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9245         * Makefile.in (install-arch-indep): Add missing backslash after a
9246         `then'.
9248 1994-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9250         * Makefile.in (thisdir): New variable.
9251         (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9253 1994-03-08  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9255         * configure.in: Add freebsd.
9257 1994-03-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9259         * configure.in: Check for fpathconf.
9261 1994-03-02  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9263         * configure.in (with_x_toolkit): Fix typo in previous change.
9265 1994-03-01  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9267         * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9269 1994-02-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9271         * configure.in (with_x_toolkit): Don't allow motif or open-look.
9273 1994-02-24  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9275         * configure.in: Fix value of docdir.
9276         * Makefile.in (install-arch-indep): Install DOC* in docdir.
9278 1994-02-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9280         * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9282 1994-02-22  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
9284         * configure.in: New variable docdir to control where the docstring
9285         file goes.
9286         Makefile.in: Use it to initialize PATH_DOC in paths.h.
9288 1994-02-22  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9290         * configure.in: When --run-in-place, don't inherit archlibdir.
9292 1994-02-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9294         * Makefile.in (install-arch-dep, install-arch-indep):
9295         New targets split up former do-install rule.
9296         (do-install): Target deleted.
9298 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9300         * configure.in (mips-sony-newsos*): New configuration.
9302 1994-02-14  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
9304         * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9306 1994-02-11  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9308         * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9310 1994-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9312         * configure.in: Don't initialize CC.
9314 1994-02-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9316         * configure.in (creating src/Makefile): Also generate -U switches
9317         for symbols in the $configuration value.
9319         * configure.in: Check for sys_siglist being declared in system header.
9321 1994-02-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9323         * configure.in (creating src/Makefile): Delete blank lines
9324         along with lines of whitespace.
9325         (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9327 1994-02-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9329         * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9330         like C_SWITCH_SYSTEM.
9331         (m68*-motorola-sysv*): Set CC.  Require cpu type to be m68k or m68000.
9333 1994-02-04  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9335         * configure.in (drem): Check for this function.
9337 1994-02-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9339         * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9340         If CPP was inherited from environment, don't use NON_GNU_CPP.
9341         (NON_GNU_CC): Likewise.
9342         (handling with_gcc): Use explicit if in the `no' case.
9343         (cc_specified): New variable; if set, don't use NON_GNU_CC.
9345 1994-02-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9347         * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9349 1994-02-01  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
9351         * configure.in: Check whether fmod exists.
9353 1994-01-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9355         * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9356         {src,lisp}/OChangeLog.
9358 1994-01-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9360         * configure.in: Restore Jan 8 and Jan 16 changes.  The -U hack is
9361         necessary for proper operation.  This code works with the current
9362         released version of Autoconf.
9364 1994-01-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9366         * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9367         (USE_X_TOOLKIT): Define it for all values except `no'.
9369         * configure.in: Undo first Jan 8 change and Jan 16 change.
9371 1994-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9373         * configure.in: Handle --with-x-toolkit.  Produce lwlib/Makefile.
9374         Substitute USE_X_TOOLKIT as both C macro and Make variable.
9376         * Makefile.in (lwlib/Makefile): New target.
9377         (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9378         (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9379         (unlock, relock): Handle lwlib subdir.
9381         * Makefile.in: Add some .PHONY targets.
9383         * make-dist: Handle lwlib subdir like oldXMenu subdir.
9385         * lwlib: New subdirectory.
9387 1994-01-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9389         * configure.in: If CPP has a value that is a directory,
9390         discard the value.
9392 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9394         * configure.in (srcdir_undefs): Add g flag to sed substitution to
9395         remove -U[0-9]*.
9397 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9399         * Makefile.in (do-install): Install the dired-x info files.
9401         * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9402         (See src/s/sol2.h.)
9404 1994-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9406         * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9408 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9410         * configure.in (creating src/Makefile): Put code inside 2nd arg to
9411         AC_OUTPUT as it should be; hopefully no one will again see fit to
9412         gratuitously break this and not make a change log entry.
9413         Optimized sed processing of Makefile.in and cpp output; now
9414         preserves comments previously removed from the cpp input.
9415         Eliminated temp file for cpp output.  Generate -U switches to
9416         undefine all identifiers that appear in the directory name
9417         ${srcdir}; pass these to cpp.
9419         * configure.in (version): Fix sed regexp to match two-elt version
9420         number.
9422         * configure.in: Check for strerror.
9424 1994-01-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9426         * configure.in: Test for bcmp.
9428 1994-01-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9430         * make-dist (tempdir): Put subdir msdos into the distribution.
9432 1993-01-07  Morten Welinder  (terra@diku.dk)
9434         * config.bat: New file.
9436 1994-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9438         * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9440 1994-01-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9442         * configure.in (m68*-next-*): Don't care about which os is specified.
9443         (i[34]86-*-*): Check for *-nextstop*.
9445 1993-12-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9447         * configure.in: Check for setsid.
9449 1993-12-17  Richard Stallman  (rms@srarc2)
9451         * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9453 1993-12-15  Richard Stallman  (rms@srarc2)
9455         * Makefile.in (mkdir): Make only the lockdir writable.
9457         * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9459 1993-12-11  Richard Stallman  (rms@srarc2)
9461         * Makefile.in (libdir): Use @libdir@.
9463 1993-12-08  Richard Stallman  (rms@srarc2)
9465         * Makefile.in (install): Add empty command.
9467 1993-12-04  Richard Stallman  (rms@srarc2)
9469         * make-dist: Put man/getopt.c in the dist.
9471         * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9473         * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9475 1993-12-03  Richard Stallman  (rms@srarc2)
9477         * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9478         Set it for all solaris versions.
9479         (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9480         (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9481         Likewise for NON_GNU_CC and CC.
9483 1993-12-01  Richard Stallman  (rms@srarc2)
9485         * configure.in (mips-mips-riscos4*): Assign variable CC.
9486         (checking ${with_gcc}): If "no", don't override CC if already set.
9487         (CC): Initialize it as empty.
9489 1993-11-30  Richard Stallman  (rms@srarc2)
9491         * configure.in (Suns): Set CPP if *-solaris2.3*.
9493 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9495         * Version 19.22 released.
9497         * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9499 1993-11-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9501         * make-dist: When breaking links, use cp -p.
9502         Copy install.sh into distribution.
9503         Move the temp dir up into the parent dir;
9504         don't leave the staging dir make-dist.tmp... in existence.
9505         * install.sh: New file.
9507 1993-11-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9509         * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9511 1993-11-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9513         * configure.in (version): When --run-in-place, exclude
9514         ${datadir}/emacs/site-lisp from locallisppath.
9516 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9518         * configure.in: Delete jumk.c before writing it.
9520 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9522         * Version 19.21 released.
9524         * Makefile.in (mkdir): Ignore error from chmod.
9526 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9528         * make-dist: Don't put lisp/forms.README in the distribution.
9530 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9532         * configure.in (creating src/Makefile): Before running cpp,
9533         discard all lines that start with `# Generated' or /**/#.
9535 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9537         * Version 19.20 released.
9539         * make-dist: Use build-ins.in, not build-install.in.
9540         Don't bother updating TAGS since it's not included.
9542         * build-ins.in: Renamed from build-install.in.
9544 1993-11-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9546         * make-dist: Don't try to link *.texinfo--there are none now.
9547         When running make in lib-src, specify YACC var value.
9549 1993-10-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9551         * configure.in (extrasub): Add vpath patterns for %.[yls].
9553         * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9554         Instead just include the commands to make src/Makefile as the
9555         second arg to AC_OUTPUT.
9557         * configure.in: Use : instead of dnl for comment inside
9558         $makefile_command.
9560         * configure.in: No longer use vpath_sed.  Instead, when we notice
9561         srcdir already configured, set extrasub to hack vpath in the
9562         makefiles.
9564         * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9565         before moving it.
9566         * Makefile.in (VPATH): Define to @srcdir@.
9568 1993-09-28  Brian J. Fox  (bfox@cubit)
9570         * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9571         doesn't exist.  Just copy src/Makefile.in instead.  Touch
9572         all of the Makefiles after editing config.status.
9574         * INSTALL: Update documentation to match new configuration
9575         mechanism.
9577 1993-09-27  Brian J. Fox  (bfox@ai.mit.edu)
9579         * configure.in: Allow any of the path or directory Makefile
9580         variables to be set with flags to configure.  Create all Makefiles
9581         at configure time.  Edit special commands into config.status after
9582         src/Makefile.in is built from src/Makefile.
9584         * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9585         If these files are out of date, simply have config.status
9586         rebuild them; don't rebuild them explicitly.
9588 1993-09-25  Brian J. Fox  (bfox@ai.mit.edu)
9590         * build-install.in: Change src/xemacs to src/emacs.  We no longer
9591         create src/xemacs, so the file wouldn't be found.
9593         * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9595 1993-09-24  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9597         * configure.in: Avoid forcing the search of /usr/include before
9598         fixed include files by resetting C_SWITCH_X_SITE if it is
9599         "-I/usr/include".
9601 1993-09-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9603         * Makefile.in (@rip_paths@locallisppath):
9604         Delete ${datadir}/emacs/site-lisp.
9606 1993-09-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9608         * configure.in:
9609         Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9610         Remove ${extra_output} from AC_OUTPUT call.
9612 1993-09-17  Brian J. Fox  (bfox@inferno)
9614         * make-dist: Quote backquotes found in strings to be echoed.
9616         * configure.in: Use "sh -c pwd" when we want to avoid having the
9617         shell fix up the value of $PWD.
9619 1993-09-13  Brian J. Fox  (bfox@inferno)
9621         * Makefile.in (do-install): Don't abort if ln or chmod at the end
9622         of the installation fail.  Suggested by Karl Berry.
9624 1993-08-30  Brian J. Fox  (bfox@inferno)
9626         * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9627         was used.  Set MAKEFLAGS from MFLAGS.
9629 1993-09-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9631         * configure.in: Test for res_init in libc.
9633 1993-09-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9635         * configure.in: In the file ${tempcname}, use configure___
9636         instead of @configure@.
9638 1993-09-12  Roland McGrath  (roland@sugar-bombs.gnu.ai.mit.edu)
9640         * make-dist: Dist vpath.sed.
9642         * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9643         Depend on vpath.sed.
9644         Replace sed command for VPATH with @vpath_sed@.
9646         * configure.in: Substitute variable `vpath_sed'.
9647         If not in $srcdir and $srcdir is configured,
9648         issue warning that GNU make is required,
9649         and set vpath_sed to use vpath.sed script.
9651 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9653         * configure.in: Remove check for $srcdir being configured.  This
9654         pretty much works now.
9655         Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9656         Check for XFree86 (/usr/X386/include) independent of whether
9657         -lXbsd exists.
9659         * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9660         realclean, unlock, relock): Use `$(MAKE)' in place of plain
9661         `make'.
9663 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9665         * Version 19.19 released.
9667         * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9669 1993-08-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9671         * configure.in: Check for XScreenNumberOfScreen.
9673 1993-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9675         * configure.in: Add * to end of all configuration alternatives.
9676         (m68*-sony-newsos3*): New alternative.
9678 1993-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9680         * make-dist: Include getdate.c in distribution.
9682         * configure.in: For --help, use $PAGER if it is set.
9683         (LIB_X11_LIB): Default to -lX11.
9684         (mips-sgi-irix5.*): New alternative.
9686         * Makefile.in (do-install): Install info/gnus* and info/sc*.
9688         * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9689         Recognize *.B8.* as hpux version 8.
9690         (m68*-tektronix-bsd*): Fix typo in tek4300.
9691         (AC_HAVE_FUNCS): Add ftime.
9693 1993-08-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9695         * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9696         Use tekxd88, not tekXD88.
9698 1993-08-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9700         * configure.in: Check for -lm.  Then can check for frexp and logb.
9702 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9704         * Version 19.18 released.
9706         * make-dist (src): Don't put gnu-hp300 in dist.
9707         (src, lisp): Include OChangeLog in dist.
9709 1993-08-08  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9711         * configure.in: Test for presence of logb and frexp functions.
9713 1993-08-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9715         * configure.in (machine): Add i370-ibm-aix*.
9717 1993-08-03  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9719         * configure.in (function checks): Test for mkdir and rmdir.
9721         * configure.in (function checks): Don't test for random and bcopy
9722         only when we're building with X; look for them all the time.
9724 1993-07-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9726         * configure.in: Test for availability of bcopy functions, searching
9727         the X libraries if we're using X.
9729         * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9730         and #define HAVE_AIX_SMT_EXP if we do.  This is present in some
9731         versions of AIX, and needs to be passed to the loader.
9733         * configure.in: Test for the availability of the
9734         XScreenResourceString function.
9736 1993-07-30  David J. MacKenzie  (djm@frob.eng.umd.edu)
9738         * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9739         LD_SWITCH_X_SITE and assume --with-x11.
9740         Only look for X11 files if we weren't told about a window system
9741         or if we were told to use X11 but not told where.
9742         Search the libraries from the s and/or m files when checking for
9743         functions.
9745         * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9747 1993-07-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9749         * make-dist: Include lisp/dired.todo in the distribution.
9751 1993-07-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9753         * configure.in: Add code to set HAVE_INET_SOCKETS.
9755 1993-07-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9757         * configure.in: If we do find x_includes and x_libraries
9758         via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9760 1993-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9762         * make-dist: Include src/gnu-hp300 in the dist.
9764         * configure.in (canonical): New variable holds the canonicalized
9765         configuration.  Don't alter `configuration'.  Use `configuration'
9766         for Makefile.in for file naming.
9767         (testing x_includes and x_libraries): Use =, not ==.
9769 1993-07-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9771         * Version 19.17 released.
9773         * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9774         directory's makefile.  This allows the invocation of CPP which
9775         builds xmakefile to receive these switches.  The SunSoft C
9776         preprocessor inserts spaces between tokens if it doesn't get the
9777         -Xs flag requested in src/s/sol2.h.
9779 1993-07-12  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
9781         * configure.in (m68k-bull-sysv3): New config.
9783 1993-07-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9785         * configure.in: Use the autoconf AC_FIND_X macro to try to find
9786         the X Windows libraries.
9788 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9790         * make-dist (tempdir): Don't create lisp/forms-mode directory in
9791         the distribution.  Those files aren't kept in their own
9792         subdirectory any more.
9794 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9796         * Version 19.16 released.
9798 1993-06-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9800         * configure.in: Add --verbose flag.
9802 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9804         * version 19.15 released.
9806 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9808         * Makefile.in (top_distclean): Use -f switch when cleaning out
9809         lock dir; it might be empty.
9811         * configure.in: Only check for -lXbsd once.
9813 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9815         * Version 19.14 released.
9817 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9819         * make-dist: If using gzip, create distribution with '.gz' extension.
9821         * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9822         (lisp/forms-mode): This doesn't exist anymore.
9824         * configure.in: Look for the closedir function.
9826 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9828         * configure.in (CPP): Autoconf sets this to a shell variable
9829         reference, which doesn't work when it's edited into a makefile.
9830         Expand that variable reference.
9832         * Makefile.in (CPP): New variable.
9833         (src/Makefile): Edit CPP into src/Makefile.
9835         * Makefile.in (src/Makefile): Don't bother exiting single quotes
9836         and entering double quotes to get the values of LD_SWITCH_X_SITE
9837         and the other make variables; make substitutes them in anyway.
9839         * Makefile.in (uninstall): Don't remove the lisp and etc
9840         directories if they're in the source tree.
9842         Bring mumbleclean targets into conformance with GNU coding standards.
9843         * Makefile.in (mostlyclean, clean): Separate these two; just have
9844         them pass the request to the subdirectory makefiles.
9845         (distclean): Pass the request down, and then get rid of the
9846         files configure built, and get rid of the Makefiles.
9847         (realclean): Pass the request down, and then do the same things
9848         distclean does.
9849         (uninstall, info, dvi): New targets.
9851         * configure.in: Move clause for PC-compatible i386 box to the end
9852         of the case statement, to avoid masking configurations below.
9854         * configure.in: Add case for m88k-motorola-sysv4.
9856         * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9857         the HP 68000 machines.
9859         * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9860         C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9861         preprocessor won't fiddle with them.
9863 1993-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9865         * Makefile.in (TAGS): cd to src to run etags.
9867 1993-06-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9869         * configure.in (version): Check the X libraries for XrmSetDatabase
9870         and random, and see if we have -lXbsd.
9872 1993-06-11  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9874         * configure.in: Pass "-Isrc" to the CPP we run to examine the
9875         s/*.h and m/*.h files.  Martin Tomes
9876         <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9878 1993-06-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9880         * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9881         above the general i386 alternative.
9883 1993-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9885         * configure.in: Recognize configuration name for Data General
9886         AViiON machines.
9888         * configure.in: Use AC_LONG_FILE_NAMES.
9890 1993-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9892         * configure.in: Test for bison.
9893         * Makefile.in (YACC): New variable.
9894         (lib-src/Makefile.in): Edit YACC into the makefile.
9896 1993-06-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9898         * Version 19.13 released.
9900         * configure.in (CFLAGS): Don't set this according to the value of
9901         the GCC shell variable.  Instead, consult the machine and system
9902         files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9903         test __GNUC__ while we're at it.
9905         * configure.in: Remove extra ;; from hpux cases.
9907 1993-06-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9909         * configure.in: Check to see if the system has -ldnet.
9911 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9913         * make-dist: Add clauses to distribute lisp/forms-mode.
9915 1993-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9917         * configure.in (machine): Fix the versions in hpux version number test.
9918         Do not guess based on cpu type.  Do check for explicit system version.
9920 1993-06-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9922         * configure.in: Do NOT look for `unknown' as company name.
9924 1993-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9926         * configure.in: Fix typo in message.
9928 1993-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9930         * Version 19.12 released.
9932         * Makefile.in (do-install): Correct previous etc-copying change.
9933         Partially rewrite using `if'.
9934         (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9936         * Version 19.11 released.
9938         * configure.in: Handle 386bsd.
9940 1993-05-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9942         * make-dist: Update getdate.c.
9944         * configure.in: Handle bsd386.
9946         * Makefile.in (do-install): Use `-' in tar options.
9948         * configure.in: Change  ! "${...}"  to  x"${...}" = x.
9950         * Makefile.in (do-install): Copy the DOC-* files from the build
9951         etc directory, as well as lots of things from ${srcdir}/etc.
9953         * make-dist: Copy config.guess.
9955         * configure.in: Handle AIX versions 1.2, 1.3.
9957 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9959         * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9960         the configuration name mips-mips-usg* to represent USG systems.
9962         * configure.in: Fix logic to detect if srcdir is already configured.
9964         * Makefile.in: Pass in LD_SWITCH_X_SITE.
9966         * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9967         foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9968         of a directory; cd might fail, and have pwd print out the current
9969         directory.
9971 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9973         * configure.in: When looking for sources, use '.', not `.`.  Also '..'.
9975 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9977         * configure.in: Complain if srcdir points at an already-configured
9978         tree.
9980 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9982         * Version 19.10 released.
9984 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9986         * Makefile.in: Use Makefile comments, not C comments.
9988         * configure.in: Add case for the Tektronix XD88.
9990 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9992         * configure.in: Handle sysv4.2 and sysvr4.2.
9994 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9996         * configure.in: Traverse the argument list without destroying it;
9997         don't use shift.  It turns out that "set - ${saved_arguments}"
9998         doesn't work portably.
10000         * configure.in: Add missing "fi".
10002         * make-dist: Rebuild configure if configure.in is newer.
10004         * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10005         targets to be executed even if make remembers that it has already
10006         satisfied FRC.
10008 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10010         * Makefile.in (do-install): Delete redundant code to copy etc twice.
10012         * configure.in (romp): Handle various version numbers with aos and bsd.
10014 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10016         * configure.in: Fix message text.
10018 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10020         * make-dist: Make a `site-lisp' directory in the distribution,
10021         instead of a `local-lisp' directory, which hasn't been the
10022         appropriate name for a long time.
10023         * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10024         from the distribution first, then /usr/local/lib/emacs/site-lisp.
10026         * Makefile.in (do-install): Correctly detect if ./etc and
10027         ${srcdir}/etc are the same.
10029         * configure.in: Extract UNEXEC from the system configuration
10030         files, compute the name of the source file corresponding to the
10031         object file, and #define it as UNEXEC_SRC in config.h.
10033         * configure.in: If srcdir is '.', then try using PWD to make it
10034         absolute.
10036         * configure.in: Include ${srcdir} in the printed report, to help
10037         people notice if it's an automounter path.
10039 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10041         * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10043 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10045         * Makefile.in (do-install): Delete the dest dir, not the source dir,
10046         when they are different.  Add  `shift' command.
10047         (COPYDESTS, COPYDIR): Delete external-lisp dir.
10048         (externallispdir): Var deleted.
10050         * configure.in: Delete spurious paren outputting short_usage.
10052 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10054         * Version 19.9 released.
10056 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10058         * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10059         subdirectory makes.
10061         * make-dist: Check for .elc files with no corresponding .el file.
10063         * Makefile.in (mkdir): Make all the directories in locallisppath.
10065         * config.guess: New file.
10066         * configure.in: Use it, tentatively.
10067         * INSTALL: Mention its usage.
10069         * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
10070         the former gives you the operating system rev directly.  Use
10071         s/hpux.h if we don't recognize what we got.
10073         * Makefile.in (do-install): Don't remove a destination directory
10074         if it's the same as the source.  If ${srcdir}/info == ${infodir},
10075         don't try to copy the info files.
10077         * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10078         doesn't work if you're not using a separate source directory.
10079         (do-install): Copy the build tree's etc directory only after
10080         making sure it's not also the source tree's etc directory.
10082 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10084         * configure.in: Handle sunos4.1.3 specially.
10086 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10088         * Makefile.in (INSTALL): Add definition.
10090         * configure.in: Fix some messages.  Support -with-gnu-cc.
10091         At the end, use `set --', not `set -'.
10092         Delete spurious `.h' in hpux alternatives.
10094 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10096         * Version 19.8 released.
10098 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10100         * configure.in: When looking for source in the same directory as
10101         the configure script, make the path thus discovered absolute.
10102         If the user specifies the `--srcdir' switch, make that directory
10103         absolute too.
10105         * Makefile.in (srcdir): Remove comment saying this doesn't work.
10107         * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10108         too, as the value of the PATH_INFO macro.
10110         * configure.in: Check to see if the source lives in the same
10111         directory as the configure script.
10113 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10115         * Makefile.in (install): Split this into `install' and
10116         `do-install', to give people more control over exactly what gets
10117         done.
10118         (do-install): New target, containing the guts of `install'.  Don't
10119         remove and recreate the directories inside the copying loop - do
10120         it all before the copying loop.  Pass more flags to the lib-src
10121         make.
10122         (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10123         avoid errors and warnings.
10125         * configure.in: For generic IBM PC boxes, insist on "unknown" for
10126         the manufacturer - the more general case was blocking other i386
10127         configuration names below, and that's how the names are written in
10128         MACHINES anyway.
10130         * make-dist: When breaking links, remove the link before moving
10131         the copy onto it, to avoid interactive behavior.
10133         * Makefile.in: Doc fix.
10135         * configure.in: Doc fix.
10137         * INSTALL: Mention --exec-prefix option.
10139         * configure.in: Add support for the `--exec-prefix' option.
10140         * Makefile.in: Accept that support.
10142         * configure.in: Use the AC_PROG_INSTALL macro.
10143         * Makefile.in (INSTALL): Variable removed.
10144         (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10146         * configure.in: Distinguish between hp800's and hp700's by calling
10147         "uname -m".
10149 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10151         * configure.in: Recognize configuration names for i860 boxes
10152         running SYSV.
10154 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10156         * configure.in: Distinguish between hp800's and hp700's by the
10157         version of HP/UX they run, since that's something people are more
10158         likely to know - hp700's run 8.0.
10159         Add HP 700 configuration.
10161         * configure.in: Test for the presence of the `rename' function.
10163         * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10164         configure.in.
10165         (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10167         * make-dist: Break intra-tree links.
10169         * configure.in: Explain that this is an autoconf script, and give
10170         instructions for rebuilding configure from it.  Arrange to put
10171         comments in configure explaining this too.
10173         * configure.in: Make the first line of the configure script be
10174         "#!/bin/sh".  Leaving the first line blank didn't work.
10176         * configure.in (long_usage): Removed; made short_usage describe
10177         the options briefly.
10179         * configure.in: Implement the --prefix option.
10180         * Makefile.in (prefix): Add support for it here.
10181         * INSTALL: Document it here.
10183         * Makefile.in (install): Don't assume that the files in the `info'
10184         subdirectory match  *.info.  They don't have that prefix.
10186 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10188         * configure.in: Add case for version 5 of Esix.
10190 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10192         * Version 19.7 released.
10194         * make-dist: There aren't any *.com files in lib-src anymore.
10196         * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10197         them; they're symlinks to other filesystems on the GNU machines.
10199         * make-dist: Check that the manual reflects the same version of
10200         Emacs as stated in lisp/version.el.  Edit that version number into
10201         the README file.
10203 1993-05-21  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10205         * configure.in: Remove the hack of AC_DEFINE; use
10206         AC_DEFINE_UNQUOTED.
10208 1993-05-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10210         * make-dist: Don't distribute precomp.com, compile.com, or
10211         link.com from ./src; they're in ./vms now.
10213         Some time-handling patches from Paul Eggert:
10214         * configure.in: Add AC_TIMEZONE.
10216 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10218         * configure.in: Recognize Linux as a valid operating system for
10219         the i386.
10221 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10223         * make-dist: Distribute some VMS files we got from Richard Levitte.
10225         * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10226         the source for the sed command, not oldXMenu/Makefile.
10228 1993-05-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10230         * INSTALL: Don't claim the srcdir option doesn't work.
10232 1993-05-16  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10234         * configure.in: Include remarks saying what order the autoconf
10235         tests should go in, and remind people to change config.h.in
10236         whenever they add autoconf tests which make #definitions.
10238         * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10240 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10242         * Makefile.in (oldXMenu/Makefile): Make this depend on
10243         ${srcdir}/oldXMenu/Makefile.in, not itself.
10245         * PROBLEMS: Some updates from David J. Mackenzie.
10247         More changes from David J. Mackenzie.
10248         * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10249         removed; autoconf and config.h should specify all these
10250         differences.
10251         (buildlisppath): Make this path depend on ${srcdir}.
10252         (INSTALLFLAGS): Removed.
10253         (INSTALL): Include the -c flag.
10254         (install): Change the way we invoke install accordingly.
10256         Install ${srcdir} changes from DJM.
10257         * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10258         list.
10259         (COPYDIR, COPYDESTS): Install files from both the etc directory in
10260         the source tree and the etc directory in the object tree.
10261         (${SUBDIR}): Pass the prefix variable down to submakes.
10262         (everywhere): Use `sed', not `/bin/sed'.  Not all systems have sed
10263         in /bin.
10264         (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10265         values for srcdir and VPATH.
10266         (install): Add `v' flag to tar command.  Make sure that `dir'
10267         exists in ${srcdir}/info before copying it.  Remember that the man
10268         pages come from the source tree, not the object tree.
10269         * configure.in: Remove remarks saying that the --srcdir option
10270         doesn't work.
10271         Create the etc directory in the object tree.
10272         Recognize configuration names of the form *-sun-solaris*.
10273         Recognize sunos5 and solaris as operating system names.
10275         * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10276         lib-src/getdate.y and src/systime.h.
10278 1993-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10280         * make-dist: Make links in info subdir.
10282 1993-05-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10284         * configure.in: Call AC_STDC_HEADERS.
10286 1993-05-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10288         * configure.in: Sidestep autoconf's quoting of the second argument
10289         of AC_DEFINE, so we can specify the value to put there.  It would
10290         be nice if autoconf provided some way to specify computed values
10291         for macros.
10293 1993-05-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10295         * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10296         this is always just -DHAVE_CONFIG_H.
10298         The GNU coding standards specify that CFLAGS should be left for
10299         users to set.
10300         * Makefile.in (CFLAGS): Let configure determine the default value
10301         for this.  Don't
10302         have it default to DEFS.
10303         (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10304         (lib-src/Makefile, src/Makefile): Edit the default value for
10305         CFLAGS into these files, not DEFS.
10306         * configure.in (CFLAGS): Choose a default value for this - "-g"
10307         normally, or "-g -O" if we're using GCC.  Edit it into the
10308         top-level Makefile.
10310         * configure.in: When scanning the machine and system description
10311         #include files, write their names to conftest.c properly.
10313 1993-05-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10315         * configure.in: In configuration name case for Apallos running
10316         Domainios, set opsys, not opsysfile.
10318         * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10319         src/config.h, instead of AC_OUTPUT; the latter overwrites
10320         src/config.h even when it hasn't changed, puts a makefile-style
10321         comment at the top even though it's C code, and produces a
10322         config.status script which doesn't do the job right.
10324         * configure.in: Add AC_LN_S test, so we can tell whether or not we
10325         can use a symbolic link to get the X Menu library into src.
10326         * Makefile.in (LN_S): New variable.
10327         (src/Makefile): Edit the value of LN_S into this makefile.
10329 1993-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10331         * configure.in: Support *-sco3.2v4* as opsystem.
10333         * make-dist: Don't include calc directory.
10334         Exclude many files in the man directory; copy a few.
10336 1993-05-04  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10338         * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10339         call AC_STRUCT_TM to see what's in time.h.
10341         * configure.in: Employ quoting stupidity to get the value of CPP
10342         to expand properly.
10344 1993-04-27  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10346         * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10347         variable to scan the machine and system description files.
10349         * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10350         so that getdate.y builds correctly.
10352 1993-04-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10354         * configure.in (tempcname): Change this to "conftest.c", so it will
10355         work properly on systems with short filenames; this is the name
10356         autoconf uses.
10358         * configure.in: Also detect the availability of dup2 and
10359         gethostname.
10361         * configure.in: Use the AC_ALLOCA test.
10362         * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10363         (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10365 1993-04-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10367         * make-dist: Distribute configure, as well as configure.in.
10368         Oversight.
10370 1993-04-23  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10372         * Makefile.in (install): Print out the name of the directory we're
10373         copying, so people can have some idea of whether we're making
10374         progress.
10376         * Makefile.in (install.aix, install.xenix, install.sysv, install):
10377         Don't forget to re-create the COPYDESTS directories after we clear
10378         them out.
10380 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10382         * Makefile.in: Add autoconf cookies so that the configure
10383         script can comment out sections of path variable definitions to
10384         choose between the installable configuration and the run-in-place
10385         configuration.
10386         * configure.in: Add new option `--run-in-place', to select the
10387         run-in-place path definitions.
10389         * configure.in: Add a clause to the big configuration name case
10390         for the NeXT machine.
10392 1993-04-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10394         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10395         Make sure that each source directory exists, and is different from
10396         the destination directory; then, delete the destination before
10397         copying over the source.
10399         * make-dist: Distribute configure.in, instead of configure.
10401 1993-04-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10403         * configure.in: Don't set CC to "gcc -O" if the user specifies
10404         `--with-gcc'.  Add -O to DEFS if GCC is set.
10406 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10408         * Makefile.in (clean mostlyclean): Missing right paren.
10410         * configure.in: When checking for X windows, search for an X11
10411         subdirectory of ${x_includes}.
10413         * configure.in: Check for gettimeofday function, for getdate.y.
10415         Change `configure' to a mixture of custom code and autoconf stuff.
10416         autoconf can't derive all the information we need, but we'd really
10417         like to be able to take advantage of some of its tests, and its
10418         file-editing facilities.
10419         * configure.in: Renamed from configure.
10420         Quote the sections of shell script we want copied literally to
10421         the configure script.
10422         (compile): Initialize this to make the autoconf macros' code happy.
10423         Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10424         code to do their jobs.
10425         Use autoconf to produce Makefile and src/config.h.
10426         Remove the Makefile-style comment that autoconf places at the top
10427         of src/config.h.
10428         (config_h_opts): Removed - no longer necessary.
10429         * Makefile.in (configname): Renamed to configuration.
10430         (CONFIG_CFLAGS): Renamed to DEFS.
10431         (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10432         get values via autoload @cookies@.
10433         (libsrc_libs): Get this from autoconf.  We used to do nothing
10434         about this.
10435         (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10437         * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10438         echo the move-if-change command.
10440 1993-04-08  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
10442         * make-dist: Distribute lib-src/rcs-checkin.
10444         * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10445         Don't try to make links to the RCS or Old subdirectories.
10446         Use the appropriate extension for the compression type in use.
10447         Create the tar file in the shell's initial default directory, not
10448         in ${tempparent}.
10449         Erase the whole ${tempparent} tree, not just ${tempdir}.
10451 1993-03-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10453         * Makefile.in (src/paths.h): Don't echo the huge sed command we
10454         use to build paths.h.
10455         (lib-src/Makefile, src/Makefile): Similarly.
10457         * configure: Extend test for working `const' keyword to handle AIX
10458         3.2 cc.
10460 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10462         * make-dist: Distribute lisp/term/ChangeLog.
10464         Arrange for C compilation throughout the tree to get
10465         C_SWITCH_SYSTEM from the configuration files.
10466         * configure: Extract C_SWITCH_SYSTEM from the machine and
10467         system-dependent files, and save it in the top-level Makefile.
10468         * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10469         (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10471         * make-dist: Include the VMS support files in oldXMenu in the
10472         distribution.
10474         * configure: Doc fix.
10476         * configure: Fix corrupted config_h_opts.
10478         * configure: Properly report option names in error messages.
10480         * configure: Properly recognize --x-includes and --x-libraries
10481         options.
10483         * configure: Fix syntax errors in code handling XFree386.
10485 1993-03-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10487         * configure: Add special code to detect XFree386, and tell
10488         config.h about it.
10490         * configure: Properly handle extracting values of LIBS_MACHINE and
10491         LIBS_SYSTEM that contain spaces.
10493         * configure: Add `--x-includes' and `--x-libraries' options.  I
10494         think these are dopey, but no less than three alpha testers, at
10495         large sites, have said they have their X files installed in odd
10496         places.  Implement them by setting C_SWITCH_X_SITE and
10497         LD_SWITCH_X_SITE in src/config.h.
10499 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10501         * make-dist: Don't distribute etc/Old files.
10503         * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10504         backups.
10506 1993-03-20  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10508         * make-dist: Fix typo.
10510 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10512         * make-dist: Corrected typo, fixed it to discard = and TAGS files
10513         in some cases where it should but didn't seen to.
10515         * Makefile.in: Added unlock and relock productions.
10517 1993-03-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10519         * make-dist: Add a --compress option to force make-dist to use
10520         compress.
10522         * make-dist: Use gzip, if we can find it.
10524         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10525         make rs6000-ibm-aix default to -aix32.
10527 1993-03-17  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10529         * Makefile.in: Added `Developer's configuration' section.
10531 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10533         * Makefile.in: Add commented-out variable settings for developer's
10534         configuration.
10536 1993-03-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10538         * make-dist: Distribute `src/bitmaps' too.
10540 1993-03-14  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
10542         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10543         make rs6000-ibm-aix default to -aix32.
10545 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10547         * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10549         * Makefile.in (install.sysv): Add a second `$' in front of
10550         `${dest}', so that the shell will expand it, instead of Make.
10552         * configure: When processing the name of the configure script,
10553         collapse `././' to `./', but leave a single `./' prefix alone.
10555         * configure: Doc fix.
10557 1993-03-04  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10559         * configure: Handle isc3.0 correctly.
10561 1993-02-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10563         * make-dist: Don't try to copy the COPYING notice into
10564         external-lisp; we're not distributing that directory any more.
10566 1993-02-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10568         * Makefile.in (install, install.aix, install.xenix, install.sysv):
10569         Remove CVS subdirectories from the installed directory trees, as
10570         well as RCS directories.
10572 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10574         * make-dist: Only copy gmalloc.c if we couldn't link it.
10575         Don't try to copy man/{README,Makefile} unless they actually exist.
10577         * Makefile.in (lisppath): Don't include externallispdir in this.
10578         We're not sure whether we're even going to distribute the
10579         directory yet.
10581 1993-02-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10583         * make-dist: Don't distribute the external-lisp directory anymore.
10584         * INSTALL: Remove all references to external-lisp.
10586         * configure: Detect whether the compiler supports `const'
10587         properly, and edit src/config.h accordingly.
10589         * configure: Tweak layout of final report.
10591         * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10592         CFLAGS.
10594         * Makefile.in (locallisppath): Make this default to
10595         ${datadir}/emacs/site-lisp, instead of
10596         ${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
10597         the same thing, and local-lisp causes completion conflicts with
10598         lock.
10599         (lisppath): Add ${externallispdir} to this.
10600         * INSTALL: Adjust installation directions.
10602         * Makefile.in (externallispdir): New variable, to say where to
10603         install the externally-maintained lisp files.
10604         (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10605         the others.
10606         * INSTALL: Describe external-lisp and the new externallispdir
10607         variable.
10609 1993-02-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10611         * configure (progname): New option `--with-gcc'.  Make it clearer
10612         how we are trying to guess whether or not we have GCC.
10613         * INSTALL: Document the `--with-gcc' option, and improve
10614         description of `--with-x' options.
10616 1993-02-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10618         * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10619         ${infodir} from these variables; we have written out explicit code
10620         to install the info files.
10622 1993-01-25  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10624         * make-dist: Don't distributed the RCS files in the etc directory.
10626 1993-01-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10628         * Makefile.in: Some makes can't handle comments in the middle of
10629         commands; move them to before the whole rule.
10631 1993-01-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10633         * README: Mention what Emacs is.
10635 1993-01-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10637         * make-dist: Include `./lisp/calc-2.02' in the distribution.
10638         Add `./cpp' and `./man' back into the distribution.
10640 1993-01-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10642         * Makefile.in: Define MAKE, and use where appropriate.
10644 1993-01-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10646         * make-dist: Remember that the authoritative COPYING notice is
10647         `etc/COPYING', not `../etc/COPYING'.
10649 1992-12-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10651         * make-dist: Make sure that the COPYING notices in each directory
10652         are copies, not symlinks.
10654 1992-12-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10656         * INSTALL: The build process produces an executable called `emacs'
10657         now.  Change references.
10658         * Makefile.in: Adjust `install.mumble' targets to install
10659         `src/emacs', not `src/xemacs'.
10661         * configure: Start with a blank line; this keeps some old CSH's
10662         from thinking it's a CSH script.  Most systems will just use
10663         /bin/sh to run it, which is what we're expecting; the only other
10664         shells which might try to interpret it themselves are probably
10665         Bourne-compatible.
10667 1992-12-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10669         * INSTALL: Improvements suggested by David Mackenzie.
10671 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10673         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10674         Don't try to copy the info files if there aren't any; the
10675         unexpanded globbing pattern disappoints `install'.  Ignore the
10676         return status of that command.
10678         * INSTALL: Updated for new configuration arrangement.
10680         * configure: Don't make the top-level Makefile read-only - people
10681         may want to edit the values of the path variables.
10683         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10684         Install the info files in ${infodir}.  Install the executable
10685         under both `emacs' and `emacs-VERSION'.
10687         * Makefile.in: Doc fix.
10689         * Makefile.in (exec_prefix): New variable, as per latest version
10690         of coding standards.
10691         (bindir, libdir): Use it, instead of `prefix'.
10692         (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10694         * Makefile.in (mandir): Make the default value for this depend on
10695         $(prefix).
10697         * Makefile.in (datadir, statedir, libdir): Make these all default
10698         to ${prefix}/lib.
10699         (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10700         to compensate.
10702         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10703         Install the etags and ctags man pages too.
10705         * Makefile.in (distclean): Don't delete backup files; that's the
10706         job of extraclean.
10707         (extraclean): Like distclean, but deletes backup and autosave files.
10709 1992-12-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10711         Make path specification conform to GNU coding standards.
10712         * configure (long_usage): Remove all traces of old arguments from
10713         usage messages, and document the options we do accept in more
10714         detail: -with-x... and --srcdir.
10715         (options, boolean_opts): Deleted; we don't have enough options to
10716         make this worthwhile.
10717         (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10718         along with the code which supported them; these should be set as
10719         arguments to the top-level make.
10720         (config_h_opts): Since this no longer doubles as a list of option
10721         names, make them upper case; this simplifies the code which uses
10722         them to build the sed command to edit src/config.h.  Change the
10723         code which sets them.
10724         (cc, g, O): Don't allow the user to set these using options; they
10725         should be specified using `CC=' and `CFLAGS=' arguments to the
10726         top-level make.  Just choose reasonable default values for them,
10727         and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10728         values.
10729         (gnu_malloc, rel_alloc): Don't allow the user to set these using
10730         options; use them whenever the configuration files say they're
10731         possible.
10732         Simplify the argument processing loop.  Don't accept abbreviations
10733         for option names; these might conflict with other configuration
10734         options in the future.
10735         Add some support for the `--srcdir' option.  Check for the sources
10736         in . and .. if `--srcdir' is omitted.  If the directories we will
10737         compile in don't exist yet, create them under the current directory.
10738         Note that the rest of the build process doesn't really support
10739         this.
10740         Edit only the top Makefile.  That should edit the others.  Edit
10741         into the makefile: `version', from lisp/version.el, `configname'
10742         and `srcdir' from the configuration arguments, `CC' and
10743         `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10744         the user's path, and LOADLIBES as gleaned from the system
10745         description files.
10746         Simplify the report generated; it doesn't need to include any
10747         description of paths now.
10748         Make `config.status' exec configure instead of just calling it, so
10749         there's no harm in overwriting `config.status'.
10750         * Makefile.in (version, configname): New variables, used to choose
10751         the default values for datadir and libdir.
10752         Path variables rearranged into two clearer groups:
10753         - In the first group are the variables specified by the GNU coding
10754           standards (prefix, bindir, datadir, statedir, libdir, mandir,
10755           manext, infodir, and srcdir).
10756         - In the second are the variables actually used for Emacs's paths
10757           (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10758           archlibdir), which depend on the first category.
10759         datadir and libdir default to directories under
10760         ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10761         demand.
10762         etcdir and lispdir default to subdirectories of datadir.
10763         archlibdir defaults to libdir.
10764         The new installation tree is a bit deeper than it used to be, so
10765         use the new make-path program in lib-src to build them all.
10766         Always build a new src/paths.h.tmp and then move-if-change it to
10767         src/paths.h, to avoid unnecessary rebuilds while responding to the
10768         right changes.
10769         Remove all mention of arch-lib.  Run utility commands from
10770         lib-src, and let the executables be copied into archlibdir when
10771         Emacs is installed.
10772         Add targets for src/Makefile, lib-src/Makefile, and
10773         oldXMenu/Makefile, editing the values of the path variables into
10774         them.
10775         Let lib-src do its own installation.
10776         (datadir): Default to putting data files under
10777         ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10778         (emacsdir): Variable deleted; it would only be confusing to use.
10779         (lispdir, etcdir): Default to ${datadir}/lisp.
10780         (mkdir): Use make-path for this.
10781         (lockdir): Do this in mkdir.
10782         (Makefile): New target.
10784         * configure (usage_message): Rename to long_usage.
10786         * make-dist: Don't bother creating an arch-lib directory; that's
10787         only for installation now.
10789 1992-11-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10791         * configure: Use GCC-style configuration names, using config.sub.
10792         Change the usage and help messages.
10794         * configure: Initialize window_system, not indow_system.
10796         * configure: Report which window system, compiler, and signal
10797         handler return type we decide to use.
10799         * make-dist: Explain what's going on if config.sub and gmalloc.c
10800         can't be linked.  Place the code which copies them near the code
10801         which links the rest of the files around them.
10803 1992-11-15  Jim Blandy  (jimb@apple-gunkies.gnu.ai.mit.edu)
10805         * make-dist: Don't bother to distribute src/*.com, or
10806         src/vmsbuild; those have all been moved to `../vms'.
10808 1992-11-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10810         * make-dist: Don't forget that the way to avoid filenames starting
10811         with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10812         `[a-zA-Z0-9].h'.  Add a new section for dealing with files that we
10813         couldn't make hard links to, since we have two already, and
10814         perhaps more to come.
10816 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10818         * configure: When editing parameters into lib-src/Makefile, change
10819         the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10820         needs some other flags too.
10822 1992-11-03  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10824         * configure: Remove spurious echo of the configuration name.
10826         * make-dist: Don't distribute files in src/m and src/s whose names
10827         begin with `='.
10829 1992-10-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10831         * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10832         Also LISP_FLOAT_TYPE.
10834 1992-10-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10836         * make-dist: Copy config.sub, since it's a symbolic link to a file
10837         on another file system.
10839 1992-10-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10841         * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10842         distribution.
10844         * config.sub: New file, to help us recognize configuration names.
10845         * make-dist: Include it in the distribution.
10847 1992-09-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10849         * configure: Convert `-' to `_' in specified option names.
10850         Accept options with --.  Delete --highpri and --have-x-menu options.
10851         New options --with-x and --with-x10 replace -window-system.
10852         Don't mention options --gnu-malloc, --rel-alloc
10853         or --lisp-float-type in help message.
10855 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10857         * make-dist: Include the `vms' subdirectory in the distribution.
10859 1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10861         * configure: Remove lines starting with "# DIST: " when building
10862         lib-src/Makefile and src/Makefile.  This allows us to mark the
10863         "Makefile.in" files with explanatory comments which won't also get
10864         stuck in the Makefiles.
10866 1992-09-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10868         * make-dist: Don't use the '+' operator in the sed regular
10869         expression that extracts the version number from lisp/version.el;
10870         Ultrix sed doesn't seem support the operator.  Just double the
10871         operand and use *.
10873 1992-09-01  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10875         * Makefile.in: Doc fix.
10877 1992-08-31  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10879         * configure: Rewrite sed command to remove at most one ./ prefix;
10880         Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10881         group.
10883 1992-08-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10885         * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10887 1992-08-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10889         * make-dist: Go ahead and build a new TAGS file, unless the
10890         --newer option was specified.  Don't try to delete a TAGS file
10891         from etc; it's not kept there, and shouldn't be deleted anyway.
10893 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10895         * make-dist: If the lisp directory contains a default.el, don't
10896         distribute it.
10898         * configure: When searching signal.h for the type of a signal
10899         return handler, make a copy of it, not a symbolic link to it; that
10900         way, it will work on systems that don't have symbolic links.
10902 1992-08-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10904         * make-dist: Taught it about vcdiff and rcs2log, added --newer
10905         option for generating incremental distributions.  Stopped it from
10906         generating a TAGS file into the distribution; that sucker is
10907         *big*, and easily enough generated with the toplevel makefile.
10909 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10911         * configure: When writing config.status, don't prefix progname
10912         with a '.'; it might be absolute.
10914 1992-08-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10916         * configure: Choose to use X11 if either /usr/lib/libX11.a or
10917         /usr/include/X11 exist, not only if both exist.
10919 1992-07-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10921         * make-dist: Make the new external-lisp directory a duplicate of
10922         the external-lisp directory, not the lisp directory.
10924 1992-07-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10926         * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10927         clean' in arch-lib; it doesn't even have a Makefile.
10929         * Makefile.in (clean, mostlyclean): In the test which tries to
10930         distinguish between the build directory, which should be cleaned,
10931         and the installed directory, which shouldn't, cd to `${emacsdir}',
10932         not `${DESTDIR}${LIBDIR}'.
10934 1992-06-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10936         * make-dist: Be sure to delete the .c and .h files that YACC and
10937         BISON create from getdate.y.
10939         * external-lisp: New directory; see `external-lisp/README'.
10940         * make-dist: Added support for the external-lisp subdirectory.
10942         * make-dist: Changed message which complains that make-dist wasn't
10943         invoked in the right directory to indicate which files it was
10944         looking for.
10946 1992-06-29  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10948         * configure: Add comments explaining why we can't translate
10949         character ranges or control characters in `tr'.
10951 1992-06-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10953         * configure: When generating the configuration message, we used to
10954         build the message from the start so that each line began with "# "
10955         so that it would be a comment in `config.status'.  However, this
10956         causes trouble if any of the variables we use in the message
10957         expand to more than one line of text - as gnu_malloc_reason
10958         sometimes does.  So instead, we build the message as it should be
10959         printed to the user (i.e. without the "# " prefixes), and stick on
10960         the "# "s when we write it to `config.status'.
10962         * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10963         `lib-src' and `arch-lib'.
10965         * configure: When generating report and `config.status' file, note
10966         that bindir only determines where `make install' and
10967         `build-install' will place the executables; this should make it
10968         clear that the ordinary build process will not try to install
10969         things.
10971 1992-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10973         * make-dist: Change messages to say that we are 'making links to
10974         X', rather than 'copying X'.  And put `' quotes around file names.
10976         * make-dist: Include '.tmp' in the name of the staging directory.
10978         * make-dist: Pass the `-f' option to rm when you're not sure that
10979         the files you're removing actually exist.
10981         * make-dist: When setting up etc/COPYING, always nuke whatever is
10982         there, and then copy it in, to make sure we get a real file.
10984         * make-dist: Don't try to distribute *.defns files any more.  The
10985         only such file was for simula.el, which has been superseded by a
10986         version which doesn't have a separate .defns file.
10988 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
10990         * make-dist: Don't distribute configured versions of config.h.in,
10991         paths.h.in, Makefile.in in src.
10993         * configure: Delete .tmp files before creating them; don't bother
10994         trying to make final targets writable first, since it won't
10995         matter to move-if-change.
10997 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10999         * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11000         mkdir and chmod in the center of all the conditionals.  GNU Make
11001         will strip these out, but other makes won't.
11003 1992-05-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11005         * make-dist: Include move-if-change in list of files to distribute.
11007 1992-05-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11009         * configure: Remove any "." elements from the program name.
11011         * configure: Don't record the values of all the possible arguments
11012         in config.status; only record the options that the user specified.
11014         * configure: Use move-if-change to move in the new src/config.h.
11016 1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)
11018         * move-if-change: New file, copied from gcc release.
11019         * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11020         a temp file, so we don't update paths.h if an error occurs or if
11021         it doesn't need changing.
11023 1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11025         * Makefile.in (src/paths.h): Do not install a value for the
11026         PATH_SUPERLOCK value; that macro doesn't exist anymore.
11027         * build-install.in: Same thing.
11029 1992-04-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11031         * make-dist: Check the flag called "make_tar", not "make_dir"; the
11032         latter, being a typo, is always false, resulting in a program
11033         whose default behavior is to painstakingly build a copy of the
11034         source tree, and then delete it.  Rah.
11036         * Makefile.in: Add dist target, and comment for it.
11038         * configure: When scanning <signal.h> for a declaration for
11039         signal, create a symbolic link with a name ending in .c, so the
11040         compiler won't complain that it's only been given .h files.
11042         * configure: Check whether there are any arguments available
11043         before shifting to get the value of a non-boolean parameter.
11045         * make-dist: Doc fix.
11047 1992-04-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11049         * configure: Instead of grepping /usr/include/signal.h for a
11050         signal declaration, run /usr/include/signal.h or
11051         /usr/include/sys/signal.h through cpp and grep for the
11052         declaration.
11054         * configure: Redirect the output of grep to /dev/null instead of
11055         using grep -s - that flag means different things on other systems.
11057         * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11058         since the former is recognizable even if you don't know what
11059         'dumping' is.
11060         * configure: Accommodate that change.
11062         * configure: Accept options for all of the directories you can
11063         change in the Makefile.
11065         * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11067         * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11068         FOO before you can use them.
11070         * build-install.in: Made the "Where To Install Things" section
11071         conform with the similar section from Makefile.in.  Copied section
11072         which builds src/paths.h from src/paths.h.in from the Makefile.
11074 1992-04-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11076         * configure: Write config.status to pass its command-line
11077         arguments on to configure, so that people can use it to recreate
11078         an old configuration, with minor changes.
11080 1992-04-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11082         * configure: Don't rely on option variables being unset if their
11083         values are the empty string.  In particular, when producing the
11084         English report, don't assume that highpri will be unset when no
11085         increased priority has been requested; -highpri='' should be the
11086         same as omitting -highpri altogether.
11088         * configure: Fix dumb bug: when running the system and machine
11089         description files through cpp, mark those lines that we want to
11090         evaluate with the string '@configure@', and then only evaluate
11091         them.  This way if the files include anything that actually
11092         generates text (type definitions or external declarations, say),
11093         we won't try to eval it.
11095 1992-04-11  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11097         * make-dist: New shell script.
11099         * configure: When creating foo from foo.in, make foo read-only to
11100         remind people to edit the .in file instead.
11102         * INSTALL: Changed references to config.h-dist to config.h.in.
11103         The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11104         to build src/paths.h from src/paths.h.in; added a paragraph to do
11105         this.
11106         * configure, Makefile, build-install: Changed filenames like
11107         FOO-dist to FOO.in.
11109 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11111         * Makefile, build-install: Renamed to Makefile.in and
11112         build-install.in; the configure script will edit these to produce
11113         the usable Makefile and build-install.
11114         * configure: Changed to produce ./Makefile, ./build-install,
11115         lib-src/Makefile, and src/Makefile from their *.in counterparts,
11116         instead of editing them in place.
11118 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11120         * Makefile: Re-arranged so that the undumped Emacs will search
11121         ../lisp *after* the site's local elisp files.
11122         (locallisppath, dumplisppath): New variables.
11123         (lisppath): This variable's default value is now chosen based on
11124         $(locallisppath) and $(lispdir); while it used to be the
11125         customization point for adding site-local elisp directories to
11126         load-path, that job is now handled mostly by locallisppath.
11127         (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11128         Check the values being assigned to the *LOADSEARCH macros for null
11129         path elements (like '::' in 'foo::bar').
11131         * configure: When checking if the machine- and system-dependent
11132         files define a particular macro or not, actually run them through
11133         CPP and test the macros with #ifs, instead of just grepping for
11134         the macros' names.  In particular, check for SYSTEM_MALLOC in this
11135         way.
11137 1992-04-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11139         * Makefile (install): Don't use -s in install.  (Keep the symbols.)
11141 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11143         * configure: Make the config.status file an executable shell
11144         script which will recreate the same configuration.  Include the
11145         verbal description of the current configuration as a comment in
11146         the script.
11147         * INSTALL: Doc fix.
11149         * Makefile: Brought the Makefile up to the GNU coding
11150         standards, as described in standards.text:
11151         (TAGS): New name for the target which rebuilds the tags table.
11152         (check): New target; doesn't do anything yet.
11153         (mostlyclean): New target, synonymous with clean.
11154         (realclean): New target.  Currently, this just calls the
11155         subdirectories's makefiles and then deletes config.status.
11156         (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
11157         variables.
11158         Installation directory variables changed to conform.
11159         (install, install.sysv, install.xenix, install.aix): Changed the
11160         code which copies the directories into their installed location to
11161         allow the installed locations to be in several different
11162         directories; the old version assumed that they would all be in
11163         $(emacsdir).
11164         (mkdir, lockdir): Allow the installed locations to be in several
11165         different directories.
11166         * INSTALL: Doc fix.
11168         * build-install: Use the same variable names as the Makefile.
11169         Allow the installed locations to be in several different
11170         directories.
11172 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11174         * Makefile (src/paths.h): Instead of using a single sed command to
11175         edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11176         separately, and don't forget to append "/!!!SuperLock!!!" to the
11177         value of the PATH_SUPERLOCK macro.
11179         * config.emacs: Renamed to configure, for consistency with other
11180         GNU products.  Internal references changed.
11181         INSTALL, Makefile: References changed.
11183         * lock: New directory, which should always be empty.  If this
11184         directory doesn't exist, Emacs won't complain; it just won't lock.
11185         Having this here means that people can just unpack Emacs, build
11186         it, and have locking work.
11188         * share-lib: Re-renamed to etc, for the sake of tradition.
11189         * config.emacs: Changed default value for datadir to ../etc.
11190         * INSTALL, README: Adjusted.
11192 1992-03-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11194         * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11195         by running CPP on the appropriate s/*.h and m/*.h files.
11197 1992-03-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11199         * config.emacs: Make sure to set the "exit on error" flag once
11200         we've removed config.status; errors should abort the configuration.
11202 1992-02-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11204         * config.emacs: Added -distribute option, so that the Makefile
11205         paths are in their proper form.  I don't know why this matters.
11207 1992-02-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11209         * local-lisp: New directory, empty in the distribution, for people
11210         to put local elisp code in.
11211         * config.emacs: Include it in the default load path.
11212         * README: Document it.
11214 1992-01-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11216         * config.emacs: Guess the type of signal handling functions based
11217         on the contents of /usr/include/signal.h.
11219         * config.emacs: Print out progress report messages.
11221         * Makefile (src/paths.h): Don't generically replace
11222         /usr/local/lib/emacs with LIBROOT.  This can hide bugs in the
11223         editing of the other entries, and each entry should be dealt with
11224         explicitly anyway.
11226         * build-install: Converted from C-shell to Bourne shell.
11227         * config.emacs: Edit build-install properly.
11229         * config.emacs: Doc fix.
11231 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11233         * Makefile (install): Remove `B' from tar xf command.
11235 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
11237         * config.emacs: Removed support for the `maintain-environment'
11238         option; the only important difference between this and its absence
11239         has been removed.
11240         * INSTALL: Removed mention of `maintain-environment'.
11242         * config.emacs: Fix arguments to sed when processing boolean
11243         arguments.
11245 1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
11247         * config.emacs: New file, to help automate the installation
11248         process.
11250         * Makefile: Lots of changes to support the separation of etc into
11251         architecture-dependent and -independent files:
11252         (EMACSROOT): New variable, giving the directory under which all of
11253         Emacs's libraries should be installed.  Changed rest of file to
11254         use it.
11255         (LIBDIR): Now denotes only architecture-dependent dir.
11256         (DATADIR): New variable, denoting architecture-independent dir.
11257         (LOCKDIR): New variable, for completeness.
11258         (SUBDIR): No more etc, new lib-src.
11259         (COPYDIR): No more etc, new arch-lib and share-lib.
11260         (src/paths.h): Set PATH_DATA and the LOCK macros too.
11261         (src): Now depends on lib-src, not etc.
11262         * build-install: Changes parallel to the above.
11263         * README: Describe the new arrangement.
11265         * vms: New subdirectory for all the VMS stuff.
11267 1991-12-03  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
11269         * Makefile (LISPPATH): New variable.
11270         (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11272 1990-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
11274         * Makefile (install, install.sysv, install.xenix):
11275         Install wakeup instead of loadst.  No need for setuid or setgid.
11277 1990-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11279         * Makefile (clean): Clean etc if that's not the installation dir.
11281 1990-04-26  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11283         * Makefile (paths.h): Make sed alter each name in the path.
11285 1988-08-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11287         * Makefile (install.sysv): Use cpio, not tar.
11289 1988-08-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11291         * Makefile (lockdir): Rename `lock' target.
11292         Depend on it from install*, not from `all'.
11294 1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
11296         * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11297         to match build-install and paths.h.
11299 ;; Local Variables:
11300 ;; coding: utf-8
11301 ;; End:
11303   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11305   This file is part of GNU Emacs.
11307   GNU Emacs is free software: you can redistribute it and/or modify
11308   it under the terms of the GNU General Public License as published by
11309   the Free Software Foundation, either version 3 of the License, or
11310   (at your option) any later version.
11312   GNU Emacs is distributed in the hope that it will be useful,
11313   but WITHOUT ANY WARRANTY; without even the implied warranty of
11314   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11315   GNU General Public License for more details.
11317   You should have received a copy of the GNU General Public License
11318   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.