* configure.ac: Allow for --with-sound=voxware that will enable
[bpt/emacs.git] / ChangeLog
index 1feddc0..871a077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+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.
+
+2013-08-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Minor merge from gnulib (mostly just for texinfo.tex).
+
+2013-08-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
+       This improves on the patch already installed, by quoting options
+       that contain spaces and suchlike systematically, so that
+       EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
+       these characters.
+
+2013-08-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
+       * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
+       and reports EINVAL, try it again without O_CLOEXEC.  This should
+       port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
+       What were they thinking?
+
+2013-08-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
+       Fix shell-operator precedence problem in previous change.
+
+2013-08-20  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
+       Clean test/automated if present.
+
+2013-08-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-08-15 warnings: minor optimization
+       2013-08-15 warnings: check -Wfoo rather than -Wno-foo
+
+2013-08-15  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
+
+2013-08-15  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Do not distribute etc/refcards TeX intermediate files.
+       * Makefile.in (install-arch-indep):
+       Do not install etc/refcards TeX intermediate files.
+
+2013-08-14  Ulrich Müller  <ulm@gentoo.org>
+
+       * configure.ac (EMACS_CONFIGURATION): Escape backslashes.  (Bug#15091)
+
+2013-08-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
+
+2013-08-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Minor zlib configuration tweaks.
+       * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
+
+2013-08-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
+
 2013-08-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib, incorporating: