/[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.177 by wakaba, Sat Apr 22 08:31:00 2006 UTC revision 1.199 by wakaba, Sun Nov 5 10:57:29 2006 UTC
# Line 1  Line 1 
1    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (ImplementationList, ImplementationSource,
4            ImplementationRegistry): Parameters |features|
5            now allow |null| (equivalent to an empty string).
6    
7    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
8    
9            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
10            class.  Factory methods |createTextNode| and |createComment|
11            are moved from |ManakaiDOMDocument|.
12    
13            * DOMCore.dis: References to |ManakaiDOMObject|
14            are removed.
15            (tc:createImplForTest): Moved from |TreeCore.dis|.
16            (DOMImplementation.___create_node_ref): Support
17            for the |mg:nodeRefClass| option is removed.
18            (ManakaiDOMConfiguration.___report_error): Moved
19            from |ManakaiDOMObject| class.
20    
21            * DOMFeature.dis (domidl:extends): New property.
22            (f:getFeatureImpl): Support for |+| classes is removed.
23    
24            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
25            (ManakaiDOM:ManakaiDOMObject): Removed.
26            (DOMDataType): Removed.
27    
28            * Document.dis (ManakaiDOMImplementationDocument):
29            The |createDocument| method is moved from
30            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
31            (ManakaiDOMDocument.___create_node_ref): Removed.
32            (createElement, createElementNS, createAttribute,
33            createAttributeNS, createTextNode, createComment,
34            createCDATASection, createEntityReference,
35            createProcessingInstruction): Class implementations
36            are moved to each module.
37    
38            * Element.dis (ManakaiDOMImplementationElement): Factory
39            methods are moved from |Document.dis|.
40            (ManakaiDOMElement.___create_node_ref): Support
41            for old class registry is removed.
42            (ManakaiDOMAttr.___create_node_ref): Removed.
43            (Attr.baseURI): Implementation
44            for |xml:base| attribute is merged.
45            (Attr.nodeValue, Attr.value): Implementation
46            for |xml:id| attribute is merged.
47    
48            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
49    
50            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
51            definition for |createDocumentType| method
52            is moved from |TreeCore.dis|.
53    
54            * XML.dis (ManakaiDOMXMLDocument): Factory
55            methods are moved from |Document.dis|.
56            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
57            into |ManakaiDOMAttr| in |Element.dis|).
58    
59    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
60    
61            * Element.dis (___get_node_ref): |eval|ed |require|
62            statement was broken.
63    
64            * DOMFeature.dis (getImplementationList): Argument
65            is not passed to the |getImplementation| method.
66    
67            * TreeStore.dis (DOMImplementationTreeStore): It
68            did not |f:implements| the |TSFeature30| feature.
69    
70            * XMLParser.dis: Use |create_uri_reference|
71            method instead of internal |_new| method
72            to create a URI reference object.
73    
74    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
75    
76            * DOMCore.dis (ManakaiDOMImplementation): No longer
77            explicitly inherits |urigen:ManakaiURIImplementation| (and
78            the |f:ManakaiMinimumImplementation| class inherited
79            by it).  The |f:Minimum| feature is ever implemented
80            for compatibility (but is expected to be removed).
81            Internal methods such as |___report_error| are copied from
82            obsolete |f:MinimumImplementation| class.  DOM3
83            methods |hasFeature| and |getFeature| are also
84            moved from that class, but they now support no
85            foreign classes.
86    
87            * DOMFeature.dis (ManakaiImplementationSource): It
88            now |p:require|s |Message::Util::AutoLoad::Registry|.
89            The class no longer support classes
90            other than |ManakaiDOMImplementation|.  Note
91            that the |ImplementationRegistry| object does continue
92            to support foreign classes via foreign classes
93            implementing |ImplementationSource|
94            or |DOMImplementationSource| interface.
95            (MinimumImplementation): Removed.
96    
97            * DOMLS.dis (ManakaiDOMImplementationLS): It no
98            longer inherit the |ManakaiDOMImplementation|; it
99            is now expected to be implemented by |DOMImplementation|
100            objects.
101    
102            * DOMMain.dis (null): Removed.
103    
104            * Document.dis (___create_node_ref): It no
105            longer support foreign classes other
106            than |Message::DOM::Document::ManakaiDOMDocument|.
107            Note that document format specific DOM
108            interfaces, if supported, should be
109            all instances of the |Document| interface
110            in the implementation, as defined
111            in the Web Applications 1.0 specification (where
112            the |HTMLDocument| interface must be implemented
113            by all |Document| objects, even if the |Document|
114            contains no HTML element).
115    
116            * GenericLS.dis (GLSImplementation): It no
117            longer inherit the |MinimumImplementation|; it
118            is now expected to be implemented by |DOMImplementation|
119            objects.
120            (createGLSParser, createGLSSerializer): Load
121            module implementing parser or serializer
122            if necessary.
123    
124            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
125            longer inherits the |ManakaiDOMDocument|; it
126            is now expected to be implemented by |Document|
127            objects.
128    
129            * XDP.dis (XDPDocument): It no longer
130            inherits the |Document|; it is now expected
131            to be implemented by all |Document| objects.
132    
133            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
134            longer inherits the |ManakaiDOMDocument|; it
135            is now expected to be implemented by |Document|
136            objects.
137    
138    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DOMCore.dis (ManakaiDOMImplementation): No longer
141            explicitly inherits |tc:ManakaiDOMImplementationTC|.
142            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
143    
144            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
145            the |ManakaiDOMImplementation| class.
146    
147    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
148    
149            * DOMFeature.dis: Definitions for various concepts
150            are added.
151    
152            * GenericLS.dis (GLSImplementation): It no
153            longer inherits the |MinimumImplementation|; rather,
154            any |ManakaiMinimumImplementation| object also
155            implements |GLSImplementation| methods.
156    
157            * TreeStore.dis (DOMImplementationTreeStore): It no
158            longer inherits the |DOMImplementation|; rather,
159            any |ManakaiDOMImplementation| object also
160            implements |DOMImplementationTreeStore| methods.
161    
162    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
163    
164            * TreeStore.pm: Added to the CVS repository
165            to enable for the dis database to contain XML
166            fragments.
167    
168            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
169    
170            * TreeStore.dis (Namespace): Namespace URI was incorrect.
171    
172    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
173    
174            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
175    
176            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
177    
178            * XDP.dis (dtdText): Test assertion was incorrect.
179    
180    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
181    
182            * XDP.dis (XDPEntityValue.stringify): Don't escape
183            any |%|s in |xdp:attr-definition| children.
184    
185    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
186    
187            * XDP.dis (createXDPRNIKeyword): The Perl method
188            name property is added.
189    
190    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
191    
192            * XDP.dis (createXDPIf): New method.
193            (XDPIfElement): New interface.
194    
195    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
196    
197            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
198            New methods.
199    
200    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
201    
202            * XDP.dis (XDPDocument): A number of constructor methods
203            are added.
204            (XDPTextDecl.dtdText): The |xml| target was missing.
205    
206    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
207    
208            * Traversal.dis (SerialWalker): New interface.
209            (manakaiCreateSerialWalker): New method.
210    
211    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
212    
213            * Traversal.dis (testNode): Calls |acceptNode| method
214            rather than |&{}| dereferencing.
215            (acceptNode): Implemented.
216    
217    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
218    
219            * XDP.dis: New module.
220    
221            * Makefile: |XDP.dis| is added.
222    
223            * Traversal.dis (NodeFilter): |InputProcessor|
224            and |OutputProcessor| are added.
225    
226    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
227    
228            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
229            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
230            is added.  The |FILTER_REJECT| value is treated
231            as |FILTER_ACCEPT| if the |currentNode| is in the
232            rejected subtree as specified in the spec.
233    
234    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
235    
236            * SimpleLS.dis: An |xmlns:| prefix was missing.
237    
238    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
239    
240            * SimpleLS.dis: Namespace bugs are fixed.
241    
242    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
243    
244            * .cvsignore: Updated.
245    
246            * Traversal.dis: Unused declarations are removed.
247    
248    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
249    
250            * CharacterData.dis (Require): A reference to
251            the |MDOM:Traversal| module is added.
252            (wholeText): Implemented.
253    
254    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
255    
256            * Makefile: |Traversal.dis| is added.
257    
258            * Traversal.dis: New module.
259    
260            * TreeCore.dis (___report_error): Return value was
261            not propagated.
262    
263    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
264    
265            * Element.dis (removeAttributeNS): A runtime error
266            was occurred if there was no specified attribute node.
267    
268            * TreeCore.dis (manakaiLanguage): New attribute.
269    
270    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
271    
272            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
273            New attributes.
274    
275            (StaticNodeList): New interface.
276    
277    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
278    
279            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
280    
281  2006-04-22  Wakaba  <wakaba@suika.fam.cx>  2006-04-22  Wakaba  <wakaba@suika.fam.cx>
282    
283          * SimpleLS.dis: Reimplemented.          * SimpleLS.dis: Reimplemented.

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.199

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24