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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24