Remove delegates from the notification center in dealloc; other minor

tidyups


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-09-24 01:36:42 +00:00
parent e3826ddff1
commit e9405ca0e7

View file

@ -1,3 +1,23 @@
Tue Sep 24 03:29:55 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSSplitView.m: Cache the default notification center for
the whole class.
* Source/NSTextStorage.m: Idem.
Tue Sep 24 03:14:12 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextField.m ([-dealloc]): Implemented (Reported missing
by David Ayers).
* Source/NSDrawer.m ([-dealloc]): Remove the delegate from the
notification center.
* Source/NSMatrix.m ([-dealloc]): Idem.
* Source/NSSplitView.m ([-dealloc]): Idem.
* Source/NSTableView.m ([-dealloc]): Idem.
* Source/NSTextStorage.m ([-dealloc]): Idem.
* Source/NSWindow.m ([-dealloc]): Idem.
* Source/NSToolbar.m ([GSToolbarButton -dealloc]): New method.
([NSToolbar -dealloc]): New method.
Mon Sep 23 15:23:23 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSApplication.m (initialize_gnustep_backend): Improved