1 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
4 |
|
codes. |
5 |
|
|
6 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
9 |
|
(getNodeID, getNodeStem): New codes. |
10 |
|
(collectGarbage): A bug is fiexed. |
11 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
12 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
13 |
|
|
14 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Grove.dis (createNodeStem): Set the reference |
17 |
|
to the |mg:nodeClass| property. |
18 |
|
(createNodeRefFromID): New code. |
19 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
20 |
|
New codes. |
21 |
|
|
22 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Grove.dis: New module. |
25 |
|
|
26 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
29 |
|
is changed to |$type_resource|. |
30 |
|
(getDOMConfigurationParameterName): New method. |
31 |
|
|
32 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
35 |
|
property has been removed. |
36 |
|
|
37 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
40 |
|
of the |addTypeURI| method call. |
41 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
42 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
43 |
|
method calls. |
44 |
|
|
45 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
48 |
|
flag for aliases. |
49 |
|
|
50 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
53 |
|
in lists (hash literals and array literals --- "lists" theirselves |
54 |
|
are excluded since they are usually not so long). |
55 |
|
|
56 |
|
* DIS.dis (loadResource): Don't throw error |
57 |
|
if an alias is alreadt defined for same URI. Registers |
58 |
|
aliases from |srinfo| to the database. By these |
59 |
|
fixes aliases defined in another module from the canonical |
60 |
|
resource name's module can live even after the canonical's |
61 |
|
module is updated. |
62 |
|
|
63 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
66 |
|
as SCALAR reference| error even if the node is disposed |
67 |
|
and it no longer has tree id. |
68 |
|
|
69 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
72 |
|
with no owner element. |
73 |
|
|
74 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
77 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
78 |
|
|
79 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
80 |
|
module was misplaced. |
81 |
|
(distclean): New rule. |
82 |
|
(clean): Cleans subdirectories, too. |
83 |
|
|
84 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
87 |
|
to the |DISlib:Test| module is added. |
88 |
|
|
89 |
|
* Makefile: Revised for new |daf| database format. |
90 |
|
|
91 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
92 |
|
parameter is added. |
93 |
|
(getFor, getModule): Set reference rather than string |
94 |
|
itself to the |{for}| property. |
95 |
|
(loadResource): Passes |srinfo| parameter |
96 |
|
to |isSubsetOfURI|-calling methods. |
97 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
98 |
|
|
99 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
102 |
|
module is added. |
103 |
|
|
104 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
107 |
|
namespace resolver if available. |
108 |
|
(disNamespaceResolver): New attribute. |
109 |
|
(loadModule): Sets |revision| attribute of the created module. |
110 |
|
(ownerModuleRef): Setter is added. |
111 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
112 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
113 |
|
class and |ManakaiDefaultExceptionHandler| class. |
114 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
115 |
|
|
116 |
|
* Makefile: New variables for |DAF| are added. |
117 |
|
|
118 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
121 |
|
modules to the list of such modules. |
122 |
|
(DIS:forURI): New property. |
123 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
124 |
|
(DIS:referringModule): New property. |
125 |
|
|
126 |
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
* DIS.dis (loadResource): URI registration by |addResourceList| |
* DIS.dis (loadResource): URI registration by |addResourceList| |