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