1 |
wakaba |
1.45 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
4 |
|
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
5 |
|
|
(Exception-related definitions): Removed (moved to |
6 |
|
|
"lib/Message/Util/Error/DOMException.dis"). |
7 |
|
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
8 |
|
|
to DISLang). |
9 |
|
|
|
10 |
|
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
|
12 |
|
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
13 |
|
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
14 |
|
|
"lib/Message/Util/ManakaiNode.dis"). |
15 |
|
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
16 |
|
|
"lib/manakai/DISCore.dis"). |
17 |
|
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
18 |
|
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
19 |
|
|
"lib/manakai/DISLang.dis"). |
20 |
|
|
|
21 |
|
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
|
23 |
|
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
24 |
|
|
DISPerl module). |
25 |
|
|
|
26 |
wakaba |
1.44 |
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
29 |
|
|
|
30 |
wakaba |
1.43 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
|
32 |
|
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
33 |
|
|
XML document. |
34 |
|
|
|
35 |
wakaba |
1.42 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
|
37 |
|
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
38 |
|
|
(IntMethod[isExternallyReferred]): Rewritten. |
39 |
|
|
(IntMethod[isExternallyReferredDownward]): Removed. |
40 |
|
|
(Checking XML name legallity): Fix true or false mistakes. |
41 |
|
|
(destroy, importTree, orphanate): Rewritten. |
42 |
|
|
(destroyDownward, changeTreeIDDownward): Removed. |
43 |
|
|
(TreeCore:urefnode property): Removed since not used. |
44 |
|
|
|
45 |
|
|
* DOMCore.dis: Tying array for NodeList implemented. |
46 |
|
|
|
47 |
|
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
|
49 |
|
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
50 |
|
|
|
51 |
|
|
* DOMViews.dis: Documentation for properties are added. |
52 |
|
|
|
53 |
wakaba |
1.40 |
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
|
55 |
wakaba |
1.41 |
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
56 |
|
|
|
57 |
wakaba |
1.40 |
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
58 |
|
|
|
59 |
wakaba |
1.39 |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
|
61 |
|
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
62 |
|
|
|
63 |
wakaba |
1.38 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
|
65 |
|
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
66 |
|
|
|
67 |
wakaba |
1.37 |
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
|
69 |
|
|
* .cvsignore: Ignore pod files. |
70 |
|
|
|
71 |
wakaba |
1.36 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
|
73 |
|
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
74 |
|
|
|
75 |
|
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
76 |
|
|
be DOMString->length. |
77 |
|
|
|
78 |
|
|
* DOMCore.dis (Element.getElementsByTagName, |
79 |
|
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
80 |
|
|
Node.getElementsByTagNameNS): Implemented. |
81 |
|
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
82 |
|
|
Check whether defined. |
83 |
|
|
|
84 |
wakaba |
1.35 |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
|
86 |
|
|
* DOMWebForms.dis: New module. |
87 |
|
|
|
88 |
wakaba |
1.33 |
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
|
90 |
wakaba |
1.34 |
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
91 |
|
|
DOMHTML.dis: New modules. |
92 |
wakaba |
1.33 |
|
93 |
wakaba |
1.32 |
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
|
95 |
|
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
96 |
|
|
|
97 |
wakaba |
1.30 |
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
|
99 |
|
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
100 |
wakaba |
1.31 |
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
101 |
wakaba |
1.30 |
|
102 |
wakaba |
1.28 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
103 |
wakaba |
1.30 |
|
104 |
|
|
* DOMEvents.dis: New module. |
105 |
wakaba |
1.28 |
|
106 |
wakaba |
1.29 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
107 |
|
|
node reference. |
108 |
|
|
|
109 |
|
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
110 |
|
|
to '$self' for correct error reporting and not to leak memory. |
111 |
|
|
|
112 |
wakaba |
1.28 |
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
113 |
|
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
114 |
|
|
|
115 |
wakaba |
1.26 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
|
117 |
wakaba |
1.28 |
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
118 |
|
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
119 |
|
|
|
120 |
wakaba |
1.27 |
* dis2pm.pl: Functions to create perl/pod structures |
121 |
|
|
are moved to ../../bin/genlib.pl. |
122 |
wakaba |
1.28 |
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
123 |
|
|
character of a paragraph. |
124 |
wakaba |
1.27 |
|
125 |
wakaba |
1.26 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
126 |
|
|
Set ownerDocument as parent if parent.ownerDocument is null. |
127 |
|
|
|
128 |
|
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
129 |
|
|
|
130 |
|
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
|
132 |
|
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
133 |
|
|
of ManakaiDOMMain interfaces. |
134 |
|
|
|
135 |
|
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
136 |
|
|
|
137 |
|
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
138 |
|
|
prefix is null. |
139 |
|
|
|
140 |
|
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
141 |
|
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
142 |
|
|
and DOM3. |
143 |
|
|
|
144 |
wakaba |
1.25 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
|
146 |
|
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
147 |
|
|
element type 'FILE' added. |
148 |
|
|
|
149 |
|
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
150 |
|
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
151 |
|
|
(ManakaiDOMObject/___report_error): Implemented. |
152 |
|
|
|
153 |
|
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
154 |
|
|
|
155 |
wakaba |
1.24 |
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
|
157 |
|
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
158 |
|
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
159 |
|
|
|
160 |
|
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
|
162 |
|
|
* .cvsignore: New file. |
163 |
|
|
|
164 |
wakaba |
1.22 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
|
166 |
wakaba |
1.23 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
167 |
|
|
|
168 |
wakaba |
1.22 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
169 |
|
|
license. |
170 |
wakaba |
1.23 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
171 |
|
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
172 |
|
|
(perl_name): Die if uninitialized value. |
173 |
|
|
(constgroup2perl): Support constant group without machine-name. |
174 |
|
|
(pod_item): Die if uninitialized value. |
175 |
|
|
(qname_label): Don't output default prefix. |
176 |
wakaba |
1.22 |
|
177 |
|
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
178 |
|
|
and 'FileName'. |
179 |
|
|
|
180 |
wakaba |
1.20 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
|
182 |
wakaba |
1.21 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
183 |
|
|
|
184 |
|
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
185 |
|
|
type is 'DOMString' or 'DOMException' and it is not defined. |
186 |
|
|
(MAIN): Make empty 'Return' element even if return |
187 |
|
|
value is void. |
188 |
|
|
(supply_incase): New. |
189 |
|
|
(const): Use 'FullName' in favor of 'Description' if the name of |
190 |
|
|
the const group is not a machine-friendly name. |
191 |
|
|
|
192 |
|
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
|
194 |
wakaba |
1.20 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
195 |
|
|
|
196 |
wakaba |
1.19 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
|
198 |
|
|
* dis2pm.pl: Generate TODO list. |
199 |
|
|
(method2perl): Use "dis". |
200 |
|
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
201 |
|
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
202 |
|
|
|
203 |
|
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
204 |
|
|
warning code. |
205 |
|
|
|
206 |
|
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
207 |
|
|
method or attribute(set) does not return a value. |
208 |
|
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
209 |
|
|
parameter. |
210 |
|
|
|
211 |
wakaba |
1.18 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
|
213 |
|
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
214 |
|
|
(param2poditem): New. |
215 |
|
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
216 |
|
|
(perl_builtin_code): More developer-friendly error report. |
217 |
|
|
(perl_code): New 'REQUIRE' statement added. |
218 |
|
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
219 |
|
|
(get_value_literal): Default for unknown type is now 'undef'. |
220 |
|
|
|
221 |
|
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
|
223 |
|
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
224 |
|
|
'XMLVersion' added. |
225 |
|
|
|
226 |
wakaba |
1.16 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
|
228 |
wakaba |
1.17 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
229 |
|
|
even if it is 'ReMethod' and 'ReAttr' element. |
230 |
|
|
|
231 |
|
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
|
233 |
wakaba |
1.16 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
234 |
|
|
(get_redef_description): New function. |
235 |
|
|
(get_isa_description): New function. |
236 |
|
|
(disdoc2pod, disdoc2text): New. |
237 |
|
|
(get_description): DISDOC support. |
238 |
|
|
(valid_err, valid_err): New option 'node' implemented. |
239 |
|
|
|
240 |
|
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
241 |
|
|
|
242 |
wakaba |
1.13 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
|
244 |
wakaba |
1.15 |
* dis2pm.pl (condition_match): Report error if the condition |
245 |
|
|
not defined. |
246 |
|
|
|
247 |
|
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
248 |
|
|
|
249 |
wakaba |
1.14 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
250 |
|
|
introduced. |
251 |
wakaba |
1.15 |
(constgroup2perl): Define is-a relationship between group |
252 |
|
|
Name and its Type. |
253 |
|
|
(constgroup2perl): "IsBitMask" attribute introduced. |
254 |
wakaba |
1.14 |
|
255 |
|
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
256 |
|
|
|
257 |
wakaba |
1.13 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
258 |
|
|
unsigned-short added. |
259 |
|
|
(perl_code): Die if uninitialized value is given. |
260 |
|
|
(is_all_implemented): New function. |
261 |
|
|
|
262 |
|
|
* ManakaiDOMXML.dis: New module. |
263 |
|
|
|
264 |
|
|
* ManakaiDOMCore.dis: New module. |
265 |
|
|
|
266 |
|
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
267 |
|
|
|
268 |
wakaba |
1.12 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
|
270 |
|
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
271 |
|
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
272 |
|
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
273 |
|
|
of internal methods are now qualified by the package name. |
274 |
|
|
|
275 |
wakaba |
1.11 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
|
277 |
|
|
* DOMMain.dis: 'SpecLevel' attribute added. |
278 |
|
|
|
279 |
|
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
280 |
|
|
|
281 |
|
|
* dis2pm.pl (get_level_description): Attribute name to see is |
282 |
|
|
changed from 'Level' to 'SpecLevel' |
283 |
|
|
(const2perl): Don't hardlink constant not to be warned |
284 |
|
|
by perl -w. |
285 |
|
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
286 |
|
|
perl -w. |
287 |
wakaba |
1.12 |
(get_internal_code): Support of lang:dis. |
288 |
wakaba |
1.11 |
|
289 |
|
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
290 |
|
|
|
291 |
|
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
292 |
|
|
Separeted from "DOMString". |
293 |
|
|
(if2perl, attr2perl): Don't cast to DOMString. |
294 |
|
|
|
295 |
wakaba |
1.10 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
|
297 |
|
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
298 |
|
|
(perl_if): Don't indent if preprocessing direction found. |
299 |
|
|
(perl_code_source): Add \n before the #line directive. |
300 |
|
|
|
301 |
|
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
|
303 |
|
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
304 |
|
|
attribute. |
305 |
|
|
(perl_code): __SUPER{name}__ syntax implemented. |
306 |
|
|
|
307 |
wakaba |
1.9 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
|
309 |
|
|
* dis2pm.pl (dis2perl): New. |
310 |
|
|
|
311 |
|
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
|
313 |
|
|
* dis2pm.pl (get_warning_perl_code): New. |
314 |
|
|
|
315 |
wakaba |
1.8 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
316 |
|
|
|
317 |
|
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
318 |
|
|
(ManakaiDOMNamespaceURI): New DataType. |
319 |
|
|
|
320 |
|
|
* DOMCore.dis: Most part of DOMImplementation interface is |
321 |
|
|
implemented. |
322 |
|
|
|
323 |
|
|
* dis2pm.pl (method2perl): Description for returned value |
324 |
|
|
is changed to be grouped. |
325 |
|
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
326 |
|
|
(perl_exception): Don't output terminating semicolon. |
327 |
|
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
328 |
|
|
supported. |
329 |
|
|
|
330 |
wakaba |
1.7 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
331 |
wakaba |
1.8 |
|
332 |
|
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
333 |
|
|
implemented. |
334 |
wakaba |
1.7 |
|
335 |
|
|
* idl2dis.pl (type): Don't output Require element for |
336 |
|
|
DOMMain module (now it is implicitly required by default). |
337 |
|
|
|
338 |
wakaba |
1.6 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
|
340 |
|
|
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
341 |
|
|
|
342 |
wakaba |
1.5 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
|
344 |
|
|
* dis2pm.pl (const2perl, constgroup2perl): New. |
345 |
|
|
|
346 |
|
|
* idl2dis.pl (idlna): New. |
347 |
|
|
|
348 |
wakaba |
1.4 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
349 |
|
|
|
350 |
|
|
* dis2pm.pl: Versioned implementation of "IF" supported (see |
351 |
|
|
also Manakai Development Memo : 2004-08-29 |
352 |
|
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
353 |
|
|
|
354 |
|
|
* idl2dis.pl (register_required_module): ISA is now |
355 |
|
|
converted to elements, not a list attribute. |
356 |
|
|
|
357 |
wakaba |
1.2 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
|
359 |
wakaba |
1.3 |
* idl2dis.pl (register_required_module): Top-level element type |
360 |
|
|
name "Type" and "TypeAlias" changed to "DataType" and |
361 |
|
|
"DataTypeAlias". |
362 |
|
|
|
363 |
wakaba |
1.2 |
* dis2pm.pl (perl_code_source): New function. |
364 |
|
|
|
365 |
wakaba |
1.1 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
|
367 |
|
|
* ChangeLog: New file. |
368 |
|
|
|
369 |
|
|
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
370 |
|
|
New files (Moved from ../Markup/XML/DOM/). |
371 |
|
|
|
372 |
|
|
|