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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24