From 9c543fbf181ff5f852c47a0c1bab9823ca8114b7 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 17 Dec 2000 23:16:42 +0000 Subject: [PATCH] *** empty log message *** --- nt/ChangeLog | 6 ++++++ src/ChangeLog | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 242a2001956..87bab4fcea1 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2000-12-17 Andrew Innes + + * makefile.w32-in (install): Copy directories to the correct + places. + (real_install): Remove obsolete target. + 2000-12-06 Andrew Innes * nmake.defs (CURDIR): New define. diff --git a/src/ChangeLog b/src/ChangeLog index ccae9e2a070..b640f5655ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-12-17 Andrew Innes + + * w32.c (sys_rename): Only check errno against EEXIST, and not + EACCES, when determining whether rename failed because the target + exists. This was resulting in indefinite looping on Windows 9x if + the source file was locked by another process. + + * w32fns.c (Ffile_system_info): New function. + (syms_of_w32fns): Defsubr it. + 2000-12-17 Gerd Moellmann * window.c (coordinates_in_window): Fix computation for -- 2.39.2