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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24