diff src/ChangeLog @ 988:5df795348f45

[xemacs-hg @ 2002-09-01 22:13:52 by andyp] apply various 21.4 patches
author andyp
date Sun, 01 Sep 2002 22:14:58 +0000
parents 9b80efded6a5
children 4700aface1ab
line wrap: on
line diff
--- a/src/ChangeLog	Sun Sep 01 17:54:58 2002 +0000
+++ b/src/ChangeLog	Sun Sep 01 22:14:58 2002 +0000
@@ -1,3 +1,11 @@
+2002-08-19  Andy Piper  <andy@xemacs.org>
+
+	* fileio.c (Ffile_truename): on cygwin using win32 normalize to
+	win32 format.
+
+	* realpath.c (xrealpath): normalize drive spec also so that dir
+	sep chars are not mixed on cygwin.
+
 2002-09-01  Mike Alexander  <mta@arbortext.com>
 
 	* event-msw.c (winsock_closer): Use closesocket, not CloseHandle