diff options
author | welch <welch@noemail.net> | 1998-06-29 23:03:53 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-06-29 23:03:53 (GMT) |
commit | 36f9331c73cdd61dcbb897da439a9bdd0aed46cf (patch) | |
tree | dfc004101bd546dc00e2646fbd0841b8a7679b91 /changes | |
parent | c94f54535add2efba7163d0f2928a82e4b098743 (diff) | |
download | tk-36f9331c73cdd61dcbb897da439a9bdd0aed46cf.zip tk-36f9331c73cdd61dcbb897da439a9bdd0aed46cf.tar.gz tk-36f9331c73cdd61dcbb897da439a9bdd0aed46cf.tar.bz2 |
Updated for 8.0.3
FossilOrigin-Name: 75f09f415e8d7df8e1b0a2583b05274e29923b29
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4181,3 +4181,12 @@ directory does not exist. (SS) 6/25/98 (bug fix) On Unix, both the Tk and the Motif file dialogs would fail if the -parent flag changed between two parent windows that 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) + |