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)
commit49f7bb3831b395feff6c11bb9238cc67d756976d (patch)
tree9c56dd8b552146b5f2ff20d9bf7bdd87ea8aa1f1 /ChangeLog
parent680d73630cfea36edcd12f0a87dbbad038d60e8a (diff)
downloadtk-49f7bb3831b395feff6c11bb9238cc67d756976d.zip
tk-49f7bb3831b395feff6c11bb9238cc67d756976d.tar.gz
tk-49f7bb3831b395feff6c11bb9238cc67d756976d.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