1 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
4 |
|
are removed. |
5 |
|
|
6 |
|
* GenericLS.pm: Added to the CVS repository since |
7 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
8 |
|
|
9 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
12 |
|
method. |
13 |
|
|
14 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
15 |
|
|
16 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
19 |
|
|
20 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
21 |
|
implementations are added. |
22 |
|
|
23 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
24 |
|
implementations are added. |
25 |
|
|
26 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
27 |
|
implementations are added. |
28 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
29 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
30 |
|
(cfg:strict-document-children): New configuration parameter. |
31 |
|
|
32 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
35 |
|
|
36 |
|
* Tree.dis (replaceChild): Method implementations are added. |
37 |
|
|
38 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
39 |
|
|
40 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
43 |
|
definitions. |
44 |
|
|
45 |
|
* XDoctype.dis (insertBefore): New method implementation. |
46 |
|
|
47 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DOMXML.dis (insertBefore): Method implementations |
50 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
51 |
|
|
52 |
|
* Tree.dis (insertBefore): Method implementation |
53 |
|
for |CharacterData| nodes is added. |
54 |
|
|
55 |
|
* XDoctype.dis (insertBefore): Method implementation |
56 |
|
for |ElementTypeDefinition| nodes is added. |
57 |
|
|
58 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* XDoctype.dis (appendChild): New method implementation. |
61 |
|
|
62 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
65 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
66 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
67 |
|
|
68 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
69 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
70 |
|
Notation.appendChild): New method implementation. |
71 |
|
|
72 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
73 |
|
|
74 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
75 |
|
|
76 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
79 |
|
|
80 |
|
* Tree.dis (createAttribute, createAttributeNS, |
81 |
|
setAttribute, setAttributeNS): They now supports |
82 |
|
the |cfg:xml-id| configuration parameter. |
83 |
|
(cfg:xml-id): New configuration parameter. |
84 |
|
|
85 |
|
* XDoctype.dis (createAttributeDefinition): It now |
86 |
|
supports the |cfg:xml-id| configuration parameter. |
87 |
|
|
88 |
|
* XMLParser.dis (parse): It now supports |
89 |
|
the |cfg:xml-id| configuration parameter. |
90 |
|
|
91 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
* XMLParser.dis (parse): Sets |Document.documentURI| |
* XMLParser.dis (parse): Sets |Document.documentURI| |