1999-08-27  Mark Galassi  <rosalia@lanl.gov>

	* *.sh: some more adjustments and little fixes to the -d option.

	* db2dvi.sh, db2rtf.sh: also added Dave's patch.

	* db2html.sh: Thanks to Dave Mason for sending a patch to allow
	specifying a different stylesheet.

1999-02-07  Mark Galassi  <rosalia@cygnus.com>

	* db2dvi.sh: a little cleanup, and added the third run of jadetex
	to see if the TOC comes out right.

	* db2pdf.sh: fixed some old stuff so that this script now (mostly)
	works.  Should have done this ages ago.

1999-01-30  Mark Galassi  <rosalia@cygnus.com>

	* db2dvi.sh: added another invocation of jadetex; people say that
	this fixes the TOC problem.  If it does for some of them, great.
	It does not seem to for me.  In fact, I'll comment it out until I
	see if its a stylesheet problem instead: it could be fixed
	magically in Norm's 1.33.

1998-10-19  Mark Galassi  <rosalia@cygnus.com>

	* cygnus-both.dsl: some small Cygnus stylesheet updates, including
	turning off preserve-sdata? for HTML, since many browsers don't
	grok the symbolic entities and do slightly better with numerical
	ones.

1998-10-16  Mark Galassi  <rosalia@cygnus.com>

	* cygnus-both.dsl: put legal notice in a separate link rather than
	in the title page.

	* db2html.sh: fixed a little bug in which .sgml file is read in.

1998-09-06  Mark Galassi  <rosalia@cygnus.com>

	* db2html.sh: added code to make sure that the output HTML
	directory is written into the current directory rather than trying
	to put it where the source directory was.  This allows neat things
	like building in a separate directory.

1998-07-10  Mark Galassi  <rosalia@cygnus.com>

	* cygnus-both.dsl: set the option to generate an article table of
	contents in HTML.

	* nwalsh-modular/html/dbinline.dsl: made <email> be
	$italic-mono-seq$ instead of $charseq$.

1998-06-22  Mark Galassi  <rosalia@cygnus.com>

	* cygnus-both.dsl: set %use-id-as-filename% to #t, which is really
	quite nice.  Now it is important to set the <book> element's "id"
	attribute, possibly equal to the book's file name (without the
	extension).

1998-06-15  Mark Galassi  <rosalia@cygnus.com>

	* db2html.sh: put in line to copy docbook.css to the destination
	directory.

	* db2dvi.sh, db2ps.sh: simplified these shell scripts because I
	was sick of them breaking down in various ways.  They now simply
	allow a single .sgml file and process that one.  I need to do some
	checking of the jade, tex and dvips result codes, but I can't be
	bothered right now.  These programs seldom fail badly.

	* cygnus-both.dsl: set the %funcsynopsis-decoration%, which is a
	new customization variable necessary to make the function
	prototypes look good.

1998-06-14  Mark Galassi  <rosalia@cygnus.com>

	* nwalsh-modular/print/dbsynop.dsl: hmm -- I somehow had killed a
	few lines when I did the merge.  I just restored them.

1998-04-14  Mark Galassi  <rosalia@cygnus.com>

	* nwalsh-modular/print/version.dsl: fixed a silly mistake that
	came from the fact that some .dsl files had the $Id: on the same
	line as really important SGML stuff, like delimiting marked
	sections.

1998-04-10  Mark Galassi  <rosalia@cygnus.com>

	* nwalsh-modular/print/dbinfo.dsl: fixed a "woops" typo.

	* nwalsh-modular/html/dbsynop.dsl,
	nwalsh-modular/html/dbsynop.dsl: fixed <funcsynopsis>, <function>
	and <parameter> so that they are visually more useful.

	* nwalsh-modular/html/dbtitle.dsl,
	nwals-modular/print/dbtitle.dsl: fixed <subtitle> so that it
	handles more than one subtitle.

	* nwalsh-modular/print/dbinfo.dsl,
	nwalsh-modular/print/dbinfo.dsl: made <titleabbrev> not appear in
	the title pages.

1998-03-26  Mark Galassi  <rosalia@cygnus.com>

	* nwalsh-modular/html/dbsynop.dsl: made <funcsynopsis> be <tt>
	font, and within the <funcsynopsis> I made <function> be bold and
	<parameter> be italic.

1998-02-20  Mark Galassi  <rosalia@cygnus.com>

	* cygnus-both.dsl: added this file, which provides the Cygnus
	customization of the docbook modular stylesheets.

1998-02-18  Mark Galassi  <rosalia@cygnus.com>

	* docbook/print/docbook.dsl: at Ulrich Drepper's suggestion, added
	a (declare-characteristic ...) to force generation of numeric
	entitires.  This gets around some screwup in the jade/jadetex
	interaction which used to cause character entities to not work in
	jadetex.

	* docbook/: imported Norman Walsh's latest DocBook stylesheets --
	version 1.05.

1998-02-08  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl (FUNCSYNOPSYS and other FUNC*): introduced some
	basic support for <funcsynopsis> for describing APIs.

1998-02-07  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl (make-file): added a <STYLE> element at the
	beginning of each HTML file, just before the first <META> tag.
	This is a very simple style which makes the headers much bigger,
	since HTML's usual font sizes barely distinguish between them.

1998-01-26  Mark Galassi  <rosalia@newspost.lanl.gov>

	* dbtohtml.dsl: introduced GUIMenu and GUIMenuItem mappings: for
	now they just go to <tt> in html.

1998-01-22  Mark Galassi  <rosalia@cygnus.com>

	* db2dvi.sh, db2rtf.sh, db2pdf.sh: changed from docbook3.dsl to
	docbook.dsl.

1998-01-03  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl, dbgraph.dsl: Also implemented one of the schemes
	for allowing both .gif and .epsi files without modifying the SGML
	source when you generate typeset or HTML.  The idea is that the
	fileref attribute should not have an extension, and the typeset
	version will include the .epsi file, while the HTML version will
	include the .gif file.  For now there are no clever checks: I
	simply do a (string-append (attribute-string "fileref") ".gif")
	and  (string-append (attribute-string "fileref") ".epsi").
	Generating the .gif or .epsi files from the graphical master is
	relegated to the Makefile.

	* dbtohtml.dsl: added sect5 (which was missing), making its title
	be an HTML <h6> tag.  I also changed (formalpara title) to be h6.

1997-12-14  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl: improvements to Article ABSTRACT (used to not be
	there at all; now it is formatted as a left-justified BLOCKQUOTE)
	and author's address (address is smaller; email is offset a bit
	from paper address).
	Also introduced the ANCHOR tag so that we would not get bogus HTML
	when that tag isused, but I don't do anything useful with it yet.
	Also undid a previous (bad) change in which I had made ARTICLE be
	a (process-children) instead of (book-common).  The latter is
	correct because it sets up the global HTML junk.

1997-11-11  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl: removed the HTML <BR> right before ORGNAME since
	it creates an ugly space between the author name and the
	organization name.
	Added (ARTHEADER DATE) and (ARTHEADER SUBTITLE) upon Per Bothner's
	request.
	Changed ARTHEADER to look like BOOKINFO instead of invoking
	(make-pref-chap-app), since the latter is buggy for article
	headers, whereas the former is a good analogy.
	Changed (ARTICLE ABSTRACT) so that both the heading and the body
	are centered.

1997-11-08  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl: added BRIDGEHEAD, PROCEDURE and STEP tags which
	were missing.  BRIDGEHEAD just creates an H4, and I treat
	PROCEDURE just like ORDEREDLIST.

1997-11-02  Mark Galassi  <rosalia@cygnus.com>

	* dbtohtml.dsl: several changes; I'll outline them element by
	element:
	-- ABBREV and TITLEABBREV: I don't think these should appear in
	HTML, so I have taken them out.
	-- (BOOKINFO DATE),  (BOOKINFO TITLE), (BOOKINFO SUBTITLE): were
	not present, so I added them.
	-- AUTHORBLURB and (AUTHORBLURB TITLE): was not present, so I
	introduced them.
	-- LEGALNOTICE: added a little bit of heading, since otherwise the
	single HTML file is an unbroken sequence of things you have to
	guess at.


1997-11-01  Mark Galassi  <rosalia@cygnus.com>

	* dbinline.dsl: removed the previous addition of CLASSNAME -- it
	was already there!

Thu Oct 30 16:47:41 1997  Mark Eichin  <eichin@cygnus.com>

	* dbinline.dsl: added CLASSNAME as $bold-seq$ to inlines.

	* dbtohtml.dsl: added CLASSNAME as <tt>.

	* db2dvi.sh, db2html.sh, db2pdf.sh, db2rtf.sh: don't set SGML*
	variables, since we build jade ourselves it had better know the
	defaults.

Wed Oct 29 22:49:38 1997  Mark Eichin  <eichin@cygnus.com>

	* db2dvi.sh, db2html.sh, db2pdf.sh, db2ps.sh, db2rtf.sh: Shell
	scripts crash wrote to automate processing, modified to work with
	installed tools.

1997-10-18 07:11  Ulrich Drepper  <drepper@cygnus.com>

	* dbtohtml.dsl: Correctly handle endterm attribute to LINK.

1997-10-17 05:37  Ulrich Drepper  <drepper@cygnus.com>

	* dbtohtml.dsl: Fix handling of LINK.  Now it works in CHAPTER
	documents as well and the link text is actually printed.

Wed Oct 15 16:53:43 1997  Mark Eichin  <eichin@cygnus.com>

	* dbtohtml.dsl (element PROGRAMLISTING): new element.
