/[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.215 by wakaba, Wed Jun 13 12:04:50 2007 UTC revision 1.221 by wakaba, Sat Jun 16 15:27:45 2007 UTC
# Line 1  Line 1 
1    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMConfiguration.pm: New module.
4    
5            * Attr.pm (trivial accessor for read-write attributes): Throw
6            an exception if the node is read-only.  Delete the property
7            if undef is specified.
8            (prefix): Implemented.
9    
10            * DOMElement.pm (trivial accessor for read-write attributes): Throw
11            an exception if the node is read-only.  Delete the property
12            if undef is specified.
13            (prefix): Implemented.
14            (text_content, manakai_append_text): Old implementations are removed.
15    
16            * DOMCharacterData.pm (text_content): Implemented.
17    
18            * DOMDocument.pm (____new): Initialize the strict-document-children
19            parameter by true.
20            (text_content): Reimplemented.
21            (dom_config): New.
22    
23            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
24    
25            * DocumentType.pm (text_content): Implemented.
26    
27            * ElementTypeDefinition.pm (text_content): Implemented.
28    
29            * Node.pm (___report_error): New method.
30            (text_content): Implemented.
31            (manakai_append_text): Copied from |DOMElement.pm|.
32    
33            * Notation.pm (text_content): Implemented.
34    
35            * ProcessingInstruction.pm (text_content): Implemented.
36    
37            * Text.pm (is_element_content_whitespace): Alpha version.
38    
39    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
40    
41            * DOMException.pm (Message::IF::DOMException): Extends
42            the |Message::Util::Error| class.
43    
44            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
45            (CLEAR): Not all items were removed.
46    
47    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
48    
49            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
50            DocumentType.pm, Entity.pm,
51            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
52    
53            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
54            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
55    
56            * DOMDocument.pm (AUTOLOAD): Typo fixed.
57    
58            * Node.pm (==, !=): Implemented.
59            (manakai_read_only): Implemented.
60            (is_same_node): Implemented.
61            (is_equal_node): Alpha version.
62            (manakai_set_read_only): Alpha version.
63            (child_nodes, first_child, last_child, previous_sibling): Duplicate
64            definitions are removed.
65    
66    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
67    
68            * Node.pm: First alpha version of implementation of attributes.
69    
70    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
71    
72            * ProcessingInstruction.pm, EntityReference.pm,
73            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
74            ElementTypeDefinition.pm, AttributeDefinition.pm,
75            DocumentType.pm, DOMElement.pm, Attr.pm,
76            CharacterData.pm, Text.pm, Comment.pm (node_name,
77            node_value, node_type): Implemented.
78    
79    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
80    
81            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
82            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
83            AttributeDefinition.pm: New modules.
84    
85            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
86            (create_attribute_definition, create_element_type_definition,
87            create_document_type_definition, create_cdata_section,
88            create_processing_instruction, create_entity_reference,
89            create_general_entity, create_notation): Prototypes added.
90    
91            * DOMImplementation.pm (create_document_type): Prototype added.
92    
93            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
94            and 'Message::IF::DocumentTypeDeclaration' added.
95            (create_document_type, create_document_type_definition):
96            New methods.
97    
98  2007-06-13  Wakaba  <wakaba@suika.fam.cx>  2007-06-13  Wakaba  <wakaba@suika.fam.cx>
99    
100          * DOMImplementation.pm, Node.pm, DOMDocument.pm,          * DOMImplementation.pm, Node.pm, DOMDocument.pm,

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.221

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24