]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 9 May 2001 11:32:18 +0000 (11:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 9 May 2001 11:32:18 +0000 (11:32 +0000)
src/ChangeLog

index 0b2c85239902df0be3cd039524d1823d5ce6c6ab..ed3ee74c5a768da36ada2eb4907118c59e80e7ea 100644 (file)
        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.
+       able to write to hidden and system files.  From Dan Holmsand
+       <dan@eyebee.com>.
 
-       * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.
+       * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.  From Dan
+       Holmsand <dan@eyebee.com>.
 
 2001-04-09  Gerd Moellmann  <gerd@gnu.org>