summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-07-25 11:28:30 (GMT)
committerstanton <stanton@noemail.net>1998-07-25 11:28:30 (GMT)
commit9dd5bdd7abfb118c13422bba3154b08d5dfb6a89 (patch)
treea7c95a56456d93c66bb5d14373bebcbafd3cbc06 /changes
parentfa985205f3e5d9bb49af79c56a62264258add111 (diff)
downloadtcl-9dd5bdd7abfb118c13422bba3154b08d5dfb6a89.zip
tcl-9dd5bdd7abfb118c13422bba3154b08d5dfb6a89.tar.gz
tcl-9dd5bdd7abfb118c13422bba3154b08d5dfb6a89.tar.bz2
*** empty log message ***
FossilOrigin-Name: 5c85aa2bafc4c581d7aab8928c47473a0c485981
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)