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

Legend:
Removed from v.1.238  
changed lines
  Added in v.1.267

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24