diff options
| author | Gerd Moellmann | 2001-05-09 11:32:18 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-09 11:32:18 +0000 |
| commit | 8ddf3ee1743d87e89e597287e838291cc62d132c (patch) | |
| tree | 888915384562c2f9129fff02b84bfcf7e4ac8b7a /src | |
| parent | a36d22d2ed9087b71a23b2ea8ba79b29250c94dc (diff) | |
| download | emacs-8ddf3ee1743d87e89e597287e838291cc62d132c.tar.gz emacs-8ddf3ee1743d87e89e597287e838291cc62d132c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b2c8523990..ed3ee74c5a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -147,12 +147,14 @@ | |||
| 147 | instead of using it.last_visible_y for the height of the window. | 147 | instead of using it.last_visible_y for the height of the window. |
| 148 | 148 | ||
| 149 | * w32proc.c (sys_spawnve): Quote more chars for Cygwin. | 149 | * w32proc.c (sys_spawnve): Quote more chars for Cygwin. |
| 150 | From Dan Holmsand <dan@eyebee.com>. | ||
| 150 | 151 | ||
| 151 | * w32.c (sys_open): Try to open file without _O_CREAT first, to be | 152 | * w32.c (sys_open): Try to open file without _O_CREAT first, to be |
| 152 | able to write to hidden and system files. Make file handles | 153 | able to write to hidden and system files. From Dan Holmsand |
| 153 | non-inheritable. | 154 | <dan@eyebee.com>. |
| 154 | 155 | ||
| 155 | * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. | 156 | * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. From Dan |
| 157 | Holmsand <dan@eyebee.com>. | ||
| 156 | 158 | ||
| 157 | 2001-04-09 Gerd Moellmann <gerd@gnu.org> | 159 | 2001-04-09 Gerd Moellmann <gerd@gnu.org> |
| 158 | 160 | ||