OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [docs/] [Release-4.1b1.html] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.