1 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
4 |
|
been introduced and methods are fixed to support it. |
5 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
6 |
|
|
7 |
|
* DIS.dis (loadResource): Skips a root resource definition |
8 |
|
if it is an alias and it has "dis:Name" attribute and |
9 |
|
referenced canonical definition is already read. (Note |
10 |
|
that similar case that the resource definition has "dis:QName" |
11 |
|
attribute is already fixed in the same way.) |
12 |
|
|
13 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
16 |
|
in "DISCore:Integer" (prefixed by "0x"). |
17 |
|
|
18 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
21 |
|
addExceptionInterfacePackageName): New methods. |
22 |
|
(ToString): Sorts hash keys where they result in |
23 |
|
the order of statements in result code. |
24 |
|
|
25 |
|
* Error.pm ($DEBUG): New option variable. |
26 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
27 |
|
package even if elder package has "___error_def" method. |
28 |
|
|
29 |
|
* DIS.dis: Now constant values are only defined |
30 |
|
in interfaces. |
31 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
32 |
|
|
33 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
36 |
|
|
37 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis (getAnyResource): New method. |
40 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
41 |
|
(getPropertyResource, getPropertyResourceList): Now |
42 |
|
they uses "getAnyResource" method. |
43 |
|
(getPropertyModuleList): Removed. |
44 |
|
|
45 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DIS.dis (readProperties): Saves property name to values. |
48 |
|
(getPropertyModuleList): New method. |
49 |
|
|
50 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
53 |
|
if possible. |
54 |
|
|
55 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
56 |
|
name. |
57 |
|
|
58 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
61 |
|
|
62 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
63 |
|
property. |
64 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
65 |
|
property. |
66 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
67 |
|
check "defined" to allow "undef" value in "while" condition. |
68 |
|
(mn:isGroveReferenced): New code. |
69 |
|
(changeTreeID): New "groveRC" parameter added. |
70 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
71 |
|
properties. |
72 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
73 |
|
(mn:groveReferenceCounter): New property. |
74 |
|
|
75 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
78 |
|
|
79 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
123 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
124 |
(DAEM_SUFFIX): New. |
(DAEM_SUFFIX): New. |
125 |
|
|
126 |
|
|
127 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
* ManakaiNode.dis: Use "disPerl:H" instead |
130 |
has changed to scalar reference. |
of "disPerl:Q" for hash keys. |
131 |
|
(NodeStem): Property value "mn:treeID" |
132 |
|
has changed to scalar reference. |
133 |
|
|
134 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|