# HG changeset patch # User Gerd Moellmann # Date 989407938 0 # Node ID 3f2fa4bf3af642d9371fb6acfce9d11985366f5c # Parent 694764db81f8bfa0672c36d85137685b47c2d487 *** empty log message *** diff -r 694764db81f8 -r 3f2fa4bf3af6 src/ChangeLog --- 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 . * 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 + . + + * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. From Dan + Holmsand . 2001-04-09 Gerd Moellmann