1 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
4 |
|
XML document. |
5 |
|
|
6 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
9 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
10 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
11 |
|
(Checking XML name legallity): Fix true or false mistakes. |
12 |
|
(destroy, importTree, orphanate): Rewritten. |
13 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
14 |
|
(TreeCore:urefnode property): Removed since not used. |
15 |
|
|
16 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
17 |
|
|
18 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
21 |
|
|
22 |
|
* DOMViews.dis: Documentation for properties are added. |
23 |
|
|
24 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
27 |
|
|
28 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
29 |
|
|
30 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
33 |
|
|
34 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
37 |
|
|
38 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* .cvsignore: Ignore pod files. |
41 |
|
|
42 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
45 |
|
|
46 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
47 |
|
be DOMString->length. |
48 |
|
|
49 |
|
* DOMCore.dis (Element.getElementsByTagName, |
50 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
51 |
|
Node.getElementsByTagNameNS): Implemented. |
52 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
53 |
|
Check whether defined. |
54 |
|
|
55 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* DOMWebForms.dis: New module. |
58 |
|
|
59 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
62 |
|
DOMHTML.dis: New modules. |
63 |
|
|
64 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
67 |
|
|
68 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
71 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
72 |
|
|
73 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DOMEvents.dis: New module. |
76 |
|
|
77 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
78 |
|
node reference. |
79 |
|
|
80 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
81 |
|
to '$self' for correct error reporting and not to leak memory. |
82 |
|
|
83 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
84 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
85 |
|
|
86 |
|
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
89 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
90 |
|
|
91 |
|
* dis2pm.pl: Functions to create perl/pod structures |
92 |
|
are moved to ../../bin/genlib.pl. |
93 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
94 |
|
character of a paragraph. |
95 |
|
|
96 |
|
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
97 |
|
Set ownerDocument as parent if parent.ownerDocument is null. |
98 |
|
|
99 |
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
100 |
|
|
101 |
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
104 |
|
of ManakaiDOMMain interfaces. |
105 |
|
|
106 |
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
107 |
|
|
108 |
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
109 |
|
prefix is null. |
110 |
|
|
111 |
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
112 |
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
113 |
|
and DOM3. |
114 |
|
|
115 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
118 |
|
element type 'FILE' added. |
119 |
|
|
120 |
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
121 |
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
122 |
|
(ManakaiDOMObject/___report_error): Implemented. |
123 |
|
|
124 |
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
125 |
|
|
126 |
|
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
129 |
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
130 |
|
|
131 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* .cvsignore: New file. |
134 |
|
|
135 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* DOMLS.dis, ManakaiDOMLS2003: New file. |
138 |
|
|
139 |
|
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
140 |
|
license. |
141 |
|
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
142 |
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
143 |
|
(perl_name): Die if uninitialized value. |
144 |
|
(constgroup2perl): Support constant group without machine-name. |
145 |
|
(pod_item): Die if uninitialized value. |
146 |
|
(qname_label): Don't output default prefix. |
147 |
|
|
148 |
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
149 |
|
and 'FileName'. |
150 |
|
|
151 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* dis2pm.pl (constgroup2perl): Capitalize name. |
154 |
|
|
155 |
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
156 |
|
type is 'DOMString' or 'DOMException' and it is not defined. |
157 |
|
(MAIN): Make empty 'Return' element even if return |
158 |
|
value is void. |
159 |
|
(supply_incase): New. |
160 |
|
(const): Use 'FullName' in favor of 'Description' if the name of |
161 |
|
the const group is not a machine-friendly name. |
162 |
|
|
163 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* dis2pm.pl (get_incase_label): Error if label is undef. |
166 |
|
|
167 |
|
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* dis2pm.pl: Generate TODO list. |
170 |
|
(method2perl): Use "dis". |
171 |
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
172 |
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
173 |
|
|
174 |
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
175 |
|
warning code. |
176 |
|
|
177 |
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
178 |
|
method or attribute(set) does not return a value. |
179 |
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
180 |
|
parameter. |
181 |
|
|
182 |
|
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
185 |
|
(param2poditem): New. |
186 |
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
187 |
|
(perl_builtin_code): More developer-friendly error report. |
188 |
|
(perl_code): New 'REQUIRE' statement added. |
189 |
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
190 |
|
(get_value_literal): Default for unknown type is now 'undef'. |
191 |
|
|
192 |
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
195 |
|
'XMLVersion' added. |
196 |
|
|
197 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
200 |
|
even if it is 'ReMethod' and 'ReAttr' element. |
201 |
|
|
202 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
205 |
|
(get_redef_description): New function. |
206 |
|
(get_isa_description): New function. |
207 |
|
(disdoc2pod, disdoc2text): New. |
208 |
|
(get_description): DISDOC support. |
209 |
|
(valid_err, valid_err): New option 'node' implemented. |
210 |
|
|
211 |
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
212 |
|
|
213 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* dis2pm.pl (condition_match): Report error if the condition |
216 |
|
not defined. |
217 |
|
|
218 |
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
219 |
|
|
220 |
|
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
221 |
|
introduced. |
222 |
|
(constgroup2perl): Define is-a relationship between group |
223 |
|
Name and its Type. |
224 |
|
(constgroup2perl): "IsBitMask" attribute introduced. |
225 |
|
|
226 |
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
227 |
|
|
228 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
* dis2pm.pl (type_label): Type label for unsigned-long and |
229 |
unsigned-short added. |
unsigned-short added. |
230 |
(perl_code): Die if uninitialized value is given. |
(perl_code): Die if uninitialized value is given. |