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

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.260

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24