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

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.264

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24