summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-05-19 21:19:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-05-19 21:19:51 (GMT)
commit50de53fd6278537c78db3e9c0558a6c7bd82915f (patch)
tree1e014aea266b1bafabb73653baff4ba60b9c0ade /ChangeLog
parent4926ded3376b2238fc889db0e53a383c6164b941 (diff)
downloadtk-50de53fd6278537c78db3e9c0558a6c7bd82915f.zip
tk-50de53fd6278537c78db3e9c0558a6c7bd82915f.tar.gz
tk-50de53fd6278537c78db3e9c0558a6c7bd82915f.tar.bz2
Fixed test suite breakage that I inadvertently introduced [Bug 739965]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90df1a8..da7eb59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-05-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * tests/textImage.test: Fixed faults in option parsing and
+ * tests/text.test: made tests conformant. [Bug 739965]
+ * generic/tkText.c (TextSearchCmd):
+
* library/demos/en.msg: Base catalog for the widget demo.
* library/demos/widget: Added message-catalog support.
* library/console.tcl: Reworked to use tk::AmpMenuArgs and be more