1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Tue Dec 5 07:20:09 1995 David Megginson <david@baeda.english.uottawa.ca>
* VERSION 1.03ii
* Fixed typo in sgmlspl.sgml -- changed "references.hash" to
"references.refs" for consistency (reported by Rick Wong).
* VERSION 1.03
Sun Dec 3 17:03:32 1995 David Megginson <david@baeda.english.uottawa.ca>
* tolatex.pl: Changed to use the SGMLS::Refs package.
* tohtml.pl: Changed to use the SGMLS::Refs package.
* sgmlspl.sgml: Added documentation for the SGMLS::Refs package,
and fixed up references to SGMLS::Output. List the version
explicitly in the title.
* sgmlspm.sgml: List the version explicitly in the title.
* VERSION 1.02
Thu Aug 24 10:14:09 1995 David Megginson <david@baeda.english.uottawa.ca>
* tolatex.pl and tohtml.pl: added support for wacky SYSID
modifications to NSGMLS.
* Makefile (clean): added $(SGMLSPL) variable, so that users can
specify a location for sgmlspl not in their paths (suggested by
Rick Wong, rwong@jessica.stanford.edu).
* VERSION 1.01
Sat Aug 12 09:58:17 1995 David Megginson <david@baeda.english.uottawa.ca>
* tohtml.pl: changed entity handler to deal with funky sysids
from NSGMLS (this needs more work).
* Makefile (SGMLDECL): changed to
/usr/local/lib/sgml/sgmldecl/docbook.dcl to reflect changes in my
local system (your mileage may vary).
(clean): now _really_ cleans up.
(html): if the refs.pl file does not exist in the relevant
directory, make the HTML files _twice_.
* sgmlspl.sgml: fixed some typos with the function name sgmls()
instead of sgml() (reported by Rick Wong
<rwong@jessica.stanford.edu>).
* sgmlspm.sgml: fixed the captions on tables 1 and 2 (reported by
Rick Wong <rwong@jessica.stanford.edu>).
* VERSION 1.00 (initial release)
|