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

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.262

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24