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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24