Timestamp fixes for undo.
[bpt/emacs.git] / ChangeLog
index 33e739c..579cd12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
+2013-07-09  Peter Rosin  <peda@lysator.liu.se>  (tiny change>
+
+       * configure.ac (HAVE_W32): Avoid nested functions (the second
+       argument of AC_LANG_PROGRAM is already expanded inside a
+       function).  (Bug#14830)
+
+2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port recent close-on-exec changes to Cygwin (Bug#14821).
+       * lib/binary-io.c, lib/binary-io.h: New files.
+       Merge from gnulib, incorporating:
+       2013-07-09 accept4, dup3, pipe2: port to Cygwin
+       * lib/pipe2.c: Update from gnulib, as part of this merge.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+       Handle errno and exit status a bit more carefully.
+       * lib/ignore-value.h: Remove this gnulib-imported file.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2013-07-08  Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
+
+       * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
+
+2013-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Try to fix FreeBSD 9.1 porting problem (Bug#14812).
+       This incorporates the following merge from gnulib:
+       2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
+
 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Port to Ubuntu 10 (Bug#14803).
+       * configure.ac (accept4): New function to check for.
+
        Make file descriptors close-on-exec when possible (Bug#14803).
        * configure.ac (mkostemp): New function to check for.
        (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.