summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-06-09 23:53:05 (GMT)
committerhobbs <hobbs>2007-06-09 23:53:05 (GMT)
commitad0ffba4ba57f9c993a6418e891e945f6d4a5439 (patch)
treec753a0143a7574967bc5859aa5ab3cade093af06 /ChangeLog
parentfcd7a3968daa37ea2184e281645832703b9b541a (diff)
downloadtk-ad0ffba4ba57f9c993a6418e891e945f6d4a5439.zip
tk-ad0ffba4ba57f9c993a6418e891e945f6d4a5439.tar.gz
tk-ad0ffba4ba57f9c993a6418e891e945f6d4a5439.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 f256389..c7f4ac9 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 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkManager.h, generic/ttk/ttkManager.c,