Fix copying of nextstep/Emacs.app for make -j install
[bpt/emacs.git] / ChangeLog
index d7c30e1..ba6c22c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,50 @@
+2013-09-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Add ns_check_file.
+
+2013-08-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
+       and voxware to oss.
+
+2013-08-31  Ulrich Müller  <ulm@gentoo.org>
+
+       * configure.ac: Allow for --with-sound=voxware that will enable
+       sound but otherwise disable ALSA.  This will use the OSS device,
+       typically /dev/dsp, for sound output.  (Bug#15067)
+
+2013-08-31  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Update for nt/INSTALL* changes.
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
+
+2013-08-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Simplify EMACS_TIME-related code.
+       Merge from gnulib, incorporating:
+       2013-08-27 timespec: new convenience constants and function
+
+2013-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
+       (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
+
 2013-08-27  Glenn Morris  <rgm@gnu.org>
 
+       * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
+
+       * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
+       (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
+       * Makefile.in (check-info-dir): Ignore efaq-w32.
+
        * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
        (maintainer-clean, check-declare): Remove pointless subshells.
        Check cd return value.