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

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.285

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24