summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-09-17 14:12:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-09-17 14:12:18 (GMT)
commitd389b7c614bed2adeef2c44844cb67d6bc563b21 (patch)
treebb02743e7271506bcb98a0712fc25eb2d2b11cc5 /ChangeLog
parentd8142ec988da069be185faa5b25c0cf258a7e452 (diff)
downloadtk-d389b7c614bed2adeef2c44844cb67d6bc563b21.zip
tk-d389b7c614bed2adeef2c44844cb67d6bc563b21.tar.gz
tk-d389b7c614bed2adeef2c44844cb67d6bc563b21.tar.bz2
Fixed string/list confusion in directory browser, and a typo in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15353a1..529cb5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * library/choosedir.tcl (DblClick):
+ * library/tkfbox.tcl (OkCmd, ListInvoke): Rewrote so as to avoid
+ the highly confusing string "text" and to be consistent about what
+ is and what is not a list. [Bug 459895, reported by fandom]
+
2001-09-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* generic/tkImgGIF.c:
@@ -15,7 +22,7 @@
2001-09-12 D. Richard Hipp <drh@hwaci.com>
- * Fix a bug in library/tkxbox.tcl
+ * Fix a bug in library/tkfbox.tcl
2001-09-10 Mo DeJong <mdejong@users.sourceforge.net>