diff options
author | hobbs <hobbs> | 2007-06-10 00:15:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-06-10 00:15:51 (GMT) |
commit | 9764501288b757d0532c4eb230b67d2e69cefb0b (patch) | |
tree | 9706f808b4ee8d790cd1cfdf80a611b767f1f02c /ChangeLog | |
parent | ad0ffba4ba57f9c993a6418e891e945f6d4a5439 (diff) | |
download | tk-9764501288b757d0532c4eb230b67d2e69cefb0b.zip tk-9764501288b757d0532c4eb230b67d2e69cefb0b.tar.gz tk-9764501288b757d0532c4eb230b67d2e69cefb0b.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] |