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

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.271

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24