/[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.184 by wakaba, Sat May 13 05:40:58 2006 UTC revision 1.268 by wakaba, Sat Sep 29 14:03:04 2007 UTC
# Line 1  Line 1 
1    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SelectorsAPI.pm: Attribute selectors are implemented.
4    
5    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
6    
7            * SelectorsAPI.pm (ElementSelector): Implemented.
8    
9    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
10    
11            * SelectorsAPI.pm (query_selector): Implemented.
12    
13    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
14    
15            * SelectorsAPI.pm ($get_elements_by_selectors): Created
16            from most part of |query_selector_all|.
17    
18    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
21            (UNDECLARED_PREFIX_ERR): New subtype is defined.
22    
23            * Document.pm (Document): Implements the |DocumentSelector|
24            interface.
25    
26            * Element.pm (Element): Implements the |ElementSelector|
27            interface.
28    
29            * Node.pm (Node): Implements the |NSResolver| interface.
30    
31            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
32            API Editor's Draft (only |query_selector_all| on |Document|,
33            with limited selectors syntax support, though).
34    
35    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
36    
37            * SelectorsAPI.pm: Namespaced type/universal selectors
38            are supported.
39    
40    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
41    
42            * SelectorsAPI.pm: New Perl module.
43    
44    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
45    
46            * Node.pm (manakai_language): Return the |manakai_language|
47            of the |owner_document|, if any, as defined in the spec.
48    
49    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
50    
51            * Makefile: Relative path was wrong.
52    
53    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML/: New directory.
56    
57            * Element.pm (create_element_ns): Return object implementing
58            the |HTMLElement| interface for HTML elements.
59    
60    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DOMImplementation.pod: New documentation.
63    
64            * Makefile: Make HTML document.
65    
66    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
67    
68            * XDoctype.dis, XDoctype.pm: Removed.
69    
70            * CharacterData.pm: Renamed from DOMCharacterData.pm.
71    
72            * Document.pm: Renamed from DOMDocument.pm.
73    
74            * Element.pm: Renamed from DOMElement.pm
75    
76    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
77    
78            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
79            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
80            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
81            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
82            DOMMain.dis, DOMMain.pm, DOMLS.dis,
83            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
84    
85            * Makefile: Rules for DIS are removed.
86    
87    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
88    
89            * Text.pm: |Message::DOM::Traversal, an obsolete module,
90            was referenced.
91    
92    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
93    
94            * DOMDocument.pm (inner_html): Setter in HTML document
95            is implemented.
96    
97    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DOMDocument.pm (inner_html): Setter in XML document
100            is implemented.
101    
102    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
103    
104            * Attr.pm (DeclaredValueType): Added.
105    
106            * ProcessingInstruction.pm (data): Accept |undef|
107            as a valid input, for |text_content| (maybe) allows it.
108    
109            * TypeInfo.pm (type_namespace): The implementation was wrong.
110    
111    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
112    
113            * DOMElement.pm: Incorrect module was referenced.
114    
115            * DOMImplementation.pm: References to
116            the |Message::Charset::Encode| module has been removed.
117    
118    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
119    
120            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
121            instead of |Message::Charset::Encode|.
122    
123    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
124    
125            * DOMDocument.pm (inner_html): New attribute (beta).
126    
127            * DOMElement.pm (inner_html): New attribute (beta).
128    
129    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
130    
131            * DOMConfiguration.pm: Configuration parameter |create-child-element|
132            implemented.
133    
134            * DOMElement.pm (create_element_ns): Support for Atom
135            subclasses.
136    
137            * DOMImplementation.pm (DOMImplementation): Now
138            implements the |AtomDOMImplementation| interface.
139            ($HasFeature): Features |atom| and |atomthreading| are added.
140    
141            * NodeList.pm (StaticNodeList): Implemented.
142    
143    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
144    
145            * Atom/: New directory.
146    
147    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
148    
149            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
150    
151            * Text.pm (whole_text): Parameter index number has
152            been changed to support new |NodeFilter| Perl binding
153            definition.
154    
155    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
156    
157            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
158            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
159            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
160    
161            * DOMConfiguration.pm (can_set_parameter,
162            set_parameter): Don't allow to set the value
163            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
164    
165            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
166            (create_tree_walker, manakai_create_serial_walker): References
167            and prototypes are added.
168    
169            * DOMException.pm (NULLPO_ERR): New error type:-).
170    
171            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
172            version |2.0|, is added.
173    
174    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
175    
176            * CDATASection.pm: Removed (merged with |Text.pm|).
177    
178            * Text.pm (Message::DOM::Text::CDATASection): New.
179    
180            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
181    
182            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
183    
184    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
185    
186            * DOMConfiguration.pm: Support for |schema-type|
187            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
188    
189            * NamedNodeMap (TIEHASH): Were missing.
190    
191    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
192    
193            * AttributeDefinition.pm (node_value): Implemented.
194            (create_attribute_definition): Implemented.
195    
196            * DOMConfiguration.pm (%{}, TIEHASH,
197            get_parameter, set_parameter, can_set_parameter,
198            EXISTS, DELETE, parameter_names, FETCH, STORE,
199            FIRSTKEY, LASTKEY): Implemented.
200    
201            * DOMDocument.pm (____new): Set |error-handler| default.
202            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
203    
204            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
205            Implemented.
206    
207            * DOMException.pm: Error types for |DOMConfiguration|
208            are added.
209    
210            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
211            class.
212    
213            * DocumentType.pm (get_element_type_definition_node,
214            get_general_entity_node, get_notation_node,
215            set_element_type_definition_node, set_general_entity_node,
216            set_notation_node, create_document_type_definition): Implemented.
217    
218            * ElementTypeDefinition.pm (get_attribute_definition_node,
219            set_attribute_definition_node, create_element_type_definition):
220            Implemented.
221    
222            * Entity.pm (create_general_entity): Implemented.
223    
224            * Node.pm: Constants in |OperationType| definition
225            group are added.
226            (manakai_language): Implemented.
227    
228            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
229            class.
230    
231            * Notation.pm (create_notation): Implemented.
232    
233    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
234    
235            * TypeInfo.pm: New Perl module.
236    
237            * Attr.pm: Use |manakai_local_name| rather than |local_name|
238            to avoid HTML5 case normalization.
239            (is_id): Implemented.
240            (manakai_name): New attribute.
241            (schema_type_info): Implemented.
242            (create_attribute_ns): Empty string as namespace URI
243            was not supported.
244    
245            * DOMElement.pm (clone_node): Removed since now it is
246            defined in |Node.pm|.
247            (schema_type_info): Implemented.
248            (manakai_tag_name): New attribute.
249            (get_attribute, get_attribute_node, get_attribute_ns,
250            get_attribute_node_ns, has_attribute, has_attribute_ns,
251            remove_attribute, remove_attribute_ns,
252            remove_attribute_node, set_attribute, set_attribute_ns,
253            set_id_attribute, set_id_attribute_node,
254            set_id_attribute_ns): Implemented.
255            (create_element_ns): Empty string as namespace URI
256            was not supported.
257    
258    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
259    
260            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
261    
262            * DocumentType.pm (create_document_type_definition): Initialize
263            |public_id|, |system_id|, and |internal_subset| attributes
264            by empty strings for compatibility with Web browsers.
265            (create_document_type): Initialize |internal_subset|
266            attribute by an empty string for compatibility with
267            Web browsers.
268    
269            * ElementTypeDefinition.pm, Entity.pm,
270            Notation.pm (owner_document_type_definition): Implemented.
271    
272    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
273    
274            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
275            feature is added for compatibility with |XMLParserTemp.pm|.
276    
277    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
278    
279            * Attr.pm (value, node_value): Now it is defined
280            as |text_content| itself.
281    
282            * AttributeDefinition.pm, ElementTypeDefinition.pm,
283            Node.pm (AUTOLOAD): Unused block is removed.
284    
285            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
286    
287            * DocumentType.pm (internal_subset): Implemented.
288    
289            * Entity.pm (is_externally_declared, input_encoding,
290            xml_version): Implemented.
291    
292            * ProcessingInstruction.pm (target, data): Implemented.
293    
294    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
295    
296            * DOMCharacterData.pm (AUTOLOAD): Removed.
297            (data): Reimplemented.
298            (delete_data, insert_data, replace_data, substring_data): There were
299            a number of bugs.
300    
301            * Text.pm (AUTOLOAD): Removed.  Unused.
302    
303    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
304    
305            * StringExtended.pm: New Perl module.
306    
307            * DOMCharacterData.pm (length, append_data, delete_data,
308            insert_data, replace_data, substring_data): Implemented.
309    
310            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
311    
312            * Text.pm (is_element_content_whitespace, whole_text,
313            split_text): Implemented.
314    
315    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
316    
317            * DOMElement.pm (attributes): Implemented.
318    
319            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
320    
321            * DocumentType.pm (entities, general_entities,
322            notations, element_types): Implemented.
323    
324            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
325    
326            * NamedNodeMap.pm: New Perl module.
327    
328    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
329    
330            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
331            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
332            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
333            insert_before, replace_child): Implemented.
334    
335            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
336    
337            * Node.pm (remove_child): Implemented.
338    
339    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
340    
341            * Node.pm (==, is_equal_node): Implemented.
342            (is_same_node): Implemented.
343            (get_feature, get_user_data, set_user_data): Implemented.
344            (is_supported): Implemented.
345            
346    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
347    
348            * DOMDocument.pm (get_element_by_id): Implemented.
349            (create_document): Implemented.
350    
351            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
352            errors.
353            (QNAME_NULLNS_ERR): New errors.
354    
355            * DocumenType.pm (create_document_type): Implemented.
356    
357    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
358    
359            * CDATASection.pm (is_element_content_whitespace): New.
360    
361            * DOMElement.pm (has_attribute): Alpha version.
362            (create_element, create_element_ns): Implemented.
363    
364            * DocumentType.pm (get_general_entity_node): Alpha version.
365    
366            * EntityReference.pm (create_entity_reference): Implemented.
367    
368            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
369    
370    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
371    
372            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
373    
374            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
375            (compat_mode): Check |defined| not to be warned as "uninitialized"
376            when |{manakai_compat_mode}| is |undef|.
377    
378            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
379    
380            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
381            Statements to set |$Error::Depth| are removed since they
382            are result in "uninitialized" warnings unless
383            the |Message::DOM::DOMException| module is loaded earlier.
384            Usually methods invoked in these methods does not
385            raise any exception so that it makes no difference.
386    
387    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
388    
389            * DOMDocument.pm (adopt_node): Implemented.
390            (doctype): Implemented.
391    
392            * DOMElement.pm (remove_attribute_node): Alpha version.
393    
394            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
395            error type.
396    
397            * Node.pm (set_user_data): Implemented.
398    
399    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
400    
401            * DOMImplementation.pm (new): New method name for |____new|.
402            It will be defined in the DOM Perl Binding specification
403            as part of |DOMImplementation| interface.
404            ($HasFeature): Defined for features support.
405            (has_feature, get_feature): Implemented.
406    
407            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
408            module unless necessary.
409            (___report_error): Removed since it is not used in fact.
410    
411            * DOMImplementationList.pm, DOMImplementationSource.pm,
412            DOMImplementationRegistry.pm: New modules.
413    
414    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
415    
416            * AttributeDefinition.pm (allowed_tokens): Implemented.
417    
418            * DOMStringList.pm: New Perl module.
419    
420    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
421    
422            * DOMElement.pm (clone_node): Alpha version.  It did not work
423            at all.
424    
425    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
426    
427            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
428    
429    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
430    
431            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
432            (manakai_is_html): Revised.
433            (Document): Now it implements the |HTMLDocument| interface.
434            (adopt_node): Alpha version.
435    
436            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
437            not |allowed_token|!
438    
439            * ElementTypeDefinition.pm (attribute_definitions): Don't
440            return an |undef| even if its |attribute_definitions|
441            list is not created.
442    
443    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
444    
445            * Comment.pm (node_type): Node type was incorrect!
446    
447            * DOMConfiguration.pm (get_parameter): Alpha.
448    
449            * DOMImplementation.pm (create_mc_decode_handler,
450            create_charset_name_from_uri, create_uri_from_charset_name):
451            New autoload configuration.  Note that the Message::Charset::Encode
452            module is subject to change.
453    
454            * XMLParserTemp.pm: Now it can be used with new version
455            of DOM implementation.  Current plan is to replace it by
456            an XML5 parser someday.
457    
458    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
459    
460            * DOMLocator.pm: New module.
461    
462            * DOMError.pm: New module.
463    
464    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
465    
466            * Node.pm (manakai_expanded_uri, manakai_parent_element,
467            clone_node, compare_document_position, has_attributes,
468            has_child_nodes, is_default_namespace, lookup_namespace_uri,
469            lookup_prefix, normalize): Implemented.
470    
471            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
472    
473            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
474    
475    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
476    
477            * AttributeDefinition.pm (____new): Set an empty list
478            to the |allowed_tokens| attribute.
479            (allowed_token): Alpha version.
480    
481            * DocumentType.pm (get_element_type_definition_node,
482            get_notation_node): ALpha version.
483    
484            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
485            version.
486    
487            * Entity.pm (notation_name): Implemented.
488    
489    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
490    
491            * Attr.pm (____new): Initialize |specified| as 1.
492            (base_uri, manakai_attribute_type, specified): Implemented.
493            (prefix): Don't check read-only flag unless |strict_error_checking|.
494            (value): Call |text_content| for now.
495    
496            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
497            (declared_type, default_type): Implemented.
498    
499            * CharacterData.pm (____new): Allow a scalar reference
500            as an input for the |data| attribute.
501            (base_uri, manakai_append_text): Implemented.
502    
503            * DOMConfiguration.pm (set_parameter): Resetting implemented.
504    
505            * DOMDocument.pm (____new): Set default values to
506            configuration parameter whose default is true.
507            (document_uri, input_encoding): Implemented.
508            (all_declarations_processed, manakai_is_html): Implemented.
509            (base_uri, manakai_append_text,
510            manakai_entity_base_uri, strict_error_checking,
511            xml_encoding, xml_version, xml_standalone): Implemented.
512    
513            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
514            (get_attribute, get_attribute_node): Alpha version.
515            (set_attribute_node, set_attribute_node_ns): Implemented.
516            (set_attribute_ns): Accept non-ARRAY qualified name.
517    
518            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
519            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
520    
521            * DocumentType.pm (public_id, system_id): Implemented.
522            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
523            manakai_append_text): Implemented.
524            (element_types, general_entities, notations,
525            set_element_type_definition_node, set_general_entity_node,
526            set_notation_node): Alpha version.
527    
528            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
529            (attribute_definitions, set_attribute_definition_node): Alpha version.
530    
531            * Entity.pm (has_replacement_tree, public_id, system_id,
532            manakai_declaration_base_uri, manakai_entity_base_uri,
533            manakai_entity_uri): Implemented.
534    
535            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
536            (base_uri, manakai_entity_base_uri): Implemented.
537    
538            * Node.pm (base_uri): Implemented.
539            (text_content): Don't check read-only or not
540            unless |strict_error_checking|.
541            (manakai_append_text): Implemented.
542            (get_feature): Alpha.
543            (manakai_set_read_only): Implemented.
544    
545            * Notation.pm (public_id, system_id, manakai_append_text,
546            manakai_declaration_base_uri): Implemented.
547    
548            * ProcessingInstruction.pm (manakai_base_uri,
549            base_uri, manakai_append_text): Implemented.
550    
551    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
552    
553            * DOMConfiguration.pm: New module.
554    
555            * Attr.pm (trivial accessor for read-write attributes): Throw
556            an exception if the node is read-only.  Delete the property
557            if undef is specified.
558            (prefix): Implemented.
559    
560            * DOMElement.pm (trivial accessor for read-write attributes): Throw
561            an exception if the node is read-only.  Delete the property
562            if undef is specified.
563            (prefix): Implemented.
564            (text_content, manakai_append_text): Old implementations are removed.
565    
566            * DOMCharacterData.pm (text_content): Implemented.
567    
568            * DOMDocument.pm (____new): Initialize the strict-document-children
569            parameter by true.
570            (text_content): Reimplemented.
571            (dom_config): New.
572    
573            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
574    
575            * DocumentType.pm (text_content): Implemented.
576    
577            * ElementTypeDefinition.pm (text_content): Implemented.
578    
579            * Node.pm (___report_error): New method.
580            (text_content): Implemented.
581            (manakai_append_text): Copied from |DOMElement.pm|.
582    
583            * Notation.pm (text_content): Implemented.
584    
585            * ProcessingInstruction.pm (text_content): Implemented.
586    
587            * Text.pm (is_element_content_whitespace): Alpha version.
588    
589    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
590    
591            * DOMException.pm (Message::IF::DOMException): Extends
592            the |Message::Util::Error| class.
593    
594            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
595            (CLEAR): Not all items were removed.
596    
597    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
598    
599            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
600            DocumentType.pm, Entity.pm,
601            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
602    
603            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
604            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
605    
606            * DOMDocument.pm (AUTOLOAD): Typo fixed.
607    
608            * Node.pm (==, !=): Implemented.
609            (manakai_read_only): Implemented.
610            (is_same_node): Implemented.
611            (is_equal_node): Alpha version.
612            (manakai_set_read_only): Alpha version.
613            (child_nodes, first_child, last_child, previous_sibling): Duplicate
614            definitions are removed.
615    
616    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
617    
618            * Node.pm: First alpha version of implementation of attributes.
619    
620    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
621    
622            * ProcessingInstruction.pm, EntityReference.pm,
623            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
624            ElementTypeDefinition.pm, AttributeDefinition.pm,
625            DocumentType.pm, DOMElement.pm, Attr.pm,
626            CharacterData.pm, Text.pm, Comment.pm (node_name,
627            node_value, node_type): Implemented.
628    
629    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
630    
631            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
632            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
633            AttributeDefinition.pm: New modules.
634    
635            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
636            (create_attribute_definition, create_element_type_definition,
637            create_document_type_definition, create_cdata_section,
638            create_processing_instruction, create_entity_reference,
639            create_general_entity, create_notation): Prototypes added.
640    
641            * DOMImplementation.pm (create_document_type): Prototype added.
642    
643            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
644            and 'Message::IF::DocumentTypeDeclaration' added.
645            (create_document_type, create_document_type_definition):
646            New methods.
647    
648    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
649    
650            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
651            DOMElement.pm, Attr.pm, DocumentType.pm,
652            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
653            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
654    
655    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
656    
657            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
658            specifies unknown value and trys to recover from the error.
659    
660    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
661    
662            * TreeCore.dis (manakaiLocalName): New attribute.
663    
664    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
665    
666            * GenericLS.dis (GLSException): New interface.
667    
668    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
669    
670            * |InputProcessor|s and |OutputProcessor|s are
671            named so that |report| statements in Perl
672            module outputs can be identified by name. |dis:dataType|s
673            of |DISCore:TFQNames| are all replaced
674            by |DISCore:QName|.
675    
676    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
677    
678            * Element.dis (createElementNS): If an array reference
679            is specified as the |qualifiedName| parameter,
680            don't set the first item as the local name
681            even if the second item is not specified (or
682            specified as |undef|).
683            (createElementNS, setAttribute, setAttributeNS,
684            removeAttribute, removeAttributeNS,
685            setAttributeNode, setAttributeNodeNS,
686            removeAttributeNode, removeAttributeNodeNS): Sets
687            or removes the |tc:contentAttributeList| value.
688    
689            * TreeCore.dis (AttrMap.item): Caches the result
690            of sorting of content attribute names.
691            (getAttrMap, getElementTypeDefNodeMap,
692            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
693            (tc:contentAttributeList): New property.
694    
695    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
696    
697            * DOMFeature.dis (ForDef): Removed.
698            (f:provides, f:through): Removed.
699            (Version): Removed.
700            (implementFeature): Removed.
701    
702    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
703    
704            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
705            GenericLS.dis, TreeCore.dis, DOMString.dis,
706            XML.dis, Element.dis, Document.dis, TreeStore,dis,
707            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
708            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
709            are removed.
710    
711    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
712    
713            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
714            GenericLS.dis, TreeCore.dis, DOMString.dis,
715            XML.dis, Element.dis, Document.dis, TreeStore,dis,
716            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
717            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
718            and |DefaultFor|s are removed.
719    
720    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
721    
722            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
723            GenericLS.dis, TreeCore.dis, DOMString.dis,
724            XML.dis, Element.dis, Document.dis, TreeStore,dis,
725            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
726            SimpleLS.dis, DOMMain.dis: References
727            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
728            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
729            modes are removed.
730    
731    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
732    
733            * CharacterData.dis, TreeCore.dis (Require): References
734            to the |Grove.dis| module are removed.
735    
736    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
737    
738            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
739            (Require): Reference to the |Grove.dis| module is removed.
740    
741    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
742    
743            * DOMCore.dis (ManakaiDOMImplementation): The
744            class is no longer plays the role of
745            a |mg:NodeRefRole|.  Redundant |f:provides|
746            properties are removed.
747    
748    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
749    
750            * TreeCore.dis, DOMCore.dis, Document.dis,
751            Element.dis, CharacterData.dis, XML.dis,
752            XDoctype.dis, DOMString.dis, TreeStore.dis,
753            XMLParser.dis: Use Perl native
754            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
755            for DOM nodes.  See
756            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
757    
758    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
759    
760            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
761    
762    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
763    
764            * DOMString.dis: New module.
765    
766            * DOMString.pm: New file.
767    
768            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
769            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
770            Now it references the |DOMImplementationRegistry| object.
771            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
772            (DOMImplementationRegistry): New interface and
773            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
774            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
775            that the class no longer support |get_implementation|
776            and |get_implementation_list| methods from
777            the |ImplementationRegistry| interface.
778            (DOMImplementationList): Class implemented; no
779            longer inherits from |ImplementationList|.
780            (DOMImplementationSource): Class implemented; no
781            longer inherits from |ImplementationSource|.  Note that
782            the class no longer support |get_implementation|
783            and |get_implementation_list| methods from
784            the |ImplementationSource| interface.
785            (DOMStringList): Removed.
786    
787            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
788            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
789            ManakaiDOM:DOMXMLFeatureXML11, most part of
790            documentation for obsolete DOM Level 3 Minimum Implementation
791            module, obsolete property name aliases,
792            ImplemenationRegistryVar, ImplementationRegistry,
793            DEBUG, MIString, ImplementationList, ImplementationSource,
794            ManakaiDOM:implID): Removed.
795    
796            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
797            (DOMString): Removed.
798            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
799    
800            * Makefile: |DOMString.pm| is added.
801    
802            * TreeCore.dis (is_default_namespace): |null| was
803            returned where a false is expected (|null| is
804            a false in Perl, but real |false| is appropriate here).
805    
806    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
807    
808            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
809    
810            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
811    
812            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
813    
814    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
815    
816            * DOMFeature.dis (ImplementationList, ImplementationSource,
817            ImplementationRegistry): Parameters |features|
818            now allow |null| (equivalent to an empty string).
819    
820    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
821    
822            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
823            class.  Factory methods |createTextNode| and |createComment|
824            are moved from |ManakaiDOMDocument|.
825    
826            * DOMCore.dis: References to |ManakaiDOMObject|
827            are removed.
828            (tc:createImplForTest): Moved from |TreeCore.dis|.
829            (DOMImplementation.___create_node_ref): Support
830            for the |mg:nodeRefClass| option is removed.
831            (ManakaiDOMConfiguration.___report_error): Moved
832            from |ManakaiDOMObject| class.
833    
834            * DOMFeature.dis (domidl:extends): New property.
835            (f:getFeatureImpl): Support for |+| classes is removed.
836    
837            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
838            (ManakaiDOM:ManakaiDOMObject): Removed.
839            (DOMDataType): Removed.
840    
841            * Document.dis (ManakaiDOMImplementationDocument):
842            The |createDocument| method is moved from
843            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
844            (ManakaiDOMDocument.___create_node_ref): Removed.
845            (createElement, createElementNS, createAttribute,
846            createAttributeNS, createTextNode, createComment,
847            createCDATASection, createEntityReference,
848            createProcessingInstruction): Class implementations
849            are moved to each module.
850    
851            * Element.dis (ManakaiDOMImplementationElement): Factory
852            methods are moved from |Document.dis|.
853            (ManakaiDOMElement.___create_node_ref): Support
854            for old class registry is removed.
855            (ManakaiDOMAttr.___create_node_ref): Removed.
856            (Attr.baseURI): Implementation
857            for |xml:base| attribute is merged.
858            (Attr.nodeValue, Attr.value): Implementation
859            for |xml:id| attribute is merged.
860    
861            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
862    
863            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
864            definition for |createDocumentType| method
865            is moved from |TreeCore.dis|.
866    
867            * XML.dis (ManakaiDOMXMLDocument): Factory
868            methods are moved from |Document.dis|.
869            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
870            into |ManakaiDOMAttr| in |Element.dis|).
871    
872    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
873    
874            * Element.dis (___get_node_ref): |eval|ed |require|
875            statement was broken.
876    
877            * DOMFeature.dis (getImplementationList): Argument
878            is not passed to the |getImplementation| method.
879    
880            * TreeStore.dis (DOMImplementationTreeStore): It
881            did not |f:implements| the |TSFeature30| feature.
882    
883            * XMLParser.dis: Use |create_uri_reference|
884            method instead of internal |_new| method
885            to create a URI reference object.
886    
887    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
888    
889            * DOMCore.dis (ManakaiDOMImplementation): No longer
890            explicitly inherits |urigen:ManakaiURIImplementation| (and
891            the |f:ManakaiMinimumImplementation| class inherited
892            by it).  The |f:Minimum| feature is ever implemented
893            for compatibility (but is expected to be removed).
894            Internal methods such as |___report_error| are copied from
895            obsolete |f:MinimumImplementation| class.  DOM3
896            methods |hasFeature| and |getFeature| are also
897            moved from that class, but they now support no
898            foreign classes.
899    
900            * DOMFeature.dis (ManakaiImplementationSource): It
901            now |p:require|s |Message::Util::AutoLoad::Registry|.
902            The class no longer support classes
903            other than |ManakaiDOMImplementation|.  Note
904            that the |ImplementationRegistry| object does continue
905            to support foreign classes via foreign classes
906            implementing |ImplementationSource|
907            or |DOMImplementationSource| interface.
908            (MinimumImplementation): Removed.
909    
910            * DOMLS.dis (ManakaiDOMImplementationLS): It no
911            longer inherit the |ManakaiDOMImplementation|; it
912            is now expected to be implemented by |DOMImplementation|
913            objects.
914    
915            * DOMMain.dis (null): Removed.
916    
917            * Document.dis (___create_node_ref): It no
918            longer support foreign classes other
919            than |Message::DOM::Document::ManakaiDOMDocument|.
920            Note that document format specific DOM
921            interfaces, if supported, should be
922            all instances of the |Document| interface
923            in the implementation, as defined
924            in the Web Applications 1.0 specification (where
925            the |HTMLDocument| interface must be implemented
926            by all |Document| objects, even if the |Document|
927            contains no HTML element).
928    
929            * GenericLS.dis (GLSImplementation): It no
930            longer inherit the |MinimumImplementation|; it
931            is now expected to be implemented by |DOMImplementation|
932            objects.
933            (createGLSParser, createGLSSerializer): Load
934            module implementing parser or serializer
935            if necessary.
936    
937            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
938            longer inherits the |ManakaiDOMDocument|; it
939            is now expected to be implemented by |Document|
940            objects.
941    
942            * XDP.dis (XDPDocument): It no longer
943            inherits the |Document|; it is now expected
944            to be implemented by all |Document| objects.
945    
946            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
947            longer inherits the |ManakaiDOMDocument|; it
948            is now expected to be implemented by |Document|
949            objects.
950    
951    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
952    
953            * DOMCore.dis (ManakaiDOMImplementation): No longer
954            explicitly inherits |tc:ManakaiDOMImplementationTC|.
955            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
956    
957            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
958            the |ManakaiDOMImplementation| class.
959    
960    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
961    
962            * DOMFeature.dis: Definitions for various concepts
963            are added.
964    
965            * GenericLS.dis (GLSImplementation): It no
966            longer inherits the |MinimumImplementation|; rather,
967            any |ManakaiMinimumImplementation| object also
968            implements |GLSImplementation| methods.
969    
970            * TreeStore.dis (DOMImplementationTreeStore): It no
971            longer inherits the |DOMImplementation|; rather,
972            any |ManakaiDOMImplementation| object also
973            implements |DOMImplementationTreeStore| methods.
974    
975    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
976    
977            * TreeStore.pm: Added to the CVS repository
978            to enable for the dis database to contain XML
979            fragments.
980    
981            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
982    
983            * TreeStore.dis (Namespace): Namespace URI was incorrect.
984    
985    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
986    
987            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
988    
989            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
990    
991            * XDP.dis (dtdText): Test assertion was incorrect.
992    
993    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
994    
995            * XDP.dis (XDPEntityValue.stringify): Don't escape
996            any |%|s in |xdp:attr-definition| children.
997    
998    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
999    
1000            * XDP.dis (createXDPRNIKeyword): The Perl method
1001            name property is added.
1002    
1003    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
1004    
1005            * XDP.dis (createXDPIf): New method.
1006            (XDPIfElement): New interface.
1007    
1008    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
1009    
1010            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
1011            New methods.
1012    
1013    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
1014    
1015            * XDP.dis (XDPDocument): A number of constructor methods
1016            are added.
1017            (XDPTextDecl.dtdText): The |xml| target was missing.
1018    
1019    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
1020    
1021            * Traversal.dis (SerialWalker): New interface.
1022            (manakaiCreateSerialWalker): New method.
1023    
1024    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1025    
1026            * Traversal.dis (testNode): Calls |acceptNode| method
1027            rather than |&{}| dereferencing.
1028            (acceptNode): Implemented.
1029    
1030    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1031    
1032            * XDP.dis: New module.
1033    
1034            * Makefile: |XDP.dis| is added.
1035    
1036            * Traversal.dis (NodeFilter): |InputProcessor|
1037            and |OutputProcessor| are added.
1038    
1039  2006-05-13  Wakaba  <wakaba@suika.fam.cx>  2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1040    
1041          * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.          * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.268

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24