<html>
<h2>Release 0.84</h2>
<hr size=5>
<ul>
<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>
