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

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.253

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24