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

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.291

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24