Mercurial > emacs
diff src/ChangeLog @ 37293:bcd28a0e934a
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 10 Apr 2001 12:16:20 +0000 |
parents | d499538b011a |
children | bcbc0628e2e5 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Apr 10 12:15:53 2001 +0000 +++ b/src/ChangeLog Tue Apr 10 12:16:20 2001 +0000 @@ -1,3 +1,13 @@ +2001-04-10 Gerd Moellmann <gerd@gnu.org> + + * w32proc.c (sys_spawnve): Quote more chars for Cygwin. + + * 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. + 2001-04-09 Gerd Moellmann <gerd@gnu.org> * fns.c (Fplist_get, Fplist_put): Add QUITs.