/[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.160 by wakaba, Thu Mar 30 16:01:42 2006 UTC revision 1.197 by wakaba, Sat Nov 4 17:25:05 2006 UTC
# Line 1  Line 1 
1    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Element.dis (___get_node_ref): |eval|ed |require|
4            statement was broken.
5    
6            * DOMFeature.dis (getImplementationList): Argument
7            is not passed to the |getImplementation| method.
8    
9            * TreeStore.dis (DOMImplementationTreeStore): It
10            did not |f:implements| the |TSFeature30| feature.
11    
12            * XMLParser.dis: Use |create_uri_reference|
13            method instead of internal |_new| method
14            to create a URI reference object.
15    
16    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
17    
18            * DOMCore.dis (ManakaiDOMImplementation): No longer
19            explicitly inherits |urigen:ManakaiURIImplementation| (and
20            the |f:ManakaiMinimumImplementation| class inherited
21            by it).  The |f:Minimum| feature is ever implemented
22            for compatibility (but is expected to be removed).
23            Internal methods such as |___report_error| are copied from
24            obsolete |f:MinimumImplementation| class.  DOM3
25            methods |hasFeature| and |getFeature| are also
26            moved from that class, but they now support no
27            foreign classes.
28    
29            * DOMFeature.dis (ManakaiImplementationSource): It
30            now |p:require|s |Message::Util::AutoLoad::Registry|.
31            The class no longer support classes
32            other than |ManakaiDOMImplementation|.  Note
33            that the |ImplementationRegistry| object does continue
34            to support foreign classes via foreign classes
35            implementing |ImplementationSource|
36            or |DOMImplementationSource| interface.
37            (MinimumImplementation): Removed.
38    
39            * DOMLS.dis (ManakaiDOMImplementationLS): It no
40            longer inherit the |ManakaiDOMImplementation|; it
41            is now expected to be implemented by |DOMImplementation|
42            objects.
43    
44            * DOMMain.dis (null): Removed.
45    
46            * Document.dis (___create_node_ref): It no
47            longer support foreign classes other
48            than |Message::DOM::Document::ManakaiDOMDocument|.
49            Note that document format specific DOM
50            interfaces, if supported, should be
51            all instances of the |Document| interface
52            in the implementation, as defined
53            in the Web Applications 1.0 specification (where
54            the |HTMLDocument| interface must be implemented
55            by all |Document| objects, even if the |Document|
56            contains no HTML element).
57    
58            * GenericLS.dis (GLSImplementation): It no
59            longer inherit the |MinimumImplementation|; it
60            is now expected to be implemented by |DOMImplementation|
61            objects.
62            (createGLSParser, createGLSSerializer): Load
63            module implementing parser or serializer
64            if necessary.
65    
66            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
67            longer inherits the |ManakaiDOMDocument|; it
68            is now expected to be implemented by |Document|
69            objects.
70    
71            * XDP.dis (XDPDocument): It no longer
72            inherits the |Document|; it is now expected
73            to be implemented by all |Document| objects.
74    
75            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
76            longer inherits the |ManakaiDOMDocument|; it
77            is now expected to be implemented by |Document|
78            objects.
79    
80    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
81    
82            * DOMCore.dis (ManakaiDOMImplementation): No longer
83            explicitly inherits |tc:ManakaiDOMImplementationTC|.
84            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
85    
86            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
87            the |ManakaiDOMImplementation| class.
88    
89    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DOMFeature.dis: Definitions for various concepts
92            are added.
93    
94            * GenericLS.dis (GLSImplementation): It no
95            longer inherits the |MinimumImplementation|; rather,
96            any |ManakaiMinimumImplementation| object also
97            implements |GLSImplementation| methods.
98    
99            * TreeStore.dis (DOMImplementationTreeStore): It no
100            longer inherits the |DOMImplementation|; rather,
101            any |ManakaiDOMImplementation| object also
102            implements |DOMImplementationTreeStore| methods.
103    
104    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * TreeStore.pm: Added to the CVS repository
107            to enable for the dis database to contain XML
108            fragments.
109    
110            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
111    
112            * TreeStore.dis (Namespace): Namespace URI was incorrect.
113    
114    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
115    
116            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
117    
118            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
119    
120            * XDP.dis (dtdText): Test assertion was incorrect.
121    
122    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XDP.dis (XDPEntityValue.stringify): Don't escape
125            any |%|s in |xdp:attr-definition| children.
126    
127    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
128    
129            * XDP.dis (createXDPRNIKeyword): The Perl method
130            name property is added.
131    
132    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
133    
134            * XDP.dis (createXDPIf): New method.
135            (XDPIfElement): New interface.
136    
137    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
138    
139            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
140            New methods.
141    
142    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
143    
144            * XDP.dis (XDPDocument): A number of constructor methods
145            are added.
146            (XDPTextDecl.dtdText): The |xml| target was missing.
147    
148    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Traversal.dis (SerialWalker): New interface.
151            (manakaiCreateSerialWalker): New method.
152    
153    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
154    
155            * Traversal.dis (testNode): Calls |acceptNode| method
156            rather than |&{}| dereferencing.
157            (acceptNode): Implemented.
158    
159    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
160    
161            * XDP.dis: New module.
162    
163            * Makefile: |XDP.dis| is added.
164    
165            * Traversal.dis (NodeFilter): |InputProcessor|
166            and |OutputProcessor| are added.
167    
168    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
169    
170            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
171            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
172            is added.  The |FILTER_REJECT| value is treated
173            as |FILTER_ACCEPT| if the |currentNode| is in the
174            rejected subtree as specified in the spec.
175    
176    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
177    
178            * SimpleLS.dis: An |xmlns:| prefix was missing.
179    
180    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
181    
182            * SimpleLS.dis: Namespace bugs are fixed.
183    
184    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
185    
186            * .cvsignore: Updated.
187    
188            * Traversal.dis: Unused declarations are removed.
189    
190    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
191    
192            * CharacterData.dis (Require): A reference to
193            the |MDOM:Traversal| module is added.
194            (wholeText): Implemented.
195    
196    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
197    
198            * Makefile: |Traversal.dis| is added.
199    
200            * Traversal.dis: New module.
201    
202            * TreeCore.dis (___report_error): Return value was
203            not propagated.
204    
205    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
206    
207            * Element.dis (removeAttributeNS): A runtime error
208            was occurred if there was no specified attribute node.
209    
210            * TreeCore.dis (manakaiLanguage): New attribute.
211    
212    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
213    
214            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
215            New attributes.
216    
217            (StaticNodeList): New interface.
218    
219    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
220    
221            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
222    
223    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
224    
225            * SimpleLS.dis: Reimplemented.
226    
227    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
228    
229            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
230            a qualified name.
231            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
232    
233            * TreeCore.dis (compareDocumentPosition): Implemented.
234            (normalize): Implemented.
235            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
236            class.
237    
238    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
239    
240            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
241    
242    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
243    
244            * CharacterData.dis (length, insertData, substringData,
245            appendData, deleteData, replaceData, splitText): Reimplemented.
246    
247            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
248            (c:index): The definition was missing.
249            (c:length): New property.
250    
251    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
252    
253            * XMLParser.dis (close): Invoke |close| method
254            rather than |close| function.
255    
256    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
257    
258            * CharacterData.dis: New module split from |TreeCore.dis|.
259    
260            * CharacterData.pm: Added to the CVS repository.
261    
262            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
263            interfaces are removed.
264            (Require): A reference to the |MDOM:CharacterData| module
265            is added.
266    
267            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
268    
269            * DOMCore.dis (StringOutOfBoundsException): New error.
270    
271            * Makefile: |CharacterData.pm| is added.
272    
273    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
274    
275            * XMLParser.dis (Require): Requires the |MCharset:Encode|
276            module.
277            (parse): Set the |inputEncoding| attribute of the generated document
278            object.
279            (resolveLSInput default implementation): The |byteStream|
280            and |encoding| attributes of the |LSInput| interface
281            are now supported.
282            (resolveLSInput): Parameters |impl| and |parser| are added.
283            (InputFile.inputEncoding): New attribute.
284    
285    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
286    
287            * Document.dis (adoptNode test): Documents were
288            made by different documents.
289    
290    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
291    
292            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
293            parameter is changed to |cfg:dtd-default-attribute|.
294    
295    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
296    
297            * TreeCore.dis: The |DOMMain:raiseException| elements
298            are replaced by |disPerl:EXCEPTION|s.
299    
300    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
301    
302            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
303    
304            * Node.dis (cfg:dtd-default-attribute): The configuration
305            parameter |cfg:dtd-default-attributes| is renamed
306            as |cfg:dtd-default-attribute|.
307            (Roles): Definitions are changed so that classes
308            that implement those classes MUST implement the |Node|
309            and its subinterfaces.
310            (cfg:dtd-attribute-type): New configuration parameter.
311    
312            * Document.dis (adoptNode): Don't throw exception
313            if |strictErrorChecking| is |false|.
314    
315            * Element.dis (setAttribute, setAttributeNS): Don't
316            set [attribute type] if the |cfg:dtd-attribute-type|
317            configuration parameter is set to |false|.
318            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
319            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
320            configuration parameter is set to |false|.
321    
322    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
323    
324            * TreeStore.dis: New module.
325    
326            * Makefile: |TreeStore.dis| is added.
327    
328    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
329    
330            * XMLParser.dis: Updated so that it can be used
331            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
332            and |XML.pm|.  Set the read-only flag to
333            the |DocumentType|, |Entity|, and |EntityReference| noes.
334    
335            * Node.dis (textContent): It did not handle descendant
336            element and entity reference nodes.
337    
338            * Element.dis, XML.dis (manakaiBaseURI.get): Its
339            definition has been changed to return only explicit
340            base URI specification.
341    
342            * DOMLS.dis (LSInput, LSOutput): They no longer
343            inherits the |ManakaiDOM:ManakaiDOMObject| class.
344    
345            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
346    
347            * Tree.pm, DOMXML.pm: Removed.
348    
349            * TreeCore.pm, Document.pm, Element.pm: Added
350            to the CVS repository since they are necessary to
351            build the dis library.
352    
353            * Makefile: Sync'ed to new modules disposition.
354    
355    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
356    
357            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
358            removed.  For |Element.pm| and |Document.pm| are added.
359    
360            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
361    
362            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
363    
364    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
365    
366            * DOMFeature.dis (getImplementation, getImplementationList): Support
367            for new class information variables.
368            (DOMLS:Generic): This old feature name is removed.
369    
370            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
371            for new class information variables.
372    
373            * TreeCore.dis (manakaiExpandedURI): New attribute.
374            (Document, Element.___create_node_ref): New method
375            implementations.
376    
377    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
378    
379            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
380            Reimplemented.
381            (isId): Setter is added.
382            (Element.normalize): Definition copied from the |MDOM:Tree|
383            module.
384    
385    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
386    
387            * Makefile (clean-db): New rule.
388    
389            * TreeCore.dis (setUserData): Schedule to invoke
390            the user data handler when the node is removed
391            from the memory.
392            (setAttribute, setAttributeNS): Set the [attribute type]
393            if DTD attribute definition is available.
394            (CharacterData members): Definitions copied from
395            the |MDOM:Tree| module.
396    
397    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
398    
399            * DOMCore.dis (DOMStringList.==): New overloaded operator.
400    
401            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
402            class did not implement the |GetFeature| interface.
403            (hasFeature): The |+| prefix was not taken into account.
404    
405            * TreeCore.dis (Node): The class now inherits
406            the |ManakaiHasFeatureByGetFeature| class.  It now
407            implements the |f:GetFeature| and |ecore:MUErrorTarget|
408            interfaces.
409            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
410            is supported.
411            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
412            (manakaiParentElement): New attribute.
413    
414            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
415            is removed.
416            (lookupPrefix): Old method implementation is removed.
417    
418            * XML.dis (CDATASection): The |mg:NodeRefRole| was
419            missing because of the |DISCore:stopISARecursive| property.
420    
421            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
422            They now pass all tests included in those modules!
423    
424  2006-03-30  Wakaba  <wakaba@suika.fam.cx>  2006-03-30  Wakaba  <wakaba@suika.fam.cx>
425    
426          * DOMCore.dis (Require): A reference to the |MURI:Generic|          * DOMCore.dis (Require): A reference to the |MURI:Generic|

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.197

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24