git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-06-07 21:56:58 +00:00
parent 9642bac4ec
commit e82af119fb

View file

@ -1,3 +1,14 @@
2000-06-07 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSImageRep.m
Corrected some methods on this class so that subclasses may use
them. MOved all the class methods to the front of the file.
* Source/NSBitmapImageRep.m
Removed methods implemented by superclass.
* Headers/gnustep/gui/NSEPSImageRep.h:
* Source/NSEPSImageRep.m
Added some basic implementation for this class.
2000-06-07 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSTextAttachment.m