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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24