<html>
<head>Release notes for LessTif</head>
<!---- Version number :
	$Id: NOTES,v 1.57 1999/11/05 20:02:32 jon Exp $
  ---->
<body>
<h1>Release notes for LessTif</h1>
<!----
  ---- Insert new versions of CURRENT-NOTES here.
  ---->
<!-- make_release -->
<html>
<h2>Release 0.89.4</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> NOTE: except for the version number this is the same as
     0.89.1/0.89.2, which accidentially went out the door with two
     different version numbers.
</ul>
<html>
<h2>Release 0.89.2</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> FileSB updates
<li> Several bug fixes which improve nedit operation (particularly the
     File->Open insensitivity problem).
<li> General code cleanup, and 64 bit improvements, eliminated most
     warnings on DU compile
<li> SelectionBox popdownCallback fixes
<li> XmListReplacePositions fix
<li> several fixes for openDX
</ul>
<html>
<h2>Release 0.89.1</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> New stuff, one per li
</ul>
<html>
<h2>Release 0.89.0</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> New stuff, one per li
</ul>
<html>
<h2>Release 0.89.0</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> Add FontChooser widget to Xlt.
<li> Fix to XmText to make a second call to SetValues with the same
     pointer still work.
<li> Added a directory tree lib/Xbae which contains the Xbae widget set
     (XbaeMatrix, XbaeCaption, and XbaeInput).
<li> Made build system changes to build Xbae in the same way as Xlt.
<li> Add build system options to Xlt and/or Xbae can be compiled together
     with LessTif.
     Use the --enable-build-Xlt and --enable-build-Xbae options.
<li> Xbae contains both automake-based and Imake based build support;
     we're not sure how actively we'll support Imake though.
<li> RowColumn tear-off segfault fix.
<li> Fixed segfault with xmgrace.
<li> various fixes for openDX
<lu> VaSimpleOption fix for Xquote
<li> fixes for mapCallback for DialogShells with BulletionBoard children
<li> Even though binary compatibility is not our true goal,
Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! 
<li> Initial attempts at making lesstif threadsafe (PushB, PushBG)
<li> mxftp should now work
<li> XmScrolledWindow/XmScrollBar geometry fixes
<li> Many compilation warnings silenced.
</ul>

<html>
<h2>Release 0.88.9</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> New stuff, one per li
</ul>
<html>
<h2>Release 0.88.9</h2>
<!-- Ok to change after this line -->
<hr size=5>
This is a quick summary of some of the more important things that
have changed since the last release. For a more detailed view, see
the ChangeLog file.
<br><br>
<ul>
<li> Use libtool 1.3.3 which should get us more platform support.
     Check out the libtool information files for specifics.
<li> Configuration now more correctly handles libtool and whether to
     build and install shared and static libraries.
<li> Remove some files from the distribution. They belong in
     libtool or the auto-tools, we get them from there.
<li> doc/INSTALL.html changed to more accurately describe what
     to do when getting a CVS copy of LessTif.
     This really has to do with the removed files mentioned above.
<li> (2.0) Notebook widget layout significantly enhanced.
<li> Fixed small bug in i18n to get nedit to work.
     You need to compile nedit with -DUSE_XMIM though.
<li> Add #include <LTconfig.h> everywhere.
     Note that in the mwm/ directory this is handled in mwm.h .
<li> Upgrade our XPM (lib/Xm/LTXpm.c) to 3.4j, and change the
     prefix to _LtXpm instead of _XmXpm to indicate this is not
     a Motif thingy.
     Notebook uses this. (So did mwm already, and the image cache,
     and we register a resource converter - depending on build
     options.)
<li> Numerous tweaks to the visuals of labels/buttons, to bring them
     closer to the goal. This required some changes to the menu code.
     In some cases it has been made much simpler.
<li> Fixed the problem with nedit and accelerators. nedit installs and
     removes accelerators _alot_. The mask were were using to install and
     remove event handlers did not match, therefore the handler was not
     removed, but all the data the handler used was freed. Needless to say
     strange things happened after this.
<li> Lots of improvements for XmText.
<li> Many changes to ScrolledWindow and MainWindow to get them closer to
     the ultimate goal.
<li> Configuration verifies symbolic link presence with -r instead of
     non-portably testing with -L, -l, or -h.
</ul>
<html>
<h2>Release 0.88.1</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>

<li> Build system changes.  Should now be more error free, on wider
variety of platforms.  <b> Linux version now produces libXm.so.1.0.2
instead of libXm.so.1.2</b> You may need to run "/sbin/ldconfig" as root
after installing this version.

<li> This release introduces a major overhaul to the menu system.
Keyboard traversal of menus works much better, and overall menu behavior
is improved.

<li> Many more of the automated tests pass, implying that the geometry of
more apps should be closer to OSF/Motif behavior.

<li> ToggleB[G] and CascadeB[G] cleanup by Jamie. (Well, *that* covers a
lot of ground.

<li> Shadow.c: Added BC functions _XmDrawSquareButton and _XmDrawDiamondButton.

<li>ResConvert.c: Add ResConvert/define for XmONE_OF_MANY_ROUND and
XmONE_OF_MANY_DIAMOND. 

<li> Improve form layout handling: This is the new layout algorithm,
brought about by my nagging suspicions, and the proof from form/test50.
FormAllPaths used to calculate the size of the enclosing box of a clump of
widgets.  It didn't pay any attention to where on the form that box is
placed. The new code pays attention. If a clump of widgets needs a height
of 100 and is placed at 50, it now knows that a form height of 150 is
needed. All the same tests pass, including the dreaded test13, but be on
the lookout for something that used to work and doesn't now.

<li> Added hack to prevent nedit core dumps (see Manager.c 1.62 CVS log)

<li> Plugged memory leaks in List.c, Vendor.c, Protocols.c,
XmStringCompare(), and significantly FileSB.  LessTif apps should not
"grow" in memory requirements nearly as much with this release.

<li> MainW geometry handling overhauled.

<li> Optimized Text a bit.  Should be *much* faster now in adding text to
large buffers in ScrolledText windows.

<li> And, as always, many other bugs fixed.
</ul>
<html>
<h2>Release 0.88.0</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> New stuff, one per li
<li> Fixed layout of RowColumn for children with borderWidght !=0.
<li> FileSelectionSearch update.
<li> Fix for incorrect information in XmNchildren for menus with tear-off
controls.
<li> Prevent a few segfaults in menu traversal.
<li> The build system overhaul should be working properly now.  RPMs are
still 1.2 only, but the tarball binary distribution should now have both
1.2 and 2.0 versions of the library.
<li> Prevent segfault in nedit 5.0.2.
<li> Tear-off-menu updates (and more to come...)
<li> ScrollBar fixes in ScrolledW/DrawingArea
</ul>

<html>
<h2>Release 0.87.9</h2>
<!-- Ok to change after this line -->
<hr size=5>
<H3> Major change to build structure.  Now builds 1.2 and 2.0 versions by
default.</h3>
<ul>
<li> The 2.0 tree release breaks binary compatibility with all releases
     prior to 0.87.1 of the lesstif libraries because of a change to the
     NotebookP.h.
<li> Build system changes require the following tools and versions:
<ul>
<li> Autoconf version 2.13 
<li> ltmain.sh (GNU libtool) 1.2 
<li> automake (GNU automake) 1.4 
</ul>
<li> The build now creates (by default) both 1.2 and 2.0 compatible
     versions of the libraries.
     They are installed in $(prefix)/LessTif/Motif1.2 and
     $(prefix)/LessTif/Motif2.0 
     but the appropriate links are created in $(prefix)/lib and
     $(prefix)/include.
     Changing an installation that simulates 1.2 into one that acts
     like 2.0 is a matter of changing a couple of symbolic links.
<li> INSTALL no longer exists as a separate source in CVS,
     it is generated from doc/INSTALL.html by running lynx on it.

     Those who get a copy of LessTif from CVS will get a warning from
     automake saying that INSTALL is missing.

     This warning is harmless, the LessTif build process will generate
     the INSTALL file if it finds lynx.
<li> The doc/INSTALL.html is updated to reflect the new build options.
</ul>
<h3>Other code changes</h3>
<ul>
<li> Fixed nasty bulletin board placement bug.
<li> Fixed bugs in Scrollbar: now allows 0x0 widget in realize
<li> List scrollbar names changed to VertScrollbar and HorScrollBar
<li> Improvements to scrolling in Text Widgets,
<li> Text cut-n-paste improvements.
<li> Form layout improvements.
<li> Menu fixes, including improved traversal code.
<li> 64-bit compatibility fixes 
<li> Lots of fixes for grok.
<li> And much more!
</ul>

<html>
<h2>Release 0.87.1</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>

<li> This version will <i>probably</i> break binary compatibility with
0.87.0, although I don't see anything specific at the moment.  Don't count
on binary compatibility, though.

<li> This version introduces a significant overhaul of lesstif's internal
geometry handling thanks mainly to the hard work of Jamie Gritton and Rick
Scott in the general area of visual appearance (geometry, layout, and
color handling).  These won't be detailed here (cvs log if you're
interested).  Overall, though, we're getting much closer to exact
compliance with Motif's geometry handling.  Among the many other changes are:

<br>   Reorganization of drawing functions, step 1:
<br>   There are no more _Xm*_1_2_ or Xme*_2_0_ functions.
<br>   What used to be in ShadowI.c as _Xm*_1_2_ are now in Shadow.c as _Xm*.
<br>   What used to be Xme*_2_0_ in DrawI.c is now Xme*.
<br>   The Xme* that used to call _Xm*_1_2_ from Draw.c now call _Xm*.
<br>   The _Xm* that used to call Xme* from Obso1_2.c are replaced by Shadow.c.
<br>   Some cleanup of formatting and argument names in DrawP.h (both) and Draw.c.
<br>

<li> TextF got some updates, and should work better now
<li> Fixed "nervousness" in DrawnB's; better labelString handling in
DrawnB's 
<li> reset TopPosition in XmListDeleteAllItems
<li> NULL protection in List.c
<li> Better handling of cascade (and other) menus; should work better with
xmgrace
<li> Added XmSHADOW_ETCHED_IN_DASH and _OUT_DASH from (1.2.5) to Separator.c
<li> Internals of Scrollbar changed significantly, should work better now
(including processingDirection )
<li> indicatorOn converter patch
<li> implented NEXT_KEY in Protocols.c (huh?)
<li> Arrows from 1.2 and 2.0 now share more code
<li> FileSB now copies FS_DirMask if it changes in set_values
<li> changes in Form handling to work better with Ted (a text editor)
<li> Added Rob McMullen's SciPlot widget to libXlt.
<li> Added Rob McMullen's ListTree widget to libXlt.
<li> Add configure.in stuff for conditionally building XDND support.
<li> Configuration changed so EditRes is no longer triggered by
     whether or not you ask a production build.
     From now on, you ask EditRes support by --with-editres if you
     are performing a production build. A non-production build defaults
     to supporting EditRes.
</ul>
<html>
<h2>Release 0.87.0</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> Geometry fixes for FileSB, Frame, Form, ScrollBar and others
<li> Labels no longer croak when given a None pixmap
<li> MenuShell:  Call popup/popdown callbacks.
<li> RowColumns no longer croak when all their children are unmanaged
<li> MenuShells created by applications instead of the library now have 
the correct grabs and hooks installed  
<li> Implemented XmTextRemove, changed XmTextCut and XmTextSetString
</ul>


<html>
<h2>Release 0.86.9</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li> Overall, we're relying more on our test suite now to tell us about
problems, and we're beginning to take steps towards automating running the
tests. 
<li> Various B/W and resolution independence fixes from Jamie Gritton.
<li> Fixed unreleased mouse grab in menushellpopdown routines
<li> Absolute <i>tons</i> of geometry fixes from Rick Scott
<li> Broke test programs out of main tree
<li> Fixed a double callback in bulletinboards
<li> Fixed Drag 'n Drop so that you could turn it off with resources
<li> Fixed quite a few memory leaks
<li> Added a couple of convenience functions such as _XmObjectLock(w) and
     _XmObjectUnlock(w) which you can use to lock the application context
     of that widget in a multi-threaded environment.
     These functions are defined such that they can safely be used even
     when compiling against X11r5.
     According to a reply to my query on comp.windows.x (by David Lewis),
     essentially all convenience functions should be protected by these.
     General explanation (very little though) is in the Xt documentation,
     secion 7.12.
     <B>Can anyone clarify ?</B>
<li> Toggle Button (widget and gadget) now have a third state, XmINDETERMINATE,
     in a 2.0 compliant LessTif.
<li> The 2.0 tree release breaks binary compatibility with all releases
     prior to 0.86.5 of the lesstif libraries because of a change to the
     VendorSEP.h.
     All programs which use dynamically linked M*tif 2.0 compatible
     lesstif libraries will have to be re-compiled to use the new libraries.  
     If you don't wish to do this,
     see the --enable-back-compat option of configure.
<li> Cloned ArrowBP.h, ArrowBGP.h, ToggleBGP.h, DrawingAP.h, ManagerP.h
     and PrimitiveP.h for the 2.0 tree and added new 2.0 resources.
     This also breaks binary compatibility for the 2.0 tree.
<li> Added new file Direction.c to the 2.0 tree.
     This contains stubs for the XmDirection family of routines.
<li> Add a couple of files and links, and perform some cleanup
     so Lessdox doesn't contain so many broken HTML links.
     Note that this adds documentation to LessTif about a number of
     Xt functions and widgets. The documentation only refers to the
     Xt docs though.
<li> Build system changes require the following tools and versions:
<ul>
<li> Autoconf version 2.12 
<li> ltmain.sh (GNU libtool) 1.2 
<li> automake (GNU automake) 1.3 
</ul>
<li> Fixed values of enum in CutPaste.h.
     This breaks binary compatibility for both 1.2 and 2.0.
</ul>
<h2>Release 0.86.5</h2>
<!-- Ok to change after this line -->
<hr size=5>
<ul>
<li>Button ArmAndActivate action re-work.
<li>BulletinBoard default button processing.
<li>Initial BulletinBoard geometry.
<li>DialogShell children positioning.
<li>MenuBar sizing in MainWindow's, they now wrap to multiple rows if they
    are resized too narrow.
<li>Numerous improvements to Text and TextField.
<li>Improved color handling.
<li>Plugged numerous memory leaks, especially in XmStrings and labels.
</ul>
<h2>Release 0.86</h2>
<hr size=5>
<ul>
<li> Implemented XmStringCompare w/o calling XmStringByteCompare, since
	that wasn't sufficient.
<li> Mozilla now has sorted directory and file lists!
<li> Implemented undocumented feature xmUseVersion.
<li> Inserted patch by Gary Aviv to implement XmPanedWindow better.
<li> An autoconf macro, AC_FIND_MOTIF, was added to the distribution,
     in scripts/autoconf/.
     This macro is based on a similar one by Andreas Zeller (ICE_FIND_MOTIF),
     but it presents other variables with which to build your Makefiles.
<li> Some small changes for 2.0 builds
<li> Traversal fix for ScrolledW.  This from Karsten Jenson.
<li> Some geometry tweaks for BulletinBoard
<li> XmTextField.c:XmTextFieldInsert() - We were not setting the CursorPos
   	before the insert so the text was not getting to the correct pos.
   	This was showing in ml's save file dialog.  It's been this way for
   	a long time, I just got tired of it.
<li> Various patches from Stephen Gallimore on XmStrings, double line
	separators, internal widget names in FileSB, _XmGetColors and
	_XmAccessColorData.
<li> Now use integer math for Lists in list.c
</ul>
<h2>Release 0.85.3</h2>
<hr size=5>
<b>NOTE:</b> This release breaks binary compatibility with all releases
	prior to 0.85.3 of the lesstif libraries because of a change to the
	indicatorType resource of ToggleButtons.  All programs which use
	dynamically linked lesstif libraries will have to be re-compiled to use
	the new libraries.  If you don't wish to do this, see the
	--enable-back-compat option of configure.
<ul>
<li> Extensive changes to FileSB.  Focus handling is now in line with the
	Motif spec
<li> Handles cascade buttons w/o children correctly
<li> Removed several spurious shadows and geometry problems
<li> Changed menu wrapping code in RowColumn again (does this work right now?)
<li> FileSB and Selection Box dialogs in general now have correct behavior
	of their buttons.
<li> and more!
</ul>



<html>
<h2>Release 0.85.3</h2>
<b>NOTE:</b> This release breaks binary compatibility with all releases
prior to 0.85.3 of the lesstif libraries because of a change to the
indicatorType resource of ToggleButtons.  All programs which use
dynamically linked lesstif libraries will have to be re-compiled to use
the new libraries.  If you don't wish to do this, see the
--enable-back-compat option of configure.

<b>Another Note:</b> Some of the items in this list may in fact regard
changes after 0.85.3 because of a breakdown in the release script
process.  I hope those problems have been fixed and we're back on track
now.  In any case, this list is meant to be informative rather than
normative.  The detailed information is available from the cvs logs anyway.
<ul>
<li> Add the flag --enable-back-compat to provide other project maintainers
     with a way to build to the original Lesstif ABI.
<li> Scrollbar patches to make Mozilla happier
<li> preliminary Drag & Drop support
<li> Cascade button now works properly with no submenu
<li> Fixes to form for some obscure cases
<li> Cleaned up list geometry
<li> Extensive changes to FileSB based on test results
<li> New release number format
<li> Small fix to MessageBox
<li> Preliminary Drag and Drop support from Waider
<li> Scrolled Window patches from Karsten Jenson
<li> Geometry fixes to the List Widget.
<li> Add check for <ctype.h> in configure.in to be able to safely
     include it in lib/Xm/misc.c.
     Requested by Alexander Mai, probably for OS/2.
<li> Add XmONE_OF_MANY_ROUND which is required in Motif 2.0.
     wxftp doesn't compile without it.
     This does not break --enable-back-compat.
<li> (OSF/Motif 2.0 compatibility)
     Frame.c : add support for XmNframeChildType which does the
     same thing as the obsolete XmNchildType.
     This requires a bit of hacking.
</ul>
<h2>Release 0.85.1</h2>
<hr size=5>
<ul>
<li> configure.in : use newer libtool 1.2 way of specifying default
     (i.e. don't generate static library)
<li> configure.in : changed the values for detecting man2html from 0,1
     to no,yes.
     This may break your build if you've kept a config.cache
     from a previous release.
     Either remove config.cache, or change the value that reflects
     presence of man2html from 0 to no (or from 1 to yes).
<li> Reorganized the drawing functions in Xm/Shadow.c and Xm-2.0/Draw.c
     so changes to the 1.2 drawing functions will make it into the
     2.0 branch.
<li> Added function ComputeArrowSize to Xm-2.0/ComboBox.c.  This
     routine should now calculate the arrow size properly.
<li>
</ul>
<html>
<h2>Release 0.85</h2>
<hr size=5>
<ul>
<li> TextField clipboard ops now programmed with XmClipboard API.
     This was half done in 0.84 (and disabled through #ifdef), now
     it's enabled.
<li> Copied the experience and also used the XmClipboard API
     in XmText.
</ul>
<html>
<h2>Release 0.84</h2>
<hr size=5>
<ul>
<li> Several fixes for <A HREF="http://www.mozilla.org">Mozilla</A>,
     which now works rather well with LessTif.
<li> Significant changes to the way XmFileSelectionBox treated
     its filesystem access functions.
     Getting it to work with Mozilla proved to be a good way of
     figuring out how they're supposed to work.
<li> Merged Traits stuff from lib/Xm-2.0/Text.c and TextF.c back into
     lib/Xm/Text.c and TextF.c .
     Keeping two versions in sync where the only difference between them
     are a couple of traits definitions (~ 2% of the source) is silly.
<li> There are a couple of man pages being installed, both as "man" source
     and as HTML. The man to HTML conversion happens with a slightly
     modified version of Debian's man2html. The slight modification is
     just so I can tell it to filter (as in a traditional Unix filter),
     not just to serve underneath a web server.
<li> Upgraded to libtool-1.2.
     This only involves two files: ltconfig and ltmain.sh .
<li> Put one documentation file per widget in doc/lessdox/widgets
     as a start for replacing the long defunct Lessdox.
     The conversion from man to HTML (as indicated above) is built into
     the nightly script, and a copy is made to the web pages, so the
     HTML for the manual pages is online on the Internet at
     <A HREF="http://www.lesstif.org/Lessdox">
     http://www.lesstif.org/Lessdox/</A>.
     The man to HTML stuff should also still be built into the release
     scripts so releases will contain this stuff as well.
<li> Finally found out why PageUp and PageDown wouldn't work as expected
     in nedit.
     Turns out to have to do with the Virtual Keys and a cache in Xt.
     (I think.)
     If anybody knows of a better way to solve this, please tell us.
<li> Several fixes to XmText.
<li> Small fix so popup menus stay visible when clicking MB3 (usually)
     instead of just holding the button down.
<li> Implemented clipboard operations for XmTextField.
     Cleanup of the code, to use XmClipboard* API, is in progress.
</ul>
<h2>Release 0.83</h2>
<hr size=5>
<ul>
<li> New configuration based on automake, autoconf, libtool.
     All of these are GNU tools available from the usual sites,
     such as
     <A HREF="ftp://prep.ai.mit.edu/pub/gnu">ftp://prep.ai.mit.edu/pub/gnu"</A>
     but you don't need to have any of these for using or building
     LessTif unless you want to alter LessTif itself (adding directories,
     files to treat by configure, ...).
<li> The new configuration won't change anything for you; if you want to
     build LessTif you still only need to run
     <PRE>
	configure <I>add your options here</I>
	make
     </PRE>
<li> If however you change anything to a makefile.am, or to configure.in,
     or if you're running Cygwin32 or OS/2 (once these things get ported)
     you'll have to run the following sequence :
     <PRE>
	autoheader	<I>creates include/LTconfig.h.in</I>
	automake -i	<I>converts Makefile.am into Makefile.in</I>
	autoconf	<I>converts Makefile.in into Makefile</I>
	configure	<I>add your options here</I>
	make
     </PRE>
<li> In the M*tif 2.0 compatibility area, a couple of things happened. 
     The XmeDrawArrow routine was improved.  It now acts as the M*tif 2.0 
     version of the function.  All XmeDraw* routines have been moved from Xme.c
     to Draw.c.  Removed the link Shadows.c and added a file Obso1_2.c for 1.2 
     routines deemed obsolete in 2.0.  Added new tests for the XmeDrawArrow 
     routine.  Also, the size calculation routines of the XmComboBox widget 
     were improved.
<li> The scripts/mmf will rebuild the Makefile in the directory in which
     your run the script. It's much faster than rebuilding all the Makefiles
     by running configure on the whole distribution.
     Be careful when using it after modifying configure.in though; you will
     end up with an inconsistent set of Makefiles.
<li> There is now a XmPanedWindowWidget in the 2.0 directory as well;
     it is nearly the same as the 1.2 version : the only difference is
     an additional resource (XmNorientation).
     SashAction (interactively moving the panes) isn't 100% foolproof yet.
     <A HREF="http://sunsite.auc.dk/xinvest/">Xinvest</A> uses this.
<li> Notebook (also in 2.0, see below) is beginning to do sensible things.
     It uses some of the traits in sensible ways, and can be used to display
     pages and page through them using both a SpinBox and tabs.
<li> For those of you who are using a binary distribution of LessTif: there
     are currently no 2.0 widgets in those; our binary distributions are 1.2
     based for now.
     You can build a 2.0 version from source by running
     <PRE>
	configure --enable-build-20	<I>more options</I>
	make
     </PRE>
<li> Placement of the XmComboBox scrolled list is now correct.  However, 
     the initial size calculation of the scrolled list is incorrect.  Added
     a new internal routine called XmeShellSmartPlacement (see file
     PopupUtil.c).  This routine attempts to keep the shell completely 
     visible before XmePopup* is called.  Also, added two XmePopup* routines 
     to wrap the XtPopup family of routines.
<li> More 2.0 stuff...  Added header file DrawP.h to the include/Motif-2.0/Xm 
     directory.  Removed Xme* function declarations from DrawP.h in the 
     include/Motif-1.2/Xm directory.  These routines do not exist in the 
     1.2 tree and would result in unresolved symbol errors if used.
<li> You can build from other directories than LessTif's root directory.
     This is what I did on my system (from LessTif's root) :
     <PRE>
	mkdir DEBUG
	cd DEBUG
	../configure  --prefix=/usr/lesstif20g --enable-debug --enable-build-20 --enable-nonstandard-conversions
	make
	cd ..
	mkdir PRODUCTION
	cd PRODUCTION
	../configure  --prefix=/usr/lesstif20 --disable-debug --enable-build-20 --enable-nonstandard-conversions --enable-production
	make
     </PRE>
<li> Added a couple of Makefiles to also install doc/www.lesstif.org
     when doing a "make install". Consequence is that binary distributions
     will also contain the information from the web site. (At least a
     snapshot of it taken at release time.)
<li> Added a couple of manual pages donated by
     <A HREF="mailto:jdassen@debian.org">Ray Dassen</A>
     and put them in doc/lessdox/clients.
<li> Added Makefiles so the manpages above are installed in
     PREFIX/LessTif/doc/man and PREFIX/LessTif/doc/html .
</ul>

<h2>Release 0.82</h2>
<hr size=5>
<ul>
<li> Build support for the Cygnus Win32 environment.
     May not be complete yet.
<li> Finally implemented a default functions for TopShadowPixmap
	and HighlightPixmap in Primitive and Manager.
<li> 2.0 compatible widgets : GrabShell (internal widget), SpinBox
	should work reasonably.
<li> 2.0 : Traits also implemented (which is not a big deal), but
	no work has been done on adding traits to widgets, except
	where needed for SpinBox.
<li> Peter Pilgrim gave us the basics for XmPartOffsets.
	Thanks, Peter.
<li> Build : add run-time library path options (-R on Solaris, NetBSD;
	-Wl,-rpath on OSF/1).
<li> Added the web pages for the LessTif site to CVS.
     Now you can see in lesstif-*/doc/www.lesstif.org what you normally
     get from <A HREF="http://www.lesstif.org">http://www.lesstif.org</A>
<li> Add string to widget converter.
	Apparently Motif 1.2 has this but previous versions didn't.
<li> Various fixes to XmText; one of which was the I-beam cursor overwriting
	initially displayed text.
<li> Build support for SlackWare and RedHat.
<li> Work on popup menus has led to a revamping of the menu system in general.
	Popup menus should show better behavior now, although keyboard focus
	isn't 100% yet.  Grabbing in general should be handled a little better
	now (I'm interested if people get messages about "XtWarning: Asked to
	remove widget not on the grab list").  Mnemonics and accelerators
	should behave better.  Option menus should also behave better,
	in general.
</ul>

<h2>Release 0.81</h2>
<hr size=5>
<ul>
<li> Added stuff-to-string converters to the Editres functions built into
     LessTif. Also fixed the bug that prevented it from passing getting
     values.
     You'll also need a small patch on your editres to use this. (See below.)
     After that, you'll be able to <b>query</b> widget values with editres.
<pre>
*** programs/editres/handler.c.r6     Sun Apr 17 20:38:56 1994
--- programs/editres/handler.c  Tue Feb 07 14:36:12 1995
***************
*** 813,820 ****
      /*CreateGetValuesCommand(node, (XtPointer)&amp;info);  Inserts widget */
 
      /* Insert widget */
!     _XEditResPut16(stream, 1);
!     _XEditResPut32(stream, node->id);

      SetCommand(node->tree_info->tree_widget, LocalGetValues, NULL);
  } 
--- 814,820 ----
      /*CreateGetValuesCommand(node, (XtPointer)&amp;info);  Inserts widget */

      /* Insert widget */
!     InsertWidgetFromNode(stream, node);

      SetCommand(node->tree_info->tree_widget, LocalGetValues, NULL);
  }
</pre>
    All of this code was donated by Peter Derr
    <A HREF="mailto:pderr@zk3.dec.com">&lt;pderr@zk3.dec.com&gt;</A>.
<li> Many more geometry fixes.
<li> The code has been struck by the mad indenter.  Most core library
    code will now have a consistent look.
<li> Various fixes for xmcd - see KNOWN_BUGS.
<li> In the Motif 2.0 compatibility area, a couple of things happened.
Traits were implemented, a XmSpinBox widget has an initial implementation,
and a couple of widgets (XmTextField, VendorShell) were copied from the 1.2
directory to cooperate better with XmSpinBox. (Read: they support traits).
<li> Build fixes for a 2.0 compatible library.
</ul>


<h2>Release 0.80 alpha</h2>
<hr size=5>
<ul>
<li>Work on selecting text, copy/paste, ... in XmText has begun.
    It's somewhat functional : primary selections seem to work,
    not all key combinations for the keyboard traversal business may
    be supported yet though.
    (Please send E-mail to lesstif@hungry.com if anything's missing.)
    Nothing has been done for secondary selections yet.
<li>Support for SetValues and GetValues on resources in the input and
    output objects of XmText is implemented now.
    Not all resources are treated yet though (especially SetValues),
    but at least changing the fontList seems to work.
    Mxgdb demonstrates that GetValues also works.
<li>Lots and lots of work on geometry.
<li>Added a Makefile target "install-list" everywhere, which prints a
    list of files that the "install" target will install.
<li>Based on this, created stuff in scripts/FreeBSD to create a binary
    package that can be installed with pkg_add(8) easily.
    Waiting for someone to do similar stuff for Linux.
<li>Drag and Drop is "primitive", at best.  Do not be surprised if Btn2Click
    on labels and subclasses cause you problems.
</ul>


<h2>Release 0.79</h2>
<hr size=5>
<ul>
<li>Fix build problems in 0.78, new Form code.
</ul>

<h2>Release 0.78</h2>
<hr size=5>
<ul>
<li>New directory structure to allow for CDE and 2.0 widgets.
<li>For testing purposes, the Interleaf ComboBox widget is added to
    the Xm-CDE directory.
    If someone cares to replace or enhance it, please do so.
    I'm no legal expert, but enforcing LGPL license on LessTif if
    part of it is covered by the license Interleaf has put in,
    might be contradictory. (Note that the Interleaf license is more liberal
    than LGPL.)
<li>A version of ComboBox with "dt" changed into "xm" is also put into
    the Xm-2.0 directory for testing purposes.
    Similar comments apply : we may want to replace this sucker.
<li>New version of configure.cmd (for OS/2) from Michael Holzapfel.
<li>Layout details (remember the "Pixel Police" ?) are finally understood
    and are getting into place in ScrolledWindow.
<li> Drag and Drop is somewhat working at this point.  We don't do
    PREREGISTER (because nobody has documented it), so it gets emulated
    by the DYNAMIC protocol.  Cross application dragging doesn't work yet.
<li>Improvements to the menu system. Option menus look a bit better,
    popup menus have improved and grab balancing is close to being OK.
</ul>

<h2>Release 0.78</h2>
<hr size=5>
<ul>
  <li>  Started rework on XmMainWindow following similar work
	on XmScrolledWindow. Compile with -DNEW_MAINW to enable.
  <li>  Added stuff that'll allow applications to be compiled using
	imake. LessTif itself continues to be configured using a
	"configure" script generated with GNU Autoconf.
  <li>  Added DEBUG_FILE variable to DebugUtil.c so you can direct
        debug output to a file easily. It's faster than scrolling
        in an xterm window. Also apps like ML hang when you send
	stuff to stderr because they catch stderr and throw whatever
	they find in a Motif (err LessTif) XmText widget.
	Chicken and egg problem.
	Try using it with setenv DEBUG_FILE /tmp/lesstif.%p
  <li>  Improvements to the menuing system.
  <li>  DragDrop has been started.  Drag cursors are about the only thing
	that work, though.
  <li>  Major changes to the source tree layout are upcoming in the next
	release.
</ul>

<h2>Release 0.76</h2>
<hr size=5>
<ul>
  <li>  The clipboard has mostly been implemented, but it does still have
	a few problems.
  <li>  The implementation of XmScrolledWindow has been completely reworked.
	Results should be visible in
	<A HREF="http://www.in-berlin.de/User/bitrot">plan</A>
	and xdiff.
  <li>  There is a new #define, NONSTANDARD_EXTENSIONS.  This is not enabled
        by default.  If enabled, it will allow lesstif to transparently
        convert a string to a pixmap for resource converters (which many
        people feel Motif should have done a long time ago).  Thanks to
        Peter Williams for this patch.
</ul>

<h2>Release 0.75</h2>
<hr size=5>
<ul>
  <li>Public release.
</ul>

<h2>Release 0.71</h2>
<hr size=5>
<ul>
  <li>XmRegion code is getting there. -- Chris
  <li>New List widget.  Thanks Blake and Jon!
  <li>The clients/uil directory is being reworked completely. You'll notice
     that all the C++ stuff is gone. Thanks Geoff.
  <li>Configure was extended so you can choose not to compile the testXm
     and/or testMrm directory trees. Use configure -help to find out more.
     Configure also recovers if testXm or testMrm are not there.  -- Danny
  <li>Default for the new options --with-testXm and --with-testMrm
     changed to *No* meaning tests only get compiled if you want them to.
     -- Danny
  <li>Traversal/Focus/Navigation has been completely reworked; They should
     function much better these days.  This change was fairly massive, so some
     things are surely broken.  Feedback requested. -- Mitch
  <li>XmFontList and XmString have new implementations; they should be more
     faithful to their Motif equivalents.
  <li>LessTif should also work on OS/2 now. Thanks Michael Holzapfel and
	Christoph Jaeschke.
  <li>Rewrite of mwm.  It's much better behaved now, with most appearance
     resources and a good bit of the behavior resources supported.  Transients,
     when they go away, now give the focus back to their parents (which might
     help with the locking focus problem sometimes seen in fvwm). SYSTEM_MODAL
     dialog support is more or less in, but cascading system modals will not be
     well behaved.  The parser is much more friendly, and shouldn't have any
     problems with multiple menus.  Multiscreen support is in (although you
     can't specify resources for each screen, but global resources work fine).
     Most of the Motif oddities with window properties are supported, including
     run-time update of the properties, application defined window menus,
     f.send_msg, etc.  Dialogs for quitting, restarting, and toggling custom
     behavior are in (with some drawing problems, but they do work).  As always,
     feedback on what works and what doesn't is desired.  See the files
     clients/mwm/README and clients/mwm/Mwm for details. -- Mitch
  <li>Pulldown menus work a bit better. -- Peter
  <li>Many geometry management fixes (esp. in RowColumn). -- Danny
  <li>The debugSources resource was removed;
     only the environment variable is left in the code.
     <PRE>setenv DEBUGSOURCES Command.c:SelectionBox.c </PRE>
     should do the trick.
  <li> Dialog modality is partially implemented.  Thanks Harald.
</ul>

<h2>Release 0.50</h2>
<hr size=5>
<ul>
  <li>Option menus are now in (somewhat). -- Chris
  <li>Menu Gadget support is almost up to the
      level of Widgets.  Use it with caution,
      as it may lock your server.  Mosaic 2.7b2
      menu items are selectable now. -- Chris
  <li>Debugging info from LessTif can be enabled
      by setting environment variable DEBUGSOURCES
      or the equivalent resource to a list of
      the source files that you want to see info
      from. test2 -xrm "*debugSources: Command.c:SelectionBox.c"
	-- Danny
  <li>Quick and Dirty implementation of internationalisation
	(i18n) for TextField. Works on XFree86 3.1.2 on
	FreeBSD, and on HPUX with X11R5.  -- Danny
  <li>First cut at FastSubclassing.  Starting rework of
	GadgetCache objects to be more in line with Motif.
	SyntheticResources and Resolution Independence are
	in, but a bit shaky (maybe).  Many more import/export
	procs need to be written.  Both Chris and I are working
	on the BaseClass stuff -- quite a lot to do there.  More
	mwm improvements (should be more stable on more platforms
	now).  Need to work on "shields up" for modality and
	multiscreen support for it.  If you experience core dumps
	with mwm, check and see if you compiled the library -- on
	some platforms, modifying the library a running executable
	uses can cause this (Solaris, Linux), as they think it's
	pure code, and don't swap it.  The alternative is to link
	mwm statically.  Oh, and I got rid of those pesky warnings
	in LTEditres.c. -- Mitch
  <li>GeoUtils have (somewhat) been implemented.  They still need
	work, though. -- Mitch
  <li>Pulldown menu grabbing is in the works. It kinda works for
	Cascade button WIDGETS, not at all for gadgets yet.
	In the gadget case, it's #ifdef-fed out. In the widget
	case it is not.
	If your menus appear to freeze, pressing Escape usually
	helps. If it does not, please send me detailed info.
	-- Danny (u27113@kb.be)
</ul>

<h2>Release 0.36</h2>
<hr size=5>
<ul>
  <li>Initial version of Mwm is in.  It's a bit rough, so don't expect to
      much.
  <li>Menu dragging is sort of working better.  This only applies for widget,
      so menus that use gadgets (such as those in Mosaic) will not work.  This
      will change quickly, so be patient.
  <li>Initial TearOffButton stuff
  <li>Fixed bug in configure.in for NetBSD/FreeBSD using GNU make
  <li>Added support for linux-aout shared libaries.  Thanks JanJaap!
  <li>New Gadget Cache and ExtObj stuff.
  <li>Better (more in line) geometry management in the RowColumn
      widget, the PanedWindow, and the Frame.
  <li>Lots o changes in Form, MessageBox, BulletinBoard.
  <li>Rob McMullen's TextField widget has been folded into lesstif.
      Thanks Rob!
  <li>RepTypes are actually working now. How come nobody told me :)?
  <li>Drag and Drop is beginning to take shape.
</ul>

<h2>Release 0.33</h2>
<hr size=5>
<ul>
  <li>Harald Albrecht has contributed implementations of the VirtKeys stuff,
      XmDisplay widget, and the first "official" Lesstif client - <code>xmbind</code>
  <li>The configuration management stuff should be working much better
      and more portably across all the supported architectures.
      For those of you with Free/Net BSD, you can now use BSD make to 
      build lesstif for your machine.  Check out the <code>INSTALL</code>
      file for more information on configuration.
  <li>Gadgets and Manager widgets now communicate in a much more
      Motif-like fashion (with the _XmDispatchGadgetInput function).
      Gadgets specify an event mask to tell their parent what events
      they're interested in.  Also, more gadget events are handled,
      like the enter/leave events.
  <li>The beginning of the default button handling in dialogs is in --
      in the <code>ParentProcess</code> stuff.
  <li>The list widget should be a little less problematic now.
  <li>Included John Richardson's patch for XmLabelWidget/Gadget.  Now
      label behavior is much better.
  <li>_XmDrawArrow (Mitch's baby :) is behaving itself better lately.
  <li>We're starting to go after some of the more underlying things,
      like the GeoUtils and Traversal stuff.  Don't expect miracles
      though.
  <li>Fixed some problems with the Fontlist stuff returning NULL.
  <li>Lot's more stuff that I've forgotten.  If I missed something you
      sent in, please resend it (after seeing if it wasn't fixed another
      way :)
</ul>

<h2>Release 0.3</h2>
<hr size=5>
<ul>
  <li>The list widget is currently undergoing a reworking.  Please don't
      expect much, but I'm working on it.
  <li>ScrolledWindows are working better. Thanks
      Mitch.
  <li>Applied countless million patches :)  Some didn't make it in.  I'll try
      to get to those soon.
  <li><code>memcpy</code> and <code>memmove</code> are not
      used anymore.  We now include <code>Xfuncs.h</code> and
      use <code>bcopy</code>.  If your system has a better
      way of doing it, it's probably set in there.
  <li>Configuration system should be working better.
  <li><code>makedepend</code> is now used for generating
      dependencies.  If you don't have it, comment out the lines
      in libXm and libMrm that use it.  Lesstif will eventually
      be packaged with makedepend so that it'll build it if it
      can't find yours.
  <li>Scales and Scrollbars are basically done (we think)
      barring minor cosmetic changes. Thanks Mitch and Peter.
  <li>Default buttons are now drawn differently in
      bulletin boards (and subclasses).  They're not
      <em>correct</em>, but they're drawn differently.
  <li>Code for handling unspecified width/heights has been
      changed to check the request widget's width and height,
      and now it checks for 0, instead of XmUNSPECIFIED.
</ul>

<h2>Release 0.2</h2>
<hr size=5>
<ul>
  <li>Updates for MessageBox/BulletinBoard
  <li>Fixed primitive widgets unhighlighting themselves.
  <li>Better scale/scrollbar widgets -- patches from Mitch.
  <li>Added _XmClearBorders.  This function should be used to erase shadows
      and highlights.  Primitives now call it to erase their highlights when
      their parent is not a manager.
  <li>Added default button shadows to PushButtonWidgets
  <li>Added shared library support for HPUX 9, IRIX, Linux (ELF only), 
      FreeBSD, NetBSD, DEC OSF/1, SunOS 4, Solaris 2, AIX3, DG/UX 5.  
      I want your input on the current scheme.  Does everybody like it?
      Thanks to Xiaokun Zhu for his help.
  <li>Fixed problems with missing \n\'s in Transltns.c
  <li>Fixed x_includes and x_libraries not being set on IRIX after 
      configuration
  <li>Moved to include'ing a template makefile for the tests.  Made their
      Makefiles much smaller.
</ul>

<h2>Release 0.1</h2>
<hr size=5>
<ul>
  <li>Changed lesstif to use autoconf instead of imake
       This will hopefully make it easier to configure stuff
       for different platforms so that the globbing stuff
       works correctly.  Along with this change, however, is
       the new job of getting shared libraries built for each
       platform.  If you have an idea on how we should go about
       doing this, please let me (<a href="mailto:toshok@hungry.com">toshok@hungry.com</a>)
       know.
  <li>The glob stuff has changed to be in the same directory
       as the other libXm stuff, and the function names have
       changed to _Lesstif_glob, etc.  The filenames have also changed,
       to LTglob{.c,.h} and LTfnmatch{.c,.h}
  <li>From this release on, libXmu need not be linked in with
       lesstif.  This is because we now include the _XEditresCheckMessages
       function, calling it _LesstifEditresCheckMessages.  The relevant
       file is LTEditresCom.c.
  <li>This release contains lots of fixes to the form widget from Danny et al.,
       and a new AtomManager from Harald Albrecht, which is doubtlessly more
       efficient than the previous incarnation. Excellent work Harald!
  <li>Vendor shell now responsed to the XmNmwmDecorations and XmNmwmFunctions
       resources.  If you have mwm running, you can now specify programmatically
       the decorations and functions that toplevel shells have.  Neato.
  <li>From this release on, I'm now going to start using numeric release numbers,
       (0.1, 0.2, etc.) so that when shared libraries start working, we can
       have a direct correspondence between the distribution and the shared libraries.
  <li>The Label widget's insensitive GC is now properly created.
  <li>CascadeButtonGadgets now draw themselves in the proper color, and are properly
       highlighted by XmCascadeButtonHighlight.
  <li>The menu system doesn't grab you server anymore, so you can run programs that
       have menus without fear of locking you server.  Xt grabs are used, however, which
       is the way things should work (in part.  Server grabs are necessary, but I'll get
       to that once the toolkit grabs are functioning properly.)
  <li>Most of the correct Motif translations have been integrated into lesstif.  You'll probably 
       see lots of warning messages about lesstif not being able to find an action.  These
       will go away soon.
  <li>I hear we're going to be written up again in next month's Linux Journal.
       Great work guys!
</ul>

<h2>Release Sep12-1524</h2>
<hr size=5>
<ul>
  <li>Most widgets now have their correct motif translations.
      Not all the specified actions are present, but those
      will come along.
  <li>Pixmap top and bottom shadows are supported now, both
      for manager and primitive widgets.
  <li>The primitive widget in general is almost complete.  One gaping lack
      of functionality is the resolution independence offered by synthetic
      resources.
  <li>Better <code>set_values</code> methods for some widgets.
      They now don't do silly things, like checking the request
      against new...
  <li>More complete interaction between mwm and XmVendorShell, 
      including client decorations and functions (see the testXm/vendor 
      testcases)
  <li>Better <code>XmTranslateKey</code> (actually, it's still rather broken..)
  <li>Buttons now draw themselves better in menus (i.e., no highlight rectangles) -- <i>I think</i>...
  <li>Blinking cursors for XmTextField (<i>yay!</i>)
  <li>Updates and fixes to many, many things...
  <li>I'm holding off on putting in the autoconf stuff until I get it functioning
      properly, or at least better...
</ul>

<h2>Release Sep01-1407</h2>
<hr size=5>
<ul>
  <li>PushButton now correctly catches the ButtonUp event
      when the pointer is moved out and back into the
      widget, as do the other button widgets, withough the
      in_window field.  Gadgets also handle this correctly
      now, through their parent's manager translations.
  <li>PushButtons now fill in their interior when fillOnArm
      is set to true.
  <li>ArrowButton gadgets now draw themselves correctly,
      not at (0,0).
  <li>Many more fixes to widget code to use the #define'd 
      access macros.
  <li>Pixmaps are drawn more correctly in label subclasses
      -- i.e., they're centered properly (well, one or two pixels
      off, but who's counting) when the widget is smaller than 
      the pixmap.
  <li>Form and MessageBox updates from Danny
  <li>Scale updates from Mitch
  <li>Fixed <b><i>NASTY</i></b> bug with some default procedures.
      The offending functions used XtDisplay() instead of XtDisplayOfObject() 
      -- they're supposed to work with both widgets and gadgets -- and these would
      cause SIGSEGV's on my box, except they would happen in between the call to 
      <code>class_part_initialize</code> and <code>initialize</code>.  Ugh..
      <i>Actually, I've fixed various places where XtDisplay() is used for
      gadgets, like in the SeparatorGadget and ToggleButtonGadget expose 
      routines...</i>
  <li>We're now using the translations supplied in the mot.trans file 
      (testXm/misc/mot.trans), generated by Mitch Miers, for most widgets.  I'll add
      the rest for the next release.  <i>Please nobody send me them as a patch,
      I'll enter them myself.</i>
  <li>Fixed bug in SeparatorG that was using the XmUNSPECIFIED for the direction that
      its oriented in (e.g., width = XmUNSPECIFIED when orientation = XmHORIZONTAL).
  <li>Gadget seem to be working with MessageBoxes now... Dialogs!  Yay!
  <li>The menu system is in need of some overhaul and much pencil and paper work.  The
      next release may not affect too much more than that (well, I won't be working on 
      much more than the menu system and traversal)
  <li>I have not yet had a chance to try out lesstif on DEC's public alpha machine.
      There were some problems with out of scope function prototypes causing memory
      alignment problems.  These are not fixed (to my knowledge) in this release.  I'll
      look into it for the next release.
  <li>I've cooked together a <code>configure</code> scheme for lesstif, which I'll be 
      patching into the source tree something this next week.  It will handle most of
      the system dependent things much better than the imake system we're using now.
  <li><em> Wow... A lot has changed :)</em>
</ul>





<h2>Release Aug23-2257</h2>
<hr size=5>
<ul>
  <li>Converted the primitive widgets to use the "correct" 
      preprocessor symbols (e.g., Prim_ShadowThickness(w), XtWidth(w), etc.)
      Actually, I got most of the way through this... Too much work for
      one night.  I'll finish up the rest for the next release.
  <li>Pervasive change from using <code>strdup</code>() to <code>XtNewString</code>(),
      and <code>Xt</code>{<code>Malloc,Calloc,Free,Realloc</code>}, instead
      of their C library counterparts.
  <li>Re-engineered the event handling of the PushButton widget.
      This removed the funky and unnecessary "in_window" instance
      variable.  The only problem appears when the select button is
      pressed inside the pushbutton, and then the pointer is moved
      outside the window and then back in -- the ButtonRelease event
      is not passed to the widget.  Moving the pointer outside the
      window and releasing, as well as clicking inside the window work,
      though.  This should be an easy, boneheaded fix, somewhere in
      the Arm action (I think).
  <li>Preliminary ImageCache and Pixmap cache, which (as far as I 
      can tell) works like Motif's.  The label pixmap code now uses 
      XCopyArea again, so you can get into problems with pixmaps of 
      different depths than the widget's window.  This behavior exists 
      in Motif as well, so it's not a Lesstif bug.  
  <li>Atom Manager now does client side caching of atoms.
  <li>New testcases for Xmos (contributed by Mitch Miers) and 
      for the ImageCache routines.  Hey, on my Indy, testXm/imagecache/test1
      looks <i>exactly</i> the same under Motif and lesstif.  There
      still some problems with traversal (like, it isn't there) and
      redrawing on expose events, but initially it looks <i>identical</i> :)
  <li>A new resource converter for XmFontList's is in, so you can specify
      fontlists in resource files.  <b>Note</b>:  I've only tried this for
      single entry fontlists, without tags.  More testing is necessary here..
</ul>

<h2>Release Aug14-1709</h2>
<hr size=5>
<ul>
  <li>Sheesh.  I was in a hurry this morning to get the new release out
      and got bit by RCS again.  I've modified my distribution script so
      that it now checks everything in before tarring it up.
  <li>Also, I've included the latest Shadow.c patch from Jeremy Allison.
      Thanks Jeremy!
</ul>

<h2>Release Aug14-1051</h2>
<hr size=5>
<ul>
  <li>First off, I've moved back to school for the semester -- starts in two
      weeks.  Much of the work I did this summer on a linux box, displaying
      to an HP X terminal doesn't work now -- going from an HP735 to an Indy :(
      It seems to be focused mainly in the RowColumn widget.  I'll fix this
      for the next release, but for now, it seems to be pretty broken.
  <li>Included all the patches (I hope) sent to me since the last release,
      including those from the Pixel Police (tm) :)
  <li>TextFields and Text widgets should be working better thanks to Danny,
      Mitch, myself and others.  For one thing, nasty unterminated strings
      should not be present anymore.  Also, the handling of the initial size
      of text fields has been fixed.
  <li>The "input" resource on VendorShells is fixed so that LessTif programs
      will by default accept the keyboard focus.  Now you can actually type :)
  <li>Traversal is beginning to work.  For now, the behavior is limitted to
      that of EXCLUSIVE tab groups (meaning that the keys move you around in
      the order of child insertion, not by screen layout.  This should be
      easy to add, but it'll be dependant on the manager widget type (I think).
      For an example, check out testXm/textf/test2.c.  Run the program, hit
      the down arrow in the window, and hit return.  This should activate the
      XmNactivateCallback for the pushbutton widget. -- <i>(Actually, this
      seems to be another piece of code that broke with the move... Your
      mileage may vary.)</i>
  <li>ToggleButtons seem to be very nearly complete -- nice work guys!
</ul>

<h2>Release Aug07-1618</h2>
<hr size=5>
<ul>
  <li>This release is nothing more than the Aug07-1158 release with
      all the gadget header files included.  I forgot to check them
      in to RCS, so they weren't included in the last distribution. -- <i>Chris</i>
</ul>

<h2>Release Aug07-1158</h2>
<hr size=5>
<ul>
  <li>Selection box, Message box, and File Selection Box
      updates from Danny Backx and Mitch Miers
  <li>The rest of the gadgets are in, thanks to Mitch Miers.
  <li>Event passing from XmManager to XmGadget is in now.
      The individual gadgets do not all take advantage of it,
      though.  Take a look at the initialize() and input_dispatch
      methods of the pushbuttongadget for an example how it 
      might work.
  <li>Integrated the scrollbar fixes contributed by
      Peter van Helden.
  <li>The virtual key bindings are working now.  To get
      keyboard input for some window managers (like fvwm,
      mwm seems to be ok), just set the resource "*.input"
      to True.  For example:  'test1 -xrm "*.input: True"'
      will work.  There is an example .motifbind file in 
      this distribution in "example.motifbind".  Just move
      that to ~/.motifbind, and those bindings should work,
      given that you're not running mwm, or you haven't 
      set the defaultVirtualBindings resource. 
  <li>The beginnings of keyboard traversal within manager
      widgets.  Actually, the code properly calls 
      XmProcessTraversal in most cases, but this function
      only prints out the argument at the moment.
  <li>Beginnings of synthetic resources for resolution
      independence.  Check out the syn_resources in Label.c
      for an example.
  <li>The whole menu/cascadebutton scheme should be a little
      more bug-free now.  
  <li>New XmCreateSimple* routines contributed by Mitch Miers.
  <li>The RowColumn layout for XmWORK_AREA (at least) is 
      broken for the moment.  I'll get to this next week.
  <li>I've taken the liberty of once again reorganizing the 
      test trees.  Now, each directory has in it files named
      "test1", "test2", etc.  When contributing test cases,
      which are desparately needed right now, focus on a 
      particular feature of the widget, and write a concise 
      test of that feature.
  <li>Hopefully I haven't missed anything.  Enjoy this new
      release -- The <i>LessTif</i> developers.
</ul>

<h2>Release Jul16-2340</h2>
<hr size=5>
<ul>
  <li>Many, many updates from Danny Backx (who seems to be the only one of
      us with much time this summer :)
  <li>Made ArrowButton descendant of Primitive, instead of Label.
  <li>Compilation should work now on SunOS 5.4 (no testing done though).
      I've built LessTif on a sparc 5 I've got access to at work, without
      a hitch.
  <li>Scale widget is in (<i>Finally</i>).  Actually, this should have been
      in for some time now, except I lost Paul's email that contained it.
      Thanks Paul.
  <li>FYI - LessTif was featured in the August issue of <i>Unix Review</i>
      Guess some people actually like the idea of a free Motif (nah... can't
      be :)
  <li><b>Administrativia</b> - Releases will now be made weekly, either
      sometime Sunday night or early Monday morning (depending on how much
      is going on at the time.)  I'll try to follow this religiously, but
      I may slip up every now and then (I'll have a really good excuse, 
      though.)
</ul>

<h2>Release Jul09-2314</h2>
<hr size=5>
<ul>
  <li>Too much to really speak of... sorry for the delay in the release.  I did not
      (and still don't) have reliable access to an X display for testing purposes.  This
      will change in the following week, but testing for this release is extremely 
      important.  Please email all bug reports to toshok@cs.uidaho.edu.  Thanks.
</ul>

<h2>Release May25-0249</h2>
<hr size=5>
<ul>
  <li><b>New</b> <code>_XmOS</code> functions, and stubs for the 
      internal <code>_XmString</code> functions, although there
      is no "internal" representation yet.
  <li>Updated instance variables for primitive widgets
  <li>Cleaned up the shadow drawing routines.
  <li>Making better use of ActionProcs.
  <li>Got Label Gadgets working finally -- others should move along soon.
  <li>Fixed default procs so they work with gadgets as well as widgets.
  <li>Menu stuff is working a little better now..
      still no traversal, but the MegaButton widget now works :)
  <li>Bernd Wiserner wins the award for most contributions in a single
      day.  He contributed a new suite of Imakefiles, which allow 
      shared libraries, as well as the XmUpdateDisplay function and
  <li>Fixed incorrect default size for separators.  Now menus look
      quite a bit better.
  <li>Did a lot of work with the label.  Now uses the TextRect 
      correctly (I hope).
  <li>Shouldn't see any more SIGSEGV's with pulldown menus.
  <li>The scrollbar, my bad habit, is now drawing better, but is
      still broken.
  <li>Fixed <b>many</b> problems.
  <li><i>Not all the bug reports for the last ROTD have been fixed
         yet, but I'm working on it :)</i>
</ul>
<h2>Release May10-0051</h2>
<hr size=5>
<ul>
  <li>Changed the test <code>Imakefile</code>s so that
      they don't build the Motif executables by default. 
  <li>Added Paul's shared library snippet to the Imakefiles
  <li>Restructure directories.  Hopefully, when the source
      starts getting really big, it'll be easier to find
      stuff this way.
  <li>Label and RowColumn <code>query_qeometry</code> method
      is working better.
  <li>Form widget is coming along (thanks Danny Backx!)
  <li>New version of the List widget (Thanks Jim!)
  <li>Basic <code>expose</code> method for TextFields.  When
      I get time, I'll probably hack up Matt's Text Widget to
      make the TextField, unless he beats me to it :)
</ul>

Release Apr25-0550
-----------------
<ul>
  <li><i>From Jim Hunt - </i> List Widget draws correctly, methods 95% written, actions started
  <li>Added most of the <code>XmColorProc</code> stuff.
  <li>New <code>XmAll.h</code> header <i> -- thanks Paul. </i>
  <li>New Text Widget, from Matt Crosby.
  <li>Moved functions around, and added new files, more in keeping
      with the OSF's source layout (from information gleened from
      <code>Xm/XmP.h</code>)
  <li>Public and Private Stubs for
    <ul>
        <li>The Pixmap stuff
        <li>Gadgets utilities
        <li>Traversal
        <li><code>XmCreateVaSimple</code>* calls
    </ul>
  <li>Big bug fix in <code>FontList.c</code> -- <code>XmFontListAppendEntry</code>
      thanks to all that reported it.
  <li>Currently XmScrolledWindowWidgets are broken.  They'll be fixed in the next
      ROTD (I hope :)
  <li>Most widget subclasses and programs compile now.  They are still in the
      hopelessly broken phase, but they <i>compile</i> :)
</ul>



Release Apr23-1256
-----------------
<ul>
  <li>Multiline and multifont labels now work.
  <li>Gadgets are there (well, they just <code>#include</code>
      the widget headers and <code>#define</code> some things).
  <li><a href="http://www.cs.uidaho.edu:8000/hungry/dist/phaser_chess_0.01.tar.gz">PhaserChess</a> 
      <b>actually</b> works now.  I actually made some
      small changes to the PhaserChess source to get it to work, but
      I started with an unadulterated tree a few days ago, and it 
      worked.
  <li>ScrolledWindows work now -- at least with the scrolling policy set to
      <code>XmAPPLICATION_DEFINED</code> and the scroll bar placement set to
      <code>XmBOTTOM_RIGHT</code>.
  <li>Harald Albrecht's ComboBox widget, which XWord makes use of, compiles now.
      It has problems running, since the list widget and text field widgets don't
      quite work yet, but this is a pretty big step, since it's a subclass of Motif 
      widgets.
  <li>XWord compiles now.  Don't take this news as more than it really is.  It 
      doesn't even come close to running.  But it will :)
</ul>

Release Apr20-0325
-----------------
<ul>
  <li>C++ safe header files (<code>extern "C" { .. }</code>).
  <li>Initial XmFormWidget work.  Should work if you only use XmATTACH_FORM or
      XmATTACH_WIDGET.  It uses an interative layout algorithm, so I
      assume it's much the same as OSF's (since I've seen errors about
      bailing out after 10000 iterations in some of my broken Motif code.) 
  <li>Labels are very nearly complete.  Paul Hoad contributed pixmap support for them,
      and I've just completed (I hope) the <code>set_values</code> method.  The actions
      need to be done, but that's about it.
  <li>Jim Hunt contributed a new version of the List widget.
  <li>VendorShells are actually working now, so the Virtual Binding and Traversal stuff 
      can now move forward, and some of the default resource procedures can be written
      now.
  <li>XmStrings (via <code>XmStringCreateLtoR</code> can now be used with multiple
      lines.
  <li>Menu fixes -- they're working better, but still not quite right (i.e. no pointer
      or keyboard grabs or traversal).
  <li>PhaserChess is actually playable now -- try it out.
</ul>
Release Apr10-1917
-----------------
<ul>
  <li>MenuBars are <i>very</i> close to working.  This includes the 
      CascadeButton stuff, MenuShell stuff, and the RowColumn stuff.
  <li>RowColumns in general work a lot better than before.  They actually make use
      of the RepType facilities now, so you can specify packing resources (for example)
      in resource files.
  <li>PhaserChess (another hungry product) compiles and links with LessTif
      now, but it still doesn't work properly yet -- there are problems in some
      of the <code>set_values</code> code and the Text widget isn't functioning
      properly yet.
  <li>Mosaic 2.5b4 very nearly compiles -- problems with gadgets not being there yet.
  <li>If you noticed from above, I've removed the line about not looking at
      the Motif headers.  This is do to the fact that, while trying to get Mosaic
      and moxftp to compile, I discovered that some people make frequent use of 
      private instance variables and undocumented Motif functions.  I've therefore
      changed most of the widgets (managers mostly) to use the Motif 1.2 naming 
      conventions.  The primitives will come along eventually.
</ul>

</body>
</html>
