diff options
author | dkf <dkf@noemail.net> | 2005-09-14 23:27:01 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-09-14 23:27:01 (GMT) |
commit | 376e50c2890c268dc204359ea6e79dee593ec4f2 (patch) | |
tree | 3b975a42f99d75aa1091d8a031e0375b6a0e0d8a /ChangeLog | |
parent | 89fef14bb4262577b42524c390079c27c7cc5832 (diff) | |
download | tk-376e50c2890c268dc204359ea6e79dee593ec4f2.zip tk-376e50c2890c268dc204359ea6e79dee593ec4f2.tar.gz tk-376e50c2890c268dc204359ea6e79dee593ec4f2.tar.bz2 |
Fix for [Bug 1288128]
FossilOrigin-Name: 3e517e328497ccb382bcb5c8a3061da50d64b010
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * 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-11 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if |