From c2f4bf85a8c61d9d3a7597f24859797ad40da3fc Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 2 Jul 2002 15:08:05 +0000 Subject: [PATCH] Stop blinking textviews when the window which holds them is no longer key; fixed installation of headers git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14008 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a60cfae4..225eb0975 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Jul 2 17:01:25 2002 Nicola Pero + + * Source/GNUmakefile (libgnustep-gui_HEADER_FILES): Removed - + temporarily? - NSValidatedUserInterfaceItem.h - because that file + does not exist on CVS at the moment. + +Tue Jul 2 16:52:28 2002 Nicola Pero + + Suggestion by Fred Kiefer, David Ayers : + * Source/NSTextView.m ([-resignKeyWindow]): New method - if needed + draw the insertion point, then stop blinking. + * Headers/gnuste/gui/NSTextView.h: Declare the method. + 2002-06-30 Fred Kiefer * Headers/gnustep/gui/NSToolbarItem.h