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