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

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.299

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24