/[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.35 by wakaba, Mon Oct 18 12:23:51 2004 UTC revision 1.77 by wakaba, Wed Oct 12 00:30:54 2005 UTC
# Line 1  Line 1 
1    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
4            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
5            (doStrictErrorChecking): New code.
6    
7            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
8            supported.
9    
10            * Makefile: Rule to make "DOMFeature.pm" restored.
11    
12    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
13    
14            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
15            (adoptNode): Implemented.
16    
17    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
20    
21            * DOMFeature.dis (DOMCore:implementation): Short name added.
22    
23            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
24            (DOMCore:node): New error parameter.
25            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
26            to "mn:xrefnode0".  For this reason, all assignments
27            to this property have been rewritten to references
28            to code "mn:setXRefNode".
29            (cloneNode): Implemented.
30            (setAttributeNode): A missing "importTree" method call added.
31            (setAttributeNodeNS): Perl code removed and changed
32            to a reference to "setAttributeNode" method code.
33    
34            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
35            property to "mn:xrefnode0" property.
36    
37    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
40            in interfaces.
41    
42    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
45            (ManakaiDOMCharacterData): Methods reimplemented.
46            (splitText): Reimplemented.
47            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
48            for non-parent node types.
49    
50            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
51                    for non-parent node types.
52    
53    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
54    
55            * ManakaiDOMLS2003.dis: Revised to new format.
56    
57            * GenericLS.dis (DOMLS:ParseString): New feature.
58    
59    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMFeature.dis: Description added and revised.  (Still more
62            work required.)
63    
64    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DOMMain.dis (DOMString): The "idl:perl" attribute
67            value has been changed from "DISPerl:String"
68            to "DISPerl:CharacterString" to clarify its semantics.
69    
70    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
71    
72            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
73            type properties added.
74    
75            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
76            type properties added.
77    
78    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
81            properties added.
82    
83    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
84    
85            * DOMFeature.dis: Documentation added (still work in progress).
86            (MIString): New type.
87    
88            * DOMCore.dis (namespaceURI): Fixed to return the namespace
89            URI value, not a reference to it.
90    
91    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
92    
93            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
94            names where possible.
95    
96            * DOMFeature.dis: Documentation for DOM Minimum Implementation
97            added (still work in progress).
98    
99            * Makefile (feature.dae, feature-spec.dae): New rules.
100    
101    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DOMCore.dis (DOMCore:nodeProp): New property.
104    
105            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
106            is removed.
107    
108    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
109    
110            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
111    
112    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
113    
114            * Makefile (DAC_SUFFIX): Changed to ".dae".
115            (DAEM_SUFFIX): New.
116    
117    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
120            and "ManakaiDOM:ManakaiDOM2".
121    
122            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
123            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
124            instead of disPerl:Q for internal property hash keys.
125    
126            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
127            definitions added.
128    
129            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
130            New resources.
131            
132            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
133            resources.
134    
135    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
136    
137            * GenericLS.dis, SimpleLS.dis: New modules separated
138            from DOMLS.dis.
139    
140            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
141            moved from DOMMain to DOMFeature.  Now DOMFeature
142            has no dependency on DOMMain.
143    
144            * DOMFeature.dis (DEBUG): New variable.
145    
146    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Makefile: DAC_SUFFIX changed to ".dad".
149    
150    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
153            features if it is "for" ManakaiDOM:DOMXMLFeature.
154    
155            * DOMMain.pm (StringExtend): Code portions of raising
156            StringOutOfBoundsException is temporary disabled since
157            it is not a DOM-style exception supported by
158            current implementation of ManakaiNode - it will be
159            recovered in later revision.
160    
161    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DOMFeature.pm: Debug output code copied
164            from Attic/DOMMetaImpl.pm (Should these code incorporated
165            to source dis file?).
166    
167    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
168    
169            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
170            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
171            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
172            (ManakaiDOMTimeStamp): Removed.
173    
174            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
175            longer in use).
176    
177    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
178    
179            * DOMMain.dis (StringOutOfBoundsException): New exception.
180    
181    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
182    
183            * DOMFeature.dis: dis:dataType and dis:multipleProperties
184            properties added to properties.
185    
186    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
187    
188            * Makefile: Rules renewaled.
189    
190    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
191    
192            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
193    
194    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
195    
196            * DOMMain.dis (DOMImplementationRegistry,
197            DOMImplementationRegistryVar): New.
198    
199            * DOMFeature.dis (DOMImplementationRegistry,
200            DOMImplementationRegistryVar): Removed.
201            (ImplementationRegistry): New class.
202    
203    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
204    
205            * DOMFeature.dis: New module.
206    
207            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
208    
209            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
210            (DOMString, DOMTimeStamp): Now they are not interfaces
211            but datatypes.
212            (DOMUserData, DOMObject, DOMUserData): Now they
213            are subtypes rather than aliases of their "real" type in IDL.
214            
215            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
216            New interfaces and classes.    
217    
218    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
219    
220            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
221            property of the new Text node.
222    
223    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
224    
225            * Makefile: Loads "NaturalLanguage.dis".
226    
227    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
228    
229            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
230            to the root element created by the method.  (It was forgotten!!)
231    
232    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
233    
234            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
235            in the code of removing the newChild from the previous
236            parent of that node is fixed.
237    
238    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
239    
240            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
241            namespace prefix of element type if it is not declared
242            but not used else.  A shift is replaced by pop:).
243    
244            * DOMCore.dis (getFeature): The getFeature method
245            for Node-derived classes implemented.
246            * DOMXML.dis (getFeature): Ditto.
247    
248    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DOMCore.dis (getNodeReference): Use HTMLDocument class
251            if a document node has no document element node but
252            has support for the "HTML" feature.
253    
254    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
255    
256            * DOMMetaImpl.dis (features input normalizer): Variable name
257            typo fixed.
258            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
259            so that version specification for "+"'ed feature name does work now.
260    
261    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
262    
263            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
264            removed (now defined in DOMMetaImpl).
265    
266    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
267    
268            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
269    
270            * Makefile: Rules for DOMMetaImpl module added.
271    
272    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
273    
274            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
275    
276    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
277    
278            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
279            is an instance method, not a class method.
280    
281            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
282            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
283            (Exception-related definitions): Removed (moved to
284            "lib/Message/Util/Error/DOMException.dis").
285            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
286            to DISLang).
287    
288    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
289    
290            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
291            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
292            "lib/Message/Util/ManakaiNode.dis").
293            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
294            "lib/manakai/DISCore.dis").
295            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
296            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
297            "lib/manakai/DISLang.dis").
298    
299    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
300    
301            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
302            DISPerl module).
303    
304    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
305    
306            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
307    
308    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
309    
310            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
311            XML document.
312    
313    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
314    
315            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
316            (IntMethod[isExternallyReferred]): Rewritten.
317            (IntMethod[isExternallyReferredDownward]): Removed.
318            (Checking XML name legallity): Fix true or false mistakes.
319            (destroy, importTree, orphanate): Rewritten.
320            (destroyDownward, changeTreeIDDownward): Removed.
321            (TreeCore:urefnode property): Removed since not used.
322    
323            * DOMCore.dis: Tying array for NodeList implemented.
324    
325    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
326    
327            * DOMHTML.dis (HTMLDOMImplementation): New interface.
328    
329            * DOMViews.dis: Documentation for properties are added.
330    
331    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
332    
333            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
334    
335            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
336    
337    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
338    
339            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
340    
341    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
342    
343            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
344    
345    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
346    
347            * .cvsignore: Ignore pod files.
348    
349    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
350    
351            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
352    
353            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
354            be DOMString->length.
355    
356            * DOMCore.dis (Element.getElementsByTagName,
357            Node.getElementsByTagName, Element.getElementsByTagNameNS,
358            Node.getElementsByTagNameNS): Implemented.
359            (Element.getAttributeNode, Element.getAttributeNodeNS):
360            Check whether defined.
361    
362  2004-10-18  Wakaba  <wakaba@suika.fam.cx>  2004-10-18  Wakaba  <wakaba@suika.fam.cx>
363    
364          * DOMWebForms.dis: New module.          * DOMWebForms.dis: New module.

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24