diff options
author | hobbs <hobbs> | 2007-06-10 00:15:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-06-10 00:15:35 (GMT) |
commit | ceaab853c21c70ff37a506c244e5f4210438f16a (patch) | |
tree | 8b0689bbb5790077829f5c14632da44ec6827cfb /ChangeLog | |
parent | 0ab8c6c4cef834af9a8d49cc5f80e26b5f4d7f8a (diff) | |
download | tk-ceaab853c21c70ff37a506c244e5f4210438f16a.zip tk-ceaab853c21c70ff37a506c244e5f4210438f16a.tar.gz tk-ceaab853c21c70ff37a506c244e5f4210438f16a.tar.bz2 |
* win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues.
[Bug 1467997] (janssen)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-06-09 Jeff Hobbs <jeffh@ActiveState.com> + * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. + [Bug 1467997] (janssen) + * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to allow for unicode char menu indices and not use CharUpper on Tcl utf strings. [Bug #1734223] |