summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2004-11-28 19:00:37 (GMT)
committerjenglish <jenglish@flightlab.com>2004-11-28 19:00:37 (GMT)
commit3051ba20af89c12c489e91c71d04df0bb8afb7ac (patch)
tree063590afc063bf14edace9c9743988b1ec14e7c9 /ChangeLog
parent08586a9e131955025a1878702a430bda7e166189 (diff)
downloadtk-3051ba20af89c12c489e91c71d04df0bb8afb7ac.zip
tk-3051ba20af89c12c489e91c71d04df0bb8afb7ac.tar.gz
tk-3051ba20af89c12c489e91c71d04df0bb8afb7ac.tar.bz2
Tk_DrawChars: Check for short integer overflow in x,y coordinates
[Fixes: #942320 "Tk, Xft, text and long lines"]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e265764..fa30183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-28 Joe English <jenglish@users.sourceforge.net>
+ * unix/tkUnixRFont.c(Tk_DrawChars): Check for short integer overflow
+ in x,y coordinates [Fixes: #942320 "Tk, Xft, text and long lines"]
+
2004-11-26 David Gravereaux <davygrvy@pobox.com>
* win/makefile.vc: Shell targets needed more stack space.