diff --git a/ChangeLog b/ChangeLog index 4242cd48d..11528b3cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Dec 28 01:42:40 2002 Nicola Pero + + * Source/NSWindow.m ([-_initBackendWindow:]): Fixed code resetting + then restoring the drag types for a deferred window -- there was a + small confusion where NSArray and NSCountedSet were used + interchangeably, while they are not. Drag&drop works again on + deferred windows for me. + Wed Dec 25 17:01:51 2002 Nicola Pero * Headers/gnustep/gui/NSText.h ([-setFont:range:]): Declare.