1 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
4 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
5 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
6 |
|
(ManakaiDOMTimeStamp): Removed. |
7 |
|
|
8 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
9 |
|
longer in use). |
10 |
|
|
11 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
14 |
|
|
15 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
18 |
|
properties added to properties. |
19 |
|
|
20 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Makefile: Rules renewaled. |
23 |
|
|
24 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
27 |
|
|
28 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (DOMImplementationRegistry, |
31 |
|
DOMImplementationRegistryVar): New. |
32 |
|
|
33 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
34 |
|
DOMImplementationRegistryVar): Removed. |
35 |
|
(ImplementationRegistry): New class. |
36 |
|
|
37 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMFeature.dis: New module. |
40 |
|
|
41 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
42 |
|
|
43 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
44 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
45 |
|
but datatypes. |
46 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
47 |
|
are subtypes rather than aliases of their "real" type in IDL. |
48 |
|
|
49 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
50 |
|
New interfaces and classes. |
51 |
|
|
52 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
55 |
|
property of the new Text node. |
56 |
|
|
57 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Makefile: Loads "NaturalLanguage.dis". |
60 |
|
|
61 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
64 |
|
to the root element created by the method. (It was forgotten!!) |
65 |
|
|
66 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
69 |
|
in the code of removing the newChild from the previous |
70 |
|
parent of that node is fixed. |
71 |
|
|
72 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
75 |
|
namespace prefix of element type if it is not declared |
76 |
|
but not used else. A shift is replaced by pop:). |
77 |
|
|
78 |
|
* DOMCore.dis (getFeature): The getFeature method |
79 |
|
for Node-derived classes implemented. |
80 |
|
* DOMXML.dis (getFeature): Ditto. |
81 |
|
|
82 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
85 |
|
if a document node has no document element node but |
86 |
|
has support for the "HTML" feature. |
87 |
|
|
88 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
91 |
|
typo fixed. |
92 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
93 |
|
so that version specification for "+"'ed feature name does work now. |
94 |
|
|
95 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
98 |
|
removed (now defined in DOMMetaImpl). |
99 |
|
|
100 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
103 |
|
|
104 |
|
* Makefile: Rules for DOMMetaImpl module added. |
105 |
|
|
106 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
109 |
|
|
110 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
113 |
|
is an instance method, not a class method. |
114 |
|
|
115 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
116 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
117 |
|
(Exception-related definitions): Removed (moved to |
118 |
|
"lib/Message/Util/Error/DOMException.dis"). |
119 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
120 |
|
to DISLang). |
121 |
|
|
122 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
125 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
126 |
|
"lib/Message/Util/ManakaiNode.dis"). |
127 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
128 |
|
"lib/manakai/DISCore.dis"). |
129 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
130 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
131 |
|
"lib/manakai/DISLang.dis"). |
132 |
|
|
133 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
136 |
|
DISPerl module). |
137 |
|
|
138 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
141 |
|
|
142 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
145 |
|
XML document. |
146 |
|
|
147 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
150 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
151 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
152 |
|
(Checking XML name legallity): Fix true or false mistakes. |
153 |
|
(destroy, importTree, orphanate): Rewritten. |
154 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
155 |
|
(TreeCore:urefnode property): Removed since not used. |
156 |
|
|
157 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
158 |
|
|
159 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
162 |
|
|
163 |
|
* DOMViews.dis: Documentation for properties are added. |
164 |
|
|
165 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
168 |
|
|
169 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
170 |
|
|
171 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
174 |
|
|
175 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
178 |
|
|
179 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* .cvsignore: Ignore pod files. |
182 |
|
|
183 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
186 |
|
|
187 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
188 |
|
be DOMString->length. |
189 |
|
|
190 |
|
* DOMCore.dis (Element.getElementsByTagName, |
191 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
192 |
|
Node.getElementsByTagNameNS): Implemented. |
193 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
194 |
|
Check whether defined. |
195 |
|
|
196 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* DOMWebForms.dis: New module. |
199 |
|
|
200 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
203 |
|
DOMHTML.dis: New modules. |
204 |
|
|
205 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
208 |
|
|
209 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
212 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
213 |
|
|
214 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* DOMEvents.dis: New module. |
217 |
|
|
218 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
219 |
|
node reference. |
220 |
|
|
221 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
222 |
|
to '$self' for correct error reporting and not to leak memory. |
223 |
|
|
224 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
225 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
226 |
|
|
227 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
230 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
231 |
|
|
232 |
|
* dis2pm.pl: Functions to create perl/pod structures |
233 |
|
are moved to ../../bin/genlib.pl. |
234 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
235 |
|
character of a paragraph. |
236 |
|
|
237 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
238 |
Set ownerDocument as parent if parent.ownerDocument is null. |
Set ownerDocument as parent if parent.ownerDocument is null. |
239 |
|
|