source: trunk/third/wcl/Wcl26.Announce @ 8837

Revision 8837, 3.5 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8836, which included commits to RCS files with non-trunk default branches.
Line 
1Wcl 2.6 is Now Available
2************************
3
4A new update of Wcl is now available.  A few enhancements have been
5made, and the never-ending-effort to make Wcl easier to build on a
6wider range of platforms has resulted in a couple more minor tweaks.
7
8Consider this a bug fix and portability upgrade.
9
10The README for this distribution says:
11
12
13Widget Creation Library Version 2.6 Distribution
14------------------------------------------------
15
16The distribution contains files which make up the Widget Creation
17Library (Wcl or libWc.a), and resource interpreters and utility
18libraries (which include Table widgets) for each of the following
19widget sets: Athena, Motif, and OpenLook.
20
21Wcl is completely widget set independent.  It provides mechanisms to
22allow an entire user interface to be specified in resource files.
23Basically, this amounts to providing new resources for specifying the
24types of the widgets and the widget heirarchy.  In addition, Wcl
25provides several callbacks and action functions which many programs
26need.
27
28See README20 for general information about Wcl version 2, and README22
29for additional features introduced in Wcl version 2.2 and version 2.1,
30and README23 for new features in Wcl 2.3, README24 for new features
31in Wcl 2.4, and README25 for new features in Wcl 2.5
32
33New Features of Wcl 2.6
34------------------------
35
36brokenXmTextShowPosition  When XmText widgets are used for Wcl messages
37                          via XmpMessageWidget, sometimes there can
38                          be a problem with XmTextShowPosition.  If so
39                          in specific cases, you can set this attribute
40                          to somewhat avoid the side effects.  Sigh.
41
42New Platform Support
43--------------------
44HP 'Snake' platforms    MakeByHand can be used to build the distribution
45                        by using WcMake1.hp and WcMake2.hp.  Some people
46                        had problems with CFLAGS for the silly HP cc...
47
48VMS                     Better!!  Try the new VMSWcl.com.  Several changes
49                        in libWc to deal with VMS file naming.  Thanks to
50                        Peter Scott.
51
52OSF1                    Pretty simple really - trivial changes to
53                        Wc/WcSetValues.c, and a few things in the
54                        Imakefile and Wc.tmpl.  Use imake.  Thanks to
55                        danial@macsch.com (Danial Beck).
56
57Bug Fixes
58---------
59
60COPY -> COPY.h          The include files with the copyright notices
61                        has been renamed to match normal include file
62                        naming conventions.  For VMS, among others.
63
64Xmp/Table               Some geometry problems when used with XmForm
65                        have been fixed.
66
67XmpPopupACT             Now avoids possible problems, and reports
68                        specifically what the problems are if any.
69                        For example, popups need to be posted using
70                        button events, and menu panes must be XmRowCol's
71                        with appropriate attributes.
72
73   _____________________________________________________________________
74  |  David E. Smyth                         David.E.Smyth@jpl.nasa.gov  |_
75  |_____________________________________________________________________| |
76  |  Project: Mars Pathfinder -- Low Cost Lander with "Rocky IV" Rover  | |
77  |  Team:    Flight Software -- Object-Oriented Software for Mars      | |
78  |_____________________________________________________________________| |
79  |  Voice:    (818) 393-7944                                           | |
80  |  FAX:      (818) 393-0530                                           | |
81  |  Office:   Space Flight Operations Facility 230/207a                | |
82  |  Snail:    JPL, MS 230-200, 4800 Oak Grove Dr., Pasadena, CA 91109  | |
83  |_____________________________________________________________________| |
84    |_____________________________________________________________________|
Note: See TracBrowser for help on using the repository browser.