From 4bf7a2fe01d3418effa78d255ca23af18d29febb Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 19 Feb 2001 00:42:31 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9165 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 24ec6c164..50ad506d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-02-19 Fred Kiefer + + * Source/NSWindow.m + [_initBackendWindow:] corrected the registration of drag types, + when a window gets realized. We have to use a copy here, as the + original will get changed. + 2001-02-18 Richard Frith-Macdonald * Source/NSColorWell.m: Tidied a little, and made changes to conform