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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24