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

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.76

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24