diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-04-15 15:30:21 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-04-15 15:30:21 +0000 |
commit | 6ca5fcf67bafcee7191d074b5449fa0a88514608 (patch) | |
tree | b7cf2b25be83daca4c59955f0182cc2887bc6d6e /ChangeLog | |
parent | 00ce7dd8145168d1bfb75a5b0e41e6d288239d0d (diff) | |
download | libxslt-6ca5fcf67bafcee7191d074b5449fa0a88514608.tar.gz libxslt-6ca5fcf67bafcee7191d074b5449fa0a88514608.tar.bz2 libxslt-6ca5fcf67bafcee7191d074b5449fa0a88514608.zip |
removed a warning added xsltRunStylesheetUser() API needed to fix #78546
* libxslt/attributes.c: removed a warning
* libxslt/transform.c libxslt/transform.h win32/libxslt.def.src:
added xsltRunStylesheetUser() API needed to fix #78546
* xsltproc/xsltproc.c: second part of the fix #78546
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Apr 15 17:27:51 CEST 2002 Daniel Veillard <daniel@veillard.com> + + * libxslt/attributes.c: removed a warning + * libxslt/transform.c libxslt/transform.h win32/libxslt.def.src: + added xsltRunStylesheetUser() API needed to fix #78546 + * xsltproc/xsltproc.c: second part of the fix #78546 + Mon Apr 15 15:57:28 CEST 2002 Daniel Veillard <daniel@veillard.com> * python/Makefile.am: fixing the equivalent of #75779 |