diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-22 11:59:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-22 11:59:04 (GMT) |
commit | 00e7db48f071fe5c9fb63e4fa98af91f765948fe (patch) | |
tree | 6324655727a7fa434f6b0168097c7f77e19f31ec /ChangeLog | |
parent | 0413253535483006c8686520a48238a8983fa3a5 (diff) | |
download | tk-00e7db48f071fe5c9fb63e4fa98af91f765948fe.zip tk-00e7db48f071fe5c9fb63e4fa98af91f765948fe.tar.gz tk-00e7db48f071fe5c9fb63e4fa98af91f765948fe.tar.bz2 |
Fix [Bug 1151523] the non-embarrasing way!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-11-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * doc/GetFont.3: Revert previous fix; a NULL interp is now legal. + * generic/tkFont.c (ParseFontNameObj, GetAttributeInfoObj): Allow + these functions to work with a NULL interp by making them check when + generating error messages. [Bug 1151523] + * 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] |