/[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.158 by wakaba, Tue Mar 28 00:59:50 2006 UTC revision 1.173 by wakaba, Sun Apr 16 10:05:23 2006 UTC
# Line 1  Line 1 
1    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis (close): Invoke |close| method
4            rather than |close| function.
5    
6    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * CharacterData.dis: New module split from |TreeCore.dis|.
9    
10            * CharacterData.pm: Added to the CVS repository.
11    
12            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
13            interfaces are removed.
14            (Require): A reference to the |MDOM:CharacterData| module
15            is added.
16    
17            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
18    
19            * DOMCore.dis (StringOutOfBoundsException): New error.
20    
21            * Makefile: |CharacterData.pm| is added.
22    
23    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
24    
25            * XMLParser.dis (Require): Requires the |MCharset:Encode|
26            module.
27            (parse): Set the |inputEncoding| attribute of the generated document
28            object.
29            (resolveLSInput default implementation): The |byteStream|
30            and |encoding| attributes of the |LSInput| interface
31            are now supported.
32            (resolveLSInput): Parameters |impl| and |parser| are added.
33            (InputFile.inputEncoding): New attribute.
34    
35    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Document.dis (adoptNode test): Documents were
38            made by different documents.
39    
40    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
41    
42            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
43            parameter is changed to |cfg:dtd-default-attribute|.
44    
45    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
46    
47            * TreeCore.dis: The |DOMMain:raiseException| elements
48            are replaced by |disPerl:EXCEPTION|s.
49    
50    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
51    
52            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
53    
54            * Node.dis (cfg:dtd-default-attribute): The configuration
55            parameter |cfg:dtd-default-attributes| is renamed
56            as |cfg:dtd-default-attribute|.
57            (Roles): Definitions are changed so that classes
58            that implement those classes MUST implement the |Node|
59            and its subinterfaces.
60            (cfg:dtd-attribute-type): New configuration parameter.
61    
62            * Document.dis (adoptNode): Don't throw exception
63            if |strictErrorChecking| is |false|.
64    
65            * Element.dis (setAttribute, setAttributeNS): Don't
66            set [attribute type] if the |cfg:dtd-attribute-type|
67            configuration parameter is set to |false|.
68            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
69            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
70            configuration parameter is set to |false|.
71    
72    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
73    
74            * TreeStore.dis: New module.
75    
76            * Makefile: |TreeStore.dis| is added.
77    
78    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
79    
80            * XMLParser.dis: Updated so that it can be used
81            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
82            and |XML.pm|.  Set the read-only flag to
83            the |DocumentType|, |Entity|, and |EntityReference| noes.
84    
85            * Node.dis (textContent): It did not handle descendant
86            element and entity reference nodes.
87    
88            * Element.dis, XML.dis (manakaiBaseURI.get): Its
89            definition has been changed to return only explicit
90            base URI specification.
91    
92            * DOMLS.dis (LSInput, LSOutput): They no longer
93            inherits the |ManakaiDOM:ManakaiDOMObject| class.
94    
95            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
96    
97            * Tree.pm, DOMXML.pm: Removed.
98    
99            * TreeCore.pm, Document.pm, Element.pm: Added
100            to the CVS repository since they are necessary to
101            build the dis library.
102    
103            * Makefile: Sync'ed to new modules disposition.
104    
105    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
106    
107            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
108            removed.  For |Element.pm| and |Document.pm| are added.
109    
110            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
111    
112            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
113    
114    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
115    
116            * DOMFeature.dis (getImplementation, getImplementationList): Support
117            for new class information variables.
118            (DOMLS:Generic): This old feature name is removed.
119    
120            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
121            for new class information variables.
122    
123            * TreeCore.dis (manakaiExpandedURI): New attribute.
124            (Document, Element.___create_node_ref): New method
125            implementations.
126    
127    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
128    
129            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
130            Reimplemented.
131            (isId): Setter is added.
132            (Element.normalize): Definition copied from the |MDOM:Tree|
133            module.
134    
135    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
136    
137            * Makefile (clean-db): New rule.
138    
139            * TreeCore.dis (setUserData): Schedule to invoke
140            the user data handler when the node is removed
141            from the memory.
142            (setAttribute, setAttributeNS): Set the [attribute type]
143            if DTD attribute definition is available.
144            (CharacterData members): Definitions copied from
145            the |MDOM:Tree| module.
146    
147    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
148    
149            * DOMCore.dis (DOMStringList.==): New overloaded operator.
150    
151            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
152            class did not implement the |GetFeature| interface.
153            (hasFeature): The |+| prefix was not taken into account.
154    
155            * TreeCore.dis (Node): The class now inherits
156            the |ManakaiHasFeatureByGetFeature| class.  It now
157            implements the |f:GetFeature| and |ecore:MUErrorTarget|
158            interfaces.
159            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
160            is supported.
161            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
162            (manakaiParentElement): New attribute.
163    
164            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
165            is removed.
166            (lookupPrefix): Old method implementation is removed.
167    
168            * XML.dis (CDATASection): The |mg:NodeRefRole| was
169            missing because of the |DISCore:stopISARecursive| property.
170    
171            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
172            They now pass all tests included in those modules!
173    
174    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DOMCore.dis (Require): A reference to the |MURI:Generic|
177            module is added.
178            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
179            (ManakaiDOMImplementation): It now inherits
180            the |urigen:ManakaiURIImplementation| class and
181            implements the |ecore:MUErrorTarget| interface.  It no
182            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
183            (ManakaiDOMImplementation.___report_error): New method.
184    
185            * DOMFeature.dis (Require): It now references the |Util:Grove|
186            module instead of |Util:ManakaiNode| module.
187            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
188            (f:ManakaiMinimumImplementationCompatible): New role.
189            (ManakaiMinimumImplementation): Now it is built
190            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
191            module.
192            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
193            (c:implementation): Removed.
194            (f:implementation, f:revImplementation): New properties.
195    
196            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
197    
198            * Tree.dis (cfg:clone-entity-reference-subtree,
199            cfg:dtd-default-attributes, cfg:xml-id,
200            cfg:strict-document-children): Removed (moved
201            to the |MDOM:TreeCore| module).
202    
203            * TreeCore.dis (Require): The reference to the |MURI:Generic|
204            module is removed.
205            (ManakaiDOMImplementationTC): Some members are removed
206            since they are incorporated to the |c:ManakaiDOMImplementation|
207            or the |f:ManakaiMinimumImplementation|.
208            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
209            (replaceChildImpl1): A typo on the removing the parent node
210            of the old child node is fixed.
211            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
212            module).
213            (tc:implementation, tc:revImplementation): Removed (moved
214            to the |MDOM:DOMFeature| module).
215            (Document.appendChild, insertBefore, replaceChild): Sets
216            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
217            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
218            when the new value is |null|.
219            (Attr.___create_node_ref): Attribute name and
220            owner element type specific classes are supported (it
221            was partially implemented but was incorrect).
222            (ManakaiDOMGetElementsNodeList.item): Don't return
223            a node if the |index| is negative.
224            (setNamedItem): Various typos are fixed.
225            (removeNamedItem): The node was not removed orz
226            (cfg:clone-entity-reference-subtree,
227            cfg:dtd-default-attributes, cfg:xml-id,
228            cfg:strict-document-children): Definitions are moved
229            from the |MDOM:Tree| module.  Note that the tests for default
230            attributes still fail.
231            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
232            (Attr): Role name was incorrect.
233    
234            * XDoctype.dis (setDefinitionNode): Return value was
235            not set.
236            (AttributeDefinition): Role name was incorrect.
237    
238            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
239            module is added.
240            (Notation.appendChild, insertBefore, replaceChild): New method
241            implementations.
242            (Entity.appendChild, insertBefore, replaceChild): New method
243            implementations.
244            (EntityReference.appendChild, insertBefore, replaceChild): Now
245            they are defined as copies of ones in the |Entity| class.
246            (XMLBaseAttribute, XMLIdAttribute): Now they are
247            namespace unaware attributes.
248            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
249            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
250            to namespace aware attributes are added.
251    
252    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
253    
254            * DOMCore.dis: Namespace prefixes are changed to new ones.
255    
256            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
257            untested).
258            (___report_error): Reimplemented (untested).
259            (manakaiSetReadOnly): New method.
260            (Attr.___create_node_ref): New method (untested).
261            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
262            (createEntityReference, cloneNode): Support for
263            the |cfg:entity-reference-read-only| configuration
264            parameter is removed; newly created entity references
265            are always read-only and use the |manakaiSetReadOnly| method
266            if desired.
267            (Element.manakaiBaseURI): Reimplemented (untested).
268    
269            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
270            the |MDOM:XML| Perl module.
271            (DocumentTypeDefinition.___create_node_stem): Sets
272            the |tc:implementation| internal property if its value
273            is provided.  The |infoset:content| internal property name
274            was incorrect.
275            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
276            read-only |NodeList| and |DOMStringList| are added
277            for clarification.
278    
279  2006-03-26  Wakaba  <wakaba@suika.fam.cx>  2006-03-26  Wakaba  <wakaba@suika.fam.cx>
280    
281          * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|          * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.173

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24