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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24