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

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.268

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24