texinfo support by Christian Schwarz, schwarz@monet.m.isar.de added.

More fixes for 1.1 (Eric Raymond, esr@snark,thyrsus.com):
 
 	* Introduced special -T types ascii and htmlx to format to hide the
 	  details of the ASCII and HTML conversions.
 
 	* format, qroff, and qtex now export LINUXDOC,  and all other
 	  commands pick it up from the environment.  This reduces the
 	  amount of editing the user has to do during setup.
 
 	* format, qroff, and qtex now change PATH to include the linuxdoc
 	  bin directory.  This means that only those three files have to be
 	  copied or symlinked to a public executables directory.
 
 	* The nroff/ASCII rendering of url elements is changed to conform
 	  to HTML consortium recommendations.  It is now "[NAME] <[URL]>"
 	  rather than "[NAME] ([URL])".
 
 	* There is a new <htmlurl> element which suppresses rendering of
 	  the URL part in every context except HTML.  What this is useful for
 	  is things like cites of peoples' email addresses; you can write
 
 		<htmlurl url="mailto:esr@snark.thyrsus.com"
 			name="esr@snark.thyrsus.com">
 
 	  and get "esr@snark.thyrsus.com" in ASCII/nroff output rather than the
 	  duplicative "esr@snark.thyrsus.com <mailto:esr@snark.thyrsus.com>",
 	  but still have a proper URL in HTML.
 
More fixes, originally called linuxdoc-sgml-1.1.FIXES2 
(Paul Gortmaker, Paul.Gortmaker@anu.edu.au):

	1)	LaTeX has to run 3 times to get the offset caused
		by the number of "toc" pages. Fixed in "qtex".

	2)	Documented manner for making cross-references is
		cumbersome, and worse, it is broken. Show much
		simpler way.

	3)	Make binaries stripped to cut down on wasted space.

	4)	Tilde character in LaTeX mapping breaks when in
		an URL (as in http://myhost.edu/~joe.blow/index.html)
		ala csh expansion. Can't use a normal ~ either as
		that is a hard space in TeX. Fixed by using "\~{}"

	5)	The "&tilde" in the html mapping is printed literally
		as "&tilde" instead of "~". Fixed in html general.

	6)	Some (all?) versions of "getopt" don't seem to like
		things like "-Tlatex". Changed the docs to reflect
		that "-T latex" is a better choice.

Changes in Linuxdoc-SGML in Version 1.1 (Matt Welsh, mdw@cs.cornell.edu):

	* Full HTML support is now there. See the information in
	  doc/guide.txt. 

	* Added a <url> element for embedded Universal Resource Locators
	  in SGML documents. See doc/guide.txt for details.
	
	* Added a <quote> element for quotations (like <tscreen>, but
	  without typewriter font).

	* Added name="..." argument to <ref>. This will allow you to make
	  cross-references within LaTeX, HTML, and nroff documents 
	  produced by the system. See doc/guide.txt for information on 
	  using this.

	* Fixed a number of formatting bugs. Too numerous to mention.
	  All Linux HOWTOs format well with this new version, so it's
	  apparently stable.

	* Included more information on special characters, etc. in the
	  User's Guide. Please read this section in doc/guide.txt.

	* Modified nroff conversion so that right margins are sloppy.
	  This actually looks better (no odd spacing between words 
	  when converting to ASCII). You can comment out one line near
	  the top of rep/nroff/mapping to turn this off.

