summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-07-25 11:31:56 (GMT)
committerstanton <stanton@noemail.net>1998-07-25 11:31:56 (GMT)
commit6ea57bb7b0898aa7dfe94ba6bbb6caef8fdd7ec5 (patch)
treeef4629ba36bb0f0968eb2cd8a14a78a6406df886 /changes
parente0fdd43ff480a0435456e1d262cf1126a805b0c7 (diff)
downloadtk-6ea57bb7b0898aa7dfe94ba6bbb6caef8fdd7ec5.zip
tk-6ea57bb7b0898aa7dfe94ba6bbb6caef8fdd7ec5.tar.gz
tk-6ea57bb7b0898aa7dfe94ba6bbb6caef8fdd7ec5.tar.bz2
*** empty log message ***
FossilOrigin-Name: 936bb6216fe4996aa779ee0bb8aac0b897fa93a5
Diffstat (limited to 'changes')
-rw-r--r--changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/changes b/changes
index a5746de..a0440d1 100644
--- a/changes
+++ b/changes
@@ -4192,3 +4192,12 @@ Microsoft keyboards. You can bind to <App>, <Win_L>, and <Win_R>,
but you cannot use the Win keys as modifiers. (SS, BW)
7/6/98 (new feature) Added support for the Macintosh Appearance Manager. (JI)
+
+7/24/98 (feature change) Simplified search order for tk.tcl. The
+tk_library variable can now be set before calling Tk_Init to avoid
+doing any searches. If it isn't set, then Tk checks env(TK_LIBRARY),
+relative to tcl_library, 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/tkInitScript.h for more
+details. (SS)