diff options
author | hobbs <hobbs> | 2004-12-02 02:07:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-02 02:07:28 (GMT) |
commit | f05c4096922005b6c2fa4df40ea6931bd2f541f5 (patch) | |
tree | e9ea122e7b73642e0610509655485611db1021a4 /ChangeLog | |
parent | 800fcf0cd1243bb7de1357c85bd5fff2660dfd96 (diff) | |
download | tk-f05c4096922005b6c2fa4df40ea6931bd2f541f5.zip tk-f05c4096922005b6c2fa4df40ea6931bd2f541f5.tar.gz tk-f05c4096922005b6c2fa4df40ea6931bd2f541f5.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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-24 Jeff Hobbs <jeffh@ActiveState.com> * README: Bumped patchlevel to 8.4.9 |