diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-22 10:57:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-22 10:57:50 (GMT) |
commit | 917a5e166f3b61cad2cb50c88b051c05ae95d4b2 (patch) | |
tree | e6647b7a3debc4c101a01576d085e775f6be150a /ChangeLog | |
parent | a9ba97815867e360942c4ed48e19dafa95f40c53 (diff) | |
download | tk-917a5e166f3b61cad2cb50c88b051c05ae95d4b2.zip tk-917a5e166f3b61cad2cb50c88b051c05ae95d4b2.tar.gz tk-917a5e166f3b61cad2cb50c88b051c05ae95d4b2.tar.bz2 |
Fix [Bug 1335485]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,8 +1,14 @@ +2005-11-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * library/tkfbox.tcl (::tk::dialog::file::): Correct the quoting of + the script used in variable traces so that widget names with spaces in + will work. [Bug 1335485] + 2005-11-16 Vince Darley <vincentdarley@users.sourceforge.net> - * doc/text.n: clarify left to right interpretation of index - modifiers, including the fact that validation occurs after - each step [Bug 1357575] + * doc/text.n: clarify left to right interpretation of index modifiers, + including the fact that validation occurs after each step. [Bug + 1357575] 2005-11-15 Joe English <jenglish@users.sourceforge.net> |