diff options
author | stanton <stanton> | 1998-07-25 11:31:56 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-07-25 11:31:56 (GMT) |
commit | fe9c76da6f80b886edd5303b22ea67d172ffbb3d (patch) | |
tree | ef4629ba36bb0f0968eb2cd8a14a78a6406df886 /changes | |
parent | 0c6ab9f2b7a1bd0be31dd6dea710fe785186fe66 (diff) | |
download | tk-fe9c76da6f80b886edd5303b22ea67d172ffbb3d.zip tk-fe9c76da6f80b886edd5303b22ea67d172ffbb3d.tar.gz tk-fe9c76da6f80b886edd5303b22ea67d172ffbb3d.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |