diff options
author | hobbs <hobbs> | 2007-06-09 23:52:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-06-09 23:52:39 (GMT) |
commit | 0ab8c6c4cef834af9a8d49cc5f80e26b5f4d7f8a (patch) | |
tree | 7a959d493f28e1085af035a34f2e1c77193fdbdc /ChangeLog | |
parent | 3486a86572dd91dac9a54b19a4b2cea47cbed281 (diff) | |
download | tk-0ab8c6c4cef834af9a8d49cc5f80e26b5f4d7f8a.zip tk-0ab8c6c4cef834af9a8d49cc5f80e26b5f4d7f8a.tar.gz tk-0ab8c6c4cef834af9a8d49cc5f80e26b5f4d7f8a.tar.bz2 |
* win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to
allow for unicode char menu indices and not use CharUpper on Tcl
utf strings. [Bug #1734223]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-09 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to + allow for unicode char menu indices and not use CharUpper on Tcl + utf strings. [Bug #1734223] + 2007-06-09 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; |