summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-02 21:23:09 (GMT)
committerhobbs <hobbs>2002-10-02 21:23:09 (GMT)
commit2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774 (patch)
tree589e93c501c567ef0a2053dcb5f89a16df6348db /ChangeLog
parent1fcd62fbe4387dc3df32f67d94f563ea8308e2c7 (diff)
downloadtk-2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774.zip
tk-2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774.tar.gz
tk-2ed830f34e5dd2e299da3d0bcf9bbadf0d4cd774.tar.bz2
* generic/tkText.c (TextBlinkProc): don't blink the cursor unless
it is visible. [Bug #616791] [Patch #614474] (bonfield)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd42d5c..9ab90d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-10-02 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkText.c (TextBlinkProc): don't blink the cursor unless
+ it is visible. [Bug #616791] [Patch #614474] (bonfield)
+
* tests/entry.test: added entry-20.7
* generic/tkEntry.c (EntryTextVarProc): check if the entry if
being deleted before handling an associated textvariable.