| 12
 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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 
 | 2004-12-02  Michael Smith <xmldoc@users.sourceforge.net>
	* Makefile: New file.
2004-09-24  Robert Stayton <bobstayton@users.sourceforge.net>
	* lib.xweb: Fixed param prototype to remove Saxon8 warning.
2004-08-11  Robert Stayton <bobstayton@users.sourceforge.net>
	* lib.xweb: Fixed problem of PI name suffix being matched instead of whole name.
2003-04-05  Adam Di Carlo <adicarlo@users.sourceforge.net>
	* lib.xweb: a pica is 12 points, rather than a sixth of an inch
2003-03-26  Michael Smith <xmldoc@users.sourceforge.net>
	* Makefile: branches:  1.5.2;
	wdocbook.xsl obsoleted by w2docbook.xsl, updated globally
2003-03-25  Michael Smith <xmldoc@users.sourceforge.net>
	* Makefile: reverting wdocbook.xsl -> w2docbook.xsl changes
2003-03-05  Michael Smith <xmldoc@users.sourceforge.net>
	* Makefile: 
	
	Wrong filename was breaking build, fixed.
	
	  Had ../../litprog/wdocbook.xsl but needed ../../litprog/w2docbook.xsl
2002-09-15  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xweb: Fix bug where PIs match the suffix of a name instead of the whole name
2002-06-09  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xweb: Fix bug #496453: make sure comments don't contain illegal chars
2002-05-12  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xweb: Changed default units to px; added length-in-points template
2002-03-25  Norman Walsh <nwalsh@users.sourceforge.net>
	* .cvsignore: Ignore lib.xsl too
	* .cvsignore, Makefile, lib.xsl, lib.xweb: Use Literate XML to generate lib.xsl
	* Makefile: Update documentation build to reflect use of lib.xweb
2002-03-18  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xsl: Replace generate.*.toc and generate.*.lot with single generate.toc parameter.
2002-03-14  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xsl: Whitespace only: change CR/LF back to LF. Norm was a total moron.
	* lib.xsl: Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr.
2002-01-09  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xsl: Added length-units template to extract units from lengths
2001-11-28  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xsl: Added pi-attribute template
2001-04-03  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xsl: Documentation fixes
2001-04-02  Norman Walsh <nwalsh@users.sourceforge.net>
	* lib.xsl: New file.
 |