summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-06-09 23:52:39 (GMT)
committerhobbs <hobbs>2007-06-09 23:52:39 (GMT)
commit0ab8c6c4cef834af9a8d49cc5f80e26b5f4d7f8a (patch)
tree7a959d493f28e1085af035a34f2e1c77193fdbdc /ChangeLog
parent3486a86572dd91dac9a54b19a4b2cea47cbed281 (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4806a8..fad1b93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;