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

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.79

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24