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

Legend:
Removed from v.1.242  
changed lines
  Added in v.1.262

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24