Tue May 13 17:51:05 CEST 2008 Daniel Veillard <daniel@veillard.com>

	* configure.in doc/*: release of 1.1.24
	* python/generator.py: syntactic cleanup (Martin)

Tue May 13 16:32:22 CEST 2008 Daniel Veillard <daniel@veillard.com>

	* libxslt/xslt.c libxslt/extensions.c libxslt/extensions.h:
	  fix the processing of top level elements of stylesheets which
	  are not in the XSLT namespace and are not an extension either
	  should fix #529223
	* tests/docs/Makefile.am tests/docs/bug-167.xml
	  tests/general/Makefile.am tests/general/bug-167.*: add the
	  test to the regression suite

Fri May  9 14:30:35 CEST 2008 Daniel Veillard <daniel@veillard.com>

	* libxslt/documents.c libxslt/keys.c libxslt/xsltInternals.h
	  libxslt/transform.c libxslt/pattern.c: fix the key initialization
	  problem introduced when tracking Josef Urban problem from 22 Dec
	  2007, this should also handle the problem of recursive keys
	  definitions should fix #531873.
	* tests/docs/bug-166.xml tests/docs/Makefile.am
	  tests/general/Makefile.am tests/general/bug-166.xsl
	  tests/general/bug-166.out: add the regression tests when a key
	  computation depends on another one.

Mon Apr 21 16:16:29 CEST 2008 Daniel Veillard <daniel@veillard.com>

	* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on
	  Vincent Lefevre suggestion.

Mon Apr 14 11:19:14 CEST 2008 Daniel Veillard <daniel@veillard.com>

	* libxslt/pattern.c: fixes #527297 general patter comps fix and cleanup
	* libxslt/xsltInternals.h libxslt/pattern.h: other cleanups