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

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.264

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24