/[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.195 by wakaba, Fri Nov 3 17:53:31 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>  2006-11-04  Wakaba  <wakaba@suika.fam.cx>
944    
945          * DOMCore.dis (ManakaiDOMImplementation): No longer          * DOMCore.dis (ManakaiDOMImplementation): No longer

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24