From: Gerd Moellmann Date: Wed, 9 May 2001 11:32:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~582 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ddf3ee1743d87e89e597287e838291cc62d132c;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 0b2c8523990..ed3ee74c5a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. + able to write to hidden and system files. From Dan Holmsand + . - * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. + * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. From Dan + Holmsand . 2001-04-09 Gerd Moellmann