summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-07-25 11:32:57 (GMT)
committerstanton <stanton>1998-07-25 11:32:57 (GMT)
commitd87e298e191f6fae2bd7eb59708f06fe0123fcbc (patch)
treecf5bd38e937c54f340cf49f5b0fdb53f55195963 /changes
parentfe9c76da6f80b886edd5303b22ea67d172ffbb3d (diff)
downloadtk-d87e298e191f6fae2bd7eb59708f06fe0123fcbc.zip
tk-d87e298e191f6fae2bd7eb59708f06fe0123fcbc.tar.gz
tk-d87e298e191f6fae2bd7eb59708f06fe0123fcbc.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes16
1 files changed, 8 insertions, 8 deletions
diff --git a/changes b/changes
index a0440d1..b4c8b3e 100644
--- a/changes
+++ b/changes
@@ -4193,11 +4193,11 @@ 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)
+7/24/98 (feature change) Eliminated the static variable that sets
+tk_library and 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)