* configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
[bpt/emacs.git] / ChangeLog
index ba36b72..417172e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2013-12-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
+       AC_CONFIG_HEADERS.
+
+2013-12-19  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * .gitignore: Ignore refcard temporaries and info/*.info files.
+
+2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-12-17 gettimeofday: port recent C++ fix to Emacs
+       2013-12-17 gettimeofday: fix C++ crosscompilation
+       2013-12-17 qacl: port to Windows better
+       * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
+       Update from gnulib.
+       * lib/gnulib.mk: Regenerate.
+
+2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * INSTALL: Clarify treatment of image libraries.
+
 2013-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use bool for boolean, focusing on headers.
@@ -6,8 +29,9 @@
 
 2013-12-14  Dani Moncayo  <dmoncayo@gmail.com>
 
-       * configure.ac (srcdir) [MINGW32]: Convert to an absolute MSYS
-       path of the form "/c/foo/bar" to simplify conversion of formats.
+       * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
+       force the format "/c/foo/bar" to simplify conversions to native
+       windows format.
 
 2013-12-13  Glenn Morris  <rgm@gnu.org>