diff --git a/ChangeLog b/ChangeLog index ac5f9da7e..91ae7c057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2004-12-26 Adam Fedor + + * Add support for systems that support unichar file paths (e.g. + Windows). + * Headers/Foundation/NSFileManager.h (-localFromOpenStepPath:, + _openStepPathFromLocal:): New methods. + (NSDirectoryEnumerator): Updated ivars. + * Source/NSFileManager.m: Idem. + (-changeCurrentDirectoryPath, changeFileAttributes:, + currentDirectoryPath, etc): Update for Windows unichar paths. + * Headers/Foundation/NSString.h: (-unicharString, + -localFromOpenStepPath:, _openStepPathFromLocal:): New methods. + * Source/NSString.m: Idem. + * Source/GSFileHandle.m (-initForReadingAtPath:, + -initForWritingAtPath, -initForUpdatingAtPath:): Update for Windows + unichar paths. + * Source/NSData.m (readContentsOfFile, -writeToFile:, + initWithContentsOfMappedFile:): Idem. + * Source/NSTask.m (NSConcreteWindowsTask): Update for Windows + unichar paths. + (Patch from Roland Schwingle ) + 2004-12-28 Richard Frith-Macdonald * Tools/gdnc.m: Change name of dummy class to avoid Darwin linker diff --git a/Documentation/HtmlNav/docs-web.html b/Documentation/HtmlNav/docs-web.html index 70c28d5e3..579694204 100644 --- a/Documentation/HtmlNav/docs-web.html +++ b/Documentation/HtmlNav/docs-web.html @@ -56,7 +56,7 @@ The GUI portion of GNUstep. @@ -139,29 +139,33 @@



- + +