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