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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24