summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-09-24 16:16:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-09-24 16:16:52 +0000
commita38e23f5841336380e9f007dc537de7b9cf63844 (patch)
tree9722769d8dabb7a7f19d5770a9c8264e24685b05 /ChangeLog
parent118c7572cc590a5400f10c69df41c9d847f8aebd (diff)
downloadlibxslt-a38e23f5841336380e9f007dc537de7b9cf63844.tar.gz
libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.tar.bz2
libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.zip
add missing variable fixed some error callback data added new date:sum
* Makefile.am: add missing variable * libxslt/transform.c: fixed some error callback data * tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new date:sum testing from Derek Poon Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abb28ca6..969ecd64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 24 18:13:45 CEST 2004 Daniel Veillard <daniel@veillard.com>
+
+ * Makefile.am: add missing variable
+ * libxslt/transform.c: fixed some error callback data
+ * tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new
+ date:sum testing from Derek Poon
+
Fri Sep 24 09:17:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
* libexslt/date.c: fixed problem with empty sets, etc.