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

Legend:
Removed from v.1.239  
changed lines
  Added in v.1.261

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24