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

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.73

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24