1 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile (clean-db): New rule. |
4 |
|
|
5 |
|
* Grove.dis (onunload): New internal property. |
6 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
7 |
|
|
8 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
11 |
|
parameter is added. |
12 |
|
(mg:nodeRefInterfaces): New property. |
13 |
|
|
14 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
17 |
|
unaware attribute name is supported. |
18 |
|
|
19 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
20 |
|
New codes. |
21 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
22 |
|
module). |
23 |
|
|
24 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
27 |
|
|
28 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
31 |
|
codes. |
32 |
|
|
33 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
36 |
|
(getNodeID, getNodeStem): New codes. |
37 |
|
(collectGarbage): A bug is fiexed. |
38 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
39 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
40 |
|
|
41 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Grove.dis (createNodeStem): Set the reference |
44 |
|
to the |mg:nodeClass| property. |
45 |
|
(createNodeRefFromID): New code. |
46 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
47 |
|
New codes. |
48 |
|
|
49 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Grove.dis: New module. |
52 |
|
|
53 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
56 |
|
is changed to |$type_resource|. |
57 |
|
(getDOMConfigurationParameterName): New method. |
58 |
|
|
59 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
62 |
|
property has been removed. |
63 |
|
|
64 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
67 |
|
of the |addTypeURI| method call. |
68 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
69 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
70 |
|
method calls. |
71 |
|
|
72 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
75 |
|
flag for aliases. |
76 |
|
|
77 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
80 |
|
in lists (hash literals and array literals --- "lists" theirselves |
81 |
|
are excluded since they are usually not so long). |
82 |
|
|
83 |
|
* DIS.dis (loadResource): Don't throw error |
84 |
|
if an alias is alreadt defined for same URI. Registers |
85 |
|
aliases from |srinfo| to the database. By these |
86 |
|
fixes aliases defined in another module from the canonical |
87 |
|
resource name's module can live even after the canonical's |
88 |
|
module is updated. |
89 |
|
|
90 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
93 |
|
as SCALAR reference| error even if the node is disposed |
94 |
|
and it no longer has tree id. |
95 |
|
|
96 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
* DIS.dis (mvOwnerElementResource): Allows an attribute |
* DIS.dis (mvOwnerElementResource): Allows an attribute |