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

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.251

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24