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

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.279

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24