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