summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-07-19 00:20:01 (GMT)
committerericm <ericm@noemail.net>2000-07-19 00:20:01 (GMT)
commitd82598463d26b20af455337052f7e0d3b5e8e523 (patch)
treeb7513cd89103b791aa1277037f363a5a93406efe /ChangeLog
parent1efe5e5190672f8d1bd805ec870125093d211906 (diff)
downloadtk-d82598463d26b20af455337052f7e0d3b5e8e523.zip
tk-d82598463d26b20af455337052f7e0d3b5e8e523.tar.gz
tk-d82598463d26b20af455337052f7e0d3b5e8e523.tar.bz2
* library/tkfbox.tcl: Fixed keyboard navigation in the iconlist.
FossilOrigin-Name: 92fe7f62ded09bb447dfaf2bb88384c5c0864da7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13b55b9..5c7985d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-07-18 Eric Melski <ericm@ajubasolutions.com>
+ * library/tkfbox.tcl: Fixed keyboard navigation in the iconlist.
+
* unix/configure.in (MAKE_LIB): Corrected definition of MAKE_LIB
for shared builds, with patch from Mike Hopkirk.