changeset 73676:33dd4e78cdc7

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 04 Nov 2006 12:52:13 +0000
parents 26aaeb68df76
children e92b6b791ebb
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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  <slawek@cs.lth.se> (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  <keramida@ceid.upatras.gr> (tiny change)
+2006-11-04  Slawomir Nowaczyk  <slawek@cs.lth.se>  (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  <keramida@ceid.upatras.gr>  (tiny change)
 
 	* xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
 	avoid gcc 2.95 error.