From 3b497c43300b88c02aeb4ee95640cf464cc38c9c Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 28 Apr 1999 11:25:46 +0000 Subject: [PATCH] Check in all work in progress git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4156 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 812c51ab7..7de97a16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Wed Apr 28 11:37:00 1999 Richard Frith-Macdonald + + Images for FileViewer. + * Images/GNUmakefile: new images + * Images/common_Unknown.tiff: new + * Images/common_Folder.tiff: new + * Images/common_Root_PC.tiff: new + * Images/common_Root_SGI.tiff: new + * Images/common_Root_Sparc.tiff: new + * Images/common_Root_Sparc2.tiff: new + * Images/common_Root_Apple.tiff: new + * Source/NSImageRep.m: A few bugfixes. + * Source/NSCachedImageRep.m: A few bugfixes. + * Source/NSImage.m: Partial support for caching. + * Source/NSWorkspace.m: Support for finding file icons and finding + the correct application to open an app with a given extension. + * Headers/AppKit/NSWorkspace.h: GNUstep specific API for handling the + preferred icon and the preferred app to edit/view a file. + 1999-04-27 Michael Hanni Changes based on report by Tim Bissell