/[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.209 by wakaba, Sat Dec 30 12:00:38 2006 UTC revision 1.254 by wakaba, Sun Jul 29 06:46:25 2007 UTC
# Line 1  Line 1 
1    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMDocument.pm (inner_html): Setter in HTML document
4            is implemented.
5    
6    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMDocument.pm (inner_html): Setter in XML document
9            is implemented.
10    
11    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Attr.pm (DeclaredValueType): Added.
14    
15            * ProcessingInstruction.pm (data): Accept |undef|
16            as a valid input, for |text_content| (maybe) allows it.
17    
18            * TypeInfo.pm (type_namespace): The implementation was wrong.
19    
20    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DOMElement.pm: Incorrect module was referenced.
23    
24            * DOMImplementation.pm: References to
25            the |Message::Charset::Encode| module has been removed.
26    
27    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
28    
29            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
30            instead of |Message::Charset::Encode|.
31    
32    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DOMDocument.pm (inner_html): New attribute (beta).
35    
36            * DOMElement.pm (inner_html): New attribute (beta).
37    
38    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
39    
40            * DOMConfiguration.pm: Configuration parameter |create-child-element|
41            implemented.
42    
43            * DOMElement.pm (create_element_ns): Support for Atom
44            subclasses.
45    
46            * DOMImplementation.pm (DOMImplementation): Now
47            implements the |AtomDOMImplementation| interface.
48            ($HasFeature): Features |atom| and |atomthreading| are added.
49    
50            * NodeList.pm (StaticNodeList): Implemented.
51    
52    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
53    
54            * Atom/: New directory.
55    
56    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
57    
58            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
59    
60            * Text.pm (whole_text): Parameter index number has
61            been changed to support new |NodeFilter| Perl binding
62            definition.
63    
64    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
65    
66            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
67            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
68            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
69    
70            * DOMConfiguration.pm (can_set_parameter,
71            set_parameter): Don't allow to set the value
72            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
73    
74            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
75            (create_tree_walker, manakai_create_serial_walker): References
76            and prototypes are added.
77    
78            * DOMException.pm (NULLPO_ERR): New error type:-).
79    
80            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
81            version |2.0|, is added.
82    
83    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
84    
85            * CDATASection.pm: Removed (merged with |Text.pm|).
86    
87            * Text.pm (Message::DOM::Text::CDATASection): New.
88    
89            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
90    
91            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
92    
93    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
94    
95            * DOMConfiguration.pm: Support for |schema-type|
96            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
97    
98            * NamedNodeMap (TIEHASH): Were missing.
99    
100    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
101    
102            * AttributeDefinition.pm (node_value): Implemented.
103            (create_attribute_definition): Implemented.
104    
105            * DOMConfiguration.pm (%{}, TIEHASH,
106            get_parameter, set_parameter, can_set_parameter,
107            EXISTS, DELETE, parameter_names, FETCH, STORE,
108            FIRSTKEY, LASTKEY): Implemented.
109    
110            * DOMDocument.pm (____new): Set |error-handler| default.
111            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
112    
113            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
114            Implemented.
115    
116            * DOMException.pm: Error types for |DOMConfiguration|
117            are added.
118    
119            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
120            class.
121    
122            * DocumentType.pm (get_element_type_definition_node,
123            get_general_entity_node, get_notation_node,
124            set_element_type_definition_node, set_general_entity_node,
125            set_notation_node, create_document_type_definition): Implemented.
126    
127            * ElementTypeDefinition.pm (get_attribute_definition_node,
128            set_attribute_definition_node, create_element_type_definition):
129            Implemented.
130    
131            * Entity.pm (create_general_entity): Implemented.
132    
133            * Node.pm: Constants in |OperationType| definition
134            group are added.
135            (manakai_language): Implemented.
136    
137            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
138            class.
139    
140            * Notation.pm (create_notation): Implemented.
141    
142    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
143    
144            * TypeInfo.pm: New Perl module.
145    
146            * Attr.pm: Use |manakai_local_name| rather than |local_name|
147            to avoid HTML5 case normalization.
148            (is_id): Implemented.
149            (manakai_name): New attribute.
150            (schema_type_info): Implemented.
151            (create_attribute_ns): Empty string as namespace URI
152            was not supported.
153    
154            * DOMElement.pm (clone_node): Removed since now it is
155            defined in |Node.pm|.
156            (schema_type_info): Implemented.
157            (manakai_tag_name): New attribute.
158            (get_attribute, get_attribute_node, get_attribute_ns,
159            get_attribute_node_ns, has_attribute, has_attribute_ns,
160            remove_attribute, remove_attribute_ns,
161            remove_attribute_node, set_attribute, set_attribute_ns,
162            set_id_attribute, set_id_attribute_node,
163            set_id_attribute_ns): Implemented.
164            (create_element_ns): Empty string as namespace URI
165            was not supported.
166    
167    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
168    
169            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
170    
171            * DocumentType.pm (create_document_type_definition): Initialize
172            |public_id|, |system_id|, and |internal_subset| attributes
173            by empty strings for compatibility with Web browsers.
174            (create_document_type): Initialize |internal_subset|
175            attribute by an empty string for compatibility with
176            Web browsers.
177    
178            * ElementTypeDefinition.pm, Entity.pm,
179            Notation.pm (owner_document_type_definition): Implemented.
180    
181    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
182    
183            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
184            feature is added for compatibility with |XMLParserTemp.pm|.
185    
186    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
187    
188            * Attr.pm (value, node_value): Now it is defined
189            as |text_content| itself.
190    
191            * AttributeDefinition.pm, ElementTypeDefinition.pm,
192            Node.pm (AUTOLOAD): Unused block is removed.
193    
194            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
195    
196            * DocumentType.pm (internal_subset): Implemented.
197    
198            * Entity.pm (is_externally_declared, input_encoding,
199            xml_version): Implemented.
200    
201            * ProcessingInstruction.pm (target, data): Implemented.
202    
203    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
204    
205            * DOMCharacterData.pm (AUTOLOAD): Removed.
206            (data): Reimplemented.
207            (delete_data, insert_data, replace_data, substring_data): There were
208            a number of bugs.
209    
210            * Text.pm (AUTOLOAD): Removed.  Unused.
211    
212    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
213    
214            * StringExtended.pm: New Perl module.
215    
216            * DOMCharacterData.pm (length, append_data, delete_data,
217            insert_data, replace_data, substring_data): Implemented.
218    
219            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
220    
221            * Text.pm (is_element_content_whitespace, whole_text,
222            split_text): Implemented.
223    
224    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
225    
226            * DOMElement.pm (attributes): Implemented.
227    
228            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
229    
230            * DocumentType.pm (entities, general_entities,
231            notations, element_types): Implemented.
232    
233            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
234    
235            * NamedNodeMap.pm: New Perl module.
236    
237    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
238    
239            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
240            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
241            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
242            insert_before, replace_child): Implemented.
243    
244            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
245    
246            * Node.pm (remove_child): Implemented.
247    
248    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
249    
250            * Node.pm (==, is_equal_node): Implemented.
251            (is_same_node): Implemented.
252            (get_feature, get_user_data, set_user_data): Implemented.
253            (is_supported): Implemented.
254            
255    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
256    
257            * DOMDocument.pm (get_element_by_id): Implemented.
258            (create_document): Implemented.
259    
260            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
261            errors.
262            (QNAME_NULLNS_ERR): New errors.
263    
264            * DocumenType.pm (create_document_type): Implemented.
265    
266    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
267    
268            * CDATASection.pm (is_element_content_whitespace): New.
269    
270            * DOMElement.pm (has_attribute): Alpha version.
271            (create_element, create_element_ns): Implemented.
272    
273            * DocumentType.pm (get_general_entity_node): Alpha version.
274    
275            * EntityReference.pm (create_entity_reference): Implemented.
276    
277            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
278    
279    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
280    
281            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
282    
283            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
284            (compat_mode): Check |defined| not to be warned as "uninitialized"
285            when |{manakai_compat_mode}| is |undef|.
286    
287            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
288    
289            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
290            Statements to set |$Error::Depth| are removed since they
291            are result in "uninitialized" warnings unless
292            the |Message::DOM::DOMException| module is loaded earlier.
293            Usually methods invoked in these methods does not
294            raise any exception so that it makes no difference.
295    
296    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
297    
298            * DOMDocument.pm (adopt_node): Implemented.
299            (doctype): Implemented.
300    
301            * DOMElement.pm (remove_attribute_node): Alpha version.
302    
303            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
304            error type.
305    
306            * Node.pm (set_user_data): Implemented.
307    
308    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
309    
310            * DOMImplementation.pm (new): New method name for |____new|.
311            It will be defined in the DOM Perl Binding specification
312            as part of |DOMImplementation| interface.
313            ($HasFeature): Defined for features support.
314            (has_feature, get_feature): Implemented.
315    
316            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
317            module unless necessary.
318            (___report_error): Removed since it is not used in fact.
319    
320            * DOMImplementationList.pm, DOMImplementationSource.pm,
321            DOMImplementationRegistry.pm: New modules.
322    
323    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
324    
325            * AttributeDefinition.pm (allowed_tokens): Implemented.
326    
327            * DOMStringList.pm: New Perl module.
328    
329    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
330    
331            * DOMElement.pm (clone_node): Alpha version.  It did not work
332            at all.
333    
334    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
335    
336            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
337    
338    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
339    
340            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
341            (manakai_is_html): Revised.
342            (Document): Now it implements the |HTMLDocument| interface.
343            (adopt_node): Alpha version.
344    
345            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
346            not |allowed_token|!
347    
348            * ElementTypeDefinition.pm (attribute_definitions): Don't
349            return an |undef| even if its |attribute_definitions|
350            list is not created.
351    
352    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
353    
354            * Comment.pm (node_type): Node type was incorrect!
355    
356            * DOMConfiguration.pm (get_parameter): Alpha.
357    
358            * DOMImplementation.pm (create_mc_decode_handler,
359            create_charset_name_from_uri, create_uri_from_charset_name):
360            New autoload configuration.  Note that the Message::Charset::Encode
361            module is subject to change.
362    
363            * XMLParserTemp.pm: Now it can be used with new version
364            of DOM implementation.  Current plan is to replace it by
365            an XML5 parser someday.
366    
367    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
368    
369            * DOMLocator.pm: New module.
370    
371            * DOMError.pm: New module.
372    
373    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
374    
375            * Node.pm (manakai_expanded_uri, manakai_parent_element,
376            clone_node, compare_document_position, has_attributes,
377            has_child_nodes, is_default_namespace, lookup_namespace_uri,
378            lookup_prefix, normalize): Implemented.
379    
380            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
381    
382            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
383    
384    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
385    
386            * AttributeDefinition.pm (____new): Set an empty list
387            to the |allowed_tokens| attribute.
388            (allowed_token): Alpha version.
389    
390            * DocumentType.pm (get_element_type_definition_node,
391            get_notation_node): ALpha version.
392    
393            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
394            version.
395    
396            * Entity.pm (notation_name): Implemented.
397    
398    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
399    
400            * Attr.pm (____new): Initialize |specified| as 1.
401            (base_uri, manakai_attribute_type, specified): Implemented.
402            (prefix): Don't check read-only flag unless |strict_error_checking|.
403            (value): Call |text_content| for now.
404    
405            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
406            (declared_type, default_type): Implemented.
407    
408            * CharacterData.pm (____new): Allow a scalar reference
409            as an input for the |data| attribute.
410            (base_uri, manakai_append_text): Implemented.
411    
412            * DOMConfiguration.pm (set_parameter): Resetting implemented.
413    
414            * DOMDocument.pm (____new): Set default values to
415            configuration parameter whose default is true.
416            (document_uri, input_encoding): Implemented.
417            (all_declarations_processed, manakai_is_html): Implemented.
418            (base_uri, manakai_append_text,
419            manakai_entity_base_uri, strict_error_checking,
420            xml_encoding, xml_version, xml_standalone): Implemented.
421    
422            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
423            (get_attribute, get_attribute_node): Alpha version.
424            (set_attribute_node, set_attribute_node_ns): Implemented.
425            (set_attribute_ns): Accept non-ARRAY qualified name.
426    
427            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
428            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
429    
430            * DocumentType.pm (public_id, system_id): Implemented.
431            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
432            manakai_append_text): Implemented.
433            (element_types, general_entities, notations,
434            set_element_type_definition_node, set_general_entity_node,
435            set_notation_node): Alpha version.
436    
437            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
438            (attribute_definitions, set_attribute_definition_node): Alpha version.
439    
440            * Entity.pm (has_replacement_tree, public_id, system_id,
441            manakai_declaration_base_uri, manakai_entity_base_uri,
442            manakai_entity_uri): Implemented.
443    
444            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
445            (base_uri, manakai_entity_base_uri): Implemented.
446    
447            * Node.pm (base_uri): Implemented.
448            (text_content): Don't check read-only or not
449            unless |strict_error_checking|.
450            (manakai_append_text): Implemented.
451            (get_feature): Alpha.
452            (manakai_set_read_only): Implemented.
453    
454            * Notation.pm (public_id, system_id, manakai_append_text,
455            manakai_declaration_base_uri): Implemented.
456    
457            * ProcessingInstruction.pm (manakai_base_uri,
458            base_uri, manakai_append_text): Implemented.
459    
460    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
461    
462            * DOMConfiguration.pm: New module.
463    
464            * Attr.pm (trivial accessor for read-write attributes): Throw
465            an exception if the node is read-only.  Delete the property
466            if undef is specified.
467            (prefix): Implemented.
468    
469            * DOMElement.pm (trivial accessor for read-write attributes): Throw
470            an exception if the node is read-only.  Delete the property
471            if undef is specified.
472            (prefix): Implemented.
473            (text_content, manakai_append_text): Old implementations are removed.
474    
475            * DOMCharacterData.pm (text_content): Implemented.
476    
477            * DOMDocument.pm (____new): Initialize the strict-document-children
478            parameter by true.
479            (text_content): Reimplemented.
480            (dom_config): New.
481    
482            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
483    
484            * DocumentType.pm (text_content): Implemented.
485    
486            * ElementTypeDefinition.pm (text_content): Implemented.
487    
488            * Node.pm (___report_error): New method.
489            (text_content): Implemented.
490            (manakai_append_text): Copied from |DOMElement.pm|.
491    
492            * Notation.pm (text_content): Implemented.
493    
494            * ProcessingInstruction.pm (text_content): Implemented.
495    
496            * Text.pm (is_element_content_whitespace): Alpha version.
497    
498    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
499    
500            * DOMException.pm (Message::IF::DOMException): Extends
501            the |Message::Util::Error| class.
502    
503            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
504            (CLEAR): Not all items were removed.
505    
506    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
507    
508            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
509            DocumentType.pm, Entity.pm,
510            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
511    
512            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
513            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
514    
515            * DOMDocument.pm (AUTOLOAD): Typo fixed.
516    
517            * Node.pm (==, !=): Implemented.
518            (manakai_read_only): Implemented.
519            (is_same_node): Implemented.
520            (is_equal_node): Alpha version.
521            (manakai_set_read_only): Alpha version.
522            (child_nodes, first_child, last_child, previous_sibling): Duplicate
523            definitions are removed.
524    
525    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
526    
527            * Node.pm: First alpha version of implementation of attributes.
528    
529    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
530    
531            * ProcessingInstruction.pm, EntityReference.pm,
532            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
533            ElementTypeDefinition.pm, AttributeDefinition.pm,
534            DocumentType.pm, DOMElement.pm, Attr.pm,
535            CharacterData.pm, Text.pm, Comment.pm (node_name,
536            node_value, node_type): Implemented.
537    
538    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
539    
540            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
541            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
542            AttributeDefinition.pm: New modules.
543    
544            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
545            (create_attribute_definition, create_element_type_definition,
546            create_document_type_definition, create_cdata_section,
547            create_processing_instruction, create_entity_reference,
548            create_general_entity, create_notation): Prototypes added.
549    
550            * DOMImplementation.pm (create_document_type): Prototype added.
551    
552            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
553            and 'Message::IF::DocumentTypeDeclaration' added.
554            (create_document_type, create_document_type_definition):
555            New methods.
556    
557    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
558    
559            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
560            DOMElement.pm, Attr.pm, DocumentType.pm,
561            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
562            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
563    
564    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
565    
566            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
567            specifies unknown value and trys to recover from the error.
568    
569    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
570    
571            * TreeCore.dis (manakaiLocalName): New attribute.
572    
573    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
574    
575            * GenericLS.dis (GLSException): New interface.
576    
577    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
578    
579            * |InputProcessor|s and |OutputProcessor|s are
580            named so that |report| statements in Perl
581            module outputs can be identified by name. |dis:dataType|s
582            of |DISCore:TFQNames| are all replaced
583            by |DISCore:QName|.
584    
585    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
586    
587            * Element.dis (createElementNS): If an array reference
588            is specified as the |qualifiedName| parameter,
589            don't set the first item as the local name
590            even if the second item is not specified (or
591            specified as |undef|).
592            (createElementNS, setAttribute, setAttributeNS,
593            removeAttribute, removeAttributeNS,
594            setAttributeNode, setAttributeNodeNS,
595            removeAttributeNode, removeAttributeNodeNS): Sets
596            or removes the |tc:contentAttributeList| value.
597    
598            * TreeCore.dis (AttrMap.item): Caches the result
599            of sorting of content attribute names.
600            (getAttrMap, getElementTypeDefNodeMap,
601            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
602            (tc:contentAttributeList): New property.
603    
604    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
605    
606            * DOMFeature.dis (ForDef): Removed.
607            (f:provides, f:through): Removed.
608            (Version): Removed.
609            (implementFeature): Removed.
610    
611  2006-12-30  Wakaba  <wakaba@suika.fam.cx>  2006-12-30  Wakaba  <wakaba@suika.fam.cx>
612    
613          * CharacterData.dis, DOMCore.dis, DOMFeature.dis,          * CharacterData.dis, DOMCore.dis, DOMFeature.dis,

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.254

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24