summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-11-24 02:54:35 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-11-24 02:54:35 +0000
commit38c93a398f80f5dde5100299f02c5b0fcb680bb6 (patch)
treeaa72aa6204a58c7c5a9347185cbaed1ecfc40b67 /ChangeLog
parent15828d4cde05a61835f0d9306e0d35769489bdc4 (diff)
downloadlibxslt-38c93a398f80f5dde5100299f02c5b0fcb680bb6.tar.gz
libxslt-38c93a398f80f5dde5100299f02c5b0fcb680bb6.tar.bz2
libxslt-38c93a398f80f5dde5100299f02c5b0fcb680bb6.zip
enhanced the evaluation of global variables to take account of possible
* libxslt/variables.c, libxslt/xsltInternals.h: enhanced the evaluation of global variables to take account of possible changes to the current document (bug 158372).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 589d9415..a1046837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 24 10:51:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
+
+ * libxslt/variables.c, libxslt/xsltInternals.h: enhanced the
+ evaluation of global variables to take account of possible
+ changes to the current document (bug 158372).
+
Mon Nov 22 08:10:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
* libxslt/pattern.c: small change to previous fix for bug 153137,