summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-07-13 15:06:14 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-07-13 15:06:14 +0000
commitcd6168c4467e61146d141d3bd315267f86de2ada (patch)
tree0f8b0280b2bfac7ab6a7194bc7b38d16276e5efe /ChangeLog
parent36006fefbe271379be22d0455b0572b9de8fb6ec (diff)
downloadlibxslt-cd6168c4467e61146d141d3bd315267f86de2ada.tar.gz
libxslt-cd6168c4467e61146d141d3bd315267f86de2ada.tar.bz2
libxslt-cd6168c4467e61146d141d3bd315267f86de2ada.zip
added some logic to xsltKeyFunction to set the transform context doc ptr
* 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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bea36c7..8b8f60e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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