Fix compiling nib2gmodel on MacOSX 10.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13273 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-03-31 03:50:48 +00:00
parent ec12ecf723
commit 9c277811c8

View file

@ -1,3 +1,12 @@
2002-03-30 Adam Fedor <fedor@gnu.org>
* gui/Model/GMAppKit.m (-encodeWithModelArchiver:): Encode an
empty array rather than crash.
* gui/Model/GMArchiveObjects.m (-colorSpaceName): Implement for
NSObject to to work around a bug in MacOSX 10.1.x
* gui/Model/GNUmakefile: Include libgmodel with building nib2gmodel.
* gui/Model/IBClasses.m: Fix debug for compiling on Darwin.
2002-03-29 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSTableView.m ([NSTableView -encodeWithCoder:]):