/[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.264 by wakaba, Mon Sep 24 10:16:13 2007 UTC
# Line 1  Line 1 
1    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
4            (UNDECLARED_PREFIX_ERR): New subtype is defined.
5    
6            * Document.pm (Document): Implements the |DocumentSelector|
7            interface.
8    
9            * Element.pm (Element): Implements the |ElementSelector|
10            interface.
11    
12            * Node.pm (Node): Implements the |NSResolver| interface.
13    
14            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
15            API Editor's Draft (only |query_selector_all| on |Document|,
16            with limited selectors syntax support, though).
17    
18    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
19    
20            * SelectorsAPI.pm: Namespaced type/universal selectors
21            are supported.
22    
23    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
24    
25            * SelectorsAPI.pm: New Perl module.
26    
27    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
28    
29            * Node.pm (manakai_language): Return the |manakai_language|
30            of the |owner_document|, if any, as defined in the spec.
31    
32    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
33    
34            * Makefile: Relative path was wrong.
35    
36    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML/: New directory.
39    
40            * Element.pm (create_element_ns): Return object implementing
41            the |HTMLElement| interface for HTML elements.
42    
43    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DOMImplementation.pod: New documentation.
46    
47            * Makefile: Make HTML document.
48    
49    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
50    
51            * XDoctype.dis, XDoctype.pm: Removed.
52    
53            * CharacterData.pm: Renamed from DOMCharacterData.pm.
54    
55            * Document.pm: Renamed from DOMDocument.pm.
56    
57            * Element.pm: Renamed from DOMElement.pm
58    
59    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
62            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
63            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
64            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
65            DOMMain.dis, DOMMain.pm, DOMLS.dis,
66            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
67    
68            * Makefile: Rules for DIS are removed.
69    
70    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
71    
72            * Text.pm: |Message::DOM::Traversal, an obsolete module,
73            was referenced.
74    
75    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
76    
77            * DOMDocument.pm (inner_html): Setter in HTML document
78            is implemented.
79    
80    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
81    
82            * DOMDocument.pm (inner_html): Setter in XML document
83            is implemented.
84    
85    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
86    
87            * Attr.pm (DeclaredValueType): Added.
88    
89            * ProcessingInstruction.pm (data): Accept |undef|
90            as a valid input, for |text_content| (maybe) allows it.
91    
92            * TypeInfo.pm (type_namespace): The implementation was wrong.
93    
94    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DOMElement.pm: Incorrect module was referenced.
97    
98            * DOMImplementation.pm: References to
99            the |Message::Charset::Encode| module has been removed.
100    
101    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
102    
103            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
104            instead of |Message::Charset::Encode|.
105    
106    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMDocument.pm (inner_html): New attribute (beta).
109    
110            * DOMElement.pm (inner_html): New attribute (beta).
111    
112    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DOMConfiguration.pm: Configuration parameter |create-child-element|
115            implemented.
116    
117            * DOMElement.pm (create_element_ns): Support for Atom
118            subclasses.
119    
120            * DOMImplementation.pm (DOMImplementation): Now
121            implements the |AtomDOMImplementation| interface.
122            ($HasFeature): Features |atom| and |atomthreading| are added.
123    
124            * NodeList.pm (StaticNodeList): Implemented.
125    
126    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
127    
128            * Atom/: New directory.
129    
130    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
131    
132            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
133    
134            * Text.pm (whole_text): Parameter index number has
135            been changed to support new |NodeFilter| Perl binding
136            definition.
137    
138    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
139    
140            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
141            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
142            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
143    
144            * DOMConfiguration.pm (can_set_parameter,
145            set_parameter): Don't allow to set the value
146            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
147    
148            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
149            (create_tree_walker, manakai_create_serial_walker): References
150            and prototypes are added.
151    
152            * DOMException.pm (NULLPO_ERR): New error type:-).
153    
154            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
155            version |2.0|, is added.
156    
157    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
158    
159            * CDATASection.pm: Removed (merged with |Text.pm|).
160    
161            * Text.pm (Message::DOM::Text::CDATASection): New.
162    
163            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
164    
165            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
166    
167  2007-07-14  Wakaba  <wakaba@suika.fam.cx>  2007-07-14  Wakaba  <wakaba@suika.fam.cx>
168    
169          * DOMConfiguration.pm: Support for |schema-type|          * DOMConfiguration.pm: Support for |schema-type|

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24