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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24