This is patch4 for Wafe 0.96. It contains: - All changes included in patch 1 and patch 3 (see wafe-0.96.p1.README, wafe-0.96.p2.README and wafe-0.96.p3.README) - new version of libhtmlw based on XMosaic-2.0pre7. The new version of the XMosaic hypertext widget has a few bugs fixed, it should be more portable,it has more functionality (for example image input in forms), it should have some speed improvements, better placing of subwidgets in forms, in short, if you considering using the HTML widget i would recommend to upgrade (if you have looked at 0.96, 0.96p4 is a huge improvement). An additional example has been added to the html example set to demonstrate the new features. In order to step through the example set of html forms issue the following command: 1) cd wafe/src/tcl 2) ./htmlBrowse html/example-1.html By using the command above one can examine 12 examples when you click on the hypertext links at the bottom of the forms. These examples are straight from ncsa, the text might not always be appropriate. The HTML widget is a patched version of XMosaic's hypertext that can be used under both OSF/Motif and Athena. The developer of XMosaic support currently on the OSF/Motif version. If someone is interested in the diffs between the original version of the HTML widget and the version distributed with Wafe can look at: ftp.wu-wien.ac.at:pub/src/X11/wafe/libhtmlw2.0pre7-athena.tar.gz The examples above work under Athena and OSF/Motif. The Athena version does currently not support multiple selections in a selection list, since the the Athena List widget supports only single selections. - some sample scripts in ...../wafe/src/tcl have been updated - small configuration improvements (many thanks for Marc Evans suggestions) To apply this patch, "cd" to the wafe 0.96 directory, expand the tar file, and do a "rm -f ../libhtmlw/*.a htmlwGen.o; make". -gustaf