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

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.271

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24