Fix to encoding NSCells in gmodels

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13819 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-10 09:08:01 +00:00
parent 7e65a9dbfa
commit 3e32fae6ff

View file

@ -1,12 +1,17 @@
2002-06-07 Georg Fleischmann <georg@vhf.de>
* Model/GMAppKit.m ([NSCell -encodeWithModelArchiver:]): Restore
sendActionMask.
2002-06-10 Alexander Malmberg <alexander@malmberg.org>
* Source/GSServicesManager.m (-performService:...): Create
and use a local copy of the NSPasteboard.
* Source/GSServicesManager.m (-performService:...): Create and use
a local copy of the NSPasteboard.
2002-06-08 Alexander Malmberg <alexander@malmberg.org>
* Source/NSWindow.m (-_initDefaults): Make _miniaturizedImage
default to the application icon.
* Source/NSWindow.m (-_initDefaults): Make _miniaturizedImage
default to the application icon.
2002-06-08 Alexander Malmberg <alexander@malmberg.org>