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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24