Mon Jul  5 21:48:13 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* configure.in doc/*: releasing 1.1.8

Sun Jul  4 24:18:12 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* xsltproc/Makefile.am: changed the sequence of LD_ADDS and
	  LIBGCRYPT_LIBS on xsltproc_LDADD.  Previously this was
	  causing the wrong libs to be linked when using the configure
	  option --with-libxml-libs-prefix, or --with-libxml-src (nasty)

Sun Jul  4 21:42:48 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libexslt/Makefile.am: implemented change from Joel Reed for
	  automake-1.4 compatibility.
	* libexslt/crypto.c: reformatted source to remove an overly
	  generous supply of tabs.  Added a #include for sys/select to
	  fix a compilation error caused by the gcrypt include file's
	  usage of 'fd_set'.  Made some minor changes to fix
	  some warning messages (no change to the logic).
	* configure.in, config.h.in: added test for presence of
	  sys/select.h.
	  Added test for libgcrypt version > 1.1.41 (bug 145245)
	  
Sat Jul  3 17:52:27 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* doc/xslt.html, doc/extensions.html: corrected the URI for libxslt
	  namespace, also a small enhancement of the surrounding text on
	  extension functions. (bug 145250)
	  
Fri Jul  2 15:51:49 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* configure.in: convenience change
	* python/libxsl.py python/libxslt-python-api.xml python/libxslt.c:
	  try to avoid calling libxml2 cleanup function directly but go
	  though the python wrapper of libxml2 for memory debug accounting.

Fri Jul  2 16:24:12 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/keys.c: added namespace setup before calling XPath
	  to evaluate key (Bug 143520)

Thu Jul  1 10:07:55 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/transform.c: added coding to xsltCopyTree to copy
	  namespaces (bug 139578).
	* tests/general/bug-128.out: changed to reflect above fix
	* libxslt/xslt.c: minor change to an error message

Wed Jun 30 18:41:20 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* win32/Makefile.msvc win32/Makefile.mingw libexslt/Makefile.am
	  libexslt/exslt.c libexslt/exslt.h config.h.in configure.in
	  libexslt/crypto.c: applied patch from Joel Reed to get EXSLT
	  crypto extensions based on libgcrypt if found at configure time.
	* tests/namespaces/Makefile.am: fixed a small breakage

Wed Jun 30 12:28:34 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/namespaces: some enhancement for fixing bug 142768
	* tests/namespaces/Makefile.am, tests/namespaces/tst6*:
	  added regression test for this bug

Tue Jun 29 09:23:03 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* Makefile.am examples/xsltICUSort.c: seems I never commited to CVS
	  the example from Richard Jinks

Wed Jun  9 16:33:56 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>

	* win32/configure.js win32/Makefile.* minor changes for the new
	  layout of the Windows binary package

Wed May 26 10:51:22 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* doc/search.php.inc, doc/search/php: enhanced to remove
	  forcing module names to lower case, and to fix problem
	  with links between pages in libxml2 directory.

Mon May 24 12:46:10 HKT 2004 Igor Zlatkovic <igor@zlatkovic.com>

	* win32/makefile.msvc, win32/configure.js: included the cruntime 
	  option, contributed by Oliver Stoeneberg

Mon May 24 08:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/xsltutils.c: fixed bug in error message printing
	  for undefined namespace (bug 143004)

Mon May 17 23:08:42 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* NEWS doc/*: updated for 1.1.7

Mon May 17 06:14:09 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* configure.in: release of libxslt-1.1.7

Sun May 16 23:08:05 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* tests/general/bug-151*, tests/docs/bug-151.xml,
	  tests/general/Makefile.am, tests/docs/Makefile.am: added
	  regression test for old bug #127877

Sun May 16 20:48:35 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt/transform.c: fixing bug #135542 about the DOCTYPE name
	  being generated when the root element is namespaced 
	* tests/general/bug-151*, tests/docs/bug-151.xml,
	  tests/general/Makefile.am, tests/docs/Makefile.am: added
	  regression test for bug #135542

Sun May 16 19:39:44 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt/namespaces.c libxslt/namespaces.h libxslt/templates.c
	  libxslt/transform.c: fixing bug #134500 on namespace lookup for
	  attribute which sometimes lead to default namespace
	* tests/general/bug-150*, tests/docs/bug-150.xml,
	  tests/general/Makefile.am, tests/docs/Makefile.am: added
	  regression test for bug #134500

Sun May 16 18:09:36 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libexslt/date.h: fixing a small portability problem on Solaris
	  for the declaration of localtime_r bug #140468

Sun May 16 16:36:38 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt.m4: applied patch from Edward Rudd to fix the problems
	  raised in bug #142429
	  
Sun May 16 11:01:52 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt/xslt.c: fixed a weird namespace bug #141532
	* tests/docs/Makefile.am tests/docs/bug-14[89].xml
	  tests/general/Makefile.am tests/docs/bug-14[89]*: added tests
	  to the regression for bug #141532

Sun May  2 23:47:43 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/imports.c: added comments and function header,
	  improved logic of routine just added.
	* tests/general/bug-147*, tests/docs/bug-147.xml,
	  tests/general/Makefile.am, tests/docs/Makefile.am: added
	  regression test for bug 141279

Sun May  2 12:47:32 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/imports.c: enhanced normalization of comp steps
	  when an imported stylesheet has it's own imports
	  (bug 141279)

Sat May  1 10:35:03 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/transform.c: added code to recognize
	  disable-output-escaping on certain text nodes (bug 140755)
	* tests/general/bug-100.out: regenerated to account for change
	  from next ChangeLog entry (bug 140558)

Wed Apr 28 18:17:24 PDT 2004 William Brack <wbrack@mmm.com.hk>

	* libxslt/xsltutils.c: suppressed any automatic linefeed after
	  a comment following the document root element (bug 140558)

Thu Apr 22 08:38:35 CEST 2004 Daniel Veillard <daniel@veillard.com>

	* libxslt/transform.c: fix a problem where we updated an
	  ELEMENT node psvi field as if it was a DOCUMENT one, leading
	  to a subtle crash later, valgrind rules.

The Apr 20 00:22:37 HKT 2004 William Brack <wbrack@mmm.com.hk>

	* libexslt/strings.c: fixed bug in UTF8 string tokenize
	  kindly reported by Vasily Tchekalkin