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

Legend:
Removed from v.1.212  
changed lines
  Added in v.1.270

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24