1 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
4 |
|
5 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
6 |
license. |
7 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
8 |
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
9 |
(perl_name): Die if uninitialized value. |
10 |
(constgroup2perl): Support constant group without machine-name. |
11 |
(pod_item): Die if uninitialized value. |
12 |
(qname_label): Don't output default prefix. |
13 |
|
14 |
* idl2dis.pl: Output module name and prefix as 'BindingName' |
15 |
and 'FileName'. |
16 |
|
17 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
20 |
|
21 |
* idl2dis.pl (type, raise): Prepend namespace prefix if |
22 |
type is 'DOMString' or 'DOMException' and it is not defined. |
23 |
(MAIN): Make empty 'Return' element even if return |
24 |
value is void. |
25 |
(supply_incase): New. |
26 |
(const): Use 'FullName' in favor of 'Description' if the name of |
27 |
the const group is not a machine-friendly name. |
28 |
|
29 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
32 |
|
33 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* dis2pm.pl: Generate TODO list. |
36 |
(method2perl): Use "dis". |
37 |
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
38 |
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
39 |
|
40 |
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
41 |
warning code. |
42 |
|
43 |
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
44 |
method or attribute(set) does not return a value. |
45 |
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
46 |
parameter. |
47 |
|
48 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
51 |
(param2poditem): New. |
52 |
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
53 |
(perl_builtin_code): More developer-friendly error report. |
54 |
(perl_code): New 'REQUIRE' statement added. |
55 |
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
56 |
(get_value_literal): Default for unknown type is now 'undef'. |
57 |
|
58 |
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
61 |
'XMLVersion' added. |
62 |
|
63 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
66 |
even if it is 'ReMethod' and 'ReAttr' element. |
67 |
|
68 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
69 |
|
70 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
71 |
(get_redef_description): New function. |
72 |
(get_isa_description): New function. |
73 |
(disdoc2pod, disdoc2text): New. |
74 |
(get_description): DISDOC support. |
75 |
(valid_err, valid_err): New option 'node' implemented. |
76 |
|
77 |
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
78 |
|
79 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
80 |
|
81 |
* dis2pm.pl (condition_match): Report error if the condition |
82 |
not defined. |
83 |
|
84 |
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
85 |
|
86 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
87 |
introduced. |
88 |
(constgroup2perl): Define is-a relationship between group |
89 |
Name and its Type. |
90 |
(constgroup2perl): "IsBitMask" attribute introduced. |
91 |
|
92 |
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
93 |
|
94 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
95 |
unsigned-short added. |
96 |
(perl_code): Die if uninitialized value is given. |
97 |
(is_all_implemented): New function. |
98 |
|
99 |
* ManakaiDOMXML.dis: New module. |
100 |
|
101 |
* ManakaiDOMCore.dis: New module. |
102 |
|
103 |
* dis2pm.pl (dis2perl): 'Overridden' added. |
104 |
|
105 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
106 |
|
107 |
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
108 |
(ManakaiDOMNodeObject->orphanate): New internal method. |
109 |
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
110 |
of internal methods are now qualified by the package name. |
111 |
|
112 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* DOMMain.dis: 'SpecLevel' attribute added. |
115 |
|
116 |
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
117 |
|
118 |
* dis2pm.pl (get_level_description): Attribute name to see is |
119 |
changed from 'Level' to 'SpecLevel' |
120 |
(const2perl): Don't hardlink constant not to be warned |
121 |
by perl -w. |
122 |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
123 |
perl -w. |
124 |
(get_internal_code): Support of lang:dis. |
125 |
|
126 |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
127 |
|
128 |
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
129 |
Separeted from "DOMString". |
130 |
(if2perl, attr2perl): Don't cast to DOMString. |
131 |
|
132 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
133 |
|
134 |
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
135 |
(perl_if): Don't indent if preprocessing direction found. |
136 |
(perl_code_source): Add \n before the #line directive. |
137 |
|
138 |
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
141 |
attribute. |
142 |
(perl_code): __SUPER{name}__ syntax implemented. |
143 |
|
144 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* dis2pm.pl (dis2perl): New. |
147 |
|
148 |
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* dis2pm.pl (get_warning_perl_code): New. |
151 |
|
152 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
153 |
|
154 |
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
155 |
(ManakaiDOMNamespaceURI): New DataType. |
156 |
|
157 |
* DOMCore.dis: Most part of DOMImplementation interface is |
158 |
implemented. |
159 |
|
160 |
* dis2pm.pl (method2perl): Description for returned value |
161 |
is changed to be grouped. |
162 |
(get_value_literal): Don't quote "null" even if it is a DOMString. |
163 |
(perl_exception): Don't output terminating semicolon. |
164 |
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
165 |
supported. |
166 |
|
167 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
168 |
|
169 |
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
170 |
implemented. |
171 |
|
172 |
* idl2dis.pl (type): Don't output Require element for |
173 |
DOMMain module (now it is implicitly required by default). |
174 |
|
175 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
176 |
|
177 |
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
178 |
|
179 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
180 |
|
181 |
* dis2pm.pl (const2perl, constgroup2perl): New. |
182 |
|
183 |
* idl2dis.pl (idlna): New. |
184 |
|
185 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
186 |
|
187 |
* dis2pm.pl: Versioned implementation of "IF" supported (see |
188 |
also Manakai Development Memo : 2004-08-29 |
189 |
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
190 |
|
191 |
* idl2dis.pl (register_required_module): ISA is now |
192 |
converted to elements, not a list attribute. |
193 |
|
194 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
195 |
|
196 |
* idl2dis.pl (register_required_module): Top-level element type |
197 |
name "Type" and "TypeAlias" changed to "DataType" and |
198 |
"DataTypeAlias". |
199 |
|
200 |
* dis2pm.pl (perl_code_source): New function. |
201 |
|
202 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
203 |
|
204 |
* ChangeLog: New file. |
205 |
|
206 |
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
207 |
New files (Moved from ../Markup/XML/DOM/). |
208 |
|
209 |
|