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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24