summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-15 15:30:21 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-15 15:30:21 +0000
commit6ca5fcf67bafcee7191d074b5449fa0a88514608 (patch)
treeb7cf2b25be83daca4c59955f0182cc2887bc6d6e /ChangeLog
parent00ce7dd8145168d1bfb75a5b0e41e6d288239d0d (diff)
downloadlibxslt-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8204772a..70738e20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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