Sun Aug 22 17:19:49 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* configure.in NEWS doc/*: preparing release of 1.1.9

Sat Aug 21 22:08:14 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* transform.c: Further enhancement for keys on exslt:node-sets.
	  Corrects a rather serious timing problem (bug 150741)
	* tests/exslt/common/node-set.8.*: added regression test for this

Fri Aug 20 18:53:50 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* Makefile.am configure.in: a bit of cleanup and a extra variable for
	  CVS dist

Fri Aug 20 11:30:19 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt/imports.c: fix a 64bit bug reported by Andreas Schwab

Wed Aug 18 14:27:18 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* configure.in libxslt/xsltconfig.h.in libxslt/xslt.c
	  libxslt/xsltwin32config.* libexslt/exsltconfig.h.in
	  libexslt/exslt.c: added some code to include the CVS
	  ChangeLog version in the version strings available for
	  printing (e.g. by xsltproc)

Wed Aug 18 00:22:00 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* xsltproc/xsltproc.c: implemented --nodtdattr to avoid defaulting
	  DTD attributes, RFE 150311 . Also cleanup the code from all
	  libxml2 pre 2.6.0 specific code since we are using 
	  LIBXML_REQUIRED_VERSION=2.6.8 in configure.in

Tue Aug 17 01:01:22 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt/documents.c libxslt/documents.h libxslt/imports.c
	  libxslt/xslt.c libxslt/xsltutils.c: Implemented a hook to
	  provide document loading as suggested by David Hyatt for
	  Safari

Mon Aug 16 12:53:55 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/transform.c: added a call to xmlXPathOrderDocElems
	  in xmlNewTransformContext for the principal document (bug 133289)

Sat Aug 14 21:49:48 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/namespaces.[ch], transform.c, xslt.c, xsltInternals.h:
	  fixed handling of #default in namespace-alias for default
	  namespace (bug 149659)
	* tests/namespaces/tst7.* tst8.*: added regression tests for above

Fri Aug  6 11:05:31 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libexslt/date.c: added date:sum routine supplied by Joel
	  Reed

Wed Aug  4 00:04:13 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* doc/downloads.html doc/xslt.html: fixed a couple of problems
	  reported by Oliver Stoeneberg
		
Mon Aug  2 08:48:03 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/documents.c, libxslt/functions.c, libxslt/transform.c,
	  libxslt/variables.c: added code to assure keys are generated
	  when needed for node-sets (bug 148773)
	* tests/exslt/common/node-set.7.* - added test case for above.

Mon Jul 26 17:03:22 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libexslt/strings.c: fixed str:tokenize for case when 2nd
	  argument is an empty string (should produce a token for
	  each char in the string).  Reported on the mailing list by
	  Peter Pawlowski.

Fri Jul 23 21:55:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
	* libxslt/imports.c: further enhancement for template priorities
	  on imported stylesheets (better fix for bug 141279, fixes
	  bug 148246).

Fri Jul 16 12:14:57 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* configure.in libexslt/crypto.c libexslt/exslt.[ch] 
	  libexslt/exsltconfig.h.in win32/configure.js: apply patch from
	  Rob Richards to add a normal --with-crypto configure option.

Tue Jul 13 22:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/functions.c: added some logic to xsltKeyFunction
	  to set the transform context doc ptr when the xpath context
	  doc is different (bug 147445)
	* tests/exslt/common/Makefile.am, tests/exslt/common/node-set.5*
	  and tests/exslt/common/node-set.6*: added regression tests
	  for bug 145547 (UNION and FILTER for RVT's)

Mon Jul 12 08:28:07 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* python/libxslt-python-api.xml: fixed type for doctypeSystem
	  and doctypePublic (problem reported on the list by Sitsofe
	  Wheeler)
	* doc/libxslt-api.xml: updated database.

Sun Jul 11 22:46:31 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* transform.c: small change to key handling for RVT, needed
	  because of enhancement to libxml2 xpath.

Fri Jul  9 02:51:38 PDT 2004 Daniel Veillard <daniel@veillard.com>

	* python/libxsl.py: fixes Python on 64bits box problem.

Tue Jul  6 18:43:37 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt.spec.in: better python dependancy Red hat bug #126364
	  by Robert Scheck

Tue Jul  6 21:35:44 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* tests/namespaces/Makefile.am: added extra2.err, tst5.xml,
	  tst5.xsl and tst.out to EXTRA_DIST