diff options
author | hobbs <hobbs> | 2002-04-23 00:20:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-23 00:20:35 (GMT) |
commit | e2e0d8545161567ae0678b10c3b6e3e7625a7319 (patch) | |
tree | a856643118d026c2171547c749e53a064fe45f1a /ChangeLog | |
parent | 03279a3d911d5a9be16777815f6f224c38aafdd5 (diff) | |
download | tk-e2e0d8545161567ae0678b10c3b6e3e7625a7319.zip tk-e2e0d8545161567ae0678b10c3b6e3e7625a7319.tar.gz tk-e2e0d8545161567ae0678b10c3b6e3e7625a7319.tar.bz2 |
* generic/tkTextDisp.c (DisplayLineBackground):
* unix/tkUnix3d.c (Tk_3DHorizontalBevel):
* unix/tkUnixFont.c (Tk_DrawChars): applied fixes to not overrun
the X window 16-bit size limit. [Patch #541999] (bonfield)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-04-22 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkTextDisp.c (DisplayLineBackground): + * unix/tkUnix3d.c (Tk_3DHorizontalBevel): + * unix/tkUnixFont.c (Tk_DrawChars): applied fixes to not overrun + the X window 16-bit size limit. [Patch #541999] (bonfield) + 2002-04-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tkTextDisp.c (GetXView,GetYView): Comparison with |