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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24