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

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.286

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24