1 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
4 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
5 |
|
replaceChild, removeChild, createDocumentFragment, |
6 |
|
createEntityReference, createProcessingInstruction, |
7 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
8 |
|
(NodeList, DocumentFragment): New interfaces. |
9 |
|
|
10 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
11 |
|
|
12 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
15 |
|
(createAttributeNS, createTextNode, createComment, |
16 |
|
createCDATASection): New methods. |
17 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
18 |
|
|
19 |
|
* Makefile: |XML.dis| is added. |
20 |
|
|
21 |
|
* XML.dis: New module. |
22 |
|
|
23 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
26 |
|
|
27 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
30 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
31 |
|
(Element): New interface. |
32 |
|
(createElementNS): New method. |
33 |
|
(strictErrorChecking): New. |
34 |
|
|
35 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Makefile: |TreeCore.dis| is added. |
38 |
|
|
39 |
|
* TreeCore.dis: New module. |
40 |
|
|
41 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
44 |
|
parameter. |
45 |
|
|
46 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
47 |
|
|
48 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
49 |
|
data types added to configuration parameters. |
50 |
|
|
51 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
54 |
|
a |DISSource:ResourceProperty|. |
55 |
|
(c:anyDOMConfigurationParameter): New property. |
56 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
57 |
|
the |c:anyDOMConfigurationParameter| property. |
58 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
59 |
|
|
60 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
61 |
|
|
62 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
65 |
|
are removed. |
66 |
|
|
67 |
|
* GenericLS.pm: Added to the CVS repository since |
68 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
69 |
|
|
70 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
73 |
|
method. |
74 |
|
|
75 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
76 |
|
|
77 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
80 |
|
|
81 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
82 |
|
implementations are added. |
83 |
|
|
84 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
85 |
|
implementations are added. |
86 |
|
|
87 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
88 |
|
implementations are added. |
89 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
90 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
91 |
|
(cfg:strict-document-children): New configuration parameter. |
92 |
|
|
93 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
96 |
|
|
97 |
|
* Tree.dis (replaceChild): Method implementations are added. |
98 |
|
|
99 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
100 |
|
|
101 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
104 |
|
definitions. |
105 |
|
|
106 |
|
* XDoctype.dis (insertBefore): New method implementation. |
107 |
|
|
108 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DOMXML.dis (insertBefore): Method implementations |
111 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
112 |
|
|
113 |
|
* Tree.dis (insertBefore): Method implementation |
114 |
|
for |CharacterData| nodes is added. |
115 |
|
|
116 |
|
* XDoctype.dis (insertBefore): Method implementation |
117 |
|
for |ElementTypeDefinition| nodes is added. |
118 |
|
|
119 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* XDoctype.dis (appendChild): New method implementation. |
122 |
|
|
123 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
126 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
127 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
128 |
|
|
129 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
130 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
131 |
|
Notation.appendChild): New method implementation. |
132 |
|
|
133 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
134 |
|
|
135 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
136 |
|
|
137 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
140 |
|
|
141 |
|
* Tree.dis (createAttribute, createAttributeNS, |
142 |
|
setAttribute, setAttributeNS): They now supports |
143 |
|
the |cfg:xml-id| configuration parameter. |
144 |
|
(cfg:xml-id): New configuration parameter. |
145 |
|
|
146 |
|
* XDoctype.dis (createAttributeDefinition): It now |
147 |
|
supports the |cfg:xml-id| configuration parameter. |
148 |
|
|
149 |
|
* XMLParser.dis (parse): It now supports |
150 |
|
the |cfg:xml-id| configuration parameter. |
151 |
|
|
152 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
* XMLParser.dis (parse): Sets |Document.documentURI| |
* XMLParser.dis (parse): Sets |Document.documentURI| |