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

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.302

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24