summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-21 20:24:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-21 20:24:28 (GMT)
commitd14e8172b80a28a0249cbb292722f343377084e4 (patch)
tree1e20e4c8f678ab29d5692f249f20531cfa08961f /ChangeLog
parent093ba20aa9429d1193d14f69c01efa197fb23b02 (diff)
downloadtk-d14e8172b80a28a0249cbb292722f343377084e4.zip
tk-d14e8172b80a28a0249cbb292722f343377084e4.tar.gz
tk-d14e8172b80a28a0249cbb292722f343377084e4.tar.bz2
* Removed unnecessary dependence of tktest executable on the tcltest
executable on Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 302257d..6217f30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-06-21 Don Porter <dgp@users.sf.net>
+
+ * unix/Makefile.in: Removed unnecessary dependence of tktest
+ * unix/tkAppInit.c: executable on the tcltest executable on
+ Unix. If there are similar dependencies on other platforms, they
+ can probably be removed as well. [Bug 572134].
+
2002-06-20 Peter Spjuth <peter.spjuth@space.se>
* generic/tkGrid.c: Corrected the test for grid propagate change.