summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-07-25 11:28:31 (GMT)
committerstanton <stanton>1998-07-25 11:28:31 (GMT)
commitebb4503d7add195d69eed99f19481ee4e9bd7928 (patch)
treea7c95a56456d93c66bb5d14373bebcbafd3cbc06 /changes
parentc11f8ea0a6d484a4a64597013de3d21cd86ed8de (diff)
downloadtcl-ebb4503d7add195d69eed99f19481ee4e9bd7928.zip
tcl-ebb4503d7add195d69eed99f19481ee4e9bd7928.tar.gz
tcl-ebb4503d7add195d69eed99f19481ee4e9bd7928.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes16
1 files changed, 16 insertions, 0 deletions
diff --git a/changes b/changes
index 5a502d2..a642eb3 100644
--- a/changes
+++ b/changes
@@ -3556,3 +3556,19 @@ can support the [incr Tcl] class structures. This version will index
all procedures in a source file, not just those where "proc" starts
at the beginning of the line. If you want the old behavior, use the
auto_mkindex_old procedure. (MMC)
+
+7/24/98 (feature change) Changed the Windows registry key to be
+HKEY_LOCAL_MACHINE\Software\Scriptics\Tcl\8.0, and to store the path
+in the default value instead of "Root". Also, this key can be
+specified at compile time in case Tcl is being used in a different
+context where it needs an alternate library path from the standard Tcl
+installation. (SS)
+
+7/24/98 (feature change) Changed the search order for init.tcl. The
+tcl_library variable can now be set before calling Tcl_Init to avoid
+doing any searches. If it isn't set, then Tcl checks
+env(TCL_LIBRARY), the static value set at compile time, an install
+directory relative to the executable, a source directory relative to
+the executable, and a tk directory relative to the source heirarchy
+containing the executable. See the comment at the top of
+generic/tclInitScript.h for more details. (SS)