]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
fix version tags
[gnu-emacs] / ChangeLog
index 17d3f9401a39b8f4462bcc151d298dee842d5644..83d7a9833e4c265f1920974d792c0cb580486942 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,71 @@
+2014-11-05  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-info, uninstall): Restore pre-2012-12-13
+       solution.  (Bug#18908)
+
+2014-10-31  Eric S. Raymond  <esr@thyrsus.com>
+
+       * autogen.sh: Neutralize language specific to a repository type.
+
+2014-10-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (${srcdir}/info/dir): Make sure info directory exists.
+
+2014-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
+       trunk's 24.4.50.
+
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Version 24.4 released.
+
+2014-10-11  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
+       to 8 MB.  (Bug#18438)
+
+2014-10-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
+
+2014-09-21  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Increase headerpad_extra to 1000, update the comment
+       about load commands (Bug#18505).
+
+2014-09-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
+       defines the sound stuff on MS-Windows.  (Bug#18463)
+
+2014-08-22  Ken Brown  <kbrown@cornell.edu>
+
+       * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
+       Cygwin-w32 build.  (Bug#18302)
+
+2014-08-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Don't prevent random file systems from being unmounted (Bug#18232).
+       This fix relies on having the 'fchdir' function, and on having
+       "." be searchable (or at least readable, on platforms lacking O_SEARCH),
+       but that's good enough to handle the vast majority of cases and the
+       remaining folks can just live with the annoyance of file systems
+       that occasionally can't be unmounted.
+       * configure.ac (fchdir): New function to check for.
+       * lib/save-cwd.c: Copy from gnulib, except omit the part that
+       allocates memory, since that can cause problems in Emacs.
+       * lib/save-cwd.h: Copy from gnulib.
+
+2014-07-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
+
 2014-06-20  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * configure.ac: Warn about --enable-link-time-optimization's issues
+       in --help message (Bug#17806).
+
        Port to GCC 4.9.0 with link time optimization (Bug#17806).
        * configure.ac (CFLAGS): With link time optimization,
        use -ffat-lto-objects if supported; otherwise Emacs won't
 2012-12-13  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
-       (uninstall): Likewise.  (Bug#13143)
+       (uninstall): Likewise.  (Bug#13142)
 
 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>