summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-22 11:59:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-22 11:59:04 (GMT)
commit00e7db48f071fe5c9fb63e4fa98af91f765948fe (patch)
tree6324655727a7fa434f6b0168097c7f77e19f31ec /ChangeLog
parent0413253535483006c8686520a48238a8983fa3a5 (diff)
downloadtk-00e7db48f071fe5c9fb63e4fa98af91f765948fe.zip
tk-00e7db48f071fe5c9fb63e4fa98af91f765948fe.tar.gz
tk-00e7db48f071fe5c9fb63e4fa98af91f765948fe.tar.bz2
Fix [Bug 1151523] the non-embarrasing way!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb66b7b..9d50a81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]