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