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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24