1 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
4 |
|
DocumentType.pm, Entity.pm, |
5 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
6 |
|
|
7 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
8 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
9 |
|
|
10 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
11 |
|
|
12 |
|
* Node.pm (==, !=): Implemented. |
13 |
|
(manakai_read_only): Implemented. |
14 |
|
(is_same_node): Implemented. |
15 |
|
(is_equal_node): Alpha version. |
16 |
|
(manakai_set_read_only): Alpha version. |
17 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
18 |
|
definitions are removed. |
19 |
|
|
20 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Node.pm: First alpha version of implementation of attributes. |
23 |
|
|
24 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
27 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
28 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
29 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
30 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
31 |
|
node_value, node_type): Implemented. |
32 |
|
|
33 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
36 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
37 |
|
AttributeDefinition.pm: New modules. |
38 |
|
|
39 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
40 |
|
(create_attribute_definition, create_element_type_definition, |
41 |
|
create_document_type_definition, create_cdata_section, |
42 |
|
create_processing_instruction, create_entity_reference, |
43 |
|
create_general_entity, create_notation): Prototypes added. |
44 |
|
|
45 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
46 |
|
|
47 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
48 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
49 |
|
(create_document_type, create_document_type_definition): |
50 |
|
New methods. |
51 |
|
|
52 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
55 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
56 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
57 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
58 |
|
|
59 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
62 |
|
specifies unknown value and trys to recover from the error. |
63 |
|
|
64 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
67 |
|
|
68 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* GenericLS.dis (GLSException): New interface. |
71 |
|
|
72 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* |InputProcessor|s and |OutputProcessor|s are |
75 |
|
named so that |report| statements in Perl |
76 |
|
module outputs can be identified by name. |dis:dataType|s |
77 |
|
of |DISCore:TFQNames| are all replaced |
78 |
|
by |DISCore:QName|. |
79 |
|
|
80 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Element.dis (createElementNS): If an array reference |
83 |
|
is specified as the |qualifiedName| parameter, |
84 |
|
don't set the first item as the local name |
85 |
|
even if the second item is not specified (or |
86 |
|
specified as |undef|). |
87 |
|
(createElementNS, setAttribute, setAttributeNS, |
88 |
|
removeAttribute, removeAttributeNS, |
89 |
|
setAttributeNode, setAttributeNodeNS, |
90 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
91 |
|
or removes the |tc:contentAttributeList| value. |
92 |
|
|
93 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
94 |
|
of sorting of content attribute names. |
95 |
|
(getAttrMap, getElementTypeDefNodeMap, |
96 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
97 |
|
(tc:contentAttributeList): New property. |
98 |
|
|
99 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMFeature.dis (ForDef): Removed. |
102 |
|
(f:provides, f:through): Removed. |
103 |
|
(Version): Removed. |
104 |
|
(implementFeature): Removed. |
105 |
|
|
106 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
109 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
110 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
111 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
112 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
113 |
|
are removed. |
114 |
|
|
115 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
118 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
119 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
120 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
121 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
122 |
|
and |DefaultFor|s are removed. |
123 |
|
|
124 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
127 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
128 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
129 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
130 |
|
SimpleLS.dis, DOMMain.dis: References |
131 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
132 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
133 |
|
modes are removed. |
134 |
|
|
135 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
138 |
|
to the |Grove.dis| module are removed. |
139 |
|
|
140 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
143 |
|
(Require): Reference to the |Grove.dis| module is removed. |
144 |
|
|
145 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
148 |
|
class is no longer plays the role of |
149 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
150 |
|
properties are removed. |
151 |
|
|
152 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
155 |
|
Element.dis, CharacterData.dis, XML.dis, |
156 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
157 |
|
XMLParser.dis: Use Perl native |
158 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
159 |
|
for DOM nodes. See |
160 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
161 |
|
|
162 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
165 |
|
|
166 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* DOMString.dis: New module. |
169 |
|
|
170 |
|
* DOMString.pm: New file. |
171 |
|
|
172 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
173 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
174 |
|
Now it references the |DOMImplementationRegistry| object. |
175 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
176 |
|
(DOMImplementationRegistry): New interface and |
177 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
178 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
179 |
|
that the class no longer support |get_implementation| |
180 |
|
and |get_implementation_list| methods from |
181 |
|
the |ImplementationRegistry| interface. |
182 |
|
(DOMImplementationList): Class implemented; no |
183 |
|
longer inherits from |ImplementationList|. |
184 |
|
(DOMImplementationSource): Class implemented; no |
185 |
|
longer inherits from |ImplementationSource|. Note that |
186 |
|
the class no longer support |get_implementation| |
187 |
|
and |get_implementation_list| methods from |
188 |
|
the |ImplementationSource| interface. |
189 |
|
(DOMStringList): Removed. |
190 |
|
|
191 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
192 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
193 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
194 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
195 |
|
module, obsolete property name aliases, |
196 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
197 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
198 |
|
ManakaiDOM:implID): Removed. |
199 |
|
|
200 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
201 |
|
(DOMString): Removed. |
202 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
203 |
|
|
204 |
|
* Makefile: |DOMString.pm| is added. |
205 |
|
|
206 |
|
* TreeCore.dis (is_default_namespace): |null| was |
207 |
|
returned where a false is expected (|null| is |
208 |
|
a false in Perl, but real |false| is appropriate here). |
209 |
|
|
210 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
213 |
|
|
214 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
215 |
|
|
216 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
217 |
|
|
218 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
221 |
|
ImplementationRegistry): Parameters |features| |
222 |
|
now allow |null| (equivalent to an empty string). |
223 |
|
|
224 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
227 |
|
class. Factory methods |createTextNode| and |createComment| |
228 |
|
are moved from |ManakaiDOMDocument|. |
229 |
|
|
230 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
231 |
|
are removed. |
232 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
233 |
|
(DOMImplementation.___create_node_ref): Support |
234 |
|
for the |mg:nodeRefClass| option is removed. |
235 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
236 |
|
from |ManakaiDOMObject| class. |
237 |
|
|
238 |
|
* DOMFeature.dis (domidl:extends): New property. |
239 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
240 |
|
|
241 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
242 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
243 |
|
(DOMDataType): Removed. |
244 |
|
|
245 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
246 |
|
The |createDocument| method is moved from |
247 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
248 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
249 |
|
(createElement, createElementNS, createAttribute, |
250 |
|
createAttributeNS, createTextNode, createComment, |
251 |
|
createCDATASection, createEntityReference, |
252 |
|
createProcessingInstruction): Class implementations |
253 |
|
are moved to each module. |
254 |
|
|
255 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
256 |
|
methods are moved from |Document.dis|. |
257 |
|
(ManakaiDOMElement.___create_node_ref): Support |
258 |
|
for old class registry is removed. |
259 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
260 |
|
(Attr.baseURI): Implementation |
261 |
|
for |xml:base| attribute is merged. |
262 |
|
(Attr.nodeValue, Attr.value): Implementation |
263 |
|
for |xml:id| attribute is merged. |
264 |
|
|
265 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
266 |
|
|
267 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
268 |
|
definition for |createDocumentType| method |
269 |
|
is moved from |TreeCore.dis|. |
270 |
|
|
271 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
272 |
|
methods are moved from |Document.dis|. |
273 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
274 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
275 |
|
|
276 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
279 |
|
statement was broken. |
280 |
|
|
281 |
|
* DOMFeature.dis (getImplementationList): Argument |
282 |
|
is not passed to the |getImplementation| method. |
283 |
|
|
284 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
285 |
|
did not |f:implements| the |TSFeature30| feature. |
286 |
|
|
287 |
|
* XMLParser.dis: Use |create_uri_reference| |
288 |
|
method instead of internal |_new| method |
289 |
|
to create a URI reference object. |
290 |
|
|
291 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
294 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
295 |
|
the |f:ManakaiMinimumImplementation| class inherited |
296 |
|
by it). The |f:Minimum| feature is ever implemented |
297 |
|
for compatibility (but is expected to be removed). |
298 |
|
Internal methods such as |___report_error| are copied from |
299 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
300 |
|
methods |hasFeature| and |getFeature| are also |
301 |
|
moved from that class, but they now support no |
302 |
|
foreign classes. |
303 |
|
|
304 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
305 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
306 |
|
The class no longer support classes |
307 |
|
other than |ManakaiDOMImplementation|. Note |
308 |
|
that the |ImplementationRegistry| object does continue |
309 |
|
to support foreign classes via foreign classes |
310 |
|
implementing |ImplementationSource| |
311 |
|
or |DOMImplementationSource| interface. |
312 |
|
(MinimumImplementation): Removed. |
313 |
|
|
314 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
315 |
|
longer inherit the |ManakaiDOMImplementation|; it |
316 |
|
is now expected to be implemented by |DOMImplementation| |
317 |
|
objects. |
318 |
|
|
319 |
|
* DOMMain.dis (null): Removed. |
320 |
|
|
321 |
|
* Document.dis (___create_node_ref): It no |
322 |
|
longer support foreign classes other |
323 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
324 |
|
Note that document format specific DOM |
325 |
|
interfaces, if supported, should be |
326 |
|
all instances of the |Document| interface |
327 |
|
in the implementation, as defined |
328 |
|
in the Web Applications 1.0 specification (where |
329 |
|
the |HTMLDocument| interface must be implemented |
330 |
|
by all |Document| objects, even if the |Document| |
331 |
|
contains no HTML element). |
332 |
|
|
333 |
|
* GenericLS.dis (GLSImplementation): It no |
334 |
|
longer inherit the |MinimumImplementation|; it |
335 |
|
is now expected to be implemented by |DOMImplementation| |
336 |
|
objects. |
337 |
|
(createGLSParser, createGLSSerializer): Load |
338 |
|
module implementing parser or serializer |
339 |
|
if necessary. |
340 |
|
|
341 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
342 |
|
longer inherits the |ManakaiDOMDocument|; it |
343 |
|
is now expected to be implemented by |Document| |
344 |
|
objects. |
345 |
|
|
346 |
|
* XDP.dis (XDPDocument): It no longer |
347 |
|
inherits the |Document|; it is now expected |
348 |
|
to be implemented by all |Document| objects. |
349 |
|
|
350 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
351 |
|
longer inherits the |ManakaiDOMDocument|; it |
352 |
|
is now expected to be implemented by |Document| |
353 |
|
objects. |
354 |
|
|
355 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
358 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
359 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
360 |
|
|
361 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
362 |
|
the |ManakaiDOMImplementation| class. |
363 |
|
|
364 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
366 |
|
* DOMFeature.dis: Definitions for various concepts |
367 |
|
are added. |
368 |
|
|
369 |
|
* GenericLS.dis (GLSImplementation): It no |
370 |
|
longer inherits the |MinimumImplementation|; rather, |
371 |
|
any |ManakaiMinimumImplementation| object also |
372 |
|
implements |GLSImplementation| methods. |
373 |
|
|
374 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
375 |
|
longer inherits the |DOMImplementation|; rather, |
376 |
|
any |ManakaiDOMImplementation| object also |
377 |
|
implements |DOMImplementationTreeStore| methods. |
378 |
|
|
379 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
|
* TreeStore.pm: Added to the CVS repository |
382 |
|
to enable for the dis database to contain XML |
383 |
|
fragments. |
384 |
|
|
385 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
386 |
|
|
387 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
388 |
|
|
389 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
390 |
|
|
391 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
392 |
|
|
393 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
394 |
|
|
395 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
396 |
|
|
397 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
398 |
|
|
399 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
400 |
|
any |%|s in |xdp:attr-definition| children. |
401 |
|
|
402 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
403 |
|
|
404 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
405 |
|
name property is added. |
406 |
|
|
407 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
408 |
|
|
409 |
|
* XDP.dis (createXDPIf): New method. |
410 |
|
(XDPIfElement): New interface. |
411 |
|
|
412 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
413 |
|
|
414 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
415 |
|
New methods. |
416 |
|
|
417 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
418 |
|
|
419 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
420 |
|
are added. |
421 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
422 |
|
|
423 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
424 |
|
|
425 |
|
* Traversal.dis (SerialWalker): New interface. |
426 |
|
(manakaiCreateSerialWalker): New method. |
427 |
|
|
428 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
430 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
431 |
|
rather than |&{}| dereferencing. |
432 |
|
(acceptNode): Implemented. |
433 |
|
|
434 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
|
* XDP.dis: New module. |
437 |
|
|
438 |
|
* Makefile: |XDP.dis| is added. |
439 |
|
|
440 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
441 |
|
and |OutputProcessor| are added. |
442 |
|
|
443 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
444 |
|
|
445 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
446 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
447 |
|
is added. The |FILTER_REJECT| value is treated |
448 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
449 |
|
rejected subtree as specified in the spec. |
450 |
|
|
451 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
452 |
|
|
453 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
454 |
|
|
455 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
458 |
|
|
459 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
460 |
|
|
461 |
|
* .cvsignore: Updated. |
462 |
|
|
463 |
|
* Traversal.dis: Unused declarations are removed. |
464 |
|
|
465 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* CharacterData.dis (Require): A reference to |
468 |
|
the |MDOM:Traversal| module is added. |
469 |
|
(wholeText): Implemented. |
470 |
|
|
471 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
472 |
|
|
473 |
|
* Makefile: |Traversal.dis| is added. |
474 |
|
|
475 |
|
* Traversal.dis: New module. |
476 |
|
|
477 |
|
* TreeCore.dis (___report_error): Return value was |
478 |
|
not propagated. |
479 |
|
|
480 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
481 |
|
|
482 |
|
* Element.dis (removeAttributeNS): A runtime error |
483 |
|
was occurred if there was no specified attribute node. |
484 |
|
|
485 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
486 |
|
|
487 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
488 |
|
|
489 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
490 |
|
New attributes. |
491 |
|
|
492 |
|
(StaticNodeList): New interface. |
493 |
|
|
494 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
495 |
|
|
496 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
497 |
|
|
498 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
499 |
|
|
500 |
|
* SimpleLS.dis: Reimplemented. |
501 |
|
|
502 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
503 |
|
|
504 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
505 |
|
a qualified name. |
506 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
507 |
|
|
508 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
509 |
|
(normalize): Implemented. |
510 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
511 |
|
class. |
512 |
|
|
513 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
514 |
|
|
515 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
516 |
|
|
517 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
518 |
|
|
519 |
|
* CharacterData.dis (length, insertData, substringData, |
520 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
521 |
|
|
522 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
523 |
|
(c:index): The definition was missing. |
524 |
|
(c:length): New property. |
525 |
|
|
526 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
527 |
|
|
528 |
|
* XMLParser.dis (close): Invoke |close| method |
529 |
|
rather than |close| function. |
530 |
|
|
531 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
532 |
|
|
533 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
534 |
|
|
535 |
|
* CharacterData.pm: Added to the CVS repository. |
536 |
|
|
537 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
538 |
|
interfaces are removed. |
539 |
|
(Require): A reference to the |MDOM:CharacterData| module |
540 |
|
is added. |
541 |
|
|
542 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
543 |
|
|
544 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
545 |
|
|
546 |
|
* Makefile: |CharacterData.pm| is added. |
547 |
|
|
548 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
549 |
|
|
550 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
551 |
|
module. |
552 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
553 |
|
object. |
554 |
|
(resolveLSInput default implementation): The |byteStream| |
555 |
|
and |encoding| attributes of the |LSInput| interface |
556 |
|
are now supported. |
557 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
558 |
|
(InputFile.inputEncoding): New attribute. |
559 |
|
|
560 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
561 |
|
|
562 |
|
* Document.dis (adoptNode test): Documents were |
563 |
|
made by different documents. |
564 |
|
|
565 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
566 |
|
|
567 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
568 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
569 |
|
|
570 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
571 |
|
|
572 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
573 |
|
are replaced by |disPerl:EXCEPTION|s. |
574 |
|
|
575 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
576 |
|
|
577 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
578 |
|
|
579 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
580 |
|
parameter |cfg:dtd-default-attributes| is renamed |
581 |
|
as |cfg:dtd-default-attribute|. |
582 |
|
(Roles): Definitions are changed so that classes |
583 |
|
that implement those classes MUST implement the |Node| |
584 |
|
and its subinterfaces. |
585 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
586 |
|
|
587 |
|
* Document.dis (adoptNode): Don't throw exception |
588 |
|
if |strictErrorChecking| is |false|. |
589 |
|
|
590 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
591 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
592 |
|
configuration parameter is set to |false|. |
593 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
594 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
595 |
|
configuration parameter is set to |false|. |
596 |
|
|
597 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
598 |
|
|
599 |
|
* TreeStore.dis: New module. |
600 |
|
|
601 |
|
* Makefile: |TreeStore.dis| is added. |
602 |
|
|
603 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
604 |
|
|
605 |
|
* XMLParser.dis: Updated so that it can be used |
606 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
607 |
|
and |XML.pm|. Set the read-only flag to |
608 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
609 |
|
|
610 |
|
* Node.dis (textContent): It did not handle descendant |
611 |
|
element and entity reference nodes. |
612 |
|
|
613 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
614 |
|
definition has been changed to return only explicit |
615 |
|
base URI specification. |
616 |
|
|
617 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
618 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
619 |
|
|
620 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
621 |
|
|
622 |
|
* Tree.pm, DOMXML.pm: Removed. |
623 |
|
|
624 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
625 |
|
to the CVS repository since they are necessary to |
626 |
|
build the dis library. |
627 |
|
|
628 |
|
* Makefile: Sync'ed to new modules disposition. |
629 |
|
|
630 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
631 |
|
|
632 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
633 |
|
removed. For |Element.pm| and |Document.pm| are added. |
634 |
|
|
635 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
636 |
|
|
637 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
638 |
|
|
639 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
640 |
|
|
641 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
642 |
|
for new class information variables. |
643 |
|
(DOMLS:Generic): This old feature name is removed. |
644 |
|
|
645 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
646 |
|
for new class information variables. |
647 |
|
|
648 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
649 |
|
(Document, Element.___create_node_ref): New method |
650 |
|
implementations. |
651 |
|
|
652 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
653 |
|
|
654 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
655 |
|
Reimplemented. |
656 |
|
(isId): Setter is added. |
657 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
658 |
|
module. |
659 |
|
|
660 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
661 |
|
|
662 |
|
* Makefile (clean-db): New rule. |
663 |
|
|
664 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
665 |
|
the user data handler when the node is removed |
666 |
|
from the memory. |
667 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
668 |
|
if DTD attribute definition is available. |
669 |
|
(CharacterData members): Definitions copied from |
670 |
|
the |MDOM:Tree| module. |
671 |
|
|
672 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
673 |
|
|
674 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
675 |
|
|
676 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
677 |
|
class did not implement the |GetFeature| interface. |
678 |
|
(hasFeature): The |+| prefix was not taken into account. |
679 |
|
|
680 |
|
* TreeCore.dis (Node): The class now inherits |
681 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
682 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
683 |
|
interfaces. |
684 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
685 |
|
is supported. |
686 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
687 |
|
(manakaiParentElement): New attribute. |
688 |
|
|
689 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
690 |
|
is removed. |
691 |
|
(lookupPrefix): Old method implementation is removed. |
692 |
|
|
693 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
694 |
|
missing because of the |DISCore:stopISARecursive| property. |
695 |
|
|
696 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
697 |
|
They now pass all tests included in those modules! |
698 |
|
|
699 |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
700 |
|
|
701 |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |