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