2000-03-05  Alex Lancaster  <alex@santafe.edu>

	* Swarm user guide 0.9 frozen.

	* user1.02.sgml, user1.03.sgml, user2.07.sgml, user3.04.sgml,
	user3.05.sgml, userapp-rand1.sgml, userapp-rand3.sgml,
	userapp-rand4.sgml, userapp-swarmobjc.sgml, userapp-tech.sgml: Add
	IDs to missing SECT2 elements. Brought all SECT1, SECT2 IDs and
	IDREFs into line with conventions throughout.

	* common.dsl (%callout-graphics-path%): Set to "figs" subdirectory
	as per admonitions.

	* html.dsl ($callout-bug$): Override standard function to specify
	".jpeg" file extension for callout bugs.

2000-03-05  Marcus G. Daniels  <mgd@nest.swarm.org>

	* configure.in: Fix typo in cygwin test.

2000-03-03  Alex Lancaster  <alex@santafe.edu>

	* common.dsl (%show-comments%): Set to false for release.

	* user2.06.sgml: Move INDEXTERMs out of ITEMIZEDLISTs and up a
	level as a workaround to print backend problems with generated
	correct page numbers.

	* user3.05.sgml: Likewise.

	* userpreface.sgml: Add highlights section and note extent of Java
	coverage.

	* print.dsl (%verbatim-size-factor%): Reduce to 0.75.

	* userbiblio.sgml (Daniels, Goldberg et. el): Add references.

	* user3.05.sgml: Port serialization example to Swarm 2.1.
	
	* user2.01.sgml: Add WARNING that Java material stops at the
	beginning of Part II.

	* user1.04.sgml: Add ObjC/Java code comparisons.

	* usermeta.sgml: Comment out Benedikt as a primary author, in
	acknowledgments.  Add some more text.

	* user1.03.sgml: Considerable rewriting and massaging to
	accomodate Java description and ObjC/Java comparisons side-by-side
	where possible.  Added some completely new Java descriptions.

	* catalog.in: Add PUBLIC identifiers for "Swarm Logo".

2000-03-02  Alex Lancaster  <alex@santafe.edu>
	
	* user1.03.sgml: Re-organize to be non-Objective C specific.  Add
	new Java basics section, to be fleshed out.

2000-03-01  Marcus G. Daniels  <mgd@nest.swarm.org>

	* global.ent: Change userguide source URL to SDG.

	* user3.01.sgml: Update bug-swarm and swarmapps URL to SDG.

	* userapp-rand3.sgml: Update RandomTests-0.81.tgz URL to SDG.

	* Makefile.rules (userbookdir): Add. Action moved from htmldist.
	(htmldist, dvidist, psdist, rtfdist): Depend on it.

2000-03-01  Alex Lancaster  <alex@santafe.edu>

	* global.ent: Use new `swarm-guide-package-name' SGML ENTITY.

	* configure.in (AM_INIT_AUTOMAKE): Change package name to
	`userbook' for consistency and so that dist and install targets
	work as expected.
	(AC_PROG_LN_S): Include macro for creating symlinks.
	(AC_SUBST) Don't extract swarm_srcdir or swarm_dossrcdir: Not
	used.  Use cygnus variables rather than sed expansion as per
	swarmdocs.

	* Makefile.am (EXTRA_DIST): New variable, enumerate independent of
	other variables.
	(noinst_DATA): Remove variable entirely, since we neither install
	nor distribute this file.
	(versions.ent): Create an entity for the name of the swarm guide
	packag.e

	* Makefile.rules (nodist_html_DATA): Append `nodist_' prefix.
	(nodist_dvi_DATA): Likewise.
	(nodist_ps_DATA): Likewise.
	(nodist_rtf_DATA): Likewise.
	(CLEANFILES): Use them.
	(htmldist): Make symbolic link to the $(NAME) variable, to make
	CVS module name independent of the package name.
	(alldist): Add new target.
	(.PHONY): Add `alldist'.

2000-02-29  Alex Lancaster  <alex@santafe.edu>

	* NEWS: Start noting user-visible changes.

	* README: Updates with SDG web address and other details.

	* Makefile.am (EXTRA_DIST): Include all SGML files and support
	files so that `make dist' works correctly.

	* configure.in (AM_INIT_AUTOMAKE): Change name to `swarmguide' and
	bump version to 0.9.

2000-02-29  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.02.sgml: indexterms, header file inclusion explanation. 

	* user3.04.sgml: Edited to add bits from userapp-rand1.

	* userapp-rand1.sgml: Hacked massively to mostly obliterate or
	move this whole piece. Now all that is left is a brief list, which
	I have kept as a place-holder.

	* user2.02.sgml: Cleared up "Phases" explanation, added indexterms.

2000-02-29  Alex Lancaster  <alex@santafe.edu>

	* user1.01.sgml, user1.04.sgml, user2.01.sgml, user2.03.sgml
	(INDEXTERM): SwarmTopics -> Swarm.

	* configure.in (COLLATEINDEX): Extract path to point to
	`collateindex.pl' version with workaround, which is installed in
	the source, not the version from the stylesheet distribution,
	which is currently buggy (patch submitted to maintainer).

	* collateindex.pl: New file, taken from Modular DocBook
	distribution 1.53.
	(print_term): Implement workaround for generating the "role"
	attribute in INDEXENTRY which is parsed correctly by the print
	backend.

2000-02-26  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.05.sgml: Added some index terms. Need more time later on it.

	* user2.04.sgml: Added index items.

	* user2.03.sgml: Added index items. Explained why the usage of ->
	is necessary in createBegin but it should not be used  elsewhere. 

	* user2.02.sgml: Added index items. Tried to clear up a big
	misconception I created about creating swarm objects and when
	header files from the Swarm library are needed. 

	* user2.01.sgml: Added index items

2000-02-22  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.05.sgml (pplIndex): Problem of nil objects in Swarm
	collections is described.

	* user1.03.sgml (listOfPuppies): Tried to fix up this treatment of
	Protcols and Classes. Wished I knew the correct name for Swarm
	"things" like List, which can create lists but are not classes.

	* user1.04.sgml: corrected some misspellings/typos

2000-02-21  Alex Lancaster  <alex@santafe.edu>

	* global.ent (startlisting-objc, java, endlisting): General ENTITY
	boilerplate for side-by-side ObjC and Java PROGRAMLISTINGs.
 
	* common.dsl (informaltable): Subclass role for proglist-objc-java
	mode.
	(proglist-objc-java-mode): Implement mode.  Redefine indentation
	to remove indentation.

	* html.dsl ($verbatim-display$): Override function to set reduce
	FONT size of verbatim environment by `-1'.

	* print.dsl (%verbatim-size-factor%): Set to 0.8.

	* user1.02.sgml: Add ObjC-Java side-by-side examples and other
	text.

2000-02-20  Alex Lancaster  <alex@santafe.edu>

	* html.dsl (%always-format-variablelist-as-table%): Set to true.

	* userapp-tech.sgml: Add SECT1 ID.

	* user1.01.sgml: Reword in terms of generic "object-oriented"
	programming, rather than purely ObjC-specific.

	* user1.02.sgml: Start adding alternate Java information.

2000-02-16  Marcus G. Daniels  <mgd@nest.swarm.org>

	* configure.in: new --with-dtd-common option.  When set, prepend
	to catopts.

	* Makefile.rules (CATOPTS): Remove $(STANDARD_CATALOG_OPT).
	(RUNJADE): Remove SGML_CATALOG_FILES environment setting.
	(SGML_CATALOG_FILES): Remove substitution.

2000-02-15  Alex Lancaster  <alex@santafe.edu>

	* catalog.in: New switcheroo EPS and JPEG figure entities.

	* user1.05.sgml: Remove ITEMIZEDLIST container for FIGUREs.  Scale
	graphy, histogram by 80%.

	* userapp-rand.sgml, userapp-rand1.sgml, userapp-rand2.sgml,
	userapp-rand3.sgml, userapp-rand4.sgml, userapp-swarmobjc.sgml,
	userapp-tech.sgml: New files, containing contents migrated
	appendices from Reference Guide and updated text where
	appropriate.

	* Makefile.am (SGML): New references to above SGML sources.

	* userbook.sgml: Add entities for above new SGML files
	accordingly, and put references in the content.
	
	* common.dsl (%biblioentry-in-entry-order%): Remove.

	* global.ent (refbook): New entity which is a ULINK to the
	Reference Guide.

2000-02-11  Alex Lancaster  <alex@santafe.edu>

	* userbook.sgml: Give COLOPHON an ID.

	* common.dsl (%biblioentry-in-entry-order%): Set to be false.
	(bibltable): Set to true to produce the BIBLIOGRAPHY in a table
	format.

	* user3.01.sgml, user3.02.sgml, user3.04.sgml, user3.05.sgml:
	Markup additions.  Add symbolic IDs to all SECT1 elements.

	* user2.03.sgml, user2.04.sgml: Likewise.

2000-02-10  Alex Lancaster  <alex@santafe.edu>

	* userbiblio.sgml: New reference, DiBona et. al.

	* print.dsl: Don't make formal objects float.

	* Makefile.am (SGML): Add userpreface.sgml.

	* userpreface.sgml: New file, with `About this Guide' section.
	
	* user1.01.sgml, user1.02.sgml, user1.03.sgml, user1.04.sgml,
	user1.05.sgml, user2.01.sgml, user2.02.sgml, user2.03.sgml,
	user2.04.sgml, user2.05.sgml, user2.06.sgml, user2.07.sgml,
	userbiblio.sgml, userbook.sgml, usermeta.sgml: Extensive markup
	additions, changes, corrections througout for internal
	consistency.  Add new text on free software, comment out outdated
	sections on probes, overhauled all references to SFI to be to the
	SDG.  Updated any new project information since 1999.

2000-02-09  Alex Lancaster  <alex@santafe.edu>

	* user1.01.sgml: Slight wording changes/updates.  Reword free/open
	source software info.  Start adding IDs to all SECT1 elements, so
	that html pages have meaningful names and they can be
	LINKed/XREFed.

	* print.dsl (bop-footnotes): Set to true to enable bottom of page
	footnotes in tex backend.

	* Makefile.rules (_%.tex): Explicitly pass `-V tex-backend' to
	jade, since some features of the print stylesheets rely on this.

2000-01-29  Alex Lancaster  <alex@santafe.edu>

	* print.dsl ($paragraph$): Commented out the troublesome
	(dsssl-country-code) call, warning: this is only a workaround, not
	a fix!
	(%callout-fancy-bug%): Set to #f, to prevent graphic callout being
	generated, since jadetex chokes on the graphic.  Another
	workaround for a bug in JadeTeX...
	
	* user1.02.sgml: Make LINKs into XREFs, so content of link is
	automatically generated, rather than hand-entered.  Fix PROCEDURE
	to use FOOTNOTES, since CALLOUTs don't work properly for this
	element.

	* user1.03.sgml: Likewise.  Remove tags from PROGRAMLISTING, fix
	areaspecs in callout.

2000-01-27  Alex Lancaster  <alex@santafe.edu>

	* global.ent: Update corp authors, addresses copyright information
	to point to the Swarm Development Group (SDG) rather than SFI.

	* usermeta.sgml: Likewise.

1999-11-08  Paul Johnson  <pauljohn@ukans.edu>

	* user3.04.sgml: Work on Random number write-up

1999-11-08  Paul Johnson  <pauljohn@ukans.edu>

	* user3.01.sgml: Wrote sections on dynamic memory allocation and Zones.

1999-10-20  Alex Lancaster  <alex@santafe.edu>

	* common.dsl (artheader citetitle): Make stylesheet Do The Right
	Thing with journal article names, that is no-italics in quotes,
	whilst journal titles remain in italicized.

1999-10-07  Alex Lancaster  <alex@ip89.santafe.edu>

	* configure.in (COLLATEINDEX): If docbookstyle_srcdir set, check
	in bin subdir for collateindex.pl, if not attempt to set using
	AC_PATH_PROG autoconf macro.
	Call aclocal with `-I m4' for subdirectory.
	
	* Makefile.am (genindex.sgml): Use extracted COLLATEINDEX for path
	to collateindex.pl script.

	* Makefile.rules (CATOPTS): Use extracted catopts, not
	docbook{style,dtd}_srcdir.

	* configure.in: New `--with-catalog' file option, overwrites
	`--with-{dtd,stylesheet}' options if set, to allow use of
	Cygnus-style docbook-tools which munge CATALOG entries for dtd and
	stylesheets into one file.  
	Extract new `catopts' variable and set based on the combination of
	`--with-{catalog,dtd,stylesheet}' give.  Don't extract
	docbook{style,dtd}_srcdir.

1999-10-01  Alex Lancaster  <alex@santafe.edu>

	* userbiblio.sgml (BIBLIOENTRY): Add Van der Linden, 1994 title.

1999-09-17  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user3.02.sgml (desiredPreferenceObject): Did a major rewrite on
	Map keys

1999-09-16  Alex Lancaster  <alex@santafe.edu>

	* user3.01.sgml, user3.02.sgml, user3.03.sgml: Normalize SGML, add
	relevant tags for VARNAME, FUNCTION, CLASSNAME variables.  
	Use ULINKs whever possible, and include parenthetical remarks in
	FOOTNOTEs.
	Reformatting of all PROGRAMLISTING, don't include PROGRAMLISTINGs
	inside paragraphs.
	Some textual changes/corrections, editorial COMMENTs.

1999-09-15  Alex Lancaster  <alex@santafe.edu>

	* COPYING: Add GPL.

	* INSTALL: Generic configuration instructions.

	* AUTHORS: Add Paul, Alex and Benedikt.

	* README: Add brief description and URLs.

	* userbook.sgml, user1.01.sgml, user1.02.sgml, user1.03.sgml,
	user1.04.sgml, user1.05.sgml, user2.01.sgml, user2.02.sgml,
	user2.03.sgml, user2.04.sgml, user2.05.sgml, user2.06.sgml,
	user2.07.sgml, user3.01.sgml, user3.02.sgml, user3.03.sgml,
	user3.04.sgml, user3.05.sgml, user3.06.sgml, user3.07.sgml,
	userbook.sgml: Bumped up all sections in content hierarchy by one
	to reflect volume of material in each section, thus CHAPTER -> 
	PART, SECT1 -> CHAPTER, SECT2 -> SECT1, SECT3 -> SECT2.
	
1999-09-15  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user3.02.sgml: Added tons of stuff on Maps and Arrays

1999-09-13  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* usermeta.sgml: Inserted NSF acknowledgment for Paul Johnson

	* user2.05.sgml (pplIndex): Fixed mistakes noted by Ajoy Victor

	* user3.01.sgml (thus): Created Chapter "Anything C can do, Swarm
	can do better".

1999-09-10  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.05.sgml (pplIndex): Added some stuff on list indexes.

	* user2.04.sgml: Wrote more on ActivateIn.
	Added section on dynamic scheduling.

1999-05-28  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.04.sgml: worked on meaning of "activateIn:"

1999-06-29  Alex Lancaster  <alex@santafe.edu>

	* Makefile.am: Remove include of Makefile.common, not needed.

1999-06-28  Alex Lancaster  <alex@santafe.edu>

	* user3.05.sgml: Made all references to `Archiver' in code to
	`LispArchiver', now subclass of the abstract class `Archiver'.
	Amend explanations accordingly.

1999-06-14  Alex Lancaster  <alex@santafe.edu>

	* common.dsl (%show-comments%): Move from html.dsl.

	* html.dsl (%show-comments%): Remove.

1999-06-09  Alex Lancaster  <alex@santafe.edu>

	* user3.05.sgml: Add new section on the use of the
	`lispAppArchiver' singleton instance.  Fixed code fragments to
	reflect the current state of `heatbugs' and `mousetrap' and the
	new Archiver convenience methods.

1999-05-28  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.07.sgml: Added CustomProbeMap treatment, as well as a
 	pathetic cry for help from Alex to revise/delete some stuff on
 	"Direct Generation" and "ObjectGeneration" and
 	"LibraryGeneration".  I left the sections on precision alone. This
 	section nears completion!

1999-05-27  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.07.sgml: Tried to clear up jargon, make presentation more
 	direct. Put a massive clarification on probe display/map. Tried to
 	make Alex's next birthday happy by inserting markup. Still have
 	one big section to renovate!

1999-05-26  Alex Lancaster  <alex@santafe.edu>

	* Makefile.am (genindex.sgml): Make depend on collateindex.pl, so
	script changes force regeneration.

	* html.dsl ($bold-sanserif-seq$): New function.  Define FONT
	`face' attribute to use "Trebuchet, Arial, sans-serif", with
	<B></B>.

	* print.dsl ($bold-sanserif-seq$): New function.  Use
	%admon-font-family%, with bold.

	* common.dsl (application): Define to use new (local)
	$bold-sanserif-seq$ function

1999-05-26  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user1.04.sgml: Tidied up loose ends/editing glitches throughout 
	
	* user1.03.sgml: inserted definition of run-time
 	binding. Clarified Function vs Method treatment.  Clarified
 	Protocol treatment.

1999-05-26  Alex Lancaster  <alex@santafe.edu>

	* user2.06.sgml: Normalize SGML, add relevant tags for VARNAME,
	FUNCTION, CLASSNAME variables.  Reformatting of all
	PROGRAMLISTING, don't include PROGRAMLISTINGs inside paragraphs.

1999-05-25  Paul Johnson  <pauljohn@valinux.pols.ukans.edu>

	* usermeta.sgml: Changed document title to "A User's Guide for the
 	Swarm Simulation System" and adjusted the abstract.

	* user2.06.sgml: Cleaned up some typographical/editing mistakes,
 	added a section on creating graphs.

1999-05-21  Alex Lancaster  <alex@santafe.edu>

	* user1.01.sgml: Add description for all NOTE, TIP, IMPORTANT,
	CAUTION and WARNING admonition elements in the `About this Guide'
	section.

	* userbook.sgml: Add COLOPHON describing the book production.

	* user1.04.sgml (system-diagram, recursive-swarm): Scale GRAPHICs
	by 80%.

	* user1.05.sgml: Add simplebug-probes2 FIGURE in place of
	gui-probemap-example FIGURE. Scale simplebug-probes2 and
	gui-raster GRAPHIC by 80% for printed backends.

	* user2.07.sgml: Move simplebug-probes2 FIGURE to user1.05.sgml.

	* print.dsl ($admon-graphic$): Look for graphics with .eps
	extensions.
	(%example-rules%): Remove.
	(formal-object-float): Set to `true'.

	* common.dsl (%admon-graphics%): Use graphical admonitions in both
	print and html backends.
	(%admon-graphics-path%): Look in `figs' subdirectory for
	admonition graphics.
	(%example-rules%): Use rules for EXAMPLES in print *and* html
	backends.

	* html.dsl ($admon-graphic$): Look for graphics with .jpeg
	extensions.

	* user3.05.sgml: Add section on global lispAppArchiver and extra
	material for the EXAMPLE.  Add more INDEXTERMs.

	* html.dsl (toc-depth): Set depth for BOOK and CHAPTER to 2.

1999-05-20  Alex Lancaster  <alex@santafe.edu>

	* user3.05.sgml: Use `mousetrap' as EXAMPLE, rather than
	`alchemy', since it is more widely distributed.

	* user2.04.sgml: Reformatting throughout.

	* user3.05.sgml: Removed entirely old section on probes (material
	shuffled into earlier sections).  Completely new section on
	`Serialization', including INDEXTERMs.

	* user2.07.sgml: Updated content significantly.
	(simplebug-probes{1,2}):  Added two new FIGUREs.

	* common.dsl (type): Make Mono type.
	(application): Make Bold Mono type.

1999-05-19  Alex Lancaster  <alex@santafe.edu>

	* userbook.sgml: Change TITLE of CHAPTER 3 to `Advanced Topics'.

	* user2.05.sgml: Make tags and PROGRAMLISTINGs consistent.

	* user1.02.sgml: Likewise.

	* common.dsl (classname): Make Mono type.
	(function): Make Bold Mono type in print and html backend.
	(varname):  Make Italic Mono type in print and html backend.

	* user2.05.sgml: Normalize SGML tags.

	* print.dsl (%indent-programlisting-lines%): Set to a space " ".
	(%example-rules%): Put rules before and after EXAMPLEs.

	* user2.02.sgml: Reformatting and SGML tagging throughout.

	* user2.06.sgml: Likewise.  Fix PROGRAMLISTING indenting.

	* user2.04.sgml: Section on activating of Swarms (formerly
	user2.11.sgml) reinserted here as placeholder.  Correct SGML tags
	for VARNAME, CLASSNAME, FILENAME, FUNCTION used consistently
	throughout.  Fixed `ActivityGroups' -> `ActionGroups'.

	* user2.07.sgml: Replace old section with section snarfed from
	Reference Guide, some textual reworking and some material from old
	user2.10.sgml was reinserted here.

	* user2.08.sgml, user2.09.sgml, user2.10.sgml, user2.11.sgml:
	Remove.  Old material either outdated or re-organized into other
	sections.
	
	* Makefile.am (SGML): Likewise remove the files.

	* userbook.sgml: Likewise remove entity references to these files.

1999-05-18  Alex Lancaster  <alex@santafe.edu>

	* html.dsl (%show-comments%): Set to true for editorial purposes.
	(comment): Override element to make comment text tagged with the
	COMMENT tag show up as green text.

	* user1.05.sgml: Scale gui-probemap-complete FIGURE by 80% for
	print backend.  Add missing IDs for all FIGURE tags.

	* catalog.in: Change catalog entries for gui-probemap-{complete,
	customized, example}, gui-{graph, histogram, raster} EPS entities
	to point to top_dossrcdir, since they are no longer generated
	files.

1999-05-17  Alex Lancaster  <alex@santafe.edu>

	* user1.04.sgml: Remove `Activity Framework' section.  Re-order
	sections slightly, add recursive-swarm FIGURE.  Use SGML tagging
	consistently throughout.
 
	* user1.05.sgml: Add FIGURES and updated text.

	* catalog.in: Add catalog entries for gui-probemap-{complete,
	customized, example} entities.

	* user1.05.sgml: Replaced text on using ProbeMap with text snarfed
	from relevant section in Reference Manual (pending deletion in
	that manual).  Updated some of these sections.

	* catalog.in: Add catalog entries for gui-{graph, histogram,
	raster}.

1999-05-05  Alex Lancaster  <alex@santafe.edu>

	* user2.06.sgml: Fix markup for ITEMIZEDLISTs, make last
	ITEMIZEDLIST an ORDEREDLIST.  Add detailed markup for all
	variables (VARNAME), classes and protocols (CLASSNAME), files
	(FILENAME), methods and functions (FUNCTION), GUI button names
	(GUIBUTTON), application names (APPLICATION).  Use COMMENT to tag
	all internal editorial comments.
 
1999-04-06  Alex Lancaster  <alex@santafe.edu>

	* userbook.sgml: Update PUBLIC identifier for DTD to
	"-//OASIS//DTD DocBook V3.1//EN"
	Remove JPEG notation class - now part of the 3.1 DTD.

	* userbook.tex.in: Include macros.tex from $(top_srcdir)/tex.

1999-03-15  Paul E. Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.04.sgml: Wrote an OK chapter about scheduling, with a
	totally kickass treatment of M() and selectors, and ran out of 
	gas while trying to write about ActionGroups. I'll have to come
	back to that.

1999-03-05  Paul E. Johnson  <pauljohn@valinux.pols.ukans.edu>

	* user2.05.sgml (elementFromList): This is a chapter about Lists.
	(elementFromList): First draft submitted today!

	* user2.04.sgml (t): This place-holder section is to be about
 	scheduling in Swarm. Was previously in user2.06.sgml. Did not
 	write it yet.

1999-03-03  Alex Lancaster  <alex@santafe.edu>

	* user1.02.sgml: Use INDEXTERMS consistently within document.

	* user1.04.sgml: Add several INDEXTERMS - one for `Swarm' and
	anthor for primary and auxiliary `agents'.

	* Makefile.am (genindex.sgml): Use `-i' option to collateindex.pl
	to set the ID in the generated INDEX SGML tag.

	* html.dsl (toc-depth): Make `book' TOC 3-deep, `chapter' TOC
	1-deep.  Remove `set' depth - not needed.

1999-03-02  Alex Lancaster  <alex@santafe.edu>

	* userbook.sgml: Remove local variable sgml-default-dtd-file.

	* user2.02.sgml (Object creation): Clarify rules of thumb on
	header file importation.
	Indenting and reformatting throughout.

	* usermeta.sgml: Add RELEASEINFO and PUBDATE tags, use ENTITIES
	generated by versions.ent to set the tag content.

	* userbook.sgml: Use `ENTITIES Swarm Guide Versions' PUBLIC
	identifier.

	* catalog.in: Make PUBLIC identifier for versions.ent.

	* Makefile.am (versions.ent): Generate entities used for version
	information, adapted from swarmdocs.
	(all-recursive-am): Depend on versions.ent.
	(noinst_DATA): Don't install it.
	(.PHONY): Force check of versions.ent.

1999-03-01  Alex Lancaster  <alex@santafe.edu>

	* catalog.in: Prepend @top_dossrcdir@ to all EPS files in figs
	subdirectory, so they are found in the correct location from the
	build tree.

	* userbiblio.sgml: Add id to BIBLIOGRAPHY tag.

	* html.dsl: Customize similarly to swarmdocs.  Add references to
	new common.dsl stylesheet.

	* common.dsl: Add file.  Remove symlink to swarmdocs.

	* print.dsl: Add references to common.dsl.

	* usermeta.sgml: Move COPYRIGHT out of BOOKBIBLIO into BOOKINFO.

	* user2.02.sgml: Update with Paul Johnson's text.  Add some extra
	markup for some text elements - FILENAME, APPLICATION, FUNCTION.

	* user1.01.sgml: Minor text modifications.

	* catalog.in: Add PUBLIC ENTITY for genindex.sgml - the
	automatically generated index.

	* userbook.sgml: Use ENTITY.

	* Begin revision log.

