1 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.pm: Debug output code copied |
4 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
5 |
|
to source dis file?). |
6 |
|
|
7 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
10 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
11 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
12 |
|
(ManakaiDOMTimeStamp): Removed. |
13 |
|
|
14 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
15 |
|
longer in use). |
16 |
|
|
17 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
20 |
|
|
21 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
24 |
|
properties added to properties. |
25 |
|
|
26 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Makefile: Rules renewaled. |
29 |
|
|
30 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
33 |
|
|
34 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMMain.dis (DOMImplementationRegistry, |
37 |
|
DOMImplementationRegistryVar): New. |
38 |
|
|
39 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
40 |
|
DOMImplementationRegistryVar): Removed. |
41 |
|
(ImplementationRegistry): New class. |
42 |
|
|
43 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMFeature.dis: New module. |
46 |
|
|
47 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
48 |
|
|
49 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
50 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
51 |
|
but datatypes. |
52 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
53 |
|
are subtypes rather than aliases of their "real" type in IDL. |
54 |
|
|
55 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
56 |
|
New interfaces and classes. |
57 |
|
|
58 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
61 |
|
property of the new Text node. |
62 |
|
|
63 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Makefile: Loads "NaturalLanguage.dis". |
66 |
|
|
67 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
70 |
|
to the root element created by the method. (It was forgotten!!) |
71 |
|
|
72 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
75 |
|
in the code of removing the newChild from the previous |
76 |
|
parent of that node is fixed. |
77 |
|
|
78 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
81 |
|
namespace prefix of element type if it is not declared |
82 |
|
but not used else. A shift is replaced by pop:). |
83 |
|
|
84 |
|
* DOMCore.dis (getFeature): The getFeature method |
85 |
|
for Node-derived classes implemented. |
86 |
|
* DOMXML.dis (getFeature): Ditto. |
87 |
|
|
88 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
91 |
|
if a document node has no document element node but |
92 |
|
has support for the "HTML" feature. |
93 |
|
|
94 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
97 |
|
typo fixed. |
98 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
99 |
|
so that version specification for "+"'ed feature name does work now. |
100 |
|
|
101 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
104 |
|
removed (now defined in DOMMetaImpl). |
105 |
|
|
106 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
109 |
|
|
110 |
|
* Makefile: Rules for DOMMetaImpl module added. |
111 |
|
|
112 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
115 |
|
|
116 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
119 |
|
is an instance method, not a class method. |
120 |
|
|
121 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
122 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
123 |
|
(Exception-related definitions): Removed (moved to |
124 |
|
"lib/Message/Util/Error/DOMException.dis"). |
125 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
126 |
|
to DISLang). |
127 |
|
|
128 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
131 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
132 |
|
"lib/Message/Util/ManakaiNode.dis"). |
133 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
134 |
|
"lib/manakai/DISCore.dis"). |
135 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
136 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
137 |
|
"lib/manakai/DISLang.dis"). |
138 |
|
|
139 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
142 |
|
DISPerl module). |
143 |
|
|
144 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
147 |
|
|
148 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |