summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-07-25 21:19:01 (GMT)
committerhobbs <hobbs>2002-07-25 21:19:01 (GMT)
commitc405da7b48b5b98e265a61df3590913ebc571bdd (patch)
tree98c02ac7c51ab626663578ecf3c18a172c0a96e6 /ChangeLog
parent1a2ea25789ca5a4a1abc69556705edeee9ab6d14 (diff)
downloadtk-c405da7b48b5b98e265a61df3590913ebc571bdd.zip
tk-c405da7b48b5b98e265a61df3590913ebc571bdd.tar.gz
tk-c405da7b48b5b98e265a61df3590913ebc571bdd.tar.bz2
* tests/spinbox.test: added spinbox-22.[1-3]
* generic/tkEntry.c (ConfigureEntry): made the textvariable value take precedence over changed -from/-to values, unless it must be constrained. [Bug #559078]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d2a816..3473ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-07-25 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/spinbox.test: added spinbox-22.[1-3]
+ * generic/tkEntry.c (ConfigureEntry): made the textvariable value
+ take precedence over changed -from/-to values, unless it must be
+ constrained. [Bug #559078]
+
* library/spinbox.tcl (MouseSelect): when not in the entry, just
return instead of invoking - ButtonUp handles invoking already.
[Bug #499168]