diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-17 14:12:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-17 14:12:18 (GMT) |
commit | d389b7c614bed2adeef2c44844cb67d6bc563b21 (patch) | |
tree | bb02743e7271506bcb98a0712fc25eb2d2b11cc5 /ChangeLog | |
parent | d8142ec988da069be185faa5b25c0cf258a7e452 (diff) | |
download | tk-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |