/[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.238 by wakaba, Sun Jul 8 09:25:17 2007 UTC revision 1.247 by wakaba, Sat Jul 14 16:32:28 2007 UTC
# Line 1  Line 1 
1    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
4    
5            * Text.pm (whole_text): Parameter index number has
6            been changed to support new |NodeFilter| Perl binding
7            definition.
8    
9    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
10    
11            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
12            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
13            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
14    
15            * DOMConfiguration.pm (can_set_parameter,
16            set_parameter): Don't allow to set the value
17            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
18    
19            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
20            (create_tree_walker, manakai_create_serial_walker): References
21            and prototypes are added.
22    
23            * DOMException.pm (NULLPO_ERR): New error type:-).
24    
25            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
26            version |2.0|, is added.
27    
28    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
29    
30            * CDATASection.pm: Removed (merged with |Text.pm|).
31    
32            * Text.pm (Message::DOM::Text::CDATASection): New.
33    
34            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
35    
36            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
37    
38    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
39    
40            * DOMConfiguration.pm: Support for |schema-type|
41            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
42    
43            * NamedNodeMap (TIEHASH): Were missing.
44    
45    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
46    
47            * AttributeDefinition.pm (node_value): Implemented.
48            (create_attribute_definition): Implemented.
49    
50            * DOMConfiguration.pm (%{}, TIEHASH,
51            get_parameter, set_parameter, can_set_parameter,
52            EXISTS, DELETE, parameter_names, FETCH, STORE,
53            FIRSTKEY, LASTKEY): Implemented.
54    
55            * DOMDocument.pm (____new): Set |error-handler| default.
56            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
57    
58            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
59            Implemented.
60    
61            * DOMException.pm: Error types for |DOMConfiguration|
62            are added.
63    
64            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
65            class.
66    
67            * DocumentType.pm (get_element_type_definition_node,
68            get_general_entity_node, get_notation_node,
69            set_element_type_definition_node, set_general_entity_node,
70            set_notation_node, create_document_type_definition): Implemented.
71    
72            * ElementTypeDefinition.pm (get_attribute_definition_node,
73            set_attribute_definition_node, create_element_type_definition):
74            Implemented.
75    
76            * Entity.pm (create_general_entity): Implemented.
77    
78            * Node.pm: Constants in |OperationType| definition
79            group are added.
80            (manakai_language): Implemented.
81    
82            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
83            class.
84    
85            * Notation.pm (create_notation): Implemented.
86    
87    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
88    
89            * TypeInfo.pm: New Perl module.
90    
91            * Attr.pm: Use |manakai_local_name| rather than |local_name|
92            to avoid HTML5 case normalization.
93            (is_id): Implemented.
94            (manakai_name): New attribute.
95            (schema_type_info): Implemented.
96            (create_attribute_ns): Empty string as namespace URI
97            was not supported.
98    
99            * DOMElement.pm (clone_node): Removed since now it is
100            defined in |Node.pm|.
101            (schema_type_info): Implemented.
102            (manakai_tag_name): New attribute.
103            (get_attribute, get_attribute_node, get_attribute_ns,
104            get_attribute_node_ns, has_attribute, has_attribute_ns,
105            remove_attribute, remove_attribute_ns,
106            remove_attribute_node, set_attribute, set_attribute_ns,
107            set_id_attribute, set_id_attribute_node,
108            set_id_attribute_ns): Implemented.
109            (create_element_ns): Empty string as namespace URI
110            was not supported.
111    
112    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
113    
114            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
115    
116            * DocumentType.pm (create_document_type_definition): Initialize
117            |public_id|, |system_id|, and |internal_subset| attributes
118            by empty strings for compatibility with Web browsers.
119            (create_document_type): Initialize |internal_subset|
120            attribute by an empty string for compatibility with
121            Web browsers.
122    
123            * ElementTypeDefinition.pm, Entity.pm,
124            Notation.pm (owner_document_type_definition): Implemented.
125    
126    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
129            feature is added for compatibility with |XMLParserTemp.pm|.
130    
131    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
132    
133            * Attr.pm (value, node_value): Now it is defined
134            as |text_content| itself.
135    
136            * AttributeDefinition.pm, ElementTypeDefinition.pm,
137            Node.pm (AUTOLOAD): Unused block is removed.
138    
139            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
140    
141            * DocumentType.pm (internal_subset): Implemented.
142    
143            * Entity.pm (is_externally_declared, input_encoding,
144            xml_version): Implemented.
145    
146            * ProcessingInstruction.pm (target, data): Implemented.
147    
148    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
149    
150            * DOMCharacterData.pm (AUTOLOAD): Removed.
151            (data): Reimplemented.
152            (delete_data, insert_data, replace_data, substring_data): There were
153            a number of bugs.
154    
155            * Text.pm (AUTOLOAD): Removed.  Unused.
156    
157  2007-07-08  Wakaba  <wakaba@suika.fam.cx>  2007-07-08  Wakaba  <wakaba@suika.fam.cx>
158    
159          * StringExtended.pm: New Perl module.          * StringExtended.pm: New Perl module.

Legend:
Removed from v.1.238  
changed lines
  Added in v.1.247

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24