From af741abcf8b290663a0f66cf37e50df1d600724d Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 23 Dec 2001 13:31:27 +0000 Subject: [PATCH] Some code cleanup for NSInputManager changes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11889 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4aafdb1d8..62e7999a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-12-23 Fred Kiefer + + * Source/NSTextView.m + Added some NSResponder methods with empty code to keep the + NSInputManager quiet. + * Source/NSApplication.m + [initialize] retain the gui bundle and added an auto release pool + as this might be called without one installed. + 2001-12-23 Fred Kiefer * Source/NSTextView.m