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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.303

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24