summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2004-05-23 17:34:48 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2004-05-23 17:34:48 (GMT)
commit0b91402efd4f090b076ac7f71ed939ed664400b2 (patch)
treec1834b8cace8654026ee20f8fd75ea3f340a902c /ChangeLog
parent08844409ecd112b5d70f7c06e5a05b015e3022c4 (diff)
downloadtk-0b91402efd4f090b076ac7f71ed939ed664400b2.zip
tk-0b91402efd4f090b076ac7f71ed939ed664400b2.tar.gz
tk-0b91402efd4f090b076ac7f71ed939ed664400b2.tar.bz2
First step towards improving test style. Also start using Tcl 8.5 features.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebeefb2..08693fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-05-23 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * tests/*.test: Many minor fixes aiming towards making the Tk test
+ suite have better style.
+
* generic/tkVisual.c (Tk_GetVisual): Minor fix for error message.
2004-05-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>