/[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.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>  2005-05-21  Wakaba  <wakaba@suika.fam.cx>
233    
234          * DOMCore.dis (getNodeReference): Use HTMLDocument class          * DOMCore.dis (getNodeReference): Use HTMLDocument class

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24