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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.266

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24