diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ccae9e2a070..b640f5655ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-12-17 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (sys_rename): Only check errno against EEXIST, and not | ||
| 4 | EACCES, when determining whether rename failed because the target | ||
| 5 | exists. This was resulting in indefinite looping on Windows 9x if | ||
| 6 | the source file was locked by another process. | ||
| 7 | |||
| 8 | * w32fns.c (Ffile_system_info): New function. | ||
| 9 | (syms_of_w32fns): Defsubr it. | ||
| 10 | |||
| 1 | 2000-12-17 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-12-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * window.c (coordinates_in_window): Fix computation for | 13 | * window.c (coordinates_in_window): Fix computation for |