1 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
4 |
|
|
5 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* GenericLS.dis (GLSException): New interface. |
8 |
|
|
9 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* |InputProcessor|s and |OutputProcessor|s are |
12 |
|
named so that |report| statements in Perl |
13 |
|
module outputs can be identified by name. |dis:dataType|s |
14 |
|
of |DISCore:TFQNames| are all replaced |
15 |
|
by |DISCore:QName|. |
16 |
|
|
17 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Element.dis (createElementNS): If an array reference |
20 |
|
is specified as the |qualifiedName| parameter, |
21 |
|
don't set the first item as the local name |
22 |
|
even if the second item is not specified (or |
23 |
|
specified as |undef|). |
24 |
|
(createElementNS, setAttribute, setAttributeNS, |
25 |
|
removeAttribute, removeAttributeNS, |
26 |
|
setAttributeNode, setAttributeNodeNS, |
27 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
28 |
|
or removes the |tc:contentAttributeList| value. |
29 |
|
|
30 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
31 |
|
of sorting of content attribute names. |
32 |
|
(getAttrMap, getElementTypeDefNodeMap, |
33 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
34 |
|
(tc:contentAttributeList): New property. |
35 |
|
|
36 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMFeature.dis (ForDef): Removed. |
39 |
|
(f:provides, f:through): Removed. |
40 |
|
(Version): Removed. |
41 |
|
(implementFeature): Removed. |
42 |
|
|
43 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
46 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
47 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
48 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
49 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
50 |
|
are removed. |
51 |
|
|
52 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
55 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
56 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
57 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
58 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
59 |
|
and |DefaultFor|s are removed. |
60 |
|
|
61 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
64 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
65 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
66 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
67 |
|
SimpleLS.dis, DOMMain.dis: References |
68 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
69 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
70 |
|
modes are removed. |
71 |
|
|
72 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
75 |
|
to the |Grove.dis| module are removed. |
76 |
|
|
77 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
80 |
|
(Require): Reference to the |Grove.dis| module is removed. |
81 |
|
|
82 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
85 |
|
class is no longer plays the role of |
86 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
87 |
|
properties are removed. |
88 |
|
|
89 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
92 |
|
Element.dis, CharacterData.dis, XML.dis, |
93 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
94 |
|
XMLParser.dis: Use Perl native |
95 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
96 |
|
for DOM nodes. See |
97 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
98 |
|
|
99 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
102 |
|
|
103 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMString.dis: New module. |
106 |
|
|
107 |
|
* DOMString.pm: New file. |
108 |
|
|
109 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
110 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
111 |
|
Now it references the |DOMImplementationRegistry| object. |
112 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
113 |
|
(DOMImplementationRegistry): New interface and |
114 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
115 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
116 |
|
that the class no longer support |get_implementation| |
117 |
|
and |get_implementation_list| methods from |
118 |
|
the |ImplementationRegistry| interface. |
119 |
|
(DOMImplementationList): Class implemented; no |
120 |
|
longer inherits from |ImplementationList|. |
121 |
|
(DOMImplementationSource): Class implemented; no |
122 |
|
longer inherits from |ImplementationSource|. Note that |
123 |
|
the class no longer support |get_implementation| |
124 |
|
and |get_implementation_list| methods from |
125 |
|
the |ImplementationSource| interface. |
126 |
|
(DOMStringList): Removed. |
127 |
|
|
128 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
129 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
130 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
131 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
132 |
|
module, obsolete property name aliases, |
133 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
134 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
135 |
|
ManakaiDOM:implID): Removed. |
136 |
|
|
137 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
138 |
|
(DOMString): Removed. |
139 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
140 |
|
|
141 |
|
* Makefile: |DOMString.pm| is added. |
142 |
|
|
143 |
|
* TreeCore.dis (is_default_namespace): |null| was |
144 |
|
returned where a false is expected (|null| is |
145 |
|
a false in Perl, but real |false| is appropriate here). |
146 |
|
|
147 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
150 |
|
|
151 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
152 |
|
|
153 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
154 |
|
|
155 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
158 |
|
ImplementationRegistry): Parameters |features| |
159 |
|
now allow |null| (equivalent to an empty string). |
160 |
|
|
161 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
164 |
|
class. Factory methods |createTextNode| and |createComment| |
165 |
|
are moved from |ManakaiDOMDocument|. |
166 |
|
|
167 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
168 |
|
are removed. |
169 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
170 |
|
(DOMImplementation.___create_node_ref): Support |
171 |
|
for the |mg:nodeRefClass| option is removed. |
172 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
173 |
|
from |ManakaiDOMObject| class. |
174 |
|
|
175 |
|
* DOMFeature.dis (domidl:extends): New property. |
176 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
177 |
|
|
178 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
179 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
180 |
|
(DOMDataType): Removed. |
181 |
|
|
182 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
183 |
|
The |createDocument| method is moved from |
184 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
185 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
186 |
|
(createElement, createElementNS, createAttribute, |
187 |
|
createAttributeNS, createTextNode, createComment, |
188 |
|
createCDATASection, createEntityReference, |
189 |
|
createProcessingInstruction): Class implementations |
190 |
|
are moved to each module. |
191 |
|
|
192 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
193 |
|
methods are moved from |Document.dis|. |
194 |
|
(ManakaiDOMElement.___create_node_ref): Support |
195 |
|
for old class registry is removed. |
196 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
197 |
|
(Attr.baseURI): Implementation |
198 |
|
for |xml:base| attribute is merged. |
199 |
|
(Attr.nodeValue, Attr.value): Implementation |
200 |
|
for |xml:id| attribute is merged. |
201 |
|
|
202 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
203 |
|
|
204 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
205 |
|
definition for |createDocumentType| method |
206 |
|
is moved from |TreeCore.dis|. |
207 |
|
|
208 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
209 |
|
methods are moved from |Document.dis|. |
210 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
211 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
212 |
|
|
213 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
216 |
|
statement was broken. |
217 |
|
|
218 |
|
* DOMFeature.dis (getImplementationList): Argument |
219 |
|
is not passed to the |getImplementation| method. |
220 |
|
|
221 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
222 |
|
did not |f:implements| the |TSFeature30| feature. |
223 |
|
|
224 |
|
* XMLParser.dis: Use |create_uri_reference| |
225 |
|
method instead of internal |_new| method |
226 |
|
to create a URI reference object. |
227 |
|
|
228 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
* DOMCore.dis (ManakaiDOMImplementation): No longer |
* DOMCore.dis (ManakaiDOMImplementation): No longer |