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