/[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.228 by wakaba, Tue Jun 26 14:12:55 2007 UTC revision 1.252 by wakaba, Sun Jul 29 03:48:59 2007 UTC
# Line 1  Line 1 
1    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Attr.pm (DeclaredValueType): Added.
4    
5            * ProcessingInstruction.pm (data): Accept |undef|
6            as a valid input, for |text_content| (maybe) allows it.
7    
8            * TypeInfo.pm (type_namespace): The implementation was wrong.
9    
10    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DOMElement.pm: Incorrect module was referenced.
13    
14            * DOMImplementation.pm: References to
15            the |Message::Charset::Encode| module has been removed.
16    
17    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
18    
19            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
20            instead of |Message::Charset::Encode|.
21    
22    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DOMDocument.pm (inner_html): New attribute (beta).
25    
26            * DOMElement.pm (inner_html): New attribute (beta).
27    
28    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DOMConfiguration.pm: Configuration parameter |create-child-element|
31            implemented.
32    
33            * DOMElement.pm (create_element_ns): Support for Atom
34            subclasses.
35    
36            * DOMImplementation.pm (DOMImplementation): Now
37            implements the |AtomDOMImplementation| interface.
38            ($HasFeature): Features |atom| and |atomthreading| are added.
39    
40            * NodeList.pm (StaticNodeList): Implemented.
41    
42    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
43    
44            * Atom/: New directory.
45    
46    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
47    
48            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
49    
50            * Text.pm (whole_text): Parameter index number has
51            been changed to support new |NodeFilter| Perl binding
52            definition.
53    
54    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
55    
56            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
57            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
58            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
59    
60            * DOMConfiguration.pm (can_set_parameter,
61            set_parameter): Don't allow to set the value
62            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
63    
64            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
65            (create_tree_walker, manakai_create_serial_walker): References
66            and prototypes are added.
67    
68            * DOMException.pm (NULLPO_ERR): New error type:-).
69    
70            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
71            version |2.0|, is added.
72    
73    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
74    
75            * CDATASection.pm: Removed (merged with |Text.pm|).
76    
77            * Text.pm (Message::DOM::Text::CDATASection): New.
78    
79            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
80    
81            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
82    
83    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
84    
85            * DOMConfiguration.pm: Support for |schema-type|
86            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
87    
88            * NamedNodeMap (TIEHASH): Were missing.
89    
90    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
91    
92            * AttributeDefinition.pm (node_value): Implemented.
93            (create_attribute_definition): Implemented.
94    
95            * DOMConfiguration.pm (%{}, TIEHASH,
96            get_parameter, set_parameter, can_set_parameter,
97            EXISTS, DELETE, parameter_names, FETCH, STORE,
98            FIRSTKEY, LASTKEY): Implemented.
99    
100            * DOMDocument.pm (____new): Set |error-handler| default.
101            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
102    
103            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
104            Implemented.
105    
106            * DOMException.pm: Error types for |DOMConfiguration|
107            are added.
108    
109            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
110            class.
111    
112            * DocumentType.pm (get_element_type_definition_node,
113            get_general_entity_node, get_notation_node,
114            set_element_type_definition_node, set_general_entity_node,
115            set_notation_node, create_document_type_definition): Implemented.
116    
117            * ElementTypeDefinition.pm (get_attribute_definition_node,
118            set_attribute_definition_node, create_element_type_definition):
119            Implemented.
120    
121            * Entity.pm (create_general_entity): Implemented.
122    
123            * Node.pm: Constants in |OperationType| definition
124            group are added.
125            (manakai_language): Implemented.
126    
127            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
128            class.
129    
130            * Notation.pm (create_notation): Implemented.
131    
132    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
133    
134            * TypeInfo.pm: New Perl module.
135    
136            * Attr.pm: Use |manakai_local_name| rather than |local_name|
137            to avoid HTML5 case normalization.
138            (is_id): Implemented.
139            (manakai_name): New attribute.
140            (schema_type_info): Implemented.
141            (create_attribute_ns): Empty string as namespace URI
142            was not supported.
143    
144            * DOMElement.pm (clone_node): Removed since now it is
145            defined in |Node.pm|.
146            (schema_type_info): Implemented.
147            (manakai_tag_name): New attribute.
148            (get_attribute, get_attribute_node, get_attribute_ns,
149            get_attribute_node_ns, has_attribute, has_attribute_ns,
150            remove_attribute, remove_attribute_ns,
151            remove_attribute_node, set_attribute, set_attribute_ns,
152            set_id_attribute, set_id_attribute_node,
153            set_id_attribute_ns): Implemented.
154            (create_element_ns): Empty string as namespace URI
155            was not supported.
156    
157    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
158    
159            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
160    
161            * DocumentType.pm (create_document_type_definition): Initialize
162            |public_id|, |system_id|, and |internal_subset| attributes
163            by empty strings for compatibility with Web browsers.
164            (create_document_type): Initialize |internal_subset|
165            attribute by an empty string for compatibility with
166            Web browsers.
167    
168            * ElementTypeDefinition.pm, Entity.pm,
169            Notation.pm (owner_document_type_definition): Implemented.
170    
171    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
172    
173            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
174            feature is added for compatibility with |XMLParserTemp.pm|.
175    
176    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
177    
178            * Attr.pm (value, node_value): Now it is defined
179            as |text_content| itself.
180    
181            * AttributeDefinition.pm, ElementTypeDefinition.pm,
182            Node.pm (AUTOLOAD): Unused block is removed.
183    
184            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
185    
186            * DocumentType.pm (internal_subset): Implemented.
187    
188            * Entity.pm (is_externally_declared, input_encoding,
189            xml_version): Implemented.
190    
191            * ProcessingInstruction.pm (target, data): Implemented.
192    
193    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
194    
195            * DOMCharacterData.pm (AUTOLOAD): Removed.
196            (data): Reimplemented.
197            (delete_data, insert_data, replace_data, substring_data): There were
198            a number of bugs.
199    
200            * Text.pm (AUTOLOAD): Removed.  Unused.
201    
202    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
203    
204            * StringExtended.pm: New Perl module.
205    
206            * DOMCharacterData.pm (length, append_data, delete_data,
207            insert_data, replace_data, substring_data): Implemented.
208    
209            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
210    
211            * Text.pm (is_element_content_whitespace, whole_text,
212            split_text): Implemented.
213    
214    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
215    
216            * DOMElement.pm (attributes): Implemented.
217    
218            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
219    
220            * DocumentType.pm (entities, general_entities,
221            notations, element_types): Implemented.
222    
223            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
224    
225            * NamedNodeMap.pm: New Perl module.
226    
227    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
228    
229            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
230            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
231            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
232            insert_before, replace_child): Implemented.
233    
234            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
235    
236            * Node.pm (remove_child): Implemented.
237    
238    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
239    
240            * Node.pm (==, is_equal_node): Implemented.
241            (is_same_node): Implemented.
242            (get_feature, get_user_data, set_user_data): Implemented.
243            (is_supported): Implemented.
244            
245    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
246    
247            * DOMDocument.pm (get_element_by_id): Implemented.
248            (create_document): Implemented.
249    
250            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
251            errors.
252            (QNAME_NULLNS_ERR): New errors.
253    
254            * DocumenType.pm (create_document_type): Implemented.
255    
256    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
257    
258            * CDATASection.pm (is_element_content_whitespace): New.
259    
260            * DOMElement.pm (has_attribute): Alpha version.
261            (create_element, create_element_ns): Implemented.
262    
263            * DocumentType.pm (get_general_entity_node): Alpha version.
264    
265            * EntityReference.pm (create_entity_reference): Implemented.
266    
267            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
268    
269    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
270    
271            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
272    
273            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
274            (compat_mode): Check |defined| not to be warned as "uninitialized"
275            when |{manakai_compat_mode}| is |undef|.
276    
277            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
278    
279            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
280            Statements to set |$Error::Depth| are removed since they
281            are result in "uninitialized" warnings unless
282            the |Message::DOM::DOMException| module is loaded earlier.
283            Usually methods invoked in these methods does not
284            raise any exception so that it makes no difference.
285    
286    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
287    
288            * DOMDocument.pm (adopt_node): Implemented.
289            (doctype): Implemented.
290    
291            * DOMElement.pm (remove_attribute_node): Alpha version.
292    
293            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
294            error type.
295    
296            * Node.pm (set_user_data): Implemented.
297    
298    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
299    
300            * DOMImplementation.pm (new): New method name for |____new|.
301            It will be defined in the DOM Perl Binding specification
302            as part of |DOMImplementation| interface.
303            ($HasFeature): Defined for features support.
304            (has_feature, get_feature): Implemented.
305    
306            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
307            module unless necessary.
308            (___report_error): Removed since it is not used in fact.
309    
310            * DOMImplementationList.pm, DOMImplementationSource.pm,
311            DOMImplementationRegistry.pm: New modules.
312    
313    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
314    
315            * AttributeDefinition.pm (allowed_tokens): Implemented.
316    
317            * DOMStringList.pm: New Perl module.
318    
319  2007-06-26  Wakaba  <wakaba@suika.fam.cx>  2007-06-26  Wakaba  <wakaba@suika.fam.cx>
320    
321          * DOMElement.pm (clone_node): Alpha version.  It did not work          * DOMElement.pm (clone_node): Alpha version.  It did not work

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.252

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24