changeset 37629:3f2fa4bf3af6

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 09 May 2001 11:32:18 +0000
parents 694764db81f8
children 5a2458f097b0
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed May 09 10:38:47 2001 +0000
+++ b/src/ChangeLog	Wed May 09 11:32:18 2001 +0000
@@ -147,12 +147,14 @@
 	instead of using it.last_visible_y for the height of the window.
 
 	* w32proc.c (sys_spawnve): Quote more chars for Cygwin.
+	From Dan Holmsand <dan@eyebee.com>.
 
 	* w32.c (sys_open): Try to open file without _O_CREAT first, to be
-	able to write to hidden and system files.  Make file handles
-	non-inheritable.
-
-	* fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.
+	able to write to hidden and system files.  From Dan Holmsand
+	<dan@eyebee.com>.
+
+	* fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.  From Dan
+	Holmsand <dan@eyebee.com>.
 
 2001-04-09  Gerd Moellmann  <gerd@gnu.org>