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

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.258

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24