1 |
578 |
markom |
|
2 |
|
|
TIX 4.1B1
|
3 |
|
|
|
4 |
|
|
Released on September 30, 1996
|
5 |
|
|
|
6 |
|
|
Subject: [Announce] Tix version 4.1b1 is available
|
7 |
|
|
|
8 |
|
|
I am pleased to announce the availability of Tix version 4.1b1, the
|
9 |
|
|
first beta release. This version of Tix supports the Unix and
|
10 |
|
|
Microsoft Windows platforms.
|
11 |
|
|
|
12 |
|
|
This version of Tix is released under licensing terms similar to those
|
13 |
|
|
of Tcl/Tk. Please read the file license.terms carefully before
|
14 |
|
|
proceeding.
|
15 |
|
|
|
16 |
|
|
REQUIREMENT
|
17 |
|
|
|
18 |
|
|
Unix Platforms
|
19 |
|
|
|
20 |
|
|
Tix 4.1b1 works with the following combinations of Tcl/Tk/ITcl/ET:
|
21 |
|
|
* Tcl 7.4 + Tk 4.0
|
22 |
|
|
* Tcl 7.4 + Tk 4.0 + ITcl 2.0
|
23 |
|
|
* Tcl 7.4 + Tk 4.0 + ET 1.5
|
24 |
|
|
* Tcl 7.5 + Tk 4.1 (final release only)
|
25 |
|
|
* Tcl 7.5 + Tk 4.1 + ITcl 2.1
|
26 |
|
|
* Tcl 7.5 + Tk 4.1 + ET 1.6
|
27 |
|
|
|
28 |
|
|
Windows Platforms
|
29 |
|
|
|
30 |
|
|
Tix 4.1b1 requires the final release of Tcl 7.5 and Tk 4.1 (no alpha
|
31 |
|
|
or beta versions). Many things currently does not work under Windows,
|
32 |
|
|
including:
|
33 |
|
|
* FileSelectDialog (ExFileSelectDialog does work, though)
|
34 |
|
|
* XPM images
|
35 |
|
|
|
36 |
|
|
GETTING THE TIX PACKAGE
|
37 |
|
|
|
38 |
|
|
Tix 4.1b1 sources are available at
|
39 |
|
|
* ftp://ftp.xpi.com/pub/Tix4.1b1.tar.gz: Unix source tar file.
|
40 |
|
|
* ftp://ftp.xpi.com/pub/windows/tix41b1.zip: Same as
|
41 |
|
|
Tix4.1b1.tar.gz, but in Windows/DOS ZIP format.
|
42 |
|
|
|
43 |
|
|
We'll also release binary distributions of Tix. They will be available
|
44 |
|
|
in a few days for all Windows 32 bit platforms (Win32s, Win95, WinNT
|
45 |
|
|
3.5 and 4.0) as well as the following Unix platforms: Solaris 2.5,
|
46 |
|
|
SunOs 4.1, HPUX 9.x, IRIX 5.x and Linux.
|
47 |
|
|
|
48 |
|
|
WHAT'S NEW SINCE TIX 4.1A3 (THE LAST RELEASE)
|
49 |
|
|
|
50 |
|
|
7/14/96
|
51 |
|
|
|
52 |
|
|
New feature: Supports ET+TK4.1. --enable-tk41_et flag for configure
|
53 |
|
|
script.
|
54 |
|
|
|
55 |
|
|
New feature: Supports ITCL 2.1. --enable-itcl21 flag for configure
|
56 |
|
|
script.
|
57 |
|
|
|
58 |
|
|
New feature: Default color schemes and fontset can be set when Tix is
|
59 |
|
|
compiled: --with-fontset= and --with-scheme= flags for configure
|
60 |
|
|
script.
|
61 |
|
|
|
62 |
|
|
Incompatibility: All the "::" qualifiers in Tix class methods have
|
63 |
|
|
been replaced by ":", so that the Tix classes can be loaded into Itcl
|
64 |
|
|
without patching Itcl. If you have written your own Tix classes, you
|
65 |
|
|
need to modify the source files to use the ":" qualifier instead.
|
66 |
|
|
|
67 |
|
|
The program tools/setcolon.sh helps you port your code from the "::"
|
68 |
|
|
convention to the ":" convention. Execute the program without argument
|
69 |
|
|
for usage syntax. It may modify your code in unexpected ways. Use with
|
70 |
|
|
caution.
|
71 |
|
|
|
72 |
|
|
7/15/96
|
73 |
|
|
|
74 |
|
|
New feature: New function Tix_SetRcFileName() and new macros
|
75 |
|
|
TCL_7_5_OR_LATER, TK_4_1_OR_LATER to provide better support for both
|
76 |
|
|
Tcl7.4/Tk4.0 and Tcl7.5+/Tk4.1+.
|
77 |
|
|
|
78 |
|
|
Bug Fixed: entrycget method of OptionMenu didn't work as expected.
|
79 |
|
|
|
80 |
|
|
7/17/96
|
81 |
|
|
|
82 |
|
|
The demos-c subdirectory has been moved to demos/c-code.
|
83 |
|
|
|
84 |
|
|
7/24/96
|
85 |
|
|
|
86 |
|
|
Bug Fixed: tixMwm now deletes information about a toplevel when the
|
87 |
|
|
toplevel is destroyed.
|
88 |
|
|
|
89 |
|
|
8/22/96
|
90 |
|
|
|
91 |
|
|
New feature: New command "tixConsoleInit" available with Tcl 7.5/Tk
|
92 |
|
|
4.1. Create console window that runs in a separate interpreter.
|
93 |
|
|
|
94 |
|
|
New feature: Now Tix works under multiple interpreters.
|
95 |
|
|
|
96 |
|
|
8/23/96
|
97 |
|
|
|
98 |
|
|
New feature: Now ListNoteBook uses a PanedWindow to manage the HList
|
99 |
|
|
and the pages.
|
100 |
|
|
|
101 |
|
|
New feature: New option -dynamicgeometry for PanedWindow.
|
102 |
|
|
|
103 |
|
|
8/24/96
|
104 |
|
|
|
105 |
|
|
New feature: New command "tixStrEq" compares the equality of two
|
106 |
|
|
strings.
|
107 |
|
|
|
108 |
|
|
9/12/96
|
109 |
|
|
|
110 |
|
|
New feature: Tix provides emulation for strcasecmp() for platforms
|
111 |
|
|
that do not support this function.
|
112 |
|
|
|
113 |
|
|
9/14/96
|
114 |
|
|
|
115 |
|
|
New feature: New widget command selection get for HList. This is just
|
116 |
|
|
an alias for info selection. It's added so that the API is similar to
|
117 |
|
|
the TK API.
|
118 |
|
|
|
119 |
|
|
New feature: New widget command info bbox for HList. Used mainly in
|
120 |
|
|
regression tests.
|
121 |
|
|
|
122 |
|
|
9/17/96
|
123 |
|
|
|
124 |
|
|
New feature: Orientation of the pane subwidget in TixListNoteBook now
|
125 |
|
|
configureable via the -options switch during creation.
|
126 |
|
|
|
127 |
|
|
9/22/96
|
128 |
|
|
|
129 |
|
|
New feature: Now the default fontset and color scheme are
|
130 |
|
|
configurable in the setup.tcl program as well as in the configure
|
131 |
|
|
script.
|
132 |
|
|
|
133 |
|
|
_________________________________________________________________
|
134 |
|
|
|
135 |
|
|
Last modified Fri Jan 17 22:52:57 EST 1997 --- Serial 853731293
|
136 |
|
|
|