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> |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |