-- ! SpecTcl, by S. A. Uhler --
-- Copyright (c) 1994-1996 Sun Microsystems, Inc. --
-- See the file "license.txt" for information on usage and redistribution
-- of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-->
SpecTcl Change file
Major Changes from 0.2 -> 0.3
-
The
java.project
file is gone.
The equivalent information is now stored in the user interface
file. Arbitrary tcl code can be sourced to modify SpecTcl on a per-project
basis by placing it in placed in a project.rc
file in the current directory.
-
Application extensions to SpecTcl are added via command line flags.
Java mode is invoked via -java on the command line. This causes the file
java_init.tk
to be sourced. In general, the command line flag -foo
will cause SpecTcl to source the file foo_init.tk
.
-
With this release, the SpecJava interface files have the suffix .jui, not .ui.
It is no longer possible to generate both TCL and JAVA apps from the identical ui file.
This never worked quite right anyway.
-
The Tk version of SpecTcl can now produce output compatible with the grid
geometry manager, by specifying
-grid
on the command line.
Detailed change summary
back to main help