1 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (forMatch, readProperties): Support for the |For| |
4 |
|
property is removed. |
5 |
|
|
6 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DIS.dis (defaultForURI): Removed. |
9 |
|
|
10 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* PerlCode.dis, DIS.dis, ManakaiNode.dis, |
13 |
|
ManakaiNodeTest.dis: |For| specifications are removed. |
14 |
|
|
15 |
|
* common.dis: New module. |
16 |
|
|
17 |
|
* DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource |
18 |
|
definitions are removed (and moved to |common.dis|). |
19 |
|
|
20 |
|
* DIS.dis (ForEmpty, ForLatest): Removed. |
21 |
|
|
22 |
|
* DIS.dis: |WithFor| and |DefaultFor| are removed. |
23 |
|
|
24 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* PerlCode.dis: |WithFor| and |DefaultFor| are removed. |
27 |
|
|
28 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM| |
31 |
|
mode are removed. |
32 |
|
|
33 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DIS.dis (ModuleRole, ForRole, ResourceRole, |
36 |
|
DatabaseRole, ElementRole): Removed. |
37 |
|
(DISParser.new): Removed. |
38 |
|
(getFeature): Removed. |
39 |
|
(hasFeature): Removed. |
40 |
|
|
41 |
|
* Grove.dis: Removed. |
42 |
|
|
43 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* PerlCode.dis (createPCFile): Removed. |
46 |
|
(createPCDocument): New method. |
47 |
|
|
48 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Makefile: |lib/Message/DOM/DOMString.pm| is added. |
51 |
|
|
52 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
55 |
|
|
56 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
59 |
|
inherits |ManakaiDISImplementationValue|, |
60 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
61 |
|
interfaces. The class is now expected to be implemented |
62 |
|
by |DOMImplementation| objects. |
63 |
|
|
64 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
65 |
|
New methods. |
66 |
|
(PCHasFeature, PCElementType): New interfaces. |
67 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
68 |
|
is now expected to be implemented by |Document| |
69 |
|
objects. |
70 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
71 |
|
it is now expected to be implemented by |DOMImplementation| |
72 |
|
objects. |
73 |
|
|
74 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* autoload/: New directory. |
77 |
|
|
78 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
79 |
|
parameter is deleted. New |isaRecursivePropName| |
80 |
|
and |recursiveISAPropName| parameters are added. |
81 |
|
|
82 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
83 |
|
New methods. |
84 |
|
(stringify): Support for the rev-ISA packages is added. |
85 |
|
(getAutoloadDefinitionList): New method. |
86 |
|
|
87 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
90 |
|
|
91 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* DIS.dis (readProperties): New |implementation| parameters |
94 |
|
are added. Support for the |lang:dcmodel| lexical |
95 |
|
type is added. |
96 |
|
(parseString): New method. |
97 |
|
|
98 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
101 |
|
to the list. |
102 |
|
|
103 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
106 |
|
module is added. |
107 |
|
(readProperties): The support for the |DISCore:NSString| type |
108 |
|
is added. |
109 |
|
|
110 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* .cvsignore: Updated. |
113 |
|
|
114 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
117 |
|
(prototype): Returns |null| if it is not specified. |
118 |
|
|
119 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* Makefile (.discore-all.pm): |CharacterData.pm| is added. |
122 |
|
|
123 |
|
2006-04-05 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* Grove.dis (generateUniqueID): Don't include random number; it |
126 |
|
is unnecessary as long as only local uniquness is required. |
127 |
|
(destroy): Delete singleton. |
128 |
|
|
129 |
|
* PerlCode.dis (createPCLiteral): A variable was not set. |
130 |
|
|
131 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* DIS.dis (Require): Requires the |MDOM:TreeStore| module. |
134 |
|
(getNodeFromStorage, setNodeToStorage): New methods. |
135 |
|
|
136 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* PerlCode.dis (PropDef): Removed (they were not used). |
139 |
|
(appendPackage, appendCodeFragment): Removed. |
140 |
|
(PCImplementation.createPerl* factoty methods): Removed. |
141 |
|
(setSubNode, setOverloadSub): Removed. |
142 |
|
(Node setter attributes): They no longer call |adoptNode| |
143 |
|
method. |
144 |
|
(PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|. |
145 |
|
(PCException): Removed. |
146 |
|
|
147 |
|
* Grove.dis (destroy): Threshold value experimentally changed. |
148 |
|
|
149 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
152 |
|
been changed (a variant of mark and sweep). |
153 |
|
|
154 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
157 |
|
|
158 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
161 |
|
|
162 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
163 |
|
|
164 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* Grove.dis (mg:mutations): It is changed from array |
167 |
|
reference to hash reference. |
168 |
|
|
169 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
170 |
|
support. |
171 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
172 |
|
(createPCIf, createPCPackage): New methods. |
173 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
174 |
|
configuration parameters. |
175 |
|
|
176 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* Makefile: Update to new modules. |
179 |
|
|
180 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
183 |
|
|
184 |
|
* PerlCode.dis (PerlCode): Associated as the default |
185 |
|
class with |pc:*| and |pc2:*| element types. |
186 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
187 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
188 |
|
methods. |
189 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
190 |
|
skipLines): Removed. |
191 |
|
(pc:line): Removed. |
192 |
|
(stringify): Support for the |pc:line| configuration |
193 |
|
parameter is removed. |
194 |
|
|
195 |
|
* DIS.dis (isFeatureProvided): Removed. |
196 |
|
|
197 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* Makefile (clean-db): New rule. |
200 |
|
|
201 |
|
* Grove.dis (onunload): New internal property. |
202 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
203 |
|
|
204 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
207 |
|
parameter is added. |
208 |
|
(mg:nodeRefInterfaces): New property. |
209 |
|
|
210 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
213 |
|
unaware attribute name is supported. |
214 |
|
|
215 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
216 |
|
New codes. |
217 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
218 |
|
module). |
219 |
|
|
220 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
223 |
|
|
224 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
227 |
|
codes. |
228 |
|
|
229 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
232 |
|
(getNodeID, getNodeStem): New codes. |
233 |
|
(collectGarbage): A bug is fiexed. |
234 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
235 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
236 |
|
|
237 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* Grove.dis (createNodeStem): Set the reference |
240 |
|
to the |mg:nodeClass| property. |
241 |
|
(createNodeRefFromID): New code. |
242 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
243 |
|
New codes. |
244 |
|
|
245 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* Grove.dis: New module. |
248 |
|
|
249 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
252 |
|
is changed to |$type_resource|. |
253 |
|
(getDOMConfigurationParameterName): New method. |
254 |
|
|
255 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
258 |
|
property has been removed. |
259 |
|
|
260 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
263 |
|
of the |addTypeURI| method call. |
264 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
265 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
266 |
|
method calls. |
267 |
|
|
268 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
271 |
|
flag for aliases. |
272 |
|
|
273 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |