/[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.246 by wakaba, Sat Jul 14 10:28:52 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>  2007-07-14  Wakaba  <wakaba@suika.fam.cx>
116    
117          * CDATASection.pm: Removed (merged with |Text.pm|).          * CDATASection.pm: Removed (merged with |Text.pm|).

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.258

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24