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

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.273

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24