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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24