diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/docbook/xsl/lib/ChangeLog | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/lib/ChangeLog')
-rw-r--r-- | kdoctools/docbook/xsl/lib/ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/lib/ChangeLog b/kdoctools/docbook/xsl/lib/ChangeLog new file mode 100644 index 000000000..ccd788403 --- /dev/null +++ b/kdoctools/docbook/xsl/lib/ChangeLog @@ -0,0 +1,74 @@ +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: 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. + |