1 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (ForClassCompat): Removed. |
4 |
|
|
5 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
6 |
|
Removed. |
7 |
|
(newNode): New method. |
8 |
|
(generateUniqueID): Algorithm has changed to save random |
9 |
|
string generation time. |
10 |
|
|
11 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
12 |
|
|
13 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
16 |
|
on DOMCore and element type definitions added. |
17 |
|
(localName): Renamed to "pcLocalName" to avoid |
18 |
|
conflict with "Node.localName" attribute. |
19 |
|
|
20 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
23 |
|
|
24 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
25 |
|
from ones for "DIS.pm". |
26 |
|
|
27 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
28 |
|
parameter is replaced with "$referrer->{$propName}". |
29 |
|
|
30 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
31 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
32 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
33 |
|
|
34 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
37 |
|
been introduced and methods are fixed to support it. |
38 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
39 |
|
|
40 |
|
* DIS.dis (loadResource): Skips a root resource definition |
41 |
|
if it is an alias and it has "dis:Name" attribute and |
42 |
|
referenced canonical definition is already read. (Note |
43 |
|
that similar case that the resource definition has "dis:QName" |
44 |
|
attribute is already fixed in the same way.) |
45 |
|
|
46 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
49 |
|
in "DISCore:Integer" (prefixed by "0x"). |
50 |
|
|
51 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
54 |
|
addExceptionInterfacePackageName): New methods. |
55 |
|
(ToString): Sorts hash keys where they result in |
56 |
|
the order of statements in result code. |
57 |
|
|
58 |
|
* Error.pm ($DEBUG): New option variable. |
59 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
60 |
|
package even if elder package has "___error_def" method. |
61 |
|
|
62 |
|
* DIS.dis: Now constant values are only defined |
63 |
|
in interfaces. |
64 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
65 |
|
|
66 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
69 |
|
|
70 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DIS.dis (getAnyResource): New method. |
73 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
74 |
|
(getPropertyResource, getPropertyResourceList): Now |
75 |
|
they uses "getAnyResource" method. |
76 |
|
(getPropertyModuleList): Removed. |
77 |
|
|
78 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DIS.dis (readProperties): Saves property name to values. |
81 |
|
(getPropertyModuleList): New method. |
82 |
|
|
83 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
86 |
|
if possible. |
87 |
|
|
88 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
89 |
|
name. |
90 |
|
|
91 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
94 |
|
|
95 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
96 |
|
property. |
97 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
98 |
|
property. |
99 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
100 |
|
check "defined" to allow "undef" value in "while" condition. |
101 |
|
(mn:isGroveReferenced): New code. |
102 |
|
(changeTreeID): New "groveRC" parameter added. |
103 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
104 |
|
properties. |
105 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
106 |
|
(mn:groveReferenceCounter): New property. |
107 |
|
|
108 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
111 |
|
|
112 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
115 |
|
properties. |
116 |
|
(generateUniqueID): Use "tag:" URI. |
117 |
|
|
118 |
|
* DIS.dis (targetNamespaceURI): New attribute. |
119 |
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
120 |
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
121 |
|
if method name is "DESTROY". |
122 |
|
|
123 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
156 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
157 |
(DAEM_SUFFIX): New. |
(DAEM_SUFFIX): New. |
158 |
|
|
159 |
|
|
160 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
* ManakaiNode.dis: Use "disPerl:H" instead |
163 |
has changed to scalar reference. |
of "disPerl:Q" for hash keys. |
164 |
|
(NodeStem): Property value "mn:treeID" |
165 |
|
has changed to scalar reference. |
166 |
|
|
167 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|