From 84c92ff0fba12a168cbc4f5c94cd9d8bbdeff94e Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 10 Jun 2002 09:08:01 +0000 Subject: [PATCH] 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 --- ChangeLog | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b7102462..87898d136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,17 @@ +2002-06-07 Georg Fleischmann + + * Model/GMAppKit.m ([NSCell -encodeWithModelArchiver:]): Restore + sendActionMask. + 2002-06-10 Alexander Malmberg - * 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 - * 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