summaryrefslogtreecommitdiff
path: root/tix/docs/Release-4.1b1.txt
blob: b07fbe8cbdee21c60a606b402ef5dda28e401028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136

  TIX 4.1B1

   Released on September 30, 1996

Subject: [Announce] Tix version 4.1b1 is available

   I am pleased to announce the availability of Tix version 4.1b1, the
   first beta release. This version of Tix supports the Unix and
   Microsoft Windows platforms.

   This version of Tix is released under licensing terms similar to those
   of Tcl/Tk. Please read the file license.terms carefully before
   proceeding.

  REQUIREMENT

    Unix Platforms

   Tix 4.1b1 works with the following combinations of Tcl/Tk/ITcl/ET:
     * Tcl 7.4 + Tk 4.0
     * Tcl 7.4 + Tk 4.0 + ITcl 2.0
     * Tcl 7.4 + Tk 4.0 + ET 1.5
     * Tcl 7.5 + Tk 4.1 (final release only)
     * Tcl 7.5 + Tk 4.1 + ITcl 2.1
     * Tcl 7.5 + Tk 4.1 + ET 1.6

    Windows Platforms

   Tix 4.1b1 requires the final release of Tcl 7.5 and Tk 4.1 (no alpha
   or beta versions). Many things currently does not work under Windows,
   including:
     * FileSelectDialog (ExFileSelectDialog does work, though)
     * XPM images

  GETTING THE TIX PACKAGE

   Tix 4.1b1 sources are available at
     * ftp://ftp.xpi.com/pub/Tix4.1b1.tar.gz: Unix source tar file.
     * ftp://ftp.xpi.com/pub/windows/tix41b1.zip: Same as
       Tix4.1b1.tar.gz, but in Windows/DOS ZIP format.

   We'll also release binary distributions of Tix. They will be available
   in a few days for all Windows 32 bit platforms (Win32s, Win95, WinNT
   3.5 and 4.0) as well as the following Unix platforms: Solaris 2.5,
   SunOs 4.1, HPUX 9.x, IRIX 5.x and Linux.

  WHAT'S NEW SINCE TIX 4.1A3 (THE LAST RELEASE)

    7/14/96

   New feature: Supports ET+TK4.1. --enable-tk41_et flag for configure
   script.

   New feature: Supports ITCL 2.1. --enable-itcl21 flag for configure
   script.

   New feature: Default color schemes and fontset can be set when Tix is
   compiled: --with-fontset= and --with-scheme= flags for configure
   script.

   Incompatibility: All the "::" qualifiers in Tix class methods have
   been replaced by ":", so that the Tix classes can be loaded into Itcl
   without patching Itcl. If you have written your own Tix classes, you
   need to modify the source files to use the ":" qualifier instead.

   The program tools/setcolon.sh helps you port your code from the "::"
   convention to the ":" convention. Execute the program without argument
   for usage syntax. It may modify your code in unexpected ways. Use with
   caution.

    7/15/96

   New feature: New function Tix_SetRcFileName() and new macros
   TCL_7_5_OR_LATER, TK_4_1_OR_LATER to provide better support for both
   Tcl7.4/Tk4.0 and Tcl7.5+/Tk4.1+.

   Bug Fixed: entrycget method of OptionMenu didn't work as expected.

    7/17/96

   The demos-c subdirectory has been moved to demos/c-code.

    7/24/96

   Bug Fixed: tixMwm now deletes information about a toplevel when the
   toplevel is destroyed.

    8/22/96

   New feature: New command "tixConsoleInit" available with Tcl 7.5/Tk
   4.1. Create console window that runs in a separate interpreter.

   New feature: Now Tix works under multiple interpreters.

    8/23/96

   New feature: Now ListNoteBook uses a PanedWindow to manage the HList
   and the pages.

   New feature: New option -dynamicgeometry for PanedWindow.

    8/24/96

   New feature: New command "tixStrEq" compares the equality of two
   strings.

    9/12/96

   New feature: Tix provides emulation for strcasecmp() for platforms
   that do not support this function.

    9/14/96

   New feature: New widget command selection get for HList. This is just
   an alias for info selection. It's added so that the API is similar to
   the TK API.

   New feature: New widget command info bbox for HList. Used mainly in
   regression tests.

    9/17/96

   New feature: Orientation of the pane subwidget in TixListNoteBook now
   configureable via the -options switch during creation.

    9/22/96

   New feature: Now the default fontset and color scheme are
   configurable in the setup.tcl program as well as in the configure
   script.

     _________________________________________________________________

   Last modified Fri Jan 17 22:52:57 EST 1997 --- Serial 853731293