1 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
4 |
|
|
5 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
8 |
|
(DAEM_SUFFIX): New. |
9 |
|
|
10 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
13 |
|
and "ManakaiDOM:ManakaiDOM2". |
14 |
|
|
15 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
16 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
17 |
|
instead of disPerl:Q for internal property hash keys. |
18 |
|
|
19 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
20 |
|
definitions added. |
21 |
|
|
22 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
23 |
|
New resources. |
24 |
|
|
25 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
26 |
|
resources. |
27 |
|
|
28 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
31 |
|
from DOMLS.dis. |
32 |
|
|
33 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
34 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
35 |
|
has no dependency on DOMMain. |
36 |
|
|
37 |
|
* DOMFeature.dis (DEBUG): New variable. |
38 |
|
|
39 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
42 |
|
|
43 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
46 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
47 |
|
|
48 |
|
* DOMMain.pm (StringExtended): Code portions of raising |
49 |
|
StringOutOfBoundsException is temporary disabled since |
50 |
|
it is not a DOM-style exception supported by |
51 |
|
current implementation of ManakaiNode - it will be |
52 |
|
recovered in later revision. |
53 |
|
|
54 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMFeature.pm: Debug output code copied |
57 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
58 |
|
to source dis file?). |
59 |
|
|
60 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
63 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
64 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
65 |
|
(ManakaiDOMTimeStamp): Removed. |
66 |
|
|
67 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
68 |
|
longer in use). |
69 |
|
|
70 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
73 |
|
|
74 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
77 |
|
properties added to properties. |
78 |
|
|
79 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Makefile: Rules renewaled. |
82 |
|
|
83 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
86 |
|
|
87 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DOMMain.dis (DOMImplementationRegistry, |
90 |
|
DOMImplementationRegistryVar): New. |
91 |
|
|
92 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
93 |
|
DOMImplementationRegistryVar): Removed. |
94 |
|
(ImplementationRegistry): New class. |
95 |
|
|
96 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DOMFeature.dis: New module. |
99 |
|
|
100 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
101 |
|
|
102 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
103 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
104 |
|
but datatypes. |
105 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
106 |
|
are subtypes rather than aliases of their "real" type in IDL. |
107 |
|
|
108 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
109 |
|
New interfaces and classes. |
110 |
|
|
111 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
114 |
|
property of the new Text node. |
115 |
|
|
116 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* Makefile: Loads "NaturalLanguage.dis". |
119 |
|
|
120 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
123 |
|
to the root element created by the method. (It was forgotten!!) |
124 |
|
|
125 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
128 |
|
in the code of removing the newChild from the previous |
129 |
|
parent of that node is fixed. |
130 |
|
|
131 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
134 |
|
namespace prefix of element type if it is not declared |
135 |
|
but not used else. A shift is replaced by pop:). |
136 |
|
|
137 |
|
* DOMCore.dis (getFeature): The getFeature method |
138 |
|
for Node-derived classes implemented. |
139 |
|
* DOMXML.dis (getFeature): Ditto. |
140 |
|
|
141 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
144 |
|
if a document node has no document element node but |
145 |
|
has support for the "HTML" feature. |
146 |
|
|
147 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
150 |
|
typo fixed. |
151 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
152 |
|
so that version specification for "+"'ed feature name does work now. |
153 |
|
|
154 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
157 |
|
removed (now defined in DOMMetaImpl). |
158 |
|
|
159 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
162 |
|
|
163 |
|
* Makefile: Rules for DOMMetaImpl module added. |
164 |
|
|
165 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
168 |
|
|
169 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
172 |
|
is an instance method, not a class method. |
173 |
|
|
174 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
175 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
176 |
|
(Exception-related definitions): Removed (moved to |
177 |
|
"lib/Message/Util/Error/DOMException.dis"). |
178 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
179 |
|
to DISLang). |
180 |
|
|
181 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
184 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
185 |
|
"lib/Message/Util/ManakaiNode.dis"). |
186 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
187 |
|
"lib/manakai/DISCore.dis"). |
188 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
189 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
190 |
|
"lib/manakai/DISLang.dis"). |
191 |
|
|
192 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
195 |
|
DISPerl module). |
196 |
|
|
197 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
200 |
|
|
201 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
204 |
|
XML document. |
205 |
|
|
206 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
209 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
210 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
211 |
|
(Checking XML name legallity): Fix true or false mistakes. |
212 |
|
(destroy, importTree, orphanate): Rewritten. |
213 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
214 |
|
(TreeCore:urefnode property): Removed since not used. |
215 |
|
|
216 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
217 |
|
|
218 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
221 |
|
|
222 |
|
* DOMViews.dis: Documentation for properties are added. |
223 |
|
|
224 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
227 |
|
|
228 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
229 |
|
|
230 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
233 |
|
|
234 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |