/[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.45 by wakaba, Fri Feb 18 06:13:52 2005 UTC revision 1.71 by wakaba, Sun Oct 2 23:35:32 2005 UTC
# Line 1  Line 1 
1    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
4            properties added.
5    
6    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMFeature.dis: Documentation added (still work in progress).
9            (MIString): New type.
10    
11            * DOMCore.dis (namespaceURI): Fixed to return the namespace
12            URI value, not a reference to it.
13    
14    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
17            names where possible.
18    
19            * DOMFeature.dis: Documentation for DOM Minimum Implementation
20            added (still work in progress).
21    
22            * Makefile (feature.dae, feature-spec.dae): New rules.
23    
24    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
25    
26            * DOMCore.dis (DOMCore:nodeProp): New property.
27    
28            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
29            is removed.
30    
31    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
32    
33            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
34    
35    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Makefile (DAC_SUFFIX): Changed to ".dae".
38            (DAEM_SUFFIX): New.
39    
40    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
43            and "ManakaiDOM:ManakaiDOM2".
44    
45            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
46            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
47            instead of disPerl:Q for internal property hash keys.
48    
49            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
50            definitions added.
51    
52            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
53            New resources.
54            
55            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
56            resources.
57    
58    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
59    
60            * GenericLS.dis, SimpleLS.dis: New modules separated
61            from DOMLS.dis.
62    
63            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
64            moved from DOMMain to DOMFeature.  Now DOMFeature
65            has no dependency on DOMMain.
66    
67            * DOMFeature.dis (DEBUG): New variable.
68    
69    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
70    
71            * Makefile: DAC_SUFFIX changed to ".dad".
72    
73    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
76            features if it is "for" ManakaiDOM:DOMXMLFeature.
77    
78            * DOMMain.pm (StringExtended): Code portions of raising
79            StringOutOfBoundsException is temporary disabled since
80            it is not a DOM-style exception supported by
81            current implementation of ManakaiNode - it will be
82            recovered in later revision.
83    
84    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMFeature.pm: Debug output code copied
87            from Attic/DOMMetaImpl.pm (Should these code incorporated
88            to source dis file?).
89    
90    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
91    
92            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
93            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
94            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
95            (ManakaiDOMTimeStamp): Removed.
96    
97            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
98            longer in use).
99    
100    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
101    
102            * DOMMain.dis (StringOutOfBoundsException): New exception.
103    
104    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * DOMFeature.dis: dis:dataType and dis:multipleProperties
107            properties added to properties.
108    
109    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Makefile: Rules renewaled.
112    
113    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
116    
117    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DOMMain.dis (DOMImplementationRegistry,
120            DOMImplementationRegistryVar): New.
121    
122            * DOMFeature.dis (DOMImplementationRegistry,
123            DOMImplementationRegistryVar): Removed.
124            (ImplementationRegistry): New class.
125    
126    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMFeature.dis: New module.
129    
130            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
131    
132            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
133            (DOMString, DOMTimeStamp): Now they are not interfaces
134            but datatypes.
135            (DOMUserData, DOMObject, DOMUserData): Now they
136            are subtypes rather than aliases of their "real" type in IDL.
137            
138            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
139            New interfaces and classes.    
140    
141    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
142    
143            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
144            property of the new Text node.
145    
146    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Makefile: Loads "NaturalLanguage.dis".
149    
150    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
153            to the root element created by the method.  (It was forgotten!!)
154    
155    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
158            in the code of removing the newChild from the previous
159            parent of that node is fixed.
160    
161    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
164            namespace prefix of element type if it is not declared
165            but not used else.  A shift is replaced by pop:).
166    
167            * DOMCore.dis (getFeature): The getFeature method
168            for Node-derived classes implemented.
169            * DOMXML.dis (getFeature): Ditto.
170    
171    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
172    
173            * DOMCore.dis (getNodeReference): Use HTMLDocument class
174            if a document node has no document element node but
175            has support for the "HTML" feature.
176    
177    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
178    
179            * DOMMetaImpl.dis (features input normalizer): Variable name
180            typo fixed.
181            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
182            so that version specification for "+"'ed feature name does work now.
183    
184    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
185    
186            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
187            removed (now defined in DOMMetaImpl).
188    
189    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
190    
191            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
192    
193            * Makefile: Rules for DOMMetaImpl module added.
194    
195    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
198    
199  2005-02-18  Wakaba  <wakaba@suika.fam.cx>  2005-02-18  Wakaba  <wakaba@suika.fam.cx>
200    
201            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
202            is an instance method, not a class method.
203    
204          * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,          * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
205          ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").          ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
206          (Exception-related definitions): Removed (moved to          (Exception-related definitions): Removed (moved to

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.71

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24