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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24