/[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.240 by wakaba, Sun Jul 8 13:04:36 2007 UTC revision 1.274 by wakaba, Sat Dec 22 06:29:32 2007 UTC
# Line 1  Line 1 
1    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
4            First version of CSSOM implementation.
5    
6    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Document.pm, Entity.pm (manakai_has_bom,
9            manakai_charset): New attributes.
10    
11    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
14            for getter.
15    
16    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
17    
18            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
19            The |namespaceURI| attribute was not set correctly.
20    
21            * DOMEvents.dis: Removed.
22    
23    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
24    
25            * Event.pm, EventTarget.pm, EventTargetNode.pm,
26            EventException.pm: Implemented (but not tested!).
27    
28            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
29            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
30            error subtypes.
31    
32            * DOMImplementation.pm ($HasFeature): The |Event| feature,
33            version |3.0|, is added.
34    
35            * Document.pm, Node.pm: Event attributes and
36            methods are implemented.
37    
38    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
39    
40            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
41            an additional argument for "current element".
42            Support for |-manakai-current| and |-manakai-current(/s/)|
43            pseudo-classes.
44    
45    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
46    
47            * SelectorsAPI.pm: Attribute selectors are implemented.
48    
49    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
50    
51            * SelectorsAPI.pm (ElementSelector): Implemented.
52    
53    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
54    
55            * SelectorsAPI.pm (query_selector): Implemented.
56    
57    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
58    
59            * SelectorsAPI.pm ($get_elements_by_selectors): Created
60            from most part of |query_selector_all|.
61    
62    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
65            (UNDECLARED_PREFIX_ERR): New subtype is defined.
66    
67            * Document.pm (Document): Implements the |DocumentSelector|
68            interface.
69    
70            * Element.pm (Element): Implements the |ElementSelector|
71            interface.
72    
73            * Node.pm (Node): Implements the |NSResolver| interface.
74    
75            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
76            API Editor's Draft (only |query_selector_all| on |Document|,
77            with limited selectors syntax support, though).
78    
79    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
80    
81            * SelectorsAPI.pm: Namespaced type/universal selectors
82            are supported.
83    
84    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
85    
86            * SelectorsAPI.pm: New Perl module.
87    
88    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
89    
90            * Node.pm (manakai_language): Return the |manakai_language|
91            of the |owner_document|, if any, as defined in the spec.
92    
93    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
94    
95            * Makefile: Relative path was wrong.
96    
97    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML/: New directory.
100    
101            * Element.pm (create_element_ns): Return object implementing
102            the |HTMLElement| interface for HTML elements.
103    
104    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
105    
106            * DOMImplementation.pod: New documentation.
107    
108            * Makefile: Make HTML document.
109    
110    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
111    
112            * XDoctype.dis, XDoctype.pm: Removed.
113    
114            * CharacterData.pm: Renamed from DOMCharacterData.pm.
115    
116            * Document.pm: Renamed from DOMDocument.pm.
117    
118            * Element.pm: Renamed from DOMElement.pm
119    
120    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
121    
122            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
123            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
124            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
125            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
126            DOMMain.dis, DOMMain.pm, DOMLS.dis,
127            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
128    
129            * Makefile: Rules for DIS are removed.
130    
131    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
132    
133            * Text.pm: |Message::DOM::Traversal, an obsolete module,
134            was referenced.
135    
136    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
137    
138            * DOMDocument.pm (inner_html): Setter in HTML document
139            is implemented.
140    
141    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
142    
143            * DOMDocument.pm (inner_html): Setter in XML document
144            is implemented.
145    
146    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Attr.pm (DeclaredValueType): Added.
149    
150            * ProcessingInstruction.pm (data): Accept |undef|
151            as a valid input, for |text_content| (maybe) allows it.
152    
153            * TypeInfo.pm (type_namespace): The implementation was wrong.
154    
155    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMElement.pm: Incorrect module was referenced.
158    
159            * DOMImplementation.pm: References to
160            the |Message::Charset::Encode| module has been removed.
161    
162    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
163    
164            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
165            instead of |Message::Charset::Encode|.
166    
167    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
168    
169            * DOMDocument.pm (inner_html): New attribute (beta).
170    
171            * DOMElement.pm (inner_html): New attribute (beta).
172    
173    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
174    
175            * DOMConfiguration.pm: Configuration parameter |create-child-element|
176            implemented.
177    
178            * DOMElement.pm (create_element_ns): Support for Atom
179            subclasses.
180    
181            * DOMImplementation.pm (DOMImplementation): Now
182            implements the |AtomDOMImplementation| interface.
183            ($HasFeature): Features |atom| and |atomthreading| are added.
184    
185            * NodeList.pm (StaticNodeList): Implemented.
186    
187    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
188    
189            * Atom/: New directory.
190    
191    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
192    
193            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
194    
195            * Text.pm (whole_text): Parameter index number has
196            been changed to support new |NodeFilter| Perl binding
197            definition.
198    
199    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
200    
201            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
202            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
203            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
204    
205            * DOMConfiguration.pm (can_set_parameter,
206            set_parameter): Don't allow to set the value
207            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
208    
209            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
210            (create_tree_walker, manakai_create_serial_walker): References
211            and prototypes are added.
212    
213            * DOMException.pm (NULLPO_ERR): New error type:-).
214    
215            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
216            version |2.0|, is added.
217    
218    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
219    
220            * CDATASection.pm: Removed (merged with |Text.pm|).
221    
222            * Text.pm (Message::DOM::Text::CDATASection): New.
223    
224            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
225    
226            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
227    
228    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
229    
230            * DOMConfiguration.pm: Support for |schema-type|
231            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
232    
233            * NamedNodeMap (TIEHASH): Were missing.
234    
235    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
236    
237            * AttributeDefinition.pm (node_value): Implemented.
238            (create_attribute_definition): Implemented.
239    
240            * DOMConfiguration.pm (%{}, TIEHASH,
241            get_parameter, set_parameter, can_set_parameter,
242            EXISTS, DELETE, parameter_names, FETCH, STORE,
243            FIRSTKEY, LASTKEY): Implemented.
244    
245            * DOMDocument.pm (____new): Set |error-handler| default.
246            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
247    
248            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
249            Implemented.
250    
251            * DOMException.pm: Error types for |DOMConfiguration|
252            are added.
253    
254            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
255            class.
256    
257            * DocumentType.pm (get_element_type_definition_node,
258            get_general_entity_node, get_notation_node,
259            set_element_type_definition_node, set_general_entity_node,
260            set_notation_node, create_document_type_definition): Implemented.
261    
262            * ElementTypeDefinition.pm (get_attribute_definition_node,
263            set_attribute_definition_node, create_element_type_definition):
264            Implemented.
265    
266            * Entity.pm (create_general_entity): Implemented.
267    
268            * Node.pm: Constants in |OperationType| definition
269            group are added.
270            (manakai_language): Implemented.
271    
272            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
273            class.
274    
275            * Notation.pm (create_notation): Implemented.
276    
277    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
278    
279            * TypeInfo.pm: New Perl module.
280    
281            * Attr.pm: Use |manakai_local_name| rather than |local_name|
282            to avoid HTML5 case normalization.
283            (is_id): Implemented.
284            (manakai_name): New attribute.
285            (schema_type_info): Implemented.
286            (create_attribute_ns): Empty string as namespace URI
287            was not supported.
288    
289            * DOMElement.pm (clone_node): Removed since now it is
290            defined in |Node.pm|.
291            (schema_type_info): Implemented.
292            (manakai_tag_name): New attribute.
293            (get_attribute, get_attribute_node, get_attribute_ns,
294            get_attribute_node_ns, has_attribute, has_attribute_ns,
295            remove_attribute, remove_attribute_ns,
296            remove_attribute_node, set_attribute, set_attribute_ns,
297            set_id_attribute, set_id_attribute_node,
298            set_id_attribute_ns): Implemented.
299            (create_element_ns): Empty string as namespace URI
300            was not supported.
301    
302    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
303    
304            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
305    
306            * DocumentType.pm (create_document_type_definition): Initialize
307            |public_id|, |system_id|, and |internal_subset| attributes
308            by empty strings for compatibility with Web browsers.
309            (create_document_type): Initialize |internal_subset|
310            attribute by an empty string for compatibility with
311            Web browsers.
312    
313            * ElementTypeDefinition.pm, Entity.pm,
314            Notation.pm (owner_document_type_definition): Implemented.
315    
316    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
317    
318            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
319            feature is added for compatibility with |XMLParserTemp.pm|.
320    
321  2007-07-08  Wakaba  <wakaba@suika.fam.cx>  2007-07-08  Wakaba  <wakaba@suika.fam.cx>
322    
323          * Attr.pm (value, node_value): Now it is defined          * Attr.pm (value, node_value): Now it is defined

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.274

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24