summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-09-14 22:43:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-09-14 22:43:30 (GMT)
commit4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f (patch)
treec802827f68222e12d3ab146b58a6e500e01e4965 /ChangeLog
parent65649425eb8aad1c322611984ab776d3e8b26713 (diff)
downloadtk-4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f.zip
tk-4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f.tar.gz
tk-4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f.tar.bz2
Fix for [1288128]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f734913..074f081 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-09-14 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkOldConfig.c (GetCachedSpecs): Split out the code to
+ manipulate the cached writable specs so that it can be reused from
+ all the public Tk_Configure* functions.
+ (Tk_ConfigureInfo, Tk_ConfigureWidget, Tk_ConfigureValue): Use the
+ factored out code everywhere, so we always manipulate the cache
+ correctly. [Bug 1288128]
+
2005-09-13 Don Porter <dgp@users.sourceforge.net>
* win/winMain.c (WishPanic): Replaced TCL_VARARGS* macros with