From c20c328da9ca67e364acd67bcb3951595ae7e9c1 Mon Sep 17 00:00:00 2001 From: stoyan Date: Fri, 16 Feb 2007 01:36:08 +0000 Subject: [PATCH] Record insertion point blinking implementation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24595 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index ec1245924..9a8169c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-02-16 Sergii Stoian + + * Headers/AppKit/NSTextView.h: Enable disabled insertion point + blinking code. + + * Source/NSTextView.m: + (drawRect:): Draw insertion point using _drawInsertionPointNow + ivar. Cleanup code. + (_blink:): Enable disabled insertion point blinking code. + (updateInsertionPointStateAndRestartTimer:): Implement insertion + point blinking. Remove TODO. + 2007-02-15 Nicola Pero * configure.ac: Source GNUstep.sh then use GNUSTEP_SYSTEM_HEADERS