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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24