1 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Grove.dis (mg:mutations): It is changed from array |
4 |
|
reference to hash reference. |
5 |
|
|
6 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
7 |
|
support. |
8 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
9 |
|
(createPCIf, createPCPackage): New methods. |
10 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
11 |
|
configuration parameters. |
12 |
|
|
13 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Makefile: Update to new modules. |
16 |
|
|
17 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
20 |
|
|
21 |
|
* PerlCode.dis (PerlCode): Associated as the default |
22 |
|
class with |pc:*| and |pc2:*| element types. |
23 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
24 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
25 |
|
methods. |
26 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
27 |
|
skipLines): Removed. |
28 |
|
(pc:line): Removed. |
29 |
|
(stringify): Support for the |pc:line| configuration |
30 |
|
parameter is removed. |
31 |
|
|
32 |
|
* DIS.dis (isFeatureProvided): Removed. |
33 |
|
|
34 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Makefile (clean-db): New rule. |
37 |
|
|
38 |
|
* Grove.dis (onunload): New internal property. |
39 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
40 |
|
|
41 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
44 |
|
parameter is added. |
45 |
|
(mg:nodeRefInterfaces): New property. |
46 |
|
|
47 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
50 |
|
unaware attribute name is supported. |
51 |
|
|
52 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
53 |
|
New codes. |
54 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
55 |
|
module). |
56 |
|
|
57 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
60 |
|
|
61 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
64 |
|
codes. |
65 |
|
|
66 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
69 |
|
(getNodeID, getNodeStem): New codes. |
70 |
|
(collectGarbage): A bug is fiexed. |
71 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
72 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
73 |
|
|
74 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* Grove.dis (createNodeStem): Set the reference |
77 |
|
to the |mg:nodeClass| property. |
78 |
|
(createNodeRefFromID): New code. |
79 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
80 |
|
New codes. |
81 |
|
|
82 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* Grove.dis: New module. |
85 |
|
|
86 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
89 |
|
is changed to |$type_resource|. |
90 |
|
(getDOMConfigurationParameterName): New method. |
91 |
|
|
92 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
95 |
|
property has been removed. |
96 |
|
|
97 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
100 |
|
of the |addTypeURI| method call. |
101 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
102 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
103 |
|
method calls. |
104 |
|
|
105 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
108 |
|
flag for aliases. |
109 |
|
|
110 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
113 |
|
in lists (hash literals and array literals --- "lists" theirselves |
114 |
|
are excluded since they are usually not so long). |
115 |
|
|
116 |
|
* DIS.dis (loadResource): Don't throw error |
117 |
|
if an alias is alreadt defined for same URI. Registers |
118 |
|
aliases from |srinfo| to the database. By these |
119 |
|
fixes aliases defined in another module from the canonical |
120 |
|
resource name's module can live even after the canonical's |
121 |
|
module is updated. |
122 |
|
|
123 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
126 |
|
as SCALAR reference| error even if the node is disposed |
127 |
|
and it no longer has tree id. |
128 |
|
|
129 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
132 |
|
with no owner element. |
133 |
|
|
134 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
137 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
138 |
|
|
139 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
140 |
|
module was misplaced. |
141 |
|
(distclean): New rule. |
142 |
|
(clean): Cleans subdirectories, too. |
143 |
|
|
144 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
147 |
|
to the |DISlib:Test| module is added. |
148 |
|
|
149 |
|
* Makefile: Revised for new |daf| database format. |
150 |
|
|
151 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
152 |
|
parameter is added. |
153 |
|
(getFor, getModule): Set reference rather than string |
154 |
|
itself to the |{for}| property. |
155 |
|
(loadResource): Passes |srinfo| parameter |
156 |
|
to |isSubsetOfURI|-calling methods. |
157 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
158 |
|
|
159 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
162 |
|
module is added. |
163 |
|
|
164 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
167 |
|
namespace resolver if available. |
168 |
|
(disNamespaceResolver): New attribute. |
169 |
|
(loadModule): Sets |revision| attribute of the created module. |
170 |
|
(ownerModuleRef): Setter is added. |
171 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
172 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
173 |
|
class and |ManakaiDefaultExceptionHandler| class. |
174 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
175 |
|
|
176 |
|
* Makefile: New variables for |DAF| are added. |
177 |
|
|
178 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
181 |
|
modules to the list of such modules. |
182 |
|
(DIS:forURI): New property. |
183 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
184 |
|
(DIS:referringModule): New property. |
185 |
|
|
186 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
189 |
|
was incorrect for aliases. |
190 |
|
(unloadResource): It did not support resources with |
191 |
|
no e.g. |{subOf}| hash. |
192 |
|
(addResourceURI): New method. |
193 |
|
(getResourceURIList): New method. |
194 |
|
|
195 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
198 |
|
parameter is added. Restores super-resource information |
199 |
|
from |srinfo| if available. |
200 |
|
(unloadModule): New method. |
201 |
|
(getModuleResourceList): New method. |
202 |
|
(addResourceList): Adds all alias names to the list. |
203 |
|
(addForResource): New method analog to |addResourceList|. |
204 |
|
(getForResourceList): New method analog to |getResourceList|. |
205 |
|
(dx:Interface.getErrorInterfaceResource): New method |
206 |
|
implementation. |
207 |
|
|
208 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
211 |
|
attribute was not reflected to the stringified representation. |
212 |
|
|
213 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
214 |
|
(getErrorCodeResource): New method. |
215 |
|
|
216 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
219 |
|
|
220 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* DIS.dis (getMethodForType): Bug fixed. |
223 |
|
|
224 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
227 |
|
element type is now recognized as a property. In addition, |
228 |
|
element types that are a |DISSource:Property| are |
229 |
|
properties. |
230 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
231 |
|
(DIS:targetType): New property. |
232 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
233 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
234 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
235 |
|
as well as |rdf:type| property. |
236 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
237 |
|
methods. |
238 |
|
(DISDatabase.domConfig): New attribute. |
239 |
|
(error-handler): New configuration parameter. |
240 |
|
(getMethodForType): New code fragment. |
241 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
242 |
|
(ManakaiDISExceptionTarget): Removed. |
243 |
|
|
244 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
247 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
248 |
|
code is removed. |
249 |
|
(isSubsetOfURI): Old compatibility code removed. |
250 |
|
(addTypeURI): Bugs fixed. |
251 |
|
|
252 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
255 |
|
property on creation of an object. |
256 |
|
(isAnonymous): Setter is added. |
257 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
258 |
|
(getTypeURIList): New method. |
259 |
|
(typeResource): New attribute. |
260 |
|
(addTypeURI): New method. |
261 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
262 |
|
and modules as well as normal resources can be anonymous. |
263 |
|
(getSuperResourceURIList): New method. |
264 |
|
|
265 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* DIS.dis (revision): New attribute. |
268 |
|
|
269 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
272 |
|
configuration parameter support is added. |
273 |
|
(pc:preserve-line-break): New configuration option. |
274 |
|
|
275 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
276 |
|
|
277 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
280 |
|
was missing. |
281 |
|
|
282 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
285 |
|
and their descendants were ignored. |
286 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
287 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
288 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
289 |
|
include |pc:package| and their descendants to the target. |
290 |
|
(PerlFile.stringify): Outputs |use| statements |
291 |
|
for Perl modules and character classes not part of any package, |
292 |
|
if any. |
293 |
|
|
294 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
295 |
|
|
296 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
299 |
|
if exists. |
300 |
|
|
301 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* Makefile: Typo fixed. |
304 |
|
|
305 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
308 |
|
|
309 |
|
* DIS.dis (parse): Parameter |input|'s type is |
310 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
311 |
|
remove dependency on |MDOM:DOMLS| module. |
312 |
|
|
313 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
316 |
|
(createPCLiteral): Creates a |undef| keyword node |
317 |
|
for an |undef| value. Tests added. |
318 |
|
|
319 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
320 |
|
|
321 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
322 |
|
|
323 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* ManakaiNodeTest.dis: Tests added. |
326 |
|
|
327 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
330 |
|
|
331 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* ManakaiNodeTest.dis: New module. |
334 |
|
|
335 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
336 |
|
|
337 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
340 |
|
uninitialized value warnings. |
341 |
|
|
342 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
344 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
345 |
|
representation of non-|pc:*| element children for |
346 |
|
the stringified value. |
347 |
|
|
348 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
349 |
|
|
350 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
351 |
|
|
352 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* PerlCode.dis (PCReference): New interface. |
355 |
|
|
356 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
359 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
360 |
|
if it is a foreign one. |
361 |
|
|
362 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
363 |
|
character is replaced to |UNDERLINE| character. |
364 |
|
|
365 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
368 |
|
|
369 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
371 |
|
* DIS.dis: DPG format support added. |
372 |
|
|
373 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
374 |
|
|
375 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
376 |
|
|
377 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
378 |
|
|
379 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
381 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
382 |
|
(PCDocument.createPCStatement): New method. |
383 |
|
|
384 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
385 |
|
|
386 |
|
* PerlCode.dis (PCWhen): New interface. |
387 |
|
|
388 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
389 |
|
|
390 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
391 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
392 |
|
(PCExpression.stringify): Outputs children other than expression. |
393 |
|
Inserts space before and after operators if desired. |
394 |
|
|
395 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
396 |
|
|
397 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
398 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
399 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
400 |
|
interface. |
401 |
|
|
402 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
403 |
|
|
404 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
405 |
|
interfaces and element types. |
406 |
|
(getChildElementByType): New code. |
407 |
|
(PCFunctionCall): New interface and element type. |
408 |
|
|
409 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
412 |
|
|
413 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
414 |
|
|
415 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
416 |
|
or verbose mode. |
417 |
|
(stringify): Appends longer trace if debug or verbose mode. |
418 |
|
($VERBOSE): New flag. |
419 |
|
|
420 |
|
* DIS.dis: Bugs on error depth fixed. |
421 |
|
|
422 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
423 |
|
|
424 |
|
* DIS.dis (text): New attribute implementation. |
425 |
|
|
426 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
427 |
|
|
428 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
430 |
|
* Makefile: |../DOM/Tree.dis| added. |
431 |
|
|
432 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
434 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
435 |
|
|
436 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
437 |
|
|
438 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* .cvsignore: New file. |
441 |
|
|
442 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
445 |
|
properties fixed. |
446 |
|
(PerlSub.stringify): Generates prototype specification |
447 |
|
even if |prototype| attribute value's length is zero |
448 |
|
in case the |pc:prototype| attribute /is/ found. |
449 |
|
|
450 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
451 |
|
|
452 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
453 |
|
|
454 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
455 |
|
|
456 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
457 |
|
added. |
458 |
|
|
459 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
460 |
|
|
461 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
462 |
|
|
463 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
464 |
|
New interfaces. |
465 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
466 |
|
(PCDocument): New interface. |
467 |
|
(factory methods): Namespace URI and local name of document |
468 |
|
element arguments added to |createDocument| to obtain |
469 |
|
an instance of |PCDocument|. |
470 |
|
|
471 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
472 |
|
|
473 |
* PerlCode.dis (pc:line): New configuration parameter. |
* PerlCode.dis (pc:line): New configuration parameter. |