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