/[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.243 by wakaba, Sat Jul 14 06:12:56 2007 UTC revision 1.254 by wakaba, Sun Jul 29 06:46:25 2007 UTC
# Line 1  Line 1 
1    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMDocument.pm (inner_html): Setter in HTML document
4            is implemented.
5    
6    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMDocument.pm (inner_html): Setter in XML document
9            is implemented.
10    
11    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Attr.pm (DeclaredValueType): Added.
14    
15            * ProcessingInstruction.pm (data): Accept |undef|
16            as a valid input, for |text_content| (maybe) allows it.
17    
18            * TypeInfo.pm (type_namespace): The implementation was wrong.
19    
20    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DOMElement.pm: Incorrect module was referenced.
23    
24            * DOMImplementation.pm: References to
25            the |Message::Charset::Encode| module has been removed.
26    
27    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
28    
29            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
30            instead of |Message::Charset::Encode|.
31    
32    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DOMDocument.pm (inner_html): New attribute (beta).
35    
36            * DOMElement.pm (inner_html): New attribute (beta).
37    
38    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
39    
40            * DOMConfiguration.pm: Configuration parameter |create-child-element|
41            implemented.
42    
43            * DOMElement.pm (create_element_ns): Support for Atom
44            subclasses.
45    
46            * DOMImplementation.pm (DOMImplementation): Now
47            implements the |AtomDOMImplementation| interface.
48            ($HasFeature): Features |atom| and |atomthreading| are added.
49    
50            * NodeList.pm (StaticNodeList): Implemented.
51    
52    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
53    
54            * Atom/: New directory.
55    
56    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
57    
58            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
59    
60            * Text.pm (whole_text): Parameter index number has
61            been changed to support new |NodeFilter| Perl binding
62            definition.
63    
64    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
65    
66            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
67            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
68            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
69    
70            * DOMConfiguration.pm (can_set_parameter,
71            set_parameter): Don't allow to set the value
72            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
73    
74            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
75            (create_tree_walker, manakai_create_serial_walker): References
76            and prototypes are added.
77    
78            * DOMException.pm (NULLPO_ERR): New error type:-).
79    
80            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
81            version |2.0|, is added.
82    
83    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
84    
85            * CDATASection.pm: Removed (merged with |Text.pm|).
86    
87            * Text.pm (Message::DOM::Text::CDATASection): New.
88    
89            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
90    
91            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
92    
93    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
94    
95            * DOMConfiguration.pm: Support for |schema-type|
96            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
97    
98            * NamedNodeMap (TIEHASH): Were missing.
99    
100    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
101    
102            * AttributeDefinition.pm (node_value): Implemented.
103            (create_attribute_definition): Implemented.
104    
105            * DOMConfiguration.pm (%{}, TIEHASH,
106            get_parameter, set_parameter, can_set_parameter,
107            EXISTS, DELETE, parameter_names, FETCH, STORE,
108            FIRSTKEY, LASTKEY): Implemented.
109    
110            * DOMDocument.pm (____new): Set |error-handler| default.
111            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
112    
113            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
114            Implemented.
115    
116            * DOMException.pm: Error types for |DOMConfiguration|
117            are added.
118    
119            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
120            class.
121    
122            * DocumentType.pm (get_element_type_definition_node,
123            get_general_entity_node, get_notation_node,
124            set_element_type_definition_node, set_general_entity_node,
125            set_notation_node, create_document_type_definition): Implemented.
126    
127            * ElementTypeDefinition.pm (get_attribute_definition_node,
128            set_attribute_definition_node, create_element_type_definition):
129            Implemented.
130    
131            * Entity.pm (create_general_entity): Implemented.
132    
133            * Node.pm: Constants in |OperationType| definition
134            group are added.
135            (manakai_language): Implemented.
136    
137            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
138            class.
139    
140            * Notation.pm (create_notation): Implemented.
141    
142  2007-07-14  Wakaba  <wakaba@suika.fam.cx>  2007-07-14  Wakaba  <wakaba@suika.fam.cx>
143    
144          * TypeInfo.pm: New Perl module.          * TypeInfo.pm: New Perl module.

Legend:
Removed from v.1.243  
changed lines
  Added in v.1.254

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24