summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-12-02 02:10:37 (GMT)
committerhobbs <hobbs>2004-12-02 02:10:37 (GMT)
commitfaf27421f44ec721bbcaa5836e21297f1fa57832 (patch)
tree569cde081bd6b95759a394075519d813986c41a4 /ChangeLog
parent3051ba20af89c12c489e91c71d04df0bb8afb7ac (diff)
downloadtk-faf27421f44ec721bbcaa5836e21297f1fa57832.zip
tk-faf27421f44ec721bbcaa5836e21297f1fa57832.tar.gz
tk-faf27421f44ec721bbcaa5836e21297f1fa57832.tar.bz2
* unix/tkUnixButton.c (TkpDisplayButton): constrain coords to
Tk_RedrawImage to display only portion that is valid. * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression around XGetImage to prevent app abort. [Bug 979239]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa30183..eaa4531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
+2004-12-01 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to
+ Tk_RedrawImage to display only portion that is valid.
+ * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression
+ around XGetImage to prevent app abort. [Bug 979239]
+
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"]