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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24