diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-14 22:43:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-14 22:43:30 (GMT) |
commit | 4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f (patch) | |
tree | c802827f68222e12d3ab146b58a6e500e01e4965 /ChangeLog | |
parent | 65649425eb8aad1c322611984ab776d3e8b26713 (diff) | |
download | tk-4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f.zip tk-4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f.tar.gz tk-4e66248e1c2c8c3b0f08c5e2d2cf85bc8182b94f.tar.bz2 |
Fix for [1288128]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |