/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148 by wakaba, Thu Mar 16 08:52:31 2006 UTC revision 1.258 by wakaba, Sun Jul 29 09:44:24 2007 UTC
# Line 1  Line 1 
1    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMImplementation.pod: New documentation.
4    
5            * Makefile: Make HTML document.
6    
7    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XDoctype.dis, XDoctype.pm: Removed.
10    
11            * CharacterData.pm: Renamed from DOMCharacterData.pm.
12    
13            * Document.pm: Renamed from DOMDocument.pm.
14    
15            * Element.pm: Renamed from DOMElement.pm
16    
17    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
20            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
21            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
22            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
23            DOMMain.dis, DOMMain.pm, DOMLS.dis,
24            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
25    
26            * Makefile: Rules for DIS are removed.
27    
28    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
29    
30            * Text.pm: |Message::DOM::Traversal, an obsolete module,
31            was referenced.
32    
33    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
34    
35            * DOMDocument.pm (inner_html): Setter in HTML document
36            is implemented.
37    
38    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
39    
40            * DOMDocument.pm (inner_html): Setter in XML document
41            is implemented.
42    
43    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
44    
45            * Attr.pm (DeclaredValueType): Added.
46    
47            * ProcessingInstruction.pm (data): Accept |undef|
48            as a valid input, for |text_content| (maybe) allows it.
49    
50            * TypeInfo.pm (type_namespace): The implementation was wrong.
51    
52    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DOMElement.pm: Incorrect module was referenced.
55    
56            * DOMImplementation.pm: References to
57            the |Message::Charset::Encode| module has been removed.
58    
59    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
60    
61            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
62            instead of |Message::Charset::Encode|.
63    
64    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DOMDocument.pm (inner_html): New attribute (beta).
67    
68            * DOMElement.pm (inner_html): New attribute (beta).
69    
70    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
71    
72            * DOMConfiguration.pm: Configuration parameter |create-child-element|
73            implemented.
74    
75            * DOMElement.pm (create_element_ns): Support for Atom
76            subclasses.
77    
78            * DOMImplementation.pm (DOMImplementation): Now
79            implements the |AtomDOMImplementation| interface.
80            ($HasFeature): Features |atom| and |atomthreading| are added.
81    
82            * NodeList.pm (StaticNodeList): Implemented.
83    
84    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
85    
86            * Atom/: New directory.
87    
88    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
89    
90            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
91    
92            * Text.pm (whole_text): Parameter index number has
93            been changed to support new |NodeFilter| Perl binding
94            definition.
95    
96    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
97    
98            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
99            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
100            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
101    
102            * DOMConfiguration.pm (can_set_parameter,
103            set_parameter): Don't allow to set the value
104            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
105    
106            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
107            (create_tree_walker, manakai_create_serial_walker): References
108            and prototypes are added.
109    
110            * DOMException.pm (NULLPO_ERR): New error type:-).
111    
112            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
113            version |2.0|, is added.
114    
115    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
116    
117            * CDATASection.pm: Removed (merged with |Text.pm|).
118    
119            * Text.pm (Message::DOM::Text::CDATASection): New.
120    
121            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
122    
123            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
124    
125    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DOMConfiguration.pm: Support for |schema-type|
128            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
129    
130            * NamedNodeMap (TIEHASH): Were missing.
131    
132    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
133    
134            * AttributeDefinition.pm (node_value): Implemented.
135            (create_attribute_definition): Implemented.
136    
137            * DOMConfiguration.pm (%{}, TIEHASH,
138            get_parameter, set_parameter, can_set_parameter,
139            EXISTS, DELETE, parameter_names, FETCH, STORE,
140            FIRSTKEY, LASTKEY): Implemented.
141    
142            * DOMDocument.pm (____new): Set |error-handler| default.
143            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
144    
145            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
146            Implemented.
147    
148            * DOMException.pm: Error types for |DOMConfiguration|
149            are added.
150    
151            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
152            class.
153    
154            * DocumentType.pm (get_element_type_definition_node,
155            get_general_entity_node, get_notation_node,
156            set_element_type_definition_node, set_general_entity_node,
157            set_notation_node, create_document_type_definition): Implemented.
158    
159            * ElementTypeDefinition.pm (get_attribute_definition_node,
160            set_attribute_definition_node, create_element_type_definition):
161            Implemented.
162    
163            * Entity.pm (create_general_entity): Implemented.
164    
165            * Node.pm: Constants in |OperationType| definition
166            group are added.
167            (manakai_language): Implemented.
168    
169            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
170            class.
171    
172            * Notation.pm (create_notation): Implemented.
173    
174    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
175    
176            * TypeInfo.pm: New Perl module.
177    
178            * Attr.pm: Use |manakai_local_name| rather than |local_name|
179            to avoid HTML5 case normalization.
180            (is_id): Implemented.
181            (manakai_name): New attribute.
182            (schema_type_info): Implemented.
183            (create_attribute_ns): Empty string as namespace URI
184            was not supported.
185    
186            * DOMElement.pm (clone_node): Removed since now it is
187            defined in |Node.pm|.
188            (schema_type_info): Implemented.
189            (manakai_tag_name): New attribute.
190            (get_attribute, get_attribute_node, get_attribute_ns,
191            get_attribute_node_ns, has_attribute, has_attribute_ns,
192            remove_attribute, remove_attribute_ns,
193            remove_attribute_node, set_attribute, set_attribute_ns,
194            set_id_attribute, set_id_attribute_node,
195            set_id_attribute_ns): Implemented.
196            (create_element_ns): Empty string as namespace URI
197            was not supported.
198    
199    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
200    
201            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
202    
203            * DocumentType.pm (create_document_type_definition): Initialize
204            |public_id|, |system_id|, and |internal_subset| attributes
205            by empty strings for compatibility with Web browsers.
206            (create_document_type): Initialize |internal_subset|
207            attribute by an empty string for compatibility with
208            Web browsers.
209    
210            * ElementTypeDefinition.pm, Entity.pm,
211            Notation.pm (owner_document_type_definition): Implemented.
212    
213    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
216            feature is added for compatibility with |XMLParserTemp.pm|.
217    
218    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
219    
220            * Attr.pm (value, node_value): Now it is defined
221            as |text_content| itself.
222    
223            * AttributeDefinition.pm, ElementTypeDefinition.pm,
224            Node.pm (AUTOLOAD): Unused block is removed.
225    
226            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
227    
228            * DocumentType.pm (internal_subset): Implemented.
229    
230            * Entity.pm (is_externally_declared, input_encoding,
231            xml_version): Implemented.
232    
233            * ProcessingInstruction.pm (target, data): Implemented.
234    
235    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
236    
237            * DOMCharacterData.pm (AUTOLOAD): Removed.
238            (data): Reimplemented.
239            (delete_data, insert_data, replace_data, substring_data): There were
240            a number of bugs.
241    
242            * Text.pm (AUTOLOAD): Removed.  Unused.
243    
244    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
245    
246            * StringExtended.pm: New Perl module.
247    
248            * DOMCharacterData.pm (length, append_data, delete_data,
249            insert_data, replace_data, substring_data): Implemented.
250    
251            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
252    
253            * Text.pm (is_element_content_whitespace, whole_text,
254            split_text): Implemented.
255    
256    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
257    
258            * DOMElement.pm (attributes): Implemented.
259    
260            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
261    
262            * DocumentType.pm (entities, general_entities,
263            notations, element_types): Implemented.
264    
265            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
266    
267            * NamedNodeMap.pm: New Perl module.
268    
269    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
270    
271            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
272            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
273            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
274            insert_before, replace_child): Implemented.
275    
276            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
277    
278            * Node.pm (remove_child): Implemented.
279    
280    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
281    
282            * Node.pm (==, is_equal_node): Implemented.
283            (is_same_node): Implemented.
284            (get_feature, get_user_data, set_user_data): Implemented.
285            (is_supported): Implemented.
286            
287    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
288    
289            * DOMDocument.pm (get_element_by_id): Implemented.
290            (create_document): Implemented.
291    
292            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
293            errors.
294            (QNAME_NULLNS_ERR): New errors.
295    
296            * DocumenType.pm (create_document_type): Implemented.
297    
298    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
299    
300            * CDATASection.pm (is_element_content_whitespace): New.
301    
302            * DOMElement.pm (has_attribute): Alpha version.
303            (create_element, create_element_ns): Implemented.
304    
305            * DocumentType.pm (get_general_entity_node): Alpha version.
306    
307            * EntityReference.pm (create_entity_reference): Implemented.
308    
309            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
310    
311    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
312    
313            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
314    
315            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
316            (compat_mode): Check |defined| not to be warned as "uninitialized"
317            when |{manakai_compat_mode}| is |undef|.
318    
319            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
320    
321            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
322            Statements to set |$Error::Depth| are removed since they
323            are result in "uninitialized" warnings unless
324            the |Message::DOM::DOMException| module is loaded earlier.
325            Usually methods invoked in these methods does not
326            raise any exception so that it makes no difference.
327    
328    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
329    
330            * DOMDocument.pm (adopt_node): Implemented.
331            (doctype): Implemented.
332    
333            * DOMElement.pm (remove_attribute_node): Alpha version.
334    
335            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
336            error type.
337    
338            * Node.pm (set_user_data): Implemented.
339    
340    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
341    
342            * DOMImplementation.pm (new): New method name for |____new|.
343            It will be defined in the DOM Perl Binding specification
344            as part of |DOMImplementation| interface.
345            ($HasFeature): Defined for features support.
346            (has_feature, get_feature): Implemented.
347    
348            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
349            module unless necessary.
350            (___report_error): Removed since it is not used in fact.
351    
352            * DOMImplementationList.pm, DOMImplementationSource.pm,
353            DOMImplementationRegistry.pm: New modules.
354    
355    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
356    
357            * AttributeDefinition.pm (allowed_tokens): Implemented.
358    
359            * DOMStringList.pm: New Perl module.
360    
361    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
362    
363            * DOMElement.pm (clone_node): Alpha version.  It did not work
364            at all.
365    
366    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
367    
368            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
369    
370    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
371    
372            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
373            (manakai_is_html): Revised.
374            (Document): Now it implements the |HTMLDocument| interface.
375            (adopt_node): Alpha version.
376    
377            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
378            not |allowed_token|!
379    
380            * ElementTypeDefinition.pm (attribute_definitions): Don't
381            return an |undef| even if its |attribute_definitions|
382            list is not created.
383    
384    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
385    
386            * Comment.pm (node_type): Node type was incorrect!
387    
388            * DOMConfiguration.pm (get_parameter): Alpha.
389    
390            * DOMImplementation.pm (create_mc_decode_handler,
391            create_charset_name_from_uri, create_uri_from_charset_name):
392            New autoload configuration.  Note that the Message::Charset::Encode
393            module is subject to change.
394    
395            * XMLParserTemp.pm: Now it can be used with new version
396            of DOM implementation.  Current plan is to replace it by
397            an XML5 parser someday.
398    
399    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
400    
401            * DOMLocator.pm: New module.
402    
403            * DOMError.pm: New module.
404    
405    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
406    
407            * Node.pm (manakai_expanded_uri, manakai_parent_element,
408            clone_node, compare_document_position, has_attributes,
409            has_child_nodes, is_default_namespace, lookup_namespace_uri,
410            lookup_prefix, normalize): Implemented.
411    
412            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
413    
414            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
415    
416    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
417    
418            * AttributeDefinition.pm (____new): Set an empty list
419            to the |allowed_tokens| attribute.
420            (allowed_token): Alpha version.
421    
422            * DocumentType.pm (get_element_type_definition_node,
423            get_notation_node): ALpha version.
424    
425            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
426            version.
427    
428            * Entity.pm (notation_name): Implemented.
429    
430    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
431    
432            * Attr.pm (____new): Initialize |specified| as 1.
433            (base_uri, manakai_attribute_type, specified): Implemented.
434            (prefix): Don't check read-only flag unless |strict_error_checking|.
435            (value): Call |text_content| for now.
436    
437            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
438            (declared_type, default_type): Implemented.
439    
440            * CharacterData.pm (____new): Allow a scalar reference
441            as an input for the |data| attribute.
442            (base_uri, manakai_append_text): Implemented.
443    
444            * DOMConfiguration.pm (set_parameter): Resetting implemented.
445    
446            * DOMDocument.pm (____new): Set default values to
447            configuration parameter whose default is true.
448            (document_uri, input_encoding): Implemented.
449            (all_declarations_processed, manakai_is_html): Implemented.
450            (base_uri, manakai_append_text,
451            manakai_entity_base_uri, strict_error_checking,
452            xml_encoding, xml_version, xml_standalone): Implemented.
453    
454            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
455            (get_attribute, get_attribute_node): Alpha version.
456            (set_attribute_node, set_attribute_node_ns): Implemented.
457            (set_attribute_ns): Accept non-ARRAY qualified name.
458    
459            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
460            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
461    
462            * DocumentType.pm (public_id, system_id): Implemented.
463            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
464            manakai_append_text): Implemented.
465            (element_types, general_entities, notations,
466            set_element_type_definition_node, set_general_entity_node,
467            set_notation_node): Alpha version.
468    
469            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
470            (attribute_definitions, set_attribute_definition_node): Alpha version.
471    
472            * Entity.pm (has_replacement_tree, public_id, system_id,
473            manakai_declaration_base_uri, manakai_entity_base_uri,
474            manakai_entity_uri): Implemented.
475    
476            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
477            (base_uri, manakai_entity_base_uri): Implemented.
478    
479            * Node.pm (base_uri): Implemented.
480            (text_content): Don't check read-only or not
481            unless |strict_error_checking|.
482            (manakai_append_text): Implemented.
483            (get_feature): Alpha.
484            (manakai_set_read_only): Implemented.
485    
486            * Notation.pm (public_id, system_id, manakai_append_text,
487            manakai_declaration_base_uri): Implemented.
488    
489            * ProcessingInstruction.pm (manakai_base_uri,
490            base_uri, manakai_append_text): Implemented.
491    
492    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
493    
494            * DOMConfiguration.pm: New module.
495    
496            * Attr.pm (trivial accessor for read-write attributes): Throw
497            an exception if the node is read-only.  Delete the property
498            if undef is specified.
499            (prefix): Implemented.
500    
501            * DOMElement.pm (trivial accessor for read-write attributes): Throw
502            an exception if the node is read-only.  Delete the property
503            if undef is specified.
504            (prefix): Implemented.
505            (text_content, manakai_append_text): Old implementations are removed.
506    
507            * DOMCharacterData.pm (text_content): Implemented.
508    
509            * DOMDocument.pm (____new): Initialize the strict-document-children
510            parameter by true.
511            (text_content): Reimplemented.
512            (dom_config): New.
513    
514            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
515    
516            * DocumentType.pm (text_content): Implemented.
517    
518            * ElementTypeDefinition.pm (text_content): Implemented.
519    
520            * Node.pm (___report_error): New method.
521            (text_content): Implemented.
522            (manakai_append_text): Copied from |DOMElement.pm|.
523    
524            * Notation.pm (text_content): Implemented.
525    
526            * ProcessingInstruction.pm (text_content): Implemented.
527    
528            * Text.pm (is_element_content_whitespace): Alpha version.
529    
530    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
531    
532            * DOMException.pm (Message::IF::DOMException): Extends
533            the |Message::Util::Error| class.
534    
535            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
536            (CLEAR): Not all items were removed.
537    
538    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
539    
540            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
541            DocumentType.pm, Entity.pm,
542            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
543    
544            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
545            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
546    
547            * DOMDocument.pm (AUTOLOAD): Typo fixed.
548    
549            * Node.pm (==, !=): Implemented.
550            (manakai_read_only): Implemented.
551            (is_same_node): Implemented.
552            (is_equal_node): Alpha version.
553            (manakai_set_read_only): Alpha version.
554            (child_nodes, first_child, last_child, previous_sibling): Duplicate
555            definitions are removed.
556    
557    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
558    
559            * Node.pm: First alpha version of implementation of attributes.
560    
561    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
562    
563            * ProcessingInstruction.pm, EntityReference.pm,
564            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
565            ElementTypeDefinition.pm, AttributeDefinition.pm,
566            DocumentType.pm, DOMElement.pm, Attr.pm,
567            CharacterData.pm, Text.pm, Comment.pm (node_name,
568            node_value, node_type): Implemented.
569    
570    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
571    
572            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
573            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
574            AttributeDefinition.pm: New modules.
575    
576            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
577            (create_attribute_definition, create_element_type_definition,
578            create_document_type_definition, create_cdata_section,
579            create_processing_instruction, create_entity_reference,
580            create_general_entity, create_notation): Prototypes added.
581    
582            * DOMImplementation.pm (create_document_type): Prototype added.
583    
584            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
585            and 'Message::IF::DocumentTypeDeclaration' added.
586            (create_document_type, create_document_type_definition):
587            New methods.
588    
589    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
590    
591            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
592            DOMElement.pm, Attr.pm, DocumentType.pm,
593            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
594            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
595    
596    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
597    
598            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
599            specifies unknown value and trys to recover from the error.
600    
601    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
602    
603            * TreeCore.dis (manakaiLocalName): New attribute.
604    
605    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
606    
607            * GenericLS.dis (GLSException): New interface.
608    
609    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
610    
611            * |InputProcessor|s and |OutputProcessor|s are
612            named so that |report| statements in Perl
613            module outputs can be identified by name. |dis:dataType|s
614            of |DISCore:TFQNames| are all replaced
615            by |DISCore:QName|.
616    
617    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
618    
619            * Element.dis (createElementNS): If an array reference
620            is specified as the |qualifiedName| parameter,
621            don't set the first item as the local name
622            even if the second item is not specified (or
623            specified as |undef|).
624            (createElementNS, setAttribute, setAttributeNS,
625            removeAttribute, removeAttributeNS,
626            setAttributeNode, setAttributeNodeNS,
627            removeAttributeNode, removeAttributeNodeNS): Sets
628            or removes the |tc:contentAttributeList| value.
629    
630            * TreeCore.dis (AttrMap.item): Caches the result
631            of sorting of content attribute names.
632            (getAttrMap, getElementTypeDefNodeMap,
633            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
634            (tc:contentAttributeList): New property.
635    
636    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
637    
638            * DOMFeature.dis (ForDef): Removed.
639            (f:provides, f:through): Removed.
640            (Version): Removed.
641            (implementFeature): Removed.
642    
643    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
644    
645            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
646            GenericLS.dis, TreeCore.dis, DOMString.dis,
647            XML.dis, Element.dis, Document.dis, TreeStore,dis,
648            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
649            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
650            are removed.
651    
652    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
653    
654            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
655            GenericLS.dis, TreeCore.dis, DOMString.dis,
656            XML.dis, Element.dis, Document.dis, TreeStore,dis,
657            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
658            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
659            and |DefaultFor|s are removed.
660    
661    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
662    
663            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
664            GenericLS.dis, TreeCore.dis, DOMString.dis,
665            XML.dis, Element.dis, Document.dis, TreeStore,dis,
666            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
667            SimpleLS.dis, DOMMain.dis: References
668            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
669            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
670            modes are removed.
671    
672    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
673    
674            * CharacterData.dis, TreeCore.dis (Require): References
675            to the |Grove.dis| module are removed.
676    
677    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
678    
679            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
680            (Require): Reference to the |Grove.dis| module is removed.
681    
682    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
683    
684            * DOMCore.dis (ManakaiDOMImplementation): The
685            class is no longer plays the role of
686            a |mg:NodeRefRole|.  Redundant |f:provides|
687            properties are removed.
688    
689    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
690    
691            * TreeCore.dis, DOMCore.dis, Document.dis,
692            Element.dis, CharacterData.dis, XML.dis,
693            XDoctype.dis, DOMString.dis, TreeStore.dis,
694            XMLParser.dis: Use Perl native
695            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
696            for DOM nodes.  See
697            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
698    
699    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
700    
701            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
702    
703    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
704    
705            * DOMString.dis: New module.
706    
707            * DOMString.pm: New file.
708    
709            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
710            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
711            Now it references the |DOMImplementationRegistry| object.
712            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
713            (DOMImplementationRegistry): New interface and
714            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
715            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
716            that the class no longer support |get_implementation|
717            and |get_implementation_list| methods from
718            the |ImplementationRegistry| interface.
719            (DOMImplementationList): Class implemented; no
720            longer inherits from |ImplementationList|.
721            (DOMImplementationSource): Class implemented; no
722            longer inherits from |ImplementationSource|.  Note that
723            the class no longer support |get_implementation|
724            and |get_implementation_list| methods from
725            the |ImplementationSource| interface.
726            (DOMStringList): Removed.
727    
728            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
729            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
730            ManakaiDOM:DOMXMLFeatureXML11, most part of
731            documentation for obsolete DOM Level 3 Minimum Implementation
732            module, obsolete property name aliases,
733            ImplemenationRegistryVar, ImplementationRegistry,
734            DEBUG, MIString, ImplementationList, ImplementationSource,
735            ManakaiDOM:implID): Removed.
736    
737            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
738            (DOMString): Removed.
739            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
740    
741            * Makefile: |DOMString.pm| is added.
742    
743            * TreeCore.dis (is_default_namespace): |null| was
744            returned where a false is expected (|null| is
745            a false in Perl, but real |false| is appropriate here).
746    
747    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
748    
749            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
750    
751            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
752    
753            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
754    
755    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
756    
757            * DOMFeature.dis (ImplementationList, ImplementationSource,
758            ImplementationRegistry): Parameters |features|
759            now allow |null| (equivalent to an empty string).
760    
761    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
762    
763            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
764            class.  Factory methods |createTextNode| and |createComment|
765            are moved from |ManakaiDOMDocument|.
766    
767            * DOMCore.dis: References to |ManakaiDOMObject|
768            are removed.
769            (tc:createImplForTest): Moved from |TreeCore.dis|.
770            (DOMImplementation.___create_node_ref): Support
771            for the |mg:nodeRefClass| option is removed.
772            (ManakaiDOMConfiguration.___report_error): Moved
773            from |ManakaiDOMObject| class.
774    
775            * DOMFeature.dis (domidl:extends): New property.
776            (f:getFeatureImpl): Support for |+| classes is removed.
777    
778            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
779            (ManakaiDOM:ManakaiDOMObject): Removed.
780            (DOMDataType): Removed.
781    
782            * Document.dis (ManakaiDOMImplementationDocument):
783            The |createDocument| method is moved from
784            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
785            (ManakaiDOMDocument.___create_node_ref): Removed.
786            (createElement, createElementNS, createAttribute,
787            createAttributeNS, createTextNode, createComment,
788            createCDATASection, createEntityReference,
789            createProcessingInstruction): Class implementations
790            are moved to each module.
791    
792            * Element.dis (ManakaiDOMImplementationElement): Factory
793            methods are moved from |Document.dis|.
794            (ManakaiDOMElement.___create_node_ref): Support
795            for old class registry is removed.
796            (ManakaiDOMAttr.___create_node_ref): Removed.
797            (Attr.baseURI): Implementation
798            for |xml:base| attribute is merged.
799            (Attr.nodeValue, Attr.value): Implementation
800            for |xml:id| attribute is merged.
801    
802            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
803    
804            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
805            definition for |createDocumentType| method
806            is moved from |TreeCore.dis|.
807    
808            * XML.dis (ManakaiDOMXMLDocument): Factory
809            methods are moved from |Document.dis|.
810            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
811            into |ManakaiDOMAttr| in |Element.dis|).
812    
813    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
814    
815            * Element.dis (___get_node_ref): |eval|ed |require|
816            statement was broken.
817    
818            * DOMFeature.dis (getImplementationList): Argument
819            is not passed to the |getImplementation| method.
820    
821            * TreeStore.dis (DOMImplementationTreeStore): It
822            did not |f:implements| the |TSFeature30| feature.
823    
824            * XMLParser.dis: Use |create_uri_reference|
825            method instead of internal |_new| method
826            to create a URI reference object.
827    
828    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
829    
830            * DOMCore.dis (ManakaiDOMImplementation): No longer
831            explicitly inherits |urigen:ManakaiURIImplementation| (and
832            the |f:ManakaiMinimumImplementation| class inherited
833            by it).  The |f:Minimum| feature is ever implemented
834            for compatibility (but is expected to be removed).
835            Internal methods such as |___report_error| are copied from
836            obsolete |f:MinimumImplementation| class.  DOM3
837            methods |hasFeature| and |getFeature| are also
838            moved from that class, but they now support no
839            foreign classes.
840    
841            * DOMFeature.dis (ManakaiImplementationSource): It
842            now |p:require|s |Message::Util::AutoLoad::Registry|.
843            The class no longer support classes
844            other than |ManakaiDOMImplementation|.  Note
845            that the |ImplementationRegistry| object does continue
846            to support foreign classes via foreign classes
847            implementing |ImplementationSource|
848            or |DOMImplementationSource| interface.
849            (MinimumImplementation): Removed.
850    
851            * DOMLS.dis (ManakaiDOMImplementationLS): It no
852            longer inherit the |ManakaiDOMImplementation|; it
853            is now expected to be implemented by |DOMImplementation|
854            objects.
855    
856            * DOMMain.dis (null): Removed.
857    
858            * Document.dis (___create_node_ref): It no
859            longer support foreign classes other
860            than |Message::DOM::Document::ManakaiDOMDocument|.
861            Note that document format specific DOM
862            interfaces, if supported, should be
863            all instances of the |Document| interface
864            in the implementation, as defined
865            in the Web Applications 1.0 specification (where
866            the |HTMLDocument| interface must be implemented
867            by all |Document| objects, even if the |Document|
868            contains no HTML element).
869    
870            * GenericLS.dis (GLSImplementation): It no
871            longer inherit the |MinimumImplementation|; it
872            is now expected to be implemented by |DOMImplementation|
873            objects.
874            (createGLSParser, createGLSSerializer): Load
875            module implementing parser or serializer
876            if necessary.
877    
878            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
879            longer inherits the |ManakaiDOMDocument|; it
880            is now expected to be implemented by |Document|
881            objects.
882    
883            * XDP.dis (XDPDocument): It no longer
884            inherits the |Document|; it is now expected
885            to be implemented by all |Document| objects.
886    
887            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
888            longer inherits the |ManakaiDOMDocument|; it
889            is now expected to be implemented by |Document|
890            objects.
891    
892    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
893    
894            * DOMCore.dis (ManakaiDOMImplementation): No longer
895            explicitly inherits |tc:ManakaiDOMImplementationTC|.
896            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
897    
898            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
899            the |ManakaiDOMImplementation| class.
900    
901    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
902    
903            * DOMFeature.dis: Definitions for various concepts
904            are added.
905    
906            * GenericLS.dis (GLSImplementation): It no
907            longer inherits the |MinimumImplementation|; rather,
908            any |ManakaiMinimumImplementation| object also
909            implements |GLSImplementation| methods.
910    
911            * TreeStore.dis (DOMImplementationTreeStore): It no
912            longer inherits the |DOMImplementation|; rather,
913            any |ManakaiDOMImplementation| object also
914            implements |DOMImplementationTreeStore| methods.
915    
916    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
917    
918            * TreeStore.pm: Added to the CVS repository
919            to enable for the dis database to contain XML
920            fragments.
921    
922            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
923    
924            * TreeStore.dis (Namespace): Namespace URI was incorrect.
925    
926    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
927    
928            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
929    
930            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
931    
932            * XDP.dis (dtdText): Test assertion was incorrect.
933    
934    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
935    
936            * XDP.dis (XDPEntityValue.stringify): Don't escape
937            any |%|s in |xdp:attr-definition| children.
938    
939    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
940    
941            * XDP.dis (createXDPRNIKeyword): The Perl method
942            name property is added.
943    
944    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
945    
946            * XDP.dis (createXDPIf): New method.
947            (XDPIfElement): New interface.
948    
949    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
950    
951            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
952            New methods.
953    
954    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
955    
956            * XDP.dis (XDPDocument): A number of constructor methods
957            are added.
958            (XDPTextDecl.dtdText): The |xml| target was missing.
959    
960    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
961    
962            * Traversal.dis (SerialWalker): New interface.
963            (manakaiCreateSerialWalker): New method.
964    
965    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
966    
967            * Traversal.dis (testNode): Calls |acceptNode| method
968            rather than |&{}| dereferencing.
969            (acceptNode): Implemented.
970    
971    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
972    
973            * XDP.dis: New module.
974    
975            * Makefile: |XDP.dis| is added.
976    
977            * Traversal.dis (NodeFilter): |InputProcessor|
978            and |OutputProcessor| are added.
979    
980    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
981    
982            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
983            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
984            is added.  The |FILTER_REJECT| value is treated
985            as |FILTER_ACCEPT| if the |currentNode| is in the
986            rejected subtree as specified in the spec.
987    
988    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
989    
990            * SimpleLS.dis: An |xmlns:| prefix was missing.
991    
992    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
993    
994            * SimpleLS.dis: Namespace bugs are fixed.
995    
996    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
997    
998            * .cvsignore: Updated.
999    
1000            * Traversal.dis: Unused declarations are removed.
1001    
1002    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1003    
1004            * CharacterData.dis (Require): A reference to
1005            the |MDOM:Traversal| module is added.
1006            (wholeText): Implemented.
1007    
1008    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1009    
1010            * Makefile: |Traversal.dis| is added.
1011    
1012            * Traversal.dis: New module.
1013    
1014            * TreeCore.dis (___report_error): Return value was
1015            not propagated.
1016    
1017    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
1018    
1019            * Element.dis (removeAttributeNS): A runtime error
1020            was occurred if there was no specified attribute node.
1021    
1022            * TreeCore.dis (manakaiLanguage): New attribute.
1023    
1024    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
1025    
1026            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
1027            New attributes.
1028    
1029            (StaticNodeList): New interface.
1030    
1031    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
1032    
1033            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
1034    
1035    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
1036    
1037            * SimpleLS.dis: Reimplemented.
1038    
1039    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
1040    
1041            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
1042            a qualified name.
1043            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
1044    
1045            * TreeCore.dis (compareDocumentPosition): Implemented.
1046            (normalize): Implemented.
1047            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
1048            class.
1049    
1050    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1051    
1052            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
1053    
1054    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1055    
1056            * CharacterData.dis (length, insertData, substringData,
1057            appendData, deleteData, replaceData, splitText): Reimplemented.
1058    
1059            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
1060            (c:index): The definition was missing.
1061            (c:length): New property.
1062    
1063    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1064    
1065            * XMLParser.dis (close): Invoke |close| method
1066            rather than |close| function.
1067    
1068    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1069    
1070            * CharacterData.dis: New module split from |TreeCore.dis|.
1071    
1072            * CharacterData.pm: Added to the CVS repository.
1073    
1074            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
1075            interfaces are removed.
1076            (Require): A reference to the |MDOM:CharacterData| module
1077            is added.
1078    
1079            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
1080    
1081            * DOMCore.dis (StringOutOfBoundsException): New error.
1082    
1083            * Makefile: |CharacterData.pm| is added.
1084    
1085    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
1086    
1087            * XMLParser.dis (Require): Requires the |MCharset:Encode|
1088            module.
1089            (parse): Set the |inputEncoding| attribute of the generated document
1090            object.
1091            (resolveLSInput default implementation): The |byteStream|
1092            and |encoding| attributes of the |LSInput| interface
1093            are now supported.
1094            (resolveLSInput): Parameters |impl| and |parser| are added.
1095            (InputFile.inputEncoding): New attribute.
1096    
1097    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
1098    
1099            * Document.dis (adoptNode test): Documents were
1100            made by different documents.
1101    
1102    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
1103    
1104            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
1105            parameter is changed to |cfg:dtd-default-attribute|.
1106    
1107    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
1108    
1109            * TreeCore.dis: The |DOMMain:raiseException| elements
1110            are replaced by |disPerl:EXCEPTION|s.
1111    
1112    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
1113    
1114            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
1115    
1116            * Node.dis (cfg:dtd-default-attribute): The configuration
1117            parameter |cfg:dtd-default-attributes| is renamed
1118            as |cfg:dtd-default-attribute|.
1119            (Roles): Definitions are changed so that classes
1120            that implement those classes MUST implement the |Node|
1121            and its subinterfaces.
1122            (cfg:dtd-attribute-type): New configuration parameter.
1123    
1124            * Document.dis (adoptNode): Don't throw exception
1125            if |strictErrorChecking| is |false|.
1126    
1127            * Element.dis (setAttribute, setAttributeNS): Don't
1128            set [attribute type] if the |cfg:dtd-attribute-type|
1129            configuration parameter is set to |false|.
1130            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
1131            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
1132            configuration parameter is set to |false|.
1133    
1134    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
1135    
1136            * TreeStore.dis: New module.
1137    
1138            * Makefile: |TreeStore.dis| is added.
1139    
1140    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
1141    
1142            * XMLParser.dis: Updated so that it can be used
1143            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
1144            and |XML.pm|.  Set the read-only flag to
1145            the |DocumentType|, |Entity|, and |EntityReference| noes.
1146    
1147            * Node.dis (textContent): It did not handle descendant
1148            element and entity reference nodes.
1149    
1150            * Element.dis, XML.dis (manakaiBaseURI.get): Its
1151            definition has been changed to return only explicit
1152            base URI specification.
1153    
1154            * DOMLS.dis (LSInput, LSOutput): They no longer
1155            inherits the |ManakaiDOM:ManakaiDOMObject| class.
1156    
1157            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
1158    
1159            * Tree.pm, DOMXML.pm: Removed.
1160    
1161            * TreeCore.pm, Document.pm, Element.pm: Added
1162            to the CVS repository since they are necessary to
1163            build the dis library.
1164    
1165            * Makefile: Sync'ed to new modules disposition.
1166    
1167    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
1168    
1169            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
1170            removed.  For |Element.pm| and |Document.pm| are added.
1171    
1172            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
1173    
1174            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
1175    
1176    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
1177    
1178            * DOMFeature.dis (getImplementation, getImplementationList): Support
1179            for new class information variables.
1180            (DOMLS:Generic): This old feature name is removed.
1181    
1182            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
1183            for new class information variables.
1184    
1185            * TreeCore.dis (manakaiExpandedURI): New attribute.
1186            (Document, Element.___create_node_ref): New method
1187            implementations.
1188    
1189    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
1190    
1191            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
1192            Reimplemented.
1193            (isId): Setter is added.
1194            (Element.normalize): Definition copied from the |MDOM:Tree|
1195            module.
1196    
1197    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
1198    
1199            * Makefile (clean-db): New rule.
1200    
1201            * TreeCore.dis (setUserData): Schedule to invoke
1202            the user data handler when the node is removed
1203            from the memory.
1204            (setAttribute, setAttributeNS): Set the [attribute type]
1205            if DTD attribute definition is available.
1206            (CharacterData members): Definitions copied from
1207            the |MDOM:Tree| module.
1208    
1209    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
1210    
1211            * DOMCore.dis (DOMStringList.==): New overloaded operator.
1212    
1213            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
1214            class did not implement the |GetFeature| interface.
1215            (hasFeature): The |+| prefix was not taken into account.
1216    
1217            * TreeCore.dis (Node): The class now inherits
1218            the |ManakaiHasFeatureByGetFeature| class.  It now
1219            implements the |f:GetFeature| and |ecore:MUErrorTarget|
1220            interfaces.
1221            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
1222            is supported.
1223            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
1224            (manakaiParentElement): New attribute.
1225    
1226            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
1227            is removed.
1228            (lookupPrefix): Old method implementation is removed.
1229    
1230            * XML.dis (CDATASection): The |mg:NodeRefRole| was
1231            missing because of the |DISCore:stopISARecursive| property.
1232    
1233            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
1234            They now pass all tests included in those modules!
1235    
1236    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
1237    
1238            * DOMCore.dis (Require): A reference to the |MURI:Generic|
1239            module is added.
1240            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
1241            (ManakaiDOMImplementation): It now inherits
1242            the |urigen:ManakaiURIImplementation| class and
1243            implements the |ecore:MUErrorTarget| interface.  It no
1244            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
1245            (ManakaiDOMImplementation.___report_error): New method.
1246    
1247            * DOMFeature.dis (Require): It now references the |Util:Grove|
1248            module instead of |Util:ManakaiNode| module.
1249            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
1250            (f:ManakaiMinimumImplementationCompatible): New role.
1251            (ManakaiMinimumImplementation): Now it is built
1252            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
1253            module.
1254            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
1255            (c:implementation): Removed.
1256            (f:implementation, f:revImplementation): New properties.
1257    
1258            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
1259    
1260            * Tree.dis (cfg:clone-entity-reference-subtree,
1261            cfg:dtd-default-attributes, cfg:xml-id,
1262            cfg:strict-document-children): Removed (moved
1263            to the |MDOM:TreeCore| module).
1264    
1265            * TreeCore.dis (Require): The reference to the |MURI:Generic|
1266            module is removed.
1267            (ManakaiDOMImplementationTC): Some members are removed
1268            since they are incorporated to the |c:ManakaiDOMImplementation|
1269            or the |f:ManakaiMinimumImplementation|.
1270            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
1271            (replaceChildImpl1): A typo on the removing the parent node
1272            of the old child node is fixed.
1273            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
1274            module).
1275            (tc:implementation, tc:revImplementation): Removed (moved
1276            to the |MDOM:DOMFeature| module).
1277            (Document.appendChild, insertBefore, replaceChild): Sets
1278            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
1279            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
1280            when the new value is |null|.
1281            (Attr.___create_node_ref): Attribute name and
1282            owner element type specific classes are supported (it
1283            was partially implemented but was incorrect).
1284            (ManakaiDOMGetElementsNodeList.item): Don't return
1285            a node if the |index| is negative.
1286            (setNamedItem): Various typos are fixed.
1287            (removeNamedItem): The node was not removed orz
1288            (cfg:clone-entity-reference-subtree,
1289            cfg:dtd-default-attributes, cfg:xml-id,
1290            cfg:strict-document-children): Definitions are moved
1291            from the |MDOM:Tree| module.  Note that the tests for default
1292            attributes still fail.
1293            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
1294            (Attr): Role name was incorrect.
1295    
1296            * XDoctype.dis (setDefinitionNode): Return value was
1297            not set.
1298            (AttributeDefinition): Role name was incorrect.
1299    
1300            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
1301            module is added.
1302            (Notation.appendChild, insertBefore, replaceChild): New method
1303            implementations.
1304            (Entity.appendChild, insertBefore, replaceChild): New method
1305            implementations.
1306            (EntityReference.appendChild, insertBefore, replaceChild): Now
1307            they are defined as copies of ones in the |Entity| class.
1308            (XMLBaseAttribute, XMLIdAttribute): Now they are
1309            namespace unaware attributes.
1310            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
1311            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
1312            to namespace aware attributes are added.
1313    
1314    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
1315    
1316            * DOMCore.dis: Namespace prefixes are changed to new ones.
1317    
1318            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
1319            untested).
1320            (___report_error): Reimplemented (untested).
1321            (manakaiSetReadOnly): New method.
1322            (Attr.___create_node_ref): New method (untested).
1323            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
1324            (createEntityReference, cloneNode): Support for
1325            the |cfg:entity-reference-read-only| configuration
1326            parameter is removed; newly created entity references
1327            are always read-only and use the |manakaiSetReadOnly| method
1328            if desired.
1329            (Element.manakaiBaseURI): Reimplemented (untested).
1330    
1331            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
1332            the |MDOM:XML| Perl module.
1333            (DocumentTypeDefinition.___create_node_stem): Sets
1334            the |tc:implementation| internal property if its value
1335            is provided.  The |infoset:content| internal property name
1336            was incorrect.
1337            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
1338            read-only |NodeList| and |DOMStringList| are added
1339            for clarification.
1340    
1341    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
1342    
1343            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
1344            module is added.
1345            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
1346            implementation (untested).
1347    
1348            * TreeCore.dis (baseURI): Reimplemented (untested).
1349            (Roles): Definitions added.
1350    
1351            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
1352            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
1353            module is removed.
1354            (DocumentXDoctype): Reimplemented (untested).
1355            (DocumentTypeDefinition, DocumentTypeDeclaration):
1356            Reimlemented (untested).
1357            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
1358    
1359            * XML.dis (FeatureDef): New features (definitions copied
1360            from the |MDOM:DOMXML| module).
1361            (DocumentType): New interface (definition copied from
1362            the |MDOM:DOMXML| module).
1363            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
1364            Reimplemented (untested).
1365            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
1366    
1367    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
1368    
1369            * TreeCore.dis (Document): Most methods are reimplemented (untested).
1370    
1371    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
1372    
1373            * TreeCore.dis (Document): Attributes are reimplemented (untested).
1374            (Text, DocumentFragment, Comment): Most members are
1375            reimplemented (untested).
1376    
1377    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
1378    
1379            * DOMMain.dis (checkXMLNamesQName): Some checks are
1380            removed to sync with DOM Level 3 Core specification.
1381    
1382            * TreeCore.dis (Element): Most methods are reimplemented (untested).
1383            (GetElementsNodeList): Reimplemented (untested).
1384    
1385    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
1386    
1387            * Tree.dis (cfg:strict-document-children): The configuration
1388            parameter must also affect on |manakaiAppendText|
1389            and |textContent| on |Document| nodes.
1390    
1391            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
1392            parameter changes the class to |bless|.
1393            (Node): Most methods are reimplemented.  (Untested)
1394            (CharacterData, Attr): Most methods and attributes are
1395            reimplemented.  (Untested)
1396    
1397            * XML.dis, XDoctype.dis: Most |Node| methods are
1398            reimplemented (untested).
1399    
1400    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
1401    
1402            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
1403            (untested).
1404    
1405    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
1406    
1407            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
1408            a qualified name.
1409    
1410            * DOMMain.dis (ensureNamespacePrefix): Undefines
1411            the prefix if it is an empty string.  (Note that
1412            it is defined as implementation dependent in
1413            DOM Level 3 Core specification).
1414    
1415            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
1416            module.
1417            (Node): Attributes are reimplemented (untested).
1418    
1419            * XML.dis (Require): It now references the |MDOMX:XDoctype|
1420            module.
1421            (Node): Attributes are reimplemented (untested).
1422            (Entity, Notation): New interfaces.
1423    
1424            * XDoctype.dis (Node): Attributes are reimplemented (untested).
1425    
1426    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
1427    
1428            * TreeCore.dis (childNodes, firstChild, lastChild,
1429            nextSibling, previousSibling, appendChild, insertBefore,
1430            replaceChild, removeChild, createDocumentFragment,
1431            createEntityReference, createProcessingInstruction,
1432            domConfig, documentElement, implementation, manakaiAppendText): New.
1433            (NodeList, DocumentFragment): New interfaces.
1434    
1435            * XML.dis (EntityReference, ProcessingInstruction): New interface.
1436    
1437    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
1438    
1439            * TreeCore.dis (Require): The |MDOM:XML| module is added.
1440            (createAttributeNS, createTextNode, createComment,
1441            createCDATASection): New methods.
1442            (Attr, Text, Comment, CharacterData): New interfaces.
1443    
1444            * Makefile: |XML.dis| is added.
1445    
1446            * XML.dis: New module.
1447    
1448    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1449    
1450            * TreeCore.dis (manakaiReadOnly): New attribute.
1451            
1452    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1453    
1454            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
1455            prefix, isSameNode, ownerDocument, parentNode): New.
1456            (Element): New interface.
1457            (createElementNS): New method.
1458            (strictErrorChecking): New.
1459    
1460    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1461    
1462            * Makefile: |TreeCore.dis| is added.
1463    
1464            * TreeCore.dis: New module.
1465    
1466  2006-03-16  Wakaba  <wakaba@suika.fam.cx>  2006-03-16  Wakaba  <wakaba@suika.fam.cx>
1467    
1468          * XMLParser.dis (cfg:entity-replacement-tree): New configuration          * XMLParser.dis (cfg:entity-replacement-tree): New configuration

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.258

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24