1 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
4 |
|
|
5 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
6 |
|
parameter |cfg:dtd-default-attributes| is renamed |
7 |
|
as |cfg:dtd-default-attribute|. |
8 |
|
(Roles): Definitions are changed so that classes |
9 |
|
that implement those classes MUST implement the |Node| |
10 |
|
and its subinterfaces. |
11 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
12 |
|
|
13 |
|
* Document.dis (adoptNode): Don't throw exception |
14 |
|
if |strictErrorChecking| is |false|. |
15 |
|
|
16 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
17 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
18 |
|
configuration parameter is set to |false|. |
19 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
20 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
21 |
|
configuration parameter is set to |false|. |
22 |
|
|
23 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* TreeStore.dis: New module. |
26 |
|
|
27 |
|
* Makefile: |TreeStore.dis| is added. |
28 |
|
|
29 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XMLParser.dis: Updated so that it can be used |
32 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
33 |
|
and |XML.pm|. Set the read-only flag to |
34 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
35 |
|
|
36 |
|
* Node.dis (textContent): It did not handle descendant |
37 |
|
element and entity reference nodes. |
38 |
|
|
39 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
40 |
|
definition has been changed to return only explicit |
41 |
|
base URI specification. |
42 |
|
|
43 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
44 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
45 |
|
|
46 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
47 |
|
|
48 |
|
* Tree.pm, DOMXML.pm: Removed. |
49 |
|
|
50 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
51 |
|
to the CVS repository since they are necessary to |
52 |
|
build the dis library. |
53 |
|
|
54 |
|
* Makefile: Sync'ed to new modules disposition. |
55 |
|
|
56 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
59 |
|
removed. For |Element.pm| and |Document.pm| are added. |
60 |
|
|
61 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
62 |
|
|
63 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
64 |
|
|
65 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
68 |
|
for new class information variables. |
69 |
|
(DOMLS:Generic): This old feature name is removed. |
70 |
|
|
71 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
72 |
|
for new class information variables. |
73 |
|
|
74 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
75 |
|
(Document, Element.___create_node_ref): New method |
76 |
|
implementations. |
77 |
|
|
78 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
81 |
|
Reimplemented. |
82 |
|
(isId): Setter is added. |
83 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
84 |
|
module. |
85 |
|
|
86 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Makefile (clean-db): New rule. |
89 |
|
|
90 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
91 |
|
the user data handler when the node is removed |
92 |
|
from the memory. |
93 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
94 |
|
if DTD attribute definition is available. |
95 |
|
(CharacterData members): Definitions copied from |
96 |
|
the |MDOM:Tree| module. |
97 |
|
|
98 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
101 |
|
|
102 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
103 |
|
class did not implement the |GetFeature| interface. |
104 |
|
(hasFeature): The |+| prefix was not taken into account. |
105 |
|
|
106 |
|
* TreeCore.dis (Node): The class now inherits |
107 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
108 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
109 |
|
interfaces. |
110 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
111 |
|
is supported. |
112 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
113 |
|
(manakaiParentElement): New attribute. |
114 |
|
|
115 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
116 |
|
is removed. |
117 |
|
(lookupPrefix): Old method implementation is removed. |
118 |
|
|
119 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
120 |
|
missing because of the |DISCore:stopISARecursive| property. |
121 |
|
|
122 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
123 |
|
They now pass all tests included in those modules! |
124 |
|
|
125 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
128 |
|
module is added. |
129 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
130 |
|
(ManakaiDOMImplementation): It now inherits |
131 |
|
the |urigen:ManakaiURIImplementation| class and |
132 |
|
implements the |ecore:MUErrorTarget| interface. It no |
133 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
134 |
|
(ManakaiDOMImplementation.___report_error): New method. |
135 |
|
|
136 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
137 |
|
module instead of |Util:ManakaiNode| module. |
138 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
139 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
140 |
|
(ManakaiMinimumImplementation): Now it is built |
141 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
142 |
|
module. |
143 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
144 |
|
(c:implementation): Removed. |
145 |
|
(f:implementation, f:revImplementation): New properties. |
146 |
|
|
147 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
148 |
|
|
149 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
150 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
151 |
|
cfg:strict-document-children): Removed (moved |
152 |
|
to the |MDOM:TreeCore| module). |
153 |
|
|
154 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
155 |
|
module is removed. |
156 |
|
(ManakaiDOMImplementationTC): Some members are removed |
157 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
158 |
|
or the |f:ManakaiMinimumImplementation|. |
159 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
160 |
|
(replaceChildImpl1): A typo on the removing the parent node |
161 |
|
of the old child node is fixed. |
162 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
163 |
|
module). |
164 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
165 |
|
to the |MDOM:DOMFeature| module). |
166 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
167 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
168 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
169 |
|
when the new value is |null|. |
170 |
|
(Attr.___create_node_ref): Attribute name and |
171 |
|
owner element type specific classes are supported (it |
172 |
|
was partially implemented but was incorrect). |
173 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
174 |
|
a node if the |index| is negative. |
175 |
|
(setNamedItem): Various typos are fixed. |
176 |
|
(removeNamedItem): The node was not removed orz |
177 |
|
(cfg:clone-entity-reference-subtree, |
178 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
179 |
|
cfg:strict-document-children): Definitions are moved |
180 |
|
from the |MDOM:Tree| module. Note that the tests for default |
181 |
|
attributes still fail. |
182 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
183 |
|
(Attr): Role name was incorrect. |
184 |
|
|
185 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
186 |
|
not set. |
187 |
|
(AttributeDefinition): Role name was incorrect. |
188 |
|
|
189 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
190 |
|
module is added. |
191 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
192 |
|
implementations. |
193 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
194 |
|
implementations. |
195 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
196 |
|
they are defined as copies of ones in the |Entity| class. |
197 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
198 |
|
namespace unaware attributes. |
199 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
200 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
201 |
|
to namespace aware attributes are added. |
202 |
|
|
203 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
206 |
|
|
207 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
208 |
|
untested). |
209 |
|
(___report_error): Reimplemented (untested). |
210 |
|
(manakaiSetReadOnly): New method. |
211 |
|
(Attr.___create_node_ref): New method (untested). |
212 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
213 |
|
(createEntityReference, cloneNode): Support for |
214 |
|
the |cfg:entity-reference-read-only| configuration |
215 |
|
parameter is removed; newly created entity references |
216 |
|
are always read-only and use the |manakaiSetReadOnly| method |
217 |
|
if desired. |
218 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
219 |
|
|
220 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
221 |
|
the |MDOM:XML| Perl module. |
222 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
223 |
|
the |tc:implementation| internal property if its value |
224 |
|
is provided. The |infoset:content| internal property name |
225 |
|
was incorrect. |
226 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
227 |
|
read-only |NodeList| and |DOMStringList| are added |
228 |
|
for clarification. |
229 |
|
|
230 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
233 |
|
module is added. |
234 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
235 |
|
implementation (untested). |
236 |
|
|
237 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
238 |
|
(Roles): Definitions added. |
239 |
|
|
240 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
241 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
242 |
|
module is removed. |
243 |
|
(DocumentXDoctype): Reimplemented (untested). |
244 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
245 |
|
Reimlemented (untested). |
246 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
247 |
|
|
248 |
|
* XML.dis (FeatureDef): New features (definitions copied |
249 |
|
from the |MDOM:DOMXML| module). |
250 |
|
(DocumentType): New interface (definition copied from |
251 |
|
the |MDOM:DOMXML| module). |
252 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
253 |
|
Reimplemented (untested). |
254 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
255 |
|
|
256 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
259 |
|
|
260 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
263 |
|
(Text, DocumentFragment, Comment): Most members are |
264 |
|
reimplemented (untested). |
265 |
|
|
266 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
269 |
|
removed to sync with DOM Level 3 Core specification. |
270 |
|
|
271 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
272 |
|
(GetElementsNodeList): Reimplemented (untested). |
273 |
|
|
274 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
277 |
|
parameter must also affect on |manakaiAppendText| |
278 |
|
and |textContent| on |Document| nodes. |
279 |
|
|
280 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
281 |
|
parameter changes the class to |bless|. |
282 |
|
(Node): Most methods are reimplemented. (Untested) |
283 |
|
(CharacterData, Attr): Most methods and attributes are |
284 |
|
reimplemented. (Untested) |
285 |
|
|
286 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
287 |
|
reimplemented (untested). |
288 |
|
|
289 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
292 |
|
(untested). |
293 |
|
|
294 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
297 |
|
a qualified name. |
298 |
|
|
299 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
300 |
|
the prefix if it is an empty string. (Note that |
301 |
|
it is defined as implementation dependent in |
302 |
|
DOM Level 3 Core specification). |
303 |
|
|
304 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
305 |
|
module. |
306 |
|
(Node): Attributes are reimplemented (untested). |
307 |
|
|
308 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
309 |
|
module. |
310 |
|
(Node): Attributes are reimplemented (untested). |
311 |
|
(Entity, Notation): New interfaces. |
312 |
|
|
313 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
314 |
|
|
315 |
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
316 |
|
|
317 |
* TreeCore.dis (childNodes, firstChild, lastChild, |
* TreeCore.dis (childNodes, firstChild, lastChild, |