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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24