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

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.255

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24