summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-04-15 01:06:08 (GMT)
committermdejong <mdejong>2003-04-15 01:06:08 (GMT)
commit2d0a4c1eb1b39e341cb8df0f7c0e0518c2623085 (patch)
treebd699be1f9b7ebb77e804c994aab8ada23a678b4 /ChangeLog
parentc0eda27e6633bfc5790cbb82bb8684a4a3d13abf (diff)
downloadtk-2d0a4c1eb1b39e341cb8df0f7c0e0518c2623085.zip
tk-2d0a4c1eb1b39e341cb8df0f7c0e0518c2623085.tar.gz
tk-2d0a4c1eb1b39e341cb8df0f7c0e0518c2623085.tar.bz2
* win/tkWinMenu.c (TkpInitializeMenuBindings):
Rename the private menu helper cmd from tk::tkWinMenuKey to tk::WinMenuKey. [Bug 721514]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30be20e..d497a5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-04-14 Mo DeJong <mdejong@users.sourceforge.net>
+ * win/tkWinMenu.c (TkpInitializeMenuBindings):
+ Rename the private menu helper cmd from
+ tk::tkWinMenuKey to tk::WinMenuKey.
+ [Bug 721514]
+
+2003-04-14 Mo DeJong <mdejong@users.sourceforge.net>
+
* generic/tkBind.c (TkpGetBindingXEvent): Add helper method
that can be used to query the XEvent* for the currently
executing binding.