diff options
author | hobbs <hobbs> | 2004-11-12 23:53:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-11-12 23:53:10 (GMT) |
commit | ae02c48f9de58524e10641d9405f72c806bb5431 (patch) | |
tree | 957ab105f1d36540343530cad9a83117d652f6f9 /ChangeLog | |
parent | f85b8afb4ef1172832162a896e590395ec674c7f (diff) | |
download | tk-ae02c48f9de58524e10641d9405f72c806bb5431.zip tk-ae02c48f9de58524e10641d9405f72c806bb5431.tar.gz tk-ae02c48f9de58524e10641d9405f72c806bb5431.tar.bz2 |
* generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when
-displayof arg is passed to [tk scaling]. [Bug 800178]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,11 +1,16 @@ +2004-11-12 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when + -displayof arg is passed to [tk scaling]. [Bug 800178] + 2004-11-12 Daniel Steffen <das@users.sourceforge.net> * doc/SetOptions.3: * doc/text.n: fixed *roff errors uncovered by running 'make html'. - * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make - sure that the lastSubFontPtr remains valid even when the subfont - array is reallocated. [Bug 618872] + * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make + sure that the lastSubFontPtr remains valid even when the subfont + array is reallocated. [Bug 618872] 2004-11-11 Reinhard Max <max@suse.de> |