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

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.269

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24