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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24