summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-12-09 00:32:45 (GMT)
committerhobbs <hobbs>2002-12-09 00:32:45 (GMT)
commit5673b945b7917ec0962ce23d750509e920e0d8b1 (patch)
tree9c56dd8b552146b5f2ff20d9bf7bdd87ea8aa1f1 /ChangeLog
parent2d586e08cc39e7b60583ad1e2368591708613c08 (diff)
downloadtk-5673b945b7917ec0962ce23d750509e920e0d8b1.zip
tk-5673b945b7917ec0962ce23d750509e920e0d8b1.tar.gz
tk-5673b945b7917ec0962ce23d750509e920e0d8b1.tar.bz2
* generic/tkEntry.c (ConfigureEntry): keep a flag to indicate when
a var is traced to prevent double-traces caused by configuring the widget in traces with validation on. (dejong)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf16f38..2432126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-08 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkEntry.c (ConfigureEntry): keep a flag to indicate when
+ a var is traced to prevent double-traces caused by configuring the
+ widget in traces with validation on. (dejong)
+
2002-12-07 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkInt.decls: add TkWinSetHINSTANCE decl