1 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
4 |
|
property has been removed. |
5 |
|
|
6 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
9 |
|
of the |addTypeURI| method call. |
10 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
11 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
12 |
|
method calls. |
13 |
|
|
14 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
17 |
|
flag for aliases. |
18 |
|
|
19 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
22 |
|
in lists (hash literals and array literals --- "lists" theirselves |
23 |
|
are excluded since they are usually not so long). |
24 |
|
|
25 |
|
* DIS.dis (loadResource): Don't throw error |
26 |
|
if an alias is alreadt defined for same URI. Registers |
27 |
|
aliases from |srinfo| to the database. By these |
28 |
|
fixes aliases defined in another module from the canonical |
29 |
|
resource name's module can live even after the canonical's |
30 |
|
module is updated. |
31 |
|
|
32 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
35 |
|
as SCALAR reference| error even if the node is disposed |
36 |
|
and it no longer has tree id. |
37 |
|
|
38 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
41 |
|
with no owner element. |
42 |
|
|
43 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
46 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
47 |
|
|
48 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
49 |
|
module was misplaced. |
50 |
|
(distclean): New rule. |
51 |
|
(clean): Cleans subdirectories, too. |
52 |
|
|
53 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* ManakaiNodeTest.dis (Require): Missing reference |
* ManakaiNodeTest.dis (Require): Missing reference |