summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-22 11:56:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-22 11:56:12 (GMT)
commit10e80a6dc5f569368be5a75752fa8e6071a2777b (patch)
tree505c2eea1225e179b7e789fb9c774b5148cda1e7 /ChangeLog
parenta80de9ea37f6b640c5f235755b94f3d695e6e04d (diff)
downloadtk-10e80a6dc5f569368be5a75752fa8e6071a2777b.zip
tk-10e80a6dc5f569368be5a75752fa8e6071a2777b.tar.gz
tk-10e80a6dc5f569368be5a75752fa8e6071a2777b.tar.bz2
Fix [Bug 1151523] by making the code conform to the docs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8032fa..33b1077 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tkFont.c (ParseFontNameObj, ConfigAttributesObj): Allow
+ these functions to work with a NULL interp by making them check when
+ generating error messages. [Bug 1151523]
+
* unix/tkUnixSelect.c (SelCvtToX, SelCvtFromX): Backport of fixes for
* generic/tkSelect.c (TkSelDefaultSelection): "spaces in atom names"
* tests/select.test (select-9.5): problems. [Bug 1353414]