* configure.in: Suppress unnecessary checks for size_t.
[bpt/emacs.git] / ChangeLog
index ea5b106..64aad9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,37 @@
-2011-04-08  Paul Eggert  <eggert@cs.ucla.edu>
+2011-04-22  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.
+
+2011-04-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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-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):