From d0ee507d8a1dec47d0af78fec78189f11bf0600c Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 26 Aug 2000 20:42:45 +0000 Subject: [PATCH] Cached the default notification center in NSText git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7253 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 725efa88e..22eb618a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 26 22:55:55 2000 Nicola Pero + + * Source/NSText.m: Cache the default notification center for the + whole class. + Sat Aug 26 19:25:17 2000 Nicola Pero Implemented selection of rows and columns in NSTableView: