summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-08-17 09:38:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-08-17 09:38:30 (GMT)
commit77fdd33b6f58df7debc680e447508f50da6f9397 (patch)
tree097999f2d5548ea5ae2beac3be1a42b918574aa0 /ChangeLog
parentcfd891ddef41cc919a6fa617fd71fc9a05cf6a8b (diff)
downloadtk-77fdd33b6f58df7debc680e447508f50da6f9397.zip
tk-77fdd33b6f58df7debc680e447508f50da6f9397.tar.gz
tk-77fdd33b6f58df7debc680e447508f50da6f9397.tar.bz2
Fixed a stupid error that's been in there for ages...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17a0775..7fd5c6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tkObj.c (TkGetWindowFromObj): Was failing to reuse
+ cached window objects, forcing a call to Tcl_GetStringFromObj and
+ Tk_NameToWindow every time. This fault has been in there for
+ nearly three years...
+
2001-08-15 Don Porter <dgp@users.sourceforge.net>
* changes: Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY".