/[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.254 by wakaba, Sun Jul 29 06:46:25 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>  2007-07-29  Wakaba  <wakaba@suika.fam.cx>
168    
169          * DOMDocument.pm (inner_html): Setter in HTML document          * DOMDocument.pm (inner_html): Setter in HTML document

Legend:
Removed from v.1.254  
changed lines
  Added in v.1.278

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24