# HG changeset patch # User Juanma Barranquero # Date 1162644733 0 # Node ID 33dd4e78cdc7c60207c8880a2ffdea6201acea35 # Parent 26aaeb68df7647cbd21c0559f3b770a414bf27d5 *** empty log message *** diff -r 26aaeb68df76 -r 33dd4e78cdc7 src/ChangeLog --- a/src/ChangeLog Sat Nov 04 12:23:03 2006 +0000 +++ b/src/ChangeLog Sat Nov 04 12:52:13 2006 +0000 @@ -4,13 +4,13 @@ command line option and `initial-frame-alist' which is superfluous after the last change to `w32_createwindow'. -2006-11-04 Slawomir Nowaczyk (tiny change) - - * w32proc.c: (sys_wait) Only wait for processes with fd<0. - Others should be handled by sys_select instead. Fixes problems - with (progn (start-process "" nil "ls") (call-process "ls")) - -2006-11-04 Giorgos Keramidas (tiny change) +2006-11-04 Slawomir Nowaczyk (tiny change) + + * w32proc.c (sys_wait): Only wait for processes with fd<0. + Others should be handled by sys_select instead. Fixes problems + with (progn (start-process "" nil "ls") (call-process "ls")). + +2006-11-04 Giorgos Keramidas (tiny change) * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to avoid gcc 2.95 error.