]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Merge from emacs-23.
[gnu-emacs] / ChangeLog
index 71ac292bbde44c8fc4f5af002ccbb7598ff11bd8..0ff3459d66b7a4822367715872f914703cba1b9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2011-01-23  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
+2011-01-25  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
 
        * configure.in: Add HP-UX on IA64 (Bug#6811).
 
-2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove HAVE_RAW_DECL_CHOWN etc. from config.h
+       * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
+       as it is no longer needed.
+       * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
+       * configure.in: Invoke the new gnulib macro
+       gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
+       warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
+       * m4/getopt.m4: Sync from gnulib; this removes the need for
+       HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
+       * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
+       New macro, synced from gnulib.
+       * m4/warn-on-use.m4: Remove.
+
+2011-01-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       aclocal.m4: put this file back into repository
+       This way, we don't have to assume that the maintainer has
+       the automake package installed.  See
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
+       * .bzrignore: Remove aclocal.m4, undoing the previous change.
+       * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
+       undoing the previous change.
+       * aclocal.m4: New file (actually, resurrected).
+
+2011-01-22  Miles Bader  <miles@gnu.org>
+
+       * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
+       FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
+       Emacs directly uses fontconfig, and breaks building when using a
+       strict linker).
+
+2011-01-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       src/config.in: shrink slightly
+       * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
+       This makes src/config.in a bit smaller, by removing identifiers
+       like GNULIB_TEST_MKTIME that Emacs does not need.
+       * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
+       * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
+       Sync from gnulib.  This removes a few more unnecessary symbols from
+       src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
+       * configure, src/config.in: Regenerate.
+
+       aclocal.m4: tweaks to regenerate more conveniently
+       This attempts to act better when the source is in a weird state.  See
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
+       * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
+       * .bzrignore: Add aclocal.m4.
+
+2011-01-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       aclocal.m4: omit auto-generated file from repository
+       * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
+       the most recent change here.
+       * aclocal.m4: Remove from bzr repository.  This file is
+       auto-generated and isn't needed to run 'configure'.  See
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
+
+2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Minor Makefile.in tweaks to build from gnulib better.
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
+       * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
+       (top_maintainer_clean): Don't remove aclocal.m4.
+
+2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Minor cleanups for 'bzr status'
+       * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
+       the output of config.guess.
+       * Makefile.in (top_distclean): Remove stamp-h1 too.
+
+       * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
+       defined if the compiler supports GCC-style __attribute__
+       ((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
+       this syntax.
+
+2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Makefile.in: tidy up the building of lib
+       * Makefile.in (am--refresh): Mark as .PHONY.
+       (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
+       as they're not rebuilt unless you do a "make sync-from-gnulib"
+       and the former is needed for "configure".
+       (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
+       has already removed lib/Makefile.
+
+       * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
+       This avoids building ftoastr and ldtoastr, which aren't needed.  See
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
+
+       * .bzrignore: Add .h files that are host-dependent.
+       Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
+       lib/time.h, lib/unistd.h, lib/warn-on-use.h.  These are
+       host-dependent and are built as part of an ordinary 'make', and
+       should not be checked in.
+
+       * lib/Makefile.in: Regenerate.
+       * lib/COPYING: New file, a copy of COPYING.
 
-       * configure.in [netbsd systems]: Check for tputs definition
-       (Bug#7642).
+       * configure: Regenerate.
+       * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
+
+       Regenerate.
+       * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
+       * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
+       New files, copied from gnulib by gnulib-tool.
+       * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
+       * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
+       Regenerate.
+
+       Use gnulib's getopt-gnu module.
+       * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
+       (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
+       representative of the dependencies.
+       * configure.in: Do not configure getopt, as gnulib does that now.
+       * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
+       getopt now, in lib.
+
+       Regenerate.
+       * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
+       * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
+       * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
+       * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
+       * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
+       * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
+       * m4/wchar_t.m4, warn-on-use.h:
+       New files, copied from gnulib by gnulib-tool.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
+       * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
+       Regenerate.
+
+       Use gnulib's mktime module.
+       * Makefile.in (GNULIB_MODULES): Add mktime.
+       * configure.in: Remove code no longer needed, as gnulib now does it.
+       (AC_CHECK_FUNCS): Remove mktime.
+       (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
+       (__restrict): Remove, as this now gets in the way of the C99
+       support for 'restrict' pulled in by the gnulib mktime module.
+       Code should now use 'restrict' and not '__restrict".
+       (mktime): Remove.
+       * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
+       and warn-on-use.h into the distribution.
+
+       Regenerate.
+       * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
+       * lib/ldtoastr.c, m4/c-strtod.m4:
+       New files, copied from gnulib by gnulib-tool.
+       * lib/dummy.c: Remove.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
+       * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
+       Regenerate.
+
+       Use gnulib's ftoastr module.
+       * Makefile.in (GNULIB_MODULES): Add ftoastr.  Remove dummy.
+
+       Regenerate.
+       * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
+       * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
+       * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
+       New files, generated automatically, with 'make sync-from-gnulib'
+       followed by 'make'.
+       * configure, lisp/dired.el, src/config.in: Regenerate.
+
+       Automate syncing from gnulib.
+       * INSTALL, README: Document new subdirectory 'lib'.
+       * Makefile.in (SUBDIR): Add lib.
+       (SUBDIR_MAKEFILES): Add lib/Makefile.
+       (lib-src, src, TAGS, tags): Depend on lib.
+       (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
+       ($(gnulib_srcdir)): New rule.
+       (sync-from-gnulib): New rule, which is .PHONY.
+       (lib): New rule, which is like lib-src.
+       (Makefile): Depend on lib/Makefile.in.
+       (AUTOCONF_INPUTS): Depend on aclocal.m4.
+       (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
+       ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
+       (am--refresh): New rule, to pacify Automake.
+       (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
+       Clean lib, too.
+       (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
+       droppings.
+       (maintainer-clean, extraclean): Use it.
+       * configure.in: Initialize for automake and gnulib, by invoking
+       AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT.  Output
+       lib/Makefile, too.  Use automake to build gnulib, as gnulib works
+       more conveniently with automake.
+       * lib/Makefile.am: New file.
+       * make-dist: Also put into the distribution aclocal.m4,
+       compile, depcomp, missing, and the files under lib/.
+
+2011-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (epaths-force): No more arch-tag to edit.
+
+2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
+
+2011-01-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * make-dist: Distribute test/ files too.
+       Distribute every file under test/ that is under version control,
+       using patterns like *.el to capture files that are added later.
+       Without this change, "configure" would fail, because it would
+       attempt to build from a Makefile.in that was not distributed.
+
+2011-01-13  Christian Ohler  <ohler@gnu.org>
+
+       * Makefile.in (INFO_FILES): Add ERT.
+
+       * Makefile.in (check): Run tests in test/automated.
+
+       * Makefile.in:
+       * configure.in: Add test/automated/Makefile.
+
+2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * install-sh, mkinstalldirs, move-if-change: Update from master
+       source in gnulib.
+
+       * config.guess, config.sub: Updated from master source.
+
+2011-01-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Check for __builtin_unwind_init.
+
+2011-01-05  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_MAKEINFO): New output variable.
+       (MAKEINFO): Reset to "makeinfo" if not found.
+       * Makefile.in (install-arch-indep, info):
+       Replace MAKEINFO = off with HAVE_MAKEINFO = no.
+
+2010-12-29  Ulrich Mueller  <ulm@gentoo.org>
+
+       * configure.in: Make gameuser configurable (Bug#7717).
+
+2010-12-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
+       long absent lib-src/fns-*.el.
 
 2010-12-11  Glenn Morris  <rgm@gnu.org>
 
-       * make-dist: Exclude etc/*.pyc.  [Backport from trunk]
+       * make-dist: Exclude etc/*.pyc.
 
-2010-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
+2010-12-10  Andreas Schwab  <schwab@linux-m68k.org>
 
-       Fix alloca definition when using gcc on non-gnu systems.
-       * configure.in: Use the code sequence indicated by "info autoconf"
-       for alloca (bug#6170).
+       * configure.in: Don't double machfile in final message.
+
+2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Fix last change.
+
+2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
 
-2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+       * configure.in: Remove reference to removed machine description
+       files and allow $machine and $machfile to be empty.  Substitute
+       M_FILE/S_FILE instead of machfile/opsysfile.
+
+2010-12-03  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
+
+2010-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
+       (EXTERNALLY_VISIBLE): New definition.
+
+2010-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
+
+2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Do not check for unconditionally included headers.
+
+2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
 
-2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
+2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
 
        * configure.in: Don't write a warning for D-Bus anymore.
 
-2010-11-03  Glenn Morris  <rgm@gnu.org>
+2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * configure.in (CRT_DIR): New output variable.
-       (--with-crt-dir): New option.  (Bug#5655)
-       (HAVE_LIB64_DIR): Remove.
+       * configure.in: Fix indentation.
 
-2010-10-12  Glenn Morris  <rgm@gnu.org>
+2010-10-31  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.in (checking whether localtime caches TZ): Use
+       unsetenv instead of modifying environment directly.
+
+2010-10-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
+       to avoid warning.
+
+2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in: Remove the BROKEN annotation from gnutls.
+
+2010-10-22  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Avoid listing .el files twice.  Don't try to run
+       autoconf if --no-update.
+
+2010-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No longer create lisp/MANIFEST.
+
+2010-10-14  Glenn Morris  <rgm@gnu.org>
 
        * BUGS, INSTALL.BZR, README: Updates.
 
-2010-10-08  Eli Zaretskii  <eliz@gnu.org>
+2010-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Remove --compress.  Check for the appropriate
+       gzip-like executable, and if not found, don't compress.
+       Check version number in README, don't change it.
+       Use find for nt/inc/*.h.
+
+2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
+       trailing / from directory names.
+
+2010-10-12  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Update and simplify.
+
+2010-10-12  Eli Zaretskii  <eliz@gnu.org>
 
        * make-dist: Don't distribute src/buildobj.h.  (Bug#7167)
 
+2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No more doc/emacs/*.texi.in.
+
+       * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Combine some conditionals.
+
+       * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
+       * make-dist: Include doc/emacs/*.texi.in.
+
+       * INSTALL, make-dist: Remove references to b2m.
+       * Makefile.in (MAN_PAGES): Remove b2m.1.
+
+2010-10-05  Glenn Morris  <rgm@gnu.org>
+
+       * .dir-locals.el: The Emacs convention is sentence-end-double-space.
+
+2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
+
+2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Include stdlib.h and string.h unconditionally.
+
+2010-09-29  Romain Francoise  <romain@orebokech.com>
+
+       * configure.in: Don't enable ImageMagick unless HAVE_X11.
+
+2010-09-28  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_GNUTLS): Add a description to make autoheader
+       happy.
+
+2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in: Enable imagemagick by default.
+
+2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in (HAVE_GNUTLS): Don't break if we don't have the
+       gnutls libraries.
+
+2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.in: Set up GnuTLS.
+
+2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Announce whether libxml2 is linked to.
+
+2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
+
+2010-09-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Detect that libxml2 is installed and if so, build
+       with it.
+
+2010-09-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
+       be used.  This fixes a conf problem on Mac OS X.
+
+2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in: Check for libxml2.
+
+2010-09-09  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No more TODO files under lisp/.
+
+2010-09-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Produce lisp/gnus/_dir-locals.el from
+       lisp/gnus/.dir-locals.el.
+
+2010-08-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Fix check for librsvg, imagemagick and
+       MagickExportImagePixels.
+
+2010-08-18  Joakim Verona  <joakim@verona.se>
+
+       * Makefile.in, configure.in: Checks for ImageMagick.
+
+2010-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.65.
+
+2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
+
+2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Add AC_C_BIGENDIAN.
+
+2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (ORDINARY_LINK): Use on hpux* too.
+
+2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for util.h.
+       Use -Wimplicit-function-declaration if compiler supports it.
+
+2010-08-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
+
+2010-08-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Restore accidentally removed use of
+       GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
+
+2010-07-29  Chad Brown  <yandros@mit.edu>
+
+       * configure.in: Check for dirent.h.
+
+2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove reference to usg5-4, unused.
+
+2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Check for __executable_start.
+
+2010-07-24  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
+
+2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
+
+2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
+
+       * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
+
+2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
+       (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
+       (C_OPTIMIZE_SWITCH): Remove.
+       (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
+
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Don't check for index and rindex, check for strchr
+       and strrchr.  Define strchr and strrchr as index and rindex,
+       resp., in src/config.h if not available.
+
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Use -Wold-style-definition if available.
+       This helps with the transition to standard C code, it can be
+       removed when done.
+
+       * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
+
+       * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
+       and MSWindows.
+
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
+       <strings.h> and don't define bcopy, bzero, BCMP in config.h.
+
+2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (getenv): Remove K&R declaration.
+
+2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Remove define __P.
+
+2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (--enable-use-lisp-union-type): New flag.
+
+2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Fix CFLAGS for non-GCC compilers.
+       * configure.in (CFLAGS): Always use -g like it was done before the
+       2010-03-30 change.
+       (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
+       (Bug#6538)
+
+2010-06-30  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
+       Set with AC_DEFINE rather than AH_BOTTOM.
+
+       * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
+       (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
+       Set with shell, not cpp.
+       (LIBX): Remove, just use -lX11 in the one place this was used.
+       (cannot_dump): Replace with CANNOT_DUMP.
+
+2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
+       check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
+       by minimum required Gtk+ 2.6).  Add checks for functions introduced
+       in Gtk+ 2.14 or newer (bug#6505).
+
+2010-06-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Remove white space around "+" in COPY commands.
+
 2010-06-23  Glenn Morris  <rgm@gnu.org>
 
        * info/dir: Start descriptions in column 32, per Texinfo convention.
 
-2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
+2010-06-16  Chong Yidong  <cyd@stupidchicken.com>
 
        * INSTALL: Update font information (Bug#6389).
 
-2010-06-10  Glenn Morris  <rgm@gnu.org>
+2010-06-16  Glenn Morris  <rgm@gnu.org>
 
        * INSTALL: General update.
 
+2010-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Delete any old info .gz files first.
+
+2010-06-11  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (--without-compress-info): New option.
+       (GZIP_INFO): New output variable.
+
+       * Makefile.in (GZIP_INFO): New, set by configure.
+       (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
+       Handle man pages in the same way.
+
+2010-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Gzip the info files too.
+
+       * make-dist: Remove references to non-existent directories and files.
+
+2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Include <strings.h> and <string.h> instead of
+       "strings.h" and "string.h".
+
+2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove code dealing with BSTRING.
+
+2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.65.
+
+       * configure.in (unxec): Do not define and substitute.
+       (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
+
+2010-06-03  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
+
+2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Fix alloca definition when using gcc on non-gnu systems.
+       * configure.in: Use the code sequence indicated by "info autoconf"
+       for alloca (bug#6170).
+
 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * .bzrignore: Ignore new files from trunk, which appear if you use
        colocated branches (i.e. "bzr switch").
 
-2010-05-10  Miles Bader  <miles@gnu.org>
+2010-05-28  Glenn Morris  <rgm@gnu.org>
 
-       * configure.in: Get rid of "unix" pre-defined macro when
-       preprocessing Makefile.  (Bug#5857)  [Backport from trunk]
+       * configure.in: Simplify some of the $canonical tests.
 
-2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-27  Glenn Morris  <rgm@gnu.org>
 
-       * Version 23.2 released.
+       * config.bat: Do not preprocess src/Makefile.in.
+
+       * configure.in: Do not preprocess src/Makefile.in.
+       (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
+       (AC_EGREP_CPP): Test no longer needed.
+
+       * make-dist: No more Makefile.c files.
+
+2010-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (YMF_PASS_LDFLAGS): Remove.
+       (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
+
+       * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
+       Add $GNUSTEP_LOCAL_HEADERS.
+       (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
+
+       * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
+       (GNUSTEP_MAKEFILES): Remove.
+       (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
+       stuff to here.
+
+2010-05-25  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
+       (LD_SWITCH_SYSTEM_TEMACS): ... to here.
+
+       * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
+       (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
+       here instead.
+
+2010-05-24  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Look for version in src/emacs.c.
+       Use lisp/subr.el rather than lisp/version.el for location check.
+
+2010-05-21  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (MKDEPDIR): Parallel build tweak.
+
+       * configure.in (ns_frag): New output file.
+
+       * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
+       (OLDXMENU_TARGET): Set to empty if USE_GTK.
+
+       * configure.in (cannot_dump): New output variable.
+
+2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
+
+       * configure.in: On NetBSD, if terminfo is found, use it in
+       preference to termcap.  (Bug#6190)
+
+2010-05-20  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist (src): Include *.mk.
+       * config.bat: Concatenate deps.mk onto the end of src/Makefile.
+       * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
+       (deps_frag): New output file.
+       (AUTO_DEPEND): Remove this definition.
+
+       * configure.in (--with-gtk, --with-gcc): Remove option stubs.
+
+2010-05-19  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
+       (ORDINARY_LINK): New AC_DEFINE.
+       (LIB_GCC): No need to set if ORDINARY_LINK.
+
+2010-05-18  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
+       (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
+
+       * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
+       * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
+       (RALLOC_OBJ): New output variable.
+
+       * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
+       * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
+
+2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (src): Provide the name of the VCS file that witnesses
+       a pull.
+       ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
+
+2010-05-17  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (OLDXMENU_DEPS): New output variable.
+
+2010-05-16  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
+
+       * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
+       * Makefile.in (install-arch-dep): Update for above change.
+
+       * Makefile.in (ns_appdir): Remove.
+       (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
+
+       * configure.in (TEMACS_LDFLAGS2): New output variable.
+
+       * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
+       (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
+       (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
+       nothing uses.
+
+2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove references to usg5-4 and bsd-common, $opsys
+       does not use them.
+       (X11R5_INHIBIT_I18N): Remove, unused.
+
+2010-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
 
-2010-05-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+       * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
+
+2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
+
+       * configure.in: Look for version string in its new location.
+
+2010-05-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Remove support for DJGPP v1.x.
+
+2010-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (OLDXMENU_TARGET): New output variable.
+
+       * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
+
+       * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
+       and other files that no longer exist.
+
+2010-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (cpp_undefs): Add mktime, register, X11.
+
+       * configure.in (GPM_MOUSE_SUPPORT): Remove.
+       (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
+       (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
+
+       * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
+       (GNUSTEP_MAKEFILES): Do not output.
+
+2010-05-13  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Fix some paren typos.
+
+       * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
+
+       * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
+
+2010-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
+
+       * configure.in (LIB_GCC): New output variable.
+
+2010-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist (msdos): No more mainmake.
+
+       * configure.in: Generate lib-src/Makefile directly, do not run cpp.
+       * config.bat: Do not run cpp on lib-src/Makefile.in.
+
+       * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
+
+2010-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
+
+       * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
+       (BLESSMAIL_TARGET): New output variable.
+
+2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
 
        * INSTALL: Fix typos.
 
-2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * configure.in: Add check for buggy version of GCC (Bug#6031).
 
+2010-05-08  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_LIBNCURSES): New local variable.
+       (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
+       replacing cpp in src/s/*.h and src/Makefile.in.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.in: Add tests for `isnan' and `copysign'.
+
+2010-05-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Allow for 2 leading `#'s in comments in
+       src/Makefile.in.
+
+2010-05-07  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
+       Merges logic from src/s/* and src/Makefile.in.
+       (LD_SWITCH_SYSTEM_TEMACS): New output variable.
+
+2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Define START_FILES and LIB_STANDARD using autoconf.
+       * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
+       here from src/s/*.h.
+       (HAVE_CRTIN): Remove, inline logic in the netbsd
+       START_FILES/LIB_STANDARD computation.
+
+2010-05-06  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
+
+       * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
+       (LD_SWITCH_X_SITE): Remove unused variables.
+
+2010-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
+       as well.
+       (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
+
+       * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
+
+       * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
+       variables, replacing c_switch_machine, c_switch_system.
+       * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
+       @c_switch_system@.
+
+2010-05-03  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
+
+       * make-dist: There are no more src/m/*.inp files.
+
+2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
+       (ac_link): Do not use ld_switch_machine.
+
+2010-05-01  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (OTHER_OBJ): Remove.
+       (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
+
+2010-04-30  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
+       Elsewhere, maybe include it.
+
+       * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
+       (OLDXMENU, LIBXMENU): New output variables.
+
+       * configure.in (OTHER_OBJ): New output variable.
+
+2010-04-28  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (CYGWIN_OBJ): New output variable.
+
+       * configure.in (GPM_MOUSE_SUPPORT): New output variable.
+
+       * configure.in (FONT_OBJ): New output variable.
+
+       * configure.in (LIBXMU): New output variable.
+
+       * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
+
+       * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
+       userland and maybe change values to i386 (move test from s/amdx86-64.h).
+
+2010-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LIBXTR6): New output variable.  Move unixware special
+       case here from src/s/unixware.h.
+
+       * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
+       in Makefiles.
+       (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
+
+       * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
+       (LIBXP): No longer substitute in Makefiles.
+       (MOTIF_LIBW): New output variable.  Move system-specific settings here
+       from src/s files.
+
+2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Reduce CPP usage.
+       * configure.in (LIB_X11_LIB): Remove, inline in the only user.
+       (unexec): Define unconditionally, all platforms define
+       UNEXEC.  AC_SUBST it.
+       (UNEXEC_SRC): Remove, unused.
+       (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
+
+2010-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
+       replaced by LIBXP.
+
+       * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
+       (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
+       On hpux10-20, default to /lib.
+
+       * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
+
+2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (LIBS_MACHINE): Remove, unused.
+
+       * configure.in (LIB_MATH): New output variable.  Set it for some systems.
+
+2010-04-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (CRT_DIR): New output variable.
+       (--with-crt-dir): New option.  (Bug#5655)
+       (HAVE_LIB64_DIR): Remove.
+
+2010-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
+
+2010-04-22  Miles Bader  <miles@gnu.org>
+
+       * configure.in: Get rid of "unix" pre-defined macro when
+       preprocessing Makefile.  (Bug#5857)
+
+2010-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       Avoid non-portable shell command negation
+       * configure.in: Revert last change.
+
+2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Change "if test ! -f" to "if ! test -f".
+
+2010-04-21  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
+       (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
+
+2010-04-21  Karel Klíč  <kklic@redhat.com>
+
+       * configure.in: New option: --with(out)-selinux, on by default.
+       Set HAVE_LIBSELINUX if we find libselinux, and substitute
+       LIBSELINUX_LIBS in Makefiles.
+
+2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove all references to LIBX11_SYSTEM.
+
+2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove all references to C_DEBUG_SWITCH.
+
+2010-03-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat <lib-src>: Edit out lines that begin with several #
+       characters.
+
+2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove support for old UNIX System V systems and
+       for Unixware on non-x86 machines.
+
+       * configure.in: Remove support for Solaris on PPC and for old versions.
+
+       * configure.in: Remove non-working lynxos port.
+
+2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
+
+2010-03-19  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
+       happy.
+
+2010-03-18  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for tputs and friends, abort if not
+       found (bug#5735).
+
+2010-03-18  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (--with-x-toolkit): In the help text, say which options
+       are synonyms.
+
+       * configure.in (--with-mmdf, --with-mail-unlink):
+       New options, off by default.
+       (--with-mailhost): New option to set default POP host.
+       (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
+       (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
+       New variables, substituted in Makefiles.
+       (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
+       (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
+       (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
+       (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
+       (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
+
+2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
+
+       * Makefile.in (uninstall): Handle the case where archlibdir does not
+       exist.  (Bug#5720)
+
+2010-03-12  Eli Zaretskii  <eliz@gnu.org>
+
+       These changes remove termcap.c from the build on Posix platforms.
+       * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
+
+       * configure: Regenerated.
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
 2010-01-31  Juri Linkov  <juri@jurta.org>
 
        * .bzrignore: Add TAGS-LISP.
 
        Update copyright year(s) in many files.
 
+2006-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerated.
+
 2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
 
        * configure.in (HAVE_XAW3D): Disable Xaw3d check if
 
        * make-dist (lispref): Do include lispref/index.texi.
 
-2004-01-06  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2004-01-06  Eric Hanchrow  <offby1@blarg.net>
 
        * make-dist (tempdir): Include cursors in nt/icons.
 
        * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
        Quote $EMACS, in case it's a program with args.
 
+1999-06-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (HAVE_GIF): Use libungif instead of libgif
+       because the former doesn't contain patented compression code.
+
 1999-05-29  Richard M. Stallman  <rms@gnu.org>
 
        * configure.in: Delete the Kerberos stuff.
 1994-05-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
 
        * configure.in: Remove AC_LANG_C call.  Not needed with Autoconf
-        version > 1.8.
+       version > 1.8.
 
 1994-05-08  Morten Welinder  (terra@diku.dk)
 
        (EMACSROOT): New variable, giving the directory under which all of
        Emacs's libraries should be installed.  Changed rest of file to
        use it.
-       (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
+       (LIBDIR): Now denotes only architecture-dependent dir.
        (DATADIR): New variable, denoting architecture-independent dir.
        (LOCKDIR): New variable, for completeness.
        (SUBDIR): No more etc, new lib-src.
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
-       2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
+    2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+    Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73