/[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.172 by wakaba, Sun Apr 16 08:20:25 2006 UTC revision 1.277 by wakaba, Sun Dec 23 11:20:08 2007 UTC
# Line 1  Line 1 
1    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSRule.pm (@charset.css_text): Implemented.
4    
5    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
6    
7            * CSSRule.pm (type, css_text): Typo fixed.
8            (____new): s/_selector/_selectors/g;
9            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
10    
11            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
12    
13            * CSSStyleSheet.pm (new): s/new/____new/.
14            (css_text): New attribute.
15    
16    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
17    
18            * MediaList.pm: New placeholder for a CSSOM interface.
19    
20            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
21            setting of owner* and parent* attributes; support
22            for the |delete_rule| method.
23    
24    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
25    
26            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
27            First version of CSSOM implementation.
28    
29    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Document.pm, Entity.pm (manakai_has_bom,
32            manakai_charset): New attributes.
33    
34    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
35    
36            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
37            for getter.
38    
39    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
40    
41            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
42            The |namespaceURI| attribute was not set correctly.
43    
44            * DOMEvents.dis: Removed.
45    
46    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
47    
48            * Event.pm, EventTarget.pm, EventTargetNode.pm,
49            EventException.pm: Implemented (but not tested!).
50    
51            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
52            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
53            error subtypes.
54    
55            * DOMImplementation.pm ($HasFeature): The |Event| feature,
56            version |3.0|, is added.
57    
58            * Document.pm, Node.pm: Event attributes and
59            methods are implemented.
60    
61    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
62    
63            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
64            an additional argument for "current element".
65            Support for |-manakai-current| and |-manakai-current(/s/)|
66            pseudo-classes.
67    
68    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
69    
70            * SelectorsAPI.pm: Attribute selectors are implemented.
71    
72    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
73    
74            * SelectorsAPI.pm (ElementSelector): Implemented.
75    
76    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
77    
78            * SelectorsAPI.pm (query_selector): Implemented.
79    
80    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
81    
82            * SelectorsAPI.pm ($get_elements_by_selectors): Created
83            from most part of |query_selector_all|.
84    
85    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
86    
87            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
88            (UNDECLARED_PREFIX_ERR): New subtype is defined.
89    
90            * Document.pm (Document): Implements the |DocumentSelector|
91            interface.
92    
93            * Element.pm (Element): Implements the |ElementSelector|
94            interface.
95    
96            * Node.pm (Node): Implements the |NSResolver| interface.
97    
98            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
99            API Editor's Draft (only |query_selector_all| on |Document|,
100            with limited selectors syntax support, though).
101    
102    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
103    
104            * SelectorsAPI.pm: Namespaced type/universal selectors
105            are supported.
106    
107    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
108    
109            * SelectorsAPI.pm: New Perl module.
110    
111    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
112    
113            * Node.pm (manakai_language): Return the |manakai_language|
114            of the |owner_document|, if any, as defined in the spec.
115    
116    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Makefile: Relative path was wrong.
119    
120    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML/: New directory.
123    
124            * Element.pm (create_element_ns): Return object implementing
125            the |HTMLElement| interface for HTML elements.
126    
127    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
128    
129            * DOMImplementation.pod: New documentation.
130    
131            * Makefile: Make HTML document.
132    
133    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
134    
135            * XDoctype.dis, XDoctype.pm: Removed.
136    
137            * CharacterData.pm: Renamed from DOMCharacterData.pm.
138    
139            * Document.pm: Renamed from DOMDocument.pm.
140    
141            * Element.pm: Renamed from DOMElement.pm
142    
143    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
144    
145            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
146            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
147            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
148            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
149            DOMMain.dis, DOMMain.pm, DOMLS.dis,
150            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
151    
152            * Makefile: Rules for DIS are removed.
153    
154    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Text.pm: |Message::DOM::Traversal, an obsolete module,
157            was referenced.
158    
159    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
160    
161            * DOMDocument.pm (inner_html): Setter in HTML document
162            is implemented.
163    
164    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
165    
166            * DOMDocument.pm (inner_html): Setter in XML document
167            is implemented.
168    
169    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
170    
171            * Attr.pm (DeclaredValueType): Added.
172    
173            * ProcessingInstruction.pm (data): Accept |undef|
174            as a valid input, for |text_content| (maybe) allows it.
175    
176            * TypeInfo.pm (type_namespace): The implementation was wrong.
177    
178    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
179    
180            * DOMElement.pm: Incorrect module was referenced.
181    
182            * DOMImplementation.pm: References to
183            the |Message::Charset::Encode| module has been removed.
184    
185    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
186    
187            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
188            instead of |Message::Charset::Encode|.
189    
190    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
191    
192            * DOMDocument.pm (inner_html): New attribute (beta).
193    
194            * DOMElement.pm (inner_html): New attribute (beta).
195    
196    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
197    
198            * DOMConfiguration.pm: Configuration parameter |create-child-element|
199            implemented.
200    
201            * DOMElement.pm (create_element_ns): Support for Atom
202            subclasses.
203    
204            * DOMImplementation.pm (DOMImplementation): Now
205            implements the |AtomDOMImplementation| interface.
206            ($HasFeature): Features |atom| and |atomthreading| are added.
207    
208            * NodeList.pm (StaticNodeList): Implemented.
209    
210    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
211    
212            * Atom/: New directory.
213    
214    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
215    
216            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
217    
218            * Text.pm (whole_text): Parameter index number has
219            been changed to support new |NodeFilter| Perl binding
220            definition.
221    
222    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
223    
224            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
225            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
226            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
227    
228            * DOMConfiguration.pm (can_set_parameter,
229            set_parameter): Don't allow to set the value
230            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
231    
232            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
233            (create_tree_walker, manakai_create_serial_walker): References
234            and prototypes are added.
235    
236            * DOMException.pm (NULLPO_ERR): New error type:-).
237    
238            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
239            version |2.0|, is added.
240    
241    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
242    
243            * CDATASection.pm: Removed (merged with |Text.pm|).
244    
245            * Text.pm (Message::DOM::Text::CDATASection): New.
246    
247            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
248    
249            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
250    
251    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
252    
253            * DOMConfiguration.pm: Support for |schema-type|
254            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
255    
256            * NamedNodeMap (TIEHASH): Were missing.
257    
258    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
259    
260            * AttributeDefinition.pm (node_value): Implemented.
261            (create_attribute_definition): Implemented.
262    
263            * DOMConfiguration.pm (%{}, TIEHASH,
264            get_parameter, set_parameter, can_set_parameter,
265            EXISTS, DELETE, parameter_names, FETCH, STORE,
266            FIRSTKEY, LASTKEY): Implemented.
267    
268            * DOMDocument.pm (____new): Set |error-handler| default.
269            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
270    
271            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
272            Implemented.
273    
274            * DOMException.pm: Error types for |DOMConfiguration|
275            are added.
276    
277            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
278            class.
279    
280            * DocumentType.pm (get_element_type_definition_node,
281            get_general_entity_node, get_notation_node,
282            set_element_type_definition_node, set_general_entity_node,
283            set_notation_node, create_document_type_definition): Implemented.
284    
285            * ElementTypeDefinition.pm (get_attribute_definition_node,
286            set_attribute_definition_node, create_element_type_definition):
287            Implemented.
288    
289            * Entity.pm (create_general_entity): Implemented.
290    
291            * Node.pm: Constants in |OperationType| definition
292            group are added.
293            (manakai_language): Implemented.
294    
295            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
296            class.
297    
298            * Notation.pm (create_notation): Implemented.
299    
300    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
301    
302            * TypeInfo.pm: New Perl module.
303    
304            * Attr.pm: Use |manakai_local_name| rather than |local_name|
305            to avoid HTML5 case normalization.
306            (is_id): Implemented.
307            (manakai_name): New attribute.
308            (schema_type_info): Implemented.
309            (create_attribute_ns): Empty string as namespace URI
310            was not supported.
311    
312            * DOMElement.pm (clone_node): Removed since now it is
313            defined in |Node.pm|.
314            (schema_type_info): Implemented.
315            (manakai_tag_name): New attribute.
316            (get_attribute, get_attribute_node, get_attribute_ns,
317            get_attribute_node_ns, has_attribute, has_attribute_ns,
318            remove_attribute, remove_attribute_ns,
319            remove_attribute_node, set_attribute, set_attribute_ns,
320            set_id_attribute, set_id_attribute_node,
321            set_id_attribute_ns): Implemented.
322            (create_element_ns): Empty string as namespace URI
323            was not supported.
324    
325    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
326    
327            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
328    
329            * DocumentType.pm (create_document_type_definition): Initialize
330            |public_id|, |system_id|, and |internal_subset| attributes
331            by empty strings for compatibility with Web browsers.
332            (create_document_type): Initialize |internal_subset|
333            attribute by an empty string for compatibility with
334            Web browsers.
335    
336            * ElementTypeDefinition.pm, Entity.pm,
337            Notation.pm (owner_document_type_definition): Implemented.
338    
339    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
340    
341            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
342            feature is added for compatibility with |XMLParserTemp.pm|.
343    
344    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
345    
346            * Attr.pm (value, node_value): Now it is defined
347            as |text_content| itself.
348    
349            * AttributeDefinition.pm, ElementTypeDefinition.pm,
350            Node.pm (AUTOLOAD): Unused block is removed.
351    
352            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
353    
354            * DocumentType.pm (internal_subset): Implemented.
355    
356            * Entity.pm (is_externally_declared, input_encoding,
357            xml_version): Implemented.
358    
359            * ProcessingInstruction.pm (target, data): Implemented.
360    
361    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
362    
363            * DOMCharacterData.pm (AUTOLOAD): Removed.
364            (data): Reimplemented.
365            (delete_data, insert_data, replace_data, substring_data): There were
366            a number of bugs.
367    
368            * Text.pm (AUTOLOAD): Removed.  Unused.
369    
370    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
371    
372            * StringExtended.pm: New Perl module.
373    
374            * DOMCharacterData.pm (length, append_data, delete_data,
375            insert_data, replace_data, substring_data): Implemented.
376    
377            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
378    
379            * Text.pm (is_element_content_whitespace, whole_text,
380            split_text): Implemented.
381    
382    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
383    
384            * DOMElement.pm (attributes): Implemented.
385    
386            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
387    
388            * DocumentType.pm (entities, general_entities,
389            notations, element_types): Implemented.
390    
391            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
392    
393            * NamedNodeMap.pm: New Perl module.
394    
395    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
396    
397            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
398            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
399            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
400            insert_before, replace_child): Implemented.
401    
402            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
403    
404            * Node.pm (remove_child): Implemented.
405    
406    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
407    
408            * Node.pm (==, is_equal_node): Implemented.
409            (is_same_node): Implemented.
410            (get_feature, get_user_data, set_user_data): Implemented.
411            (is_supported): Implemented.
412            
413    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
414    
415            * DOMDocument.pm (get_element_by_id): Implemented.
416            (create_document): Implemented.
417    
418            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
419            errors.
420            (QNAME_NULLNS_ERR): New errors.
421    
422            * DocumenType.pm (create_document_type): Implemented.
423    
424    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
425    
426            * CDATASection.pm (is_element_content_whitespace): New.
427    
428            * DOMElement.pm (has_attribute): Alpha version.
429            (create_element, create_element_ns): Implemented.
430    
431            * DocumentType.pm (get_general_entity_node): Alpha version.
432    
433            * EntityReference.pm (create_entity_reference): Implemented.
434    
435            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
436    
437    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
438    
439            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
440    
441            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
442            (compat_mode): Check |defined| not to be warned as "uninitialized"
443            when |{manakai_compat_mode}| is |undef|.
444    
445            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
446    
447            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
448            Statements to set |$Error::Depth| are removed since they
449            are result in "uninitialized" warnings unless
450            the |Message::DOM::DOMException| module is loaded earlier.
451            Usually methods invoked in these methods does not
452            raise any exception so that it makes no difference.
453    
454    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
455    
456            * DOMDocument.pm (adopt_node): Implemented.
457            (doctype): Implemented.
458    
459            * DOMElement.pm (remove_attribute_node): Alpha version.
460    
461            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
462            error type.
463    
464            * Node.pm (set_user_data): Implemented.
465    
466    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
467    
468            * DOMImplementation.pm (new): New method name for |____new|.
469            It will be defined in the DOM Perl Binding specification
470            as part of |DOMImplementation| interface.
471            ($HasFeature): Defined for features support.
472            (has_feature, get_feature): Implemented.
473    
474            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
475            module unless necessary.
476            (___report_error): Removed since it is not used in fact.
477    
478            * DOMImplementationList.pm, DOMImplementationSource.pm,
479            DOMImplementationRegistry.pm: New modules.
480    
481    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
482    
483            * AttributeDefinition.pm (allowed_tokens): Implemented.
484    
485            * DOMStringList.pm: New Perl module.
486    
487    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
488    
489            * DOMElement.pm (clone_node): Alpha version.  It did not work
490            at all.
491    
492    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
493    
494            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
495    
496    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
497    
498            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
499            (manakai_is_html): Revised.
500            (Document): Now it implements the |HTMLDocument| interface.
501            (adopt_node): Alpha version.
502    
503            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
504            not |allowed_token|!
505    
506            * ElementTypeDefinition.pm (attribute_definitions): Don't
507            return an |undef| even if its |attribute_definitions|
508            list is not created.
509    
510    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
511    
512            * Comment.pm (node_type): Node type was incorrect!
513    
514            * DOMConfiguration.pm (get_parameter): Alpha.
515    
516            * DOMImplementation.pm (create_mc_decode_handler,
517            create_charset_name_from_uri, create_uri_from_charset_name):
518            New autoload configuration.  Note that the Message::Charset::Encode
519            module is subject to change.
520    
521            * XMLParserTemp.pm: Now it can be used with new version
522            of DOM implementation.  Current plan is to replace it by
523            an XML5 parser someday.
524    
525    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
526    
527            * DOMLocator.pm: New module.
528    
529            * DOMError.pm: New module.
530    
531    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
532    
533            * Node.pm (manakai_expanded_uri, manakai_parent_element,
534            clone_node, compare_document_position, has_attributes,
535            has_child_nodes, is_default_namespace, lookup_namespace_uri,
536            lookup_prefix, normalize): Implemented.
537    
538            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
539    
540            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
541    
542    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
543    
544            * AttributeDefinition.pm (____new): Set an empty list
545            to the |allowed_tokens| attribute.
546            (allowed_token): Alpha version.
547    
548            * DocumentType.pm (get_element_type_definition_node,
549            get_notation_node): ALpha version.
550    
551            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
552            version.
553    
554            * Entity.pm (notation_name): Implemented.
555    
556    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
557    
558            * Attr.pm (____new): Initialize |specified| as 1.
559            (base_uri, manakai_attribute_type, specified): Implemented.
560            (prefix): Don't check read-only flag unless |strict_error_checking|.
561            (value): Call |text_content| for now.
562    
563            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
564            (declared_type, default_type): Implemented.
565    
566            * CharacterData.pm (____new): Allow a scalar reference
567            as an input for the |data| attribute.
568            (base_uri, manakai_append_text): Implemented.
569    
570            * DOMConfiguration.pm (set_parameter): Resetting implemented.
571    
572            * DOMDocument.pm (____new): Set default values to
573            configuration parameter whose default is true.
574            (document_uri, input_encoding): Implemented.
575            (all_declarations_processed, manakai_is_html): Implemented.
576            (base_uri, manakai_append_text,
577            manakai_entity_base_uri, strict_error_checking,
578            xml_encoding, xml_version, xml_standalone): Implemented.
579    
580            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
581            (get_attribute, get_attribute_node): Alpha version.
582            (set_attribute_node, set_attribute_node_ns): Implemented.
583            (set_attribute_ns): Accept non-ARRAY qualified name.
584    
585            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
586            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
587    
588            * DocumentType.pm (public_id, system_id): Implemented.
589            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
590            manakai_append_text): Implemented.
591            (element_types, general_entities, notations,
592            set_element_type_definition_node, set_general_entity_node,
593            set_notation_node): Alpha version.
594    
595            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
596            (attribute_definitions, set_attribute_definition_node): Alpha version.
597    
598            * Entity.pm (has_replacement_tree, public_id, system_id,
599            manakai_declaration_base_uri, manakai_entity_base_uri,
600            manakai_entity_uri): Implemented.
601    
602            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
603            (base_uri, manakai_entity_base_uri): Implemented.
604    
605            * Node.pm (base_uri): Implemented.
606            (text_content): Don't check read-only or not
607            unless |strict_error_checking|.
608            (manakai_append_text): Implemented.
609            (get_feature): Alpha.
610            (manakai_set_read_only): Implemented.
611    
612            * Notation.pm (public_id, system_id, manakai_append_text,
613            manakai_declaration_base_uri): Implemented.
614    
615            * ProcessingInstruction.pm (manakai_base_uri,
616            base_uri, manakai_append_text): Implemented.
617    
618    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
619    
620            * DOMConfiguration.pm: New module.
621    
622            * Attr.pm (trivial accessor for read-write attributes): Throw
623            an exception if the node is read-only.  Delete the property
624            if undef is specified.
625            (prefix): Implemented.
626    
627            * DOMElement.pm (trivial accessor for read-write attributes): Throw
628            an exception if the node is read-only.  Delete the property
629            if undef is specified.
630            (prefix): Implemented.
631            (text_content, manakai_append_text): Old implementations are removed.
632    
633            * DOMCharacterData.pm (text_content): Implemented.
634    
635            * DOMDocument.pm (____new): Initialize the strict-document-children
636            parameter by true.
637            (text_content): Reimplemented.
638            (dom_config): New.
639    
640            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
641    
642            * DocumentType.pm (text_content): Implemented.
643    
644            * ElementTypeDefinition.pm (text_content): Implemented.
645    
646            * Node.pm (___report_error): New method.
647            (text_content): Implemented.
648            (manakai_append_text): Copied from |DOMElement.pm|.
649    
650            * Notation.pm (text_content): Implemented.
651    
652            * ProcessingInstruction.pm (text_content): Implemented.
653    
654            * Text.pm (is_element_content_whitespace): Alpha version.
655    
656    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
657    
658            * DOMException.pm (Message::IF::DOMException): Extends
659            the |Message::Util::Error| class.
660    
661            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
662            (CLEAR): Not all items were removed.
663    
664    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
665    
666            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
667            DocumentType.pm, Entity.pm,
668            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
669    
670            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
671            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
672    
673            * DOMDocument.pm (AUTOLOAD): Typo fixed.
674    
675            * Node.pm (==, !=): Implemented.
676            (manakai_read_only): Implemented.
677            (is_same_node): Implemented.
678            (is_equal_node): Alpha version.
679            (manakai_set_read_only): Alpha version.
680            (child_nodes, first_child, last_child, previous_sibling): Duplicate
681            definitions are removed.
682    
683    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
684    
685            * Node.pm: First alpha version of implementation of attributes.
686    
687    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
688    
689            * ProcessingInstruction.pm, EntityReference.pm,
690            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
691            ElementTypeDefinition.pm, AttributeDefinition.pm,
692            DocumentType.pm, DOMElement.pm, Attr.pm,
693            CharacterData.pm, Text.pm, Comment.pm (node_name,
694            node_value, node_type): Implemented.
695    
696    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
697    
698            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
699            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
700            AttributeDefinition.pm: New modules.
701    
702            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
703            (create_attribute_definition, create_element_type_definition,
704            create_document_type_definition, create_cdata_section,
705            create_processing_instruction, create_entity_reference,
706            create_general_entity, create_notation): Prototypes added.
707    
708            * DOMImplementation.pm (create_document_type): Prototype added.
709    
710            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
711            and 'Message::IF::DocumentTypeDeclaration' added.
712            (create_document_type, create_document_type_definition):
713            New methods.
714    
715    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
716    
717            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
718            DOMElement.pm, Attr.pm, DocumentType.pm,
719            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
720            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
721    
722    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
723    
724            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
725            specifies unknown value and trys to recover from the error.
726    
727    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
728    
729            * TreeCore.dis (manakaiLocalName): New attribute.
730    
731    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
732    
733            * GenericLS.dis (GLSException): New interface.
734    
735    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
736    
737            * |InputProcessor|s and |OutputProcessor|s are
738            named so that |report| statements in Perl
739            module outputs can be identified by name. |dis:dataType|s
740            of |DISCore:TFQNames| are all replaced
741            by |DISCore:QName|.
742    
743    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
744    
745            * Element.dis (createElementNS): If an array reference
746            is specified as the |qualifiedName| parameter,
747            don't set the first item as the local name
748            even if the second item is not specified (or
749            specified as |undef|).
750            (createElementNS, setAttribute, setAttributeNS,
751            removeAttribute, removeAttributeNS,
752            setAttributeNode, setAttributeNodeNS,
753            removeAttributeNode, removeAttributeNodeNS): Sets
754            or removes the |tc:contentAttributeList| value.
755    
756            * TreeCore.dis (AttrMap.item): Caches the result
757            of sorting of content attribute names.
758            (getAttrMap, getElementTypeDefNodeMap,
759            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
760            (tc:contentAttributeList): New property.
761    
762    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
763    
764            * DOMFeature.dis (ForDef): Removed.
765            (f:provides, f:through): Removed.
766            (Version): Removed.
767            (implementFeature): Removed.
768    
769    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
770    
771            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
772            GenericLS.dis, TreeCore.dis, DOMString.dis,
773            XML.dis, Element.dis, Document.dis, TreeStore,dis,
774            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
775            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
776            are removed.
777    
778    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
779    
780            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
781            GenericLS.dis, TreeCore.dis, DOMString.dis,
782            XML.dis, Element.dis, Document.dis, TreeStore,dis,
783            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
784            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
785            and |DefaultFor|s are removed.
786    
787    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
788    
789            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
790            GenericLS.dis, TreeCore.dis, DOMString.dis,
791            XML.dis, Element.dis, Document.dis, TreeStore,dis,
792            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
793            SimpleLS.dis, DOMMain.dis: References
794            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
795            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
796            modes are removed.
797    
798    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
799    
800            * CharacterData.dis, TreeCore.dis (Require): References
801            to the |Grove.dis| module are removed.
802    
803    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
804    
805            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
806            (Require): Reference to the |Grove.dis| module is removed.
807    
808    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
809    
810            * DOMCore.dis (ManakaiDOMImplementation): The
811            class is no longer plays the role of
812            a |mg:NodeRefRole|.  Redundant |f:provides|
813            properties are removed.
814    
815    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
816    
817            * TreeCore.dis, DOMCore.dis, Document.dis,
818            Element.dis, CharacterData.dis, XML.dis,
819            XDoctype.dis, DOMString.dis, TreeStore.dis,
820            XMLParser.dis: Use Perl native
821            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
822            for DOM nodes.  See
823            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
824    
825    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
826    
827            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
828    
829    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
830    
831            * DOMString.dis: New module.
832    
833            * DOMString.pm: New file.
834    
835            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
836            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
837            Now it references the |DOMImplementationRegistry| object.
838            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
839            (DOMImplementationRegistry): New interface and
840            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
841            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
842            that the class no longer support |get_implementation|
843            and |get_implementation_list| methods from
844            the |ImplementationRegistry| interface.
845            (DOMImplementationList): Class implemented; no
846            longer inherits from |ImplementationList|.
847            (DOMImplementationSource): Class implemented; no
848            longer inherits from |ImplementationSource|.  Note that
849            the class no longer support |get_implementation|
850            and |get_implementation_list| methods from
851            the |ImplementationSource| interface.
852            (DOMStringList): Removed.
853    
854            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
855            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
856            ManakaiDOM:DOMXMLFeatureXML11, most part of
857            documentation for obsolete DOM Level 3 Minimum Implementation
858            module, obsolete property name aliases,
859            ImplemenationRegistryVar, ImplementationRegistry,
860            DEBUG, MIString, ImplementationList, ImplementationSource,
861            ManakaiDOM:implID): Removed.
862    
863            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
864            (DOMString): Removed.
865            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
866    
867            * Makefile: |DOMString.pm| is added.
868    
869            * TreeCore.dis (is_default_namespace): |null| was
870            returned where a false is expected (|null| is
871            a false in Perl, but real |false| is appropriate here).
872    
873    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
874    
875            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
876    
877            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
878    
879            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
880    
881    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
882    
883            * DOMFeature.dis (ImplementationList, ImplementationSource,
884            ImplementationRegistry): Parameters |features|
885            now allow |null| (equivalent to an empty string).
886    
887    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
888    
889            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
890            class.  Factory methods |createTextNode| and |createComment|
891            are moved from |ManakaiDOMDocument|.
892    
893            * DOMCore.dis: References to |ManakaiDOMObject|
894            are removed.
895            (tc:createImplForTest): Moved from |TreeCore.dis|.
896            (DOMImplementation.___create_node_ref): Support
897            for the |mg:nodeRefClass| option is removed.
898            (ManakaiDOMConfiguration.___report_error): Moved
899            from |ManakaiDOMObject| class.
900    
901            * DOMFeature.dis (domidl:extends): New property.
902            (f:getFeatureImpl): Support for |+| classes is removed.
903    
904            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
905            (ManakaiDOM:ManakaiDOMObject): Removed.
906            (DOMDataType): Removed.
907    
908            * Document.dis (ManakaiDOMImplementationDocument):
909            The |createDocument| method is moved from
910            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
911            (ManakaiDOMDocument.___create_node_ref): Removed.
912            (createElement, createElementNS, createAttribute,
913            createAttributeNS, createTextNode, createComment,
914            createCDATASection, createEntityReference,
915            createProcessingInstruction): Class implementations
916            are moved to each module.
917    
918            * Element.dis (ManakaiDOMImplementationElement): Factory
919            methods are moved from |Document.dis|.
920            (ManakaiDOMElement.___create_node_ref): Support
921            for old class registry is removed.
922            (ManakaiDOMAttr.___create_node_ref): Removed.
923            (Attr.baseURI): Implementation
924            for |xml:base| attribute is merged.
925            (Attr.nodeValue, Attr.value): Implementation
926            for |xml:id| attribute is merged.
927    
928            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
929    
930            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
931            definition for |createDocumentType| method
932            is moved from |TreeCore.dis|.
933    
934            * XML.dis (ManakaiDOMXMLDocument): Factory
935            methods are moved from |Document.dis|.
936            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
937            into |ManakaiDOMAttr| in |Element.dis|).
938    
939    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
940    
941            * Element.dis (___get_node_ref): |eval|ed |require|
942            statement was broken.
943    
944            * DOMFeature.dis (getImplementationList): Argument
945            is not passed to the |getImplementation| method.
946    
947            * TreeStore.dis (DOMImplementationTreeStore): It
948            did not |f:implements| the |TSFeature30| feature.
949    
950            * XMLParser.dis: Use |create_uri_reference|
951            method instead of internal |_new| method
952            to create a URI reference object.
953    
954    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
955    
956            * DOMCore.dis (ManakaiDOMImplementation): No longer
957            explicitly inherits |urigen:ManakaiURIImplementation| (and
958            the |f:ManakaiMinimumImplementation| class inherited
959            by it).  The |f:Minimum| feature is ever implemented
960            for compatibility (but is expected to be removed).
961            Internal methods such as |___report_error| are copied from
962            obsolete |f:MinimumImplementation| class.  DOM3
963            methods |hasFeature| and |getFeature| are also
964            moved from that class, but they now support no
965            foreign classes.
966    
967            * DOMFeature.dis (ManakaiImplementationSource): It
968            now |p:require|s |Message::Util::AutoLoad::Registry|.
969            The class no longer support classes
970            other than |ManakaiDOMImplementation|.  Note
971            that the |ImplementationRegistry| object does continue
972            to support foreign classes via foreign classes
973            implementing |ImplementationSource|
974            or |DOMImplementationSource| interface.
975            (MinimumImplementation): Removed.
976    
977            * DOMLS.dis (ManakaiDOMImplementationLS): It no
978            longer inherit the |ManakaiDOMImplementation|; it
979            is now expected to be implemented by |DOMImplementation|
980            objects.
981    
982            * DOMMain.dis (null): Removed.
983    
984            * Document.dis (___create_node_ref): It no
985            longer support foreign classes other
986            than |Message::DOM::Document::ManakaiDOMDocument|.
987            Note that document format specific DOM
988            interfaces, if supported, should be
989            all instances of the |Document| interface
990            in the implementation, as defined
991            in the Web Applications 1.0 specification (where
992            the |HTMLDocument| interface must be implemented
993            by all |Document| objects, even if the |Document|
994            contains no HTML element).
995    
996            * GenericLS.dis (GLSImplementation): It no
997            longer inherit the |MinimumImplementation|; it
998            is now expected to be implemented by |DOMImplementation|
999            objects.
1000            (createGLSParser, createGLSSerializer): Load
1001            module implementing parser or serializer
1002            if necessary.
1003    
1004            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
1005            longer inherits the |ManakaiDOMDocument|; it
1006            is now expected to be implemented by |Document|
1007            objects.
1008    
1009            * XDP.dis (XDPDocument): It no longer
1010            inherits the |Document|; it is now expected
1011            to be implemented by all |Document| objects.
1012    
1013            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
1014            longer inherits the |ManakaiDOMDocument|; it
1015            is now expected to be implemented by |Document|
1016            objects.
1017    
1018    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
1019    
1020            * DOMCore.dis (ManakaiDOMImplementation): No longer
1021            explicitly inherits |tc:ManakaiDOMImplementationTC|.
1022            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
1023    
1024            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
1025            the |ManakaiDOMImplementation| class.
1026    
1027    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
1028    
1029            * DOMFeature.dis: Definitions for various concepts
1030            are added.
1031    
1032            * GenericLS.dis (GLSImplementation): It no
1033            longer inherits the |MinimumImplementation|; rather,
1034            any |ManakaiMinimumImplementation| object also
1035            implements |GLSImplementation| methods.
1036    
1037            * TreeStore.dis (DOMImplementationTreeStore): It no
1038            longer inherits the |DOMImplementation|; rather,
1039            any |ManakaiDOMImplementation| object also
1040            implements |DOMImplementationTreeStore| methods.
1041    
1042    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
1043    
1044            * TreeStore.pm: Added to the CVS repository
1045            to enable for the dis database to contain XML
1046            fragments.
1047    
1048            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
1049    
1050            * TreeStore.dis (Namespace): Namespace URI was incorrect.
1051    
1052    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
1053    
1054            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
1055    
1056            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
1057    
1058            * XDP.dis (dtdText): Test assertion was incorrect.
1059    
1060    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
1061    
1062            * XDP.dis (XDPEntityValue.stringify): Don't escape
1063            any |%|s in |xdp:attr-definition| children.
1064    
1065    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
1066    
1067            * XDP.dis (createXDPRNIKeyword): The Perl method
1068            name property is added.
1069    
1070    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
1071    
1072            * XDP.dis (createXDPIf): New method.
1073            (XDPIfElement): New interface.
1074    
1075    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
1076    
1077            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
1078            New methods.
1079    
1080    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
1081    
1082            * XDP.dis (XDPDocument): A number of constructor methods
1083            are added.
1084            (XDPTextDecl.dtdText): The |xml| target was missing.
1085    
1086    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
1087    
1088            * Traversal.dis (SerialWalker): New interface.
1089            (manakaiCreateSerialWalker): New method.
1090    
1091    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1092    
1093            * Traversal.dis (testNode): Calls |acceptNode| method
1094            rather than |&{}| dereferencing.
1095            (acceptNode): Implemented.
1096    
1097    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1098    
1099            * XDP.dis: New module.
1100    
1101            * Makefile: |XDP.dis| is added.
1102    
1103            * Traversal.dis (NodeFilter): |InputProcessor|
1104            and |OutputProcessor| are added.
1105    
1106    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
1107    
1108            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
1109            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
1110            is added.  The |FILTER_REJECT| value is treated
1111            as |FILTER_ACCEPT| if the |currentNode| is in the
1112            rejected subtree as specified in the spec.
1113    
1114    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
1115    
1116            * SimpleLS.dis: An |xmlns:| prefix was missing.
1117    
1118    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
1119    
1120            * SimpleLS.dis: Namespace bugs are fixed.
1121    
1122    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1123    
1124            * .cvsignore: Updated.
1125    
1126            * Traversal.dis: Unused declarations are removed.
1127    
1128    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1129    
1130            * CharacterData.dis (Require): A reference to
1131            the |MDOM:Traversal| module is added.
1132            (wholeText): Implemented.
1133    
1134    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
1135    
1136            * Makefile: |Traversal.dis| is added.
1137    
1138            * Traversal.dis: New module.
1139    
1140            * TreeCore.dis (___report_error): Return value was
1141            not propagated.
1142    
1143    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
1144    
1145            * Element.dis (removeAttributeNS): A runtime error
1146            was occurred if there was no specified attribute node.
1147    
1148            * TreeCore.dis (manakaiLanguage): New attribute.
1149    
1150    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
1151    
1152            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
1153            New attributes.
1154    
1155            (StaticNodeList): New interface.
1156    
1157    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
1158    
1159            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
1160    
1161    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
1162    
1163            * SimpleLS.dis: Reimplemented.
1164    
1165    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
1166    
1167            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
1168            a qualified name.
1169            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
1170    
1171            * TreeCore.dis (compareDocumentPosition): Implemented.
1172            (normalize): Implemented.
1173            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
1174            class.
1175    
1176    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1177    
1178            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
1179    
1180    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1181    
1182            * CharacterData.dis (length, insertData, substringData,
1183            appendData, deleteData, replaceData, splitText): Reimplemented.
1184    
1185            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
1186            (c:index): The definition was missing.
1187            (c:length): New property.
1188    
1189    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1190    
1191            * XMLParser.dis (close): Invoke |close| method
1192            rather than |close| function.
1193    
1194  2006-04-16  Wakaba  <wakaba@suika.fam.cx>  2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1195    
1196          * CharacterData.dis: New module split from |TreeCore.dis|.          * CharacterData.dis: New module split from |TreeCore.dis|.

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.277

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24