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

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.259

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24