diff options
author | welch <welch> | 1998-08-10 16:00:18 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-10 16:00:18 (GMT) |
commit | 63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff (patch) | |
tree | 67003e966b6e38048f2358ac9bab4635fd4225a0 /changes | |
parent | 69609d1d8359133ff6b3af41b04d88b58cfbc340 (diff) | |
download | tcl-63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff.zip tcl-63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff.tar.gz tcl-63b1baf8ac692eba3e6c8dd7dd3505a7024f1eff.tar.bz2 |
import bug fix
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ------ |