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

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.278

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24