summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-09 20:06:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-09 20:06:35 +0000
commit44881d780bd5a45450013e4f2ef321067eb3de86 (patch)
treecfac2b2814ac9bca0e13437c5aed46c5ad1bcc77 /ChangeLog
parent399ff26ba4e515ad84279edda8e173cb5f0b2543 (diff)
downloadlibxslt-44881d780bd5a45450013e4f2ef321067eb3de86.tar.gz
libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.tar.bz2
libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.zip
small fix for xsl:message by Stephane GUIBOU added a specific regression
* libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU * tests/documents/Makefile.am tests/documents/message.*: added a specific regression test * libxslt/transform.c: fixed an infinite loop * configure.in doc/Makefile.am: attempt to add --with-html-dir, this may work Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 899d88ec..0a6a7548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jul 9 22:02:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+ * libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU
+ * tests/documents/Makefile.am tests/documents/message.*: added
+ a specific regression test
+ * libxslt/transform.c: fixed an infinite loop
+ * configure.in doc/Makefile.am: attempt to add --with-html-dir,
+ this may work
+
Mon Jul 9 15:55:14 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h: