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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24