Links: I just posted release 0.9.3 to the documentation development page: http://xfree86.cygwin.com/devel/documentation/
Documentation, formatted, direct links: Contributor's Guide http://xfree86.cygwin.com/docs/cg User's Guide http://xfree86.cygwin.com/docs/ug/ FAQ http://xfree86.cygwin.com/docs/faq/ Documentation source releases are now available via the sources.redhat.com ftp mirror network (http://cygwin.com/mirrors.html) in the pub/cygwin/xfree/devel/documentation/ directory. You may wish to note the desired filename in the links below, then download from your closest mirror (http://cygwin.com/mirrors.html). Documentation source, direct link: http://www.msu.edu/~huntharo/xwin/docs/cygwin-xfree-doc-0.9.3.tar.gz (267 KB) Changes: 1) All - Cleanup the *.ps.gz rule. There were some instances where the *.ps.gz file would get rebuilt regardless of whether the source files had been updated. The new rule does not need to be updated to be used in a new Makefile.am either; it uses the dependency filename and the target filename symbols, $< and $@, respectively, instead of real filename symbols. 2) UG - Using Cygwin/XFree86 - Starting Cygwin/XFree86 - Expand the section to cover startxwin.bat, startxwin.sh, and startx. Enjoy, Harold