]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.com
[gnu-emacs] / src / ChangeLog
index 4bf848d953a5844f7b800d75d8302f1abdeed8c6..596133002ea32f267753738e9ef9c7cdb8067137 100644 (file)
@@ -1,3 +1,11 @@
+2012-05-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32proc.c (new_child): Force Windows to reserve only 64KB of
+       stack for each reader_thread, instead of defaulting to 8MB
+       determined by the linker.  This avoids failures in creating
+       subprocesses on Windows 7, see the discussion in this thread:
+       http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
+
 2012-05-07  Jérémy Compostella  <jeremy.compostella@gmail.com>
 
        Fix up display of the *Minibuf-0* buffer in the mini window.