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