]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Clean-up previous feedmail.el merge.
[gnu-emacs] / ChangeLog
index bb487c652da3e9c503e6faeb5f312212643da6dc..9fccc2e06f950671689cf6267eab217a96c4837b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,40 @@
-2011-04-21  Paul Eggert  <eggert@cs.ucla.edu>
+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.
@@ -9,6 +45,15 @@
        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.