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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24