diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 61 |
1 files changed, 60 insertions, 1 deletions
| @@ -1,3 +1,62 @@ | |||
| 1 | 2013-07-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac: Simplify --with-file-notification handling. | ||
| 4 | |||
| 5 | 2013-07-12 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * configure.ac: If with-file-notification=yes, if gfile not found, | ||
| 8 | go on to try inotify (not on MS Windows or Nextstep). | ||
| 9 | |||
| 10 | 2013-07-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 11 | |||
| 12 | Fix races with threads and file descriptors. | ||
| 13 | * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close. | ||
| 14 | |||
| 15 | 2013-07-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 16 | |||
| 17 | * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835). | ||
| 18 | |||
| 19 | 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change> | ||
| 20 | |||
| 21 | * configure.ac (HAVE_W32): Avoid nested functions (the second | ||
| 22 | argument of AC_LANG_PROGRAM is already expanded inside a | ||
| 23 | function). (Bug#14830) | ||
| 24 | |||
| 25 | 2013-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 26 | |||
| 27 | Port recent close-on-exec changes to Cygwin (Bug#14821). | ||
| 28 | * lib/binary-io.c, lib/binary-io.h: New files. | ||
| 29 | Merge from gnulib, incorporating: | ||
| 30 | 2013-07-09 accept4, dup3, pipe2: port to Cygwin | ||
| 31 | * lib/pipe2.c: Update from gnulib, as part of this merge. | ||
| 32 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 33 | |||
| 34 | Handle errno and exit status a bit more carefully. | ||
| 35 | * lib/ignore-value.h: Remove this gnulib-imported file. | ||
| 36 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 37 | |||
| 38 | 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change) | ||
| 39 | |||
| 40 | * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798). | ||
| 41 | |||
| 42 | 2013-07-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 43 | |||
| 44 | Try to fix FreeBSD 9.1 porting problem (Bug#14812). | ||
| 45 | This incorporates the following merge from gnulib: | ||
| 46 | 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11 | ||
| 47 | |||
| 48 | 2013-07-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 49 | |||
| 50 | Port to Ubuntu 10 (Bug#14803). | ||
| 51 | * configure.ac (accept4): New function to check for. | ||
| 52 | |||
| 53 | Make file descriptors close-on-exec when possible (Bug#14803). | ||
| 54 | * configure.ac (mkostemp): New function to check for. | ||
| 55 | (PTY_OPEN): Pass O_CLOEXEC to posix_openpt. | ||
| 56 | * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4: | ||
| 57 | * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib. | ||
| 58 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 59 | |||
| 1 | 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change) | 60 | 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change) |
| 2 | 61 | ||
| 3 | * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang. | 62 | * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang. |
| @@ -36,7 +95,7 @@ | |||
| 36 | * Makefile.in (install-arch-indep): Do not create directories passed | 95 | * Makefile.in (install-arch-indep): Do not create directories passed |
| 37 | with --enable-locallisppath. | 96 | with --enable-locallisppath. |
| 38 | 97 | ||
| 39 | 2013-06-24 Glenn Morris <rgm@fencepost.gnu.org> | 98 | 2013-06-24 Glenn Morris <rgm@gnu.org> |
| 40 | 99 | ||
| 41 | * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684) | 100 | * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684) |
| 42 | 101 | ||