1 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
4 |
|
module is added. |
5 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
6 |
|
implementation (untested). |
7 |
|
|
8 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
9 |
|
(Roles): Definitions added. |
10 |
|
|
11 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
12 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
13 |
|
module is removed. |
14 |
|
(DocumentXDoctype): Reimplemented (untested). |
15 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
16 |
|
Reimlemented (untested). |
17 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
18 |
|
|
19 |
|
* XML.dis (FeatureDef): New features (definitions copied |
20 |
|
from the |MDOM:DOMXML| module). |
21 |
|
(DocumentType): New interface (definition copied from |
22 |
|
the |MDOM:DOMXML| module). |
23 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
24 |
|
Reimplemented (untested). |
25 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
26 |
|
|
27 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
30 |
|
|
31 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
34 |
|
(Text, DocumentFragment, Comment): Most members are |
35 |
|
reimplemented (untested). |
36 |
|
|
37 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
40 |
|
removed to sync with DOM Level 3 Core specification. |
41 |
|
|
42 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
43 |
|
(GetElementsNodeList): Reimplemented (untested). |
44 |
|
|
45 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
48 |
|
parameter must also affect on |manakaiAppendText| |
49 |
|
and |textContent| on |Document| nodes. |
50 |
|
|
51 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
52 |
|
parameter changes the class to |bless|. |
53 |
|
(Node): Most methods are reimplemented. (Untested) |
54 |
|
(CharacterData, Attr): Most methods and attributes are |
55 |
|
reimplemented. (Untested) |
56 |
|
|
57 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
58 |
|
reimplemented (untested). |
59 |
|
|
60 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
63 |
|
(untested). |
64 |
|
|
65 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
68 |
|
a qualified name. |
69 |
|
|
70 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
71 |
|
the prefix if it is an empty string. (Note that |
72 |
|
it is defined as implementation dependent in |
73 |
|
DOM Level 3 Core specification). |
74 |
|
|
75 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
76 |
|
module. |
77 |
|
(Node): Attributes are reimplemented (untested). |
78 |
|
|
79 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
80 |
|
module. |
81 |
|
(Node): Attributes are reimplemented (untested). |
82 |
|
(Entity, Notation): New interfaces. |
83 |
|
|
84 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
85 |
|
|
86 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
89 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
90 |
|
replaceChild, removeChild, createDocumentFragment, |
91 |
|
createEntityReference, createProcessingInstruction, |
92 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
93 |
|
(NodeList, DocumentFragment): New interfaces. |
94 |
|
|
95 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
96 |
|
|
97 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
100 |
|
(createAttributeNS, createTextNode, createComment, |
101 |
|
createCDATASection): New methods. |
102 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
103 |
|
|
104 |
|
* Makefile: |XML.dis| is added. |
105 |
|
|
106 |
|
* XML.dis: New module. |
107 |
|
|
108 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
111 |
|
|
112 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
115 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
116 |
|
(Element): New interface. |
117 |
|
(createElementNS): New method. |
118 |
|
(strictErrorChecking): New. |
119 |
|
|
120 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* Makefile: |TreeCore.dis| is added. |
123 |
|
|
124 |
|
* TreeCore.dis: New module. |
125 |
|
|
126 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
129 |
|
parameter. |
130 |
|
|
131 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
132 |
|
|
133 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
134 |
|
data types added to configuration parameters. |
135 |
|
|
136 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
139 |
|
a |DISSource:ResourceProperty|. |
140 |
|
(c:anyDOMConfigurationParameter): New property. |
141 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
142 |
|
the |c:anyDOMConfigurationParameter| property. |
143 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
144 |
|
|
145 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
146 |
|
|
147 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
150 |
|
are removed. |
151 |
|
|
152 |
|
* GenericLS.pm: Added to the CVS repository since |
153 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
154 |
|
|
155 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
158 |
|
method. |
159 |
|
|
160 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
161 |
|
|
162 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
165 |
|
|
166 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
167 |
|
implementations are added. |
168 |
|
|
169 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
170 |
|
implementations are added. |
171 |
|
|
172 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
173 |
|
implementations are added. |
174 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
175 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
176 |
|
(cfg:strict-document-children): New configuration parameter. |
177 |
|
|
178 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
181 |
|
|
182 |
|
* Tree.dis (replaceChild): Method implementations are added. |
183 |
|
|
184 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
185 |
|
|
186 |
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |