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