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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24