Let configure test for a suitable mkdir -p
[bpt/emacs.git] / ChangeLog
index 8b24c5a..7599d2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2012-01-19  Chong Yidong  <cyd@gnu.org>
+2012-05-12  Glenn Morris  <rgm@gnu.org>
 
-       * Version 23.4 released.
+       * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
+       (MKDEPDIR): Use $MKDIR_P.
+       * Makefile.in (MKDIR_P): New, set by configure.
+       (mkdir): Use $MKDIR_P.
 
-2012-01-15  Chong Yidong  <cyd@gnu.org>
+2012-05-11  Glenn Morris  <rgm@gnu.org>
 
-       * make-dist: Distribute the etc/grammars subdirectory.
+       * Makefile.in (install-arch-indep): There are no more Makefile.c files.
+       Use INSTALL_DATA for the DOC file.
+       Remove dead code for ./lisp that never executes.
 
-2012-01-12  Glenn Morris  <rgm@gnu.org>
+2012-05-10  Glenn Morris  <rgm@gnu.org>
 
-       * configure.in: Add i386 to cpp_undefs (Bug#8497).
+       * configure.in (LEIM_INSTALLDIR): New output variable.
 
-2011-03-13  Glenn Morris  <rgm@gnu.org>
+2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
+
+2012-05-08  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No more doc/lispref/*.el.
+
+2012-05-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Fix quoting bugs.
+
+2012-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (INFO_EXT, INFO_OPTS): New output variables.
+
+2012-05-02  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
+       the choices made by FreeBSD and NetBSD.  (Bug#10313)
+
+       * Makefile.in (INFO_FILES): Remove variable.
+       (INFO_NONMISC): New variable.
+       (install-arch-indep, uninstall): Don't use $INFO_FILES.
+
+       * Makefile.in (uninstall): Remove useless-use-of-for; that for
+       some reason caused problems on an old Solaris.
+
+       * Makefile.in (install-arch-indep, uninstall):
+       Ensure that INSTALL-type commands are run from top-level.
+
+       * info/dir: Make some entries consistent with the source texi files.
+
+       * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
+
+2012-05-02  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep):
+       Combine adjacent install-data and install-info loops.
+
+2012-05-01  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MAN_PAGES): Remove.
+       (install-arch-indep, uninstall): Don't use $MAN_PAGES.
+
+       * configure.in: Try libtinfo for tputs.
+       (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found.  (Bug#9741)
+
+       * configure.in: Combine adjacent $opsys case blocks.
+
+       * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
+
+       * configure.in: Invert the TERMINFO logic,
+       since "yes" is far more common than "no".
+
+       * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
+
+       * configure.in (LD_SWITCH_X_SITE_RPATH):
+       Rename from LD_SWITCH_X_SITE_AUX_RPATH.
+
+       * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
+
+2012-04-26  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No more doc/lispref/tindex.pl.
+
+2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * configure.in (dbus_validate_bus_name, dbus_validate_path)
+       (dbus_validate_interface, dbus_validate_member): Check also for
+       these library functions
+
+2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
+       With glibc 2.14 or later, when compiled with GCC 4.7.0's
+       -Werror=deprecated-declarations flag, use of hooks like
+       __malloc_initialize_hook causes compilation to fail because these
+       hooks are deprecated.  Modify 'configure' to check for these hooks too.
+       Simplify the 'configure' code to test for all the hooks at once.
+       (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
+       (emacs_cv_var_doug_lea_malloc): ... this new var.
+
+2012-04-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
+       dated 2011-10-07.  Regenerating from current gnulib would be a
+       pervasive change, and currently the trunk isn't open to such changes.
+       * configure.in (WARN_CFLAGS): Remove; no longer needed now
+       that gnulib does it.
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+
+2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * m4/gl-comp.m4: Update.  (Bug#11285)
+
+2012-04-20  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Don't use the -R option (Bug#11251).
+
+2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       configure: new option --enable-gcc-warnings (Bug#11207)
+       I have been using this change for many months in my private copy
+       of Emacs, and have used it to find several bugs.  It's mature
+       enough to publish now.
+       * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
+       * configure.in: Support --enable-gcc-warnings, in the style of
+       other GNU packages such as coreutils.
+       (C_WARNINGS_SWITCH): Remove, replacing with...
+       (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
+       (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
+       when including system files with GCC.
+       * etc/NEWS: Mention --enable-gcc-warnings.
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
+       * lib/Makefile.am (AM_CFLAGS): New macro.
+       * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
+
+2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * configure.in (AC_CHECK_FUNCS):
+       Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
+
+2012-04-16  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
+
+       * configure.in: Remove X libs workaround for old autoconf.
+
+2012-04-12  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.in: Warn that Cygwin 1.5 is unsupported.  (Bug#10398)
+
+2012-04-11  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
+
+2012-04-10  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Conditionally generate admin/unidata/Makefile.
+
+2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
+
+2012-04-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (leim): Check cd return value.  Pass fewer variables.
+       (install-leim): Check cd return value.  Pass $MFLAGS.
+       (install-strip): Pass $MFLAGS.
+
+       * configure.in: Require makeinfo >= 4.7.  (Bug#10910)
+       Eg org.texi has been using 4.7 functions for some time.
+
+2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Check pkg-config exit status when configuring (Bug#10626).
+       * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
+       works; check its exit status.  Problem reported by Jordi Gutiérrez
+       Hermoso in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
+
+2012-04-07  Glenn Morris  <rgm@gnu.org>
+
+       * README, configure.in (AC_INIT): Bump version to 24.1.50.
+
+2012-04-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
+
+2012-03-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
+       * configure.in (LIBS_TERMCAP): Default this to the result of
+       the tputs library search.  Do a run-time test for the linkability
+       of tputs unless cross-compiling, as that's more reliable if the
+       link flags and libraries are messed up.  Don't change LIBS as
+       a result of the test, as that may mess up later tests.
+
+2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * make-dist (README.W32): Include file in source tarball. (Bug#9750)
+
+       * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
+       specific makefiles to support getopt_.h generation with MSVC.
+
+2012-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (uninstall):
+       Handle compressed info files and man pages.  (Bug#10718)
+
+2012-02-02  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in [HAVE_NS]:
+       Error if use --without-toolkit-scroll-bars.  (Bug#10673)
+
+2012-02-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to older Solaris 10 versions (Bug#10677).
+       Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
+       I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
+       possibly this is because Sun fixed the 'stat' bug in my version.
+       * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
+       * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+       These changes are based on gnulib version
+       4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
+       because Emacs is in feature freeze and we do not want to merge any
+       more-recent changes from gnulib.
+
+2012-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Throw an explicit error if Motif toolkit was
+       requested but requirements could not be found.
+
+       * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
+
+2012-01-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
+       $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
+       with "make -j3".
+
+2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Ignore etc/__pycache__.
+
+2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
+       * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
+       to gmalloc.c.  This should prevent a MirBSD 10 build failure reported
+       by Nelson H. F. Beebe in
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
+
+2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * update-subdirs: Don't set no-byte-compile twice (bug#10260).
+
+2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
+       instead of LDFLAGS (Bug#10230).
+
+2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
+
+       Propagate configure flags to sub-configures.
+       * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
+       New macros.
+       (config.status, bootstrap): Use them to propagate configure flags
+       to sub-configures.
+       * configure.in (cache_file): AC_SUBST this, for Makefile.in.
+
+2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * .bzrignore: Add config.cache.
+
+2011-11-27  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for gtk_window_set_has_resize_grip.
+
+2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * configure.in (HAVE_XPM): Fix typo.
+
+2011-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
+       have confusing effects on the build.  (Bug#6401)
+
+       * Makefile.in (install-arch-dep): Tweak previous change.
+
+2011-11-22  Yavor Doganov  <yavor@gnu.org>
+
+       Do not install arch-dependent files in the app bundle if
+       --disable-ns-self-contained is requested.  (Bug#1335)
+       * configure.in (exec_prefix, libexecdir): Define relative to
+       `ns_appbindir' only if configured for a self-contained app.
+       * Makefile.in (install-arch-dep): Test for the existence of
+       libexec in the Emacs.app bundle before executing commands.
+
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Remove reference to src/m/ibms390.h.
+
+2011-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * INSTALL: Tiny updates for disk space used during installation.
+
+2011-11-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in (FRC): New dummy target.
+       (TAGS): Depend on FRC.
+
+2011-11-04  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
+       Do not include GnuTLS version info in final summary message.
+
+2011-10-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Use config.in and Makefile.in from src/ and lib/, if
+       they exist there, else from autogen/.
+
+       * make-dist (msdos): Add depfiles.bat and inttypes.h.
+
+2011-10-25  Nali Toja  <nalitoja@gmail.com>  (tiny change)
+
+       * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var.  (Bug#9868)
+
+2011-10-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
+       if the library is found.  Otherwise, later configure-time tests,
+       such as the test for pthread_sigmask, generate the wrong results
+       on some platforms.  Problem reported for FreeBSD by Nali Toja.
+
+2011-10-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
+       * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
+       Remove; no longer needed, now that we defer to strftime for time
+       zone names.
+
+2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
+
+2011-10-18  Chong Yidong  <cyd@gnu.org>
+
+       * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
+
+2011-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Also look for tputs in libcurses.  (Bug#9736)
+
+2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in: Remove check for -lintl (Bug#9713).
+       The check could break 'configure' on GNU/Linux with a (broken) libintl.
+       The check was helpful but not essential in Solaris 2.6 (1997),
+       and is no longer needed in Solaris 8 (2000).  Solaris 2.6 is
+       obsolete -- Sun dropped support for it in 2006 -- and without
+       access to that Silurian platform we can't maintain the code anyway.
+
+2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, fixing some 'configure' typos (Bug#9696).
+       * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
+       * m4/gnulib-common.m4: Merge from gnulib.
+       Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
+       command not found" on powerpc-apple-darwin9.8.0.
+
+       * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
+       This is now done by src/alloc.c.
+
+2011-10-02  Richard Stallman  <rms@gnu.org>
+
+       * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
+       and xlinux_second_failure to xgnu_linux_second_failure.
+
+2011-09-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
+       lib/signal.in-h.
+
+       * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
+       Rename signal.in.h and alloca.in.h.
+
+2011-09-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Mention that m17n libraries and libotf are needed for
+       Arabic shaping.
+
+2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, improving some licensing wording.
+       This clarifies and fixes some licensing issues raised by Glenn Morris
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
+       It also merges the latest version of texinfo.tex and has some
+       MSVC-related changes that don't affect Emacs.
+       * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
+       pathmax, and raise, since these are needed only to address
+       MSVC-related issues that Emacs doesn't have.
+       * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
+       * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
+       * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
+       * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
+       * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
+       * m4/unistd_h.m4: Merge from gnulib.
+
+2011-09-26  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Initialize HAVE_LIBXML2.
+
+2011-09-26  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Add lib/makefile.w32-in.
+
+2011-09-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
+
+2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * .dir-locals.el: Change the debbugs regexp to allow having the
+       bug number as the first thing on a line.
+
+2011-09-15  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Make configure work with recent GNUsteps.
+       (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
+       (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
+       (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
+
+2011-09-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, porting to Tru64.
+       * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
+       * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
+       Merge from gnulib.  This fixes a compilation error on Tru64 UNIX
+       aka OSF/1 5.1 DTK cc.  There is also some mingw stuff here that
+       doesn't affect Emacs.
+
+2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in (isnan): Remove now-unnecessary check.
+
+2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, using build-aux to remove clutter (Bug#9169).
+       This is to fix the following problems:
+        . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
+          configured not to use gtk or any other thread-using library,
+          signals aren't blocked correctly.
+        . On IRIX 6.5 it fixes an unwanted clash between Emacs's
+          and IRIX's signal handling.
+        . On Cygwin 1.7.5 it works around an incompatibility with
+          the system pthread_sigmask.
+        . On MacOS X 10.5 (32-bit), files whose inode numbers
+          exceed 2**31 cannot be read or manipulated.
+        . pthread_sigmask: Actually use results of gl_THREADLIB.
+        . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
+        . find 'ar' program that fits with --host argument.
+        . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
+       * autogen/README: Update destination list.
+       * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
+       The autogenerated files compile, config.guess,
+       config.sub, depcomp, install-sh, and missing are now in build-aux.
+       * m4/largefile.m4: New file, so that Emacs does not mess up when
+       accessing files with large inode numbers in MacOS X 10.5 and later.
+       * m4/nocrash.m4: New file, to avoid triggering background debugger
+       and/or create core dumps during 'configure'.
+       * build-aux/move-if-change: Renamed from move-if-change.
+       * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
+       * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
+       * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
+       * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
+       * Makefile.in (epaths-force, sync-from-gnulib):
+       move-if-change is now in build-aux.
+       (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
+       of gnulib's pthread_sigmask module, but Emacs doesn't need it.
+       (mkdir): install-sh is now in build-aux.
+       * config.bat: c++defs.h is now in build-aux/snippets.
+       * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
+       usual parameter).
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+       * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
+       to build-aux/snippet.
+       * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
+       * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
+       Merge from gnuilib.  This fixes porting bugs on Cygwin, Irix, and
+       Solaris, enables MacOS extensions, and enables nocrash during
+       'configure'.
+       * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
+
+2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in (snprintf): New check.
+
+2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in (opsys): Change pattern to *-*-linux*
+       to recognize powerpc-gnu-linux-uclibc (Bug#9403).
+       Remove unreachable pattern hppa*-*-linux-gnu*.
+       Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
+       and that can't possibly work now that src/m/hp800.h no longer exists.
+
+2011-08-26  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Add -MP to DEPFLAGS (Bug#9372).
+
+2011-08-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Add header check: sys/socket.h (Bug#8477),
+       ifaddrs.h, net/if_dl.h.  Check for getifaddrs and freeifaddrs.
+       Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
+
+2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
+       (HAVE_GTK_AND_PTHREAD): Remove.
+
+2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
+
+       * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
+       build, not just GNUstep (Bug#9177).
+
+2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Assume freestanding C89 headers, string.h, stdlib.h.
+       Again, this simplifies the code, and all current platforms have these.
+       * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
+       (AC_HEADER_STDC): Remove.
+       (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
+       (strchr, strrchr): Remove fallback macros.
+
+       Assume support for memcmp, memcpy, memmove, memset.
+       This simplifies the code a bit.  All current platforms have these,
+       as they are required for C89.  If this turns into a problem we
+       can add the gnulib modules for these (a 1-line change to Makefile.in).
+       * configure.in: Don't check for memcmp, memcpy, memmove, memset.
+
+2011-07-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * GNUmakefile: New file.
+       This is for convenience, so that one can run GNU make in an
+       unconfigured source tree, and get a default build.
+
+2011-07-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
+
+2011-07-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
+       so as to suppress address randomization (Bug#8395).
+
+2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/stdint.in.h: Merge from gnulib (Bug#9025).
+       This fixes a build problem on older Mac OS X hosts.
+
+       * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
+       test, which runs afoul of Automake installations where, for example,
+       /usr/share/aclocal contains a copy of gl_THREADLIB.
+       Problem reported by Sven Joachim in
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
+       This is just a quick temporary fix, specific to Emacs; I'll work
+       with the other gnulib maintainers to get a more-permanent fix.
+
+       Add gnulib's strtoimax module, needed on Solaris 8.
+       * Makefile.in (GNULIB_MODULES): Add strtoimax.
+       * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
+       automatically imported from gnulib.
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+
+2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Add gnulib support for pthread_sigmask (Bug#9010).
+       * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
+       * configure.in (AC_TYPE_UID_T): New dummy macro.
+       Configure gnulib after adjusting LIBS,
+       so that gnulib can assume the libraries in LIBS.
+       * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
+       * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
+       * lib/pthread_sigmask.c:
+       New files, automatically imported from gnulib.
+       * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
+       due to the above changes.
+       * .bzrignore: Add lib/signal.h.
+
+       * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
+
+2011-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in (maintainer-mode): Reflect default in help string.
+
+2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove reference to iris4d.h.
+
+2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
+
+2011-07-01  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
+
+2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
+       which made ./configure infloop.
+
+2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (gsettings): New option and check for GSettings.
+
+2011-06-29  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Try to test for the required crt*.o files.
+
+2011-06-27  Bill Wohler  <wohler@newt.com>
+
+       * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
+
+2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use gnulib's dup2 module instead of rolling our own.
+       * Makefile.in (GNULIB_MODULES): Add dup2.
+       * configure.in: Do not check for dup2; gnulib does that now.
+       * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
+
+2011-06-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
+
+2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use gnulib's alloca-opt module.
+       * .bzrignore: Add lib/alloca.h.
+       * Makefile.in (GNULIB_MODULES): Add alloca-opt.
+       * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
+       as gnulib now does that for us.  Put alloca check in config.h.
+       Include <alloca.h> before any other include file, for AIX 3.
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+       * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
+
+2011-06-21  Leo Liu  <sdl.web@gmail.com>
+
+       * m4/sha256.m4:
+       * m4/sha512.m4:
+       * m4/gl-comp.m4:
+       * lib/u64.h:
+       * lib/sha256.c:
+       * lib/sha256.h:
+       * lib/sha512.c:
+       * lib/sha512.h:
+       * lib/makefile.w32-in (GNULIBOBJS):
+       * lib/gnulib.mk:
+       * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
+       crypto/sha512 modules from gnulib.
+
+2011-06-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
+
+2011-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Restore the behavior of checking crt-dir only
+       when the user specified it (not all platforms use it).
+
+2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/lstat.m4: Merge from gnulib (Bug#8878).
+
+2011-06-16  Miles Bader  <miles@gnu.org>
+
+       * configure.in: Try to determine CRT_DIR automatically when
+       using gcc.
+
+2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
+       * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
+       * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
+       * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
+       * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
+       Merge from gnulib.
+
+2011-06-14  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
+
+2011-06-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
+
+2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in: Add --with-wide-int.
+       * INSTALL: Mention this.
+
+2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib.
+       * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
+
+2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
+
+2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use 'inline', not 'INLINE'.
+       * configure.in (INLINE): Remove.
+
+2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Adjust to recent gnulib change for @GUARD_PREFIX@.
+       * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
+       All uses of _GL_ for guard prefixes in lib/*.h replaced with
+       _@GUARD_PREFIX@_.
+
+2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/getopt.c, lib/intprops.h: Merge from gnulib.
+
+2011-05-24  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (check): Just give a message if no test/ directory.
+
+       * configure.in: Avoid using variables inside AC_CONFIG_FILES.
+
+       * configure.in (OPT_MAKEFILES_IN): Remove.
+       (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
+       (SUBDIR_MAKEFILES_IN): New output variable.
+       * Makefile.in (OPT_MAKEFILES_IN): Remove.
+       (SUBDIR_MAKEFILES_IN): Let configure set it.
+
+2011-05-24  Leo Liu  <sdl.web@gmail.com>
+
+       * m4/sha1.m4:
+       * m4/gl-comp.m4:
+       * lib/sha1.h:
+       * lib/sha1.c:
+       * lib/makefile.w32-in (GNULIBOBJS):
+       * lib/gnulib.mk:
+       * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
+
+2011-05-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Remove test for already configured source directory.
+       AM_INIT_AUTOMAKE has already done a more stringent test.  (Bug#953)
+
+       * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
+
+2011-05-24  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Don't distribute test/.  (Bug#8107)
+       * configure.in (OPT_MAKEFILES_IN): New output variable.
+       (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
+       * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
+       (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
+       (check): Give an explicit error if test/ is not present.
+
+       * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
+       (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
+       (Makefile): Use $SUBDIR_MAKEFILES_IN.
+
+2011-05-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/verify.h: Merge from gnulib.
+
+2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
+       Merge from gnulib.
+
+2011-05-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
+
+2011-05-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
+
+       * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
+
+2011-05-20  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (lisp_frag): New output file.
+
+2011-05-19  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
+       (WINDOW_SUPPORT): Remove output variables that are no longer used.
+
+2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/gnulib.mk:
+       * lib/intprops.h:
+       * lib/unistd.in.h:
+       * m4/inttypes.m4:
+       * m4/stdint.m4:
+       * m4/unistd_h.m4: Sync from gnulib.
+
+2011-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Treat failure to find an X toolkit the same way we treat
+       failure to find X and image support.
+
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (src, install-arch-indep, bootstrap-clean)
+       (check-declare): Shell portability fixes.  (Bug#8642)
+
+2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.in: Require GnuTLS 2.6.x or higher.
+
+2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
+       * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
+       * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
+
+       * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
+       This new gnulib-tool option saves 'configure' the trouble of
+       checking for strtoull when strtoumax exists.
+
+       * configure.in (BITS_PER_LONG_LONG): New macro.
+
+2011-05-05  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bootstrap-clean): Save config.log.  (Bug#765)
+       (top_distclean): Delete config.log~.
+
+2011-04-27  Ben Key  <bkey76@gmail.com>
+
+       * configure.in: Fixed a bug that caused configure with
+       --enable-checking=stringoverrun to have no effect.
+
+2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in: Suppress unnecessary checks for size_t.
+       (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
+       (size_t): Do not check for this, and do not typedef.  This code
+       is never exercised now.
+
+       * Makefile.in (GNULIB_MODULES): Add strtoumax.
+       This is needed for the new integer-reading code in lread.c.
+       It automatically pulls in the following gnulib files, which
+       are used on old-fashioned platforms that don't have strtoumax:
+       lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
+       lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
+       m4/strtoull.m4, m4/strtoumax.m4.
+       * .bzrignore: Add lib/inttypes.h.
+
+2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * configure.in: Check for GnuTLS certificate verify callbacks.
+
+2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (config.status): Don't erase in case of error.
+       In case it disappeared, rebuild it with `configure'.
+
+2011-04-20  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
+
+2011-04-12  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Require ImageMagick >= 6.2.8.  (Bug#7955)
+
+2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/allocator.c: New file, automatically generated by gnulib.
+
+2011-04-07  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
+
+2011-04-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
+       Revert last change.
+
+2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
+       ($(BLD)/careadlinkat.$(O)): New target.
+       ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
+       ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
+       Update dependencies.
+
+2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix more problems found by GCC 4.6.0's static checks.
+
+       * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
+
+       Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
+       * Makefile.in (GNULIB_MODULES): Add careadlinkat.
+       * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
+       * m4/ssize_t.m4: New files, automatically generated from gnulib.
+
+2011-04-06  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Handle loaddefs-like files as well.
+       (usage): Add -l, -C.
+       (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
+       With -l, check status of lisp/ as well.
+       With -C, clean before building.
+       (autoreconf): Only pass -f in the `clean' case.
+       (commit): New function.
+
+2011-03-28  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Pass -f to autoreconf.
+
+       * autogen.sh (get_version): Discard "not found" lines.
+       (check_version): Respect $AUTOCONF etc environment variables.
+
+2011-03-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
+       (AH_BOTTOM): Do not define SIGTYPE.
+
+2011-03-26  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
+       AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
+
+2011-03-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * autogen/update_autogen: Remove useless function keyword.
+
+2011-03-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Generate src/config.h and lib/Makefile from
+       autogen/config.in and autogen/Makefile.in.
+
+2011-03-25  Glenn Morris  <rgm@gnu.org>
+
+       * compile, config.guess, config.sub, depcomp, install-sh, missing:
+       Remove; autoreconf can supply them.
+       * Makefile.in (sync-from-gnulib): Don't sync config.sub,
+       config.guess, install-sh.  Pass -i to autoreconf.
+       * autogen/update_autogen (genfiles): Add compile, config.guess,
+       config.sub, depcomp, install-sh, missing.  Pass -i to autoreconf.
+       Discard non-error output from autoreconf in -q case.
+       * autogen/compile, autogen/config.guess, autogen/config.sub:
+       * autogen/depcomp, autogen/install-sh, autogen/missing: New.
+       * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
+       install-sh, missing.
+
+2011-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/update_autogen: Fix typo.
+       (msg): Remove function; use `exec' instead.
+
+       * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
+       (sync-from-gnulib): Don't sync mkinstalldirs.
+       * make-dist: Don't distribute mkinstalldirs.
+
+2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix more problems found by GCC 4.5.2's static checks.
+       * Makefile.in (GNULIB_MODULES): Add socklen.
+       * configure.in: Do not check for sys/socket.h, since socklen does that.
+       * m4/socklen.m4: New automatically-generated file, from gnulib.
+
+       fakemail: Remove dependency on ignore-value.
+       * Makefile.in (GNULIB_MODULES): Add stdio.
+       * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
+       imported from gnulib.
+       * .bzrignore: Add lib/stdio.h.
+
+2011-03-22  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/copy_autogen: Work from ./ or ../.
+       Fix time-stamps.
+       * autogen.sh: Doc fix.
+
+2011-03-20  Glenn Morris  <rgm@gnu.org>
+
+       * autogen/: New directory, to be excluded from releases.
+       * autogen/copy_autogen, autogen/update_autogen: New scripts.
+       * autogen/README: New file.
+       * autogen/aclocal.m4, autogen/config.in, autogen/configure:
+       * autogen/Makefile.in: Add auto-updated generated files.
+       * autogen.sh: No longer a no-op, now it tests for autotools
+       and runs them as necessary.
+       * configure.in: Default maintainer-mode to on.
+       * aclocal.m4, configure, lib/Makefile.in: Remove files.
+
+2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Update for gnulib.
+       * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
+       includes <intprops.h> directly.
+       * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
+       when building Emacs on Solaris 9 and running it on Solaris 10.
+
+2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-03-06  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (FREETYPE_LIBS): Actually set it to something.
 
-2011-03-13  Miles Bader  <miles@gnu.org>
+2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Work around some portability problems with symlinks.
+
+       * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
+       * configure.in (lstat, HAVE_LSTAT): Remove special hack.
+       * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
+       * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
+       * m4/symlink.m4:
+       New files, automatically generated from gnulib.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
+       * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
+
+2011-02-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * .bzrignore: Ignore new lib/*.in-h files.
+
+       * config.bat: Rename stdint.in.h and sys_stat.in.h.  Call
+       depfiles.bat even if lib/deps already exist.
+
+2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
+       * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
+       recent changes to configure.in and to gnulib.
+
+2011-02-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
+       AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
+
+2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Assume S_ISLNK etc. work, since gnulib supports this.
+       * Makefile.in (GNULIB_MODULES): Add sys_stat.
+       * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
+       Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
+       * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
+
+2011-02-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/min-max.h: New file, for "min" and "max".
+
+2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
+
+       * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
+       $(EMACS_ROOT)/nt/inc/stdint.h.
+
+2011-02-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
+       src/makefile.w32-in and adapt.  Depend on stamp_BLD.
+       (GNULIBOBJS): Add $(BLD)/filemode.$(O).
+
+2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import filemode module from gnulib.
+       * .bzrignore: Add lib/sys/.
+       * Makefile.in (GNULIB_MODULES): Add filemode.
+       * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
+       * lib/filemode.c: Renamed from src/filemode.c and regenerated
+       from gnulib.  This adds support for some more file types, e.g.,
+       Cray DMF migrated files.
+       * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
+       * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
+       * m4/sys_stat_h.m4: New files, generated from gnulib.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
+       Regenerate.
+
+2011-02-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
+       $(EMACS_ROOT)/nt/inc/sys/stat.h.
+
+2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
+       This undoes the 2006-01-02 change.  The -Wno-pointer-sign option
+       is no longer needed, due to the recent SSDATA and related changes.
+       Perhaps -Wno-pointer-sign should also be removed from
+       nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
+       way to test this so I left it alone.
+       * configure: Regenerate.
+
+2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
+
+       * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
+       src/makefile.w32-in.
+
+2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import crypto/md5 and stdint modules from gnulib.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
+       Regenerate.
+       * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
+       Import the new versions from gnulib; they assume a C99-style
+       <stdint.h>, supplied by the stdint module.
+       * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
+       imported from gnulib.
+       * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
+       * admin/notes/copyright: Remove src/md5.c and src/md5.h as
+       special cases.
+
+2011-02-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
+       Add lib/deps/.
+
+       * config.bat: Configure in `lib'.
+       Generate *.Po files in lib/deps.
+
+2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import IRIX 6.5 getloadavg fixes from gnulib.
+       * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
+
+2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import getloadavg module from gnulib.
+       * .bzrignore: Add lib/stdlib.h.
+       * Makefile.in (GNULIB_MODULES): Add getloadavg.
+       * admin/notes/copyright: Remove src/getloadavg.c as a special case.
+       * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
+       (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
+       Remove; gnulib does this now.
+       * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
+       from gnulib.  This adds support for several other systems, such
+       as Tru64 4.0D, QNX, AIX perfstat, etc.  It also fixes a potential
+       buffer overrun on Linux hosts under very high load, and on hosts
+       that maintain a channel to the load average file it makes sure
+       the file descriptor is close-on-exec (on hosts that support this)
+       and is not stdin, stdout, or stderr.
+       * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
+       from gnulib.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
+       * src/config.in: Regenerate.
+
+2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib.
+
+       * install-sh: Update to scriptversion 2011-01-19.21.
+
+       2011-02-13  Bruno Haible  <bruno@clisp.org>
+
+       Consistent macro naming for macros that use GCC __attribute__.
+       * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
+       ATTRIBUTE_DEPRECATED.
+
+       2011-02-12  Bruno Haible  <bruno@clisp.org>
+
+       setlocale: Prefer gnulib's override over libintl's override.
+       * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
+       GNULIB_defined_setlocale is set.
+
+2011-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Exclude generated file src/globals.h.
+
+2011-02-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
+       Sync from gnulib, which has been patched to fix the problem
+       with the license notices.  Problem reported by Glenn Morris in
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
+
+2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .bzrignore: Ignore globals.h and related stamp.
+
+2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/Makefile.in, lib/gnulib.mk: Regenerate.
+       This merges the following fix from gnulib:
+
+       2011-02-08  Bruno Haible  <bruno@clisp.org>
+
+       Split large sed scripts, for HP-UX sed.
+
+2011-02-08  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuild.
+       * configure.in (NS_OBJC_OBJ): New subst.
+
+2011-02-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       gnulib: allow multiple gnulib generated replacements to coexist
+       This defines a few preprocessor symbols that should not affect Emacs.
+       * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
+       via "make sync-from-gnulib".
+
+       gnulib: undo previous change
+       The upstream _HEADERS change was backed out of gnulib (see the
+       same thread).  Stay in sync with gnulib.
+
+       gnulib: adjust to upstream _HEADERS change
+       * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
+       New empty macros, to accommodate recent changes to gnulib.  See
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
+       * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
+       * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
+       * lib/time.in.h, lib/unistd.in.h:
+       Regenerate.
+
+2011-02-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       sync from gnulib to remove HAVE_STDBOOL_H
+       * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
+       AC_HEADER_STDBOOL.  All uses changed.  Do not define
+       HAVE_STDBOOL_H, as gnulib does not need this.  This change is
+       imported from the latest Autoconf git.  It was motivated by Emacs,
+       which uses gnulib but does not need HAVE_STDBOOL_H.
+       * configure, src/config.in: Regenerate.
+       * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
+
+2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       allow C code to suppress warnings about ignored return values
+       * Makefile.in (GNULIB_MODULES): Add ignore-value.
+       * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+       * lib/ignore-value.h: New file.
+
+2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Test existence of xaw3d library, not just the
+       header (Bug#7642).
+
+2011-01-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
+       $(BLD)/time_r.$(O).
+       ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
+       $(EMACS_ROOT)/src/m/intel386.h.
+       ($(BLD)/strftime.$(O)):
+       ($(BLD)/time_r.$(O)): Define prerequisites.
+
+2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       src/emacs.c now gets version number from configure.in
+       * configure.in (version): Set this from $PACKAGE_VERSION,
+       which is set from AC_INIT, rather than scouting through src/emacs.c.
+       * configure: Regenerate.
+       * make-dist (version): Get it from configure.in, not src/emacs.c.
+
+2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       strftime: import from gnulib
+       * Makefile.in (GNULIB_MODULES): Add strftime.
+       * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
+       needed.
+       * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
+       Regenerate.
+       * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
+       imported from gnulib.
+       * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
+       This incorporates many changes from gnulib, including simpler
+       handling of multibyte formats, porting to mingw32 and other
+       platforms, and support for higher-resolution time stamps.
+       Emacs does not yet use the higher-resolution interface.
+
+2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       gnulib: import mktime and move-if-change fixes from gnulib
+
+       * configure: Regenerate from the following.
+
+       2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       mktime: clarify long_int width checking
+       * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
+       the top level, to make it clearer that the assumption about
+       long_int width is being checked.  See
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
+
+       2011-01-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       TYPE_MAXIMUM: avoid theoretically undefined behavior
+       * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
+       negative number, which the C Standard says has undefined behavior.
+       In practice this is not a problem, but might as well do it by the book.
+       Reported by Rich Felker and Eric Blake; see
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
+       * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
+       * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
+
+       mktime: #undef mktime before #defining it
+       * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
+
+       mktime: systematically normalize tm_isdst comparisons
+       * lib/mktime.c (isdst_differ): New function.
+       (__mktime_internal): Use it systematically for all isdst comparisons.
+       This completes the fix for libc BZ #6723, and removes the need for
+       normalizing tm_isdst.  See
+       <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
+       (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
+
+       mktime: fix some integer overflow issues and sidestep the rest
+
+       This was prompted by a bug report by Benjamin Lindner for MinGW
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
+       His bug is due to signed integer overflow (0 - INT_MIN), and I
+       I scanned through mktime.c looking for other integer overflow
+       problems, fixing all the bugs I found.
+
+       Although the C Standard says the resulting code is still not safe
+       in the presence of integer overflow, in practice it should be good
+       enough for all real-world two's-complement implementations, except
+       for debugging environments that deliberately trap on integer
+       overflow (e.g., gcc -ftrapv).
+
+       * lib/mktime.c (WRAPV): New macro.
+       (SHR): Also check that long_int and time_t shift right in the
+       usual way, before using the fast-but-unportable method.
+       (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
+       used.  The code already assumed two's complement, so there's
+       no need to test for alternatives.  All uses removed.
+       (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
+       the C standard.  Problem reported by Rich Felker in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
+       (twos_complement_arithmetic): Also check long_int and time_t.
+       (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
+       (guess_time_tm, ranged_convert, __mktime_internal): Use them.
+       (__mktime_internal): Avoid integer overflow with unary subtraction
+       in two instances where -1 - X is an adequate replacement for -X,
+       since the calculations are approximate.
+
+       2011-01-29  Eric Blake  <eblake@redhat.com>
+
+       mktime: avoid infinite loop
+       * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
+       type; behavior is still undefined but portable to all known targets.
+       Reported by Rich Felker.
+
+       2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       mktime: avoid problems on NetBSD 5 / i386
+       * lib/mktime.c (long_int): New type.  This works around a problem
+       on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
+       but time_t is 64 bits, and where I expect the existing code is
+       wrong in some cases.
+       (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
+       (ydhms_diff): Bring back the compile-time check for wide-enough
+       year and yday.
+
+       mktime: fix misspelling in comment
+       * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
+       This merges all recent glibc changes of importance.
+
+       2011-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       move-if-change: cope with concurrent mv of identical file.
+       * move-if-change (CMPPROG): Accept environment
+       variable as an override for `cmp'.
+       (usage): Document CMPPROG.
+       Adjust comparison to drop stdout.  Cope with failure of mv if
+       the target file exists and is identical to the source, for
+       parallel builds.
+       Report from H.J. Lu against binutils in PR binutils/12283.
+
+2011-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in:
+       * lib/getopt_.h: New files.
+
+2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       improve fix for MS-DOS file name clash
+       * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
+       for portability to POSIX make.  Reported by Bruno Haible.
+       (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
+       gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
+       files from accumulating as garbage.  Also reported by Bruno Haible.
+
+2011-01-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
+       * Makefile.in (DOS-gnulib-comp.m4): New macro.
+       (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
+       problems with MS-DOS 8+3 file name restrictions.
+       Remove m4/gnulib-cache.m4, as we can live without it.  If we kept
+       it, it would also cause problems when extracting Emacs distribution
+       tarballs on MS-DOS hosts.
+       (ACLOCAL_INPUTS): Adjust to file renaming.
+       * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
+       * config.guess, config.sub: Sync from gnulib.
+       * m4/gnulib-cache.m4: Remove from repository.
+       * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
+
+2011-01-25  Glenn Morris  <rgm@gnu.org>
+
+       * README: Add a note about ranges in copyright years.
+
+       * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
+
+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-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: 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.
+
+2010-12-10  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * 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>
+
+       * 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-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * configure.in: Don't write a warning for D-Bus anymore.
+
+2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Fix indentation.
+
+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-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: 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).
+       * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
 
-2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * Version 23.3 released.
+       * 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}.
 
-2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * configure.in: Test existence of xaw3d library, not just the
-       header (Bug#7642).
+       * 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.
 
-2011-01-23  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * configure.in: Add HP-UX on IA64 (Bug#6811).
+       * configure.in: Use -Wold-style-definition if available.
+       This helps with the transition to standard C code, it can be
+       removed when done.
 
-2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
+       * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
 
-       * configure.in [netbsd systems]: Check for tputs definition
-       (Bug#7642).
+       * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
+       and MSWindows.
 
-2010-12-11  Glenn Morris  <rgm@gnu.org>
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * make-dist: Exclude etc/*.pyc.  [Backport from trunk]
+       * 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-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
+2010-07-07  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).
+       * configure.in (getenv): Remove K&R declaration.
 
-2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
+       * configure.in: Remove define __P.
 
-2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
+2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * configure.in: Don't write a warning for D-Bus anymore.
+       * configure.in (--enable-use-lisp-union-type): New flag.
 
-2010-11-03  Glenn Morris  <rgm@gnu.org>
+2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * configure.in (CRT_DIR): New output variable.
-       (--with-crt-dir): New option.  (Bug#5655)
-       (HAVE_LIB64_DIR): Remove.
+       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-10-12  Glenn Morris  <rgm@gnu.org>
+2010-06-30  Glenn Morris  <rgm@gnu.org>
 
-       * BUGS, INSTALL.BZR, README: Updates.
+       * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
+       Set with AC_DEFINE rather than AH_BOTTOM.
 
-2010-10-08  Eli Zaretskii  <eliz@gnu.org>
+       * 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.
 
-       * make-dist: Don't distribute src/buildobj.h.  (Bug#7167)
+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.
 
-2010-05-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+       * 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.
+
+       * 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.
 
 2009-12-10  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * configure.in: Check for RSVG if GNUStep is used.
+       * configure.in: Check for RSVG if GNUstep is used.
 
 2009-12-09  Jan Djärv  <jan.h.d@swipnet.se>
 
 
 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
+       * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
 
 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
 
        * BUGS: Use new binding of view-emacs-problems.
 
-2009-05-04   Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
+2009-05-04  Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
 
        * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
        for Solaris compatibility.
 
        * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
 
-2008-08-28  Adrian Robert  <Adrian.B.Robert@gmail.com>
+2008-10-03  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
        "X") to avoid confusion.
        $PKG_CONFIG --exists "$2" to config.log.
        * configure: Regenerate.
 
-2006-07-08  Richard Stallman  <rms@gnu.org>
+2006-07-09  Richard Stallman  <rms@gnu.org>
 
        * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
 
 
        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
 
        * configure.in (HAVE_CANCELMENUTRACKING): New test.
 
-2005-05-11  Jérôme Marant  <jmarant@marant.org>
+2005-05-19  Jérôme Marant  <jmarant@marant.org>
 
        * configure.in: Add --enable-locallisppath.
 
 
        * configure.in: Check for exec-shield.
 
+2004-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * Makefile.in (install-arch-indep): Add pgg and sieve.
+
+       * info/.cvsignore: Added pgg and sieve.
+
 2004-08-06  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (install-arch-indep, uninstall): Add flymake.
 
        * config.bat: Update URLs in the comments.
 
-2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (install-arch-indep): Add pgg and sieve.
-
-       * info/.cvsignore: Added pgg and sieve.
-
 2004-07-05  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (install-arch-indep): Remove .arch-inventory files.
 
        * 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.
 
        * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
        clashes with install-sh on 8+3 filesystems.
 
-2003-12-08  Miles Bader  <miles@gnu.org>
+2003-12-24  Miles Bader  <miles@gnu.org>
 
        * .cvsignore: Add .arch-inventory.
 
        * configure.in: Append * to s390-*-linux-gnu case.
        (LIBMAIL) <lockfile>: Don't define.
 
-2003-04-30  Richard M. Stallman  <rms@gnu.org>
-
-       * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
-
-2003-04-28  Francesco Potortì  <pot@gnu.org>
-
-       * configure.in: Undo last (RMS') change, as it is useless, per
-       Dave Love.
-
-2003-04-08  Richard M. Stallman  <rms@gnu.org>
-
-       * configure.in: Put #include of jpeglib.h at start of line.
-
 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * INSTALL (* GNU/Linux development packages): Mention Debian and
        * INSTALL (* GNU/Linux development packages): Tell people to
        install additional packages for compiling Emacs.
 
+2003-04-30  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
+
+2003-04-28  Francesco Potortì  <pot@gnu.org>
+
+       * configure.in: Undo last (RMS') change, as it is useless, per
+       Dave Love.
+
+2003-04-08  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Put #include of jpeglib.h at start of line.
+
 2003-04-06  Francesco Potortì  <pot@gnu.org>
 
        * configure.in: Use the same configuration for all aix5, not just
 
        * autogen.sh: New file.
 
-2002-11-15  Dave Love  <fx@gnu.org>
+2002-11-18  Dave Love  <fx@gnu.org>
 
        * configure.in: Tidy up various quoting issues throughout.
        Use AC_GNU_SOURCE.
        variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
        and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
 
-2002-04-28  Colin Walters  <walters@verbum.org>
+2002-04-29  Colin Walters  <walters@verbum.org>
 
        * configure.in: Delete configure check for access to the game user.
 
        * 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)
 
 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
        * configure.in (creating src/Makefile): Put code inside 2nd arg to
-       AC_OUTPUT as it should be; hopefully noone will again see fit to
+       AC_OUTPUT as it should be; hopefully no one will again see fit to
        gratuitously break this and not make a change log entry.
        Optimized sed processing of Makefile.in and cpp output; now
        preserves comments previously removed from the cpp input.
        paths.h.in, Makefile.in in src.
 
        * configure: Delete .tmp files before creating them; don't bother
-       trying to make final targets writeable first, since it won't
+       trying to make final targets writable first, since it won't
        matter to move-if-change.
 
 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
        (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, 2012  Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2012 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