summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch>1998-07-06 22:57:26 (GMT)
committerwelch <welch>1998-07-06 22:57:26 (GMT)
commit953b18d6d812dde54410640a66952a10df1e6ef9 (patch)
treefb2221e7bfcaedaf3b38e4d30f2efd853bd0c63b /changes
parent2d2994bb907bb5a5c211a6f98e175f3107f72a74 (diff)
downloadtk-953b18d6d812dde54410640a66952a10df1e6ef9.zip
tk-953b18d6d812dde54410640a66952a10df1e6ef9.tar.gz
tk-953b18d6d812dde54410640a66952a10df1e6ef9.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 4 insertions, 4 deletions
diff --git a/changes b/changes
index 5000329..a4d5a5a 100644
--- a/changes
+++ b/changes
@@ -4185,8 +4185,8 @@ had been previously used as file dialog parents. (SS)
6/29/98 (compatibility patch) Added reserved fields to several Tk
structures to match additions made by Jan Nijtmans dash patch. This
means that extensions can be compiled against the dash patch
-and still work with unpatched Tk, and vice versa. However, if your
-extension is compiled against 8.0p2, then it must be recompiled,
-so we must note
-*** POTENTIAL INCOMPATIBILITY *** (recompile required)
+and still work with unpatched Tk, and vice versa.
+7/6/98 (bug fix) Added keysym definitions for the new keys on the
+Microsoft keyboards. You can bind to <App>, <Win_L>, and <Win_R>,
+but you cannot use the Win keys as modifiers. (SS, BW)