/[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.245 by wakaba, Sat Jul 14 10:00:32 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>  2007-07-14  Wakaba  <wakaba@suika.fam.cx>
94    
95          * DOMConfiguration.pm: Support for |schema-type|          * DOMConfiguration.pm: Support for |schema-type|

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24