summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch>1998-08-10 16:00:18 (GMT)
committerwelch <welch>1998-08-10 16:00:18 (GMT)
commit63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff (patch)
tree67003e966b6e38048f2358ac9bab4635fd4225a0 /changes
parent69609d1d8359133ff6b3af41b04d88b58cfbc340 (diff)
downloadtcl-63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff.zip
tcl-63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff.tar.gz
tcl-63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff.tar.bz2
import bug fix
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 7 insertions, 1 deletions
diff --git a/changes b/changes
index e512a90..28671fc 100644
--- a/changes
+++ b/changes
@@ -3598,4 +3598,10 @@ subdirectories. (SS)
extensions, including Tk. This searches in a canonical way for
an extensions library directory and initialization file. (BW)
--------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/7/98 ------
+8/10/98 (bug fix) Imported commands used to get lost if the target
+of the import was redefined. Tcl_CreateCommand and Tcl_CreateObjCommand
+were updated to restore import links. (Note that if you rename a command,
+the import links move to the new name, and if you delete a command then
+the import links get lost. These semantics have not changed.) (MC)
+
+-------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/10/98 ------