summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-06-12 00:31:13 +0000
committer <changelog@php.net>2003-06-12 00:31:13 +0000
commitfd88694a297ced5331a42903b31a433118b05d40 (patch)
tree352640a8b873b99e07704e63497351504b2e0251
parent76f68f2a51d8217c6110017e5f0df8027421e67b (diff)
downloadphp-git-fd88694a297ced5331a42903b31a433118b05d40.tar.gz
ChangeLog update
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b413bddcb2..da0dfb6360 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2003-06-11 Rob Richards <rrichards@ctindustries.net>
+
+ * ext/dom/text.c:
+ forgot this: set doc for new text node as current may not be in tree
+
+ * ext/dom/text.c:
+ add isWhitespaceInElementContent()
+ fix splitText for nodes not in tree
+ correct links to specs
+
+ * ext/domxml/config.m4
+ ext/xsl/config.m4:
+ update messages to require libxsl >= 1.0.18
+
+ * ext/dom/characterdata.c:
+ add substringData, insertData, deleteData, replaceData
+ fix reference links to specs
+
+2003-06-11 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/string.c:
+ fixed proto
+
2003-06-10 Rob Richards <rrichards@ctindustries.net>
* ext/dom/text.c: